html,

body {
    /* max-width: 100% !important; */
    overflow-x: hidden !important;
    font-family: 'PT Sans';
}

.priceTitle {
    font-family: 'DM Sans';
    font-size: 40px;
    font-weight: 700;
    line-height: 35px;
    color: #005366;
}

.selectPrices {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Urbanist';
}

.listDataPrices {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Urbanist';
}

.horizontal-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.horizontal-list li {
    flex: 1;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.cardPriceAnimation {
    transition: transform 0.7s ease;
    transform: translateY(-5px);
}

.cardPriceAnimation2 {
    transition: transform 0.1s ease;
    transform: translateY(-0px);
}

.accordion-image:hover,
.btn_cotizar:hover,
.btn_crear_cuenta:hover,
.plansButtons:hover,
.card-doctor:hover {
    transition: transform 0.3s ease;
    /* text-decoration: underline !important; */
    transform: translateY(-2px);
    /* background-color: rgba(0, 83, 102, 0.85); */
}

.discountLabel {
    background-color: #ADF3C9;
    color: #005366;
    border-radius: 5px;
    font-size: 16px;
}

.title_price {
    color: #005366;
    font-size: 48px;
    font-family: 'Manrope';
    font-weight: normal;
}

.subtitle_price {
    color: #005366;
    font-size: 30px;
    font-family: 'Urbanist';
    font-weight: 400;
}

.btn_mensual_margin_price {
    color: #005366;
    height: 50px;
    border-top: 2px solid #005366;
    border-bottom: 2px solid #005366;
    border-left: 2px solid #005366;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn_year_margin_price {
    color: #005366;
    height: 50px;
    border-radius: 5px;
    border-top: 2px solid #005366;
    border-bottom: 2px solid #005366;
    border-right: 2px solid #005366;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn_margin_price_mensual {
    border: 1px solid #005366;
    border-radius: 5px;
    background-color: #005366;
}

.btn_margin_price_mensual_extension {
    border: 1px solid #005366;
    border-radius: 5px;
    background-color: white;
    color: #005366;
}

.btn_plan_mensual {
    border: 3px solid #ADF3C9;
    border-radius: 10px;
    height: 47px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Urbanist';
}

.btn_plan_mensual_extension {
    border: 3px solid #005366;
    border-radius: 10px;
    height: 47px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Urbanist';
}

.btn_margin_price_contacto {
    border: 1px solid #005366;
    border-radius: 5px;
}

.btns_prices {
    color: white;
    font-family: 'Manrope';
}

.mensual_price {
    font-family: 'Urbanist';
    font-size: 50px;
    font-weight: 600;
    line-height: 60.51px;
}

.mensual_price_text {
    font-size: 35px;
    font-weight: 600;
    line-height: 42.36px;
    font-family: 'Urbanist';
}

.mensual_price_text1_sub {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Urbanist';
    line-height: 18px;
}

.mensual_price_text_sub {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    font-weight: 'Urbanist';
}

.mensual_price_items {
    font-size: 16px;
}

.btn_crear_cuenta {
    background-color: white;
    font-size: 20px;
    color: #005366;
    border-radius: 20px;
    font-weight: 700;
    height: 62px;
    font-family: 'Urbanist';
}

.btn_cotizar {
    background-color: #ADF3C9;
    font-size: 20px;
    color: #005366;
    border-radius: 20px;
    font-weight: 700;
    height: 62px;
    line-height: 24px;
    font-family: 'Urbanist';
}

.help_background_change_color {
    background-color: #007AAB26
}

.help_text_change_color {
    color: #005366;
}

.cursor {
    cursor: pointer;
}

.disponibilitySpace {
    background-color: #005366;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.button-suscribe {
    color: #ADF3C9;
    background-color: #005366;
    font-size: 20px;
    border-radius: 10px;
    font-family: 'Work Sans';
}

.subscription_btn {
    background-color: #005366;
    font-size: 20px;
    border-radius: 10px;
    font-family: 'PT Sans' !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
}

.blog_note_text {
    color: #005366;
    font-size: 30px;
    font-family: 'Manrope';
    font-weight: 700;
}

#suscribeFloat {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    background-color: #E0E1E4;
    border-radius: 10px;
}

.change-nav-height {
    height: 70px !important;
}

.blog-card:hover,
.blog_note_text:hover,
.disponibilitySpace:hover {
    transition: transform 0.3s ease;
    transform: translateY(-2px);
}

@keyframes loading {

    0%,
    100% {
        margin-top: 25px;
        height: 10px;
    }

    50% {
        margin-top: 0px;
        height: 50px;
    }
}

.ul-carga {
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 5px;
}

.li-carga {
    background-color: #005366;
    width: 10px;
    height: 10px;
    animation: loading 1s ease-in-out infinite;
}

li:nth-child(1) {
    animation-delay: 0s;
}

li:nth-child(2) {
    animation-delay: -0.2s;
}

li:nth-child(3) {
    animation-delay: -0.4s;
}

li:nth-child(4) {
    animation-delay: -0.6s;
}

li:nth-child(5) {
    animation-delay: -0.8s;
}

.help_icon {
    width: 28px;
}

.add-bold {
    font-weight: bold !important;
}

.register-button {
    width: 170px;
    color: white;
    background-color: #005366;
    font-size: 20px;
    border-radius: 10px;
    font-family: 'PT Sans' !important;
    /* display: inline-block; */
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    /* padding-left: 35px;
    padding-right: 35px; */
}

.logIn-button {
    color: #005366;
    background-color: white;
    font-size: 20px;
    border-radius: 10px;
    font-family: 'PT Sans' !important;
    /* display: inline-block; */
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    /* padding-left: 15px;
    padding-right: 15px; */
    outline: 2px solid #005366;
    width: 80px;
}

.logIn-button:hover {
    transition: transform 0.3s ease;
    text-decoration: underline !important;
    transform: translateY(-2px);
    font-weight: 700;
}

.hover-registerButton:hover {
    transition: transform 0.3s ease;
    text-decoration: underline !important;
    transform: translateY(-2px);
    background-color: rgba(0, 83, 102, 0.85);
}

.hover-video-demo:hover,
.startButton:hover {
    transition: transform 0.3s ease;
    transform: translateY(-2px);
}

.select-back {
    background-color: #c2e9f8;
    border-radius: 10px;
}

.list-title li {
    display: inline-block;
    padding: 0px 0px 0px 10px !important;

}

.categoryPost {
    color: white;
    background-color: #005366;
    border-radius: 10px;
    font-family: 'Work Sans';
    font-size: 14px;
    width: 110px;
}

.titlePost {
    color: black;
    font-family: 'Work Sans';
    font-size: 36px;
    line-height: normal;
}

.autor-datePost {
    color: #696A75;
    font-family: 'Work Sans';
    font-size: 14px;
    line-height: normal;
}

.imagePost {
    border-radius: 10px;
    object-fit: cover;
}

.contentPost {
    font-weight: normal;
}

.oculto {
    display: none;
}

ul li {
    list-style-type: none;
}

.search {
    background-color: white !important;
    border-radius: 5px !important;
}

.principal_img_blog {
    height: 400px;
    object-fit: cover;
    border-radius: 5px;
}

.sombra {
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.img_next {
    width: 20px;
}

.whats_ayuda {
    color: #007FFB !important;
    font-size: 16px !important;
    font-family: 'Manrope' !important;
}

.whats_ayuda:hover {
    transition: transform 0.3s ease;
    transform: translateY(-2px);
}

.helpSearch {
    font-size: 16px;
    font-family: 'Manrope' !important;
}

.list_cuenta_ayuda {
    font-size: 18px;
    font-family: 'Bold' !important;
    columns: black;
    font-family: 'Manrope' !important;
}

.subtitle_cuenta_ayuda {
    font-size: 25px;
    font-family: 'Manrope' !important;
}

.listTutotial {
    font-size: 18px;
    font-family: 'Manrope' !important;
    color: #707070;
}

.agregarPaciente_ayuda {
    font-size: 18px;
    font-family: 'Manrope' !important;
    color: #707070;
}

.siguiente_ayuda {
    font-size: 14px !important;
    font-family: 'Manrope' !important;
    color: #707070;
}

.margin_siguiente {
    border: 1px solid #9A9A9A;
    border-radius: 10px;
}

.margin_siguiente:hover {
    transition: transform 0.3s ease;
    transform: translateY(-2px);
}

.tutorialOlivo {
    font-size: 18px !important;
    font-family: 'Manrope' !important;
    color: #707070;
}

.change-font-color {
    color: #005366;
}

.listTutorial {
    font-size: 18px !important;
    font-family: 'Manrope' !important;
    color: #707070;
}

.barM {
    color: #005366 !important;
    font-size: 20px !important;
    font-family: 'PT Sans' !important;
    height: 80px !important;
}

.hamburguerButton {
    background-color: #005366;
    width: 70px;

}

.hamburguerIcon {
    height: 35px;
    width: 30px;
}

.loginHamburguerButton {
    background-color: #005366;
    color: white;
    font-size: 20px !important;
    font-family: 'PT Sans' !important;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.margen-finoHamburguer {
    margin: 1px !important;
    padding: 10px !important;
    position: relative !important;
    border-bottom: 1px solid #E7E8E9;
}


.xIcon {
    width: 24px;
    height: 24px;
    position: relative;
    display: block;
    background-repeat: no-repeat;
}

.title_text_footer {
    color: white;
    text-align: left;
    font-size: 15px;
    font-family: 'Manrope';
    font-weight: 800 !important;
}

.link_text_footer {
    color: white;
    text-align: left;
    font-size: 15px;
    font-family: 'Manrope';
    font-weight: normal;
}

.link_text_footer:hover {
    transition: transform 0.3s ease;
    transform: translateY(-2px);
}

.text_info {
    color: #707070;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
}

.poppinsFont {
    font-family: 'Poppins';
}

.ptSansFont {
    font-family: 'PT Sans';
}

.manropeFont {
    font-family: 'Manrope';
}

.workSansFont {
    font-family: 'Work Sans';
}

.logo {
    width: 180px;
}

.navbar {
    height: 115px;
}

.modal {
    --bs-modal-width: 600px !important;
}

.ot-btn2 {
    margin-top: 0px !important;
}

.text_sub {
    color: #005366 !important;
    font-weight: normal;
}

.text {
    font-family: 'Poppins';
    color: #707070;
    font-size: 24px;
    font-weight: normal;
}

.text_n {
    font-family: 'Poppins';
    color: #707070;
    font-size: 16px;
    font-weight: normal;
}

.title {
    color: #1A3F4A;
    font-weight: 600;
}

.title_text {
    color: #000000;
    font-size: 70px;
    font-family: 'Poppins';
    font-weight: 800 !important;
    letter-spacing: 1px;
    line-height: 70px
}

.title_extra_text {
    color: #005366;
    font-size: 70px;
    font-family: 'Poppins';
    font-weight: 800 !important;
}

.sub_title_extra_text {
    color: #005366;
    font-size: 40px;
    font-family: 'Poppins';
    font-weight: 700 !important;
    margin-top: 140px;
}

.img_exp {
    width: 70%;
}

.sub_title_extra_text2 {
    color: #020202;
    font-size: 40px;
    font-family: 'Poppins';
    font-weight: 700 !important;
}

.sub_title_extra_text3 {
    color: #707070;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 700 !important;
}

.sub_title_extra_text4 {
    color: #707070;
    font-size: 20px;
    font-family: 'Poppins';
}

.sub_title_extra_text4_highlighted {
    color: black;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 700 !important;
}

.sub_title_extra_text5 {
    color: #707070;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 700 !important;
}

.sub_title_extra_text6 {
    color: #005366;
    font-size: 22px;
    font-family: 'DM Sans' !important;
    font-weight: 500 !important;
}

.sub_title_extra_text7 {
    color: #707070;
    font-size: 18px;
    font-family: 'DM Sans';
    font-weight: 400 !important;
}

.mobile_expediente {
    width: 65%;
}

.title_text_info {
    color: #000000;
    font-size: 50px;
    font-weight: 800 !important;
    font-family: 'PT Sans';
}

.title_blog {
    color: #005366;

    font-size: 50px;
    text-align: center;
    font-family: 'Manrope';
}

.title_text_ayuda {
    color: #005366;
    text-align: left;
    font-size: 50px;
    text-align: center;
    font-family: 'Manrope';
}

.title_text_ayuda_ext {
    color: #005366;
    font-size: 30px;
    font-family: 'Manrope';
}

.subtitle_text_ayuda {
    color: #707070;
    font-size: 25px;
    font-family: 'Manrope';
}

.title_text_blog {
    color: white;
    font-size: 24px;
    font-family: 'Work Sans';
}

.imagen-blog {
    position: relative;
    border-radius: 5%;
    height: 200px;
    object-fit: cover;
}

.margen-blog {
    padding: 10px;
    /* position: relative; */
    border: 1px solid #dddcdc;
    border-radius: 5%;
}

.margen-fino {
    position: relative;
}

.margen-fino:after {
    content: "";
    position: absolute;
    left: -1px;
    bottom: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #005366;
    border-bottom: 10px solid #005366;
    poUrbanist-events: none;
    z-index: -1;
    border-radius: 10px;
}

.textG_ayuda {
    color: #707070;
    font-size: 16px;
    text-align: left;
}

.workSansText {
    font-family: 'Work Sans';
}

.textG_blog {
    color: white;
    font-size: 14px;
    font-family: 'Work Sans';
}

.enlace-subrayado {
    text-decoration: underline;
}

.text-category-blog {
    color: #005366;
    font-size: 14px;
    font-family: 'Work Sans';
}

.cont-category-blog {
    background-color: #f0f5f7;
    border-radius: 10px !important;
    color: white;
    font-family: 'Work Sans';
    font-size: 14px;
    width: 110px;
}



.subtitle_text {
    color: #005366;
    text-align: center;
    font-family: 'PT Sans';
}

.prob_text {
    color: #005366;
    text-align: center;
    font-family: 'Poppins';
    font-size: 50px;
    font-weight: 400 !important;
}

.prob_text2 {
    color: #707070;
    text-align: center;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
}

.extra_text {
    font-size: 14px;
    font-weight: normal;
    color: #707070;
    font-family: 'Poppins';
}

.title_text_info {
    color: black;
    text-align: center;
    font-family: 'PT Sans';
    font-size: 50px;
}

.title_text_info_sub {
    color: black;
    text-align: center;
    font-family: 'PT Sans';
    font-size: 40px;
}

.subtitle_text_info {
    color: black;
    text-align: center;
    font-family: 'PT Sans';
    font-size: 40px;
}

.stadistics_text {
    color: white;
    text-align: center;
    font-family: 'Poppins';
    font-size: 50px;
    font-weight: 800 !important;
}

.stadistics_numberText {
    color: white;
    text-align: center;
    font-family: 'Poppins';
    font-size: 50px;
}

.stadistics_text2 {
    color: white;
    text-align: center;
    font-family: 'Poppins';
    font-size: 18px;
}

.stadistics_text3 {
    color: white;
    text-align: center;
    font-family: 'Poppins';
    font-size: 14px;
}

.subtitle_text2 {
    margin-top: 5%;
    color: #020039;
    text-align: center;
    font-family: 'PT Sans';
    font-weight: 700;
    font-size: 4vw;
    margin-top: 5% !important;
}

.color_green {
    background-color: #ACF2C8;
    color: #1A3F4A;
    text-align: left;
    font-family: 'Aleo';
    font-weight: 700;
    font-size: 4vw;
}

.immage1 {
    margin-top: 50%;
}

.margin-video {
    margin-top: 13% !important;

}

.video_demo_text {
    color: #005366 !important;
}

.margin-nav-l {
    margin-top: 7%;
}

a {
    text-decoration: none !important;
    color: white !important;
    font-family: 'Aleo' !important;
}

#imagen1 {
    margin-top: 300px;
}

#imagen2 {
    margin-top: -200px;
}

.nb-white {
    background-color: white !important;
    height: 100px;
}

.color-button {
    background-color: #005366 !important;
    color: white !important;
    border-width: 0px !important;
    border-color: #ACF2C8;
    border-radius: 13px;
    letter-spacing: 3px;
    font-size: 19px;
    font-family: 'Aleo';
    font-weight: 700 !important;
}

.color-button::before {
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    /* font-feature-settings: "kern" off; */
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}

.color-button::after .title_text {
    margin-top: 5%;
    color: #020039;
    text-align: left;
    font-weight: 700;

    font-size: 4vw;
    text-decoration-color: #ACF2C8;
    padding-left: 30%;
    font-family: 'Work Sans';

}

.text2 {
    color: #707070;
    text-align: left;
    font-family: 'Work Sans';
}

.sub-title1 {
    margin-top: 5%;
    color: "black";
    text-align: center;
    font-weight: 700;
    font-size: 3vw;
    font-family: 'Manrope';

}

.sub-title-gray {
    margin-top: 5%;
    color: "black";
    text-align: center;
    font-weight: 700;
    font-size: 3vw;
    font-family: 'Aleo';

}

.text2 {
    margin-top: 1%;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    font-size: 1.5vw;
    letter-spacing: 1px;
    line-height: 1.2em;
    color: #707070;

}

.list_new {
    color: #707070;
    font-family: 'PT Sans';
    font-weight: normal;
}

.link_normal {
    text-decoration: underline !important;
    color: #007aaf !important;
}

.text-gray {
    color: #9a9a9a;
    font-size: 20px;

}

.img-fl {
    max-width: 95%;
}

.size-acordion {
    width: 50%;
    margin-left: 25%;
}

.color_gray {
    color: #707070;
    font-size: 10px;
}

.color_gray_2 {
    color: #9a9a9a;
    font-size: 15px;
    margin-top: -8%;
    text-align: center;
}

.titles-contacts {
    color: #1A3F4A;
    font-size: 20px;
    text-align: center;
    padding-top: 10%;
    font-family: 'Manrope' !important;
}

.title-beneficios {
    color: #1A3F4A;
    font-size: 30px;
    text-align: left;
    padding-top: 5%;
}

.text-beneficios {
    color: #1A3F4A;
    font-size: 20px;
    text-align: center;
    padding-bottom: 5%;
    margin-bottom: 10%;
}

.subTitle-contacts {
    color: #1A3F4A;
    font-size: 16px;
    text-align: center;
    font-family: 'Manrope' !important;
}

.subTitle-contacts-tel {
    color: #1A3F4A;
    font-size: 16px;
    text-align: center;
    font-family: 'Manrope' !important;
}

.subTitle-contacts-email {
    color: #1A3F4A;
    font-size: 16px;
    text-align: center;
    font-family: 'Manrope' !important;
}

.subTitle-contacts-tel:hover {
    transition: transform 0.3s ease;
    transform: translateY(-2px);
}

.subTitle-contacts-email:hover {
    transition: transform 0.3s ease;
    transform: translateY(-2px);
}

.social_icons:hover {
    transition: transform 0.3s ease;
    transform: translateY(-2px);
}

.titles-contacts-gray {
    color: #1A3F4A;
    font-size: 20px;
    text-align: center;
}

.titles-beneficios {
    color: #1A3F4A;
    font-size: 20px;
    text-align: left;
}

.subtitles-beneficios {
    color: #1A3F4A;
    font-size: 16px;
    text-align: left;
}

.img-beneficios-cont {
    width: 25px;
}

.margin-title {
    margin-top: -10%;
    margin-left: 10%;
}

.submargin {
    margin-left: 10%;

}

.margin_btn_beneficios {
    width: 57%;
    margin-top: 5%;
    margin-left: auto;
}

.info-center {
    background-color: #ACF2C8;
    border-radius: 10px;
}

.text-price {
    padding: 3%;
    color: #06404B;
}

.margen-top {
    margin-top: 10%;
}

.title-box {
    color: #005366;
    text-decoration: underline;
    font-size: 20px;
    font-style: 'Manrope';
}

.title-list {
    color: #666;
    font-size: 20px;
    margin-top: 10px;
}

.list-price li {
    list-style-image: url(checkPrice.png);

}

.img-beneficios {
    width: 20px;
    margin-right: 10px;
}

.card-ben {
    width: 18% !important;
    background-color: white;
    border-radius: 20px;
    margin-left: 2%;
    margin-bottom: 10px;
}

.card-gray {
    background-color: #f3f4f7;
    border-radius: 30px;
    margin-top: 10px;
    padding: 5px;
}

.cont-cent {
    margin-left: 10% !important;
}

.button-green-price {
    display: block;
    width: 90%;
    background-color: #005366;
    padding: 10px;
    font-size: 20px;
    border-radius: 10px;
}

.price {
    color: #666;
    font-size: 30px;

}

.form_contacto {
    margin-top: 15px;
    margin-bottom: 0
}

.subTitle-box {
    color: #005366;
    font-size: 15px;
}

.form-control {
    border-radius: 10px;
    background-color: #F3F4F7;
    border: 0;
}

.subtitle_text_contacto {
    color: #005366;
    font-size: 40px;
    font-family: 'Manrope';
    font-weight: normal;
}

.text_contacto {
    color: #005366;
    font-size: 20px;
    font-family: 'Manrope';
}

.form_contacto {
    color: #707070;
    font-size: 20px;
    font-family: 'Manrope';
    font-weight: normal;
}

.title-price {
    font-size: 25px;
    color: #1A3F4A;
}

.button-contact {

    padding: 10px;
    background-color: #005366;
    color: white;
    border-radius: 10px;
    margin-top: 3%;
}

.list-icons {
    margin-left: 30%;
}

.list-icons li {
    display: inline-block;
}

.center {
    margin-left: 40%;
}

.underline {
    text-decoration: underline;
    text-decoration-color: #9a9a9a;
}

.button-green {
    color: #ADF3C9;
    background-color: #005366;
    font-size: 20px;
    border-radius: 10px;
    font-family: 'Work Sans';
}

.statistics_underline {
    height: 4px;
    background-color: white;
    opacity: inherit;
    border: 0;
}

.help_underline {
    height: 2px;
    background-color: #707070;
    border: 0;
}

.help_rightline {
    width: 2px;
    height: 100%;
    background-color: #707070;
    border: 0;
}

.statistics_underline_info {
    height: 4px;
    background-color: #ADF3C9;
    opacity: inherit;
    border: 0;
}

.statistics_underline_info_black {
    height: 4px;
    background-color: #050505;
    opacity: inherit;
    border: 0;
}

.statistics_underline_info_gray {
    height: 4px;
    background-color: #707070;
    opacity: inherit;
    border: 0;
}

.nav_text {
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.10000000149011612px;
    margin-bottom: 0%;

    /* font-size: 20px !important;
    font-family: 'PT Sans' !important;
    margin-bottom: 0%; */
}

.register_text,.logIn_text{
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.10000000149011612px;
    margin-bottom: 0%;
}

.hover-highlight:hover {
    text-decoration: underline !important;
}

.bar {
    color: #005366 !important;
}

.start_button {
    color: #005366 !important;
    background-color: #ffffff;
    padding: 20px;
    font-size: 20px;
    border-radius: 10px;
    font-family: 'Poppins';
}

.start_button:hover {
    transition: transform 0.3s ease;
    text-decoration: underline !important;
    transform: translateY(-2px);
    background-color: rgba(173, 243, 201, 0.85);
}

.contact_button:hover {
    transition: transform 0.3s ease;
    transform: translateY(-2px);
}

.start_button2 {
    color: #ADF3C9;
    background-color: #005366;
    padding: 20px;
    font-size: 20px;
    border-radius: 10px;
    font-family: 'Poppins';
}

.start_button2:hover {
    transition: transform 0.3s ease;
    text-decoration: underline !important;
    transform: translateY(-2px);
    background-color: rgba(0, 83, 102, 0.85);
}

.button_mensaje {
    color: #ADF3C9;
    background-color: #005366;
    font-size: 28px;
    border-radius: 5px;
    font-family: 'Manrope';
    letter-spacing: 2px
}

.button_mensaje:hover {
    transition: transform 0.3s ease;
    text-decoration: underline !important;
    transform: translateY(-2px);
    background-color: rgba(0, 83, 102, 0.85);
}

.contactoLink {
    font-family: 'PT Sans' !important;
}

.ayudaLink {
    font-family: 'PT Sans' !important;
}

.blogLink {
    font-family: 'PT Sans' !important;
}

.nav-text {
    color: #005366;
    padding: 10px;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
}

.button-gray {
    background-color: #9a9a9a;
    padding: 20px;
    font-size: 20px;
    border-radius: 10px;

}

.margin_btn_gray {
    margin-top: 2%;
    margin-bottom: 5%;
}

.back-gray {
    background-color: #f3f4f7;

}

.back-green {
    background-color: #adf3c9;
}

.title-margin {
    margin-top: 17%;
    color: #005366;
    text-align: left;
    font-family: 'Aleo';
    font-weight: 700;
    font-size: 2.5vw;
    padding-left: 15%;
}

.list {
    padding-left: 15%;
    margin-top: 2%;
    font-size: 1.5vw;
    font-family: 'Albert Sans';

}

.ml {
    margin-left: -9%;
}

.btn-diagrama {
    padding: 15px !important;
    margin-left: 40%;
    margin-bottom: 5%;
}

.title_text5 {
    color: #020039;
    text-align: center;
    font-family: 'Work Sans';
    font-weight: 700 !important;
    font-size: 3vw;
    text-decoration-color: #ACF2C8;
    margin-top: 10%;

}

.accordion-item {
    margin: 5px !important;
}

.tl-acordeon {
    margin-left: 5%;
    font-family: 'Aleo';
    font-weight: 700;
    margin-top: 1%;

    font-size: 20px;
    color: black !important;

}

.btn-color-g {
    background-color: #005366 !important;
    border-radius: 10px !important;
}

.accordion-button {
    height: 55px;
    width: 50%;
}

.accordion-button:not(.collapsed) {
    color: #005366 !important;
    background-color: white !important;
}

.accordion-button:is(.collapsed) h6 {
    color: white !important;
}

.accordion-button:link,
.accordion-button:visited,
.accordion-button:active {
    color: #005366 !important;
    text-decoration: none !important;
    border: hidden !important;
    border-color: #FFF !important;
    box-shadow: 0px !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #FFF !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem #FFF !important;
    color: white !important;
}

.btn-center {
    margin-left: 42%;
}

.mt {
    margin-top: 10% !important;
}


.text-par-green {
    font-family: 'Poppins';
    font-size: 4vw;
    line-height: 1.44em;
    color: #ACF2C8;
    text-align: center;
    font-weight: bold;
}

.text-par3 {
    color: white;
    font-size: 15px;
    text-align: left;
    font-family: 'Manrope';
    font-weight: normal;
}

.text-button2 {
    color: #005366;
}

.back-blue {
    width: 100%;
    margin: 0;
    background-color: #005366;
    margin-top: 0%;

}

.subtitleLogo {
    padding: 25px;
    border-radius: 100%;
    background-color: #80A9B3;
    width: 25px;
    height: 25px;
}

.subtitleLogoImg {
    height: 25px;
    object-fit: fill;
    position: absolute;
    transform: translate(-50%, -50%);
}

.rightButton {
    /* margin-left: 5%; */
    cursor: pointer;
    width: 82px;
}

.downButton {
    /* margin-left: 5%; */
    cursor: pointer;
    width: 53px;
    margin-top: 9px;
}

.footer-text {
    width: 100%;
    margin-left: 35%;
    margin-right: 35%;
    margin-top: 5%;
    color: white;

}

.footer-text2 {
    width: 100%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 5%;
    color: white;
    text-align: center;

}

.text-footer {
    text-align: center;
    color: white;
    margin-top: 2%;
}

.text-footer-2 {
    text-align: center;
    color: gray;
    margin-top: 1%;
}

.title-privacy {
    text-align: center;
}

.subtitle-privacy {
    text-align: left;
    font-size: 20px;
    margin-top: 1%;
    margin-left: 10%;
}

.paragraph {
    width: 80%;
    text-align: left;
    margin: auto;
    margin-top: 3%;
}

.lista {
    width: 80%;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 2%;
}

.lista2 {
    width: 80%;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    list-style: none;
}

.text-link {
    color: white;
    text-decoration: none;
}

.text-link:hover {
    color: white;
    text-decoration: none;
}

.modal-center {
    margin: auto;
}

.align-button {
    margin-left: 40%;
}

.resize-lg {
    width: 40%;
    margin-left: 30%;
}

.resize-log {
    width: 13%;
    margin-left: 70%;
}

.resize-log-2 {
    width: 15%;
}

.text-email {
    color: white;
    margin-top: 1%;
    margin-left: -15%;
}

.text-email-2 {
    color: white;
    margin-top: 6%;
    margin-left: -15%;
}

a {
    text-decoration: none !important;
}

.view-desktop {
    display: block;
}

.view-mobile {
    display: none;
}

iframe {
    width: 100%;
    height: 100%;
}

@media (min-width: 300px) and (max-width: 600px) {

    .title_extra_text {
        color: #005366;
        font-size: 60px;
        font-family: 'Poppins';
        font-weight: 800 !important;
    }

    .title_text {
        color: #000000;
        font-size: 60px;
        font-family: 'Poppins';
        font-weight: 800 !important;
        letter-spacing: 1px;
        line-height: 60px
    }

    .title_text_ayuda_ext {
        color: #005366;
        font-size: 20px;
        font-family: 'Manrope';
    }

    .list-nav {
        margin-left: 30%;
        list-style: none !important;
        padding-bottom: 0px;
    }

    .cont-cent {
        margin-left: 20% !important;
    }

    .margin-title {
        margin-top: 0%;
        margin-left: 10%;
    }

    .margin_btn_beneficios {
        width: 85%;
        margin-top: 10%;
        margin-left: auto;
    }

    .card-ben {
        width: 70% !important;
        background-color: white;
        border-radius: 20px;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    .margin-nav-l {
        margin-top: -3%;
        margin-left: -45px;
    }

    .margin_btn2 {
        margin-top: 10%;
        margin-bottom: 10%;
        margin-left: -3%;
    }

    .margin_btn_gray {
        margin-top: 2%;
        margin-bottom: 5%;
        margin-left: -50%;
    }

    .view-mobile {
        display: block;
    }

    .view-desktop {
        display: none;
    }

    .center {
        margin-left: 15%;
    }

    .size-acordion {
        width: 100%;
        margin-left: 0%;
    }

    /* Solo se aplicarán entre los tamaños indicados */

    .text {
        margin-top: 5%;
        text-align: center;
        font-family: 'Work Sans';
    }

    .buttons {
        margin-top: 20px !important;

    }

    .mq-col {
        margin-left: 0%;
    }

    .sub-title1 {
        text-align: center;
        font-size: 5.5vw;

    }

    .text2 {
        text-align: center;
        padding-left: 2%;
        font-size: 4.0vw !important;

    }

    .img-fl {
        width: 28%;
        margin: auto;
        margin-left: 15%;
        margin-top: 5%;
    }

    .ml {
        margin-left: 0%;
    }

    .list {
        padding-left: 5%;
    }

    .title-margin {
        font-size: 5.5vw;
        padding: 0%;
        margin-left: 0%;
        text-align: center;
        margin-top: -20%;
    }

    .list {
        font-size: 4vw;
    }

    #imagen1 {
        display: none;
    }

    .resize-lg {
        width: 70%;
        margin-left: 10%;
    }

    .title_text5 {
        text-align: center;
        font-size: 5.5vw !important;
    }

    .back-blue {

        margin-top: 10%;
    }

    .color_green {
        background-color: #ACF2C8;
        color: #1A3F4A;
        text-align: left;
        font-family: 'Aleo';
        font-weight: 700;
        font-size: 10vw;
    }

    .text-email {
        color: white;
        margin-left: 30%;
        margin-top: -23%;
        font-size: 2.5vw;
    }

    .text-email-2 {
        margin-left: 30%;
        margin-top: -3%;
        font-size: 2.5vw;

    }

    .text-footer {
        font-size: 2.5vw;
        margin-top: 2%;
    }

    .resize-log {
        width: 15%;
        margin-left: 15%;
        margin-top: -15%;
    }

    .resize-log-2 {
        width: 50%;
        margin-left: 40%;
        margin-top: 5%;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    .accordion-button {
        height: 40px;
        width: 50%;
    }

}

@-moz-keyframes automatizacion {
    0% {
        margin-left: 0;
    }

    20% {
        margin-left: 0;
    }

    25% {
        margin-left: -100%;
    }

    45% {
        margin-left: -100%;
    }

    50% {
        margin-left: -200%;
    }

    70% {
        margin-left: -200%;
    }

    75% {
        margin-left: -300%;
    }

    85% {
        margin-left: -400%;
    }

    90% {
        margin-left: -400%;
    }

    99% {
        margin-left: -400%;
    }

    100% {
        margin-left: 0;
    }
}

@-webkit-keyframes automatizacion {
    0% {
        margin-left: 0;
    }

    20% {
        margin-left: 0;
    }

    25% {
        margin-left: -100%;
    }

    45% {
        margin-left: -100%;
    }

    50% {
        margin-left: -200%;
    }

    70% {
        margin-left: -200%;
    }

    75% {
        margin-left: -300%;
    }

    85% {
        margin-left: -400%;
    }

    90% {
        margin-left: -400%;
    }

    99% {
        margin-left: -400%;
    }

    100% {
        margin-left: 0;
    }
}

@keyframes automatizacion {
    0% {
        margin-left: 0;
    }

    20% {
        margin-left: 0;
    }

    25% {
        margin-left: -100%;
    }

    45% {
        margin-left: -100%;
    }

    50% {
        margin-left: -200%;
    }

    70% {
        margin-left: -200%;
    }

    75% {
        margin-left: -300%;
    }

    85% {
        margin-left: -300%;
    }

    90% {
        margin-left: -400%;
    }

    99% {
        margin-left: -400%;
    }

    100% {
        margin-left: 0;
    }
}

@media (min-width: 1800px) and (max-width: 2600px) {
    /* .title_text {
        padding-left: 0%;
    }

    .text {
        padding-left: 0% !important;
    }

    .mq-col {
        margin-top: -10% !important;
        width: 100% !important;
    }

    .text2 {
        text-align: center;
    }

    .ml {
        width: 55% !important;
        display: inline;
        margin-left: -20%;
    }

    .str {
        width: 18% !important;
        display: inline;
        margin-top: 6% !important;
        margin-left: 6%;
    }

    .title-margin {
        margin-top: 10%;
        width: 140%;
        padding-left: 15% !important;
    }

    .list {
        padding-left: 15% !important;
    }

    .back-blue {
        margin-top: -4%;
    }

    .text-email {
        margin-top: 4%;
        font-size: 1vw;
    }

    .text-email-2 {
        margin-top: 4%;
        font-size: 1vw;
    }

    .text-footer,
    .text-footer-2 {
        font-size: 1vw;
    } */
}

@media (min-width: 900px) and (max-width: 1300px) {
    /* .mq-col {
        margin-top: -15% !important;
    }

    .title-margin {
        margin-top: 32%;
    }

     */
}