
body{
    overflow-x: hidden !important;
    font-family:'MU';

}

@font-face{
  font-family: 'MU';
  src: url('../fonts/Montserrat-Ultralight.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face{
  font-family: 'MR';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

.color_fondo_home{
    background-color: white;
}

/*.color_fondo_que_hacemos{
    background-color: #6A244B;
}*/

/*.color_fondo_home{
    background-color: white;
}
.color_fondo_home{
    background-color: white;
}*/
/*.contenido_gral{
    margin-top:50px;
    margin-bottom: 50px;

}*/
.form-control:focus {   
  border-color: #CCCCCC;
  box-shadow: inset 0 1px 1px rgba(131, 131, 131, 0.075), 0 0 8px rgba(131, 131, 131, 0.6);
}

.mrg-general{
    margin-top: 130px !important;
    margin-bottom: 30px !important;
}

/*Menú fixed -----------------------------------------------*/
.s-white, .s-morado, .s-morado-contacto, .s-naranja{
    box-shadow: 0px 0px 0px #faf7f7;
}

.logo-section{
    width: 15%;
}
.noPadding{
    padding: 0px;
}
.noMargin{
    margin: 0px;
}

.centrar{
    margin: auto;
    display: block;
}
.nbar {
  overflow: hidden;
  /*78*/
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;

  z-index: 999;
}

/*.cont-header{
    display: flex;
    justify-content: space-between;
}

.cont-header-mobile{
    display: none;
}

.cont-mm{
    display: flex;
    justify-content: space-between;
}

.a_icn{
    color: white; 
    position: relative; 
    font-size: 18px;
    margin-right: 10px;
    margin-top: 5px;

}

.icn_hamburguesa-mob{
    display: block;
}

.a_icn:hover{
    color: #e3e2dc;
}


.cont-logo{
    position: relative;
    height: 50%;

    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    



}

.img-bebranding{
    position: relative;
    width: 28%;
    margin: auto;
    display: block;

}

.menu ul{
    list-style:none;

}

.menu ul li a{
    color: white;

}

.menu ul li a:hover{
    text-decoration: none;
    color: #e3e2dc;
}

.menu ul li{
    float: left;
    margin-right: 30px;
}

.menu{
    display: none;
    margin-top: 5px;

}

.contenedor{
    margin: auto;
    width: 90%;
    max-width: 800px;
}

.txt-white{
    color: white;
}

.cont-ftr-1, .cont-ftr-2{
    height: auto;
    width: 400px;

}*/




/*.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}*/

/*Menú fixed ----------------------------------------------*/




/* HEADER HOME -----------------------------------------------------------*/
.icn-movil{
    display: none;
  
}
/*.menu-mobile, .menu-mobile-white{
    display: none;
}*/

#menu{
    display: none;
}

.menu-m{
    display: none;
}
#lista-menu-mobile{
    display: none;
}

.menu-hor-home, .menu-hor-white{
    /* display: block; */
    margin-top: 10px;
    text-align:center;
    font-size: 14px;
    /* font-weight: 200; */
}
.menu-hor-home ul, .menu-hor-white ul{
    list-style:none;

}
 
 
.menu-hor-home ul li, .menu-hor-white ul li{
    /* display:inline-block;
    width:100px; */
    padding:.5em 0;
    margin:.5em;
    float: right;
}


 
.align-ftr{
      margin-left: 0.1%;
}
/*COLOR MENU */

/*.menu-hor ul li a{
    color: #1c1c1c;
    text-decoration:none;
    padding:2em;
}
*/

/*Color menu horizontal en home*/
.menu-hor-home ul li a{
    color: #1c1c1c;
    text-decoration:none;
    padding:2em;
}

.menu-hor-white ul li a{
    color: white;
    text-decoration:none;
    padding:2em;
}

/*.menu-hor-a-home{
    color: #1c1c1c;
    text-decoration:none;
    padding:2em;
}*/



/*

.icon_hamburg{
    margin-top: 20px;
}
.icon_hamburg a{
    color: #441B34;
}
.icon_hamburg a:hover{
    color: #424242;
}*/


.icn_hamburguesa_home, .icn_hamburguesa_white{
    margin-top: 27px;

}
.icn_hamburguesa_home a{
    color: #441B34;
}
.icn_hamburguesa_home a:hover{
    color: #424242;
}

.icn_hamburguesa_white a{
    color: white;
}
.icn_hamburguesa_white a:hover{
    color: white;
}





.cont_circulos-naranja, .cont_circulos-morado, .cont_circulos-cafe{
    /*margin-left: 14%;*/
    width: 100%;
   /* background-color: pink !important;*/
}

.cont_circulos-naranja ul li, .cont_circulos-morado ul li, .cont_circulos-cafe ul li{
    float:left;
    list-style: none;
}


.cont_circulos-naranja ul li a, .cont_circulos-morado ul li a, .cont_circulos-cafe ul li a{
    width: 10px;
    height: 10px;
    margin: 2px; /*2*/
    background-color: #BFBABA;
    text-decoration: none;
    display: block;

    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 0px solid #000000;
}

.cont_circulos-naranja ul li.active a{
    background-color: #FA9221;
}
.cont_circulos-morado ul li.active a{
   background-color: #6A244B;
} 
.cont_circulos-cafe ul li.active a{
   background-color: #C13E14;
} 

.cont_circulos-naranja ul, .cont_circulos-morado ul, .cont_circulos-cafe ul{
    list-style-type: none;     
    padding: 0;
}
/* HEADER -----------------------------------------------------------*/

/* body del HOME ----------------------------------------------------*/
.contenedor{
    padding-left: 70px;
    padding-right: 70px;
    /* background-color: red; */
}

.img_mas_que{
    width: 85%;
    float: right;
}
/*.txt-principal{
    text-align: right;
    color: white;
    float: right;
}*/
.txt-principal-oscuro{
    text-align: right;
    color: rgb(98, 98, 98);
    float: right;
}
.txt-principal-white{
    text-align: right;
    color: white;
    float: right;
}
.img_principal{
    position: absolute;
}
.img_principal_aves{
    position: relative;
    padding-left: 273px;
}


.txt_nuestro_enfoque{
/*    margin-top: 130px !important;
    margin-bottom: 30px;*/
    margin-top: 50px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    font-family:'MR';

}

.imgs_circulos{
    width: 80%;
    margin-left: 6%;
    position: absolute;
}

.estrategia h5{
    position: relative;
    margin-top: 100px;
    text-align: center;
    color:rgb(87, 86, 86);
}
.comunicacion h5{
    position: relative;
    margin-top: 100px;
    text-align: center;
    color:rgb(87, 86, 86);
}
.investigacion h5{
    position: relative;
    margin-top: 100px;
    text-align: center;
    color:rgb(87, 86, 86);
}
.txt_circulos{
    position: relative;
    margin-top: 15px;
    text-align: center;
    color:rgb(87, 86, 86);
    font-size: 16px;
}

.txt_nuestra_esencia{
    margin-top: 110px;
    margin-bottom: 10px;
    font-size: 30px;
    text-align: center;
    font-family:'MR';
}

.txt_nuestra_met{
    margin-top: 150px;
    margin-bottom: 35px;
    font-size: 30px;
    text-align: center;
    font-family:'MR';
}

.txt_somos{
    text-align: center;
    font-size: 20px;
    line-height : 38px;
    color: #575957;
    
}

/**//*.portafolio{

    background-color: gray;
}
.performance{

    background-color: red;
}*/

.portafolio_perfonce{
    margin-top: 80px; 

}

.txt_portafolio_performance{
    font-size: 23px;
    color:rgb(87, 86, 86);
    text-align: center;


}
.img_portafolio_perfonce{
    display: block; 
    margin: auto;

    /*display:flex;
    justify-content: center;
    align-items: center;*/
}

.video_mg{
    margin-top: 80px; 
}


/* termina body del HOME ----------------------------------------------------*/



/* body de QUE HACEMOS  ----------------------------------------------------*/
.color_fondo_que_hacemos{
    background-color: #6A244B;

}
.fondo_que_hacemos{
    /*background: url('../img/fondo_que_hacemos.png');
    background-size: 100%;
    background-repeat: no-repeat;*/

    background: url('../img/fondo_que_hacemos.png') no-repeat scroll bottom center / cover rgba(0, 0, 0, 0);

    
}
.contenedor_que_hacemos{
    padding-left: 15px; 
    padding-right: 15px;
    padding-top: 0px;
}


.contenedor-q-hacemos{
    padding: 20px;
}


.que_podemos_hacer{
    width: 65%;
    float: right;
}

.elem_principales_que_hacemos{
    padding: 0 !important;
    margin-left: 10px;
    margin-right: 0 !important;

    font-family: MR;

}
/* .bloque_que_hacemos{
    margin-top: 40px;

} */
.actividades{
    padding-left: 40px;
    padding-right: 40px;
}
.actividades-left{
    padding-right: 40px;
    padding-left: 30px;
}

.letra_A{
    padding-left: 10px;
}



.barra_naranja{
    height: 4px; 
    width: 50px; 
    background-color: #FF8900; 
    margin-left: 25px;
    margin-top: 20px;
    margin-right: 9px;

    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 0px solid #000000;
}
.txt_titulo{
    color: white;
    font-size: 28px;
    margin-top: -10px;
}


.txt_mayusculas{
    color: white;
    font-size: 80px;
    font-family:'MR';
    margin-right: 400px;
    margin-left: -5px;



    
   /* 

    margin-left: 0px;
    margin-top: -20px;
    padding: 0;
    font-weight: bold;
    text-align: center;
    
    */


}
.txt_naranja{
    color: #FF8900;
    font-size: 21px;
    font-weight: bold;
    margin-top: -30px;
    font-family:'MR';

    
}
.txt_descripcion{
    color:white;
    font-size: 16px;
    margin-left: 0px;
    margin-top: 0px;
   /* font-weight: 10;*/
    /*font-weight: lighter;*/

    
}


 
 /* .branding_desc{
   display: none;
}
.marketing-desc{
    display: none;
}

.web-desc{
    display: none;
}

.prospeccion-desc{
    display: none;
}  */

.bloque_que_hacemos{
    margin-top: 30px;

}

/*@keyframes slidein {
    .visible{
    visibility: visible;
}*/

/*.actividades:hover > .row-act{
    display: block;
}*/
/* ........................................Tarjeta con animación QUE HACEMOS*/


 /* .caja{
    cursor: pointer;
    height: 270px;
    background-color: transparent;

    display:flex;
    justify-content: center;
    align-items: center;


  }
  .front,.back{
    width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    position: absolute;
    transition: transform .6s linear;
  
    display:flex;
    justify-content: center;
    align-items: center;
  }
  
  .front{
    transform: perspective(0px) rotateY(0deg);
    height: 270px;
    background: transparent;
  
  }
  .back{
    background: transparent;
    transform: perspective(0px) rotateY(180deg);
    padding: 15px;
  }
  .back-content{

    text-align: center;
    width: 100%;
  }
  
  .caja:hover > .front{
    transform: perspective(600px) rotateY(-180deg);
  }
  .caja:hover > .back{
    transform: perspective(600px) rotateY(0deg);
  }*/
/* ........................................Tarjeta con animación QUE HACEMOS

/* body de QUE HACEMOS  ----------------------------------------------------*/




/* body de CREAMOS  ----------------------------------------------------*/
.noPadding{
    padding: 0px;
}
.noMargin{
    margin: 0px;
}
.txt_desc_empresa{
    display: none;
}

.tit_empresa{
    font-family: 'MR';
    color:#6A244B;
    font-size: 16px;
    font-weight: bold !important;
    padding: 0;
    margin: 0;
    
}
.descripcion_empresa{
    color:white;
    font-size: 16px;
}
.color_fondo_creamos{
    background-color: #FF8900;

}
/*.fondo_creamos{
    background: url('../img/fondo_creamos.png');
    background-size: 100%;
    background-repeat: no-repeat;

}*/

.fondo_creamos{
    /*background: url('../img/fondo_creamos.png');*/
    /*
    background-repeat: no-repeat;*/

    background: url('../img/fondo_creamos.png') no-repeat scroll bottom center / cover rgba(0, 0, 0, 0);


}
/* ........................................Tarjeta con animación empresas CREAMOS*/
/*.cont_logos{
    margin: auto;
    width: 100%;
    max-width: 1000px;
}*/
.middle{
   /* display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
*/
    
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.caja{
  /*cursor: pointer;*/
  /*width: 100px;*/
  height: 230px;


}
.front,.back{
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
  position: absolute;

  transition: transform .4s linear;
  transition: -webkit-transform .4s linear;


}
/*.front img{

  width: 50%;
}*/
.front{
    transform: perspective(600px) rotateY(0deg);
    -webkit-transform: perspective(600px) rotateY(0deg);

    background: transparent;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.back{
  background: transparent;

  transform: perspective(600px) rotateY(180deg);
}

.back-content{
  color: white;
  text-align: center;
  width: 100%;
}

.sm{
  margin: 20px 0;
}

/*.sm a{
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #2c3e50;
  font-size: 18px;
  transition: 0.4s;
  border-radius: 50%
}*/
/*.sm a:hover{
  background: #2c3e50;
  color: white;
}*/

.caja:hover > .front{
  transform: perspective(600px) rotateY(-180deg);
}
.caja:hover > .back{
  transform: perspective(600px) rotateY(0deg);
}



/*
  .caja{
    cursor: pointer;
    height: 270px;
    background-color: transparent;

    display:flex;
    justify-content: center;
    align-items: center;


  }
  .front,.back{
    width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    position: absolute;
    transition: transform .4s linear;
  
    display:flex;
    justify-content: center;
    align-items: center;
  }
  
  .front{
    color: white;
    transform: perspective(600px) rotateY(0deg);
    height: 270px;
    background: transparent;
  
  }
  .back{
    color: white;
    background: transparent;
    transform: perspective(600px) rotateY(180deg);
    padding: 15px;
  }
  .back-content{
    text-align: center;
    width: 100%;
  }
  
  .caja:hover > .front{
    transform: perspective(600px) rotateY(-180deg);
  }
  .caja:hover > .back{
    

    transform: perspective(600px) rotateY(0deg);
  }*/

/* ........................................Tarjeta con animación empresas CREAMOS*/

/* body de CREAMOS  ----------------------------------------------------*/










/* body de CONTACTO  ----------------------------------------------------*/


.color_fondo_contacto{
    background-color: #441B34 !important;

}
.fondo_contacto{
    /*background: url('../img/fondo_contacto.png');
    background-size: 100%;
    background-repeat: no-repeat;*/


    background: url('../img/fondo_contacto.png') no-repeat scroll bottom center / cover rgba(0, 0, 0, 0);

    

  
}
 /* padding-left: 160px; 
    padding-right: 160px;*/
.contacto_general{
    margin-top: 80px;
    margin-bottom: 200px;
    /*padding-left: 150px;
    padding-right: 150px;*/
}
/*.contacto-form{
    padding-left:-30px;
}*/

.txt_dejanos_datos{
    margin-top: 60px;
    font-size: 30px;
    text-align: left;
    color: white;
}
.desc_contacto{
    margin-top: 250px;
}
.que_logramos{
    width: 85%;
    float: right;
}

/*.btn-enviar{
    background-color: #FF8900;
    color: white;
    width: 35%;
    float: right;

    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 0px solid #000000;

}
*/



/* body de CONTACTO  ----------------------------------------------------*/









/* contacto y footer del HOME ----------------------------------------------------*/
.link-dom{
  text-decoration: none;
}


.fondo{
    background: url('../img/fondo_alraz.png');
    background-size: 100%;
    background-repeat: no-repeat;
    /*padding: 0px !important;*/
}

.txt_queremos_esc{
    margin-top: 130px;
    font-size: 30px;
    text-align: left;
}
.btn-enviar{
    background-color: #FF8900;
    color: white;
    width: 35%;
    float: right;

    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 0px solid #000000;

}
.contacto-footer-home{
    margin-top: 50px;
    color: #B75434;
}

.contacto-footer-white{
    margin-top: 50px;
    color: white;
}
.contacto-footer-home:hover{
  color: #B75434;
  text-decoration: none;
}
.contacto-footer-white:hover{
  color: white;
  text-decoration: none;

}
.icn_fb{
    color: white;
    text-align: center;

    /*margin-top: 10px;*/
    /*margin-left: 9px;*/
    
}

.icn{
    color: white;
    text-align: center;
    /*margin-top: 10px;*/
    /*margin-left: 7px;*/
}
.icn:hover{
    text-decoration: none;

}

.circulo_red_social{
    width: 28px;
    height: 28px;
    margin: 5px;  
    padding-top: 5px; 
    padding-left: 1px;

    
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 0px solid #000000;
}

.facebook{
    background-color: #B75434;
    font-size: 18px;

}

.instagram{
    background-color: #60294A;
    font-size: 18px;
}

.whatsapp{
    background-color: #3D1D33;
    font-size: 18px;
}

.aviso_priv_home{
    margin-top: 40px;
    color: black;
}
.aviso_priv_white{
    margin-top: 20px;
    color: white;
    /*padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;*/
}
/*.img_empresa{
    width: 50%;
}*/

.img_empresa.cuadrado{
    width: 25% !important;
}
.img_empresa.otro{
    width: 30% !important;
}


/* contacto y footer del HOME ----------------------------------------------------*/

/*@media screen and (max-width: 2000px) {

 .fondo_contacto{
        background: none;

        
    }

}*/


/*AVISO PRIVACIDAD*/
.txt_av_priv{

/*    margin-top: 130px !important;
    margin-bottom: 30px;*/
    margin-top: 140px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    font-family:'MR';
    font-size: 20px;


    /*font-size: 20px; margin-top: 140px;*/


}

.avp a{
  color: black;
}

.aviso_priv_white a{
  color: white;
}

























/* Estilos dispositivos mas pequeños o moviles --------------------------------------------*/

@media screen and (max-width: 1300px) {

    .fondo_que_hacemos{
        background: none;
        /*padding-left: 20px; 
        padding-right: 20px;*/
        
    }
    .fondo_creamos{
        background: none;
        padding-left: 20px; 
        padding-right: 20px;
        
    }
    .fondo_contacto{
        background: none;
        /*padding-left: 20px; 
        padding-right: 20px;*/
        
    }


    .txt_naranja{
        margin-right: 100px;  
    }

    .saltos{
        display: none;
    }

}



@media screen and (max-width: 1200px) {
/* HOME --------------------------------------------------------------------*/
    /* .menu-hor{
        background-color: gray;
    } */
    .menu-hor-home ul li, .menu-hor-white ul li{
        /* display:inline-block;
        width:100px; */
        padding:.2em 0;
        margin:.2em;
        float: right;
    }
     
    .menu-hor-home ul li a, .menu-hor-white ul li a{
        color: rgb(87, 86, 86);
        /* font-family: Trebuchet Ms; */
        text-decoration:none;
        padding:1em;
        /* border:2px solid transparent; */
        /* display:block;
        padding:.5em; 
        background-color: yellow;
        background-color: teal;
        */
    }
    .txt_nuestro_enfoque{
     
        margin-top: 40px;
    }
    .img_principal_aves{
        padding-left: 200px;
    }
    
    .estrategia h5, .comunicacion h5, .investigacion h5{
        margin-top: 75px;
    }

    /*.cont_circulos-naranja, .cont_circulos-morado, .cont_circulos-cafe{
        margin-left: 16%;
    }*/

    .contacto_general{
/*        margin-top: 80px;*/
        margin-bottom: 0px;
        /*padding-left: 150px;
        padding-right: 150px;*/
    }
    /*  */
    /* HOME --------------------------------------------------------------------*/





    
}

@media screen and (max-width: 990px) {
/* HOME --------------------------------------------------------------------*/
    .img_principal_aves{
        padding-left: 135px;
    }
    .estrategia h5, .comunicacion h5, .investigacion h5{
        margin-top: 58px;
        font-size: 18px;

    }
    .txt_circulos{
        font-size: 12px;
        margin-top: 5px;
        font-size: 11px;
    }
 
    /*.txt_circulos{
    position: relative;
    margin-top: 15px;
    text-align: center;
    color:rgb(87, 86, 86);
    font-size: 16px;
}*/
    /*.cont_circulos-naranja, .cont_circulos-morado, .cont_circulos-cafe{
        margin-left: 14%;
    }*/
    /*.txt_nuestra_esencia{
        margin-top: 0px;
    }
*/
/* HOME --------------------------------------------------------------------*/




}


@media screen and (max-width: 780px) {


/* HOME --------------------------------------------------------------------*/
    .menu-hor-home, .menu-hor-white{
        display: none;
    }
    .icn_hamburguesa_home, .icn_hamburguesa_white{
        display: none;
    }
    .menu-mobile, .menu-mobile-white{
        display: block;
    }
    .menu-mobile ul, .menu-mobile-white ul{
        list-style: none;
        text-align: center;
    }
    .menu-mobile ul li, .menu-mobile-white ul li{
        margin: 20px;
    }
    .menu-mobile ul a{
        text-decoration: none;
        color: rgb(54, 54, 54);
    }
    .menu-mobile-white ul a{
        text-decoration: none;
        color: white;
    }
    /*.menu-mobile ul a:hover{
        color: rgb(98, 98, 98);
    }
*/
    .txt_nuestro_enfoque{
        /* background-color: gray; */
        margin-top: 50px;
        margin-bottom: 30px;
    }

    /*.cont_circulos-naranja, .cont_circulos-morado, .cont_circulos-cafe{
        margin-left: 10%;
    }*/
    .caja{
        height: 270px;
        margin-top: 30px;
        /*background-color: red;
        width:270px;*/
    }

    
/* HOME --------------------------------------------------------------------*/
    
    
}

@media screen and (max-width: 768px) {
   
    .caja{
      /*cursor: pointer;*/
      width: 180px;
      height: 180px;
      /*margin-bottom: 50px;*/

    }
    /*.front img, .logo_cuadrado{
        width: 45%;
    }*/
    .front,.back{
        background-color: #FF8900;;
    }
/* HOME --------------------------------------------------------------------*/
    /*.logo-section{
        display: block;
        margin: auto;
    }*/
    /*.prueba{
        background-color: yellow;
    }*/
    .mrg-general{
        margin-top: 70px !important;
        margin-bottom: 30px !important;
    }
    .logo-section{
        width: 35%;
        /*background-color: yellow;*/
    }
    .icn-movil{

        display: block;
        margin: auto;

        font-size: 25px;
        /*background-color: pink;*/
        width: 55%;


        /*
        margin-top: -70px;
        width: 100px;
        margin-left: 350px;
*/

        /*position: relative;
        z-index: 0;*/

    }

    /*.cont_circulos-naranja, .cont_circulos-morado, .cont_circulos-cafe{
        margin-left: 5.5%;
    }*/
    .txt_nuestro_enfoque{
/*    margin-top: 130px !important;
        margin-bottom: 30px;*/
        margin-top: 50px;

        font-size: 24px;
        text-align: center;

        margin-top: 50px;
        margin-bottom: 0px;
        

    }

    .txt_nuestra_met{
        margin-top: 50px;
        margin-bottom: 35px;

        font-size: 24px;

    }

    .txt_somos{
     
        font-size: 17px;
        line-height : 25px;

        
    }
    .des-mb{
        display: none;
    }

    .video_mg{
        margin-top: 10px; 

        
    }

    .txt_portafolio_performance{
        font-size: 20px;
    }


    .imgs_circulos{
        height: 90%;
        width: auto;
        padding: auto;

        /*Para centrar elemtno con position absolute*/
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;

    }
    .estrategia, .comunicacion, .investigacion{
        height: 350px;
        /*350 background-color:gray;*/
    }

    .estrategia h5, .comunicacion h5, .investigacion h5{
        margin-top: 120px;
    }
    .txt_circulos{
        font-size: 16px;
        margin-top: 15px;

        
    }

    .cont-q-hac{
        margin-top: 250px;
    }

    /*
     .estrategia h5, .comunicacion h5, .investigacion h5{
        margin-top: 58px;
        font-size: 18px;

    }

    .txt_circulos{
        font-size: 12px;
        margin-top: 5px;
        font-size: 11px;
    }
    */
    .txt_nuestra_esencia{
        margin-top: 50px;
        font-size: 24px;
    }

    .img_portafolio_perfonce{
        display: block; 
        margin: auto;

        width: 50%;

        /*display:flex;
        justify-content: center;
        align-items: center;*/
    }
    .portafolio_perfonce{
        margin-top: 50px; 

    }
    
    .formulario{
        /*padding: 3%;*/
        margin-top: 25px;
    }
    .fondo{
        background: white;
    }
    .contacto_general{
        margin-top: 40px;
        /* margin-bottom: 0px; */
        padding-left: 15px;
        padding-right: 15px;
    }
    /*.contacto_general{
        margin-top: 80px;
        margin-bottom: 200px;
        padding-left: 150px;
        padding-right: 150px;
    }*/
    .desc_contacto{
        margin-top: 50px;
        /*text-align: center;*/
    }
    .redes-sociales{
        display:flex;
        justify-content: center;
        align-items: center;
    }
    .contacto-footer-home, .contacto-footer-white, .redes-sociales{
        text-align: center;
    } 
    .align-ftr{
      margin-left: 0%;
    }

    
    
    .aviso_priv_home, .aviso_priv_white{
        text-align: center;
    }
    .contenedor-q-hacemos{
        /*margin-top: 280px;*/
        padding-top: 100px;


    }
    .contenedor_que_hacemos{
        padding-left: 5px; 
        padding-right: 5px;
        padding-top: 0px;
    }

   
    .txt_queremos_esc{
        margin-top: 55px;
      /*  font-size: 30px;
        text-align: left;*/
    }

   /* .contenedor_que_hacemos{
        padding-left: 15px; 
        padding-right: 15px;
        padding-top: 250px;
    }
*/
    .nbar {
      overflow: hidden;
      position: fixed;
      top: 0;
      width: 100%;
      height: auto;

      z-index: 999;

      /*border-radius: 0px 0px 0px 0px;
      -moz-border-radius: 0px 0px 0px 0px;
      -webkit-border-radius: 0px 0px 0px 0px;
      border-bottom: 0px solid #faf7f7; */
      /*f7f5f5;*/
    
    /*box-shadow: 10px 2px 2px #faf7f7;*/
      

    }
    
    .s-white{
        box-shadow: 0px 2px 2px #faf7f7;
    }
    .s-morado{
        box-shadow: 0px 2px 2px #6b274d;
    }
    .s-morado-contacto{
        box-shadow: 0px 2px 2px #471d37;
    }

    .s-naranja{
        box-shadow: 0px 2px 2px #ff8e0a;
    }




}


    @media screen and (max-width: 375px) {
        
        /*.prueba{
            background-color: pink;
        }*/
        .logo-section{
            width: 25%;

        }
        .icn-movil{
            width: 65%;
            font-size: 29px;
        }
    }


    

/* HOME --------------------------------------------------------------------*/



}