.sin_margen { margin-right:0px; margin-left:0px; }
.sin_padding { padding-left:0px; padding-right:0px;  }
.sin_flex { display:inherit; }

.sin_padding_der { padding-right:0px; }
.sin_padding_izq { padding-left:0px; }

.margen_arriba_1 { margin-top:1%; }
.margen_arriba_2 { margin-top:2%; }
.margen_arriba_3 { margin-top:3%; }
.margen_arriba_4 { margin-top:4%; }
.margen_arriba_5 { margin-top:5%; }

.margen_abajo_1 { margin-bottom:1%; }
.margen_abajo_2 { margin-bottom:2%; }
.margen_abajo_3 { margin-bottom:3%; }
.margen_abajo_4 { margin-bottom:4%; }
.margen_abajo_5 { margin-bottom:5%; }

.padding_arriba_1 { padding-top:1%; }
.padding_arriba_2 { padding-top:2%; }
.padding_arriba_3 { padding-top:3%; }
.padding_arriba_4 { padding-top:4%; }
.padding_arriba_5 { padding-top:5%; }

.padding_abajo_1 { padding-bottom:1%; }
.padding_abajo_2 { padding-bottom:2%; }
.padding_abajo_3 { padding-bottom:3%; }
.padding_abajo_4 { padding-bottom:4%; }
.padding_abajo_5 { padding-bottom:5%; }

/*font-family: "Montserrat", serif;*/

body {
    font-family: "Varela Round", serif;
    background-color: #FAFAFA;
    overflow-x: hidden;
}

.barra_nav {
    background-color:transparent !important;
    padding-top: 60px;
    margin-bottom: 100px;
}

.logo {
    width: 100%;
    max-width: 220px;
}

.nav-item {
    background-color:#FFF;
    border:1px solid #707070;
    border-radius:25px;
    transition: .3s all ease-in-out;
    margin-left: 20px;
}

.nav-item:hover {
    background-color:#3F33E3;
}

.nav-link {
    color:#000048 !important;
    padding:12px 30px !important;
    transition: .3s all ease-in-out;
}

.nav-item:hover .nav-link{
    color:#FFF !important;
}
/*
.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-toggle {
    position: relative;
}

.dropdown-toggle:before {
    content:'';
    position: absolute;
    bottom:-15px;
    width: 100%;
    height: 15px;
}*/

.dropdown-menu {
    padding:15px 25px;
    border-radius:30px;
    border:1px solid #707070;
    margin-top: 15px !important;
    
}

.dropdown-item {
    color:#000048 !important;
}

.dropdown-item:hover {
    background-color:transparent;
    color:#060685 !important;
}

.dropdown-item:focus {
    background-color:transparent;
}

.tit_home {
    color:#707070;
    font-size: 64px;
    line-height: 1.2;
}

.tit_home span {
    font-weight: 700;
}

.flecha_abajo_azul {
    margin-top: 250px;
    max-width: 120px;
}

.flecha_abajo_azul_news {
    margin-top: 50px;
    max-width: 120px;
}

.margen_quienes_somos_home {
    margin-top: 15%;
    margin-bottom: 10%;
}

.tit_quienes_home {
    color:#707070;
    font-size: 68px;
    line-height: 1.2;
    margin-bottom: 5%;
}

.texto_quienes_home {
    color:#707070;
    font-size: 20px;
    margin-bottom: 80px;
}

.texto_quienes_home span {
    font-weight: 700;
}

.bot_quienes_home {
    color:#000048;
    text-decoration: none;
    border:1px solid #707070;
    border-radius: 40px;
    padding:12px;
    padding-left: 20px;
    padding-right: 0;
}

.bot_quienes_home img {
    max-width: 140px;
    margin-left: 20px;
}

/************************************** CAROUSEL PASO A PASO ***********************************************/

@media (max-width: 767px) {
    .carousel_serv_inner .carousel-item > div {
        display: none;
    }
    .carousel_serv_inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel_serv_inner .carousel-item.active,
.carousel_serv_inner .carousel-item-next,
.carousel_serv_inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel_serv_inner .carousel-item-end.active,
    .carousel_serv_inner .carousel-item-next {
        transform: translateX(33%);
    }

    .carousel_serv_inner .carousel-item-start.active, 
    .carousel_serv_inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

.carousel_serv_inner .carousel-item-end,
.carousel_serv_inner .carousel-item-start { 
    transform: translateX(0);
}




@media (max-width: 767px) {
    .carousel_logos_inner .carousel-item > div {
        display: none;
    }
    .carousel_logos_inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel_logos_inner .carousel-item.active,
.carousel_logos_inner .carousel-item-next,
.carousel_logos_inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel_logos_inner .carousel-item-end.active,
    .carousel_logos_inner .carousel-item-next {
        transform: translateX(16.9%);
    }

    .carousel_logos_inner .carousel-item-start.active, 
    .carousel_logos_inner .carousel-item-prev {
        transform: translateX(-16.9%);
    }
}

.carousel_logos_inner .carousel-item-end,
.carousel_logos_inner .carousel-item-start { 
    transform: translateX(0);
}

.carousel_logos img {
    max-height: 60px;
    min-height: 60px;
    width: 100%;
    object-fit: contain;
}

/************************************** FIN CAROUSEL PASO A PASO ********************************************************/

.cont_slider_home {
    margin-bottom: 12%;
}

.tit_serv_home {
    color:#707070;
    font-size:60px;
    line-height: 1.2;
    margin-bottom: 40px;
}

.tit_serv_home span {
    font-weight: 700;
}

.botones_slider_home {

}

.botones_slider_home img {
    max-width: 120px;
}

.c_serv_home {
    margin-right: 20px;
    border-radius:35px;
    overflow: hidden;
    position: relative;
}

.c_serv_home:hover .sobre_c_serv_home{
    background-color:rgba(0, 0, 72, 1);
}

.c_serv_home:hover .sobre_c_serv_home img{
    background-color:rgba(0, 0, 72, 1);
    opacity: 0;
}

.sobre_c_serv_home {
    background-color:rgba(0, 0, 72, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding:35px;
    transition: .3s all ease-in-out;
}

.sobre_c_serv_home img {
    position: absolute;
    bottom:35px;
    left: 35px;
    width: 100%;
    max-width: 50px;
    transition: .3s all ease-in-out;
}

.tit_c_serv_home {
    color:#FFF;
    font-size: 28px;
    line-height: 1.2;
    margin-top: 50px;
}


.bot_ver_mas_home {
    color:#707070;
    font-size: 22px;
    display: inline-block;
    margin-top: 150px;
}

.cont_clientes {
    background-color:#FFF;
    padding-top: 120px;
    padding-bottom: 150px;
}

.tit_clientes {
    color:#707070;
    font-size:64px;
    margin-bottom: 100px;
}

.cont_contacto_home {
    padding-bottom: 250px;
}

.tit_contacto {
    color:#707070;
    font-size:64px;
    margin-bottom: 60px;
    margin-top: 120px;
}


.input {
    width: 100%;
    border-radius:30px;
    padding:10px 20px;
    font-size: 22px;
    color:#000048;
    background-color:#FAFAFA;
    border:2px solid #000048;
    margin-bottom: 20px;
    
}

.input::placeholder {
    color:#000048;
}

.input_h { background-color:transparent; padding:3px; width:100%; visibility: hidden; }

.select {
    width: 100%;
    border-radius:30px;
    padding:10px 20px;
    font-size: 22px;
    color:#000048;
    background-color:#FAFAFA;
    border:2px solid #000048;
    margin-bottom: 20px;
    
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000048%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 1.5rem top 50%;
    background-size: 0.75rem auto;
}

option {
    background-color: #FAFAFA;
    margin-top: 10px;
    
    border-radius:30px;
    border:2px solid #000048;
  }

.textarea {
    width: 100%;
    border-radius:30px;
    padding:17px 20px;
    font-size: 22px;
    color:#000048;
    background-color:#FAFAFA;
    border:2px solid #000048;
}

.textarea::placeholder {
    color:#000048;
}

textarea:focus, input:focus{
    outline: none;
}

.bot_enviar {
    color:#000048;
    text-decoration: none;
    border:1px solid #707070;
    border-radius: 40px;
    padding:0px;
    padding-left: 20px;
    padding-right: 0;
    display: inline-block;
    width: 100%;
    max-width: 235px;
    background-color:#FFF;
}

.bot_enviar img {
    max-width: 140px;
    margin-left: 20px;
}

.banner_gracias {
    margin-top: 17%;
    margin-bottom: 10%;
}

.foto_contacto {
    max-width: 550px;
    margin:0 auto;
    display: block;
}



/*************************************** FOOTER *************************************/

.footer {
    background-color:#000048;
    padding-top: 70px;
    padding-bottom: 50px;
}

.logo_footer {
    max-width: 250px;
    margin-bottom: 50px;
    width: 100%;
}

.c_menu_footer {
    display: inline-block;
    width: 24%;
    vertical-align: top;
}

.direccion_footer {
    color:#FFF;
    line-height: 1.3;

}

.bot_footer_sup {
    color:#FFF;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
}

.submenu_footer a {
    color:#FFF;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}

.hecho {
    color:#FFF;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

.redes_footer {
    margin-top: 20px;
}

.redes_footer a {
    display: inline-block;
    margin-bottom: 15px;
    text-decoration: none;
    color:#FFF;
    margin-right: 15px;
}

.redes_footer img {
    max-width: 30px;
    width: 100%;
}

.texto_cv {
    color:#FFF;
    line-height: 1.3;
    margin-top: 15px;
}

.texto_cv a {
    color:#FFF;
}



/********************************************************* QUIENES SOMOS *************************************************************************/

.tit_quienes {
    color:#707070;
    font-size: 64px;
    line-height: 1.2;
}

.tit_quienes span {
    font-weight: 700;
}

.cuadro_quienes {
    border-radius:45px;
    overflow: hidden;
    min-height: 500px;
    position: relative;
    border:1px solid #707070;
}

.botones_slider_quienes {
    position: absolute;
    bottom:30px;
    left: 5%;
    z-index: 9;
    width: 90%;
}

.botones_slider_quienes img {
    max-width: 120px;
}

.c_slide_quienes {
    padding:50px;
    height: 100%;
    min-height: 500px;
}

.bg_azul_slide {
    background-color:#000048;
}

.bg_gris_slide {
    background-color:#D8D8D846;
}

.texto_slide_1 {
    color:#FFF;
    margin-top: 70px;
    font-size: 20px;
}

.texto_slide_1 span {
    font-weight: 700;
}


.tit_slide_2 {
    color:#000048;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.texto_slide_2 {
    color:#000048;
    font-size: 20px;
}

.bg_blanco_equipo {
    background-color:#FFF;
    padding-top: 100px;
    padding-bottom: 100px;
}

.tit_equipo {
    color:#707070;
    font-size: 32px;
    margin-bottom: 40px;
}   

.texto_equipo {
    color:#707070;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 80px;
}

.c_eq {
    margin-bottom: 30px;
}

.c_eq:hover .sobre_c_eq {
    opacity: 1;
}

.c_img_eq {
    border-radius:40px;
    overflow: hidden;
    position: relative;
}

.tit_c_eq {
    color:#707070;
    font-weight: 700;
    font-size: 30px;
    margin-top: 30px;
    margin-left: 25px;
}

.puesto_c_eq {
    color:#707070;
    font-size: 26px;
    margin-bottom: 50px;
    font-family: "Montserrat", serif;
    line-height: 1.2;
    margin-top: 10px;
    margin-left: 25px;
}

.bot_c_eq {
    background-color:#3F33E3;
    color:#FFF;
    padding:12px 32px;
    font-size: 16px;
    border:1px solid #707070;
    border-radius:30px;
    text-decoration: none;
    margin-left: 25px;
}

.sobre_c_eq {
    position: absolute;
    top: 0;
    left: 0;
    background-color:#000048;
    padding:60px 45px;
    border-radius:40px;
    height: 100%;
    opacity: 0;
    transition: .3s all ease-in-out;
}

.texto_sobre_c_eq {
    color:#FFF;
    font-family: "Montserrat", serif;
    font-size: 18px;
}

.texto_sobre_c_eq span {
    font-weight: 700;
}

.texto_sobre_c_eq_resp {
    display: none;
}

.separador_equipo {
    margin-top: 100px;
    max-width: 120px;
}

.texto_separador_equipo {
    color:#707070;
    font-size: 28px;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 120px;
    font-family: "Montserrat", serif;
}

.c_equ {
    margin-bottom: 80px;
}

.c_img_equ {
    border-radius:40px;
    overflow: hidden;
    position: relative;
}

.tit_c_equ {
    color:#707070;
    font-weight: 700;
    font-size: 26px;
    margin-top: 25px;
    margin-left: 25px;
}

.puesto_c_equ {
    color:#707070;
    font-size: 20px;
    margin-bottom: 35px;
    font-family: "Montserrat", serif;
    line-height: 1.2;
    margin-top: 10px;
    margin-left: 25px;
}

.bot_c_equ {
    background-color:#3F33E3;
    color:#FFF;
    padding:10px 25px;
    font-size: 16px;
    border:1px solid #707070;
    border-radius:30px;
    text-decoration: none;
    margin-left: 25px;
}

.frase_equipo {
    margin-top: 160px;
    margin-bottom: 160px;
    font-size: 50px;
    line-height: 1.2;
    color:#707070;
}



/********************************************************* NEWS *************************************************************************/

.margen_news {
    margin-top: 4%;
}

.margen_detalle_news {
    margin-top: 3%;
}

.bot_noticia {
    text-decoration: none;
}

.cont_noticia {
    margin-bottom: 120px;
}

.c_noticia {
    border:1px solid #707070;
    border-radius:40px;
    overflow: hidden;
    background-color:#3F33E326;
    width: 100%;
    min-height: 300px;
    max-height: 300px;
}

.c_noticia img {
    object-fit: cover;
}

.c_noticia_detalle {
    border:1px solid #707070;
    border-radius:40px;
    overflow: hidden;
    background-color:#3F33E326;
    width: 100%;
}

.c_noticia_detalle img {
    object-fit: cover;
    width: 100%;
}


.fecha_noticia {
    color:#707070;
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 5px;
}

.titulo_noticia {
    color:#707070;
    font-size: 32px;
    line-height: 1.2;
}

.titulo_noticia_detalle {
    color:#707070;
    font-size: 34px;
    line-height: 1.2;
    margin-top: 30px;
}

.bajada_noticia_detalle {
    color:#707070;
    line-height: 1.2;
    margin-top: 30px;
    font-weight: 700;
}

.texto_noticia_detalle {
    color:#707070;
    line-height: 1.2;
    margin-top: 30px;
}

.bot_volver {
    color:#707070;
    font-weight: 700;
    text-decoration: none;
}

/****************************************************************** SERVICIOS *************************************************************************/

.banner_serv {
    background-image:url('../imagenes/banner_serv.png');
    background-repeat:no-repeat;
    background-size:cover;
    padding:30px;
    min-height: 600px;
    border-radius:40px;
    background-position:center;
    align-content: flex-end;
    margin-top: 10%;
    margin-bottom: 20%;
}

.texto_banner_serv {
    color:#FFF;
    font-size: 24px;
    font-family: "Montserrat", serif;
    font-weight: 700;
    line-height: 1.3;
}

.bot_banner_serv {
    color:#000048;
    text-decoration: none;
    border:1px solid #707070;
    border-radius: 40px;
    padding: 0px 12px;
    padding-left: 20px;
    padding-right: 0;
    background-color:#FFF;
    margin-top: 90px;
    display: inline-block;
    width: 100%;
    max-width: 290px;
}

.bot_banner_serv img {
    max-width: 140px;
    margin-left: 20px;
}

.margen_foto_servicio {
    margin-top: 10%;
    margin-bottom: 10%;
}

.c_img_f_serv {
    border-radius:40px;
    border:1px solid #707070;
    overflow: hidden;
}

.c_header_serv {
    color:#000048;
    font-size: 28px;
    line-height: 1.3;
    border:1px solid #707070;
    padding:50px;
    height: 100%;
    width: 100%;
    border-radius:40px;
    padding-top:150px;
}


.c_servicios {
    overflow: hidden;
}

/******************* CUADRO INFO CFO *******************************************************************************************/
/*****************************************************************************************************************************/

.info_banner_cfo {
    position: absolute;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 150%;
    width: 100%;
    height: auto;
    transition: .2s all linear;
    overflow: auto;
    background-color:#FFF;
    border-radius:45px;
    border:1px solid #707070;
}

.c_tit_info_banner_1 {
    background-color:#3f33e3;
    border:1px solid #707070;
    border-radius:40px;   
    padding:80px 30px; 
}

.tit_info_banner_1 {
    color:#FFF;
    font-size: 28px;
    min-height: 168px;
}

.bot_cerrar {
    max-width: 60px;
    margin-top: 80px;
    display: inline-block;
}

.bg_violeta {
    background-color:#b9b5f5;
}

.img_cfo {
    margin-top: 550px;
}

.cont_info_banner {
    padding:100px;
}

.texto_info_banner {
    color:#000048;
    font-family: "Montserrat", serif;
    line-height: 1.2;
    font-size: 20px;
}

.texto_info_banner span {
    font-weight: 700;
}

.texto_info_banner li {
    margin-bottom: 25px;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}

.texto_info_banner li:before {
    content:'';
    position: absolute;
    left: 0px;
    top: 5px;
    background-image:url('../imagenes/item.svg');
    background-repeat:no-repeat;
    background-size:contain;
    width: 12px;
    height: 12px;
}



/******************* CUADRO INFO contabilidad *******************************************************************************************/
/*****************************************************************************************************************************/

.info_banner_contabilidad {
    position: absolute;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 150%;
    width: 100%;
    height: auto;
    transition: .2s all linear;
    overflow: auto;
    background-color:#FFF;
    border-radius:45px;
    border:1px solid #707070;
}

.img_contabilidad {
    padding-left: 0;
    padding-right: 0;
}


/******************* CUADRO INFO IMPUESTOS *******************************************************************************************/
/*****************************************************************************************************************************/

.info_banner_impuestos {
    position: absolute;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 150%;
    width: 100%;
    height: auto;
    transition: .2s all linear;
    overflow: auto;
    background-color:#FFF;
    border-radius:45px;
    border:1px solid #707070;
}

.img_impuestos {
    padding-left: 0;
    padding-right: 0;
}



/******************* CUADRO INFO RRHH *******************************************************************************************/
/*****************************************************************************************************************************/

.info_banner_rrhh {
    position: absolute;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 150%;
    width: 100%;
    height: auto;
    transition: .2s all linear;
    overflow: auto;
    background-color:#FFF;
    border-radius:45px;
    border:1px solid #707070;
}

.img_rrhh {
    padding-left: 0;
    padding-right: 0;
}

/******************* CUADRO INFO ASESORIA *******************************************************************************************/
/*****************************************************************************************************************************/

.info_banner_asesoria {
    position: absolute;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 150%;
    width: 100%;
    height: auto;
    transition: .2s all linear;
    overflow: auto;
    background-color:#FFF;
    border-radius:45px;
    border:1px solid #707070;
}

.img_asesoria {
    padding-left: 0;
    padding-right: 0;
}

/******************* CUADRO INFO AUDITORIA *******************************************************************************************/
/*****************************************************************************************************************************/

.info_banner_auditoria {
    position: absolute;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 150%;
    width: 100%;
    height: auto;
    transition: .2s all linear;
    overflow: auto;
    background-color:#FFF;
    border-radius:45px;
    border:1px solid #707070;
}

.img_auditoria {
    padding-left: 0;
    padding-right: 0;
}

/****************************************** RESPONSIVE *************************************************************/

@media (max-width: 1440px) { 

    .margen_foto_servicio {
        margin-top: 15%;
        margin-bottom: 10%;
    }

}

@media (max-width: 1366px) { 

    .tit_home {
        font-size: 54px;
    }

    .flecha_abajo_azul {
        max-width: 100px;
    }

    .flecha_abajo_azul_news {
        max-width: 100px;
    }

    .tit_quienes_home {
        font-size: 58px;
    }

    .texto_quienes_home {
        font-size: 18px;
    }

    .tit_c_serv_home {
        font-size: 24px;
    }

    .tit_serv_home {
        font-size: 50px;
    }

    .tit_clientes {
        font-size:54px;
    }

    .tit_contacto {
        font-size:54px;
    }

    .input {
        font-size: 20px;
    }
    
    .select {
        font-size: 20px;
    }
    
    .textarea {
        font-size: 20px;
    }

    .tit_quienes {
        font-size: 54px;
    }

    .texto_slide_1 {
        font-size: 18px;
    }
    
    .texto_slide_2 {
        font-size: 18px;
    }

    .texto_equipo {
        font-size: 50px;
    }

    .texto_banner_serv {
        font-size: 20px;
    }

    .cont_info_banner {
        padding: 100px 70px;
    }

}

@media (max-width: 767px) { 

    .barra_nav {
        padding-top: 10px;
        margin-bottom: 50px;
    }

    .logo {
        max-width: 180px;
    }

    .navbar-toggler {
        border:none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .nav-item {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .tit_home {
        font-size: 34px;
    }

    .tit_home br {
        display: none;
    }

    .flecha_abajo_azul {
        margin-top: 30px;
        max-width: 70px;
    }

    .flecha_abajo_azul_news {
        margin-top: 30px;
        max-width: 70px;
    }

    .tit_quienes_home {
        font-size: 34px;
    }

    .texto_quienes_home br {
        display: none;
    }

    .bot_quienes_home {
        padding: 8px;
        padding-left: 20px;
        padding-right: 0;
    }
    
    .bot_quienes_home img {
        max-width: 120px;
    }

    .foto_home_1 {
        margin-top:50px;
    }

    .tit_serv_home {
        font-size: 34px;
    }

    .tit_clientes {
        font-size:34px;
    }

    .tit_contacto {
        font-size:34px;
        margin-top: 60px;
    }

    .foto_contacto {
        width: 100%;
        margin-top: 40px;
    }

    .cont_contacto_home {
        padding-bottom: 80px;
    }

    .logo_footer {
        max-width: 180px;
    }

    .tit_quienes {
        font-size: 32px;
    }

    .tit_quienes br {
        display: none;
    
    }

    .texto_slide_1 {
        min-height: 470px;
    }

    .texto_slide_2 {
        min-height: 470px;
    }

    .c_slide_quienes {
        min-height: 680px;
        padding:40px 30px;
    }

    .texto_equipo {
        font-size: 30px;
    }

    .texto_equipo br {
        display: none;
    }

    .texto_separador_equipo {
        margin-bottom: 60px;
    }

    .texto_separador_equipo br {
        display: none;
    }

    .frase_equipo {
        margin-top: 60px;
        margin-bottom: 60px;
        font-size: 30px;
    }

    .texto_sobre_c_eq {
        display: none;        
    }
    
    .texto_sobre_c_eq_resp span {
        font-weight: 700;
    }
    
    .texto_sobre_c_eq_resp {
        display: block;
        color:#707070;
        font-family: "Montserrat", serif;
        font-size: 18px;
        margin-left: 5px;
        margin-bottom: 25px;
    }

    .sobre_c_eq {
        display: none;
    }

    .puesto_c_eq {
        margin-bottom: 20px;
        margin-left: 5px;
    }

    .tit_c_eq {
        margin-left: 5px;
    }

    .bot_c_eq {
        margin-left: 5px;
    }

    .c_eq {
        margin-bottom: 60px;
    }

    .separador_equipo {
        margin-top: 50px;
        max-width: 100px;
    }

    .tit_c_equ {
        margin-left: 5px;
    }
    
    .puesto_c_equ {
        margin-left: 5px;
    }
    
    .bot_c_equ {
        margin-left: 5px;
    }

    .bg_blanco_equipo {
        padding-bottom: 20px;
    }

    .c_serv_home {
        margin-right: 0;
        margin-bottom: 4%;
    }

    .c_tit_info_banner_1 {
        padding: 40px 30px;
    }

    .bot_cerrar {
        margin-top: 40px;
    }

    .img_cfo {
        margin-top: 80px;
    }

    .cont_info_banner {
        padding: 40px 20px;
    }

    .texto_banner_serv br{
        display: none;
    }

    .banner_serv {
        min-height: 450px;
    }

    .c_img_f_serv {
        overflow: hidden;
    }
    

}