@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {

  --ciete-color-primary: #003037;
  --ciete-color-secondary: #2DD4BF;
  --ciete-color-accent: #FF7A59;

  --citae-white: #fff;
  --citae-white-02: #E5E7EB;
  --citae-black: #1D1D1B;

  --font-citae:"Montserrat", sans-serif;
}

html,body{
    font-family: "Montserrat", sans-serif;
}

.loader-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top: 5px solid #0F3D3E;
    border-right: 5px solid #23b6b4;
    border-bottom: 5px solid #0F3D3E;
    border-left: 5px solid #23b6b4;
    animation: spin 1.5s linear infinite;
}

/***/
.btn-citae-primary{
        font-size: 1rem;
    background-color: var(--ciete-color-primary);
    color: var(--citae-white);
    padding: 16px 16px;
    border-radius: 8px;
    outline: none;
    font-family: var(--font-citae);
    border: none;
    font-weight: 500;
    box-shadow: -1px 2px 5px 0px #333333ad;
    border: 2px solid #0000;
}

.btn-citae-primary:hover{
    transition: 0.3s;
    background-color: #ffffff;
    color: #333;
    border: 2px solid #23b6b4;
}


.btn-citae-primary a{
    color: var(--citae-white);
    text-decoration: none;
    padding: 16px 0;
}

.btn-citae-primary:hover a {
    color: #333;
}

.btn-citae-primary i{
    margin-left: 8px;
}

.bg-citae{
    background-color: var(--citae-white-02);
}

/***/
.btn-citae-secondary{
    background-color: var(--citae-white-02);
    color: var(--ciete-color-primary);
    padding: 16px 16px;
    border-radius: 8px;
    outline: none;
    font-family: var(--font-citae);
    border: none;
    font-weight: 600;
    border:1.5px solid #23b6b470;
    box-shadow: -1px 2px 5px 0px #333333ad;
    font-size: 1rem;
}

.btn-citae-secondary:hover{
    transition: 0.3s;
    background-color: var(--citae-white);
    color: var(--ciete-color-secondary);
    border:1.5px solid var(--ciete-color-secondary);
}
    

.btn-citae-secondary a{
    color: var(--ciete-color-primary);
    text-decoration: none;
    margin-right: 8px;
    padding: 16px 0;
}

.btn-citae-secondary:hover a {
    color: var(--ciete-color-secondary);
}

/***/

.btn-citae-acent {
    background-color: var(--ciete-color-primary);
    color: var(--citae-white);
    padding: 16px 16px;
    border-radius: 50px;
    outline: none;
    font-family: var(--font-citae);
    border: none;
    font-weight: 500;
    border:1px solid var(--ciete-color-primary);
    transition: 0.2s;
    box-shadow: -1px 5px 5px 0px #333333ad;
    transform: translateY(-5px);
}

.btn-citae-acent:hover {
    border: 1px solid var(--ciete-color-primary);
    box-shadow: -1px 5px 5px 0px #333333ad;
    transform: translateY(-5px);
    transition: 0.2s;
}

.btn-citae-acent-2 {
    background-color: var(--citae-white);
    color: var(--ciete-color-primary);
    padding: 16px 16px;
    border-radius: 50px;
    outline: none;
    font-family: var(--font-citae);
    border: none;
    font-weight: 500;
    border:1px solid var(--ciete-color-primary);
    transition: 0.2s;
}

.btn-citae-acent-2:hover {
    background-color: var(--ciete-color-primary);
    color: var(--citae-white);
    border:1px solid var(--ciete-color-primary);
    transition: 0.2s;
    box-shadow: -1px 2px 5px 0px #333333ad;
}

/***/

#header-citae{
    width: 100%;
    margin: 0;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-citae > ol{
    width: fit-content;
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

#header-citae > ol > ul{
    position: absolute;
    margin: 0;
    padding: 16px;
    width: 80%;
    background-color: var(--citae-white);
    z-index: 9;
    top: 124%;
    right: 0;
    border-radius: 16px;
    border: 2px solid #23b6b4ba;
    box-shadow: 0px 3px 7px 0px #33333336;
}

#header-citae > ol > ul > li{
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: var(--font-citae);
    font-weight: 500;
    margin-bottom: 8px;
    color: #121213;
    cursor: pointer;
}

#header-citae > ol > ul > li a{
    color: #121213;
}

#header-citae > ol > ul > li:hover a{
     color: var(--ciete-color-accent);
}

#header-citae > ol > ul > li span{
    color: var(--ciete-color-secondary);
}

#header-citae > ol > ul > li:hover span{
     color: var(--ciete-color-accent);
}


#menu-citae{
    display:none;
}

#menu-citae.active{
    display:block;
}

/***/

#hero-citae{
    width: 100%;
    margin: 0%;
    padding: 2% 5% 5% 5%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

#hero-citae > div{
    width: 50%;
    position: relative;
   
}

#hero-citae > div > h1{
    width: 100%;
    font-size: 3.111rem;
    margin: 0 0 16px 0;
    padding: 0;
    font-family: var(--font-citae);
    font-weight: bold;
}

#hero-citae > div > p{
    width: 100%;
    font-size: 1rem;
    padding: 0;
    color: #212529;
    font-weight: 600;
}


#hero-citae > div > img {
    width: 100%;
    position: relative;
}

#hero-citae > div > span{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
}

#hero-citae > div > span > .vector-1{
    position: absolute;
    width: 100%;
    animation: rotar360 20s linear infinite;
    top: 8%;

}

#hero-citae > div > span > .vector-2{
    position: absolute;
    width: 100%;
    animation: rotar360 60s linear infinite;
    opacity: 0.4;
    top: 8%;
}

.rotar {
    animation: rotar360 3s linear infinite;
}

@keyframes rotar360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*==================================
    MOCKUP2
==================================*/

.no-p-y-wm{
    padding: 0 auto;
}

.mockup-slider{
    overflow:hidden;
    background: linear-gradient(90deg,rgba(0, 47, 56, 1) 0%, rgba(25, 184, 172, 1) 50%, rgba(0, 47, 56, 1) 100%);
    padding: 0;
    border-radius: 16px;
    box-shadow: 0px 0px 16px 0px #00000099;

}

.mockup-slider  h3 {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    font-family: var(--font-citae);
    font-weight: bold;
    color: var(--citae-white);
    margin-top: 24px;
    margin-bottom: 16px;
}

.citaeSwiper{
    padding: 0px 0;
}

.citaeSwiper .swiper-slide{
    width:55%;
    transition:.4s;
    opacity:.4;
    transform:scale(.82);
}

.citaeSwiper .swiper-slide img{
    width:100%;
    display:block;

}

.citaeSwiper .swiper-slide-active{

    opacity:1;
    transform:scale(1);

}

.citaeSwiper .swiper-slide-prev,
.citaeSwiper .swiper-slide-next{
    opacity:.7;
    transform:scale(.90);

}

.swiper-pagination{
    margin-top:40px;
    position:relative;

}

.swiper-pagination-bullet{
    width:12px;
    height:12px;

}



/******/

#who-citae{
    width: 100%;
    margin: 5% 0% 5% 0%;
    padding: 0 5%;
}

#who-citae > h2{
    width: 100%;
    font-size: 2.667rem;
    text-align: center;
    font-family: var(--font-citae);
    font-weight: bold;
}

#who-citae > p{
    width: 100%;
    font-size: 1rem;
    padding: 3%;
    color: #212529;
    font-weight: 600;
    text-align: center;
}

#who-citae > ol {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
}

#who-citae > ol > li{
    width: 30%;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
}

#who-citae > ol > li > span{
    font-size: 80px;
    color:#ff895a;
    font-weight: bold;
    margin-right: 8px;
}

/******/

#sectors-citae{
    width: 100%;
    margin: 5% 0% 5% 0%;
    padding: 0 5%;
}

#sectors-citae > h2{
    width: 100%;
    font-size: 2.667rem;
    text-align: center;
    font-family: var(--font-citae);
    margin-bottom: 3%;
        font-weight: bold;
}

#sectors-citae > ol {
    width: 100%;
    margin: 0 0 3% 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

#sectors-citae > ol > li {
    width: 12%;
    text-align: center;
    opacity: 0.5;
    transition: 0.3s;
    pointer-events: none;
}

.icons-active {
    opacity: 1!important;
    cursor: pointer;
    pointer-events: initial!important;
    border-bottom: 2px solid var(--ciete-color-accent);
}

.icons-active:hover{
    transform: translateY(-8px);
    transition: 0.3s;
}

#sectors-citae > ol > li > img{
    width: 150px;
    padding: 16px;
    margin-bottom: 8px;
    border-radius: 200px;
    border: 2px solid var(--ciete-color-primary);
    box-shadow: 0px 3px 10px -5px #333;
}

#sectors-citae > ol > li > p{
    width: 100%;
    font-size: 1rem;
    padding: 3%;
    color: #212529;
    font-weight: 600;
    text-align: center;
}

#sectors-citae > div {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 5%;
    align-items: center;
}

#sectors-citae > div > img {
    width: 100px;
}

#sectors-citae > div > div {
    width: 50%;
    position: relative;
    overflow: visible;
    text-align: left;
}

#sectors-citae > div > div > img{
    width: 90%;
    border-radius: 16px;
    margin: 5%;
}

#sectors-citae > div > div > span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
}

#sectors-citae > div > div > span > .vector-1 {
    position: absolute;
    width: 80%;
    animation: rotar360 61s linear infinite;
    left: 16%;
    top: 16%;
    
}

#sectors-citae > div > div > span >  .vector-2 {
    position: absolute;
    width: 90%;
    animation: rotar360 28s linear infinite;
    left: -7%;
    top: -1%;
}

#sectors-citae > div > div > h3 {
    width: 100%;
    font-size: 2rem;
    text-align: left;
    font-family: var(--font-citae);
    margin-bottom: 5%;
        font-weight: bold;
}

#sectors-citae > div > div > ol{
    width: 100%;
    margin: 0 0 5% 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

#sectors-citae > div > div > ol > li{
    width: 100%;
    font-size: 1rem;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

#sectors-citae > div > div > ol > li > i{
    font-size: 20px;
    color:#ff895a;
    font-weight: bold;
    margin-right: 16px;
}


/******/

#tools-citae{
    width: 90%;
    margin: 5%;
    padding: 0;
}

#tools-citae > h2{
        width: 100%;
    font-size: 2.667rem;
    text-align: left;
    font-family: var(--font-citae);
    font-weight: bold;
    margin: 5% 0 3% 0;
}

#tools-citae > ol {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 3%;
}

#tools-citae > ol > li{
    width: 30%;
    color: #000;
    margin-bottom: 3%;
}

#tools-citae > ol > li > img {
    width: 24%;
    margin-bottom: 16px;
    opacity: 0.9;
}

#tools-citae > ol > li > h3 {
    width: 100%;
    font-size: 22px;
    text-align: left;
    font-family: var(--font-citae);
    font-weight: 600;
        color: #1f888a;
}

#tools-citae > ol > li > p {
   width: 100%;
    font-size: 1rem;
    text-align: left;
}

/*****/

#descanso-citae {
    width: 100%;
    padding: 0% 5% 5% 5%;
}

#descanso-citae > div  {
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 54px;
    padding: 0%;
    background: linear-gradient(116deg, rgba(0, 47, 56, 1) 0%, rgba(25, 184, 172, 1) 100%);
    box-shadow: 0px 0px 16px -2px #333333bf;
}

#descanso-citae > div >div{
    width: 65%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#descanso-citae > div >div > h2{
        width: 100%;
    color: var(--citae-white);
    font-size: 2.22rem;
    font-weight: normal;
    font-family: var(--font-citae);
    margin-bottom: 5%;
}
#descanso-citae > div >div > h2 >img{
    margin-right: 8px;
}

#descanso-citae > div > img{
    width: 35%;
    border-radius: 0px 54px 54px 0px;
}

/**/

#precios-citae{
    width: 100%;
    padding: 0% 5%;
    overflow: hidden;
}

#precios-citae > h2 {
    width: 100%;
    font-size: 2.667rem;
    text-align: center;
    font-family: var(--font-citae);
    margin-bottom: 3%;
    font-weight: bold;
}

#precios-citae > div {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 2%;
}

#precios-citae > p {
    width: 100%;
    font-size: 1rem;
    text-align: center;
    color: var(--citae-black);
}

#precios-citae > p > i {
    margin-left: 8px;
    color: var(--ciete-color-accent);
    font-size: 24px;
}

#precios-citae > ol {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 5%;
    list-style: none;
    margin: 0;
    padding: 5% 0 8% 0;
    position: relative;
}

#precios-citae > ol > span{
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 10%;
}

#precios-citae > ol > span > .vector-1 {
    position: absolute;
    width: 80%;
    animation: rotar360 20s linear infinite;
    left: -16%;
    top: 8%;
    opacity: 0.5;
}

#precios-citae > ol > span > .vector-2 {
    position: absolute;
    width: 70%;
    animation: rotar360 60s linear infinite;
    opacity: 1;
    right: -16%;
    top: 8%;
}

#precios-citae > ol > li {
    width: 30%;
    padding: 16px;
    background-color: #ffffffde;
    border: 2px solid #49505740;
    border-radius: 16px;
    box-shadow: 0px 3px 10px -3px #333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.active-plan-citae{
    border: 2px solid var(--ciete-color-accent)!important;
    position: relative;
    transform: scale3d(1.05, 1.05, 1.05);
}

.active-plan-citae::before{
    content: 'Mejor oferta';
    padding: 8px;
    background-color: var(--ciete-color-accent);
    color: var(--citae-white);
    position: absolute;
    top: 0px;
    right: 5%;
    border-radius: 0 0 16px 16px;
    font-size: 16px;
    letter-spacing: 0.5px;
}


/***/
#planes-citae{
    position: relative;
    overflow: hidden;
}

#planes-citae > div > span{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

#planes-citae > div > span > .vector-1 {
   position: absolute;
    width: 45%;
    animation: rotar360 20s linear infinite;
    left: 0%;
    top: 12%;
    opacity: 0.5;
}

#planes-citae > div > span > .vector-2 {
    position: absolute;
    width: 45%;
    animation: rotar360 60s linear infinite;
    opacity: 1;
    right: 16%;
    top: 15%;
}

#planes-citae > p {
    width: 100%;
    font-size: 1rem;
    text-align: center;
    color: var(--citae-black);
    padding: 3% 0 0 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#planes-citae > p a{
    color: var(--citae-black);
}

#planes-citae > p i {
    margin-left: 8px;
    color: var(--ciete-color-accent);
    font-size: 1.1rem;
}

#planes-citae > p:hover a{
    color: var(--ciete-color-accent);
    transition: 0.3s;
}

#planes-citae > p:hover i{
    transform: translateX(8px);
    transition: 0.3s;
}

.plan-card{
    padding:16px;
    background-color: #ffffffde;
    border: 2px solid #49505740;
    border-radius: 16px;
    transition:.4s;
    height:100%;
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}

.plan-card > h3{
    width: 100%;
    font-size: 2.22rem;
    text-align: left;
    font-family: var(--font-citae);
    margin-bottom: 5%;
    font-weight: bold;
    color: var(--ciete-color-primary);
}

.plan-card > h4
 {
    width: 100%;
    font-size: 2.22rem;
    text-align: left;
    font-family: var(--font-citae);
    font-weight: bold;
    color: #23b6b4;
    margin: 24px 0;
}

.plan-card > h5 {
    width: 100%;
    font-size: 24px;
    text-align: left;
    font-family: var(--font-citae);
    margin: 16px 0;
}

.plan-card p {
    width: 100%;
    font-size: 1rem;
    text-align: left;
    color: var(--citae-black);
}

.plan-card:hover{

    transform:translateY(-12px);

    box-shadow:0 30px 80px rgba(0,0,0,.08);

}

.active-plan{

    border:2px solid var(--primary);

    transform:scale(1.04);

    box-shadow:0 30px 80px rgba(15,61,62,.12);

}

.badge-plan{

    position:absolute;

    top:-15px;

    left:50%;

    transform:translateX(-50%);

    background:var(--primary);

    color:#fff;

    padding:10px 25px;

    border-radius:30px;

    font-size:.9rem;

    font-weight:600;

}


.plan-card h4 span{

    font-size:1rem;

}

.plan-card ul{

    margin:35px 0;

}

.plan-card ul li{
    margin-bottom: 16px;
    width: 100%;
    font-size: 1rem;
    text-align: left;
    color: var(--citae-black);
}

.plan-card i{

    color:#22c55e;

    margin-right:10px;

}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: initial;
}

.swiper{
    padding: 50px 20px 64px;
}

.swiper-button-next,
.swiper-button-prev{
    color: #ff7d5c;
    width: 50px;
    height: 50px;
    font-weight: 900;
    background: rgb(165 182 185 / 31%);
    border-radius: 60px;
    right: 1px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);

}

.swiper-button-next::after,
.swiper-button-prev::after{

    font-size:22px;
    font-weight: bold;

}

/***/

#pricing-comparison{
    width: 100%;
    padding:5% 5%;
    text-align: center;
}

#pricing-comparison h1{
    width: 100%;
    font-size: 2.667rem;
    text-align: center;
    font-family: var(--font-citae);
    font-weight: bold;
    margin-bottom: 5%;
}

.table-responsive{
    overflow-x:auto;
}

.pricing-table{
    width:90%;
    margin: 0 5%;
    border-collapse:collapse;
    background:#fff;
}

.pricing-table thead th{
    padding: 30px 15px;
    vertical-align: middle;
    font-family: var(--font-citae)

}

.feature-title{
    text-align:left !important;
    width:28%;
    font-size:1.5rem;
    color: var(--citae-black);

}

.pricing-table h3{
    font-size:1.4rem;
    margin-bottom:16px;
    font-family: var(--font-citae);
}

.pricing-table h4{
    font-size:2rem;
    color:var(--ciete-color-secondary);
    margin-bottom:20px;
    font-family: var(--font-citae);
}

.pricing-table h4 span{
    font-size:.95rem;
}


.pricing-table td{
    padding:18px;
    border-bottom: 1px solid #20c9974a;
    text-align:center;
}

.pricing-table td:first-child{
    text-align:left;
    font-weight:500;
    font-family: var(--font-citae);
    color: var(--citae-black);
    font-size: 1rem;
}

.section-title {
    border-bottom: 2px solid #3333335e;
}

.section-title td {
    font-size:1.1rem;
    font-weight:700 !important;
    color:var(--citae-black);
    font-family: var(--font-citae);
}



.pricing-table i{

    color:#20C997;

    font-size:1.3rem;

}

.pricing-table tr:hover{

    background:#F8FAFC;

}

/***/

.review-citae{
    width:100%;
    overflow:hidden;
    position:relative;
    padding: 5% 5%;
}

.review-citae h2{
    width: 100%;
    font-size: 2.667rem;
    text-align: center;
    font-family: var(--font-citae);
    margin-bottom: 5%;
    font-weight: bold;
}

.review-track{
    display:flex;
    width:max-content;
    animation:reviewScroll 25s linear infinite;
}

.review-citae:hover .review-track{
    animation-play-state:paused;
}

.review-card{
    width: 350px;
    margin-right: 30px;
    padding: 24px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 30px rgb(0 0 0 / 18%);
    border: 2px solid #23b6b4;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.review-card > img{
    width: 50px;
    border-radius: 50px;
}

.review-card >div > span {
    color: #efb300;
}


.review-card p{
    font-size: 1rem;
    text-align: left;
    color: var(--citae-black);
    font-weight: normal;
}

.review-card h4{
        width: 100%;
    font-size: 24px;
    text-align: left;
    font-family: var(--font-citae);
    margin-bottom: 0;
    font-weight: bold;
    color: var(--ciete-color-primary);
}

@keyframes reviewScroll{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}

/*****/
#descanso-02-citae {
    width:100%;
    background-color: #00303757;
        padding: 7.5% 2%;
    
}

#descanso-02-citae h2{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: var(--citae-black);
    font-family: var(--font-citae);
    font-size: 2.5rem;
}

/***/

#downloads-citae {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5%;
    align-items: center;
    overflow: hidden;
}

#downloads-citae > div {
    width:50%;
        position: relative;
}

#downloads-citae > div > h2{
    width: 100%;
    font-size: 2.667rem;
    text-align: left;
    font-family: var(--font-citae);
    margin-bottom: 5%;
    font-weight: bold;
}

#downloads-citae > div > p {
        text-align: left;
         font-family: var(--font-citae);
         font-size: 1rem;
             color: var(--citae-black);
    }

#downloads-citae > div img {
    width:100%;
}

#downloads-citae >div span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
}

#downloads-citae >div span .vector-1 {
    position: absolute;
    width: 60%;
    animation: rotar360 20s linear infinite;
    left: 0;
    top: 10%;
    opacity: 0.5;
}

#downloads-citae >div span .vector-2 {
    position: absolute;
    width: 60%;
    animation: rotar360 60s linear infinite;
    opacity: 0.8;
    right: -5%;
}

#downloads-citae >div span .vector-3 {
    position: absolute;
    width: 60%;
    animation: rotar360 60s linear infinite;
    opacity: 1;
    right: 20%;
    bottom: 0%;
}

/****/

#faq-citae{
    width:100%;
    padding:100px 8%;
    background:#F8FAFC;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

#faq-citae h2 {
    width: 100%;
    font-size: 2.667rem;
    text-align: center;
    font-family: var(--font-citae);
    margin-bottom: 5%;
    font-weight: bold;
}

.titulo-faq{
    max-width:700px;
    margin:0 auto 70px;
    text-align:center;
}

.titulo-faq span{
    display:inline-block;
    color:var(--primary);
    font-weight:600;
    margin-bottom:12px;
}



.titulo-faq p{
    color:#6B7280;
    line-height:1.7;
}

.faq-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
    align-items:start;
}

.faq-citae{
    width:49%;
}

.faq-item{
    margin-bottom:18px;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #EEF2F7;
    transition:.35s;
}

.faq-item:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 45px rgba(15,61,62,.08);
}

.faq-question{
    width: 100%;
    background: none;
    border: none;
    padding: 16px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    border-bottom: 1.5px solid #ea685bb0;
    letter-spacing: 0.5px;
}

.faq-question span{
    width:36px;
    height:36px;
    border-radius:50%;
    background:rgba(15,61,62,.08);

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:22px;
    color:var(--ciete-color-primary);

    transition:.35s;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .4s ease;
}

.faq-answer p{
    padding: 16px;
    color: #000;
    line-height: 1.8;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.faq-item.active{

    border-color:#00303761;
    box-shadow:0 15px 40px rgba(15,61,62,.08);

}

.faq-item.active .faq-answer{
    max-height:250px;
}

.faq-item.active .faq-question span{

    background:var(--primary);
    color: #ff7d5c;;
    transform:rotate(45deg);

}



.faq-item.active .faq-question::after{

    content:'';
    position:absolute;

}

@media(max-width:992px){

    #faq-citae{

        padding:80px 5%;

    }

    .faq-grid{

        grid-template-columns:1fr;

    }

}

@media(max-width:576px){

    .faq-question{

        padding:20px;
        font-size:16px;

    }

    .faq-answer p{

        padding:0 20px 20px;

    }

}

/***/

footer{
    width: 100%;
    margin: 0;
    padding: 5% 2%;
    background-color: var(--ciete-color-primary);
}

footer > p{
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #ffffff7a;
    margin: 5% 0 0 0;
    letter-spacing: 0.5px;
}

footer > p > a{
    color: var(--ciete-color-accent);
}

footer > ol{
    width: 100%;
    margin: 0;
    padding: 0%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

footer > ol > li img{
        width: 80%;
        margin-bottom: 24px;
}

footer > ol > li > ol{
   width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 24px;
    
}

footer > ol > li > ol > li{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffffd9;
}

footer > ol > li > ol > li i{
    color: var(--ciete-color-primary);
    font-size: 24px;
}

footer > ol > li{
        width: 18%;
}

footer > ol > .med-30 {
        width: 25%;
}

footer > ol > .med-20 {
        width: 20%;
}

footer > ol > li > h2 {
    width: 100%;
    font-size: 24px;
    text-align: left;
    font-family: var(--font-citae);
    font-weight: 600;
    color: #e6e6e6;
    letter-spacing: 0.5px;
}

footer > ol > li > h3 {
    width: 100%;
    font-size: 20px;
    text-align: left;
    font-family: var(--font-citae);
    font-weight: 400;
    color: #e6e6e6;
    letter-spacing: 0.5px;
}

footer > ol > li > p{
    width: 100%;
    font-size: 16px;
    text-align: left;
    color: #ffffff7a;
    margin-bottom: 16px;
    cursor: pointer;
}

footer > ol > li > p:hover {
    color: var(--ciete-color-accent);
    transition: 0.3s;
}

footer > ol > li > p > a{
    width: 100%;
    font-size: 16px;
    text-align: left;
    color: #ffffff7a;
    margin-bottom: 16px;
    
}

footer > ol > li > p:hover a{
    color: var(--ciete-color-accent);
    transition: 0.3s;
}

.newsletter-citae{

    width:100%;
    max-width:650px;
    height:62px;

    display:flex;
    align-items:center;

    background:#fff;

    border-radius:16px;
    overflow:hidden;

    border:2px solid #2DD4BF;

    box-shadow:
        0 10px 35px rgba(15,61,62,.10);

}

.newsletter-citae input{

    flex:1;
    height:100%;

    border:none;
    outline:none;

    padding:0 24px;

    font-size:16px;
    color:#1D1D1B;

    background:#fff;

}

.newsletter-citae input::placeholder{

    color:#8B949E;

}

.newsletter-citae button{

    width:95px;
    height:100%;

    border:none;
    cursor:pointer;

    background:#2DD4BF;

    color:#fff;

    font-size:22px;

    transition:.35s;

}

.newsletter-citae button:hover{

    background:#0F3D3E;

}


/* Laptop */
@media (max-width:1200px){

}

/* Tablet */
@media (max-width:992px){

}

/* Tablet pequeña */
@media (max-width:768px){


    #sectors-citae > ol > li {
        width: 18%;
    }

    #who-citae > ol > li {
        font-size: 1.3rem;
    }

    #descanso-citae > div >div > h2 {
        font-size: 1.3rem;
    }

    #precios-citae > ol {
        flex-wrap: wrap;
        overflow: hidden;
    }

    #precios-citae > ol > li {
        width: 44%;
    }

    .faq-citae{
        width: 100%;
    }

    footer > ol > .med-20 {
        width: 50%;
        margin-bottom: 24px;
    }

    footer > ol > li {
        width: 50%;
        margin-bottom: 24px;
    }

    footer > ol > .med-30 {
        width: 100%;
        margin-bottom: 24px;
    }


}

/* Móvil */
@media (max-width:576px){
    .btn-desktop-citae{
        display: none;
    }
    #header-citae > ol > ul {
        width: 180%;
    }

    #hero-citae > div {
        width: 100%;
        margin-bottom: 8%;
    }

    #hero-citae > div > h1 {
        font-size: 3rem;
    }

    #who-citae > h2 {
        font-size: 2rem;
        margin-top: 16%;
        margin-bottom: 4%;
        text-align: left;
    }

    #who-citae > p {
        text-align: left;
        padding: 0;
    }

    #who-citae > ol {
        flex-direction: column;
    }

    #who-citae > ol > li {
        width: 90%;
    }

    #who-citae > ol > li > span {
        font-size: 60px;
        width: 60px;
    }

    #sectors-citae > h2 {
        font-size: 2rem;
        margin-bottom: 8%;
        margin-top: 8%;
    }

    #sectors-citae > ol > li {
        width: 30%;
    }

    #sectors-citae > ol {
        margin: 8% 0 5% 0;
        justify-content: space-evenly;
    }

    #sectors-citae > div {
        flex-direction: column-reverse;
    }

    #sectors-citae > div > div {
        width: 90%;
        text-align: center;
    }

    #tools-citae > h2 {
        font-size: 2rem;
        text-align: center;
        margin: 8% 0 8% 0;
    }

    #tools-citae > ol > li {
        width: 90%;
        margin-bottom: 5%;
        text-align: center;
    }

    #tools-citae > ol > li > h3 {
        text-align: center;
    }

    #tools-citae > ol > li > p {
        text-align: center;
    }

    #descanso-citae {
        padding: 0% 5% 8% 5%;
    }

    #descanso-citae > div {
        flex-direction: column-reverse;
    }

    #descanso-citae > div > img {
        width: 100%;
        border-radius: 54px 54px 0px 0px;
    }

    #descanso-citae > div >div {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    #precios-citae > h2 {
        font-size: 2rem;
        margin-bottom: 8%;
        margin-top: 8%;
    }

    #planes-citae > div > span > .vector-2 {
                width: 100%;
        right: 0%;
        top: 45%;;
    }

    #planes-citae > div > span > .vector-1 {
        width: 100%;
        top: 5%;
    }

    #planes-citae > p {
        padding: 0 15%;
    }

    .review-citae h2 {
        font-size: 2rem;
    }

    .review-card h4 {
        font-size: 18px;
    }

    #descanso-02-citae h2 {
        padding: 0 5%;
        font-size: 2rem;
    }

    #downloads-citae {
        flex-direction: column-reverse;
        margin-bottom: 8%;
    }

    #downloads-citae > div {
        width: 90%;
        text-align: center;
    }

    #downloads-citae > div > h2 {
        font-size: 2rem;
        text-align: center;
        margin-top: 5%;
    }

    #downloads-citae > div > p{
        text-align: center;
    }

    #faq-citae h2 {
        text-align: center;
        font-size: 2rem;
    }

    .faq-answer p {
        padding: 20px 20px 20px;
    }

    footer > ol {
        padding: 0% 5%;
    }

    footer > ol > .med-20 {
        width: 70%;
    }

    footer > ol > li {
        width: 100%;
    }

    .swiper {
        padding: 50px 20px 54px;
    }

    #planes-citae > p {
        padding: 8% 15%;
    }

    .review-citae h2 {
        font-size: 2rem;
        margin-bottom: 8%;
    }

    #descanso-02-citae {
        padding: 8% 2%;
        margin: 8% 0;
    }

    

}