body, html{
  overflow-x: hidden;
  overflow-y: visible;
}

.navbar_abarca {
  background-color: transparent;
}

.container {
  width: 1500px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.container.c-slide {
  width: 1200px;
}

.container.c-proposito {
  width: 1300px;
}

.container.c-icons {
  width: 1100px;
}

.container.c-footer {
  width: 1100px;
}

.container.c-nosotros {
  width: 1300px;
}

.container.c-icons_contacto {
  width: 1200px;
}

.container.c-proyecto {
  width: 1200px;
}

.logo_header {
  padding-left: 0px;
}
.logo_new_header{
  width: 160px;
}

.header {
  position: fixed;
  z-index: 99;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #002166;
}

.nav_link {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: DMSans, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-decoration: none;
}

.nav_link.contacto {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 20px;
  /*border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;*/
  background-color: #a3825c;
  color: #fff;
}

.content_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rotador_principal {
  height: 600px;
}

.rotador {
  position: relative;
  height: 100%;
  background-color: transparent;
}

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

.slide_uno{
  background-image: url('../images/slide1.jpg');
}

.slide_1{
  background-image: url('../images/slide_1.png');
}
.slide_2{
  background-image: url('../images/slide_2.png');
}
.slide_3{
  background-image: url('../images/slide_3.png');
}
.slide_4{
  background-image: url('../images/slide_4.png');
}
.slide_5{
  background-image: url('../images/slide_5.png');
}

.content_slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.titulos_slide {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Comfortaa, sans-serif;
  color: #ececec;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.prev_rot {
  left: 20px;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 50px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.next_rot {
  left: auto;
  top: 50%;
  right: 20px;
  bottom: auto;
  width: 50px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.proposito {
  padding-top: 95px;
  background-color: #002166;
  /*background-image: url('../images/shape_proposito.png');*/
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.left_porposito {
  width: 50%;
  padding-right: 50px;
  float: left;
}

.right_proposito {
  width: 50%;
  padding-left: 50px;
  float: left;
}

.titulo_proposito {
  margin-top: 0px;
  margin-bottom: 90px;
  margin-left: 50px;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
}

.descripcion_proposito {
  margin-bottom: 40px;
  font-family: DMSans, sans-serif;
  color: #d1cccc;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: justify;
}

.content_cta_contacto {
  margin-bottom: 30px;
}

.img_dos_proposito {
  position: relative;
  bottom: -35px;
  width: 100%;
}

.content_img_dos_proposito {
  text-align: right;
}

.cta_contacto {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #a3825c;
  border-radius: 20px;
  /*border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;*/
  font-family: DMSans, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.cta_contacto:hover {
  border-color: #a3825c;
  background-color: #a3825c;
  color: #d1cccc;
}

.iconos {
  padding-top: 200px;
  padding-bottom: 120px;
  background-color: #d1cccc;
  background-image: url('../images/bg_icons.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_uno_proposito {
  width: 100%;
}

.cols_icons {
  width: 33.33%;
  margin-bottom: 20px;
  float: left;
  text-decoration: none;
}

.content_icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.tres_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -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;
  text-align: center;
}

.mas_sig {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-family: DMSans, sans-serif;
  color: #002166;
  font-size: 50px;
  line-height: 50px;
  font-weight: 200;
  font-style: italic;
}

.txt_big_icons {
  display: inline-block;
  padding-bottom: 20px;
  font-family: Comfortaa, sans-serif;
  color: #002166;
  font-size: 100px;
  line-height: 50px;
  font-weight: 400;
  font-style: italic;
}

.icon {
  width: 54px;
}

.descrip_icons {
  font-family: DMSans, sans-serif;
  color: #002166;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.proyectos {
  padding-top: 70px;
  padding-bottom: 1px;
  background-color: #a3825c;
}

.proyectos_items {
  position: relative;
  margin-bottom: 115px;
}

.left_proyecto {
  width: 40%;
  padding-bottom: 85px;
  float: left;
}

.right_proyecto {
  width: 60%;
  float: left;
}

.right_proyecto.pro_2 {
  background-image: url('../images/img_pro_2.png');
}

.titulo_tipo_proyecto {
  margin-bottom: 65px;
  margin-left: 70px;
  font-family: DMSans, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}

.content_proyecto {
  min-height: 500px;
  padding: 45px 65px 20px;
  background-color: #fff;
}

.logo_proyecto {
  margin-bottom: 30px;
  max-height: 75px;
}

.descrip_corta_pro {
  margin-bottom: 60px;
  font-family: DMSans, sans-serif;
  color: #002166;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify;
}

.cta_ver_proyecto {
  display: inline-block;
  margin-bottom: 60px;
  padding-right: 40px;
  background-image: url('../images/arrow_proyecto.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: DMSans, sans-serif;
  color: #002166;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.otros_proyecto {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 40%;
  padding: 25px 50px;
  background-color: #002166;
}

.link_otros_pro {
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: DMSans, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 600;
  text-decoration: none;
}

.link_otros_pro:hover {
  background-image: url('../images/point.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link_otros_pro.active {
  background-image: url('../images/point.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
}

.footer {
  padding-top: 75px;
  padding-bottom: 55px;
  background-color: #002166;
  /*background-image: url('../images/shape_footer.png');*/
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}
.logo_footer_new{
  width: 280px;
}

.img_gal_pro {
  width: 100%;
  height: 100%;
  background-image: url('../images/img_pro_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_gal_pro.pro_2 {
  background-image: url('../images/img_pro_2.png');
}

.img_gal_pro.pro_3 {
  background-image: url('../images/img_pro_3.png');
}

.img_gal_pro.pro_4 {
  background-image: url('../images/img_pro_4.png');
}

.img_gal_pro.pro_5 {
  background-image: url('../images/img_pro_5.png');
}

.img_gal_pro.pro_6 {
  background-image: url('../images/img_pro_6.png');
}

.col_foo {
  width: 33.33%;
  float: left;
}

.col_foo.uno {
  width: 52%;
}

.col_foo.dos {
  width: 30%;
}

.col_foo.tres {
  width: 18%;
}

.link_foo {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: DMSans, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-decoration: none;
}

.link_foo.contacto {
  padding-right: 40px;
  padding-left: 40px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #ac9c83;
  color: #000;
}

.prev_pro {
  margin-right: 5px;
}

.next_pro {
  margin-left: 5px;
}

.main {
  padding-top: 130px;
}

.full_foo {
  width: 100%;
  margin-top: 130px;
  float: left;
}

.txt_copy {
  font-family: DMSans, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 300;
}

.redes_link {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner_nosotros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -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: url('../images/banner_nosotros.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.titulo_nosotros {
  width: 800px;
  max-width: 90%;
  margin: 0px auto;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  text-align: center;
}

.nosotros {
  padding-top: 95px;
  padding-bottom: 150px;
  background-color: #002166;
  /*background-image: url('../images/shape_nosotros.png');*/
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.titulo_sobre {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
}

.descripcion_sobre {
  margin-bottom: 80px;
  font-family: DMSans, sans-serif;
  color: #d1cccc;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: justify;
}

.img_dos_nosotros {
  width: 100%;
  margin-bottom: 100px;
}

.titulo_nuestros {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
}

.descripcion_nuestros {
  margin-bottom: 0px;
  font-family: DMSans, sans-serif;
  color: #d1cccc;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: justify;
}

.img_uno_nosotros {
  width: 100%;
}

.banner_contacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -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: url('../images/banner_contacto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.titulo_contacto {
  width: 600px;
  max-width: 100%;
  margin: 0px auto;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  text-align: center;
}

.contacto_page {
  padding-top: 85px;
  padding-bottom: 100px;
  background-color: #d1cccc;
}

.left_contacto {
  width: 50%;
  padding-right: 50px;
  float: left;
}

.right_contacto {
  width: 50%;
  padding-top: 40px;
  padding-left: 50px;
  float: left;
}

.titulo_formulario {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: Comfortaa, sans-serif;
  color: #002166;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
}

.descripcion_contacto {
  margin-bottom: 60px;
  font-family: DMSans, sans-serif;
  color: #002166;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: justify;
}

.input_contacto {
  height: 45px;
  margin-bottom: 40px;
  padding-left: 5px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #002166;
  background-color: transparent;
  font-family: DMSans, sans-serif;
  color: #002166;
  font-size: 16px;
  font-weight: 500;
}

.input_contacto::-webkit-input-placeholder {
  color: #002166;
}

.input_contacto:-ms-input-placeholder {
  color: #002166;
}

.input_contacto::-ms-input-placeholder {
  color: #002166;
}

.input_contacto::placeholder {
  color: #002166;
}

.input_contacto.textarea {
  height: 140px;
}

.left_form {
  width: 50%;
  padding-right: 25px;
  float: left;
}

.right_form {
  width: 50%;
  padding-left: 25px;
  float: left;
}

.full_form {
  width: 100%;
  float: left;
}

.submit_contacto {
  display: inline-block;
  padding: 15px 50px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #002166;
  font-family: DMSans, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.submit_contacto:hover {
  border-color: #d1c8ad;
}

.content_submit {
  text-align: right;
}

.iconos_contacto {
  padding-top: 180px;
  padding-bottom: 120px;
  background-color: #a3825c;
  /*background-image: url('../images/bg_icons.png');*/
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.descrip_icons_contacto {
  font-family: DMSans, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.proyecto_interna {
  padding-right: 45px;
  padding-bottom: 500px;
  padding-left: 45px;
  background-color: #002166;
  /*background-image: url('../images/shape_interna.png');*/
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.top_proyecto {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  margin-bottom: 60px;
  padding-right: 75px;
  padding-left: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/banner_proyecto_interna.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left_interna {
  width: 45%;
  float: left;
  text-align: center;
}

.right_interna {
  width: 55%;
  padding-top: 50px;
  padding-left: 65px;
  float: left;
}

.arrow_scroll {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.titulo_proyecto {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: Comfortaa, sans-serif;
  color: #d1c8ad;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
}

.descrip_interna {
  margin-bottom: 60px;
  font-family: DMSans, sans-serif;
  color: #d1cccc;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: justify;
}

.container_interna {
  width: 100%;
}

.tipo_proyecto {
  margin-bottom: 15px;
  font-family: DMSans, sans-serif;
  color: #ececec;
  font-size: 16px;
  font-weight: 500;
  opacity: 0;
}

.titulo_proyecto_interna {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: DMSans, sans-serif;
  color: #ececec;
  font-size: 70px;
  line-height: 75px;
  font-weight: 500;
  opacity: 0;
}

.cta_visitar {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 15px 40px;
  border: 1px solid #a3825c;
  border-radius: 20px;
  /*border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;*/
  font-family: DMSans, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.cta_visitar:hover {
  border-color: #a3825c;
  background-color: #a3825c;
  color: #fff;
}

.galeria_interna {
  position: relative;
  margin-top: -410px;
}

.slide_gal {
  width: 900px;
  height: 500px;
  max-width: 90%;
  margin-right: 15px;
  margin-left: 15px;
  background-image: url('../images/img_interna_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gal_prev {
  position: absolute;
  left: 10%;
  top: 45%;
  z-index: 2;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.gal_next {
  position: absolute;
  top: 45%;
  right: 10%;
  z-index: 2;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.link_in {
  margin-right: 5px;
  margin-left: 5px;
}

.dots_abarca {
  left: 45px;
  top: auto;
  right: auto;
  bottom: 35px;
  display: inline-block;
}

.proyecto_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gal_proyecto_home {
  height: 100%;
  background-color: transparent;
}

.dots_proyectos {
  display: none;
}

.left_arr {
  display: none;
}

.right_arr {
  display: none;
}

.slide_proyecto {
  background-image: url('../images/img_pro_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide_proyecto._2 {
  background-image: url('../images/img_pro_2.png');
}

.slide_proyecto._3 {
  background-image: url('../images/principal-hq.jpg');
}

.slide_proyecto._4 {
  background-image: url('../images/img_pro_4.png');
}

.slide_proyecto._5 {
  background-image: url('../images/img_pro_5.png');
}

.slide_proyecto._6 {
  background-image: url('../images/img_pro_6.png');
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav_link {
    text-align: center;
  }

  .nav_link.contacto {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .nav_menu {
    top: 75px;
    background-color: #002166;
  }

  .rotador_principal {
    height: 500px;
  }

  .titulos_slide {
    font-size: 40px;
    line-height: 45px;
  }

  .prev_rot {
    left: 10px;
  }

  .next_rot {
    right: 10px;
  }

  .left_porposito {
    padding-right: 25px;
  }

  .right_proposito {
    padding-left: 25px;
  }

  .titulo_proposito {
    margin-left: 25px;
    font-size: 35px;
    line-height: 40px;
  }

  .iconos {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .cols_icons {
    width: 50%;
  }

  .menu_button {
    color: #d1c8ad;
  }

  .menu_button.w--open {
    background-color: transparent;
    color: #d1c8ad;
  }

  .titulo_tipo_proyecto {
    margin-left: 30px;
  }

  .content_proyecto {
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .descrip_corta_pro {
    margin-bottom: 45px;
  }

  .otros_proyecto {
    width: 40%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .col_foo.uno {
    width: 40%;
    padding-right: 40px;
  }

  .col_foo.tres {
    width: 30%;
  }

  .link_foo.contacto {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .main {
    padding-top: 105px;
  }

  .banner_nosotros {
    height: 500px;
  }

  .titulo_sobre {
    font-size: 35px;
    line-height: 40px;
  }

  .descripcion_sobre {
    margin-bottom: 60px;
  }

  .img_dos_nosotros {
    margin-bottom: 60px;
  }

  .titulo_nuestros {
    font-size: 35px;
    line-height: 40px;
  }

  .banner_contacto {
    height: 500px;
  }

  .left_contacto {
    padding-right: 25px;
  }

  .right_contacto {
    padding-left: 25px;
  }

  .titulo_formulario {
    font-size: 35px;
    line-height: 40px;
  }

  .descripcion_contacto {
    margin-bottom: 60px;
  }

  .iconos_contacto {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .top_proyecto {
    height: 600px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .right_interna {
    padding-top: 30px;
    padding-left: 45px;
  }

  .titulo_proyecto {
    font-size: 35px;
    line-height: 40px;
  }

  .descrip_interna {
    margin-bottom: 60px;
  }

  .titulo_proyecto_interna {
    font-size: 60px;
    line-height: 65px;
  }

  .cta_visitar {
    margin-bottom: 10px;
  }

  .dots_abarca {
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .rotador_principal {
    height: 400px;
  }

  .titulos_slide {
    font-size: 30px;
    line-height: 35px;
  }

  .proposito {
    padding-top: 50px;
  }

  .left_porposito {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .right_proposito {
    width: 100%;
    padding-left: 0px;
  }

  .titulo_proposito {
    margin-bottom: 60px;
    margin-left: 0px;
  }

  .iconos {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .mas_sig {
    margin-right: 5px;
    margin-left: 5px;
  }

  .txt_big_icons {
    font-size: 80px;
  }

  .proyectos_items {
    margin-bottom: 65px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .left_proyecto {
    width: 100%;
    padding-bottom: 0px;
  }

  .right_proyecto {
    width: 100%;
    height: 300px;
  }

  .titulo_tipo_proyecto {
    margin-bottom: 45px;
    margin-left: 0px;
  }

  .content_proyecto {
    height: auto;
    min-height: auto;
    padding-bottom: 25px;
  }

  .cta_ver_proyecto {
    margin-bottom: 45px;
  }

  .otros_proyecto {
    position: static;
    width: 100%;
  }

  .col_foo.uno {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    text-align: center;
  }

  .col_foo.dos {
    width: 50%;
  }

  .col_foo.tres {
    width: 50%;
  }

  .link_foo {
    text-align: center;
  }

  .redes_link {
    text-align: center;
  }

  .banner_nosotros {
    height: 400px;
  }

  .titulo_nosotros {
    font-size: 40px;
    line-height: 45px;
  }

  .nosotros {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .titulo_sobre {
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .titulo_nuestros {
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .banner_contacto {
    height: 400px;
  }

  .titulo_contacto {
    font-size: 40px;
    line-height: 45px;
  }

  .contacto_page {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .left_contacto {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .right_contacto {
    width: 100%;
    padding-left: 0px;
  }

  .titulo_formulario {
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .iconos_contacto {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .descrip_icons_contacto {
    font-size: 16px;
  }

  .proyecto_interna {
    padding-right: 0px;
    padding-bottom: 200px;
    padding-left: 0px;
  }

  .top_proyecto {
    height: 450px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .left_interna {
    width: 100%;
  }

  .right_interna {
    width: 100%;
    padding-left: 0px;
  }

  .titulo_proyecto {
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .titulo_proyecto_interna {
    font-size: 45px;
    line-height: 50px;
  }

  .galeria_interna {
    margin-top: -110px;
  }

  .slide_gal {
    height: 200px !important;
  }

  .dots_abarca {
    left: 20px;
    bottom: 10px;
  }

  .proyecto_col {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .rotador_principal {
    height: 250px;
  }

  .titulos_slide {
    font-size: 20px;
    line-height: 25px;
  }

  .prev_rot {
    display: none;
  }

  .next_rot {
    display: none;
  }

  .titulo_proposito {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 35px;
  }

  .iconos {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .cols_icons {
    width: 100%;
  }

  .proyectos_items {
    margin-bottom: 40px;
  }

  .right_proyecto {
    height: 250px;
  }

  .titulo_tipo_proyecto {
    margin-bottom: 35px;
  }

  .content_proyecto {
    padding-right: 15px;
    padding-left: 15px;
  }

  .logo_proyecto {
    margin-bottom: 20px;
  }

  .descrip_corta_pro {
    margin-bottom: 25px;
  }

  .cta_ver_proyecto {
    margin-bottom: 25px;
  }

  .otros_proyecto {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .footer {
    padding-top: 55px;
  }

  .col_foo.uno {
    margin-bottom: 10px;
  }

  .col_foo.dos {
    width: 100%;
  }

  .col_foo.tres {
    width: 100%;
  }

  .full_foo {
    margin-top: 80px;
  }

  .txt_copy {
    text-align: center;
  }

  .banner_nosotros {
    height: 250px;
  }

  .titulo_nosotros {
    font-size: 30px;
    line-height: 35px;
  }

  .titulo_sobre {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 35px;
  }

  .titulo_nuestros {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 35px;
  }

  .banner_contacto {
    height: 250px;
  }

  .titulo_contacto {
    font-size: 30px;
    line-height: 35px;
  }

  .titulo_formulario {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 35px;
  }

  .left_form {
    width: 100%;
    padding-right: 0px;
  }

  .right_form {
    width: 100%;
    padding-left: 0px;
  }

  .iconos_contacto {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .proyecto_interna {
    padding-right: 0px;
    padding-left: 0px;
  }

  .top_proyecto {
    height: 300px;
  }

  .arrow_scroll {
    bottom: 10px;
  }

  .titulo_proyecto {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 35px;
  }

  .tipo_proyecto {
    font-size: 14px;
  }

  .titulo_proyecto_interna {
    font-size: 30px;
    line-height: 35px;
  }

  .slide_gal {
    height: 250px;
  }

  .arrow_top {
    width: 10px;
  }

  .dots_abarca {
    display: none;
  }
}

@font-face {
  font-family: 'Italiana';
  src: url('../fonts/italiana-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DMSans';
  src: url('../fonts/DMSans_18pt-Regular.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TitlingGothicFB';
  src: url('../fonts/TitlingGothicFB Cond Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*fuente comforta*/
@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa-Bold.ttf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa-SemiBold.ttf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa-Medium.ttf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa-Regular.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa-Light.ttf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}