* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
body {
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 1.428;
    background-color: #17313A;
    background-image: url(../images/fondo.jpg);
    background-attachment: fixed;    
}
.index {
    background-image: url(../images/fondo.jpg);
    background-attachment: fixed;
}
a:hover {text-decoration: none !important;}
.clearfix {clear: both;}
/*******INDEX *****/
.index_cuerpo {
    background-image: url(../images/intro/intro.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    height: 750px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.topnav_index {
    height: 57px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
}
.logo {
    height: 57px;
    margin: 0 auto;
    margin-left: 2em;
    float: left;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.telefono_top {
    height: 57px;
    margin-right: 2em;
    margin-top: .5em;
    padding: 10px; 
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}
.telefono_top p {margin-right: 1em;}
.telefono_top i {margin-right: .3em;color: gray}
.botones_lado_derecho {
    width: 96%;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
    left: 0%;
    top: 50px;
    cursor: pointer;
}
.btn_derecha {
    width: 20%;
    min-height: 95px;
    float: right;
    padding: 2px 30px;
}
.btn_derecha1 {
    background-image: url(../images/logo_evaluar_auditores_blanco.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .6s;
    margin: 0 2em 0 0em;
}
.btn_derecha2 {
    background-image: url(../images/logo_evaluar_consultores_blanco.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .6s;
}
.btn_derecha1:hover {
    background-image: url(../images/logo_evaluar_auditores_color.png);
}
.btn_derecha2:hover {
    background-image: url(../images/logo_evaluar_consultores_color.png)
}
.btn_derecha2 a {
    color: white;
    transition: color .3s;
}
/************************************** */

/********** MENU RESPONSIVE ************/
.topnav {
    width: 100%;
    height: 41px;
    overflow: hidden;
    background-color: #17313A;
    position: relative;
    top: -6px;
}

.topnav a {
  width: 18.7%;
  display: block;
   flex-grow: 1;
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 11px 12px;
  text-decoration: none;
  font-size: 14px;
}
.topnav .active {
    color: #07a13a;
}
.topnav a:nth-child(3) {
    display: none;
}
.evaluar {
    background-color: #5D6F75;
    width: 25% !important;
    float: right !important;
}
.topnav a:hover {color: #07a13a;}
.topnav .icon {display: none;}
.active {color: #07a13a !important;}

/** MENU LATERAL APARECE EN 600 - PX ****/
#abrir {transition: all .8s;}
.abrir {display: none; font-size:30px; cursor:pointer; background-color: rgb(7, 161, 58);}
.clientes_responsive {
    display: none;
}
.sidenav {display: none;}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    background-color: rgba(7, 161, 58, 0.87);
    overflow-x: hidden;
    transition: 0.8s;
    padding-top: 60px;
    text-align:center;
}

.sidenav a {
    padding: 8px 0px 8px 0px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    color: white;
    display: block;
    transition: 0.5s;

}

.sidenav a:hover{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.consultores {
    background-color: #0DA0DB !important;
    color: white !important;
    font-weight: 300;
}

.imagen_responsive_5 {
    display: none;
    width: 100%;
    height: 318px;
    background-image: url(../images/home_evaluar_consultores_res.jpg);
    background-repeat: no-repeat;
}
.texto_responsive p{
    margin-bottom: 0;
}
.texto_responsive {
    background-color: rgba(0, 0, 0, 0.36);
    color: white;
    width: 100%;
    position: relative;
    top: 220px;
    text-align: center;
    padding: .2em 1em;
}
.imagen_responsive_5 button{
    display: block;
    margin: 0 auto;
    position: relative;
    top: 225px;
}
/************************************* */


/****** MENU PAGINAS INTERNAS ***********/
.topnav_internas {
    height: 110px;
    width: 100%;
}
.topnav_consultores {
    height: 68px;
    padding: 0;
}
.topnav_consultores .logo {
    padding: 37px 0; 
    margin: 0 auto;
}
.topnav_consultores .telefono_top {
    color: #07a13a;
    margin-top: .9em;
}
.topnav_consultores .telefono_top i{color: gray;}
.topnav_s3 {
    width: 25%;
    height: 68px;
    float: right;
}
.responsive {
    display: none;
}
.top_clientes {
    height: 100%;
    background-color: #f1f1f1;
    color: #07a13a;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s cubic-bezier(0.4, -0.3, 1, 1);
    cursor: pointer;
}
.top_clientes a p{
    color: #07a13a;
    margin-bottom: 0;
}
.top_clientes:hover {
    background-color: #17313A;
}
.idioma_consultores {
    color: #f1f1f1;
    background-color: #07a13a;
    float: right;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s ease-out;
}
.activo {
     background-color: #17313A;
    cursor: inherit;
}
.idioma_consultores a p {
    color: #f1f1f1;
    margin-bottom: 0;
}
.idioma_consultores:hover {
    background-color: #17313A;
}
button {
    padding: 7px 20px;
    font-size: 15px;
    margin-top: 1.3em;
    border: 1px solid #07a13a;
    border-radius: 9px;
    background-color: white;
    color: black !important;
    cursor: pointer;
    transition: all .5s; 
}
button:hover {
    background-color:  #07a13a;
    color: white;
    border-color: white;
}

.modal-sm {
    max-width: none;
    width: 250px;
}
.modal-sm .container {
    padding-top: .8em;
    padding-bottom: .8em;
}
.modal-sm .container label{
    margin-left: .3em;
    margin-top: 1.3em;
}
.modal-sm .container input{
    width: 90%;
    display: block;
    margin-left: .2em;
}
.modal-sm .container button{
    margin-left: 1.3em;
    background-color: white;
    color: white;
}
.modal-sm .container button:hover,
.modal-sm .container button:hover i{
    color: grey;
    background-color: white;
}
.modal-sm .container input:nth-child(5){
    width: 5%;
    display: inline;
    margin-top: 1.5em;
}
.modal-sm .container .modal-footer{
    width: 100%;
    padding: 0;
}
.modal-sm .container .modal-footer button{
    background-color: #07a13a;
    color: white !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.modal-sm .container .modal-footer button:hover{
     background-color: white;
     color: #07a13a;;
     border: 1px solid #07a13a;;
}
.modal-sm .container .cerrar{
    float: right;
    border: 0;
    position: relative;
    top: -175px;
    left: 15px;
}
/************************************ */


/*********** BANNER PAGINAS INTERNAS */
.carousel-caption {
    text-shadow: 0 !important;
    padding: 0 !important;
}
.carousel-indicators li{
    max-width: 10px !important;
    border-radius: 50% !important;
    margin: 0 .3em !important;
}
.carousel-indicators{
    bottom: 0 !important;
}
.texto_banner_consultores {
    margin: 5em 1em;
    padding: .8em;
    width: 65%;
    background-color:rgba(255, 255, 255, 0.1);
}
.texto_banner_consultores1 {
    margin: 5em 0em;
    padding: .8em;
    padding-left: 1.6em;
    padding-right: 1.6em;
    width: 100%;
    text-shadow: 1px 1px black;
    background-color: rgba(44, 44, 44, 0.42);
}
.carousel_1 .carousel-caption {
    right: 37%;
    left: 10%;
}
.carousel_2 .carousel-caption {
    right: 51%;
    left: 3%;
}
.carousel_3 .carousel-caption {
    right: 13%;
    left: 43%;
}
.carousel_4 .carousel-caption {
    right: 60%;
    left: 10%;
}
.texto_banner_consultores p {
    font-size: 25px;
    text-align: left;
    color: white;
    font-weight: 300;
}
.texto_banner_consultores button {
    float: right;
    padding: 10px;
    margin-top: 1.3em;
    z-index: 99999;
}
.carousel-indicators .active {
    height: 10px !important;
    background-color: #07a13a !important;
}
.carousel-control{
    opacity: 0;
}

/************************************* */


/********* SECCION 1 CONSULTORES "QUE HACEMOS" */

.seccion1 {width: 100%;}
.seccion1_quienes {
    background: rgba(235,190,3,1);
    background: -moz-linear-gradient(top, rgba(235,190,3,1) 0%, rgba(250,183,47,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,190,3,1)), color-stop(100%, rgba(250,183,47,1)));
    background: -webkit-linear-gradient(top, rgba(235,190,3,1) 0%, rgba(250,183,47,1) 100%);
    background: -o-linear-gradient(top, rgba(235,190,3,1) 0%, rgba(250,183,47,1) 100%);
    background: -ms-linear-gradient(top, rgba(235,190,3,1) 0%, rgba(250,183,47,1) 100%);
    background: linear-gradient(to bottom, rgba(235,190,3,1) 0%, rgba(250,183,47,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebbe03', endColorstr='#fab72f', GradientType=0 );
    height: 105px;
}  
.seccion1_quienes .title_seccion1 {height: 105px;}
.seccion1 h3 {
    width: 50%;
    font-size: 31px;
    font-weight: 200;
    padding: .7em .7em;
    margin-left: 1.9em;
    margin-right: .2em;
    margin-top: .4em;
    float: left;
}
.title_seccion_clientes h3 {
    margin-right: 3.6em;
}
.seccion1_contacto .title_seccion_clientes h3{
    width: 40%;
    margin-right: 1.75em;
}
.seccion1_quienes .texto_seccion1 {
    width: 100%;
    float: left;
    background-color: #FFFFFF;
    padding: .7em 0;
}
.seccion1_quienes .texto_seccion1 p{
    width: 50%;
    font-weight: 300;
    font-size: 15px;
    margin-left: 5em;
    padding-right: 5em;
    margin-top: 2em;
    margin-bottom: 2em;
}
.seccion1_quienes .texto_seccion1 ul{
    margin-left: 9em;
    list-style-image: url(../images/Servicios_que_hacemos_consultores/bullet_consultores.png);
    font-weight: 300;
}
.seccion1_quienes .texto_seccion1 p b{color: #07a13a;}
.seccion1_quienes .texto_seccion1 p i{color: #07a13a;}
/********** Seccion 1 consultores servicios */
.seccion1_servicios h3 {
    width: 31%;
    margin-bottom: .6em;
    margin-right: 8em;
    padding: .1em .7em;
    margin-left: 0;
}
.seccion_fortalecimiento h3 {
    width: 34%;
    margin-right: 7em;
}
.seccion_monitoreo h3 {
    margin-right: 5.4em;
}
.seccion_sistematizacion h3 {
    margin-right: 6em;
}
.seccion1_servicios .title_asesoria h3 {
    width: 52%;
    margin-right: -0.7em;
}
.seccion1_servicios img {
    float: left;
    margin-left: 6em;
    top: 0;
    margin-top: 1.5em;
}
.img_2 {
    float: none !important;
    margin: 0 !important;
    margin: 0 !important;
}
.img_3 {
    position: relative;
    left: 154px;
}
.seccion_sistematizacion .img_2 {
    position: relative;
    left: 50px;
}
.seccion1_servicios .texto_seccion1 {
    padding: 0;
    height: 344px;
}
.seccion_fortalecimiento .texto_seccion1 {
    height: 445px;
}
.seccion_asesoria .texto_seccion1 {
    max-height: 365px;
}
.seccion_sistematizacion .texto_seccion1 {
    height: 315px;
}
.seccion1_servicios .texto_seccion1 p {
    margin-bottom: 0; 
    padding: 1em; 
    float: left;
    margin-top: 0;
    font-weight: 300;
}
.seccion_sistematizacion .texto_seccion1 p {
    width: 60%;
    padding-right: 1.5em;
    padding-bottom: .2em;
}
.seccion1_servicios .texto_seccion1 p b{color: black;}
.seccion1_servicios .texto_seccion1 p b span{color: #07a13a;}
.seccion1_servicios .texto_seccion1 ul,
.seccion1_clientes .texto_seccion1 ul{
    margin-left: 8.7em;
    width: 52%;
    font-size: 15px;
    font-weight: 300;
    list-style-image: url(../images/Servicios_que_hacemos_consultores/bullet_consultores.png);
    float: left;
    margin-right: 2em;
    line-height: 1.7;
}
.seccion1_servicios .texto_seccion1 img{
    position: relative;
    top: -261px;
    margin: 0;
}
.seccion_sistematizacion .texto_seccion1 img{
    top: -257px;
}
.seccion_monitoreo .texto_seccion1{
    height: 432px;
}
.seccion_monitoreo .texto_seccion1 p{
    width: 58%;
}
.seccion_monitoreo .texto_seccion1 ul{
    width: 54.2%;
}
.seccion_monitoreo .texto_seccion1 ul li:nth-child(6),
.seccion_monitoreo .texto_seccion1 ul li:nth-child(7){
    margin-left: 2.2em;
    list-style-image: none;
    list-style: #07a13a;
    list-style: disc;
}
.seccion_monitoreo .texto_seccion1 img{
    top: -242px;
}

/**** SECCION CLIENTES CONSULTORES **/
.seccion1_clientes .texto_seccion1 p  {margin-top: 2.6em; margin-left: 7em;} 
.seccion1_clientes .texto_seccion1 p b {color: #07a13a;} 
.seccion1_clientes  .texto_seccion1 {
    height: 341px;
    background-position: right top;
}
.seccion1_clientes  .texto_seccion1 .imagen{
    position: relative;
    width: 40%;
    float: left;
    top: -252px;
}
.seccion1_clientes  .texto_seccion1 .sub_texto_seccion1,
.seccion1_clientes  .texto_seccion1 h3,
.seccion1_clientes  .texto_seccion1 .linea{
    clear: both;
    
}

/********* SECCION 1 CONTACTO **/
.seccion1_contacto .texto_seccion1 {
    max-height: 550px;
    background-position: top right;
}
.seccion_recibido .texto_seccion1 {
    min-height: 470px;
    max-height: none;
}
.seccion1 .texto_seccion1 .contacto_left h4 {
    margin-left: 3em;
    font-size: 24px;
    color: black;
    font-weight: 200;
    padding: .3em;
}
.seccion1 .texto_seccion1 .contacto_left {
    width: 50%;
    float: left;
}
.seccion1 .texto_seccion1 .contacto_left form{
    margin-left: 4em;
}
.seccion1 .texto_seccion1 .contacto_left label {
    font-weight: 300;
    margin-left: 3em;
    margin-top: 1em;
    margin-bottom: 0;
}
.seccion1 .texto_seccion1 .contacto_left input[type=text] {
    width: 80%;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 0px;
    outline: none;
    background-color: #f1f1f1;
    margin-left: 3em;
    border-radius: 12px;
    transition: all .5s;
}
.seccion1 .texto_seccion1 .contacto_left input[type=text]:focus,
.seccion1 .texto_seccion1 .contacto_left textarea:focus{
    border: 1px solid black;
    background-color: white;
}
.seccion1 .texto_seccion1 .contacto_left textarea{
    width: 80%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 0px;
    border-radius: 4px;
    background-color: #f1f1f1;
    font-size: 16px;
    resize: none;
    margin-left: 3em;
    border-radius: 12px;
    font-family: 'Roboto';
}
.seccion1 .texto_seccion1 .contacto_left input[type=Submit] {
    font-family: 'Roboto';
    display: block;
    margin: 1em auto 0;
    padding: 5px 45px;
    color: white;
    font-size: 15px;
    background-color:  #07a13a;
    border-radius: 5px;
    -moz-border-radius : 5px;
    -webkit-border-radius : 5px;
    border: 1px solid white;
    cursor: pointer;
    transition: all .5s; 
}
.seccion1 .texto_seccion1 .contacto_left input[type=Submit]:hover{
    background-color: white;
    border-color: #07a13a;
    color: black;
}
.seccion1 .texto_seccion1 .contacto_rigth {
    float: right;
    width: 50%;
}
.seccion1 .texto_seccion1 .contacto_rigth p{
    width: 80%;
    padding: 0;
    margin-top: 0em;
    margin-left: 5em;
    margin-bottom: 0;
    float: left;
    position: relative;
    position: relative;
    top: 270px;
    font-size: 18px;
    font-weight: 300;
}
.seccion1 .texto_seccion1 .contacto_rigth p b{
    color: black;
}
.seccion1 .texto_seccion1 .contacto_rigth p span{color: #07A13A;}
.seccion1 .texto_seccion1 .contacto_rigth .linea{
    width: 91.7%;
    border: 2px solid #07a13a;
    position: relative;
    top: 250px;
    left: 50px;
}
.seccion1 .texto_seccion1 .contacto_rigth .redes{ 
    width: 5%;
    border: 1px solid #B2B2B2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    margin-top: .5em;
}
.seccion1 .texto_seccion1 .contacto_rigth .redes2{margin-left: 1.3em;}
.seccion1 .texto_seccion1 .contacto_rigth .redes a{color: #B2B2B2;}
.seccion1 .texto_seccion1 .contacto_rigth .redes:hover{background-color: #b2b2b2;}
.seccion1 .texto_seccion1 .contacto_rigth .redes:hover a{color: #07A13A;}

/********* TERMINOS Y CONDICIONES SECCION ***/

.seccion_terminos .title_seccion1 h3{
    width: 90%;
    margin-top: .4em;
    padding: .2em .3em;
}
.seccion_terminos .texto_seccion1 p{
    width: 80%;
}
.seccion_asesoria .texto_seccion1{
    height: 412px;
    max-height: none;
}
.seccion_asesoria .texto_seccion1 p{
    width: 53%;
}
.seccion_asesoria .texto_seccion1 ul{
    width: 54.2%;
}
/************************************* */


/********* SECCION 2 CONSULTORES "QUE HACEMOS" */
.seccion2 {width: 100%;}
.seccion2_quienes{
    background-color: #17313a;
    height: auto;
    overflow: hidden;
}
.seccion2 .seccion2_inter{
    width: 60%;
    float: left;
    padding: 10px;
}
.seccion2 .seccion2_left p{
    color: white;
    font-size: 14px;
    margin-left: 5em;
    margin-top: .5em;
}
.seccion2 .seccion2_left p i{
    color: #07A13A;
}
.seccion2 .seccion2_left ul{
    color: white;
    font-weight: 300;
    margin-left: 7em;
    line-height: 25px;
    list-style-type: decimal;
}
.seccion2 .seccion2_rigth{
    width: 40%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.seccion2 .seccion2_rigth h1{
    color: #07A13A;
    font-weight: 300;
    font-size: 65px;
    letter-spacing: 3px;
}
/****** SECCION 2 SERVICIOS **/
.seccion2_servicios {
    background-color: #07A13A;
    overflow: hidden;
}
.seccion2_servicios .seccion2_servicios_logos{
    overflow: hidden;
    height: 145px;
}
.seccion2_servicios .seccion2_servicios_logos .servicios_icono{
    width: 20%;
    height: 100%;
    float: left;
    padding: 1em;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.17, -0.37, 0.2, 0.6);
}
.seccion2_servicios .seccion2_servicios_logos .active{
    background-color: #137E2C;
}
.seccion2_servicios .seccion2_servicios_logos .servicios_icono img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.seccion2_servicios .seccion2_servicios_logos .servicios_icono p{
    width: 60%;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    color: white;
    line-height: 17px;
}
.seccion2_servicios .seccion2_servicios_logos .servicios_icono:hover{background-color: #137E2C;}
.seccion2_servicios .seccion2_servicios_logos .servicios_icono_1 p{width: 100%;}
/*** SECCION 2 DE CLIENTES *******/
.seccion4_clientes {
    padding: 10px;
    background-color: #f1f1f1;
    overflow: hidden;
}
.seccion4_clientes .mapa_clientes_consultores img{
    max-width: 100%;
    float: right;
    margin-bottom: 1em;
}
.seccion4_clientes .container .ul_clientes{
    width: 27%;
    float: left;
    margin-left: 3em;
    color: #07A13A;
    line-height: 20px;
    list-style-image: url(../images/nuestros_clientes/simbolo_mapa_consultores.png);
    position: absolute;
    top: 250px;
    margin-left: 11em;
    line-height: 2;
}
.seccion4_clientes .container .ul_clientes ul{
    width: 50%;
    margin-bottom: 5px;
    float: left;
}
/***** SECCION 2 CONTACTO ***/
.seccion2_contacto{
    padding: 0;
    height: 590px;
}

/******** SECCION 2 TERMINOS Y CONDICIONES */ 
.seccion_terminos{
    background-color: white;
}
.seccion_terminos h2{
    margin-left: 3em;
    margin-top: 1.5em;
    font-size: 26px;
    color: #07a13a;
}
.seccion_terminos h5{
    font-style: italic;
    color: #07a13a;
    margin-left: 5.8em;
}
.seccion_terminos p{
    color: black;
    font-weight: 300;
    margin-left: 5.8em;
}
.seccion_terminos p b,
.seccion_terminos p span{
    color: #07a13a;
}
.seccion_terminos ul{
    width: 75%;
    margin-left: 9em;
    font-weight: 300;
}
.seccion_terminos ul .ul-1{
    list-style-type: disc;
}
.seccion_terminos .ul-2{
    list-style-type: decimal;
}
.seccion_terminos ul b{
    color: #07a13a;
}


/*************** SECCION 2 CLIENTES ***/
.seccion2_clientes {
    border-top: 4px solid #07a13a;
    border-bottom: 4px solid #07a13a;
    padding: 3em 0;
}
.seccion2_clientes .carousel{
    margin-top: .5em;
    margin-bottom: .5em;
}
/************************************* */

/********* SECCION 3 CONSULTORES "QUE HACEMOS" */
.seccion3 {width: 100%;}
.seccion3_consultores {    
    height: 309px;
    overflow: hidden;
    background-color: white;
}
.Que_hacemos {
    width: 30%;
    height: 100%;
    float: left;
    padding: 10px 0;
    background-color: #17313A;
}
.Que_hacemos h3 {
    color: white;
    text-align: center;
    font-weight: 300;
    margin-top: .5em;
}
.Que_hacemos ul {
    list-style: none;
}
.Que_hacemos li {
    padding: .5em 0;
    padding-left: 45px;
    padding-right: 15px;
    cursor: pointer;
}
.Que_hacemos .activo {
    background-color:  #07a13a;
}
.Que_hacemos a:hover{
    text-decoration: none;
}
.Que_hacemos li{
    height: 50px;
    display: flex;
    align-items: center;
}
.Que_hacemos li p{
    color: white;
    margin-top: .3em;
    line-height: 23px;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 300;
}
.Que_hacemos li:hover {
    background-color: #07a13a;
}
.Que_hacemos2 {
    width: 30.3%;
    float: left;
}   
.Que_hacemos3 {
    width: 70%;
    height: 100%;
    float: left;
}
.Que_hacemos3 img{
    float: left;
    margin-right: 1em;
}
.Que_hacemos3 h2 {
    float: left;
    width: 40%;
    color: #07a13a;
    margin-top: 1em;
    font-size: 25px;
    margin-bottom: .7em;
    font-weight: 200;
}
.Que_hacemos3 h2 span {
    font-weight: bold;
}
.Que_hacemos3 p{
    font-size: 14px;
    float: left;
    width: 40%;
}
.Que_hacemos3 button {
    float: right;
    margin-right: 1em;
}
.Que_hacemos4{
    width: 70%;
    height: 100%;
    float: left;
}
.Que_hacemos4 img{
    float: left;
    margin-right: 1em;
}
.Que_hacemos4 h2 {
    float: left;
    width: 40%;
    color: #07a13a;
    margin-top: 1em;
    font-size: 25px;
    margin-bottom: .7em;
    font-weight: 200;
}
.Que_hacemos4 h2 span {
    font-weight: bold;
}
.Que_hacemos4 p{
    font-size: 14px;
    float: left;
    width: 40%;
}
.Que_hacemos4 button {
    float: right;
    margin-right: 1em;
}
/** Quienes Somos **/
.seccion3 .seccion3_valores{
    width: 100%;
    background-color: #F1F1F1;
    padding: 2em;
    overflow: hidden;
}
.seccion3 .seccion3_valores h2{
    margin-top: 0em;
    text-align: center;
    font-weight: 300;
    margin-bottom: .6em;
}
.seccion3 .seccion3_valores .contenido_valores{
    width: 100%;
}
.seccion3 .seccion3_valores .contenido_valores .valores_simbolo{
    width: 15%;
    margin-left: 1.5em;
    float: left;
} 
.seccion3 .seccion3_valores .contenido_valores .valores_texto1{
    width: 45%;
    float: left;
    line-height: 24px;
    padding-left: 1em;
    padding-right: 1.5em;
    border-left: 1px solid gray;
}
.seccion3 .seccion3_valores .contenido_valores .valores_texto2{width: 37.8%;}
.seccion3 .seccion3_valores .contenido_valores .valores_texto1 p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}
.seccion3 .seccion3_valores .contenido_valores .valores_texto1 p span{color: #07A13A; font-weight: 500}
.seccion3_clientes {
    overflow: hidden;
    height: auto;
    padding: 1.5em;
    background-color: white;
}
.seccion3_clientes h3{
    position: relative;
    margin-left: 2.8em;
    margin-top: .6em;
    margin-bottom: .6em;
    padding: 0;
}
.seccion3_clientes .sub_texto_seccion1 p{
    width: 90%;
    font-weight: 300;
    clear: both;
    position: relative;
    margin-top: .3em;
    margin-left: 6em;
}
.seccion3_clientes .sub_texto_seccion1 p i{
    color: #07a13a;
}
.seccion3_clientes .col_seccion3{
    float: left;
    width:  30.7333%;
    margin-left: 2em;
}
.seccion3_clientes .col_seccion3 ul{
    list-style: none;
}
.seccion3_clientes .col_seccion3 li{
    margin-bottom: 1em;
    line-height: 17px;
}
.seccion3_clientes .col_seccion3 li b{
    font-size: 14px;
}
.seccion3_clientes .col_seccion3 li span a{
    color: black;
    font-size: 14px;
    font-weight: 300;
    transition: all .2s;
}
.seccion3_clientes .col_seccion3 li span a:hover{
    color: #137E2C;
}
/******************************* */

/********** SECCION NUMERO 4 CONSULTORES *****/
.seccion4 {width: 100%;}
.seccion4_consultores{
    background-image: url(../images/Home_Consultores/barra_color_verde.jpg);
    background-repeat: no-repeat;
    padding: 2em;
    background-size: cover;
}
.texto_seccion4 {
    display: block;
    margin: 0 auto;
}
.texto_seccion4 p{
    font-size: 20px;
    font-weight: 300;
    color: white;
    text-align: center;
    padding: 0 1em;
    margin-bottom: 0;
}
.texto_seccion4 span {font-weight: bold;}
.seccion4_consultores button{
    padding: 5px 20px;
    display: block;
    margin: 0 auto;
    margin-top: 1em;
    border-color: black;
}
/* Quienes Somos  */
.seccion4_quienes {
    display: flex;
    flex-direction: column; /* Hace que el título esté arriba y los div debajo */
    align-items: center; /* Centra todo horizontalmente */
    text-align: center; /* Asegura que el título esté centrado */
    background-color: #FFFFFF;
    padding-bottom: 20px;
}
.seccion4_quienes > div {
    display: flex;
    justify-content: center; /* Centra los divs */
    gap: 20px; /* Espaciado entre ellos */
    flex-wrap: wrap; /* Para que se ajusten en móviles */
}
.titulo-equipo {
    text-align: center; /* Centra el texto */
    width: 100%; /* Asegura que ocupe todo el ancho */
    margin-bottom: 20px; /* Espaciado entre el título y los divs */
    color: #05a13a;
}
.title_representantes h2{
    color: #07A13A;
    font-weight: 300;
    text-align: center;
    margin-top: 0;
    margin-bottom: .3em;
}
.seccion4_representantes {
    float: left;
    max-width: 230px;
    margin: 0 2.1em;
}
.seccion4_staff {
    width: 2000px;
    overflow: hidden;
}
.seecion4_representantes img {max-width: 100%;}
.seccion4_representantes .carolina{
    left: 29%;
}
.seccion4_representantes .viviana{
    left: 29%;
}
.seccion4_representantes .mariela{
    left: 52.7%;
    width: 42%;
}
.seccion4_representantes .texto p{
    text-align: left;
    font-size: 16px;
    height: 297px;
}
.seccion4_representantes button{
    display: block;
    margin: .4em auto;
}
.seccion4_representantes p{
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    margin-top: .5em;
}
.seccion4_representantes p span {
    color: #07a13a;
}
.seccion4_representantes p a {
    color: black;
    text-decoration: none;
    transition: all .4s;
}
.seccion4_representantes p a:hover {
    color: #07a13a;
}
.seccion4_quienes .docks{
    width: 98%;
    height: auto;
    overflow: hidden;
    font-size: 56px;
    color: #07a13a;
    cursor: pointer;
    position: absolute;
    top: 45% !important; left: 10px; 
}
@media screen and (min-width: 1280px){
.seccion4_quienes .docks{
    top: 77%;
    }
    
}
.seccion4_quienes .docks_left{
    float: left;
    width: 50%;
}
.seccion4_quienes .docks_right{
    width: 50%;
    float: left;
}
.seccion4_quienes .docks_right i{
    float: right;
    position: relative;
    top: 15px;
}
.modal_representantes .modal-dialog .modal-content {
    padding: 1em;
}
.modal_representantes img{
    float: right;
} 
.modal_representantes p{
    padding-right: 3em;
    font-weight: 300;
}
/****************************** */ 
/********** SECCION NUMERO 5 CONSULTORES *****/
.seccion5 {width: 100%;}
.seccion5_consultores {
    padding: .5em;
    background-color: #f1f1f1;
    overflow: hidden;
}
.seccion5 h2 {
    text-align: center;
    color: #07a03b;
    font-weight: 300;
    margin-bottom: .5em;
    margin-top: .5em;
}
.staff_seccion5 {
    height: auto;
    overflow: hidden;
    padding: 1em;
    background-color: #f1f1f1;
}
.staff_grupo1 {
    height: auto;
    overflow: hidden;
    margin: 0 3em;
}
.staff_seccion5 .staff {
    width: 47%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 193px;
    background-color: white;
    margin: 0 .5em;
}
.staff img {
    float: left;
    border-bottom: 10px solid #07a03b;
}
.staff p {
    font-size: 16px;
    padding: .9em;
    margin-top: .3em;
    color: black;
    font-weight: 300;
}
.staff p span {color: #07a03b;}
.staff_seccion5 .carousel .carousel-control{
    opacity: 1;
    color: black;
    font-size: 46px;
    background: none;
    text-shadow: none;
    text-align: inherit;
    top: 60px;
}
.staff_seccion5 .carousel .left{
    float: left;
}
.staff_seccion5 .carousel .right{
    float: right;
    text-align: right;
}
.staff_seccion5 .carousel .item{
    left: 21px;
}
/****************************** */ 

/********** SECCION NUMERO 6 CONSULTORES *****/
.seccion6 {width: 100%;}
.seccion6_consultores h2{
    text-align: center;
    color: #07a03b;
    font-weight: 300;
    padding: .5em 0;
}
.seccion6_consultores {background-color: #FFFFFF; padding: 1em;}
.seccion6_consultores img {max-width: 100%;}
.seccion2_clientes {
    border-top: 4px solid #07a13a;
    border-bottom: 4px solid #07a13a;
    padding: 3em 0;
}
/****************************** */ 

/********** FOOTER  *****/
footer {
    width: 100%;
    background-color: #17313a;
    height: 250px;
}
footer .footer_left {
    width: 33.3333%;
    float: left;
    margin-top: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .footer_center {
    width: 33.33333%;
    float: left;
    display: block;
    margin-top: 2em;
    justify-content: center;
    align-items: center;
}
footer .footer_center h5{
    width: 100%;
    font-weight: 300;
    margin-bottom: 0;
}
footer .footer_center h5 a{color: #07A13A; font-size: 17px;margin-left: 3em;}
footer .footer_center h5 a:hover{color: #f7b926;}
footer .footer_center p {
    width: 100%;
    line-height: 22px;
    font-weight: 200;
    font-size: 14px;
    color: white;
    margin-bottom: 0;
    margin-left: 3.7em;
}
footer .redes_footer {
    width: 8%;
    float: left;
    margin-top: .5em;
    margin-left: 3.7em;
    padding: 7px;
    margin-right: 1.3em;
    border: 1px solid white;
    border-radius: 50%;
    cursor: pointer;
    transition: all .5s;
}
footer .redes_footer2 {
    margin-left: 0em;
}
footer .redes_footer p{
    margin-left: 0;
}
footer .redes_footer p a{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .redes_footer:hover {
    background-color:  #07A13A;
    border-color: black;
}
footer .footer_right{
    width: 33.33333%;
    float: right;
    margin-top: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .footer_right ul li:nth-child(3){
    display: none;
}
footer .footer_right ul{list-style: none;}
footer .footer_right ul li a{
    color: white;    
    font-weight: 200;
    line-height: 24px;
}
footer .footer_right ul li a:hover{color: #07A13A;}
footer .footer_fin {
    width: 97.4%;
    height: 35px;
    position: absolute;
    bottom: 0;
    left: 16px;
    padding: 10px;
    background-color: #07A13A;
}
footer .footer_fin .footer_left{margin: 0;}
footer .footer_fin .footer_left p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 200;
}
footer .footer_fin .footer_left p a{
     color: white;
}
footer .footer_fin .footer_left p a:hover{color:  #17313a;}
footer .footer_fin .footer_giro p a {
    color: #03481a;
}
/****************************** */ 

.ancla {
    width: 30px;
    height: 30px;
    position: fixed;
    display: none;
    bottom: 10px;
    left: 90%;
    background-color: #f1f1f1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    z-index: 99;
}
.seccion_ingles .texto_seccion1 ul{
    width: 50%;
}
.seccion_ingles .texto_seccion1{
    max-height: 730px;
}
.seccion_ingles .title_seccion1  img {
    max-height: none;
    position: relative;
    left: 86px;
}
.seccion_ingles .texto_seccion1 p {
    width: 60%;
}

/******* ACORDEON */
button.accordion {
    background-color: #17313a;
    padding: .2em 1.8em;
    margin: 0;
    min-height: 105px;
    width: 100%;
    border: 0;
    border-radius: 0;
    border-color: white;
    cursor: pointer;
    outline: none;
    transition: 0.4s;
}
button.accordion h3{
    margin: 0;
    color: white;
    text-align: left;
    font-size: 31px;
    font-weight: 300;
    margin-right: 2em;
    margin-left: .3em;
    margin-top: .2em;
    float: left;
    transition: .4s;
}
button.accordion.active h3, button.accordion:hover  h3{
    color: #07a13a;
}

button.accordion:before {
    content: '\002B';
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin-left: 1.5em;
    float: left;
    margin-top: .2em;
}

button.accordion.active:before {
    content: "\2212";
}
button.accordion.active h3 {
    color: white;
    text-align: center;
}
button.accordion_historia:before {
    content: "";
}
button.accordion_historia.active:before {
    content: "";
}
.accordion_historia img #desplegar{
    display: block;
}
#desplegado{
    display: none
}
.accordion_historia img{
    float: left;
    margin-top: 1.4em;
}
div.panel {
    background-color: #17313a;
    border: 0;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
div.panel p{
    padding: .8em ;
}
@media screen and (max-width: 800px){
    .seccion4_representantes button{
        display: block;
        margin: .7em auto; 
    }
}
@media screen and (min-width: 768px){
    .modal-content{
        box-shadow: 1px 11px 0px 1px rgba(0,0,0,.5);
    }
}
@media screen and (max-width: 600px){
    .modal-sm .container input{
        border: 1px solid #07a03b;
    }
    .modal-sm .container .cerrar {
        top: -165px;
    }
}
.carousel_auditores_3{
    display: none;
}
.carousel_auditores_3 .staff{
    width: 100%;
    max-height: none;
    height: auto;
    margin: 0;
    left: 0;
    padding: 0 1em;
    border-bottom: 10px solid #07a03b;
}
.captcha {
    margin-left: 3em;
}
.img_5 {
    left: 47px !important;
    position: relative;
}