@font-face {
  font-family: 'gorditablack';
  src: url('../fonts/gordita-black-webfont.eot');
  src: url('../fonts/gordita-black-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/gordita-black-webfont.woff') format('woff'),
       url('../fonts/gordita-black-webfont.ttf') format('truetype'),
       url('../fonts/gordita-black-webfont.svg#gorditablack') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gorditamedium';
  src: url('../fonts/gordita-medium-webfont.eot');
  src: url('../fonts/gordita-medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/gordita-medium-webfont.woff') format('woff'),
       url('../fonts/gordita-medium-webfont.ttf') format('truetype'),
       url('../fonts/gordita-medium-webfont.svg#gorditamedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gorditaregular';
  src: url('../fonts/gordita-regular-webfont.eot');
  src: url('../fonts/gordita-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/gordita-regular-webfont.woff') format('woff'),
       url('../fonts/gordita-regular-webfont.ttf') format('truetype'),
       url('../fonts/gordita-regular-webfont.svg#gorditaregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

.escondido{ 
	display: none; 
}


#contenedor{
  width:100%;
  overflow:hidden;
  position:relative;
  color: #000;
  font-size: 20px;
  font-family: 'gorditaregular';
  background-image: url(../img/proyectos/bg.webp);
  background-color: #000;
}

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

.clear{
  clear:both;
}

#barra-menu{
  padding: 8px 5px;
  background-color: #000;
}

#barra-menu p{
  font-family: 'gorditamedium';
  color: #fff;
  padding-top: 4px;
  padding-left: 8px;
  font-size: 16px;
  float: left;
  position: relative;
}

#barra-menu p:hover{
  color: #fff;
  text-decoration: underline;
}

#barra-menu h1{
  text-align: right;
  padding-top: 6px;
  color: #fff;
}

.datos{
  float: right;
}

.ico_point {
  background-image: url(../img/ico-cel.webp);
  background-repeat: no-repeat;
  display: inline-block;
  width: 31px;
  height: 27px;
  float: left;
}

.ico_point2 {
  background-image: url(../img/ico-email.webp);
  background-repeat: no-repeat;
  display: inline-block;
  width:28px;
  height:28px;
  float: left;
}

.image-wrapper {
  position: relative;
}

.image-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-out;
}

.image-hover:hover {
  opacity: 1;
}

#sub-menu-img{
  text-align: center;
}

#sub-menu-img h2{
  color: #1c2025;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
}

#sub-menu-img p{
  color: #555a62;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}

#sub-menu-img .btn_home{
  display: inline-block !important;
  padding: 10px 20px !important;
  background: #005E77 !important;
  color: #fff !important;
  margin-top: 20px !important;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  border-radius: 0;
  border-bottom: none !important;
}

#barra-menu2{
  padding:7px 6px;
  background-color: #000;
}

#navbar2{
  background-color: #fff;
}

.logo a {
  position: relative;
}

#datos-head{
  background-color: #FFFFFF;
  padding: 8px 0px;
}

#banner{
  background-color: #fff;
  margin-top:6%;
}

#banner .carousel-indicators{
  bottom: 25px;
  width: 58%;
}

#banner .carousel-indicators li {
  background-image:url(../img/banner/li.webp);
  border:0px;
  width: 19px;
  height: 19px;
}

#banner .carousel-indicators .active{
  background-color: transparent;
  background-image:url(../img/banner/li-h.webp);
}

#prev {
	background-image: url(../img/flechas.webp);
	position: relative;
	opacity: 1;
	width: 34px;
  height: 57px;
	font-size: 25px;
}

#prev:hover{
  background-image: url(../img/flechas-h.webp);
}

#next {
	background-image: url(../img/flechas.webp);
  background-position: right;
	position:relative;
	opacity: 1;
	width: 34px;
  height: 57px;
	font-size: 25px;
}

#next:hover{
  background-image: url(../img/flechas-h.webp);
}

.texto{
  float: left;
  position: absolute;
  bottom: 22%;
  left:6.6%;
  padding: 45px 57px;
}

.texto h1{
  color: #000;
  font-size: 48px;
  padding-bottom: 7px;
  font-family: 'gorditablack';
  text-transform: uppercase;
  letter-spacing: 4px;
}

.texto h2{
  font-size: 29px;
  font-family: 'gorditamedium';
  color:#029C53;
  padding-bottom: 15px;
  letter-spacing: 4px;
}

.texto h3{
  font-size: 22px;
  font-family: 'gorditamedium';
  line-height:26px;
  color: #000;
}

.texto a{
  background-color:#01B2F6;
  border-radius: 10px;
  color: #fff;
  font-family:"Montserrat-Bold";
  font-size: 16px;
  padding: 17px 32px;
  text-decoration: none;
  margin-top: 3%;
  float: left;
}

.texto a:hover{
  background-color:#000;
}

.figuras{
  bottom:84.7%;
  left: 0%;
  position: absolute;
}

.figuras2{
  bottom: 11%;
  left: 18%;
  position: absolute;
}

#clientes{
  background-color: #fff;
  padding: 37px 0px;
}

#clientes h1{
  text-align: center;
  font-size: 38px;
  font-family: 'gorditablack';
  padding-bottom: 32px;
}

#home{
  padding: 135px 0px;
}

.plano{
  
  background-size: contain;
} 

.text-home h1{
  font-family: 'gorditamedium';
  font-size: 30px;
  color: #fff;
  padding-bottom: 97px;
  text-align: center;
  line-height: 45px;
}

.h-proyectos{
  text-align: center;
  margin-bottom: 40px;
}

.h-proyectos h1{
  color: #fff;
  font-size: 38px;
  font-family: 'gorditablack';
  margin-bottom: 10px;
}

.line2 {
  width: 62px;
  height: 7px;
  background-color: #FFF;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
}

.line3 {
  width: 62px;
  height: 7px;
  background-color:#019C50;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
}


.proyectos_home{
  display: flex;
}

.line{
  width: 1px;
  height: auto;
  background-color: #fff;
}

.link {
  float: left;
  position: relative;
  text-decoration: none !important;
  padding-bottom: 45px;
}

.producto-link {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.ver_mas h2{
  font-size: 30px;
  color:#fff;
  font-family: 'gorditablack';
  padding-top: 23px;
}

.ver_mas h3{
  font-size: 18px;
  color:#b5b5b5;
  font-family: 'gorditamedium';
  padding-top: 4px;
  margin-bottom: 9px;
}

.ver_mas h4{
  background-image: url(../img/proyectos/ico-ver-mas.webp);
  background-repeat: no-repeat;
  color: #fff;
  background-position: right 2px;
  padding-right: 45px;
  font-size: 16px;
  text-decoration: none;
  font-family: 'gorditamedium';
  float: left;
}

.link:hover .ver_mas h4{
  background-image: url(../img/proyectos/ico-ver-mas-h.webp);
  color:#009C53;
}

.ver_mas h5{
  background-image: url(../img/proyectos/ico-ver-mas.webp);
  background-repeat: no-repeat;
  color: #fff;
  background-position:114px 5px;
  padding: 4px 50px 6px 8px;
  font-size: 16px;
  text-decoration: none;
  font-family: 'gorditamedium';
  float: left;
}

.link:hover .ver_mas h5{
  background-image: url(../img/proyectos/ico-ver-mas.webp);
  background-repeat: no-repeat;
  background-color: #009C53;
}

.btn-home{
  padding: 22px 0px;
  text-align: center;
}

.btn-home a{
  background-color: #009C53;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: 'gorditamedium';
  padding:9px 59px 9px 29px;
  box-shadow: 2px 3px 4px #00000054;
}

.btn-home a span{
  position: absolute;
  float: left;
  padding-left: 15px;
  padding-top: 4px;
}

.btn-home a:hover{
  color: #009C53;
  background-color: #fff;
  background-image: url(../img/proyectos/ico-ver-mas-h.webp);
  background-repeat: no-repeat;
  background-position: 214px 13px;
}

#h-servicios{
  padding: 135px 0px;
}

#h-servicios h1{
  font-family: 'gorditablack';
  text-align: center;
  font-size: 38px;
  color: #fff;
  padding-bottom:25px;
}

#h-servicios p{
  font-family: 'gorditamedium';
  font-size: 30px;
  text-align: center;
  color: #fff;
  padding-bottom: 65px;
}

.h-servicios{
  display: flex;
  flex-wrap: wrap;
}

.item-h-servicios{
  width: 100%;
  background-color:#464646;
  padding: 21px 26px;
  margin-bottom: 22px;
  text-decoration: none !important;
}

.item-h-servicios h2{
  font-family: 'gorditablack';
  color: #000;
  font-size: 24px;
  padding-bottom: 10px;
}

.item-h-servicios h3{
  font-family: 'gorditablack';
  color: #fff;
  font-size: 30px;
  padding-bottom: 66px;
}

.item-h-servicios h4{
  border: 2px solid #fff;
  color: #fff;
  font-family: 'gorditamedium';
  font-size: 16px;
  padding: 13px 40px;
  display: inline-block;
}

.item-h-servicios:hover {
  background-color: #009C53;
}

.h-text-empresa{
  padding-top: 58px;
  padding-left: 118px;
}

.h-text-empresa h1{
  font-family: 'gorditablack';
  color: #fff;
  font-size: 38px;
}

.h-text-empresa p{
  font-family: 'gorditamedium';
  color: #b5b5b5;
  font-size: 24px;
  line-height:32px;
  padding-top: 26px;
}

.h-text-empresa a{
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: 'gorditamedium';
  background-image: url(../img/proyectos/ico-ver-mas.webp);
  background-repeat: no-repeat;
  background-position: 128px 10px;
  padding: 9px 58px 9px 19px;
  float: left;
  margin-top: 25px;
}

.h-text-empresa a:hover{
  background-color: #009C53;
}

.fig3 {
  background-color:#5F5F5F;
  position: absolute;
  width: 1030px;
  height: 351.8px;
  left: 0%;
  top: 23%;
}

#h-empresa{
  padding: 68px 0px;
}

#contador{
  background-image: url(../img/bg-logros.webp);
  background-repeat: no-repeat;
  background-position: 1015px 206px;
  padding: 186px 0px;
  background-color: #000;
}

#contador h1{
  font-size: 38px;
  font-family: 'gorditablack';
  color: #fff;
  padding-bottom: 94px;
}

.contador2{
  margin-top: 8%;
}

.contador3{
  margin-top: 18%;
}

.contador_text{
  width: 60%;
}

.contador_text h3 {
  color: #009D52;
  font-size: 77px;
  text-align: center;
  font-family: 'gorditablack';
  border-bottom: 3px solid #009C53;
}

.contador_text p{
  font-family: 'gorditamedium';
  color: #fff;
  font-size: 24px;
  padding-top: 16px;
  text-align: center;
}

#h-diseno{
  padding: 95px 0px;
  background-color: #fff;
}

.h-diseno{
  margin-bottom: 57px;
}

.h-diseno h1{
  font-family: 'gorditablack';
  color: #069953;
  font-size: 38px;
}

.h-diseno p{
  font-family: 'gorditamedium';
  font-size: 24px;
  text-align: right;
}

.link-loultimo {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.text-loultimo {
  bottom: 0px;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  padding-top:407px;
}

.text-loultimo h2 {
  color: #fff;
  font-size: 18px;
  font-family: 'gorditamedium';
  padding-bottom: 5px;
  text-shadow: 1px 2px 1px #000;
}

.text-loultimo h3{
  font-size: 20px;
  display: inline-block;
  color: #fff;
  font-family: 'gorditablack';
  padding: 5px 145px;
  background-color: #008D4B;
  text-transform: uppercase;
}

.amp-ultimo {
  border-radius: 12px;
  color: #fff;
  font-family:"Free Sans Bold Oblique";
  font-size: 16px;
  position: absolute;
  bottom: 7%;
  text-align: center;
  width: 100%;
}

.link-loultimo:hover .amp-ultimo{
  color: #ff7d18;
}


.link-loultimo:hover .text-loultimo{
  background-color: #559b5873;
}

footer{
  padding-top: 72px;
  background-color: #000;
  padding-bottom: 13px;
}

footer h1{
  color: #fff;
  font-family: 'gorditablack';
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 22px;
}

footer p{
  color: #fff;
  font-size: 20px;
  margin-bottom: 22px;
  font-family: 'gorditamedium';
  line-height: 27px;
  display: flex;
}

footer span{
  float: left;
  padding-right: 15px;
}

#copy{
  text-align: right;
}

#copy a {
  background: url(../img/web.svg) no-repeat right;
  color: #ffffff4d;
  padding-right: 113px;
  display: inline-block;
  font-size: 11px;
  text-decoration: none !important;
}

#redes{
  text-align: right;
}

#ins{
  display: inline-block;
  background: url(../img/redes.webp) no-repeat left;
  width: 52px;
  height: 50px;
}

#you{
  display: inline-block;
  background: url(../img/redes.webp) no-repeat right;
  width: 52px;
  height: 50px;
}

#web{
  background-color:#0170A5;
  padding-bottom: 10px;
  padding-top: 22px;
  text-align: left;
}

#web a{
  background: url(../img/web.svg) no-repeat right;
  color: #ffffff5e;
  padding-right: 104px;
  display: inline-block;
  font-size: 11px;
  text-decoration: none !important;
}

#titulo {
  padding-top: 229.8px;
  padding-bottom: 104.3px;
  text-align: center;
  margin-top:6%;
}

#titulo h1 {
  color: #fff;
  font-size:48px;
  font-family: 'gorditablack';
  text-shadow: 4px 3px 3px #0000007d;
  text-transform: uppercase;
  padding-bottom: 15px;
  letter-spacing: 3px;
}

#titulo h2{
  font-size: 26px;
  color: #fff;
  text-shadow: 2px 2px 1px #000000b0;
  font-family: 'gorditamedium';
  letter-spacing: 2px;
}

.bg2 {
  background-image: url(../img/empresa/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3 {
  background-image: url(../img/servicios/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3a {
  background-image: url(../img/diseno-construccion/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3a1 {
  background-image: url(../img/arquitectura-comercial/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3a1-1 {
  background-image: url(../img/arquitectura-comercial/colsubsidio/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3a1-2 {
  background-image: url(../img/arquitectura-comercial/bbva/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3a1-3 {
  background-image: url(../img/arquitectura-comercial/universidad-del-bosque/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3a1-4 {
  background-image: url(../img/arquitectura-comercial/oficinas-philip-morris-international/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3a1-5{
  background-image: url(../img/arquitectura-comercial/grupo-mantu/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3a1-6{
  background-image: url(../img/arquitectura-comercial/grupo-gloria-colombia/bg.webp);
  background-position: center;
  background-size: cover;
}


.bg3a2 {
  background-image: url(../img/diseno-interior/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3a2-1 {
  background-image: url(../img/diseno-interior/bodega-oficina-herratec/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3a2-2 {
  background-image: url(../img/diseno-interior/terraza-calle-94/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3a2-3 {
  background-image: url(../img/diseno-interior/apto-chico/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3a2-4 {
  background-image: url(../img/diseno-interior/apto-chico/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3a3 {
  background-image: url(../img/vivienda/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3a3-1 {
  background-image: url(../img/vivienda/casa-la-condesa-honda/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3a3-2 {
  background-image: url(../img/vivienda/cabana-tabio-k1/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3a3-3 {
  background-image: url(../img/vivienda/cabana-tabio-k2/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3a3-4 {
  background-image: url(../img/vivienda/casa-tabio/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3b1-1 {
  background-image: url(../img/arquitectura-bioclimatica/bg.webp);
  background-position: center;
  background-size: cover;
}

.bg3c {
  background-image: url(../img/consultoria-tecnica-arquitectura-ingenieria/bg.webp);
  background-position: center;
  background-size: cover;
}

#emp3 {
  background-image: url(../img/banner/figura.webp);
  background-repeat: no-repeat;
  position: absolute;
  width: 185px;
  height: 131px;
  left: 0%;
  top: 0%;
}

#emp3a{
  background-image: url(../img/fig-3.webp);
  background-repeat: no-repeat;
  position: absolute;
  width: 1493px;
  height: 250px;
  left: 0%;
  bottom: 0%;
}

#empresa{
  background-color: #fff;
  padding: 85px 0px;
}

.text-empresa{
  margin-top: 64px;
}

.text-empresa h1{
  font-size: 38px;
  font-family: 'gorditablack';
  color:#009D52;
  padding-bottom: 5px;
}

.text-empresa p{
  color: #000;
  padding-top: 16px;
  line-height: 29px;
  font-size: 24px;
  font-family: 'gorditamedium';
}

.text-empresa p span{
  font-family: 'gorditablack';
  color:#009D52;
}

.embed-responsive {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
}

.video {
  width: 100%;
  height: 595px;
  margin-top: 25px;
}

.text-mision{
  color: #fff;
  padding-top:248px;
  padding-left: 192px;
}

.text-mision h1{
  font-size: 38px;
  font-family: 'gorditablack';
}

.text-mision p{
  font-family: 'gorditamedium';
  font-size: 24px;
  padding-top: 22px;
  line-height: 35px;
}

.verde {
  background-color: #009C53;
  position: absolute;
  width: 1030px;
  height: 351.8px;
  left: 0%;
  top: 23%;
}

.verde2 {
  background-color: #009C53;
  position: absolute;
  width: 51%;
  height: 351.8px;
  right: 0%;
  bottom: 14%;
}

.verde3 {
  background-color: #009C53;
  position: absolute;
  width: 51%;
  height: 351.8px;
  right: 0%;
  top: 14%;
}

.gris{
  background-color: #5F5F5F;
  position: absolute;
  width: 51%;
  height: 351.8px;
  left: 0%;
  top: 28%;
}

.gris2{
  background-color: #5F5F5F;
  position: absolute;
  width: 51%;
  height: 351.8px;
  right: 0%;
  top: 28%;
}

.bl{
  background-color: #fff;
}

#vision{
  background-color: #fff;
  padding: 125px 0px;
}

.text-vision{
  padding-left: 106px;
  padding-top: 166px;
}

.text-vision h1{
  font-size: 38px;
  font-family: 'gorditablack';
  color: #009D52;
  padding-bottom: 5px;
}

.text-vision p {
  color: #000;
  padding-top: 16px;
  line-height: 29px;
  font-size: 24px;
  font-family: 'gorditamedium';
}

.text-vision p span{
  color: #009D52;
  font-family: 'gorditablack';
}

#servicios{
  padding: 125px 0px;
}

.text-servicios{
  padding-right: 59px;
  padding-top: 125px;
}

.text-servicios h1{
  font-size: 38px;
  font-family: 'gorditablack';
  color: #009D52;
  padding-bottom: 5px;
}

.text-servicios p {
  color: #000;
  padding-top: 16px;
  line-height: 29px;
  font-size: 22px;
  font-family: 'gorditamedium';
}

.text-servicios ul{
  margin-top: 32px;
}

.text-servicios ul li{
  background-image: url(../img/consultoria-tecnica-arquitectura-ingenieria/li.webp);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 23px;
  font-family: 'gorditamedium';
  padding-bottom: 14px;
  font-size: 22px;
}

.text-servicios2{
  padding-left: 76px;
  padding-top: 97px;
}

.text-servicios2 h1{
  font-size: 38px;
  font-family: 'gorditablack';
  color: #fff;
}

.text-servicios2 p {
  color: #fff;
  padding-top: 16px;
  line-height: 29px;
  font-size: 22px;
  font-family: 'gorditamedium';
}

.text-servicios2 ul{
  margin-top: 32px;
}

.text-servicios2 ul li{
  background-image: url(../img/consultoria-tecnica-arquitectura-ingenieria/li.webp);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 23px;
  font-family: 'gorditamedium';
  padding-bottom: 14px;
  font-size: 22px;
  color: #fff;
}

#btn-ampliar{
  font-family: 'gorditamedium';
  color: #fff;
  font-size: 16px;
  padding:11px 95px 11px 23px;
  background-color: #000;
  background-image: url(../img/proyectos/ico-ver-mas.webp);
  background-repeat: no-repeat;
  background-position: 202px 11px;
  text-decoration: none;
  float: left;
  margin-top: 53px;
}

#btn-ampliar:hover{
  background-color: #727272;
}

#btn-ampliar2{
  font-family: 'gorditamedium';
  color: #fff;
  font-size: 16px;
  padding:11px 95px 11px 23px;
  background-color: #009C53;
  background-image: url(../img/proyectos/ico-ver-mas.webp);
  background-repeat: no-repeat;
  background-position: 202px 11px;
  text-decoration: none;
  float: left;
  margin-top: 53px;
}

#btn-ampliar2:hover{
  background-color: #727272;
}

#frase{
  background-color: #fff;
  padding: 89px 0px;
}

#frase h1{
  font-family: 'gorditamedium';
  font-size: 22px;
  text-align: center;
  padding: 0px 87px;
  line-height: 31px;
}

#frase h1 span{
  font-family: 'gorditablack';
}

.volver{
  padding: 80px 0px;
  text-align: center;
  background-color: #fff;
}

.volver a{
  background-color: #009C53;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: 'gorditamedium';
  padding:9px 59px 9px 29px;
  box-shadow: 2px 3px 4px #00000054;
}

.volver a span{
  position: absolute;
  float: left;
  padding-left: 15px;
  padding-top: 4px;
}

.volver a:hover{
  background-color: #000;
}

#proyectos{
  padding: 145px 0px;
}

figure.snip1477 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #ffffff;
  float: left;
  font-size: 16px;
  background-color: #009744;
}

figure.snip1477 *,
figure.snip1477 *:before,
figure.snip1477 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

/*titulo*/
figure.snip1477 .title {
  position: absolute;
  top: 58%;
  left:90px;
  font-size: 26px;
  padding: 9px 10px;
  font-family: 'gorditablack';
  text-shadow: 4px 2px 2px #000 !important;
}

figure.snip1477 .title:before,
figure.snip1477 .title:after {
  height: 1px;
  width:820px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

figure.snip1477 .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

figure.snip1477 .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

figure.snip1477 .title div:before,
figure.snip1477 .title div:after {
  width: 1px;
  height: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

figure.snip1477 .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

figure.snip1477 .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

figure.snip1477 figcaption {
  position: absolute;
  bottom: 42%;
  left: 25px;
  text-align: left;
  opacity: 0;
  padding: 5px 60px 5px 10px;
  font-size: 18px;
  font-weight: normal;
}

figure.snip1477 figcaption p {
  margin: 0;
}

figure.snip1477 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

figure.snip1477:hover img,
figure.snip1477.hover img {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.25;
}

figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after,
figure.snip1477:hover .title div:before,
figure.snip1477.hover .title div:before,
figure.snip1477:hover .title div:after,
figure.snip1477.hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.snip1477:hover figcaption,
figure.snip1477.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{

	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	z-index:9999;

	}

.fancybox-wrap {

	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999999;

	}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	}

.fancybox-opened {

	z-index: 999999;

	}

.fancybox-opened .fancybox-skin {

	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	 box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);

	}

.fancybox-outer, .fancybox-inner {

	position: relative;

	}

.fancybox-inner {

	overflow: hidden;

	}

.fancybox-type-iframe .fancybox-inner {

	-webkit-overflow-scrolling: touch;

	}

.fancybox-error {

	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;

	}

.fancybox-image, .fancybox-iframe {

	display: block;
	width: 100%;
	height: 100%;

	}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;

	}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {

	background-image: url('../img/fancybox_sprite.webp');

	}

#fancybox-loading {

	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 9999;

	}

#fancybox-loading div {

	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;

	}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 99999;
}

.fancybox-nav {

	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 999999;

	}

.fancybox-prev {

	left: 0;

	}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {

	position: absolute;
	top: 50%;
	width: 36px;
	height: 37px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 99999;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -46px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -87px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {

	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;

	}

/* Overlay helper */

.fancybox-lock {

	overflow: hidden;

	}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index:9999;
	background-color: #000000c2;
	}

.fancybox-overlay-fixed {

	position: fixed;
	bottom: 0;
	right: 0;

	}

.fancybox-lock .fancybox-overlay {

	overflow: auto;
	overflow-y: scroll;

	}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;

	}

.fancybox-opened .fancybox-title {

	visibility: visible;

	}

.fancybox-title-float-wrap {

	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index:99999;
	text-align: center;

	}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#galeria{
  background-color: #fff;
  padding-top: 107px;
}

#contactenos{
  padding: 110px 0px;
}

.img-contacto{
  padding: 0px 78px;
}

#map{
  height:600px;
}

#ampliar {
  font-family: 'gorditamedium';
  color: #fff;
  position: absolute;
  right: 3%;
  bottom: 14px;
  font-size: 16px;
  padding: 11px 55px 11px 23px;
  background:#009C53;
  background-image: url(../img/proyectos/ico-ver-mas.webp);
  background-repeat: no-repeat;
  background-position: 140px 11px;
  text-decoration: none;
  margin-top: 53px;
}

#ampliar:hover{
  background-color: #000 !important;
}

#whatsapp {
  background-image: url(../img/whatsapp.svg);
  background-repeat: no-repeat;
  animation: pulse 2s infinite;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  position: fixed;
  right: 15px;
  z-index: 99999;
  bottom: 49%;
}

/*---------------------------------------------------------------------------------------------------------------*/
@media (max-width: 330px) and (min-width:300px){

  .img2 {
    width: 108px;
  }

  #banner{
    margin-top: 41%;
  }

  #clientes h1{
    font-size: 30px;
  }

  #barra-menu p{
    padding-top: 0px;
  }

  #clientes{
    padding: 43px 0px;
  }

  .text-home h1{
    font-size: 15px;
    line-height: 21px;
  }

  .h-proyectos h1{
    font-size: 26px;
  }

  .proyectos_home {
    display: block;
  }

  #home {
    padding: 49px 0px;
  }

  .ver_mas h2{
    font-size: 20px;
  }

  #h-servicios {
    padding: 56px 0px;
  }

  #h-servicios h1{
    font-size: 28px;
  }

  #h-servicios p{
    font-size: 18px;
  }

  .item-h-servicios h3{
    font-size: 25px;
    padding-bottom: 33px;
  }

  .h-text-empresa{
    padding-left: 8px;
  }

  .h-text-empresa h1{
    font-size: 31px;
  }

  .h-text-empresa p{
    font-size: 16px;
    line-height: 22px;
    padding-top: 0px;
  }

  .fig3{
    height: 167.5px;
    top: 11%;
  }

  #contador{
    padding: 97px 0px;
  }

  #contador h1{
    text-align: center;
    font-size: 33px;
    padding-bottom: 36.3px;
  }

  .contador_text {
    width: 100%;
  }

  .contador_text h3{
    font-size: 45px;
  }

  .h-diseno h1{
    font-size: 26px;
  }

  .contador_text p{
    font-size: 22px;
  }

  footer p{
    font-size: 16px;
    line-height: 25px;
  }

  footer h1{
    font-size: 18px;
    margin-top: 21px;
  }

  #copy a{
    font-size: 9px;
    padding-right: 93px;
  }

  .video{
    height: 210px;
  }

  .text-empresa h1{
    font-size: 30px;
  }

  .text-empresa p{
    font-size: 17px;
    line-height: 24px;
  }

  .text-mision{
    padding-top: 80px;
    padding-left: 20px;
  }

  .text-mision p{
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 41px;
  }

  .text-mision h1{
    font-size: 34px;
  }

  .verde{
    height: 167.5px;
    top: 11%;
  }

  .text-vision {
    padding-left: 5px;
    padding-top: 38px;
  }

  .text-vision h1{
    font-size: 30px;
    padding-bottom: 4px;
  }

  .text-vision p{
    font-size: 17px;
    line-height: 24px;
  }

  #titulo{
    margin-top: 34%;
    padding-top: 113.8px;
    padding-bottom: 43.3px;
  }

  #titulo h1{
    font-size: 28px;
  }

  #titulo h2{
    font-size: 19px;
    letter-spacing: 0px;
  }

  #servicios {
    padding: 55px 0px;
  }

  .text-servicios p{
    font-size: 17px;
    line-height: 22px;
  }

  .text-servicios {
    padding-right: 7px;
    padding-top: 12px;
  }

  .text-servicios h1{
    font-size: 26px;
  }

  .verde2 {
    width: 103.7%;
    height: 148.1px;
    bottom: 12.3%;
  }

  .gris{
    width: 103.7%;
    height: 148.1px;
    top: 10%;
  }

  .text-servicios2 {
    padding-left: 0px;
    padding-top: 32px;
  }

  .text-servicios2 h1{
    font-size: 26px;
  }

  .text-servicios2 p{
    font-size: 16px;
    line-height: 21px;
  }

  .verde3{
    height: 298.4px;
    top: 58.6%;
  }

  #btn-ampliar{
    margin-top: 25.9px;
    margin-bottom: 45px;
    padding: 11px 62px 11px 23px;
  }

  #btn-ampliar2{
    padding: 11px 62px 11px 23px;
  }

  #copy{
    margin-top: 15px;
  }

  #frase h1{
    padding: 0px 3px;
    font-size: 18px;
    line-height: 24px;
  }

  .volver a{
    padding: 9px 50px 9px 12px;
  }

  #emp3{
    top: -13.3%;
  }

  #proyectos {
    padding: 87px 0px;
  }

  .text-servicios ul li{
    font-size: 18px;
    line-height: 20px;
  }

  .text-servicios ul {
    margin-top: 12px;
    margin-bottom: 21px;
  }

  .text-servicios2 ul li{
    font-size: 18px;
    line-height: 20px;
  }

  #formulario {
    padding: 0px 6px;
  }

  #formulario h1{
    font-size: 18px;
    line-height: 23px;
  }

  #map {
    height: 400px;
  }

  #mapa{
    margin-top: 37px;
  }

  .gris2{
    top: 67.0%;
    height: 281.3px;
  }

  .h-diseno p{
    text-align: center;
    font-size: 21px;
  }

  .text-loultimo{
    padding-top: 211px;
  }

  #formulario h2{
    font-size: 15px;
  }

}



/*---------------------------------------------------------------------------------------------------------------*/

@media (max-width: 350px) and (min-width:331px){

  .img2 {
    width: 114px;
  }

  #banner{
    margin-top: 40%;
  }

  #clientes{
    padding: 40px 0px;
  }

  #barra-menu p{
    padding-top: 0px;
  }

  #clientes h1{
    font-size: 31px;
  }

  .text-home h1{
    font-size: 19px;
    line-height: 27px;
  }

  .h-proyectos h1{
    font-size: 31px;
  }

  .proyectos_home{
    display: block;
  }

  .ver_mas h2{
    font-size: 25px;
  }

  #h-servicios h1{
    font-size: 32px;
  }

  #h-servicios {
    padding: 32px 0px;
  }

  #home {
    padding: 77px 0px;
  }

  #h-servicios p{
    font-size: 21px;
  }

  .item-h-servicios h3{
    font-size: 28px;
    padding-bottom: 49px;
  }

  .h-text-empresa{
    padding-left: 7px;
  }

  .h-text-empresa p{
    font-size: 18px;
    line-height: 24px;
  }

  .h-text-empresa h1{
    font-size: 32px;
  }

  .fig3{
    height: 182.3px;
    left: 0%;
    top: 10.4%;
  }

  #contador{
    padding: 95px 0px;
  }

  .contador_text{
    width: 100%;
  }

  #contador h1{
    text-align: center;
    font-size: 31px;
    padding-bottom: 48px;
  }

  .contador_text h3{
    font-size:54px;
  }

  footer p{
    font-size: 18px;
  }

  footer h1{
    margin-top: 26px;
    font-size: 20px;
  }

  #copy{
    margin-top: 22px;
  }

  .h-diseno h1{
    font-size: 34px;
  }

  #titulo{
    margin-top: 31%;
    padding-top: 163.8px;
    padding-bottom: 40.3px;
  }

  #titulo h1{
    font-size: 31px;
    letter-spacing: 0px;
  }

  #titulo h2{
    font-size: 22px;
    letter-spacing: 0px;
  }

  .video{
    height: 272px;
  }

  .text-empresa h1{
    font-size: 32px;
  }

  .text-empresa p{
    font-size: 18px;
    line-height: 25px;
  }

  .text-mision{
    padding-top: 87px;
    padding-left: 15px;
  }

  .text-mision p{
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 40px;
  }

  .verde{
    height: 167.5px;
    top: 11%;
  }

  #vision{
    padding: 80px 0px;
  }

  .text-vision {
    padding-left: 3px;
    padding-top: 60px;
  }

  .text-vision h1{
    font-size: 32px;
  }

  .text-vision p{
    font-size: 18px;
    line-height: 26px;
  }

  .text-servicios{
    padding-top: 29px;
    padding-right: 7px;
  }

  #servicios {
    padding: 49px 0px;
  }

  .text-servicios p{
    font-size: 18px;
    line-height: 23px;
  }

  .text-servicios h1{
    font-size: 33px;
  }

  .verde2{
    height: 261.2px;
    bottom: 2.3%;
  }

  #btn-ampliar{
    margin-top: 37px;
    margin-bottom: 25px;
  }

  .text-servicios2 {
    padding-left: 1px;
    padding-top: 41px;
  }

  .text-servicios2 h1{
    font-size: 33px;
  }

  .text-servicios2 p{
    font-size: 18px;
    line-height: 23px;
  }

  .gris{
    height: 250.9px;
    top: 4.2%;
  }

  .verde3{
    height: 266.4px;
    top: 65.6%;
  }

  #frase h1{
    font-size: 18px;
    padding: 0px 5px;
    line-height: 22px;
  }

  #proyectos {
    padding: 86px 0px;
  }

  #formulario {
    padding: 0px 11px;
  }

  #formulario h1{
    font-size: 19px;
    line-height: 24px;
  }

  #map {
    height: 350px;
    margin-top: 43px;
  }

  .gris2{
    height: 224.1px;
    top: 69.9%;
  }

  

  
}

/*---------------------------------------------------------------------------------------------------------------*/

@media (max-width: 400px) and (min-width:351px){

  .img2 {
    width: 114px;
  }

  #banner{
    margin-top: 35%;
  }

  #barra-menu p{
    padding-top: 0px;
  }

  #clientes{
    padding: 40px 0px;
  }

  #clientes h1{
    font-size: 31px;
  }

  .text-home h1{
    font-size: 19px;
    line-height: 27px;
  }

  .h-proyectos h1{
    font-size: 31px;
  }

  .proyectos_home{
    display: block;
  }

  .ver_mas h2{
    font-size: 25px;
  }

  #h-servicios h1{
    font-size: 32px;
  }

  #h-servicios {
    padding: 32px 0px;
  }

  #home {
    padding: 77px 0px;
  }

  #h-servicios p{
    font-size: 21px;
  }

  .item-h-servicios h3{
    font-size: 28px;
    padding-bottom: 49px;
  }

  .h-text-empresa{
    padding-left: 7px;
  }

  .h-text-empresa p{
    font-size: 18px;
    line-height: 24px;
  }

  .h-text-empresa h1{
    font-size: 32px;
  }

  .fig3{
    height: 182.3px;
    left: 0%;
    top: 10.4%;
  }

  #contador{
    padding: 95px 0px;
  }

  .contador_text{
    width: 100%;
  }

  #contador h1{
    text-align: center;
    font-size: 31px;
    padding-bottom: 48px;
  }

  .contador_text h3{
    font-size:54px;
  }

  footer p{
    font-size: 18px;
  }

  footer h1{
    margin-top: 26px;
    font-size: 20px;
  }

  #copy{
    margin-top: 22px;
  }

  .h-diseno h1{
    font-size: 34px;
  }

  #titulo{
    margin-top: 27%;
    padding-top: 163.8px;
    padding-bottom: 40.3px;
  }

  #titulo h1{
    font-size: 31px;
    letter-spacing: 0px;
  }

  #titulo h2{
    font-size: 22px;
    letter-spacing: 0px;
  }

  .video{
    height: 272px;
  }

  .text-empresa h1{
    font-size: 32px;
  }

  .text-empresa p{
    font-size: 18px;
    line-height: 25px;
  }

  .text-mision{
    padding-top: 87px;
    padding-left: 15px;
  }

  .text-mision p{
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 40px;
  }

  .verde{
    height: 167.5px;
    top: 11%;
  }

  #vision{
    padding: 80px 0px;
  }

  .text-vision {
    padding-left: 3px;
    padding-top: 60px;
  }

  .text-vision h1{
    font-size: 32px;
  }

  .text-vision p{
    font-size: 18px;
    line-height: 26px;
  }

  .text-servicios{
    padding-top: 29px;
    padding-right: 7px;
  }

  #servicios {
    padding: 49px 0px;
  }

  .text-servicios p{
    font-size: 18px;
    line-height: 23px;
  }

  .text-servicios h1{
    font-size: 33px;
  }

  .verde2{
    height: 261.2px;
    bottom: 2.3%;
  }

  #btn-ampliar{
    margin-top: 37px;
    margin-bottom: 25px;
  }

  .text-servicios2 {
    padding-left: 1px;
    padding-top: 41px;
  }

  .text-servicios2 h1{
    font-size: 33px;
  }

  .text-servicios2 p{
    font-size: 18px;
    line-height: 23px;
  }

  .gris{
    height: 250.9px;
    top: 4.2%;
  }

  .verde3{
    height: 266.4px;
    top: 65.6%;
  }

  #frase h1{
    font-size: 18px;
    padding: 0px 5px;
    line-height: 22px;
  }

  #proyectos {
    padding: 86px 0px;
  }

  #formulario {
    padding: 0px 11px;
  }

  #formulario h1{
    font-size: 19px;
    line-height: 24px;
  }

  #map {
    height: 350px;
    margin-top: 43px;
  }

  .gris2{
    height: 224.1px;
    top: 69.9%;
  }

  
}

/*---------------------------------------------------------------------------------------------------------------*/

@media (max-width: 500px) and (min-width:401px){

  .img2 {
    width: 123px;
  }

  #banner{
    margin-top: 30%;
  }

  #clientes{
    padding: 40px 0px;
  }

  #clientes h1{
    font-size: 31px;
  }

  .text-home h1{
    font-size: 19px;
    line-height: 27px;
  }

  .h-proyectos h1{
    font-size: 31px;
  }

  .proyectos_home{
    display: block;
  }

  .ver_mas h2{
    font-size: 25px;
  }

  #h-servicios h1{
    font-size: 32px;
  }

  #h-servicios {
    padding: 32px 0px;
  }

  #home {
    padding: 77px 0px;
  }

  #h-servicios p{
    font-size: 21px;
  }

  .item-h-servicios h3{
    font-size: 28px;
    padding-bottom: 49px;
  }

  .h-text-empresa{
    padding-left: 7px;
  }

  .h-text-empresa p{
    font-size: 18px;
    line-height: 24px;
  }

  .h-text-empresa h1{
    font-size: 32px;
  }

  .fig3{
    height: 182.3px;
    left: 0%;
    top: 10.4%;
  }

  #contador{
    padding: 95px 0px;
  }

  .contador_text{
    width: 100%;
  }

  #contador h1{
    text-align: center;
    font-size: 31px;
    padding-bottom: 48px;
  }

  .contador_text h3{
    font-size:54px;
  }

  footer p{
    font-size: 18px;
  }

  footer h1{
    margin-top: 26px;
    font-size: 20px;
  }

  #copy{
    margin-top: 22px;
  }

  .h-diseno h1{
    font-size: 34px;
  }

  #titulo{
    margin-top: 27%;
    padding-top: 163.8px;
    padding-bottom: 40.3px;
  }

  #titulo h1{
    font-size: 31px;
    letter-spacing: 0px;
  }

  #titulo h2{
    font-size: 22px;
    letter-spacing: 0px;
  }

  .video{
    height: 272px;
  }

  .text-empresa h1{
    font-size: 32px;
  }

  .text-empresa p{
    font-size: 18px;
    line-height: 25px;
  }

  .text-mision{
    padding-top: 87px;
    padding-left: 15px;
  }

  .text-mision p{
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 40px;
  }

  .verde{
    height: 167.5px;
    top: 11%;
  }

  #vision{
    padding: 80px 0px;
  }

  .text-vision {
    padding-left: 3px;
    padding-top: 60px;
  }

  .text-vision h1{
    font-size: 32px;
  }

  .text-vision p{
    font-size: 18px;
    line-height: 26px;
  }

  .text-servicios{
    padding-top: 29px;
    padding-right: 7px;
  }

  #servicios {
    padding: 49px 0px;
  }

  .text-servicios p{
    font-size: 18px;
    line-height: 23px;
  }

  .text-servicios h1{
    font-size: 33px;
  }

  .verde2{
    height: 261.2px;
    bottom: 2.3%;
  }

  #btn-ampliar{
    margin-top: 37px;
    margin-bottom: 25px;
  }

  .text-servicios2 {
    padding-left: 1px;
    padding-top: 41px;
  }

  .text-servicios2 h1{
    font-size: 33px;
  }

  .text-servicios2 p{
    font-size: 18px;
    line-height: 23px;
  }

  .gris{
    height: 250.9px;
    top: 4.2%;
  }

  .verde3{
    height: 266.4px;
    top: 65.6%;
  }

  #frase h1{
    font-size: 18px;
    padding: 0px 5px;
    line-height: 22px;
  }

  #proyectos {
    padding: 86px 0px;
  }

  #formulario {
    padding: 0px 11px;
  }

  #formulario h1{
    font-size: 19px;
    line-height: 24px;
  }

  #map {
    height: 350px;
    margin-top: 43px;
  }

  .gris2{
    height: 224.1px;
    top: 69.9%;
  }


}

/*-------------------------------------------------------------------------*/

@media (max-width:550px) and (min-width:501px){

  .img2 {
    width: 133px;
  }

  #banner{
    margin-top: 28%;
  }

  #clientes h1{
    font-size: 31px;
  }

  #barra-menu p{
    padding-top: 0px;
  }

  #clientes{
    padding: 40px 0px;
  }

  .text-home h1{
    font-size: 20px;
    line-height: 33px;
  }

  .proyectos_home {
    display: block;
  }

  .ver_mas h2{
    font-size: 27px;
  }

  #home {
    padding: 65px 0px;
  }

  #h-servicios h1{
    font-size: 33px;
  }

  #h-servicios p{
    font-size: 23px;
  }

  .h-text-empresa{
    padding-left: 15px;
  }

  .h-text-empresa p{
    font-size: 18px;
    line-height: 27px;
  }

  .fig3{
    height: 288.6px;
    top: 11.8%;
  }

  #h-servicios {
    padding: 54px 0px;
  }

  #contador h1{
    font-size: 34px;
    text-align: center;
    padding-bottom: 50.2px;
  }

  .contador_text{
    width: 100%;
  }

  .contador_text h3{
    font-size: 58px;
  }

  #contador{
    padding: 82px 0px;
  }

  .contador3 {
    margin-top: 10%;
  }

  .h-diseno h1{
    font-size: 33px;
  }

  #titulo h1{
    font-size: 34px;
  }

  #titulo h2{
    font-size: 22px;
  }

  #titulo{
    padding-top: 120.8px;
    padding-bottom: 58.3px;
    margin-top: 23%;
  }

  #emp3{
    top: -7%;
  }

  .video{
    height: 268px;
  }

  .text-empresa h1{
    font-size: 32px;
  }

  .text-empresa p{
    line-height: 29px;
    font-size: 20px;
  }

  .text-mision{
    padding-top: 81px;
    padding-left: 17px;
  }

  .text-mision h1{
    font-size: 34px;
  }

  .text-mision p{
    line-height: 28px;
    font-size: 19px;
    padding-bottom: 42px;
  }

  .text-vision{
    padding-left: 3px;
  }

  #vision{
    padding: 70px 0px;
  }

  .text-vision p{
    font-size: 21px;
  }

  #copy{
    margin-top: 29px;
  }

  footer h1{
    padding-top: 26px;
    font-size: 20px;
  }

  .text-servicios {
    padding-right: 4px;
    padding-top: 13px;
  }

  #servicios {
    padding: 71px 0px;
  }

  .text-servicios p{
    font-size: 19px;
    line-height: 26px;
  }

  .text-servicios h1{
    font-size: 34px;
  }

  #btn-ampliar{
    margin-top: 32px;
    margin-bottom: 31px;
  }

  .verde2{
    bottom: 7%;
  }

  .gris{
    height: 360.8px;
    top: 5.2%;
  }

  .text-servicios2{
    padding-left: 16px;
  }

  .text-servicios2 h1{
    font-size: 33px;
    
  }

  .text-servicios2 p{
    font-size: 20px;
  }

  .verde3{
    height: 376.8px;
    top: 50.1%;
  }

  #frase h1{
    font-size: 20px;
    line-height: 28px;
    padding: 0px 17px;
  }

  footer p{
    font-size: 19px;
  }

  #proyectos {
    padding: 85px 0px;
  }

  .text-servicios ul{
    margin-bottom: 32px;
  }

  .text-servicios ul li{
    font-size: 20px;
  }

  .text-servicios2 ul li{
    font-size: 20px;
    line-height: 23px;
  }

  #formulario {
    padding: 0px 18px;
  }

  #formulario h1{
    font-size: 20px;
  }

  .gris2{
    top: 64.3%;
  }

  #mapa{
    margin-top: 56px;
  }

  #map {
    height: 384px;
  }


}



@media (max-width:600px) and (min-width:551px){

  .img2 {
    width: 141px;
  }

  #barra-menu p{
    padding-top: 0px;
  }

  #banner{
    margin-top: 26%;
  }

  #clientes h1{
    font-size: 31px;
  }

  #clientes{
    padding: 40px 0px;
  }

  .text-home h1{
    font-size: 20px;
    line-height: 33px;
  }

  .proyectos_home {
    display: block;
  }

  .h-proyectos h1{
    font-size: 34px;
  }

  .ver_mas h2{
    font-size: 27px;
  }

  #home {
    padding: 65px 0px;
  }

  #h-servicios h1{
    font-size: 33px;
  }

  #h-servicios p{
    font-size: 23px;
  }

  .h-text-empresa{
    padding-left: 15px;
  }

  .h-text-empresa p{
    font-size: 18px;
    line-height: 27px;
  }

  .fig3{
    height: 288.6px;
    top: 11.8%;
  }

  #h-servicios {
    padding: 54px 0px;
  }

  #contador h1{
    font-size: 34px;
    text-align: center;
    padding-bottom: 50.2px;
  }

  .contador_text{
    width: 100%;
  }

  .contador_text h3{
    font-size: 58px;
  }

  #contador{
    padding: 82px 0px;
  }

  .contador3 {
    margin-top: 10%;
  }

  .h-diseno h1{
    font-size: 33px;
  }

  #titulo h1{
    font-size: 34px;
  }

  #titulo h2{
    font-size: 22px;
  }

  #titulo{
    padding-top: 120.8px;
    padding-bottom: 58.3px;
    margin-top: 23%;
  }

  #emp3{
    top: -7%;
  }

  .video{
    height: 268px;
  }

  .text-empresa h1{
    font-size: 32px;
  }

  .text-empresa p{
    line-height: 29px;
    font-size: 20px;
  }

  .text-mision{
    padding-top: 81px;
    padding-left: 17px;
  }

  .text-mision h1{
    font-size: 34px;
  }

  .text-mision p{
    line-height: 28px;
    font-size: 19px;
    padding-bottom: 42px;
  }

  .text-vision{
    padding-left: 3px;
  }

  #vision{
    padding: 70px 0px;
  }

  .text-vision p{
    font-size: 21px;
  }

  #copy{
    margin-top: 29px;
  }

  footer h1{
    padding-top: 26px;
    font-size: 20px;
  }

  .text-servicios {
    padding-right: 4px;
    padding-top: 13px;
  }

  #servicios {
    padding: 71px 0px;
  }

  .text-servicios p{
    font-size: 19px;
    line-height: 26px;
  }

  .text-servicios h1{
    font-size: 34px;
  }

  #btn-ampliar{
    margin-bottom: 53px;
  }

  .verde2{
    bottom: 7%;
  }

  .gris{
    height: 360.8px;
    top: 5.2%;
  }

  .text-servicios2{
    padding-left: 16px;
  }

  .text-servicios2 h1{
    font-size: 33px;
    
  }

  .text-servicios2 p{
    font-size: 20px;
  }

  .verde3{
    height: 376.8px;
    top: 50.1%;
  }

  #frase h1{
    font-size: 20px;
    line-height: 28px;
    padding: 0px 17px;
  }

  footer p{
    font-size: 19px;
  }

  #proyectos {
    padding: 85px 0px;
  }

  .text-servicios ul{
    margin-bottom: 32px;
  }

  .text-servicios ul li{
    font-size: 20px;
  }

  .text-servicios2 ul li{
    font-size: 20px;
    line-height: 23px;
  }

  #formulario {
    padding: 0px 18px;
  }

  #formulario h1{
    font-size: 20px;
  }

  .gris2{
    top: 64.3%;
  }

  #mapa{
    margin-top: 56px;
  }

  #map {
    height: 384px;
  }




}


@media (max-width:700px) and (min-width:601px){

  .img2 {
    width: 141px;
  }

  #barra-menu p{
    padding-top: 0px;
  }

  #banner{
    margin-top:22%;
  }

  #clientes{
    padding: 46px 0px;
  }

  #clientes h1{
    font-size: 32px;
  }

  .text-home h1{
    font-size: 20px;
    line-height: 30px;
  }

  .proyectos_home {
    display: block;
  }

  #h-servicios {
    padding: 69px 0px;
  }

  #home{
    padding: 60px 0px;
  }

  .h-text-empresa{
    padding-left: 14px;
    padding-bottom: 44px;
  }

  .h-text-empresa p{
    font-size: 20px;
    line-height: 27px;
  }

  #contador h1{
    text-align: center;
  }

  .contador_text {
    width: 100%;
  }

  #contador{
    padding: 91px 0px;
  }

  .contador3 {
    margin-top: 7.7%;
  }

  .h-diseno p{
    font-size: 21px;
  }

  .h-diseno h1{
    font-size: 32px;
  }

  footer p{
    font-size: 19px;
  }

  #copy {
    text-align: left;
    margin-top: 26px;
  }

  #h-servicios p{
    font-size: 24px;
  }

  #titulo{
    margin-top: 21%;
    padding-top: 159.8px;
    padding-bottom: 80.3px;
  }

  #titulo h1{
    font-size: 36px;
    letter-spacing: 0px;
  }

  #frase h1{
    padding: 0px 20px;
    line-height: 28px;
    font-size: 21px;
  }

  #titulo h2{
    font-size: 22px;
  }

  .video{
    height: 355px;
  }

  .text-empresa h1{
    font-size: 34px;
  }

  .text-empresa p{
    font-size: 21px;
  }

  .text-mision {
    color: #fff;
    padding-top: 62px;
    padding-left: 16px;
    padding-bottom: 45px;
  }

  .text-mision p{
    font-size: 21px;
    line-height: 30px;
  }

  .text-vision {
    padding-left: 16px;
    padding-top: 103px;
  }

  #vision{
    padding: 65px 0px;
  }

  .text-vision p{
    font-size: 21px;
  }

  .text-servicios {
    padding-right: 6px;
    padding-top: 16px;
  }

  #servicios {
    padding: 50px 0px;
  }

  .text-servicios p{
    line-height: 27px;
    font-size: 20px;
  }
  
  #btn-ampliar{
    margin-bottom: 53px;
  }

  .text-servicios2{
    padding-left: 15px;
  }

  .gris{
    top: 8%;
  }

  .text-servicios2 h1{
    font-size: 34px;
  }

  .text-servicios2 p{
    line-height: 28px;
    font-size: 20px;
  }

  .verde3{
    top: 54.2%;;
  }

  .text-servicios h1{
    font-size: 34px;
  }

  #formulario {
    padding: 0px 21px;
  }

  #formulario h1{
    font-size: 20px;
    line-height: 28px;
  }

  #map {
    height: 432.3px;
    margin-top: 60px;
  }

  .gris2{
    top: 62.2%;
  }

  .ver_mas h2{
    font-size: 28px;
  }

  .fig3{
    top: 0%;
  }

  .contador_text h3{
    font-size: 64px;
  }

}


@media (max-width:767px) and (min-width:701px){

  .img2 {
    width: 141px;
  }

  #banner{
    margin-top: 20%;
  }

  #clientes{
    padding: 47px 0px;
  }

  #barra-menu p{
    padding-top: 0px;
  }

  #clientes h1{
    font-size: 34px;
  }

  .text-home h1{
    font-size: 24px;
    line-height: 32px;
  }

  .proyectos_home{
    flex-flow: column;
  }

  #home {
    padding:85px 0px;
  }

  #h-servicios p{
    font-size: 24px;
  }

  #h-servicios {
    padding: 79px 0px;
  }

  .h-text-empresa{
    padding-left: 14px;
  }

  .h-text-empresa p{
    font-size: 22px;
    line-height: 29px;
  }

  #contador{
    padding: 111px 0px;
  }

  .contador_text {
    width: 100%;
  }

  .contador_text h3{
    font-size: 63px;
  }

  .contador3 {
    margin-top: 8%;
  }

  #copy{
    margin-top: 29px;
    text-align: left;
  }

  footer h1{
    margin-top: 14px;
  }

  #titulo{
    margin-top: 21%;
  }

  #titulo h1{
    font-size: 37px;
  }

  #titulo{
    padding-top: 144.8px;
    padding-bottom: 82.3px;
  }

  .text-empresa p{
    font-size: 21px;
  }

  .text-mision {
    color: #fff;
    padding-top: 100px;
    padding-left: 18px;
    padding-bottom: 45px;
  }

  .text-mision p{
    line-height: 31px;
    font-size: 21px;
  }

  .text-vision {
    padding-left: 13px;
    padding-top: 89px;
  }

  .text-vision p{
    font-size: 21px;
  }

  .text-servicios {
    padding-right: 5px;
    padding-top: 17px;
  }

  #servicios {
    padding: 54px 0px;
  }

  .text-servicios p{
    font-size: 21px;
  }

  .text-servicios h1{
    font-size: 36px;
  }

  #btn-ampliar{
    margin-bottom: 53px;
  }

  .text-servicios2 {
    padding-left: 14px;
    padding-top: 68px;
  }

  .text-servicios2 h1{
    font-size: 35px;
  }

  .text-servicios2 p{
    font-size: 21px;
  }

  .verde3{
    top: 53.1%;
  }

  .gris{
    top: 0%;
  }

  #frase h1{
    padding: 0px 36px;
  }

  .text-servicios ul{
    margin-bottom: 45px;
  }

  .gris2{
    top: 59.0%;
  }

}


/*-----------------------------------------------------------------------*/

@media (max-width:814px) and (min-width:768px){

  .img2 {
    width: 141px;
  }

  #banner{
    margin-top: 18%;
  }

  .texto{
    bottom: 2%;
    left: 0.6%;
    padding: 45px 19px;
    text-shadow: 1px 0px 2px #fff;
  }

  .texto h1{
    font-size: 27px;
    letter-spacing: 0px;
  }

  .texto h2{
    font-size: 21px;
    letter-spacing: 0px;
  }

  .texto h3{
    line-height: 20px;
    font-size: 20px;
  }

  .owl-nav{
    bottom: 0px !important;
    background-color: #fff;
    padding: 12px 0px;
  }

  #clientes h1{
    font-size: 34px;
  }

  .text-home h1{
    font-size: 19px;
    line-height: 29px;
  }

  .ver_mas h2{
    font-size: 19px;
  }

  .h-proyectos h1{
    font-size: 33px;
  }

  #home {
    padding:78px 0px;
  }

  #h-servicios h1{
    font-size: 34px;
  }

  #h-servicios {
    padding: 52px 0px;
  }

  #h-servicios p{
    font-size: 21px;
  }

  .h-text-empresa{
    padding-left: 15px;
  }

  .item-h-servicios h3{
    font-size: 27px;
    padding-bottom: 40px;
  }

  .h-text-empresa p{
    font-size: 22px;
    line-height: 29px;
  }

  #contador{
    padding: 94px 0px;
  }

  .contador_text{
    width: 100%;
  }

  .contador_text h3{
    font-size:44px;
  }

  #contador h1{
    padding-bottom: 39px;
    font-size: 33px;
  }

  .h-diseno h1{
    font-size: 35px;
  }

  .contador_text p{
    font-size: 19px;
  }

  .text-loultimo{
    padding-top: 279px;
  }

  #copy {
    text-align: left;
    margin-top: 18px;
  }

  footer p{
    font-size: 18px;
  }

  #titulo{
    margin-top: 17%;
    padding-top: 151.8px;
  }

  #titulo h1{
    font-size: 40px;
  }

  #titulo h2{
    font-size: 23px;
    letter-spacing: 0px;
  }

  .video{
    height: 418px;
  }

  .text-empresa p{
    line-height: 27px;
    font-size: 21px;
  }

  .text-mision{
    padding-top: 34px;
    padding-left: 15px;
  }

  .text-mision h1{
    font-size: 30px;
  }

  .text-mision p{
    line-height: 23px;
    font-size: 16px;
    padding-top: 4px;
  }

  .text-vision {
    padding-left: 15px;
    padding-top: 110px;
  }

  .text-vision p{
    font-size: 21px;
  }

  #servicios {
    padding: 84px 0px;
  }

  .text-servicios {
    padding-right: 14px;
    padding-top: 12px;
  }

  .text-servicios2 p{
    font-size: 17px;
    line-height: 23px;
    padding-top: 4px;
  }

  footer h1{
    font-size: 19px;
  }

  .text-servicios h1{
    font-size: 27px;
  }

  .text-servicios ul li{
    font-size: 16px;
  }

  .text-servicios p{
    font-size: 17px;
    line-height: 23px;
  }

  .verde3{
    top: 52.9%;
  }

  #frase h1{
    padding: 0px 57px;
    font-size: 20px;
    line-height: 27px;
  }

  .text-servicios ul{
    margin-bottom: 23px;
    margin-top: 8px;
  }

  .text-servicios2 h1{
    font-size: 27px;
  }

  #btn-ampliar{
    margin-top: 32.8px;
  }

  .line3{
    margin-bottom: 2px;
    margin-top: 2px;
  }

  #btn-ampliar2{
    margin-top: 32.8px;
  }

  .gris2{
    top: 60.8%;
  }

  #map{
    margin-top: 100px;
  }

  .text-servicios2 ul li{
    font-size: 16px;
    padding-bottom: 8px;
    line-height: 20px;
  }

  .text-servicios2 {
    padding-left: 29px;
    padding-top: 6px;
  }

  .text-servicios2 ul {
    margin-top: 7px;
  }

  .gris{
    height: 231.4px;
  }

  .verde2{
    height: 231.4px;
  }

  
}



/*-----------------------------------------------------------------------*/

@media (max-width:894px) and (min-width:815px){

  .img2 {
    width: 162px;
  }

  #banner{
    margin-top: 18%;
  }

  .texto{
    bottom: 14%;
    left: 0.6%;
    padding: 45px 19px;
    text-shadow: 1px 0px 2px #fff;
  }

  .texto h1{
    font-size: 27px;
    letter-spacing: 0px;
  }

  .texto h2{
    font-size: 20px;
    letter-spacing: 0px;
  }

  .figuras2{
    bottom: 2%;
    left: -3%;
  }

  .texto h3{
    line-height: 25px;
    font-size: 21px;
  }

  .owl-nav{
    bottom: 0px !important;
    background-color: #fff;
    padding: 12px 0px;
  }

  #clientes h1{
    font-size: 34px;
  }

  .text-home h1{
    font-size: 21px;
    line-height: 31px;
  }

  .ver_mas h2{
    font-size: 19px;
  }

  .h-proyectos h1{
    font-size: 33px;
  }

  #home {
    padding: 44px 0px;
  }

  #h-servicios {
    padding: 52px 0px;
  }

  #h-servicios p{
    font-size: 23px;
  }

  .h-text-empresa{
    padding-left: 15px;
  }

  .h-text-empresa p{
    font-size: 22px;
    line-height: 29px;
  }

  #contador{
    padding: 94px 0px;
  }

  .contador_text{
    width: 100%;
  }

  .contador_text h3{
    font-size:54px;
  }

  #contador h1{
    font-size: 36px;
  }

  .h-diseno h1{
    font-size: 35px;
  }

  .contador_text p{
    font-size: 20px;
  }

  .text-loultimo{
    padding-top: 279px;
  }

  #copy {
    text-align: left;
    margin-top: 18px;
  }

  footer p{
    font-size: 18px;
  }

  #titulo{
    margin-top: 17%;
    padding-top: 151.8px;
  }

  #titulo h1{
    font-size: 40px;
  }

  #titulo h2{
    font-size: 23px;
    letter-spacing: 0px;
  }

  .video{
    height: 418px;
  }

  .text-empresa p{
    line-height: 27px;
    font-size: 21px;
  }

  .text-mision{
    padding-top: 110px;
    padding-left: 15px;
  }

  .text-mision p{
    line-height: 27px;
    font-size: 21px;
    padding-bottom: 45px;
  }

  .text-vision {
    padding-left: 15px;
    padding-top: 110px;
  }

  .text-vision p{
    font-size: 21px;
  }

  #servicios {
    padding: 84px 0px;
  }

  .text-servicios {
    padding-right: 14px;
    padding-top: 12px;
  }

  .text-servicios2 p{
    line-height: 21px;
    font-size: 18px;
    padding-top: 4px;
  }

  .text-servicios2 {
    padding-left: 28px;
    padding-top: 32px;
  }

  .text-servicios ul li{
    font-size: 18px;
  }

  .text-servicios2 ul li{
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 8px;
  }

  footer h1{
    font-size: 19px;
  }

  .text-servicios2 ul {
    margin-top: 14px;
  }

  #btn-ampliar2{
    margin-top: 34px;
  }

  .text-servicios h1{
    font-size: 30px;
  }

  .text-servicios2 h1{
    font-size: 30px;

  }

  #btn-ampliar{
    margin-top: 25px;
  }

  .text-servicios p{
    line-height: 21px;
    font-size: 18px;
    padding-top: 4px;
  }

  .verde3{
    top: 52.9%;
  }

  #frase h1{
    padding: 0px 57px;
    font-size: 20px;
    line-height: 27px;
  }

  .text-servicios ul{
    margin-top: 4px;
  }

  .gris2{
    top: 60.8%;
  }

  #map{
    margin-top: 100px;
  }



}


@media (max-width:991px) and (min-width:895px){

  .img2 {
    width: 162px;
  }

  #banner{
    margin-top: 16%;
  }

  .texto{
    bottom:5%;
    left: 0.6%;
    padding: 45px 19px;
    text-shadow: 1px 0px 2px #fff;
  }

  .figuras2{
    left: 5%;
  }

  .owl-nav{
    bottom: 0px !important;
    background-color: #fff;
    padding: 12px 0px;
  }

  .texto h1{
    font-size: 34px;
  }

  .texto h2{
    font-size: 25px;
    letter-spacing:0px;
  }

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

  .text-home h1{
    font-size: 22px;
    line-height: 34px;
  }

  .h-proyectos h1{
    font-size: 22px;
  }

  .ver_mas h2{
    font-size: 24px;
  }

  #home {
    padding: 99px 0px;
  }

  #h-servicios {
    padding: 37px 0px;
  }

  .text-servicios h1{
    font-size: 30px;
  }

  #h-servicios p{
    font-size: 23px;
  }

  .h-text-empresa{
    padding-left: 5px;
  }

  .text-loultimo{
    padding-top: 332px;
  }

  .item-h-servicios h3{
    font-size: 26px;
  }

  #contador{
    padding: 66px 0px;
  }

  .contador_text{
    width: 100%;
  }

  .contador_text h3{
    font-size: 62px;
  }

  .h-text-empresa p{
    font-size: 21px;
    line-height: 30px;
  }

  .text-empresa p{
    font-size: 22px;
  }

  .text-mision{
    padding-top: 48px;
    padding-left: 22px;
  }

  .text-mision p{
    font-size: 20px;
    line-height: 27px;
  }

  .text-mision h1{
    font-size: 35px;
  }

  #copy{
    text-align: left;
    padding-top: 25px;
  }

  #servicios {
    padding: 66px 0px;
  }

  .text-servicios {
    padding-right: 9px;
    padding-top: 17px;
  }

  .text-servicios p{
    font-size: 18px;
    line-height: 24px;
  }

  .verde3{
    height: 555.9px;
    top: 43.1%;
  }

  .text-servicios2 h1{
    font-size:27px;
  }

  .text-servicios2 p{
    font-size: 18px;
    line-height: 24px;
  }

  .text-servicios ul {
    margin-top: 6px;
  }

  .text-servicios2 {
    padding-left: 24px;
    padding-top: 32px;
  }

  #btn-ampliar{
    margin-top: 32px;
  }

  #btn-ampliar2{
    margin-top: 32px;
  }

  .text-servicios ul li{
    font-size: 19px;
    padding-bottom: 10px;
  }

  .text-servicios2 ul li{
    font-size: 19px;
    line-height: 23px;
    padding-bottom: 10px;
  }

  .text-servicios2 ul {
    margin-top: 7px;
  }

  footer p{
    font-size: 18px;
  }

  footer h1{
    font-size: 19px;
  }

  #map{
    margin-top: 91px;
  }



}




@media (max-width:1115px) and (min-width:992px){

  .img2 {
    width: 162px;
  }

  #banner {
    margin-top: 14%;
  }

  #titulo{
    margin-top: 12%;
  }

  .texto{
    bottom: 10%;
    left: -0.4%;
    padding: 45px 29px;
    text-shadow: 2px 2px 2px #fff;
  }

  .texto h1{
    font-size: 35px;
    letter-spacing:0px;
  }

  .texto h2{
    font-size: 24px;
    letter-spacing:0px;
  }

  .text-home h1{
    font-size: 23px;
    line-height: 36px;
  }

  .ver_mas h2{
    font-size: 25px;
  }

  .h-proyectos h1{
    font-size: 33px;
  }

  #h-servicios {
    padding: 53px 0px;
  }

  #home {
    padding: 54px 0px;
  }

  #h-servicios p{
    font-size: 25px;
  }

  .h-text-empresa h1{
    font-size: 32px;
  }

  .h-text-empresa {
    padding-top: 15px;
    padding-left: 10px;
  }

  .h-text-empresa p{
    font-size: 19px;
    line-height: 24px;
    padding-top: 3px;
  }

  .fig3{
    width: 493.2px;
  }

  #contador h1{
    font-size: 31px;
    padding-bottom: 59px;
  }

  .contador_text {
    width: 100%;
  }

  .contador_text h3{
    font-size: 59px;
  }

  #contador{
    padding: 96px 0px;
  }

  #clientes h1{
    font-size: 32px;
  }

  .owl-nav {
    bottom: 0px !important;
    background-color: #fff;
    padding: 12px 0px;
  }

  .text-empresa {
    margin-top: 23px;
  }

  .text-empresa h1{
    font-size: 30px;
  }

  .text-empresa p{
    line-height: 25px;
    font-size: 19px;
    padding-top: 3px;
  }

  .text-mision{
    padding-top: 53px;
    padding-left: 47px;
  }

  .text-mision p{
    font-size: 20px;
    line-height: 27px;
  }

  .verde{
    width: 570px;
  }

  .text-vision {
    padding-left: 78px;
    padding-top: 79px;
  }

  .text-vision p{
    font-size: 20px;
    line-height: 27px;
  }

  .text-mision h1{
    font-size: 35px;
  }

  .text-vision h1{
    font-size: 35px;
  }

  footer p{
    font-size: 18px;
  }

  .text-servicios {
    padding-right: 28px;
    padding-top: 12px;
  }

  .text-servicios p{
    line-height: 26px;
    font-size: 20px;
  }

  .text-servicios h1{
    font-size: 34px;
  }

  .text-servicios2 h1{
    font-size: 34px;
  }

  .text-servicios2 p{
    line-height: 26px;
    font-size: 20px;
  }

  .text-servicios2 {
    padding-left: 46px;
    padding-top: 35px;
  }

  #btn-ampliar{
    margin-top: 30px;
  }

  .text-servicios ul li{
    font-size: 20px;
    line-height: 22px;
  }

  .text-servicios2 ul li{
    font-size: 20px;
    line-height: 22px;
  }

  #servicios {
    padding: 97px 0px;
  }

  #formulario h1{
    font-size: 19px;
    line-height: 24px;
  }

}



@media (max-width:1199px) and (min-width:1116px){

  .img2 {
    width: 162px;
  }

  #banner {
    margin-top: 13%;
    background-color: #fff;
  }

  .texto{
    bottom: 8%;
    left: 0.6%;
    text-shadow: 2px 2px 2px #fff;
  }

  .texto h1{
    font-size: 34px;
  }

  #clientes h1{
    font-size: 35px;
  }

  .texto h3{
    font-size: 19px;
  }

  .figuras2{
    bottom: 0%;
    left: -3.2%;
  }

  .texto h2{
    font-size: 26px;
  }

  .text-home h1{
    font-size: 25px;
    line-height: 37px;
  }

  .ver_mas h2{
    font-size: 25px;
  }

  #home {
    padding: 64px 0px;
  }

  #h-servicios {
    padding: 64px 0px;
  }

  #h-servicios p{
    font-size: 26px;
  }

  .h-text-empresa {
    padding-top: 6px;
    padding-left: 16px;
  }

  .h-text-empresa p{
    font-size: 20px;
    line-height: 27px;
    padding-top: 10px;
  }

  .fig3{
    width: 560.5px;
  }

  #contador{
    padding: 105px 0px;
  }

  .contador_text {
    width: 100%;
  }

  .contador_text h3{
    font-size: 65px;
  }

  .text-loultimo{
    padding-top: 427.5px;
  }

  .text-empresa h1{
    font-size: 33px;
  }

  .text-empresa p{
    line-height: 26px;
    font-size: 20px;
  }

  .text-empresa {
    margin-top: 29px;
  }

  .text-mision{
    padding-top: 82px;
    padding-left: 51px;
  }

  .text-mision p{
    font-size: 21px;
    line-height: 30px;
  }

  .text-vision {
    padding-left: 44px;
    padding-top: 55px;
  }

  .verde{
    width: 624.8px;
  }

  .text-vision p{
    line-height: 26px;
    font-size: 22px;
  }

  #titulo{
    margin-top: 11%;
  }

  .text-servicios {
    padding-right: 31px;
    padding-top: 25px;
  }

  .text-servicios p{
    line-height: 26px;
    font-size: 19px;
  }

  .text-servicios h1{
    font-size: 35px;
  }

  .text-servicios2 h1{
    font-size: 35px;
  }

  .text-servicios2 {
    padding-left: 39px;
    padding-top: 17px;
  }

  .text-servicios2 p{
    font-size: 20px;
  }

  #btn-ampliar{
    margin-top: 40px;
  }

  #frase h1{
    font-size: 21px;
    padding: 0px 13px;
    line-height: 28px;
  }

  .text-servicios2 ul li{
    font-size: 20px;
  }

  .text-servicios ul li{
    font-size: 20px;
  }

  #formulario h1{
    font-size: 20px;
    line-height: 25px;
  }

  footer p{
    font-size: 19px;
  }
  
}



@media (max-width:1317px) and (min-width:1200px){

  .img2 {
    width: 162px;
  }

  #banner {
    margin-top:12%;
    background-color: #fff;
  }

  .texto{
    padding: 19px 14px;
  }

  .texto h1{
    font-size:37px;
  }

  .texto h3{
    font-size: 19px;
    line-height: 24px;
  }

  .figuras2{
    bottom: 6%;
    left: 1%;
  }

  .texto h2{
    font-size: 24px;
  }

  .text-home h1{
    line-height: 36px;
    font-size: 24px;
  }

  .text-loultimo{
    padding-top: 299px;
  }

  .ver_mas h2{
    font-size: 25px;
  }

  #home {
    padding: 66px 0px;
  }

  #h-servicios {
    padding: 49px 0px;
  }

  #h-servicios p{
    font-size: 25px;
  }

  .h-text-empresa {
    padding-top: 5px;
    padding-left: 8px;
  }

  .fig3{
    width: 609px;
  }

  .h-text-empresa p{
    font-size: 20px;
    line-height: 25px;
    padding-top: 6px;
  }

  .contador_text {
    width: 100%;
  }

  .contador_text h3{
    font-size: 61px;
  }

  #contador{
    padding: 95px 0px;
  }

  #titulo{
    margin-top: 10%;
  }

  .text-empresa p{
    line-height: 26px;
    font-size: 20px;
  }

  .text-empresa h1{
    font-size: 35px;
  }

  .text-empresa {
    margin-top: 34px;
  }

  .text-mision {
    padding-top: 100px;
    padding-left: 74px;
  }

  .text-mision p{
    font-size: 23px;
    line-height: 30px;
  }

  .verde{
    width: 630.5px;
  }

  .text-vision {
    padding-left: 39px;
    padding-top: 48px;
  }

  .text-vision p{
    line-height: 26px;
    font-size: 21px;
  }

  .text-servicios {
    padding-right: 28px;
    padding-top: 44px;
  }

  .text-servicios p{
    line-height: 25px;
    font-size: 20px;
  }

  .text-servicios2{
    padding-left: 41px;
    padding-top: 24px;
  }

  .text-servicios2 p{
    line-height: 25px;
    font-size: 20px;
  }

  .text-servicios h1{
    font-size: 34px;
  }
  
  #frase h1{
    padding: 0px 7px;
  }

  #formulario h1{
    font-size: 19px;
    line-height: 25px;
  }


}



@media (max-width:1418px) and (min-width:1318px){

  .img2 {
    width: 162px;
  }

  #banner {
    margin-top:11%;
    background-color: #fff;
  }

  .texto{
    padding: 21px 8px;
    bottom: 15%;
  }

  .texto h1{
    font-size: 41px;
  }

  .texto h2{
    font-size: 26px;
  }

  .figuras2{
    bottom: 8%;
    left: 7%;
  }

  .texto h3{
    font-size: 21px;
    line-height: 27px;
  }

  .text-home h1{
    font-size: 26px;
    line-height: 39px;
  }

  .ver_mas h2{
    font-size: 26px;
  }

  #h-servicios {
    padding: 52px 0px;
  }

  #h-servicios p{
    font-size: 26px;
  }

  .h-text-empresa {
    padding-top: 10px;
    padding-left: 11px;
  }

  .h-text-empresa p{
    font-size: 22px;
    line-height: 27px;
    padding-top: 0px;
  }

  #contador{
    padding: 86px 0px;
  }

  .contador_text {
    width: 100%;
  }

  .contador_text h3{
    font-size: 69px;
  }

  .text-loultimo{
    padding-top: 333px;
  }

  #titulo{
    margin-top: 9%;
  }

  .text-empresa p{
    line-height: 26px;
    font-size: 20px;
  }

  .text-empresa {
    margin-top: 32px;
  }

  .text-mision{
    padding-top: 100px;
    padding-left: 81px;
  }

  .verde{
    width: 681.7px;
  }

  .text-vision {
    padding-left: 50px;
    padding-top: 67px;
  }

  .text-vision p{
    font-size: 21px;
  }

  .text-mision p{
    font-size: 23px;
    line-height: 32px;
  }

  .text-servicios{
    padding-top: 3px;
  }

  .text-servicios p{
    line-height: 26px;
    font-size: 20px;
  }

  .text-servicios h1{
    font-size: 35px;
  }

  .text-servicios2 h1{
    font-size: 35px;
  }

  .text-servicios2 {
    padding-left: 56px;
    padding-top: 53px;
  }

  .text-servicios2 p{
    line-height: 26px;
    font-size: 20px;
  }

  #btn-ampliar{
    margin-top: 41.3px;
  }

  #frase h1{
    padding: 0px 9px; 
  }

  .text-servicios2 ul li{
    font-size: 20px;
    line-height: 24px;
  }

  .text-servicios ul li{
    font-size: 20px;
  }

  #servicios {
    padding: 94px 0px;
  }

  #titulo h1{
    font-size: 36px;
  }

  #formulario h1{
    font-size: 20px;
    line-height: 25px;
  }

  footer p{
    font-size: 19px;
  }

}



@media (max-width:1519px) and (min-width:1419px){

  .img2 {
    width: 162px;
  }

  #banner {
    margin-top: 10%;
    background-color: #fff;
  }

  .texto{
    bottom: 18%;
    padding: 44px 21px;
  }

  .texto h1{
    font-size: 43px;
  }

  .text-home h1{
    font-size: 25px;
    line-height: 39px;
  }

  .ver_mas h2{
    font-size: 27px;
  }

  .figuras2{
    bottom: 9%;
    left: 12%;
  }

  #home {
    padding: 65px 0px;
  }

  #h-servicios p{
    font-size: 25px;
  }

  .h-text-empresa {
    padding-top: 12px;
    padding-left:30px;
  }

  #h-servicios {
    padding: 81px 0px;
  }

  .h-text-empresa p{
    line-height: 28px;
    font-size: 21px;
  }

  .contador_text {
    width: 100%;
  }

  #contador{
    padding: 91px 0px;
  }

  .fig3{
    width: 757.8px;
  }

  #titulo{
    margin-top: 8%;
  }

  .text-empresa p{
    line-height: 27px;
    font-size: 21px;
  }

  .text-empresa {
    margin-top: 28px;
  }

  .text-mision{
    padding-top: 149px;
    padding-left: 118px;
  }

  .verde{
    width: 778.4px;
  }

  .text-vision {
    padding-left: 54px;
    padding-top: 89px;
  }

  .text-vision p{
    font-size: 22px;
  }

  .text-servicios{
    padding-top: 63px;
  }

  .text-servicios2{
    padding-top: 53px;
  }

  .text-servicios2 p{
    font-size: 20px;
    line-height: 27px;
  }

  .text-servicios p{
    font-size: 20px;
    line-height: 27px;
  }

  #btn-ampliar{
    margin-top: 31px;
  }

  #btn-ampliar2{
    margin-top: 31px;
  }

  .text-servicios h1{
    font-size: 34px;
  }

  .text-servicios2 h1{
    font-size: 34px;
  }

  #frase h1{
    padding: 0px 11px;
  }

  #titulo h1{
    font-size: 42px;
  }

  .text-servicios ul li{
    font-size: 20px;
  }

  .text-servicios2 ul li{
    font-size: 20px;
  }

  #formulario h1{
    font-size: 20px;
    line-height: 27px;
  }


}


@media (max-width:1620px) and (min-width:1520px){

  .img2 {
    width: 162px;
  }

  #banner {
    margin-top: 10%;
    background-color: #fff;
  }

  .texto{
    padding: 45px 22px;
  }

  .text-home h1{
    font-size: 26px;
    line-height: 39px;
  }

  .figuras2{
    bottom: 9%;
  }

  .ver_mas h2{
    font-size: 27px;
  }

  #home {
    padding: 75px 0px;
  }

  #h-servicios {
    padding: 56px 0px;
  }

  #h-servicios p{
    font-size: 24px;
  }

  .h-text-empresa {
    padding-top: 9px;
    padding-left: 15px;
  }

  .h-text-empresa p{
    font-size: 21px;
    line-height: 29px;
  }

  .h-text-empresa h1{
    font-size: 35px;
  }

  #contador{
    padding: 127px 0px;
  }

  .contador_text {
    width: 76%;
  }

  .text-loultimo{
    padding-top: 266px;
  }

  #titulo{
    margin-top: 8%;
  }

  .text-empresa {
    margin-top: 37px;
  }

  .text-empresa p{
    line-height: 27px;
    font-size: 22px;
  }

  .text-mision{
    padding-top: 127px;
    padding-left: 161px;
  }

  .text-mision p{
    font-size: 22px;
    line-height: 33px;
  }

  .verde{
    width: 781.1px;
  }

  .text-vision {
    padding-left: 74px;
    padding-top: 91px;
  }

  .text-vision p{
    font-size: 22px;
  }

  .text-servicios{
    padding-top: 46px;
  }

  .text-servicios p{
    line-height: 27px;
    font-size: 20px;
  }

  .text-servicios h1{
    font-size: 35px;
  }

  .text-servicios2 h1{
    font-size: 35px;
  }

  .text-servicios2 p{
    line-height: 27px;
    font-size: 20px;
  }

  .text-servicios2{
    padding-top: 51px;
  }

  #frase h1{
    padding: 0px 16px;
  }

  #titulo h1{
    font-size: 40px;
  }

  
}




@media (max-width:1721px) and (min-width:1621px){

  .img2 {
    width: 162px;
  }

  #banner {
    margin-top: 9%;
    background-color: #fff;
  }

  .texto{
    padding: 45px 17px;
  }

  .text-home h1{
    font-size: 27px;
  }

  .ver_mas h2{
    font-size: 27px;
  }

  #h-servicios p{
    font-size: 27px;
  }

  #home {
    padding: 94px 0px;
  }

  #h-servicios {
    padding: 79px 0px;
  }

  .h-text-empresa {
    padding-top: 12px;
    padding-left: 35px;
  }

  .fig3{
    width: 825.2px;
  }

  .h-text-empresa p{
    font-size: 22px;
    line-height: 29px;
  }

  .contador_text {
    width: 100%;
  }

  #contador{
    padding: 93px 0px;
  }

  .text-loultimo{
    padding-top: 297px;
  }

}



@media (max-width:1822px) and (min-width:1722px){

  .img2 {
    width: 162px;
  }

  #banner {
    margin-top: 8%;
    background-color: #fff;
  }

  .texto{
    bottom: 11%;
  }

  .text-home h1{
    font-size: 27px;
  }

  .ver_mas h2{
    font-size: 28px;
  }

  #h-servicios {
    padding: 69px 0px;
  }

  .h-text-empresa {
    padding-top: 18px;
    padding-left: 54px;
  }

  .fig3{
    width: 886.7px;
  }

  .text-loultimo{
    padding-top: 289px;
  }

  #titulo{
    margin-top: 7%;
  }

  .text-empresa p{
    line-height: 29px;
    font-size: 22px;
  }

  .text-mision{
    padding-top: 208px;
    padding-left: 135px;
  }

  .verde{
    width: 892.2px;
  }

  .text-vision {
    padding-left: 71px;
    padding-top: 133px;
  }

  .text-vision p{
    font-size: 22px;
  }

  .text-servicios{
    padding-top: 85px;
  }

}



@media (max-width:1923px) and (min-width:1823px){

  .img2 {
    width: 162px;
  }

  #banner {
    margin-top: 8%;
    background-color: #fff;
  }

  .texto{
    bottom: 15%;
  }

  .fig3{
    width: 938px;
  }

  .h-text-empresa {
    padding-top: 33px;
    padding-left: 75px;
  }

  .text-loultimo{
    padding-top: 336px;
  }

  .verde{
    width: 949.2px;
    height: 423.3px;
  }

}

