/*==============================================
    FAQ One
===============================================*/
 :root {
   --gradient1: linear-gradient(to bottom, #00a2ff, #0093fa, #0084f4, #0074ed, #0763e4);
   --gradient2: linear-gradient(to bottom, #454555, #393a49, #2e2f3e, #232433, #191a28);
--color4: #21884a;
--color5: #095fb5;
   
 }

.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);
}








/* Fondo igual al About */
.algologo-faq {
position: relative;
display: block;
counter-reset: count;
padding: 120px 0;
overflow: hidden;
background:
radial-gradient(circle at 90% 15%, rgba(36, 103, 102, 0.15) 0%, transparent 28%),
linear-gradient(135deg, #ffffff 0%, #eefcff 48%, rgba(76, 160, 195, 0.12) 100%);
z-index: 1;
}

.algologo-faq__shape-one {
position: absolute;
width: 420px;
height: 420px;
right: -180px;
top: -80px;
border-radius: 50%;
background: rgba(36, 103, 102, 0.11);
z-index: -1;
}

.algologo-faq__shape-two {
position: absolute;
width: 260px;
height: 260px;
left: -120px;
bottom: 60px;
border-radius: 50%;
background: rgba(2, 53, 58, 0.08);
z-index: -1;
}

.algologo-faq__row {
row-gap: 55px;
}

.algologo-faq__left {
position: relative;
display: block;
padding: 44px 34px;
border-radius: 32px;
background: rgba(255, 255, 255, 0.94);
border: 1px solid rgba(36, 103, 102, 0.17);
box-shadow: 0 28px 75px rgba(2, 53, 58, 0.11);
overflow: hidden;
z-index: 1;
}

.algologo-faq__left::before {
content: "";
position: absolute;
right: -70px;
top: -70px;
width: 170px;
height: 170px;
border-radius: 50%;
background: rgba(36, 103, 102, 0.08);
z-index: -1;
}

.algologo-faq__left::after {
content: "";
position: absolute;
left: 34px;
bottom: 0;
width: 120px;
height: 4px;
border-radius: 999px;

}

.algologo-faq__heading {
margin-bottom: 24px !important;
}

.algologo-faq__label {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 9px 16px;
margin-bottom: 20px;
border-radius: 19px;
background: rgba(36, 103, 102, 0.11);
color: var(--color2);
font-size: 14px;
line-height: 25px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1.5px;
-webkit-border-radius: 19px;
-moz-border-radius: 19px;
-ms-border-radius: 19px;
-o-border-radius: 19px;
}

.algologo-faq__tagline {
display: block;
padding: 14px 16px;
margin-bottom: 22px;
border-radius: 16px;
color: var(--color1);
background: rgba(238, 252, 255, 0.95);
border: 1px solid rgba(2, 53, 58, 0.18);
font-size: 15px;
line-height: 24px;
font-weight: 900;
}

.algologo-faq__title {
color: var(--color1);
font-size: 43px;
line-height: 49px;
font-weight: 900;
letter-spacing: -0.5px;
}

.algologo-faq__text {
color: var(--careon-base);
font-size: 16px;
line-height: 28px;
font-weight: 600;
margin-top: 22px;
}

.algologo-faq__btn-box {
margin-top: 34px;
text-align: center;
}

.algologo-faq__btn {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 13px;
min-height: 56px;
padding: 8px 8px 8px 28px;
border-radius: 999px;
background: linear-gradient(135deg, var(--color1) 0%, var(--color2) 100%);
color: var(--white) !important;
font-size: 15px;
line-height: 1;
font-weight: 900;
box-shadow: 0 16px 38px rgba(36, 103, 102, 0.28);
overflow: hidden;
z-index: 1;
}

.algologo-faq__btn::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(135deg, var(--color2) 0%, var(--color1) 100%);
opacity: 0;
transition: all 420ms ease;
z-index: -1;
}

.algologo-faq__btn::after {
content: "";
position: absolute;
top: 0;
left: -85%;
width: 45%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
transform: skewX(-25deg);
transition: all 650ms ease;
z-index: -1;
}

.algologo-faq__btn:hover::before {
opacity: 1;
}

.algologo-faq__btn:hover::after {
left: 120%;
}

.algologo-faq__btn i {
position: relative;
width: 42px;
height: 42px;
min-width: 42px;
margin-left: 0 !important;
border-radius: 50%;
background: rgba(255, 255, 255, 0.20);
color: var(--white);
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 16px;
}

.algologo-faq__right {
position: relative;
display: block;
margin-left: 34px;
}

.algologo-faq__accordion {
position: relative;
display: block;
}

.algologo-faq__accordion .algologo-faq__item {
position: relative;
display: block;
border-radius: 22px;
background: rgba(255, 255, 255, 0.96);
border: 1px solid rgba(36, 103, 102, 0.26);
box-shadow: 0 16px 42px rgba(2, 53, 58, 0.07);
overflow: hidden;
transition: all 420ms ease;
}

.algologo-faq__accordion .algologo-faq__item + .algologo-faq__item {
margin-top: 20px;
}

.algologo-faq__accordion .algologo-faq__item::before {
content: "";
position: absolute;
left: 0;
top: 20px;
bottom: 20px;
width: 4px;
border-radius: 999px;
background: linear-gradient(180deg, var(--color1), var(--color2));
opacity: 0;
transition: all 420ms ease;
}

.algologo-faq__accordion .algologo-faq__item:hover {
transform: translateY(-4px);
box-shadow: 0 24px 58px rgba(2, 53, 58, 0.12);
}

.algologo-faq__accordion .algologo-faq__item.active {
border-color: rgba(36, 103, 102, 0.50);
box-shadow: 0 26px 70px rgba(2, 53, 58, 0.13);
}

.algologo-faq__accordion .algologo-faq__item.active::before {
opacity: 1;
}

.algologo-faq__item-title {
position: relative;
display: block;
cursor: pointer;
padding: 24px 66px 24px 82px;
transition: all 300ms ease;
}

.algologo-faq__item-title h4 {
margin: 0;
color: var(--color1);
font-size: 17px;
line-height: 27px;
font-weight: 900;
text-transform: none;
transition: all 420ms ease;
}

.algologo-faq__item-title h4::before {
content: "\e933";
font-family: 'icomoon' !important;
position: absolute;
top: 50%;
right: 25px;
width: 34px;
height: 34px;
border-radius: 50%;
background: rgba(36, 103, 102, 0.11);
color: var(--color2);
display: flex;
align-items: center;
justify-content: center;
font-size: 11px;
transform: translateY(-50%);
transition: all 420ms ease;
}

.algologo-faq__item.active .algologo-faq__item-title h4::before {
content: "\e932";
background: linear-gradient(135deg, var(--color1), var(--color2));
color: var(--white);
box-shadow: 0 12px 26px rgba(36, 103, 102, 0.28);
}

.algologo-faq__count {
position: absolute;
top: 50%;
left: 28px;
width: 42px;
height: 42px;
border-radius: 14px;
background: rgba(36, 103, 102, 0.10);
display: flex;
align-items: center;
justify-content: center;
transform: translateY(-50%);
}

.algologo-faq__count::before {
counter-increment: count;
content: "0" counter(count);
color: var(--color2);
font-size: 16px;
line-height: 1;
font-weight: 900;
}

.algologo-faq__count::after {
display: none;
}

.algologo-faq__item.active .algologo-faq__count {
background: linear-gradient(135deg, var(--color1), var(--color2));
}

.algologo-faq__item.active .algologo-faq__count::before {
color: var(--white);
}

.algologo-faq__item-content {
position: relative;
padding: 0 66px 30px 82px;
margin-top: 0;
}

.algologo-faq__item-content p {
color: var(--careon-gray);
font-size: 16px;
line-height: 28px;
font-weight: 400;
margin: 0;
}

/* Responsive */
@media (max-width: 1199px) {
.algologo-faq__right {
margin-left: 0;
}


.algologo-faq__title {
    font-size: 38px;
    line-height: 45px;
}


}

@media (max-width: 991px) {
.algologo-faq {
padding: 90px 0;
}
}

@media (max-width: 767px) {
.algologo-faq {
padding: 75px 0;
}


.algologo-faq__left {
    padding: 34px 24px;
}

.algologo-faq__title {
    font-size: 31px;
    line-height: 38px;
}

.algologo-faq__item-title {
    padding: 22px 56px 22px 70px;
}

.algologo-faq__count {
    left: 18px;
    width: 38px;
    height: 38px;
}

.algologo-faq__item-content {
    padding: 0 26px 28px 70px;
}

.algologo-faq__item-title h4 {
    font-size: 16px;
    line-height: 25px;
}


}


/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/