.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%; }

body {
    font-family: "Poppins", sans-serif;
    padding-top: 95px;
}


/****************************************************************************** MENU ******************************************************************************************/

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

.logo_academy {
    max-width: 60px;
    width: 100%;
    margin-top: 5px;
}

.aprende {
    margin-left: 15px;
    border-left: 1px solid #000;
    padding-left: 15px;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}



.barra_nav {
    background-color: #FFF;
    padding-top: 25px;
    padding-bottom: 25px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: .4s all ease-in-out;
}

.barra_transp {
    background-color:rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(10px);
}

.bot_hablemos {
    background-color:#1D1852;
    padding:12px 35px;
    border-radius: 25px;
    color:#FFF;
    text-decoration: none;
    font-size: 14px;
    -webkit-box-shadow: 4px 4px 17px -6px rgba(0,0,0,0.44);
    -moz-box-shadow: 4px 4px 17px -6px rgba(0,0,0,0.44);
    box-shadow: 4px 4px 17px -6px rgba(0,0,0,0.44);
    margin-right: 15px;
}

.bot_menu {

}

.bot_menu img {
    max-width: 45px;
}

.menu_nav {
    background-color:#352ba6;
    position: absolute;
    top: 0;
    right:-60%;
    width: 60%;
    height:100vh;
    z-index: 15;
    padding:0px 60px;
    transition: .3s all ease-in-out;
}

.aparece_menu {
    right: 0;
}

.bot_cerrar {
    display: inline-block;
    margin-top:30px;
    margin-left: 0px;
}

.bot_cerrar i {
    color:#FFF;
    font-size: 34px;
}

.redes_nav {
    margin-top:25px;
}

.redes_nav i {
    color:#FFF;
    font-size: 32px;
    transition: .3s all ease-in-out;
}

.redes_nav a:hover i {
    color:rgb(43, 42, 42);
}

.redes_nav a {
    display: inline-block;
    margin-left: 15px;
}

.linea_menu_vert {
    height: 100%;
    width: 1px;
    background-color:#FFF;
    margin:0 auto;
}

.mail_nav {
    color:#FFF;
    font-size: 26px;
    margin-top:40px;
    margin-bottom: 50px;
}

.aprende_nav {
    color:#FFF;
    font-size: 14px;
    margin-bottom: 20px;
}

.logo_academy_nav {
    max-width: 200px;
}

.opciones_nav a {
    color:#FFF;
    font-size: 34px;
    font-weight: 300;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom:1px solid #FFF;
    display: block;
    text-decoration: none;
    line-height: 1.1;
    transition: .3s all ease-in-out;
}

.opciones_nav a:hover {
    color:rgb(43, 42, 42);
}

.opciones_nav a:nth-child(4) {
    border:none;
}

/*********************************************************************** FIN MENU ******************************************************************************************/

.banner_home {
    background-image: url('../imagenes/banner_home.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.subtit_banner {
    color:#FFF;
}

.tit_banner {
    color:#FFF;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: 50px;
    line-height: 1.2;
}

/*.bot_banner {
    color:#27206F;
    font-size: 14px;
    background-color: #FFF;
    border-radius:25px;
    padding:12px 35px;
    text-decoration: none;
    font-weight: 600;
}*/

.bot_banner {
    padding: 10px 40px;
    position: relative;
    background-color: #FFF;
    cursor: pointer;
    overflow: hidden;
    border-radius: 30px;
    color: #333;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color:#27206F;
    border:1px solid transparent;
  }
  
  .bot_banner:hover {
    box-shadow: 1px 1px 200px #252525;
    color: #fff;
    border: 1px solid #FFF;
  }

.tit_ultimos_proyectos {
    color:#352BA6;
    font-size: 44px;
    font-weight: 600;
}

.tit_ultimos_proyectos img {
    max-width: 8px;
    margin-right: 15px;
}

.bot_ver_todos_proyectos {
    color:#FFF;
    background-color:#1D1852;
    padding:8px 35px;
    border-radius:25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding-right: 8px;
    display: inline-block;
    margin-top: 15px;
}

.bot_ver_todos_proyectos img {
    max-width: 30px;
    margin-left: 10px;
}

.bot_flecha {
    text-decoration: none;
    margin-left: 30px;
    margin-top: 15px;
}

.bot_flecha img {
    max-width: 40px;
}

.bot_proy_home {
    text-decoration: none;
}

.bot_proy_home:hover {
    text-decoration: none;
}

.carousel_home {
    margin-top: 70px;
    margin-bottom: 30px;
}

.c_carousel_home {
    min-height: 450px;
    width: 100%;
    border-radius:25px;
    padding:25px;
}

.cliente_participar {
    background-image:url('../imagenes/img_ultimostrabajos_home_1.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.cliente_prometium {
    background-image:url('../imagenes/img_ultimostrabajos_home_2.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.cliente_crivo {
    background-image:url('../imagenes/img_ultimostrabajos_home_3.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.cliente_russell {
    background-image:url('../imagenes/bg_pr_russell.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.logo_c_carousel_home {
    max-width: 200px;
    max-height: 40px;
}

.logo_c_carousel_crivo {
    max-width: 120px;
}

.texto_c_carousel_home {
    color:#FFF;
    font-size: 14px;
    margin-top: 10px;
}


.tit_socio {
    color:#352BA6;
    font-size: 60px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 270px;
}

.tit_socio span {
    font-weight: 700;
}

.c_fusionamos {
    background-image:url('../imagenes/bg_fusionamos.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    border-radius:25px;
    padding:40px 60px;
    margin-bottom: 250px;
}

.c_tit_fusionamos {
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.c_texto_fusionamos {
    color:#FFF;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.bot_hablemos_home {
    padding: 10px 40px;
    position: relative;
    background-color: #FFF;
    cursor: pointer;
    overflow: hidden;
    border-radius: 30px;
    color: #333;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color:#27206F;
    border:1px solid transparent;
  }
  
  .btn-txt {
    z-index: 3;
    font-weight: 600;
    position: relative;
    display: block;
  }
  
  .type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #27206F;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: 2;
  }
  
  .bot_hablemos_home:hover {
    box-shadow: 1px 1px 200px #252525;
    color: #fff;
    border: 1px solid #FFF;
  }
  
  .type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
  }

  .c_gris_home {
    margin-top: -200px;
    margin-bottom: -200px;
    width: 100%;
  }

.bg_servicios {
    background-color:#1D1852;
    padding-top: 100px;
    margin-bottom: 250px;
}  

.tit_servicios_home {
    color:#FFF;
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 70px;
}

.tit_servicios_home img {
    max-width: 8px;
    margin-right: 15px;
}  

.c_serv {
    padding:30px;
    border-radius:25px;
    padding-top: 50px;
}

.serv_ux {
    background-image:url('../imagenes/bg_ux.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:bottom center;
    min-height: 700px;
}

.serv_branding {
    background-image:url('../imagenes/bg_branding.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:bottom center;
    min-height: 700px;
    margin-top: 50px;
    margin-bottom: -60px;
}

.serv_animacion {
    background-image:url('../imagenes/bg_animacion.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:bottom center;
    min-height: 450px;
    margin-top: -80px;
}

.serv_multimedia {
    background-image:url('../imagenes/bg_multimedia.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:bottom center;
    min-height: 700px;
    margin-top: 50px;
}

.serv_plataformas {
    background-image:url('../imagenes/bg_plataformas.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:bottom center;
    min-height: 350px;
    margin-top: 50px;
    margin-bottom: -100px;
}


.tit_c_serv {
    color:#FFF;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
}

.texto_c_serv {
    color:#FFF;
    line-height: 1.1;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
}

.bot_ver_todas_opciones {
    color:#1D1852;
    background-color:#FFF;
    padding:8px 35px;
    border-radius:25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding-right: 8px;
    display: inline-block;
    margin-top: 5px;
    transition: .3s all ease-in-out;
    border:1px solid transparent;
}

.bot_ver_todas_opciones:hover {
    background-color:#4940a5;
    color:#FFF;
    border:1px solid #FFF;
}

.bot_ver_todas_opciones img {
    max-width: 30px;
    margin-left: 10px;
}

.tit_proyectos {
    color:#352BA6;
    font-size: 44px;
    font-weight: 600;
    margin-left: 30px;
    line-height: 1.2;
    margin-bottom: 60px;
}

.tit_proyectos img {
    max-width: 8px;
    margin-right: 10px;
    margin-left: -30px;
}

.c_serv_proy {
    margin-bottom: 10px;
}

.c_serv_proy img {
    max-width: 30px;
    margin-top: 5px;
}

.tit_serv_proy {
    color:#352BA6;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.texto_serv_proy {
    max-width: 300px;
}

.linea_c_serv_proy {
    background-color:#352BA6;
    height: 1px;
    width: 100%;
    margin:30px 0;
    max-width: 550px;
}

.bg_proceso {
    background-image:url('../imagenes/bg_proceso.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    min-height: 600px;
}

.tit_proceso {
    color:#FFF;
    font-size: 44px;
    font-weight: 600;
    margin-left: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
    padding-top: 40px;
}

.tit_proceso img {
    max-width: 8px;
    margin-right: 10px;
    margin-left: -30px;
}

.c_proceso {
    border:1px solid #FFF;
    border-radius:25px;
    padding:35px;
    max-width: 350px;
    min-height: 250px;
}

.c_proceso img {
    max-width: 25px;
    margin-bottom: 15px;
}

.tit_c_proceso {
    color:#FFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 25px;
}

.texto_c_proceso {
    color:#FFF;
    font-size: 14px;
    line-height: 1.2;
}

.margen_proceso_2 {
    margin-top: 80px;
}

.margen_proceso_3 {
    margin-top: 140px;
}

.tit_hablemos {
    color:#352BA6;
    font-size: 40px;
    margin-left: -55px;
    margin-bottom: 30px;
    font-weight: 600;
}

.tit_hablemos span {
    font-size: 30px;
}

.ico_redes_home {
    margin-bottom: 20px;
}

.ico_redes_home i {
    font-size: 28px;
    color:#352BA6;
}

.ico_redes_home a {
    display: inline-block;
    margin-right: 10px;
}

.mail_home {
    color:#352BA6;
    font-size: 22px;
}

.form_home {
    margin-top: 20px;
}

.input {
    border:none;
    border-bottom: 1px solid #000;
    width: 100%;
    margin-bottom: 50px;
}

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

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

.textarea {
    border:none;
    border-bottom: 1px solid #000;
    width: 100%;
}

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

.bot_enviar {
    color:#FFF;
    background-color:#352BA6;
    border-radius:45px;
    padding:10px 60px;
    border:none;
    font-size: 14px;
    margin-top: 30px;
}

.banner_gracias {
    padding-top: 10%;
    padding-bottom: 10%;
}



.footer {
    background-color:#EEEEEE;
    padding-top: 70px;
    padding-bottom: 15px;
}

.logo_footer {
    max-width: 130px;
}

.texto_logo_footer {
    font-size: 12px;
    margin-top: 10px;
}

.subtexto_logo_footer {
    font-size: 12px;
    margin-top: 30px;
}

.borde_izq_footer {
    border-left:1px solid #000;
}

.tit_footer {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.t_f_oferecemos {
    text-align: left;
    padding-left: 11%;
}

.linea_footer {
    background-color:#000;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
}


.copy_footer {
    font-size: 12px;
    text-align: center;
}

.menu_footer {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    margin-top:20px;
}

.menu_footer a {
    color:#000;
    display: block;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 15px;
}

.redes_footer {
    margin-left: 75px;
    margin-top:20px
}

.redes_footer a {
    display: inline-block;
    margin-right: 15px;
}

.redes_footer i {
    color:#0E0E0E;
    font-size: 20px;
}

.tit_paises {
    font-weight: 700;
    font-size: 14px;
    margin-left: 70px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.pais {
    margin-left: 70px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 8px;
}

.b_pais {
    max-width: 20px;
    margin-right: 5px;
}



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

.banner_serv {
    background-image: url('../imagenes/banner_home.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.tit_banner_serv {
    color:#FFF;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: 10px;
    line-height: 1.2;
}

.tit_servicios_secc {
    color:#352BA6;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.1;
}

.tit_servicios_secc img {
    max-width: 12px;
    margin-right: 10px;
}

.subtit_serv_secc {
    color:#352BA6;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    margin-top:30px;
    margin-bottom: 40px;
    max-width: 500px;
}

.item_serv_secc {
    color:#352BA6;
    font-size: 18px;
    font-weight: 400;
}

.bot_asesoria {
    color:#FFF;
    font-weight: 700;
    padding:12px 25px;
    background-color:#352BA6;
    text-decoration: none;
    display: inline-block;
    margin-top:35px;
    border-radius:25px;
    text-align: center;
    font-size: 15px;
}

.bot_asesoria img {
    max-width: 25px;
    margin-right: 8px;
}

.linea_servicios {
    background-color:#352BA6;
    height: 1px;
    width: 100%;
    margin:60px 0;
}

.banner_serv_detalle {
    background-image: url('../imagenes/img_banner_servicios.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    width: 100%;
    margin-top: 120px;
    padding-top: 80px;
}

.bot_ver_todos_proyectos_serv {
    color:#1D1852;
    background-color:#FFF;
    padding:8px 35px;
    border-radius:25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding-right: 8px;
    display: inline-block;
}

.bot_ver_todos_proyectos_serv img {
    max-width: 30px;
    margin-left: 10px;
}



/*********************************************************************** PROYECTOS ******************************************************************************************/

.banner_proy {
    background-image: url('../imagenes/banner_home.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    padding-top: 80px;
    padding-bottom: 30px;
}

.filtro_proy {
    margin-top: 80px;
}

.filtro_proy a {
    border-radius:25px;
    padding:7px 25px;
    border:1px solid #FFF;
    color:#FFF;
    background-color:transparent;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
}

.filtro_activo {
    background-color:#FFF !important;
    color:#352BA6 !important;
}

.bot_proy {
    text-decoration: none;
    margin-bottom: 40px;
    transition: .3s all ease-in-out;
    display: block;
}

.caja_proy {

}

.img_proy {
    margin-bottom: 30px;
    position: relative;
}

.img_proy img {
    width: 100%;
}

.logo_proy {
    margin-bottom: 30px;
    max-height: 40px;
}

.filtro_display span {
    background-color:#FFF;
    border-radius:15px;
    padding:3px 10px;
    color:#393939;
    display: inline-block;
    box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.24);
-webkit-box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.24);
-moz-box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.24);
    font-size: 12px;
    margin-bottom: 10px;
}

.sobre_proy {
    position: absolute;
    background-color:rgba(34,34,34,0.44);
    left: 0;
    top: 0;
    z-index:5;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .3s all ease-in-out;
}

.sobre_proy img {
    max-width: 50px;
    margin-bottom: 10px;
}

.sobre_proy p {
    color:#FFF;
    font-weight: 600;
}

.bot_proy:hover .sobre_proy {
    opacity: 1;
}

.col_filtro {
    display: none;
}

.anim_filtro {
    display: block;
}

/*.anim_filtro {
    animation-delay: .2s; animation-duration:1s; animation-name:anim_proy;
  animation-iteration-count: 1; animation-fill-mode: forwards;
}


 @-webkit-keyframes anim_proy {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes corazon {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}*/



/*********************************************************************** DETALLE PROYECTO ******************************************************************************************/

.banner_detalle_proy {
    background-image: url('../imagenes/proyectos/bg_det_proy.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    padding-top: 80px;
    padding-bottom: 30px;
}

.logo_cliente_detalle {
    max-width: 207px;
    margin-bottom: 30px;
    width: 100%;
}

.texto_detalle_banner_proy {
    color:#FFF;
    font-size: 15px;
}

.linea_det_proy {
    height: 100%;
    width: 1px;
    background-color:#FFF;
    margin:0 auto;
}

.tit_serv_det_banner {
    font-size: 14px;
    margin-bottom: 30px;
    color:#FFF;
}

.lista_serv_det_banner {
    font-weight: 600;
    color:#FFF;
}

.video_trab_detalle {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-bottom: -1px;
}

.video_banner {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
   /* top: 0;
    left: 0;
    z-index: -1;*/
  }

.bot_volver_proyecto {
    position: absolute;
    left: 5%;
    top:15%;
    color:#FFF;
    text-decoration: none;
    font-size: 14px;
}  

.bot_volver_proyecto i {
    color:#FFF;
    font-size: 36px;
}


.bot_wsp { display:block; position:fixed; bottom:15px; right:15px; /*background-color:#57a52c; padding:7px 7px; border-radius:50%;*/ color:#FFF;
 /* animation-delay: 1s; animation-duration:5s; animation-name:corazon;
  animation-iteration-count: infinite;*/ max-width:50px;
 } 
/*
 @-webkit-keyframes corazon {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  5% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  15% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes corazon {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  5% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  15% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
*/



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

@media (max-width: 1440px) { 

    .mail_nav {
        font-size: 20px;
    }

    .bot_volver_proyecto {
        top: 14%;
    }  

    .bot_volver_proyecto i {
        font-size: 30px;
    }


}

@media (max-width: 1366px) { 

    .texto_c_carousel_home {
        font-size: 12px;
    }

      .c_gris_home {
        margin-top: -150px;
    }

    .tit_socio {
        margin-bottom: 180px;
    }

    .bot_volver_proyecto {
        left: 8%;
        top:16%;
    }  

    .t_f_oferecemos {
        text-align: left;
        padding-left: 5%;
    }


}

@media (max-width: 1280px) { 

    .bot_volver_proyecto {
        left: 6%;
        top:16%;
    }  


}


@media (max-width: 767px) { 

    .logo {
        max-width: 120px;
        margin-top: 5px;
    }

    .bot_hablemos {
        padding: 10px 25px;
    }

    .menu_nav {
        width: 80%;
        right: -80%;
        padding: 0px 30px;
    }


    .aparece_menu {
        right: 0;
    }

    .tit_banner {
        font-size: 30px;
    }

    .tit_banner br {
        display: none;
    }

    .tit_ultimos_proyectos {
        font-size: 30px;
    }

    .bot_proy_home {
        margin-bottom: 30px;
        display: block;
    }

    .tit_socio {
        font-size: 40px;
        margin-bottom: 50px;
    }

    .c_fusionamos {
        padding: 40px 30px;
        margin-bottom: 150px;
        padding-bottom: 180px;
    }

     .c_gris_home {
        margin-top: -10px;
        margin-bottom: -300px;
    }

    .tit_servicios_home {
        font-size: 30px;
    }

    .tit_c_serv {
        font-size: 34px;
    }

    .serv_branding {
        margin-bottom: 30px;
    }

    .serv_animacion {
        margin-top: 20px;
    }

    .bg_servicios {
        margin-bottom: 200px;
    }  

    .tit_proyectos {
        font-size: 34px;
    }

    .img_proy_home {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .tit_proceso {
        font-size: 34px;
    }

    .margen_proceso_2 {
        margin-top: 40px;
    }

    .margen_proceso_3 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .footer {
        text-align: center;
    }

    .subtexto_logo_footer {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .borde_izq_footer {
        border-left:none;
    }

    .redes_footer {
        margin-left: 0px;
        margin-top:20px
    }

    .tit_banner_serv {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .tit_servicios_secc {
        font-size: 34px;
        margin-top: 50px;
    }

    .linea_servicios {
        margin: 20px 0;
        margin-top: 60px;
    }

    .bot_asesoria {
        padding: 12px 15px;
        font-size: 12px;
    }

    .banner_serv_detalle {
        background-position: 15%;
        min-height: 300px;
    }

    .filtro_proy {
        margin-top: 40px;
    }

    .filtro_proy a {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .logo_cliente_detalle {
        margin-top: 20px;
    }

    .bot_ver_todas_opciones {
        padding: 6px 15px;
    }

    .video_trab_detalle {
        min-height: 250px;
    }

    .logo_cliente_detalle {
        max-height: 50px;
    }

    .tit_paises {
        margin-left: 0px;
    }

    .pais {
        margin-left: 0px;
    }

    .t_f_oferecemos {
        text-align: center;
    }

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

    .margen_resp_menu {
        margin-bottom: 0px;
    }

    .logo_academy {
        max-width: 40px;
        vertical-align: top;
        margin-top: 10px;
    }

    .aprende {
        margin-left: 0px;
        border-left: 0px solid #000;
        padding-left:0px;
        margin-right: 5px;
        font-size: 10px;
        max-width: 70px;
        margin-top: 10px;
    }

}