@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;600;700;800&display=swap");

.container-content {
    width: min(100%, 1660px) !important;
    margin: 0 auto !important;
}

.plan1,
.plan2,
.plan3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 2rem .5rem;
    border-radius: 50px;
    background-color: #e7fbfc !important;
    cursor: default
}

.plan1 {
    border: 15px solid #6ee5cf
}

.plan2 {
    border: 15px solid #26c4c3
}

.plan3 {
    border: 15px solid #12777f
}

.plan-texto {
    padding: 2rem 1rem;
    background-color: #e7fbfc;
    box-shadow: none;
    align-items: center
}

.card-title,
.tresCards .h1 {
    font-family: Baloo\ 2, cursive
}

.texto-negrita {
    color: #12777f;
    font-family: Lato, sans-serif;
    font-size: 1.1rem
}

.texto-inferior {
    margin-top: 1.5rem;
    font-style: italic
}

.texto-superior li {
    margin-left: 1.1rem
}

.interlineado {
    line-height: 2rem
}

.planCard:hover {
    transform: scale(1.07);
    transition: all .2s ease-out
}

.waves {
    position: relative;
    width: 100%;
    min-height: 100px;
    max-height: 150px
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite
}

.parallax>use:first-child {
    animation-delay: -2s;
    animation-duration: 5s
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 9s
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 18s
}

.btn-primary {
    color: #fff !important;
    background-color: #26c4c3 !important;
    border-radius: 30px !important
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }

    to {
        transform: translate3d(85px, 0, 0)
    }
}

.btn-inicio {
    background: #26c4c3;
}

.btn-formulario {
    background: #2b647f;
}

.btn-gratis {
    background: #2b647f;
}

@media (max-width:393px) {

    .plan1,
    .plan2,
    .plan3 {
        padding-bottom: 10rem
    }

    .interlineado {
        line-height: 1rem
    }

    .card-image,
    .card-title,
    .tresCards {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 0
    }

    .tresCards {
        margin: 0
    }

    .card-title,
    .card-title span {
        font-size: 1rem;
        padding-top: .3rem
    }

    .card-image img {
        width: 4rem !important;
        padding-bottom: 2rem
    }

    .plan3 img {
        width: 3rem !important;
        padding-bottom: 3rem
    }
}

@media (min-width:394px) and (max-width:496px) {
    .card-title span {
        font-size: 1.2rem
    }
}

@media (max-width:767px) {

    .plan1,
    .plan2,
    .plan3 {
        width: 18em
    }

    .card-image {
        display: flex;
        justify-content: center
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .tresCards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center !important
    }

    .planCard {
        min-width: 22rem
    }
}

@media (min-width:1025px) {

    .plan1,
    .plan2,
    .plan3 {
        width: 23em
    }
}

* {
    box-sizing: border-box
}

main {
    font-family: Inter
}

@media (max-width:767px) {
    .bienvenido__heading-4 {
        display: none
    }


    .bienvenido__heading-2 {
        letter-spacing: -1px
    }

    .bienvenido__heading-2,
    .bienvenido__heading-3 {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.3
    }

    .bienvenido__heading-3 {
        display: flex;
        align-items: center;
        gap: .5rem;
        white-space: nowrap;
        color: #26c4c3;
        letter-spacing: -.5px;
        text-align: center
    }

    .bienvenido__heading-3 img {
        width: 60px;
        height: auto
    }

    .carousel-caption {
        position: absolute;
        top: 10%;
        left: 5%;
        text-align: left;
        transform: none;
        z-index: 1;
        display: block !important
    }

    .carousel-item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: hsla(0, 0%, 100%, .5);
        z-index: 1;
        pointer-events: none
    }

    .carousel-inner {
        max-width: 100%
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: none
    }
}

.carousel-caption {
    width: 100% !important;
}

@media (min-width:768px) and (max-width:1200px) {
    .bienvenido .carousel-caption {
        position: absolute;
        top: 15%;
        left: 10%;
        text-align: left;
        transform: none;
        z-index: 1
    }


    .bienvenido__heading-2 {
        color: #2b647f;
        font-size: 2.5rem !important;
        font-weight: 700;
        letter-spacing: -.8px;
        line-height: 1.2
    }

    .bienvenido__heading-3 {
        display: flex;
        align-items: center;
        gap: .8rem;
        white-space: nowrap;
        color: #26c4c3;
        font-size: 2.5rem;
        font-weight: 700;
        letter-spacing: -.5px;
        line-height: 1.2
    }

    .bienvenido__heading-3 img {
        width: 100px;
        height: auto
    }

    .bienvenido__heading-4 {
        color: #000;
        font-size: .9rem;
        font-weight: 400;
        max-width: 392px;
        display: block
    }

    .carousel-inner {
        max-width: 100%
    }

    .carousel-item:before {
        content: none
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        background-color: rgba(38, 196, 195, .5490196078431373);
        border-radius: 50%;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: none
    }

    .carousel-control-next-icon:after,
    .carousel-control-prev-icon:after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        border: 2px solid #fff
    }

    .carousel-control-prev-icon:after {
        border-right-color: transparent;
        border-top-color: transparent;
        transform: rotate(45deg)
    }

    .carousel-control-next-icon:after {
        border-left-color: transparent;
        border-bottom-color: transparent;
        transform: rotate(45deg)
    }
}

@media (min-width:1200px) {
    .bienvenido .carousel-caption {
        position: absolute;
        top: 10%;
        left: 10%;
        text-align: left;
        transform: none;
        z-index: 1
    }



    .bienvenido__heading-2 {
        color: #2b647f;
        font-size: 3rem !important;
        font-weight: 700;
        letter-spacing: -1px;
        line-height: 1.3
    }

    .bienvenido__heading-3 {
        display: flex;
        align-items: center;
        gap: 1rem;
        white-space: nowrap;
        color: #26c4c3;
        font-size: 3rem;
        font-weight: 700;
        letter-spacing: -.5px;
        line-height: 1.3
    }

    .bienvenido__heading-3 img {
        width: 125px;
        height: auto
    }

    .bienvenido__heading-4 {
        color: #000;
        font-size: 1rem;
        font-weight: 400;
        display: block
    }

    .carousel-inner {
        max-width: 100%
    }


    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        background-color: rgba(38, 196, 195, .5490196078431373);
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: none
    }

    .carousel-control-next-icon:after,
    .carousel-control-prev-icon:after {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        border: 2px solid #fff
    }

    .carousel-control-prev-icon:after {
        border-right-color: transparent;
        border-top-color: transparent;
        transform: rotate(45deg)
    }

    .carousel-control-next-icon:after {
        border-left-color: transparent;
        border-bottom-color: transparent;
        transform: rotate(45deg)
    }
}

.bienvenido__heading-1 {
    color: #26c4c3;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width:1400px) {
    .bienvenido .carousel-caption {
        position: absolute;
        align-content: center;
        top: 0;
        left: 15%;
        text-align: left;
        transform: none;
        z-index: 1
    }


    .bienvenido__heading-2 {
        font-size: 3.5rem !important
    }

    .bienvenido__heading-3 {
        font-size: 3.5rem;
        gap: 1.5rem
    }

    .bienvenido__heading-4 {
        display: block
    }

    .carousel-caption {
        top: 20%;
        left: 10%
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 60px;
        height: 60px
    }

    .carousel-control-next-icon:after,
    .carousel-control-prev-icon:after {
        width: 20px;
        height: 20px
    }
}

.ayudas__heading,
.ayudas__heading1 {
    text-align: center;
    margin: 3rem 0;
    color: #147a7f;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: -1.5px
}

@media (min-width:1024px) {
    .ayudas__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .ayudas__contenedor {
        grid-column: 2/3
    }

    .ayudas__heading {
        font-size: 4rem
    }

    .ayudas__heading1 {
        font-size: 1.9rem
    }
}

.ayudas__contenedor {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3rem;
    max-width: 768px
}

@media (min-width:1024px) {
    .ayudas {
        background-image: linear-gradient(90deg, transparent 50%, #fff 0, #fff), url(../assets/img/images/fondoVistaPlanes.jpeg);
        background-size: contain;
        background-repeat: no-repeat
    }
}

@media (min-width:1400px) {
    .ayudas {
        background-position: 16% 0
    }
}

.ayuda__imagen {
    height: 6rem;
    margin-bottom: .8rem
}

.ayuda {
    margin: 0 auto
}

.ayuda__heading {
    font-family: Baloo Tamma\ 2
}

.ayuda span {
    display: block
}

.carrousel {
    position: relative;
    overflow: hidden
}

.carrousel .grande {
    width: 200%;
    height: 100%;
    display: flex;
    overflow: hidden;
    transform: translateZ(0);
    animation-name: slide;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-delay: 4s
}

@keyframes slide {
    50% {
        transform: translate3d(-50%, 0, 0)
    }
}

@keyframes slide2 {
    50% {
        transform: translate3d(0, 0, 0)
    }
}

.carrousel .items {
    width: 50%
}

.carrousel .puntos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%
}

.carrousel .punto {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    background-color: #0e6c71;
    margin: 0 10px;
    text-align: center;
    transition: all .3s
}

.swal2-icon.swal2-warning {
    width: 30%;
    height: 70%;
    font-size: 200%
}

input[id=radio1]:checked~.grande {
    transform: translateZ(0)
}

input[id=radio1]:checked~.puntos .punto[for=radio1] {
    background: #26c4c3
}

input[id=radio2]:checked~.grande {
    animation-name: slide2;
    transform: translate3d(-50%, 0, 0)
}

input[id=radio2]:checked~.puntos .punto[for=radio2] {
    background-color: #26c4c3
}

.fontBaloo2 {
    font-family: Baloo Tamma\ 2
}

.Blog {
    max-width: 100%;
    background: linear-gradient(100deg, #84fab0, #8fd3f4);
    height: 48em
}

.img-blog {
    max-width: 27%;
    margin-left: 18em;
    display: inline-block
}

.scroll-blog {
    margin-top: 4em
}

#img-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
    border-color: #fff;
    border-style: solid;
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2), 0 10px 14px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12) !important
}

@media (min-width:360px) and (max-width:884px) {
    .img-blog {
        display: none
    }

    .scroll-blog {
        margin-top: 48em !important;
        margin-left: -32em
    }

    .Blog {
        height: 68em !important
    }

    .carousel__item {
        width: 65% !important
    }

    .test {
        height: 120em !important
    }

    #testtittle {
        margin-bottom: 2em
    }

    .containertest {
        height: 115em !important
    }

    .swiper-pagination {
        display: none
    }
}

@media (min-width:1200px) and (max-width:1728px) {
    .img-blog {
        margin-left: 6em;
        margin-top: 2em;
        max-width: 35%
    }

    .scroll-blog {
        margin-top: 5em !important;
        margin-left: -10em
    }

    .Blog {
        height: 45em
    }

    .contenido-index {
        margin-left: -10em
    }

    #result {
        margin-top: 4em !important
    }

    .index-btn-select {
        margin-top: -1.4em !important
    }
}

.index-select {
    max-width: 100%;
    height: 40em
}

.contenido-index {
    display: flex
}

.index-title {
    text-align: center;
    margin: 3rem 0;
    color: #147a7f;
    font-family: Baloo Tamma\ 2;
    font-weight: 600;
    font-size: 3rem;
    letter-spacing: -1.5px
}

.index-img-select {
    margin-left: -10em;
    z-index: -1
}

.index-btn-select {
    margin-left: 20em;
    margin-top: 4.2em
}

#result {
    max-width: 40%;
    margin-top: 10em
}

#result h1 {
    margin-left: 1em
}

#result p {
    margin-left: 3em;
    max-width: 70%;
    text-align: justify
}

@media (min-width:360px) and (max-width:884px) {
    .index-select {
        height: 45em
    }

    .index-btn-select {
        margin-left: 1em;
        margin-top: -5em
    }

    .index-btn-select ul {
        width: 8em !important
    }

    .index-img-select {
        display: none
    }

    #result {
        max-width: 100%;
        margin-top: 1em
    }

    #result p {
        margin-left: 2em
    }
}

.section-practico {
    background-color: #26c4c3;
    padding: 20px 0;
    text-align: center
}

.section-practico span {
    font-size: 40px;
    color: #fff;
    font-weight: 700
}

@media (max-width:1199.98px) {
    .section-practico {
        padding: 15px 0
    }

    .section-practico span {
        font-size: 32px
    }
}

@media (max-width:599.98px) {
    .section-practico {
        padding: 10px 0
    }

    .section-practico span {
        font-size: 24px
    }
}

@media (min-width:320px) and (max-width:480px) {
    .indice {
        display: flex;
        justify-content: center
    }

    .terapia {
        margin-bottom: 1rem
    }

    .terapia_titulo2 {
        display: block;
        margin-bottom: 2rem
    }

    .terapia_heading1 {
        color: #26c4c3;
        font-size: .9rem;
        font-weight: 700;
        line-height: 1
    }

    .terapia_heading2 {
        color: #2b647f;
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: -1.5px;
        line-height: 1;
        margin-bottom: 0
    }

    .terapia_item {
        gap: .5rem;
        flex-wrap: nowrap
    }

    .terapia_indice,
    .terapia_item {
        display: flex;
        align-items: center
    }

    .terapia_indice {
        width: 40px;
        height: 40px;
        background-color: #26c4c3;
        border-radius: 50%;
        justify-content: center;
        margin: 0 5px;
        font-weight: 800;
        font-size: 30px;
        color: #fff
    }

    .content_terapia_info1 {
        color: #26c4c3;
        font-size: .8rem;
        font-weight: 700;
        margin: 0
    }

    .content_terapia_info2 {
        color: #000;
        font-size: .8rem;
        font-weight: 400;
        line-height: 25px;
        max-width: 90%;
        text-align: justify
    }
}

@media (min-width:481.98px) {
    .terapia {
        margin: 2rem 0
    }

    .content_item {
        display: inline-grid;
        align-items: center
    }

    .terapia_titulo2 {
        display: flex;
        margin-bottom: 2rem
    }

    .terapia_heading1 {
        color: #26c4c3;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1
    }

    .terapia_heading2 {
        color: #2b647f;
        font-size: 2.7rem;
        font-weight: 700;
        letter-spacing: -1.5px;
        line-height: 1
    }

    .terapia_item {
        display: flex;
        gap: 15px
    }

    .terapia_indice {
        width: 40px;
        height: 40px;
        background-color: #26c4c3;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 800;
        font-size: 30px;
        color: #fff;
        margin-top: 10%
    }

    .content_terapia_info1 {
        color: #26c4c3;
        font-size: 1.2rem;
        font-weight: 700;
        margin: 0
    }

    .content_terapia_info2 {
        color: #000;
        font-size: .9rem;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    .terapia_titulo1 {
        margin-left: 1rem
    }

    .terapia_heading2 {
        margin-left: .8rem
    }

    .terapia_item {
        gap: 15px
    }
}

@media (min-width:1200px) {
    .terapia {
        margin: 6rem 0
    }

    .terapia_titulo2 {
        gap: .7rem
    }

    .terapia_item {
        gap: 15px;
        max-width: 90%;
        text-align: justify
    }
}

@media (min-width:1700px) {
    .content_terapia_info1 {
        font-size: 1.6rem
    }

    .content_terapia_info2 {
        font-size: 1.2rem
    }
}

@media (min-width:320px) and (max-width:480px) {
    .card {
        background: #fff;
        box-sizing: border-box;
        border-radius: 3px;
        box-shadow: 0 1px 1px transparent;
        min-width: 312px;
        width: fit-content;
        margin: 30px;
        padding: 30px;
        position: relative;
        text-align: center;
        transition: all .5s ease-in-out 0s;
        height: 40rem
    }

    .card-description {
        height: 17rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .card-action {
        display: flex;
        justify-content: center;
        margin-top: 0 !important;
        height: 100%
    }

    .card-action button {
        background: #26c4c3;
        border-radius: 30px;
        border: 0;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 15px;
        font-weight: 700;
        width: 70% !important;
        height: 60px;
        text-transform: uppercase;
        transition: all .3s ease-in-out 0s;
        margin-top: 0 !important;
        padding: 1em 2em;
    }

    #NuesPla {
        background-image: linear-gradient(hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        height: 100%;
        max-width: 100%;
        padding: 4rem 0
    }
}

.card-container-all {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 3em !important;
    padding: clamp(2em, 5vh, 5em) 0;
    justify-items: center;
    align-items: center
}

.card-psi-nutri {
    width: 90%;
    height: 100%;
    background-color: #26c4c3;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    text-align: center;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    gap: 20px;
    transition: transform .3s ease, box-shadow .3s ease, border-radius .3s ease
}

.card-psi-nutri:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
    border-radius: 15px
}

.card-icon-psico-nutri {
    height: 100%
}

.card-title-psi-nutri {
    background-color: #fff;
    color: #3c84a8;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 20px;
    text-align: center
}

@media screen and (max-width:768px) {
    .card-container-all {
        grid-template-columns: 1fr;
        justify-items: center
    }

    .card-psi-nutri {
        width: 90%
    }
}

@media (min-width:769px) and (max-width:1200px) {
    .carousel_testimonios {
        width: 100% !important;
        padding: 20px 0;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw
    }
}

.container_psicologos {
    margin: 0;
    width: 100%;
    height: 70%;
    justify-content: center;
    display: flex
}

.psicologo_heading1 {
    line-height: 28px;
    color: #26c4c3;
    height: 10%
}

.psicologo_heading1,
.psicologo_heading2 {
    font-family: Segoe UI;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    margin: 0
}

.psicologo_heading2 {
    display: flex;
    font-size: 25px;
    line-height: 63px;
    color: #2b647f;
    padding: 0
}

.descPsicologo p {
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
    text-align: justify;
    color: #fff
}

.combo {
    border: 0;
    font-size: 17px;
    width: 100%;
    height: 3rem;
    border-radius: 50px;
    padding-left: 1rem;
    margin-top: 1rem;
    color: #2b647f
}

.botonPsicologo select {
    background-image: url(assets/img/flecha.png);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    appearance: none
}

.botonPsicologo select::-ms-expand {
    display: none
}

@media (max-width:767px) {
    .psicologos {
        height: 80vh;
        width: 100%;
        display: inline-grid;
        justify-content: center;
        padding: 0;
        margin: 0
    }

    .psicologos:before {
        content: "";
        position: relative;
        width: 100%;
        height: 40px;
        background-color: #26c4c3
    }

    .imgPsicologo {
        background-color: #2b647f;
        width: 30%;
        height: 15%;
        display: flex;
        align-items: center;
        position: absolute;
        justify-content: center;
        margin-top: 140px
    }

    .imgPsicologo img {
        width: 50%;
        height: 70%
    }

    .infoPsicologo {
        width: 100%;
        height: 100%
    }

    .tituloPsicologo {
        background-color: #fff;
        height: 200px;
        padding-left: 2rem
    }

    .descPsicologo {
        width: 100%;
        background-color: #26c4c3;
        padding: 4rem 2rem 2rem
    }

    .psicologo_heading2 {
        text-align: left;
        column-gap: .5rem;
        align-items: center;
        height: 17%;
        padding: 0
    }
}

@media (min-width:768px) {
    .psicologos {
        margin: 10% 0 0;
        height: 80vh;
        width: 100%;
        padding: 0
    }

    .imgPsicologo,
    .psicologos {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .imgPsicologo {
        background-color: #2b647f;
        width: 20%;
        height: 100%
    }

    .imgPsicologo img {
        width: 10rem
    }

    .infoPsicologo {
        width: 80%;
        height: 100%
    }

    .tituloPsicologo {
        background-color: #fff;
        height: 40%;
        padding-left: 2rem;
        padding-top: 1rem
    }

    .descPsicologo {
        background-color: #26c4c3;
        height: 60%;
        padding: 2rem
    }

    .psicologo_heading2 {
        font-size: 35px;
        text-align: left;
        gap: 1rem;
        height: 30%
    }

    .combo {
        font-size: 15px;
        width: 70%;
        height: 2rem
    }
}

@media (min-width:992px) {
    .psicologos {
        margin: 8% 0 0
    }

    .container_psicologos {
        width: 80%
    }

    .imgPsicologo {
        width: 30%
    }

    .infoPsicologo {
        width: 50%
    }

    .combo {
        font-size: 15px;
        width: 60%;
        height: 2rem
    }
}

@media (min-width:1200px) {
    .psicologos {
        margin: 0
    }
}

.container-bussines>.info .line {
    background: #9cf;
    width: 154px;
    height: 6px;
    margin-bottom: 21px
}

.container-bussines>.info h2 {
    font-size: 37px;
    font-weight: 500
}

.container-bussines>.info h2,
.container-bussines>.info p {
    font-family: Segoe UI;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    text-transform: none
}

.container-bussines>.info p {
    font-size: 17px;
    font-weight: 300
}

.container-bussines>.info ul {
    color: #898989;
    padding: 15px
}

.container-bussines>.info ul li {
    margin-bottom: -5px;
    line-height: 2rem;
    list-style: disc
}

.container-bussines>.info ul li i {
    color: #9cf
}

.container-bussines>.info .box-email {
    justify-content: center;
    max-width: 100%;
    margin-top: 16px
}

.container-bussines>.info .box-email>span {
    font-family: Work Sans;
    font-size: 13px
}

.container-bussines>.info .box-email .input-data {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.container-bussines>.info .box-email input[type=email] {
    border: 1px solid #26c4c3;
    box-sizing: border-box;
    border-radius: 6px;
    font-family: Poppins;
    font-size: 16px;
    text-align: center;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.container-bussines>.info .box-email input[type=email]::placeholder {
    color: #cfd2ff
}

.container-bussines>.info .box-email button {
    border: none;
    background: #9cf;
    border-radius: 50px;
    width: 10rem;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    cursor: pointer;
    padding: 15px 25px;
    font-weight: 700;
    white-space: nowrap;
    margin-top: 5px;
    margin-bottom: 5px
}

.container-bussines>.info .box-email button:hover {
    filter: drop-shadow(0 0 3px #00000040)
}

.container-bussines>.info .box-email .msg-error {
    color: #eb5757;
    font-size: small;
    font-family: Work Sans;
    display: none
}

.container-bussines>.info .box-email .msg-error.show {
    display: block
}

.img-fluid {
    max-width: 100% !important
}

.container-bussines .front .box-image img {
    width: 200%;
    position: absolute
}

.container-bussines>.send-data .box-rotate {
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 2s;
    transform: rotateY(0);
    perspective: 1000px
}

.container-bussines>.send-data .front {
    height: 100%;
    position: absolute;
    background-color: #fff
}

.container-bussines>.send-data .box-rotate.active {
    transform: rotateY(180deg)
}

.container-bussines>.send-data .box-rotate.active .front {
    transition: opacity 1.5s;
    opacity: 0
}

.container-bussines>.send-data .back {
    width: 100%;
    height: 100%;
    border-radius: 2%;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff
}

.container-bussines>.send-data .back .header {
    display: flex;
    padding: 20px;
    background: linear-gradient(90deg, #26c4c3, #e0c7e5) !important;
    border-radius: 6px 6px 0 0;
    align-items: center
}

.container-bussines>.send-data .back .header .box-image img {
    margin: 10px
}

.container-bussines>.send-data .back .header .box-text h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff
}

.container-bussines>.send-data .back .header .box-text span {
    font-family: Work Sans;
    font-size: 13px;
    color: #fff
}

.container-bussines>.send-data .back .formu {
    width: 100%;
    background: #dfefff;
    border-radius: 0 0 6px 6px;
    padding: 15px
}

.container-bussines>.send-data .back .formu .row {
    padding-left: 6px;
    padding-right: 6px
}

.container-bussines>.send-data .back .formu .row-icon {
    display: grid;
    grid-template-columns: 72px calc(100% - 72px)
}

.container-bussines>.send-data .back .formu .row-icon>.selItem {
    display: flex;
    justify-content: center;
    align-items: center
}

.container-bussines>.send-data .back .formu .row-icon>.selItem>.btn-select {
    cursor: pointer;
    display: grid;
    grid-template-columns: 31px 41px;
    align-items: center;
    background: #e0c7e5;
    padding-left: 5px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: small
}

.container-bussines>.send-data .back .formu .row-icon>.selItem>.btn-select>img {
    padding-right: 5px
}

.container-bussines>.send-data .back .formu .row-icon>.selItem>.btn-select>.code {
    background: inherit;
    color: #5d5fef
}

.container-bussines>.send-data .back .formu .row-icon>.selItem>ul.sel {
    position: absolute;
    top: 240px;
    left: 121px;
    margin: 0;
    padding: 10px 15px;
    background: #fff;
    border-radius: 5px;
    list-style: none;
    z-index: 99999;
    display: none
}

.container-bussines>.send-data .back .formu .row-icon>.selItem>ul.sel.show {
    display: block
}

.container-bussines>.send-data .back .formu .row-icon>.selItem>ul.sel>li {
    white-space: nowrap;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.container-bussines>.send-data .back .formu .row-icon>.selItem>ul.sel>li:hover {
    filter: drop-shadow(16px 16px 20px #00000080)
}

.container-bussines>.send-data .back .formu .row-icon>.selItem>ul.sel>li>.value-item {
    display: none
}

.container-bussines>.send-data .back .formu .row-icon>.selItem>ul.sel>li>img {
    padding-right: 10px
}

.container-bussines>.send-data .back .formu .row-icon>input[type=tel] {
    flex: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.container-bussines>.send-data .back .formu .row-three {
    display: flex;
    align-items: center;
    display: grid;
    grid-template-columns: 40px 1fr 40px
}

.container-bussines>.send-data .back .formu .row-three>.icon {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #e0c7e5
}

.container-bussines>.send-data .back .formu .row-three>:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.container-bussines>.send-data .back .formu .row-three>input[type=number] {
    appearance: textfield;
    border-radius: 0;
    text-align: center;
    -moz-appearance: textfield
}

.container-bussines>.send-data .back .formu .row-three>input[type=number]::-webkit-inner-spin-button,
.container-bussines>.send-data .back .formu .row-three>input[type=number]::-webkit-outer-spin-button {
    margin: 0
}

.container-bussines>.send-data .back .formu .row-three>:nth-child(3) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.container-bussines>.send-data .back .formu .row>* {
    flex: 1;
    margin-bottom: 5px
}

.container-bussines>.send-data .back .formu .group-control {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-right: 6px;
    padding-left: 6px
}

.container-bussines>.send-data .back .formu .group-control span:first-child {
    font-family: Work Sans;
    font-size: 12px;
    color: #5d5fef;
    margin-bottom: 5px
}

.container-bussines>.send-data .back .formu .group-control input,
.container-bussines>.send-data .back .formu .group-control textarea {
    outline: none;
    background: #cce4fc;
    border-radius: 6px;
    padding: 4px;
    height: 34px;
    resize: none;
    width: 100%;
    border: 2px solid #e0c7e5
}

.container-bussines>.send-data .back .formu>.group-control {
    padding-left: 11px;
    padding-right: 11px
}

.container-bussines>.send-data .back .formu .group-control textarea {
    padding: 5px 10px;
    height: auto
}

.container-bussines>.send-data .back .formu .box-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0
}

.container-bussines>.send-data .back .formu .box-btn>button {
    border: none;
    outline: none;
    background: linear-gradient(90deg, #26c4c3, #e0c7e5) !important;
    border-radius: 6px;
    font-family: Work Sans;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    padding: 10px 50px
}

.container-bussines>.send-data .row-three>.icon {
    cursor: pointer;
    user-select: none
}

.container-bussines .bussines-info {
    margin-left: 10rem;
    justify-content: center;
    text-align: left
}

@media (max-width:1306px) {
    .div-container-panel .row .container-title-panel {
        padding: 10rem 0 10rem 5rem;
        transition: all .3s ease
    }
}

@media (max-width:1250px) {
    .container-bussines>.info h2 {
        padding-left: 37px
    }
}

@media (max-width:1200px) {
    .container-bussines .bussines-info {
        margin-left: 0
    }

    .col-md-6 .img_nueva {
        margin: 100px auto
    }

    .div-container-panel .row .container-title-panel {
        padding: 10rem 0 10rem 3rem
    }
}

@media (max-width:394px) {
    .container-bussines {
        width: 100%;
        margin-top: 4rem;
        padding-bottom: 1rem
    }

    .container-bussines .bussines-info {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 5rem
    }

    .container-bussines>.info h2 {
        padding-left: 0;
        font-size: 2rem;
        margin-bottom: 1.2rem
    }

    .container-bussines>.info ul {
        width: 100%;
        font-size: 1rem;
        margin-bottom: 1.2rem
    }
}

@media (min-width:281px) and (max-width:768px) {
    .container-bussines>.info h2 {
        padding-left: 0;
        font-size: 2rem;
        margin-bottom: 1.2rem
    }

    .container-bussines>.send-data .back {
        width: 100%;
        height: 360px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        transform: rotateY(180deg);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #fff
    }
}

@media (max-width:767px) {
    .container-bussines {
        display: grid;
        grid-template-rows: 50% 50%;
        padding: 50px 70px;
        grid-auto-flow: row
    }

    .orden1 {
        grid-row: 1/2
    }

    .orden2 {
        grid-row: 2/3
    }
}

@media (min-width:768px) {
    .container-bussines {
        display: grid;
        grid-template-columns: 50% 50%;
        padding-right: 0;
        padding-left: 0;
        max-width: 100%;
        margin-top: 5rem
    }
}

.modal-cerrar {
    float: right;
    border: none;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 1.4em
}

.btn-buscar {
    display: block;
    margin: 0 auto;
    background-color: #6cf;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
    float: right;
    margin-right: 80px
}

.btn-buscar:hover {
    background-color: #4da8e6
}

.highlighted {
    position: relative;
    display: inline-block
}

.highlighted:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #09c
}

.centeredparrafo {
    font-family: Baloo Tamma\ 2;
    font-size: 36px;
    line-height: 1.5;
    margin: 0;
    padding: 20px;
    color: #0f6c71;
    font-weight: 700;
    word-wrap: break-word
}

.centered5,
.centeredparrafo {
    text-align: center
}

.content5 {
    width: 100%
}

.container5 {
    justify-content: center;
    align-items: center;
    height: 68vh
}

.centered6 {
    text-align: justify;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 20px;
    margin: 0 auto;
    width: 80%
}

.centered-image {
    width: 80% !important
}

.sidebar5 img {
    width: 40%
}

.container5 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px
}

.sidebar5 {
    width: 100%
}

@media screen and (min-width:1024px) {
    .sidebar5 {
        width: 100%
    }

    .sidebar5 img {
        display: block;
        width: 200px;
        height: 100%
    }
}

@media screen and (max-width:1023px) {
    .sidebar5 {
        width: 100%
    }

    .sidebar5 img {
        display: none
    }
}

.general5 {
    display: flex;
    flex-wrap: wrap
}

.columna {
    flex-basis: 50%;
    padding: 10px;
    border: 1px;
    overflow: auto;
    resize: horizontal
}

.centered-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

@media only screen and (max-width:768px) {
    .columna {
        flex-basis: 100%
    }
}

@media (min-width:1199.98px) {
    .testimonios {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 4em 1em
    }

    .testimonial-content {
        display: flex;
        align-items: center;
        margin-bottom: 15px
    }

    .container_testimonios {
        margin: 0;
        width: 80%;
        height: 70%;
        justify-content: center
    }

    .titulo_testimonios {
        height: 30%;
        margin-bottom: 100px
    }

    .testimonio_heading1 {
        color: #26c4c3;
        font-size: 21px;
        line-height: 28px
    }

    .testimonio_heading1,
    .testimonio_heading2 {
        font-family: Segoe UI, sans-serif;
        font-weight: 700;
        text-align: center
    }

    .testimonio_heading2 {
        color: #2b647f;
        font-size: 60px;
        line-height: 63px
    }

    .testimonial-card {
        background: #fff;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
        width: min(100%, 560px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden
    }

    .carousel_testimonios {
        width: 100vw;
        padding: 20px 0;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw
    }

    #testi-carousel .owl-item {
        display: table;
        padding: 1.5rem
    }

    #testi-carousel .testimonio_info {
        height: 100%;
        width: 50%;
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }

    .testimonio_desc p {
        font-family: Segoe UI, sans-serif;
        font-size: 17px;
        font-weight: 400;
        line-height: 23px;
        text-align: justify;
        color: #333
    }

    .testimonio_usuario {
        display: flex;
        justify-content: end;
        gap: 2rem
    }

    .usuario_info1,
    .usuario_info2 {
        font-family: Segoe UI, sans-serif;
        font-size: 17px;
        line-height: 23px
    }

    .usuario_info1 {
        font-weight: 700;
        text-align: left;
        color: #4d4d4d
    }

    .usuario_info2 {
        font-weight: 400;
        text-align: left;
        color: #26c4c3
    }

    #testi-carousel .owl-nav,
    .owl-dots {
        display: none
    }
}

@media (max-width:1199.99px) {
    .testimonios {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0;
        margin: 0
    }

    .container_testimonios {
        margin: 4rem 0;
        width: 85%;
        height: auto;
        justify-content: center
    }

    .titulo_testimonios {
        height: auto;
        margin-bottom: 2rem
    }

    .testimonio_heading1 {
        color: #26c4c3;
        font-size: 20px;
        line-height: 26px
    }

    .testimonio_heading1,
    .testimonio_heading2 {
        font-family: Segoe UI, sans-serif;
        font-weight: 700;
        text-align: center
    }

    .testimonio_heading2 {
        color: #2b647f;
        font-size: 40px;
        line-height: 50px
    }

    .carousel_testimonios {
        width: 100%;
        height: auto;
        padding: 15px 0
    }

    #testi-carousel .owl-item {
        display: table;
        padding: 1rem
    }

    #testi-carousel .testimonio_info {
        height: auto;
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }

    .testimonio_desc p {
        font-family: Segoe UI, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        text-align: justify;
        color: #333;
        padding: 0 1rem
    }

    .testimonio_usuario {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 1rem
    }

    .usuario_info1,
    .usuario_info2 {
        font-family: Segoe UI, sans-serif;
        font-size: 16px;
        line-height: 22px
    }

    .usuario_info1 {
        font-weight: 700;
        text-align: center;
        color: #4d4d4d
    }

    .usuario_info2 {
        font-weight: 400;
        text-align: center;
        color: #26c4c3
    }

    #testi-carousel .owl-dots,
    #testi-carousel .owl-nav {
        display: none
    }
}

.testimonios {
    background-color: #f9f9f9
}

@media (max-width:768px) {
    .testimonios {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0;
        margin: 0
    }

    .container_testimonios {
        margin: 2rem 0;
        width: 95%;
        height: auto;
        justify-content: center
    }

    .titulo_testimonios {
        height: auto;
        margin-bottom: 1.5rem
    }

    .testimonio_heading1 {
        color: #26c4c3;
        font-size: 16px;
        line-height: 22px
    }

    .testimonio_heading1,
    .testimonio_heading2 {
        font-family: Segoe UI, sans-serif;
        font-weight: 700;
        text-align: center
    }

    .testimonio_heading2 {
        color: #2b647f;
        font-size: 30px;
        line-height: 38px
    }

    .carousel_testimonios {
        height: auto;
        padding: 10px 0;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw
    }

    #testi-carousel .owl-item {
        display: table;
        padding: .5rem
    }

    #testi-carousel .testimonio_info {
        height: auto;
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }

    .testimonio_desc p {
        font-family: Segoe UI, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: justify;
        color: #333;
        padding: 0 1rem
    }

    .testimonio_usuario {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem
    }

    .usuario_info1,
    .usuario_info2 {
        font-family: Segoe UI, sans-serif;
        font-size: 14px;
        line-height: 20px
    }

    .usuario_info1 {
        font-weight: 700;
        text-align: center;
        color: #4d4d4d
    }

    .usuario_info2 {
        font-weight: 400;
        text-align: center;
        color: #26c4c3
    }

    #testi-carousel .owl-dots,
    #testi-carousel .owl-nav {
        display: none
    }
}

.nuevomensaje {
    text-align: center;
    color: #26c4c3;
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
    font-family: Segoe UI, sans-serif;
    font-weight: 700;
    margin-top: 10%
}

@media (max-width:599.98px) {
    .articulos {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .container_articulos {
        width: 100%
    }

    .articulo_headin1 p,
    .articulo_headin2 p {
        text-align: center
    }

    .articulo_headin1 p {
        font-size: 16px;
        color: #26c4c3
    }

    .articulo_headin1 p,
    .articulo_headin2 p {
        font-family: Segoe UI, sans-serif;
        font-weight: 700
    }

    .articulo_headin2 p {
        font-size: 20px;
        color: #2b647f
    }

    .container_carousel_articulo {
        width: 100%
    }

    .item_carousel_articulo {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        overflow: hidden;
        margin: 15px;
        transition: transform .3s, box-shadow .3s;
        width: calc(100% - 30px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 300px;
        height: 450px
    }

    .item_carousel_articulo:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, .15)
    }

    .item_img_articulo img {
        width: 100%;
        height: 200px;
        object-fit: cover
    }

    .item_info_articulo {
        padding: .7rem;
        color: #000;
        position: relative;
        flex-grow: 1;
        display: flex;
        flex-direction: column
    }

    .tipo_articulo {
        font-size: 14px;
        font-weight: 700;
        color: #26c4c3
    }

    .titulo_articulo {
        font-size: 14px;
        font-weight: 700;
        margin: 5px 0;
        color: #2b647f
    }

    .desc_articulo {
        font-size: 12px;
        margin: 10px 0;
        height: 50px;
        color: #a9b2b2;
        overflow: hidden
    }

    .autor_articulo {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .foto_autor {
        display: grid;
        place-items: center;
        width: 35px;
        height: 35px;
        margin-right: 10px
    }

    .foto_autor img {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .info_autor {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1
    }

    .nombre_autor {
        color: #839090;
        font-size: 10px
    }

    .fecha_autor {
        font-size: 8px
    }
}

@media (min-width:600px) and (max-width:1199.98px) {
    .articulos {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .container_articulos {
        width: 100%
    }

    .articulo_headin1 p,
    .articulo_headin2 p {
        text-align: center
    }

    .articulo_headin1 p {
        font-size: 18px;
        color: #26c4c3
    }

    .articulo_headin1 p,
    .articulo_headin2 p {
        font-family: Segoe UI, sans-serif;
        font-weight: 700
    }

    .articulo_headin2 p {
        font-size: 24px;
        color: #2b647f
    }

    .container_carousel_articulo {
        width: 100%
    }

    .item_carousel_articulo {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
        overflow: hidden;
        margin: 20px;
        transition: transform .3s, box-shadow .3s;
        width: calc(100% - 40px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 400px;
        height: 530px
    }

    .item_carousel_articulo:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .2)
    }

    .item_img_articulo img {
        width: 100%;
        height: 250px;
        object-fit: cover
    }

    .item_info_articulo {
        padding: .8rem;
        color: #000;
        position: relative;
        flex-grow: 1;
        display: flex;
        flex-direction: column
    }

    .tipo_articulo {
        font-size: 16px;
        font-weight: 700;
        color: #26c4c3
    }

    .titulo_articulo {
        font-size: 16px;
        font-weight: 700;
        margin: 5px 0;
        color: #2b647f
    }

    .desc_articulo {
        font-size: 14px;
        margin: 10px 0;
        height: 60px;
        color: #a9b2b2;
        overflow: hidden
    }

    .autor_articulo {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .foto_autor {
        display: grid;
        place-items: center;
        width: 40px;
        height: 40px;
        margin-right: 10px
    }

    .foto_autor img {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .info_autor {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1
    }

    .nombre_autor {
        color: #839090;
        font-size: 12px
    }

    .fecha_autor {
        font-size: 10px
    }
}

@media (min-width:1200px) {
    .articulos {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px
    }

    .container_articulos {
        width: 100%
    }

    .articulo_headin1 p,
    .articulo_headin2 p {
        text-align: center
    }

    .articulo_headin1 p {
        font-size: 21px;
        color: #26c4c3
    }

    .articulo_headin1 p,
    .articulo_headin2 p {
        font-family: Segoe UI, sans-serif;
        font-weight: 700
    }

    .articulo_headin2 p {
        font-size: 30px;
        color: #2b647f
    }

    .container_carousel_articulo {
        width: 100%
    }

    .item_carousel_articulo {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
        overflow: hidden;
        margin: 20px;
        transition: transform .3s, box-shadow .3s;
        width: calc(70% + 70px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 400px;
        height: 510px
    }

    .item_carousel_articulo:hover {
        transform: translateY(-10px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, .3)
    }

    .item_img_articulo img {
        width: 100%;
        height: 200px;
        object-fit: cover
    }

    .item_info_articulo {
        padding: 1rem;
        color: #000;
        position: relative;
        flex-grow: 1;
        display: flex;
        flex-direction: column
    }

    .tipo_articulo {
        font-size: 18px;
        font-weight: 700;
        color: #26c4c3
    }

    .titulo_articulo {
        font-size: 18px;
        font-weight: 700;
        margin: 5px 0;
        color: #2b647f
    }

    .desc_articulo {
        font-size: 16px;
        margin: 10px 0;
        height: 70px;
        color: #a9b2b2;
        overflow: hidden
    }

    .autor_articulo {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .foto_autor {
        display: grid;
        place-items: center;
        width: 50px;
        height: 50px;
        margin-right: 10px
    }

    .foto_autor img {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .info_autor {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1
    }

    .nombre_autor {
        color: #839090;
        font-size: 14px
    }

    .fecha_autor {
        font-size: 12px
    }
}

#carousel_articulos .custom-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

#carousel_articulos .custom-dot {
    width: 26px;
    height: 26px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color .3s
}

#carousel_articulos .custom-dot.active {
    background-color: #26c4c3
}

@media (max-width:1199.97px) {
    .img-fluid {
        margin: 0 auto
    }
}

@media (min-width:1199.98px) {
    .charlas {
        height: 110vh;
        width: 100%;
        padding-top: 5rem
    }

    .contenedor_Charlas {
        display: flex;
        width: 100%
    }

    .img-fluid {
        width: 55%
    }

    .divcharla {
        background: #2b647f;
        width: 52%;
        height: 70%;
        max-height: 700px;
        right: 0;
        margin-top: 5%;
        position: absolute;
        padding-left: 5rem;
        padding-right: 5rem
    }

    .bussines-info {
        width: 100%
    }

    .bussines-info h5 {
        text-align: center;
        width: 100%;
        color: #26c4c3
    }

    .bussines-info h2 {
        font-size: 37px;
        font-weight: 500;
        text-align: center
    }

    .bussines-info h2,
    .bussines-info p {
        font-family: Segoe UI;
        letter-spacing: 0;
        color: #fff;
        text-transform: none
    }

    .bussines-info p {
        font-size: 17px;
        font-weight: 300;
        text-align: justify;
        align-items: center;
        display: flex
    }

    .bussines-info>div {
        display: flex;
        gap: 1em;
        width: 100%;
        justify-content: center
    }

    .bussines-info img {
        width: 15%
    }

    .bussines-info ul {
        width: 80%;
        font-size: 1rem;
        margin-left: 2rem
    }

    .bussines-info ul li {
        margin-bottom: -5px;
        line-height: 2rem;
        list-style: disc
    }

    .box-email button {
        border: none;
        background: #9cf;
        border-radius: 50px;
        width: 10rem;
        color: #fff;
        font-family: Poppins;
        font-size: 16px;
        cursor: pointer;
        padding: 15px 25px;
        font-weight: 700;
        white-space: nowrap;
        margin-top: 5px;
        margin-bottom: 5px
    }
}

@media (max-width:767px) {
    .contenedor_Charlas {
        display: grid
    }

    .divcharla {
        background: #2b647f;
        width: 100%;
        height: 100%;
        position: relative;
        padding: 5rem 3rem
    }

    .contenedor_Charlas .bussines-info {
        width: auto
    }

    .img-fluid {
        margin: 0 !important;
        border: 0 !important
    }

    .contenedor_Charlas .bussines-info h5 {
        font-family: Segoe UI;
        text-align: center;
        width: 100%;
        color: #26c4c3
    }

    .contenedor_Charlas .bussines-info h2 {
        font-family: Segoe UI;
        text-align: center;
        font-size: 2rem;
        color: #fff;
        margin-bottom: 1.2rem;
        text-transform: none;
        font-weight: 600
    }

    .contenedor_Charlas .bussines-info div {
        display: flex;
        gap: 1em;
        width: 100%
    }

    .contenedor_Charlas .bussines-info div p {
        font-size: 15px;
        font-weight: 300
    }

    .bussines-info img {
        width: 25%;
        height: 25%
    }

    .bussines-info ul {
        width: 80%;
        font-size: 1rem;
        margin-left: 2rem
    }

    .bussines-info ul li {
        margin-bottom: -5px;
        line-height: 2rem;
        list-style: disc
    }

    .box-email button {
        border: none;
        background: #9cf;
        border-radius: 50px;
        width: 10rem;
        color: #fff;
        font-family: Poppins;
        font-size: 16px;
        cursor: pointer;
        padding: 15px 25px;
        font-weight: 700;
        white-space: nowrap;
        margin-top: 5px;
        margin-bottom: 5px
    }
}

#remvclass .owl-stage {
    display: flex
}

#remvclass .owl-stage .owl-item:last-child .card-charla:after {
    content: "Mirar todas las charlas";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(36, 128, 127, .75);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 15px;
    z-index: 1;
    cursor: pointer
}

.testimonial-image {
    margin-right: 15px
}

.img-circle {
    border-radius: 50%;
    width: 80px;
    height: 80px
}

.testimonial-name {
    font-size: 20px;
    font-weight: 700
}

.premium-user {
    font-weight: 700;
    color: #00bfff;
    margin: 5px 0;
    font-size: 14px
}

.stars {
    display: flex;
    justify-content: center;
    color: gold;
    font-size: 32px;
    margin-top: 10px
}

.star {
    margin: 0 2px
}

.star.selected {
    color: gold
}

.container_terapia {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    padding: 1em 1.5em
}

.terapia-info {
    width: min(100%, 650px);
    place-content: center
}

.terapia-img {
    box-shadow: 12px 12px 1px #26c4c3;
    border-radius: 10px;
    width: min(100%, 450px);
    height: 100%;
}

.terapia-img img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.content_item {
    height: auto;
    margin-top: 2%
}

.owl-stage {
    padding: 1em 1.5em 0 3em
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.btn-gratis,
.btn-inicio,
.btn-formulario {
    font-size: clamp(.9em, 1.5em) !important;
    padding: .5em 1em;
    border-radius: 25px;
}

.botones__contenedor {
    width: 100%;
}

@media (min-width:406px) {
    .botones__contenedor {
        margin: 1em 0;
    }
}