/*==============================================
    Site Footer
===============================================*/
.site-footer {
    position: relative;
    display: block;
    background-color: var(--color1-dark);
    padding: 0;
    z-index: 1;
}

.site-footer__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.site-footer__newsletter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 72px 20px;
    z-index: 1;
    background-image:
        linear-gradient(rgba(35, 44, 54, 0.88), rgba(139, 90, 96, 0.85)),
        url('../../images/backgrounds/precio-de-aplicacion-de-rellenos-de-acido-hialuronico.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.site-footer__newsletter-inner {
    position: relative;
    display: block;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.footer-widget__logo {
    position: relative;
    display: block;
}

.site-footer__newsletter-title {
    font-size: clamp(1.5rem, 4vw, 2.35rem);
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 14px;
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.site-footer__newsletter-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 0 32px;
    font-weight: 500;
}

.site-footer__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.site-footer__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    border: 2px solid transparent;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.site-footer__cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    color: inherit;
}

.site-footer__cta-btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 18px;
    flex-shrink: 0;
}

.site-footer__cta-btn--whatsapp {
    background: #25d366;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
}

.site-footer__cta-btn--whatsapp .site-footer__cta-btn__icon {
    background: rgba(255, 255, 255, 0.2);
}

.site-footer__cta-btn--whatsapp:hover {
    background: #1fb855;
    color: #ffffff;
}

.site-footer__cta-btn--phone {
    background: #ffffff;
    color: var(--color2);
    border-color: rgba(255, 255, 255, 0.9);
}

.site-footer__cta-btn--phone .site-footer__cta-btn__icon {
    background: rgba(87, 106, 126, 0.12);
    color: var(--color2);
}

.site-footer__cta-btn--phone:hover {
    background: var(--color-accent);
    color: var(--color1-dark);
}

@media (max-width: 575px) {
    .site-footer__newsletter {
        padding: 52px 16px;
    }

    .site-footer__cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .site-footer__cta-btn {
        width: 100%;
        justify-content: center;
    }
}

.site-footer__newsletter-form {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 560px;
    width: 100%;
    gap: 20px;
}

.site-footer__newsletter-input {
    position: relative;
    display: block;
    max-width: 350px;
    width: 100%;
}

.site-footer__newsletter-input input[type="email"] {
    font-size: 16px;
    color: var(--careon-black);
    font-weight: 400;
    height: 50px;
    width: 100%;
    background: transparent;
    border: 2px solid var(--careon-black);
    border-radius: 30px;
    outline: none;
    padding: 0 30px 0;
}

.site-footer__newsletter-form .thm-btn {
    border: none;
}

.site-footer__newsletter-form .thm-btn-1 {
    border: none;
}
.site-footer__top{
    background-color: var(--color1-dark);
}

.site-footer__top-inner {
    position: relative;
    display: block;
    padding: 88px 0 80px;
}

.footer-widget__title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 49px;
    color: white;
}

.footer-widget__contact-info {
    position: relative;
    display: block;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
}

.footer-widget__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-widget__contact-list li+li {
    margin-top: 16px;
}

.footer-widget__contact-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-accent);
    border-radius: 50%;
    background-color: var(--white);
    color: var(--color1-dark);
}

.footer-widget__contact-icon span {
    font-size: 16px;
    color: var(--color1-dark);
}

.footer-widget__contact-content {
    position: relative;
    display: block;
    flex: 1;
    color: var(--white);
}

.footer-widget__contact-text {
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    margin-top: 6px;
}

.footer-widget__contact-text a {
    color: var(--white);
}

.footer-widget__contact-text a:hover {
    color: var(--color-accent);
}

.footer-widget__services {
    position: relative;
    display: block;
    margin-left: 35px;
}

.footer-widget__services-link-list {
    position: relative;
    display: block;
    height: 200px;
    overflow-y: scroll;
}

.footer-widget__services-link-list li {
    position: relative;
    display: block;
}

.footer-widget__services-link-list li+li {
    margin-top: 15px;
}

.footer-widget__services-link-list li a {
    position: relative;
    color: rgba(255, 255, 255, 0.88);
}

.footer-widget__services-link-list li a:hover {
    color: var(--color-accent);
}

.footer-widget__social-media {
    position: relative;
    display: block;
}

.footer-widget__page-link {
    position: relative;
    display: block;
    margin-left: 50px;
}

.site-footer__bottom {
    position: relative;
    display: block;
}

.site-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 30px;
    background-color: var(--careon-white);
    border: 1px solid var(--careon-bdr-color);
    border-top-left-radius: var(--careon-bdr-radius);
    border-top-right-radius: var(--careon-bdr-radius);
    border-bottom: 0;
}

.site-footer__copyright {
    position: relative;
    display: block;
}

.site-footer__copyright-text {
    color: var(--careon-gray);
}

.site-footer__copyright-text a {
    color: var(--careon-base);
    text-transform: capitalize;
}

.site-footer__copyright-text a:hover {
    color: var(--careon-black);
}

.site-footer__bottom-menu-box {
    position: relative;
    display: block;
}

.site-footer__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.site-footer__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer__bottom-menu li a {
    color: var(--careon-gray);
}

.site-footer__bottom-menu li a:hover {
    color: var(--careon-black);
}


/*==============================================
    Site Footer Two
===============================================*/
.site-footer-two {
    position: relative;
    display: block;
    background-color: var(--careon-extra);
    padding: 120px 0 0;
    z-index: 1;
}

.site-footer-two__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .16;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.site-footer-two__newsletter {
    position: relative;
    display: block;
}

.site-footer-two__newsletter-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-footer-two__newsletter-inner-title-box {
    position: relative;
    display: block;
}

.footer-widget-two__logo {
    position: relative;
    display: block;
}

.site-footer-two__newsletter-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    margin-top: 30px;
}

.site-footer-two__social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-footer-two__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-size: 16px;
    color: var(--careon-black);
    border: 1px solid rgba(var(--careon-black-rgb), .20);
    border-radius: 50%;
}

.site-footer-two__social a:hover {
    color: var(--careon-white);
    border: 1px solid rgba(var(--careon-black-rgb), 1);
    background-color: var(--careon-black);
}

.site-footer-two__top-inner {
    position: relative;
    display: block;
    padding: 39px 0 80px;
}

.footer-widget-two__title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 49px;
    text-transform: capitalize;
}

.footer-widget-two__newsletter-box {
    position: relative;
    display: block;
}

.footer-widget-two__newsletter {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.footer-widget-two__newsletter input[type="email"] {
    height: 60px;
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(var(--careon-black-rgb), .10);
    outline: none;
    font-size: 16px;
    color: var(--careon-gray);
    font-weight: 400;
    padding-right: 70px;
    padding-left: 30px;
    border-radius: 30px;
}

.footer-widget-two__newsletter-btn {
    position: absolute;
    top: 50%;
    right: 9px;
    border: none;
    width: 40px;
    height: 40px;
    background-color: var(--careon-black);
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-widget-two__newsletter-btn:hover {
    background-color: var(--careon-black);
}

.footer-widget-two__newsletter-btn span {
    position: relative;
    display: inline-block;
    font-size: 11px;
    color: var(--careon-white);
}

.footer-widget-two__services {
    position: relative;
    display: block;
    margin-left: 93px;
}

.footer-widget-two__services-link-list {
    position: relative;
    display: block;
}

.footer-widget-two__services-link-list li {
    position: relative;
    display: block;
}

.footer-widget-two__services-link-list li+li {
    margin-top: 15px;
}

.footer-widget-two__services-link-list li a {
    position: relative;
    color: var(--careon-gray);
}

.footer-widget-two__services-link-list li a:hover {
    color: var(--careon-black);
}

.footer-widget-two__contact-info {
    position: relative;
    display: block;
    margin-left: -25px;
}

.footer-widget-two__contact-list {
    position: relative;
    display: block;
}

.footer-widget-two__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-widget-two__contact-list li+li {
    margin-top: 16px;
}

.footer-widget-two__contact-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--careon-primary);
    border-radius: 50%;
}

.footer-widget-two__contact-icon span {
    font-size: 16px;
    color: var(--careon-black);
}

.footer-widget-two__contact-content {
    position: relative;
    display: block;
    flex: 1;
}

.footer-widget-two__contact-text {
    color: var(--careon-black);
    font-size: 18px;
    font-weight: 700;
    margin-top: 6px;
    text-transform: capitalize;
}

.footer-widget-two__contact-text a {
    color: var(--careon-black);
}

.footer-widget-two__contact-text a:hover {
    color: var(--careon-base);
}

.footer-widget-two__page-link {
    position: relative;
    display: block;
    margin-left: 76px;
}

.site-footer-two__bottom {
    position: relative;
    display: block;
}

.site-footer-two__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 30px;
    background-color: var(--careon-white);
    border: 1px solid var(--careon-bdr-color);
    border-top-left-radius: var(--careon-bdr-radius);
    border-top-right-radius: var(--careon-bdr-radius);
    border-bottom: 0;
}

.site-footer-two__copyright {
    position: relative;
    display: block;
}

.site-footer-two__copyright-text {
    color: var(--careon-gray);
}

.site-footer-two__copyright-text a {
    color: var(--careon-base);
    text-transform: capitalize;
}

.site-footer-two__copyright-text a:hover {
    color: var(--careon-black);
}

.site-footer-two__bottom-menu-box {
    position: relative;
    display: block;
}

.site-footer-two__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.site-footer-two__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer-two__bottom-menu li a {
    color: var(--careon-gray);
}

.site-footer-two__bottom-menu li a:hover {
    color: var(--careon-black);
}


/*==============================================
    Site Footer Three
===============================================*/
.site-footer-three {
    position: relative;
    display: block;
    background-color: var(--careon-black);
    padding: 80px 0 0;
    z-index: 1;
}

.site-footer-three__shape-1 {
    position: absolute;
    bottom: 30px;
    left: 0;
    opacity: 0.05;
    z-index: -1;
}

.site-footer-three__shape-1 img {
    width: auto;
}

.site-footer-three__logo-and-social {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.footer-widget-three__logo {
    position: relative;
    display: block;
}

.site-footer-three__social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-footer-three__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-size: 16px;
    color: var(--careon-white);
    background-color: rgba(var(--careon-white-rgb), .10);
    border-radius: 50%;
}

.site-footer-three__social a:hover {
    color: var(--careon-white);
    background-color: var(--careon-base);
}

.site-footer-three__top-inner {
    position: relative;
    display: block;
    padding: 67px 0 103px;
    border-bottom: 1px solid rgba(var(--careon-white-rgb), .20);
    border-top: 1px solid rgba(var(--careon-white-rgb), .20);
}

.footer-widget-three__title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 49px;
    text-transform: capitalize;
    color: var(--careon-white);
}

.footer-widget-three__contact-info {
    position: relative;
    display: block;
}

.footer-widget-three__contact-list {
    position: relative;
    display: block;
}

.footer-widget-three__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-widget-three__contact-list li+li {
    margin-top: 16px;
}

.footer-widget-three__contact-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--careon-white-rgb), 0.05);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-three__contact-list li:hover .footer-widget-three__contact-icon {
    background-color: var(--careon-white);
}

.footer-widget-three__contact-icon span {
    font-size: 16px;
    color: var(--careon-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-three__contact-list li:hover .footer-widget-three__contact-icon span {
    color: var(--careon-base);
}

.footer-widget-three__contact-content {
    position: relative;
    display: block;
    flex: 1;
}

.footer-widget-three__contact-content span {
    color: rgba(var(--careon-white-rgb), .80);
}

.footer-widget-three__contact-text {
    color: var(--careon-white);
    font-size: 18px;
    font-weight: 700;
    margin-top: 6px;
    text-transform: capitalize;
}

.footer-widget-three__contact-text a {
    color: var(--careon-white);
}

.footer-widget-three__contact-text a:hover {
    color: var(--careon-base);
}

.footer-widget-three__page-link {
    position: relative;
    display: block;
}

.footer-widget-three__services {
    position: relative;
    display: block;
    margin-left: -25px;
}

.footer-widget-three__services-link-list {
    position: relative;
    display: block;
}

.footer-widget-three__services-link-list li {
    position: relative;
    display: block;
}

.footer-widget-three__services-link-list li+li {
    margin-top: 15px;
}

.footer-widget-three__services-link-list li a {
    position: relative;
    color: rgba(var(--careon-white-rgb), .80);
}

.footer-widget-three__services-link-list li a:hover {
    color: var(--careon-base);
}

.footer-widget-three__newsletter-box {
    position: relative;
    display: block;
}

.footer-widget-three__newsletter-text {
    color: var(--careon-white);
    margin-bottom: 31px;
}

.footer-widget-three__newsletter {
    position: relative;
    display: block;
}

.footer-widget-three__newsletter input[type="email"] {
    height: 50px;
    width: 100%;
    background-color: transparent;
    border: 2px solid rgba(var(--careon-white-rgb), .20);
    outline: none;
    font-size: 16px;
    color: var(--careon-white);
    font-weight: 400;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.footer-widget-three__newsletter .thm-btn {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    background-color: var(--careon-base);
}

.footer-widget-three__newsletter .thm-btn:hover {
    color: var(--careon-base);
}

.footer-widget-three__newsletter .thm-btn::before,
.footer-widget-three__newsletter .thm-btn::after {
    background-color: var(--careon-white);
}

.footer-widget-three__newsletter .thm-btn span {
   
    font-size: 14px;
}


.footer-widget-three__newsletter .thm-btn-1 {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    background-color: var(--careon-base);
}

.footer-widget-three__newsletter .thm-btn-1:hover {
    color: var(--careon-base);
}

.footer-widget-three__newsletter .thm-btn-1::before,
.footer-widget-three__newsletter .thm-btn-1::after {
    background-color: var(--careon-white);
}

.footer-widget-three__newsletter .thm-btn-1 span {
    font-size: 14px;
}



.site-footer-three__bottom {
    position: relative;
    display: block;
}

.site-footer-three__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 30px;
}

.site-footer-three__copyright {
    position: relative;
    display: block;
}

.site-footer-three__copyright-text {
    color: var(--careon-white);
}

.site-footer-three__copyright-text a {
    color: var(--careon-white);
    text-transform: capitalize;
}

.site-footer-three__copyright-text a:hover {
    color: var(--careon-base);
}

.site-footer-three__bottom-menu-box {
    position: relative;
    display: block;
}

.site-footer-three__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.site-footer-three__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer-three__bottom-menu li a {
    color: var(--careon-white);
}

.site-footer-three__bottom-menu li a:hover {
    color: var(--careon-base);
}








/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/