

.flecha_derecha {
  display: none;
}

.flecha_izquierda {
  display: none;
}

.nav_section {
  position: relative;
}

.navbar {
  position: absolute;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: transparent;
}

.navbar.navbar_negra {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav_container {
  max-width: 80%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navlink_dropdown {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
}

.navlink_dropdown.negro {
  color: #000;
  font-weight: 400;
}

.navlink_dropdown.negro.nosotros {
  display: inline-block;
}

.navlink_dropdown.blanco {
  margin-right: 5px;
  margin-left: 0px;
  padding-top: 10px;
  color: #fff;
  font-size: 14px;
}

.navlink_dropdown.blanco.w--current {
  color: #000;
}

.navlink_dropdown.blanco.nosotros {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.navlink_dropdown.blanco.nosotros.dropdown_negro {
  color: #000;
}

.navlink_dropdown.blanco.negro_servicios {
  color: #000;
}

.navlink_dropdown.link_negro {
  margin-right: 5px;
}

.navlink_dropdown.link_negro.w--current {
  margin-right: 5px;
}

.footer_cat{
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: block;
  width: 100%;
  height: auto;
  clear: both;
  background-color: #000;
}

.footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: block;
  width: 100%;
  height: auto;
  clear: both;
  background-color: #000;
}
.footer_template{
  position: relative;
}

.footer.f_project_grid {
  position: relative;
}

.footer_container {
  display: block;
  width: 95%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line_footer {
  display: inline-block;
  width: 100px;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 0px;
  background-color: #fff;
}

.line_footer.line_proyectos {
  width: 15%;
  height: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.copy_footer {
  display: inline-block;
  margin-right: 0%;
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
}

.maps_link {
  margin-right: 20px;
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
}

.div_redes {
  display: block;
  float: right;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.redes_link {
  width: 15px;
  height: 20px;
  margin-right: 5px;
  margin-left: 20px;
}

.slide_dos {
  background-image: url('../images/bg1_hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide_dos.tres {
  background-image: url('../images/bg3_hero.jpg');
}

.dropdown {
  display: block;
}

.dropdown-2 {
  display: inline-block;
}

.dropdown-3 {
  display: none;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid_section {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail_link25 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 24.5%;
  height: auto;
  margin: 0.25%;
  float: left;
  background-color: transparent;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.thumbnail_link25:hover {
  -webkit-filter: none;
  filter: none;
}

.thumbnail_link50 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 25%;
  height: auto;
  padding-right: 0px;
  float: left;
  background-color: transparent;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.thumbnail_link50:hover {
  -webkit-filter: none;
  filter: none;
}

.thumbnail_link50.proyecto_anterior {
  height: 300px;
}

.image {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.image.img_proyectoanterior {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  max-width: 125%;
}

.hover_link50 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0%;
  height: 130px;
  margin-top: 0px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  text-decoration: none;
}

.h1_proyecto {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div_info_hover {
  position: relative;
  top: 0px;
  padding-top: 20px;
  padding-right: 10%;
  padding-left: 10%;
}

.tag_categoria {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
}

.tag_lugar {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
}

.separador {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
}

.div_categorias {
  margin-top: 5px;
}

.filtro_sec {
  background-color: #f0f0f0;
}

.slider_sec_proyectos {
  width: 100%;
  height: 1000px;
}

.slider_proyectos {
  height: 100%;
}

.nav_slider_proyectos {
  font-size: 8px;
}

.siguiente_slide {
  font-size: 20px;
}

.anterior_slide {
  font-size: 20px;
}

.s1 {
  overflow: hidden;
  width: 100%;
  background-image: url('../images/8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s2 {
  overflow: hidden;
  width: 50%;
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.imagen_proyecto {
  max-width: 105%;
}

.s3 {
  width: 50%;
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s4 {
  width: 50%;
  background-image: url('../images/6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.descripcion_sec {
  margin-bottom: 80px;
}

.decripcion_contenedor {
  display: block;
  width: 60%;
  margin: 55px auto 80px;
}

.h1_descripcion {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
  color: #e1cec5;
  font-weight: 500;
  letter-spacing: 3px;
}

.line_descripcion {
  width: 35%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #000;
  color: #000;
}

.columna_uno {
  width: 50%;
  height: auto;
  float: left;
}

.caracteristica_txt {
  display: inline-block;
  margin-right: 25px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.respuesta_caracteristica {
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding-right: 5%;
  font-size: 13px;
}

.subtitulo {
  display: inline-block;
  margin: 0px 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.descripcion_principal {
  font-family: Roboto, sans-serif;
  line-height: 25px;
  text-align: justify;
  font-size: 13px;
}

.mas_proyectos {
  margin-top: 100px;
}

.h1_masproyectos {
  margin-bottom: 30px;
  margin-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
}

.dropdown_list_home {
  margin-top: 20px;
}

.dropdown_list_home.w--open {
  background-color: transparent;
  color: #fff;
  text-align: left;
}

.dropdown_link_home {
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.dropdown_div {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  float: right;
}

.dropdown_list {
  position: absolute;
  display: none;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-right: 17%;
  padding-bottom: 15px;
  background-color: hsla(0, 0%, 100%, .78);
}

.dropdown_list.lista_negra {
  border-radius: 10px;
  background-color: #fff;
}

.dropdown_list.tags_list {
  display: none;
  padding-top: 25px;
  padding-right: 0%;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: hsla(0, 0%, 100%, .78);
}

.dropdown_list.tags_list.alternative_dropbg {
  padding-right: 0%;
  background-color: #fff;
}

.dropdown_list.tags_list.altern_bg_drop {
  display: none;
  padding-right: 2%;
  background-color: hsla(0, 0%, 100%, .9);
}

.dropdown_list.bg_altern_drop {
  display: none;
  padding-right: 17%;
  background-color: hsla(0, 0%, 100%, .9);
}

.link_dropdown_home {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  float: left;
  clear: both;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 10px;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
}

.link_dropdown_home.negros {
  color: #000;
}

.link_dropdown_home.tags {
  display: block;
  margin-top: 5px;
  margin-left: 0px;
  float: left;
  text-align: left;
}

.manifiesto_sec {
  width: 100%;
  height: 100vh;
  padding-top: 40vh;
  background-color: transparent;
  background-image: url('../images/bgmanifiesto.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div_manifiesto {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  clear: none;
}

.h1_manifiesto {
  display: inline-block;
  margin-top: 0px;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 4px;
}

.line_manifiesto {
  display: inline-block;
  width: 10%;
  height: 2.5px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  background-color: #000;
}

.line_manifiesto.line_miembro {
  width: 10%;
  height: 2px;
  margin-right: 20px;
  margin-bottom: 5px;
  background-color: #fff;
}

.p_manifiesto {
  margin-top: 50px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
}

.equipo_sec {
  width: 100%;
  height: auto;
}

.info_equipo_div {
  display: block;
  width: 70%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.h1_equipo_info {
  display: inline-block;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 4px;
}

.span_equipo {
  font-weight: 700;
}

.thumbnail_container {
  width: 80%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: auto;
}

.thumbnail_equipo {
  overflow: hidden;
  width: 33.33%;
  height: 650px;
  float: left;
}

.thumbnail_equipo.m1 {
  position: relative;
  height: 600px;
  background-image: url('../images/equipo2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.thumbnail_equipo.m1:hover {
  -webkit-filter: none;
  filter: none;
}

.thumbnail_equipo.m1.m2 {
  background-image: url('../images/equipo1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumbnail_equipo.m1.m3 {
  background-image: url('../images/equipo3.jpg');
}

.info_hover {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40%;
  padding-top: 20px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(90deg, #000, rgba(32, 32, 32, 0));
  background-image: linear-gradient(0deg, #000, rgba(32, 32, 32, 0));
}

.h1_miembro {
  display: block;
  margin-right: 0px;
  float: left;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.h1_miembro.puesto {
  margin-right: 0px;
  font-size: 15px;
}

.p_miembro {
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.contacto_sec {
  width: 100%;
  height: 120vh;
  padding-top: 30vh;
  background-color: #000;
}

.contacto_cont {
  display: block;
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.contacto_c1 {
  width: 50%;
  height: 100%;
  padding-right: 0px;
  float: left;
}

.contacto_c1.c2 {
  height: auto;
  padding-top: 100px;
  padding-right: 50px;
  padding-left: 50px;
}

.line_contacto {
  display: inline-block;
  width: 100px;
  height: 2px;
  margin-right: 20px;
  margin-bottom: 15px;
  background-color: #fff;
}

.h1_contacto {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.redes_contacto {
  margin-top: 50px;
  padding-right: 120px;
  padding-left: 120px;
}

.social_link {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
  text-decoration: underline;
  text-transform: uppercase;
}

.campotitulo {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}

.campo_respuesta {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #fff;
  letter-spacing: 1px;
}

.enviar_boton {
  margin-top: 20px;
  padding: 11px 35px;
  float: right;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #000;
  letter-spacing: 1px;
}

.mensaje {
  display: block;
  margin-top: 30px;
  padding-top: 8px;
  padding-bottom: 28px;
  border: 1px solid #fff;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  letter-spacing: 1px;
}

.mensaje:focus {
  color: #fff;
}

.serv_sec {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 110vh;
  padding-top: 30vh;
}

.img_bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 45%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/servicios_bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/servicios_bg.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div_serv {
  position: relative;
  display: block;
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 50px 30px;
  background-color: #fff;
}

.p_serv {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 25px;
  font-size: 13px;
}

.serv_head{
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
}

.h1_serv {
  display: inline-block;
  margin-top: 0px;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 4px;
}

.line_serv {
  display: inline-block;
  width: 100px;
  height: 2.57px;
  margin-bottom: 20px;
  background-color: #000;
}

.div_menulink {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  float: right;
}

.slide_tres {
  border: 1px dashed #000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg3_hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg3_hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tags_div {
  width: 1000px;
  float: right;
}

.letra_c_div {
  display: block;
  width: auto;
  margin-top: 10px;
  clear: both;
}

.letra_identificador {
  display: block;
  margin-top: -10px;
  margin-bottom: 0px;
  float: left;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.listatag_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columna_dropdown {
  width: 250px;
  height: auto;
  float: left;
}

.search-button {
  display: none;
}

.section {
  width: 100%;
  height: 700px;
}

._100 {
  height: 100%;
}

.slide {
  background-image: url('../images/equipo1.jpg');
  background-position: 0px 0px;
  background-size: 600px;
}

.slide-2 {
  background-image: url('../images/equipo2.jpg');
  background-position: 0px 0px;
  background-size: 600px;
}

.slide-nav {
  margin-bottom: 0px;
}

.menu_links {
  display: inline-block;
  float: right;
}

.div_tags {
  margin-top: 50px;
  padding-right: 50px;
  width: 50%;
}

.tag_template {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #565654;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 13px;
}

.masproyectos_div {
  display: block;
  overflow: hidden;
  height: 230px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.masproyectos_div:hover {
  -webkit-filter: none;
  filter: none;
}

.h1_next {
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}

.line_next {
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-right: 20px;
  margin-bottom: 8px;
  background-color: #000;
}

.row {
  margin-top: 40px;
}

.div-block {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titulo_div_equipo {
  position: static;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.line_perfil {
  width: 50px;
  height: 3px;
  margin-top: 41px;
  margin-right: 15px;
  margin-left: 15px;
  float: left;
  background-color: #fff;
}

.arrow_mobile {
  display: none;
}

.div_info_serv {
  width: 33.33%;
  height: auto;
  float: left;
}

.row_container {
  margin-top: 20px;
  margin-bottom: 80px;
}

.video_hero {
  width: 100%;
  height: 100vh;
}

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
}

.logo_video {
  width: 20vw;
  margin-bottom: 50px;
}

.div-block-7 {
  display: inline-block;
  width: 1px;
  height: 20px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #fff;
}

.lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form_input {
  display: none;
  width: 70%;
  margin-bottom: 0px;
  padding-top: 8px;
  float: left;
  border-style: none;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #cccccc;
  letter-spacing: 1px;
}

.submit_button {
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  background-color: transparent;
  background-image: url('../images/lupa_blanca.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1400px) {
.decripcion_contenedor {
  display: block;
  width: 70%;
  margin: 55px auto 80px;
}
}
@media (max-width: 991px) {
  .navbar {
    display: block;
  }
  .navlink_dropdown.blanco {
    color: #000;
  }
  .navlink_dropdown.blanco.nosotros {
    color: #000;
  }
  .footer {
    position: fixed;
  }
  .footer.footer_template {
    position: static;
  }
  .footer_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .line_footer {
    width: 100px;
  }
  .copy_footer {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .maps_link {
    display: inline-block;
  }
  .div_redes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px auto;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 138px;
    right: -5px;
    display: block;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: hsla(0, 0%, 100%, .8);
  }
  .thumbnail_link25 {
    width: 100%;
    margin: 0%;
  }
  .slider_sec_proyectos {
    height: 600px;
  }
  .s1 {
    width: 100%;
  }
  .s2 {
    width: 100%;
  }
  .s3 {
    width: 100%;
  }
  .s4 {
    width: 100%;
  }
  .descripcion_sec {
    margin-bottom: 0px;
  }
  .decripcion_contenedor {
    margin-bottom: 74px;
  }
  .caracteristica_txt {
    margin-right: 10px;
  }
  .dropdown_div {
    display: block;
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left: 20px;
    float: none;
    line-height: 21px;
  }
  .dropdown_list {
    display: none;
    padding-right: 0%;
  }
  .dropdown_list.tags_list {
    position: fixed;
    display: none;
  }
  .link_dropdown_home {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    float: none;
    text-align: center;
  }
  .link_dropdown_home.tags {
    margin-bottom: 10px;
  }
  .div_manifiesto {
    width: 80%;
    padding-bottom: 200px;
  }
  .info_equipo_div {
    width: 80%;
  }
  .thumbnail_container {
    margin-bottom: 0px;
  }
  .thumbnail_equipo.m1 {
    width: 100%;
  }
  .contacto_sec {
    height: 1100px;
    padding-top: 200px;
  }
  .contacto_c1 {
    width: 100%;
  }
  .contacto_c1.c2 {
    padding-top: 0px;
  }
  .social_link {
    text-align: center;
  }
  .serv_sec {
    height: 1024px;
    padding-top: 300px;
  }
  .div_serv {
    padding-top: 50px;
  }
  .div_menulink {
    display: block;
    float: none;
  }
  .tags_div {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    float: none;
  }
  .columna_dropdown {
    width: 33.33%;
    float: left;
  }
  .masproyectos_div {
    height: auto;
  }
  .navbar-2 {
    display: none;
  }
  .arrow_desktop {
    display: none;
  }
  .arrow_mobile {
    display: inline-block;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #fff;
  }
  .icon_burguer {
    color: #fff;
  }
  .div_info_serv {
    width: 100%;
  }
  .logo_video {
    width: 50vw;
  }
  .form_input {
    display: block;
    width: 35%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .submit_button {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url('../images/lupa_negra.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .div_form {
    height: auto;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div_tags {
    width: 100%;
  }
  .thumbnail_equipo {
    overflow: hidden;
    width: 100%;
    height: 650px;
    float: left;
  }
  .info_hover {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .hero_sec {
    height: 740px;
  }
  .slider_nav {
    left: 92%;
  }
  .footer {
    position: static;
  }
  .decripcion_contenedor {
    width: 90%;
  }
  .h1_descripcion {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .columna_uno {
    width: 100%;
  }
  .descripcion_principal {
    margin-top: 40px;
  }
  .dropdown_list {
    display: none;
  }
  .dropdown_list.tags_list {
    position: absolute;
    display: none;
  }
  .manifiesto_sec {
    height: 750px;
    padding-top: 223px;
  }
  .line_manifiesto {
    margin-bottom: 15px;
  }
  .p_manifiesto {
    font-size: 15px;
    line-height: 25px;
  }
  .h1_equipo_info {
    font-size: 40px;
  }
  .h1_miembro {
    margin-right: 15px;
  }
  .contacto_cont {
    width: 90%;
  }
  .line_contacto {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .h1_contacto {
    display: block;
    margin-top: 37px;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    text-align: center;
  }
  .social_link {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .serv_sec {
    padding-top: 150px;
  }
  .p_serv {
    line-height: 23px;
  }
  .h1_serv {
    font-size: 30px;
  }
  .line_serv {
    margin-top: 18px;
    margin-bottom: 10px;
  }
  .letra_identificador {
    display: inline-block;
  }
  .listatag_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
  }
  .columna_dropdown {
    width: 100%;
  }
  .div_tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .line_perfil {
    display: none;
  }
  .div-block-2 {
    text-align: center;
  }
  .div-block-3 {
    text-align: center;
  }
  .div-block-4 {
    text-align: center;
  }
  .div-block-5 {
    text-align: center;
  }
  .div-block-6 {
    text-align: center;
  }
  .row_container {
    margin-top: 0px;
  }
  .video_hero {
    height: 800px;
  }
}

@media (max-width: 479px) {
  .slider_nav {
    left: 90%;
  }
  .maps_link {
    text-align: center;
  }
  .manifiesto_sec {
    overflow: hidden;
    height: Auto;
  }
  .h1_manifiesto {
    font-size: 30px;
  }
  .p_manifiesto {
    margin-top: 30px;
  }
  .info_hover {
    height: 50%;
  }
  .h1_miembro {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    float: none;
    text-align: center;
  }
  .p_miembro {
    margin-top: 10px;
    font-size: 12px;
  }
  .contacto_sec {
    height: 1050px;
  }
  .redes_contacto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .img_bg {
    display: none;
  }
  .div_serv {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .h1_serv {
    margin-right: 10px;
    margin-left: 15px;
  }
  .line_serv {
    width: 50px;
  }
  .h1_next {
    margin-top: 0px;
  }
  .line_next {
    margin-top: 30px;
  }
  .line_perfil {
    display: none;
  }
  .logo_video {
    width: 80vw;
  }
  .link_dropdown_home.tags{
	  width:100%;
	  text-align: center
  }

}
