/*==============================================
    FAQ One
===============================================*/
 :root {
   --gradient1: linear-gradient(to bottom, #00a2ff, #0093fa, #0084f4, #0074ed, #0763e4);
   --gradient2: linear-gradient(to bottom, #454555, #393a49, #2e2f3e, #232433, #191a28);
   --color4: #009472;
   --color5: #00a8cc;
   
 }

.faq-one {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 90px 0 0;
    z-index: 1;
}

.faq-one__inner {
    position: relative;
    display: block;
    background-color: var(--careon-extra);
    border-radius: 60px;
    padding: 120px 60px 120px;
}

.faq-one__left {
    position: relative;
    display: block;
    margin-right: 40px;
}

.faq-one__left .section-title {
    margin-bottom: 39px;
}

.faq-one__left .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--careon-black-rgb), .23);
    border-radius: var(--careon-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one__left .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 20px 30px 20px;
    padding-left: 80px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-right: 25px;
}

.faq-one__left .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--careon-black);
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one__left .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 30px;
}

.faq-one__left .faq-one-accrodion .accrodion-title h4::before {
    content: "\e933";
    font-family: 'icomoon' !important;
    font-weight: 700;
    font-size: 11px;
    color: var(--careon-black);
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--careon-primary);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.faq-one__left .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e932";
}

.faq-one__left .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 31px;
    padding-left: 80px;
    padding-right: 50px;
    margin-top: 1px;
}

.faq-one__left .faq-one-accrodion .accrodion-content p {
    margin: 0;
}

.faq-one-accrodion__count {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}

.faq-one-accrodion__count:before {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: var(--careon-black);
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one__right {
    position: relative;
    display: block;
    margin-left: -10px;
}

.faq-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--careon-bdr-radius);
    z-index: 1;
}

.faq-one__img::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(17deg);
    z-index: 1;
}

.faq-one__img:hover::before {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s;
}

.faq-one__img img {
    width: 100%;
    border-radius: var(--careon-bdr-radius);
}

/*==================================================
  DR. FAUSTO - FAQ LIMPIA
  Fondo blanco + morado + acordeón sobrio
==================================================*/

.faq-two.fausto-faq-clean {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    counter-reset: count !important;
    padding: 115px 0 125px !important;
    background: #ffffff !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

.faq-two.fausto-faq-clean .container {
    max-width: 1120px !important;
    margin: 0 auto !important;
}

/*==================================================
  Layout
==================================================*/

.fausto-faq-clean__grid {
    display: grid !important;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr) !important;
    gap: 70px !important;
    align-items: flex-start !important;
}

/*==================================================
  Columna izquierda
==================================================*/

.fausto-faq-clean__left {
    position: relative !important;
    display: block !important;
    max-width: 360px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.fausto-faq-clean__heading {
    margin: 0 0 26px !important;
}

.fausto-faq-clean__eyebrow {
    margin: 0 0 14px !important;
    font-family: var(--careon-font) !important;
 font-size: 38px !important;
    font-weight: 600 !important;
    line-height: 1.18 !important;
    letter-spacing: 1px !important;
    color: #6a477b !important;
    text-transform: none !important;
}

.fausto-faq-clean__title {
    margin: 0 !important;
    max-width: 360px !important;
    font-family: var(--careon-font) !important;
 font-size: 38px !important;
    font-weight: 600 !important;
    line-height: 1.18 !important;
    letter-spacing: 1px !important;
    color: #6a477b !important;
    text-transform: none !important;
}

.fausto-faq-clean__subtitle {
    margin: 20px 0 0 !important;
    max-width: 340px !important;
    font-family: var(--careon-font) !important;
  font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    color: #4d4351 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.fausto-faq-clean__text {
    margin: 0 !important;
    max-width: 340px !important;
    font-family: var(--careon-font) !important;
    font-size: 15.5px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    color: #4d4351 !important;
}

/*==================================================
  Botón
==================================================*/

.fausto-faq-clean__btn-box {
    margin-top: 32px !important;
}

.fausto-faq-clean__btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 150px !important;
    min-height: 48px !important;
    padding: 14px 28px !important;
    border-radius: 4px !important;
    background-color: #6a477b !important;
    border: 1px solid #6a477b !important;
    color: #ffffff !important;
    font-family: var(--careon-font) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 250ms ease !important;
}

.fausto-faq-clean__btn:hover {
    background-color: #4d335b !important;
    border-color: #4d335b !important;
    color: #ffffff !important;
}

/*==================================================
  Acordeón
==================================================*/

.fausto-faq-clean__right {
    position: relative !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.fausto-faq-clean__accordion {
    position: relative !important;
    display: block !important;
    width: 100% !important;
}

.fausto-faq-clean__item {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid rgba(106, 71, 123, 0.12) !important;
    border-radius: 10px !important;
    box-shadow: 0 18px 45px rgba(16, 26, 41, 0.045) !important;
    transition: all 280ms ease !important;
}

.fausto-faq-clean__item + .fausto-faq-clean__item {
    margin-top: 18px !important;
}

.fausto-faq-clean__item:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 24px 55px rgba(16, 26, 41, 0.075) !important;
    border-color: rgba(106, 71, 123, 0.20) !important;
}

.fausto-faq-clean__item.active {
    border-color: rgba(106, 71, 123, 0.24) !important;
}

/* Pregunta */

.fausto-faq-clean__question {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) 34px !important;
    align-items: center !important;
    gap: 18px !important;
    min-height: 78px !important;
    padding: 20px 26px !important;
    cursor: pointer !important;
}

.fausto-faq-clean__number {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: rgba(106, 71, 123, 0.07) !important;
    color: #6a477b !important;
    font-family: var(--careon-font) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.fausto-faq-clean__item.active .fausto-faq-clean__number {
    background: #6a477b !important;
    color: #ffffff !important;
}

.fausto-faq-clean__question h4 {
    margin: 0 !important;
    font-family: var(--careon-font) !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
    color: #6a477b !important;
    text-transform: none !important;
}

/* Icono abrir/cerrar */

.fausto-faq-clean__question h4::before {
    content: "+" !important;
    position: absolute !important;
    right: 26px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    background: rgba(106, 71, 123, 0.07) !important;
    color: #6a477b !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: var(--careon-font) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    transition: all 250ms ease !important;
}

.fausto-faq-clean__item.active .fausto-faq-clean__question h4::before {
    content: "−" !important;
    background: #6a477b !important;
    color: #ffffff !important;
}

/* Respuesta */

.fausto-faq-clean__answer {
    position: relative !important;
    padding: 0 26px 28px 92px !important;
}

.fausto-faq-clean__answer .inner {
    position: relative !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

.fausto-faq-clean__answer p {
    margin: 0 !important;
    max-width: 660px !important;
    font-family: var(--careon-font) !important;
    font-size: 15.5px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    color: #4d4351 !important;
}

/*==================================================
  Imagen inferior
==================================================*/

.fausto-faq-clean__image-box {
    width: 100% !important;
    max-width: 860px !important;
    margin: 72px auto 0 !important;
    text-align: center !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    background: #f7f7f7 !important;
}

.fausto-faq-clean__image-box img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: 520px !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 10px !important;
}

/*==================================================
  Neutralizar estilos anteriores de FAQ
==================================================*/

.faq-two.fausto-faq-clean::before,
.faq-two.fausto-faq-clean::after,
.faq-two.fausto-faq-clean .faq-two__left::before,
.faq-two.fausto-faq-clean .faq-two__left::after,
.faq-two.fausto-faq-clean .faq-two__right::before,
.faq-two.fausto-faq-clean .faq-two__right::after {
    display: none !important;
}

.faq-two.fausto-faq-clean .faq-two__left,
.faq-two.fausto-faq-clean .faq-two__right,
.faq-two.fausto-faq-clean .faq-two__text,
.faq-two.fausto-faq-clean .faq-two__btn-box,
.faq-two.fausto-faq-clean .faq-two-accrodion__count,
.faq-two.fausto-faq-clean .faq-two__bottom-image-box,
.faq-two.fausto-faq-clean .section-title-two__title,
.faq-two.fausto-faq-clean .section-title-two__tagline {
    all: unset;
}

/*==================================================
  Responsive
==================================================*/

@media (max-width: 1199px) {
    .faq-two.fausto-faq-clean {
        padding: 105px 0 115px !important;
    }

    .fausto-faq-clean__grid {
        gap: 50px !important;
    }

    .fausto-faq-clean__title {
        font-size: 35px !important;
    }
}

@media (max-width: 991px) {
    .faq-two.fausto-faq-clean {
        padding: 95px 0 105px !important;
    }

    .fausto-faq-clean__grid {
        grid-template-columns: 1fr !important;
        gap: 48px !important;
    }

    .fausto-faq-clean__left {
        max-width: 720px !important;
        text-align: center !important;
        margin: 0 auto !important;
    }

    .fausto-faq-clean__title,
    .fausto-faq-clean__subtitle,
    .fausto-faq-clean__text {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .fausto-faq-clean__btn-box {
        text-align: center !important;
    }

    .fausto-faq-clean__right {
        max-width: 760px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .fausto-faq-clean__image-box {
        max-width: 720px !important;
        margin-top: 60px !important;
    }

    .fausto-faq-clean__image-box img {
        max-height: 460px !important;
    }
}

@media (max-width: 767px) {
    .faq-two.fausto-faq-clean {
        padding: 80px 0 90px !important;
    }

    .fausto-faq-clean__title {
        font-size: 31px !important;
        line-height: 1.22 !important;
    }

    .fausto-faq-clean__subtitle,
    .fausto-faq-clean__text {
        font-size: 15.5px !important;
    }

    .fausto-faq-clean__question {
        grid-template-columns: 42px minmax(0, 1fr) 30px !important;
        gap: 14px !important;
        padding: 18px 22px !important;
    }

    .fausto-faq-clean__number {
        width: 38px !important;
        height: 38px !important;
        font-size: 13px !important;
    }

    .fausto-faq-clean__question h4 {
        font-size: 16px !important;
        line-height: 1.45 !important;
    }

    .fausto-faq-clean__question h4::before {
        right: 22px !important;
        width: 30px !important;
        height: 30px !important;
        font-size: 18px !important;
    }

    .fausto-faq-clean__answer {
        padding: 0 22px 24px 80px !important;
    }

    .fausto-faq-clean__answer p {
        font-size: 15px !important;
        line-height: 1.75 !important;
    }

    .fausto-faq-clean__image-box {
        margin-top: 48px !important;
    }
}

@media (max-width: 575px) {
    .faq-two.fausto-faq-clean {
        padding: 70px 0 80px !important;
    }

    .fausto-faq-clean__title {
        font-size: 28px !important;
    }

    .fausto-faq-clean__question {
        grid-template-columns: 1fr 30px !important;
        padding: 20px 20px !important;
    }

    .fausto-faq-clean__number {
        display: none !important;
    }

    .fausto-faq-clean__question h4 {
        padding-right: 38px !important;
        font-size: 15.5px !important;
    }

    .fausto-faq-clean__question h4::before {
        right: 20px !important;
    }

    .fausto-faq-clean__answer {
        padding: 0 20px 24px !important;
    }

    .fausto-faq-clean__item {
        border-radius: 8px !important;
    }

    .fausto-faq-clean__image-box {
        max-width: 100% !important;
        margin-top: 42px !important;
        border-radius: 8px !important;
    }

    .fausto-faq-clean__image-box img {
        max-height: none !important;
        border-radius: 8px !important;
    }

    .fausto-faq-clean__btn {
        width: 100% !important;
        max-width: 280px !important;
    }
}






/*--------------------------------------------------------------
# FAQ Three
--------------------------------------------------------------*/
.faq-three {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 120px;
    z-index: 1;
}

.faq-three__left {
    position: relative;
    display: block;
}

.faq-three__left .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--careon-extra-rgb), 1);
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-three__left .faq-one-accrodion .accrodion.active {
    border: 1px solid rgba(var(--careon-black-rgb), 1);
}

.faq-three__left .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 21px 30px 21px;
    padding-left: 65px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-three__left .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    padding-right: 40px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: var(--careon-black);
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-three__left .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-three__left .faq-one-accrodion .accrodion-title h4::before {
    content: "\e933";
    font-family: 'icomoon' !important;
    font-weight: 700;
    font-size: 12px;
    color: var(--careon-base);
    position: absolute;
    top: 50%;
    right: 0;
    height: 40px;
    width: 40px;
    background-color: var(--careon-extra);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.faq-three__left .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e932";
    color: var(--careon-white);
    background-color: var(--careon-base);
}

.faq-three__left .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 31px;
    padding-left: 80px;
    padding-right: 20px;
    margin-top: 1px;
}

.faq-three__left .faq-one-accrodion .accrodion-content p {
    margin: 0;
}

.faq-three-accrodion__count {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.faq-three-accrodion__count:before {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-left: 3px;
    font-weight: 700;
    color: var(--careon-black);
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-three-accrodion__count::after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: -5px;
    width: 3px;
    height: 3px;
    background-color: var(--careon-black);
}

.faq-three__right {
    position: relative;
    display: block;
}

.faq-three__img {
    position: relative;
    display: block;
}

.faq-three__img img {
    width: 100%;
    border-radius: 10px;
}

.faq-three__contact-info {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(var(--careon-white-rgb), .90);
    border-radius: 10px;
    padding: 17px 20px 21px;
    max-width: 292px;
    width: 100%;
}

.faq-three__contact-info-list {
    position: relative;
    display: block;
}

.faq-three__contact-info-list li {
    position: relative;
    display: block;
}

.faq-three__contact-info-list li+li {
    margin-top: 27px;
}

.faq-three__contact-info-icon-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.faq-three__contact-info-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.faq-three__contact-info-icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--careon-black);
}

.faq-three__contact-info-number {
    position: relative;
    display: block;
}

.faq-three__contact-info-number p {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: var(--careon-black);
}

.faq-three__contact-info-number p a {
    color: var(--careon-black);
}

.faq-three__contact-info-number p a:hover {
    color: var(--careon-base);
}


/*--------------------------------------------------------------
# FAQ Four
--------------------------------------------------------------*/
.faq-four {
    padding: 90px 0 120px;
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 90px;
    z-index: 1;
}

.faq-page .faq-one__left {
    margin-bottom: 30px;
    margin-right: 0;
}





/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/