﻿/*#region COLORS*/
:root {
    --bg_gray: #F8F8F8;
    /*new colors*/
    --medium_grey: #999999;
    --dark_gray: #6a6a6a;
    --bluish_white: #f7ffff;
    --blue_very_light: #ddf6ff;
    --light_blue: #7edcff;
    --medium_blue: #00a4e0;
    --dark_blue: #007ba8;
    --darker_blue: #00516f;
    --very_dark_blue: #00222e;
    --black_blue: #001117;
    --white: #FFFFFF;
}
/*#endregion*/
/*#region GENERAL*/
body {
    font-family: 'Noto Sans', sans-serif;
    color: var(--darker_blue);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--very_dark_blue);
    font-family: 'Noto Sans', sans-serif;
}

.sticky {
    background: #FFFFFF !important;
}

.bgGray {
    background-color: var(--bg_gray);
}

.bg_white {
    background-color: #fff;
}

.bg_blue {
    background: #165ED7 0% 0% no-repeat padding-box;
}

.bg_blueLight {
    background: var(--blue_very_light) 0% 0% no-repeat padding-box;
}

.cBlack {
    color: black !important;
}

.cPrimary {
    color: #161F33 !important;
}

.cSecundary {
    color: #165ED7 !important;
}

.em_bar_bg {
    background: #ABC2EA;
}

.cwhite .em_bar_bg:before {
    background: white;
}

.button a {
    font-size: 17px;
}

.section_sub_title h6 {
    letter-spacing: initial;
}

.sectionTitle, .section_main_title .sectionTitle {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: var(--darker_blue);
    font-family: 'Open Sans', sans-serif;
}

.sectionTitleLarge {
    font-size: 75px;
    line-height: 99px;
}

.sectionSubTitle, .section_sub_title h6.sectionSubTitle {
    font-size: 12px;
    line-height: 17px;
    color: var(--medium_blue);
    font-weight: 500;
    letter-spacing: 0.18px;
    font-family: 'Open Sans', sans-serif;
}

.section_title .sectionText {
    max-width: 525px;
    margin: auto;
}

.sectionText p {
    color: var(--darker_blue);
    margin-top: 10px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.img-circle {
    border-radius: 50%;
}

    .img-circle.border {
        border: 2px solid #F5F5F5;
    }

.techno_flipbox .techno_flipbox_back .flipbox_button a:hover {
    background: #007BA8;
    border: 2px solid #007BA8;
}

.div_ServicesContainer .techno_flipbox .techno_flipbox_back {
    border-radius: 8px;
}

    .div_ServicesContainer .techno_flipbox .techno_flipbox_back::before {
        border-radius: 8px;
    }

.em-nivo-slider-wrapper .nivo-directionNav a {
    color: #00A4E0;
}

/*#endregion*/

/*#region HEADER*/

.mean-container .mean-bar {
    background: #fff;
}

.mean-container a.meanmenu-reveal span,
.mean-container a.meanmenu-reveal:hover span {
    background: #444;
}

.mean-container a.meanmenu-reveal {
    color: #444;
}

.meanmenu-reveal.meanclose:hover {
    color: #444 !important;
}

.mean-container .mean-bar::before {
    content: url('../../Resources/Imagenes/Logos/JaelMedicalSL.png');
    transform: scale(0.7);
    left: -23px;
    top: 13px;
}

.techno_menu > ul > li > a {
    color: var(--darker_blue);
    font-size: 15px;
    margin: 32px 17px;
    font-weight: bold;
    line-height: 17px;
}

.donate-btn-header {
    margin-left: 36px;
}

a.dtbtn {
    background: var(--light_blue);
    border: 2px solid var(--light_blue);
    color: var(--darker_blue);
    padding: 16px 56px;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
}

    a.dtbtn:hover {
        border: 2px solid var(--light_blue);
        background: var(--light_blue);
        color: var(--darker_blue);
    }
/*
.home .techno_nav_manu {
    background: transparent;
    position: absolute;
    width: 100%;
}*/

.mTop_logo_header {
    margin-top: 24px !important;
}

.dropdown-menu {
    min-width: 75px;
}

.techno_menu > ul > li > a.language-dropdown-label {
    margin-bottom: 10px;
    cursor: pointer;
}

#TecnicasMobileDropDown.dropdown-toggle::after {
    display: none;
}

.mean-container .mean-nav ul li a.mean-expand {
    top: -1px;
}

@media (max-width: 575px) {
    .d-xs-block {
        display: block !important;
    }

    .d-xs-none {
        display: none!important;
    }
}

/*#endregion*/
/*#region SERVICIOS*/
.div_ServicesContainer {
    margin-top: 0;
    padding-top: 75px;
    /*background-image: url('../../Resources/Imagenes/Fijas/home_bg_servicios.png');*/
    background: var(--bg_gray) 0% 0% no-repeat padding-box;
    background-repeat: no-repeat;
    background-size: cover;
}

.home .div_ServicesContainer {
    /*    margin-top: -108px;
    padding-top: 195px;*/
}

.div_ServicesContainer .techno_flipbox .techno_flipbox_font, .div_ServicesContainer .techno_flipbox .techno_flipbox_back {
    border-color: white;
}

.div_ServicesContainer .techno_flipbox_font {
    background-color: white;
}

.div_ServicesContainer .flipbox_title {
    font-size: 22px;
    line-height: 30px;
}

.div_ServicesContainer .techno_flipbox_font .flipbox_title * {
    color: var(--darker_blue) !important;
}

.div_ServicesContainer .techno_flipbox_font .flipbox_desc p {
    color: var(--light_blue);
    text-align: center;
    text-decoration: underline;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
}

.div_ServicesContainer .flipbox_desc {
    font-size: 23px;
    line-height: 27px;
    margin-top: 12px;
}

.techno_flipbox .techno_flipbox_back::before {
    background: linear-gradient(to bottom,transparent -80%,var(--medium_blue));
}

.div_ServicesContainer .techno_flipbox_back .flipbox_title * {
    color: white;
}

.div_ServicesContainer .techno_flipbox_icon {
    margin-bottom: 20px;
}
/*#endregion SERVICIOS*/
/*#region EMPLEOS*/
.div_ServicesContainer.empleo {
    margin-top: 0;
    padding-top: 120px;
    background-image: url('../../Resources/Imagenes/Fijas/home_bg_empleo.png');
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 700;
}

    .div_ServicesContainer.empleo * {
        color: #fff;
    }

    .div_ServicesContainer.empleo .techno_flipbox .techno_flipbox_inner {
        /*position:static;*/
        top: 50%;
    }

    .div_ServicesContainer.empleo .title {
        font-size: 16px;
        line-height: 27px;
        text-shadow: 2px 5px 14px #00000015;
        display: block;
        font-weight: normal;
    }

    .div_ServicesContainer.empleo .subtitle {
        font-size: 12px;
        line-height: 27px;
        text-shadow: 2px 5px 14px #00000015;
        display: block;
    }

    .div_ServicesContainer.empleo .text {
        font-size: 23px;
        line-height: 30px;
        text-shadow: 2px 5px 14px #00000015;
    }

    .div_ServicesContainer.empleo .techno_flipbox .techno_flipbox_font,
    .div_ServicesContainer.empleo .techno_flipbox .techno_flipbox_back {
        min-height: 190px;
    }

        .div_ServicesContainer.empleo .techno_flipbox .techno_flipbox_back .flipbox_button a {
            margin-top: 10px;
        }
/*#endregion EMPLEOS*/

/*#region FOOTER*/

#footer_page {
    /*background: transparent linear-gradient(75deg, #161F33 0%, #040A19 100%) 0% 0% no-repeat padding-box;*/
    background: var(--very_dark_blue) 0% 0% no-repeat padding-box;
}

    #footer_page .follow-company-icon i {
        margin-right: 12px;
    }

#footer_bottom {
    background: #001117 0% 0% no-repeat padding-box;
}

.company-info-title p {
    color: #FFFFFF;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 0px;
}

.company-info-desc p {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
}

.hr_footer_company-info {
    border-bottom: 2px solid #FFFFFF;
    margin-top: 22.5px;
    margin-bottom: 34.5px;
    width: 15%;
}

.menu-quick-link-container ul li a:before {
    background: transparent;
}

.menu-quick-link-container ul li {
    padding-bottom: 30px;
}

.follow-company-icon a {
    font-size: 15px;
    margin-left: 65px;
    padding-bottom: 35px;
}

.footer-bottom-left-text {
    text-align: left;
    display: inline-flex;
    color: var(--medium_grey);
    font-size: 12px;
    line-height: 17px;
}

    .footer-bottom-left-text .absod {
        margin-right: 30px;
        position: relative;
    }

    .footer-bottom-left-text a {
        color: var(--medium_grey);
        display: inline-block;
    }

    .footer-bottom-left-text .absod::before {
        position: absolute;
        content: "";
        right: -17px;
        top: 2px;
        height: 14px;
        width: 1px;
        background: #fff;
    }

.footer-bottom-content {
    padding: 16px 0px;
}

@media (max-width: 767px) {
    .menu-quick-link-container.ml-4 {
        margin-left: 0px !important;
    }

    .row.widget.widget-nav-menu {
        margin-top: 35px;
    }

    .follow-company-icon a {
        margin-left: 0px;
    }

        .follow-company-icon a:last-child {
            padding-bottom: 0px;
        }
}

/*#endregion*/

/*#region MODALES*/
.modal-backdrop.fade {
    opacity: 0.5;
}

.modal-open {
    height: 100vh;
}

    .modal-open .modal {
        z-index: 9999999999999 !important;
    }

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.fade.in {
    opacity: 1;
}

.modal-backdrop.fade.in {
    opacity: 0.5;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
/*#region MODAL PRESUPUESTO*/
#modalPresupuesto {
}

    #modalPresupuesto .modal-title {
        color: #232323;
        font-size: 21px;
        line-height: 30px;
    }

    #modalPresupuesto .subtitle {
        color: #616161;
        font-size: 16px;
        line-height: 27px;
    }

    #modalPresupuesto .modal-dialog {
        margin-top: 145px;
        max-width: 710px;
    }

        #modalPresupuesto .modal-dialog .modal-body {
            flex-grow: 0;
            margin-top: 10px;
            padding: 30px 45px;
        }

        #modalPresupuesto .modal-dialog .modal-content {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 8px 18px #0000002F;
            border-radius: 9px;
            height: 540px;
        }

        #modalPresupuesto .modal-dialog .modal_header {
            padding-top: 15px;
        }

            #modalPresupuesto .modal-dialog .modal_header .close {
                /*color: #E6E6E6;
                border: 1px solid #E6E6E6;*/
                border-radius: 50%;
                color: #717171;
                border: 1px solid #717171;
                width: 15px;
                height: 15px;
                font-size: 11px;
                font-weight: 700;
            }

        #modalPresupuesto .modal-dialog .modal-footer {
            position: absolute;
            bottom: 0;
            width: 100%;
            left: 0px;
            height: 30%;
            background-image: url('../../Resources/Imagenes/Fijas/bg_presu.svg');
            background-size: 100%;
            border: none;
        }

        #modalPresupuesto .modal-dialog #modalPresupuesto_p1 .box {
            text-align: center;
            border: 1px solid #165ED7;
            border-radius: 7px;
            margin: 10px auto;
            padding-top: 20px;
            position: relative;
            height: 128px;
            z-index: 1;
            background-color: white;
        }

        #modalPresupuesto .modal-dialog .box .div-img {
            height: 24px;
        }

            #modalPresupuesto .modal-dialog .box .div-img img {
                max-height: 100%;
                max-width: 100%;
            }

        #modalPresupuesto .modal-dialog .box .text {
            font-weight: 700;
            font-size: 16px;
            line-height: 19px;
            position: absolute;
            bottom: 25px;
            left: 0;
            width: 100%;
        }

            #modalPresupuesto .modal-dialog .box .text span {
                display: inline-block;
                max-width: 90px;
                margin: auto;
            }

        #modalPresupuesto .modal-dialog .modal-footer {
            font-size: 17px;
            line-height: 25px;
            font-weight: 600;
        }

            #modalPresupuesto .modal-dialog .modal-footer .btn-back {
                color: white;
            }

            #modalPresupuesto .modal-dialog .modal-footer .div-next {
                background: #FFFFFF 0% 0% no-repeat padding-box;
                box-shadow: 0px 4px 9px #3A466017;
                border-radius: 5px;
                color: #165ED7;
                height: 51px;
                padding: 0 0px 0 15px;
                width: 200px;
                float: right;
                display: flex;
            }

                #modalPresupuesto .modal-dialog .modal-footer .div-next span {
                }

                #modalPresupuesto .modal-dialog .modal-footer .div-next .btn-next {
                    background-color: #F4F7FF;
                    border-radius: 0px 5px 5px 0px;
                    text-align: center;
                    padding: 0 20px;
                    height: 100%;
                    display: flex;
                    align-items: center;
                }

    #modalPresupuesto #modalPresupuestoSend a {
        font-weight: 600;
    }

    #modalPresupuesto .form_box input, #modalPresupuesto .form_box input:focus, #modalPresupuesto .form_box input:focus-visible, #modalPresupuesto .form_box textarea, #modalPresupuesto .form_box textarea:focus, #modalPresupuesto .form_box textarea:focus-visible {
        border-color: #427CDF !important;
        border: 1px solid #427CDF !important;
        color: #427CDF;
        outline-color: #427CDF;
        /*box-shadow: 0px 4px 9px #00000017;*/
    }

        #modalPresupuesto .form_box input::placeholder, #modalPresupuesto .form_box textarea::placeholder {
            color: #427CDF;
        }

    #modalPresupuesto .modal-dialog .titleSubsection {
        font-weight: 700;
        font-size: 16px;
        line-height: 27px;
        text-shadow: 2px 5px 14px #00000015;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    #modalPresupuesto .modal-dialog .tipos_entidad {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        z-index: 1;
        position: relative;
    }

        #modalPresupuesto .modal-dialog .tipos_entidad .box {
            background: #427CDF 0% 0% no-repeat padding-box;
            box-shadow: 0px 3px 9px #3A466043;
            border: 1px solid #165ED7;
            border-radius: 7px;
            color: white;
            font-size: 13px;
            line-height: 17px;
            height: 48px;
            width: 140px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 10px;
            margin-bottom: 5px;
        }

    #modalPresupuesto .modal-dialog .row_condiciones {
        position: relative;
        z-index: 1;
        margin-top: 20px;
    }

        #modalPresupuesto .modal-dialog .row_condiciones > div {
        }

        #modalPresupuesto .modal-dialog .row_condiciones label {
            font-size: 13px;
            text-shadow: 2px 5px 14px #00000015;
        }

            #modalPresupuesto .modal-dialog .row_condiciones label input {
                margin-right: 10px;
            }

    #modalPresupuesto #modalPresupuesto_p3 {
        position: relative;
        z-index: 1;
        padding-bottom: 0;
    }

        #modalPresupuesto #modalPresupuesto_p3 textarea {
            margin-top: 35px;
            background-color: white;
            height: 200px;
        }
/*#endregion MODAL PRESUPUESTO*/
/*#endregion MODALES*/
/*#region USER CONTROLS*/
/*#region splide CAROUSEL CAJAS*/
.splide-container {
}

    .splide-container .splide__arrows, .splide-container .splide__pagination {
        /*display: none;*/
    }

    .splide-container .splide__pagination {
        display: none;
    }

    .splide-container .counter_style_three {
        border-color: #165ED7;
    }

        .splide-container .counter_style_three .icon {
            margin-top: 0;
        }

        .splide-container .counter_style_three .counter_style_three_icon img {
            min-width: 100%;
            min-height: 100%;
            max-height: 100%;
        }

        .splide-container .counter_style_three .title {
            font-size: 23px;
            line-height: 50px;
            font-weight: 700;
            color: #161F33;
        }

        .splide-container .counter_style_three .subtitle {
            font-size: 16px;
            line-height: 27px;
            color: #616161;
        }

        .splide-container .counter_style_three .icon {
            background: transparent;
        }

.splide-1 .splide-container {
    /*LOGOS ARRIBA  EN MEDIO DEL BORDE, SOBRESALEN*/
}

    .splide-1 .splide-container .counter_style_three .icon {
        margin-top: -50px;
    }


    .splide-1 .splide-container .splide__slide {
        padding-top: 65px;
    }

    .splide-1 .splide-container .counter_style_three .counter_style_three_icon img {
        max-height: initial;
    }


    .splide-1 .splide-container .counter_style_three .counter_style_three_icon .icon {
        height: 128px;
        width: 128px;
        border-radius: 50%;
        overflow: hidden;
        margin-top: -64px;
    }

.splide-2 {
    /*NORMAL - FONDO BLANCO - LOGOS NO SOBRESALEN*/
}

    .splide-2 .splide-container {
        margin-top: 50px;
    }

        .splide-2 .splide-container .counter_style_three, .splide-3 .splide-container .counter_style_three {
            padding-top: 20px;
        }

.splide-3 {
    /*NORMAL - FONDO IMAGEN - LOGOS NO SOBRESALEN*/
    padding-bottom: 80px !important;
    background-image: url(../../Resources/Imagenes/Fijas/home_bg_servicios.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .splide-3 .splide-container {
        margin-top: 50px;
    }

    .splide-3 * {
        color: white !important;
    }

. .splide-3 splide-container .counter_style_three .icon {
    background: transparent;
}
/*#endregion*/
/*#region CONTACTO FORM*/
.contact_form {
    background-color: white;
}

    .contact_form > .container {
        position: relative;
    }

        .contact_form > .container > .back {
            position: absolute;
            background-color: var(--medium_blue);
            border-radius: 9px;
            top: 0;
            height: 65%;
            width: Calc(100% - 30px);
        }

    .contact_form .sectionSubTitle {
        color: var(--darker_blue) !important;
    }

    .contact_form .contact_form_box {
        max-width: 545px;
        background-color: white;
        border-radius: 12px;
        padding: 45px 30px;
        color: var(--dark_blue);
        margin: auto;
        border: 2px solid var(--medium_blue);
    }

        .contact_form .contact_form_box input, .contact_form .contact_form_box textarea {
            color: var(--dark_blue);
            background: #F8F8F8 0% 0% no-repeat padding-box;
            border: 1px solid #EFEFEF;
            border-radius: 4px;
        }

        .contact_form .contact_form_box textarea {
            height: 165px;
        }

            .contact_form .contact_form_box input::placeholder, .contact_form .contact_form_box textarea::placeholder {
                color: var(--dark_blue);
            }

    .contact_form .lblCondiciones {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 20px;
        color: var(--very_dark_blue);
    }

        .contact_form .lblCondiciones input {
            margin-right: 10px;
        }

    .contact_form .button a {
        color: var(--darker_blue);
        background-color: var(--light_blue);
        font-size: 15px;
        font-weight: 600;
    }

        .contact_form .button a:before {
            background-color: var(--darker_blue);
        }

        .contact_form .button a:hover {
            color: white;
        }

/*#endregion*/


/*#region CONTACTO BANNER*/
.contact_Banner {
    background-color: var(--darker_blue);
    text-align: center;
    padding: 15px;
}

    .contact_Banner .sectionTitle {
        color: white;
        font-size: 15px;
        line-height: 20px;
    }

    .contact_Banner .button a {
        background-color: var(--light_blue);
        color: var(--darker_blue);
        font-weight: 600;
    }

        .contact_Banner .button a:before {
            background-color: var(--black_blue);
        }

        .contact_Banner .button a:hover {
            color: white;
            background-color: var(--black_blue);
        }
/*#endregion*/
/*#region SLIDER AXA*/
.margin_boxes_top_bottom {
    margin-top: 15px;
    margin-bottom: 21px;
}

.slider_axa_padding {
    padding-top: 107px;
    padding-bottom: 112px;
}

.single_testimonial_content_title_two h4 {
    font-size: 19px;
    font-weight: bold;
    color: #161F33;
    letter-spacing: -0.47px;
    text-shadow: 2px 5px 14px #00000015;
}

.single_testimonial_content_text_two p {
    font-size: 15px;
    font-style: italic;
    letter-spacing: -0.38px;
    color: #616161;
    text-shadow: 2px 5px 14px #00000015;
    line-height: 26px;
}

.single_testimonial_two {
    padding: 42px 20px 39px;
    box-shadow: 0px 3px 12px #00000014;
}

.thumb_mb {
    margin-bottom: 34px;
}

.testimonial_text_mb {
    margin-bottom: 22px;
}

.review_logo_size {
    height: 90px;
}

.testimonial_review_text {
    height: 104px;
    overflow: hidden;
    white-space: initial;
    text-overflow: ellipsis;
}

.testimonial_review_title {
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

    .testimonial_review_title h4 {
        margin-top: 0px;
    }
/*#endregion*/
/*#region BLOG*/
.breatcome_area {
    background-image: url('../../Resources/Imagenes/Fijas/Blog@2x.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 511px;
    position: relative;
}
/*#endregion*/

/*#region SLIDER HOME*/

.em-slider-main-title {
    color: var(--darker_blue);
    font-size: 51px;
    line-height: 66px;
    font-weight: 500;
    max-width: 490px;
    margin-bottom: 24px;
    font-family: 'Open Sans', sans-serif;
}

    .em-slider-main-title span {
        line-height: 1.5;
        background-image: linear-gradient( 0, #fff 50%, transparent 0% );
    }

.em-slider-sub-title {
    color: var(--black_blue);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    max-width: 490px;
    font-family: 'Open Sans', sans-serif;
}

.em_slider_inner {
    padding-left: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .em-slider-main-title {
        font-size: 48px !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .em-slider-main-title {
        font-size: 40px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
    .em-slider-main-title {
        font-size: 32px !important;
        line-height: 48px;
        max-width: 490px;
    }
}

/*#endregion*/


/*#region ASI TRABAJAMOS*/
.AsiTrabajamosContainer.process_area {
}

    .AsiTrabajamosContainer.process_area .single_process_content {
        font-size: 14px;
        line-height: 20px;
    }

        .AsiTrabajamosContainer.process_area .single_process_content h2 {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 15px;
        }
/*#endregion*/

/*#region EQUIPO*/
.area_team {
}

    .area_team .single_process_thumb {
        animation: none;
    }

        .area_team .single_process_thumb img {
            border: none;
        }

    .area_team .single_process_content {
        text-align: center;
        margin-top: 5px;
    }

        .area_team .single_process_content .title {
            display: block;
            color: var(--very_dark_blue);
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
        }

        .area_team .single_process_content .text {
            display: block;
            font-size: 14px;
            line-height: 20px;
            margin: 14px 0;
        }

        .area_team .single_process_content .a_cv {
            display: block;
            color: var(--light_blue);
            font-size: 15px;
            line-height: 20px;
            text-decoration: underline;
        }
/*#endregion*/


/*#region LEGAL PAGES*/
.containerLegalText {
    max-width: 630px;
    margin: auto;
    margin-bottom: 100px;
}

    .containerLegalText h2 {
        color: var(--black_blue);
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

.containerLegalText {
    color: var(--medium_grey);
    font-size: 15px;
    line-height: 20px;
}
/*#endregion LEGAL PAGES*/

.more-space {
    min-width: 200px;
    text-align: center;
}
.color-h3 {
    color: var(--darker_blue);
    text-align:center;
}

.dropdown-item {
    color: var(--darker_blue);
}

    .dropdown-item:hover {
        color: #7edcff;
    }

.techno_nav_manu.sticky .techno_menu li a + div.dropdown-menu a:hover {
    color: #7edcff;
}