@font-face {
  font-family: "din-black";
  src: url("../fonts/din-blackeot.eot"),
       url("../fonts/din-black.woff") format("woff"),
       url("../fonts/din-black.ttf") format("truetype"),
       url("../fonts/din-black.svg#din_blackregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "din-light";
  src: url("../fonts/din-light.eot"),
       url("../fonts/din-light.woff") format("woff"),
       url("../fonts/din-light.ttf") format("truetype"),
       url("../fonts/din-light.svg#din_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "din-medium";
  src: url("../fonts/din-medium.eot"),
       url("../fonts/din-medium.woff") format("woff"),
       url("../fonts/din-medium.ttf") format("truetype"),
       url("../fonts/din-medium.svg#din_mediumregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


#contenedor{
  width:100%;
  font-family: "din-light";
  overflow:hidden;
  position:relative;
  font-size: 17px;
  color: #6c6c6c;
}

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

.clear{
  clear:both;
}

.logo a {
  position: relative;
  float: left;
  z-index: 99999999;
}

#barra-menu{
  background-color: #fff;
  padding: 16px 0px;
}

.texto {
  float: left;
  position: absolute;
  bottom: 22%;
  right: 0%;
  text-align: center;
  color: #FFF;
  padding: 45px 37px;
  z-index: 99999;
}

.texto h1{
  font-size: 32px;
  padding-bottom: 15px;
  text-shadow: 3px 3px 4px #0000005c;
}

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

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

/* ==== ESTILOS BANNER Modern-Slider === */

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left /* If RTL Make This Right */ ;
  padding: 0;
}

/* ==== ESTILOS BANNER Modern-Slider === */

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left /* If RTL Make This Right */ ;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill{
  background:#fff !important;
}

.Modern-Slider .item .img-fill .info{
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:5%;
  line-height:100vh;
  text-align:left;
}

.Modern-Slider .item .info > div{
  display:inline-block!important;
  vertical-align:middle;
}
.Modern-Slider .NextArrow{
  position:absolute;
  top:47%;
  right: 5%;
  width:90px;
  height:86px;
  background-color: transparent;
  border:0 none;
  margin-top:-22px;
  background-image: url(../img/flechas.webp);
  background-position: right;
  color:transparent;
  z-index:5;
}

.Modern-Slider .NextArrow:hover{
  background-image: url(../img/flechas-h.webp);
  background-position: right;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  position:absolute;
  top:47%;
  left:5%;
  width:90px;
  height:86px;
  background-color: transparent;
  border:0 none;
  margin-top:-22px;
  background-image: url(../img/flechas.webp);
  color:transparent;
  z-index:5;
}

.Modern-Slider .PrevArrow:hover{
  background-image: url(../img/flechas-h.webp);
  background-position: left;
}

.Modern-Slider .PrevArrow:before{
  content:'\f104';
}

.Modern-Slider .slick-dots{
  position:absolute;
  height:5px;
  background:rgba(255,255,255,.20);
  bottom:0px;
  width:100%;
  left:0px;
  padding:0px;
  margin:0px;
  list-style-type:none;
}

.Modern-Slider .slick-dots li button{display:none;}
.Modern-Slider .slick-dots li{
  float:left;
  width:0px;
  height:5px;
  background:#000;
  position:absolute;
  left:0px;
  bottom:0px;
}

.Modern-Slider .slick-dots li.slick-active{
  width:100%;
  animation:ProgressDots 11s both;
}

.Modern-Slider .item h3{
  font-family: 'biotifblack';
  color:#000;
  padding: 5px 14px;
  background-color: #fff;
  font-size: 20px;
  margin-bottom: 2px;
}

.Modern-Slider .item h5{
  font-size: 34px;
  padding: 13px;
  font-family: 'biotifblack';
  background-color: #CD191A;
  color:#FFF;
}

.Modern-Slider .item.slick-active h3{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider {background:#fff;}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}

@-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
@keyframes ProgressDots{from{width:0px;}to{width:100%;}}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

/*CIERRA ESTILOS Modern-Slider*/

/* ==== Slider Style === 
.Modern-Slider .item .img-fill{
  background:#fff !important;
}

.Modern-Slider .item .img-fill .info{
  position:absolute;
  width:100%;
  height:100%;
  bottom:4%;
  line-height:100vh;
  text-align:center;
}

.Modern-Slider .item .info > div{
  display:inline-block!important;
  vertical-align:middle;
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:47%;
  right: 5%;
  width:90px;
  height:86px;
  background-color: transparent;
  border:0 none;
  margin-top:-22px;
  background-image: url(../img/flechas.webp);
  background-position: right;
  color:transparent;
  z-index:5;
}

.Modern-Slider .NextArrow:hover{
  background-image: url(../img/flechas-h.webp);
  background-position: right;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  position:absolute;
  top:47%;
  left:5%;
  width:90px;
  height:86px;
  background-color: transparent;
  border:0 none;
  margin-top:-22px;
  background-image: url(../img/flechas.webp);
  color:transparent;
  z-index:5;
}

.Modern-Slider .PrevArrow:hover{
  background-image: url(../img/flechas-h.webp);
  background-position: left;
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .slick-dots{
  position:absolute;
  height:5px;
  background:#CE2B26;
  bottom:0px;
  width:100%;
  left:0px;
  padding:0px;
  margin:0px;
  list-style-type:none;
}
.Modern-Slider .slick-dots li button{display:none;}
.Modern-Slider .slick-dots li{
  float:left;
  width:0px;
  height:5px;
  background:#E4E3DF;
  position:absolute;
  left:0px;
  bottom:0px;
}

.Modern-Slider .slick-dots li.slick-active{
  width:100%;
  animation:ProgressDots 11s both;
}

.Modern-Slider .item h3{
  background-color: rgba(0,0,0,.3);
  color:#ffffff;
  font-size:31px;
  margin-bottom: 2px;
  padding:9px 85px;
}

.Modern-Slider .item h5 a{
  padding:8px 17px;
  background-color: #E02B20;
  border-radius:0px;
  color:#FFF !important;
  font-family: "din-medium";
  font-size:21px;
  text-decoration: none;
  display: inline-block;
}

.Modern-Slider .item h5 a:hover{
  background-color: #8f867b;
}

.Modern-Slider .item.slick-active h3{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider {background:#fff;}
*/

.caption{
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -55%;

  text-align: center;
}

.caption h3{
  background-color: rgba(0,0,0,.3);
  color:#ffffff;
  font-size:31px;
  margin-bottom: 2px;
  padding:9px 85px;
  display: inline-block;
}

.caption h5 a{
  padding:8px 17px;
  background-color: #E02B20;
  border-radius:0px;
  color:#FFF !important;
  font-family: "din-medium";
  font-size:21px;
  text-decoration: none;
  display: inline-block;
}

.Modern-Slider .item h5 a:hover{
  background-color: #8f867b;
}

#prev {
	background-image: url(../img/flechas.webp);
	padding: 5px 14px;
	position: absolute;
	opacity: 1;
	top: 47%;
	width:90px;
  height:86px;
	left: 5%;
	font-size: 25px;
}

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

#next {
	background-image: url(../img/flechas.webp);
  background-position: right;
	padding: 5px 14px;
	position: absolute;
	opacity: 1;
	top: 47%;
	width:90px;
  height:86px;
	right: 5%;
	font-size: 25px;
}

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

#porque-elegirnos{
  padding: 55px 0px;
}

.elegir_home{
  padding: 0px 0px;
  display: flex;
  margin-bottom: 25px;
}

.elegirnos_home{
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  margin: 32px;
  border-radius: 12px;
  padding: 35px 5px;
}

.elegirnos_home h1{
  padding: 11px 29px;
  line-height: 24px;
  font-size: 17px;
}

#porque-elegirnos h2{
  margin-top: 15px;
  text-align: center;
  color: #6c6c6c;
  font-size: 35px;
  font-family: "din-black";
  padding-bottom: 17px;
  text-transform: uppercase;
}

#porque-elegirnos p{
  font-size: 25px;
  text-align: center;
  padding-bottom: 45px;
  font-family: "din-medium";
}

#clientes h1{
  font-family: "din-black";
  text-align: center;
  font-size: 35px;
  color: #6c6c6c;
  padding-bottom: 45px;
}

#clientes{
  padding-bottom: 48px;
}

.gris{
  background-color: #F5F5F5;
  padding: 34px 0px;
}

footer{
  padding: 16px 0px;
  background-color:#C62A21;
}

footer p{
  color: #FFF;
  line-height: 21px;
  text-align: center;
}

.ico2a {
  width: 30px;
  float: left;
  padding-right: 7px;
}

#copy{
  background-color: #171717;
  text-align: right;
  
}

.copy{
  padding: 4px 0px;
}

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

#redes{
  margin-top: 1%;
}

#in{
  background: url(../img/redes.webp) left no-repeat;
  background-position: -39px 2px;
  width:36px;
  height: 39px;
  float:right;
  position: relative;
}

#fb{
  background: url(../img/redes.webp) no-repeat;
  background-position:-2px 2px;
  width:36px;
  height: 39px;
  float: right;
  position: relative;
  margin-right: 2px;
}

#link{
  background: url(../img/redes.webp) right no-repeat;
  width:36px;
  height: 39px;
  float: right;
  position: relative;
  margin-right: 4px;
}

#titulo {
  padding-top: 228px;
  padding-bottom: 228px;
  background-size: cover;
}

#titulo h1 {
  color:#c8c8c8;
  text-align:center;
  font-family: "din-black";
  font-size: 60px;
  text-transform: uppercase;
  padding-bottom:18px;
}

.bg2 {
  background: url(../img/nosotros/bg.webp) no-repeat;
  background-size: auto;
  background-position: center;
}

.bg3 {
  background: url(../img/portafolio/diseno-exhibidores/bg.webp); 
  background-size: auto;
  background-position: center;
}

.bg3b {
  background: url(../img/portafolio/senalizacion-corporativa/bg.webp) no-repeat;
  background-size: auto;
  background-position: center;
}

.bg3c {
  background: url(../img/portafolio/proyectos-especiales/bg.webp) no-repeat;
  background-size: auto;
  background-position: center;
}

.bg3d {
  background: url(../img/portafolio/materia-P.O.P/bg.webp) no-repeat;
  background-size: auto;
  background-position: center;
}

.bg4 {
  background: url(../img/bg-contacto.webp) no-repeat;
  background-size: auto;
  background-position: center;
}

#compania{
  padding: 100px 0px;
  background: url(../img/empresa/bg-compania.jpg) no-repeat center;
}

.text-compania{
  padding: 0px 85px;
}

.text-compania h1{
  color: #686868;
  text-align: justify;
  padding-bottom: 45px;
  font-size: 30px;
  line-height: 36px;
}

#historia{
  background-color: #1A1A1A;
}

.text-historia{
  padding-top: 85px;
  padding-left: 468px;
  padding-right: 71px;
  padding-bottom: 85px;
}

.text-historia h1{
  color: #fff;
  font-size: 40px;
  font-family: "din-medium";
  padding-bottom: 25px;
}

.text-historia p{
  color: #ffffff75;
  text-align: justify;
  line-height: 33px;
  font-size: 21px;
}

#nosotros{
  padding: 35px 0px;
}

.img-nosotros{
  padding-bottom: 30px;
}

#nuestro-equipo{
  padding: 112px 0px;
}

.nuestro-equipo h1{
  font-family: "din-black";
  text-align: center;
  font-size: 40px;
  padding-bottom:25px;
}

.nuestro-equipo p{
  text-align: center;
  font-size: 21px;
  line-height: 30px;
}

#nuestra-trayectoria{
  background-image: url(../img/nosotros/nuestra-trayectoria.webp);
  background-size: cover;
  background-position: center;
  margin-top: 40px;
  padding-bottom: 141px;
}

.nuestra-trayectoria{
  margin-top: -3%;
  padding: 190px 74px 77px 54px;
  background-color: #1A1A1A;
}

.nuestra-trayectoria h1{
  color: #fff;
  font-family: "din-black";
  font-size:53px;
  padding-bottom: 15px;
}

.nuestra-trayectoria p{
  line-height: 30px;
  color: rgba(255,255,255,0.55) !important;
}

.contador{
  display: flex;
}

.contador1_text{
  background-color: #F4583F;
  width: 65%;
  padding: 131px 35px 37px 35px;
  margin-bottom: 25px;
}

.contador1_text h3 {
  color: #ffffff;
  font-size: 50px;
  font-family: "din-black";
  padding-bottom: 18px;
}

.contador1_text p{
  color: #ffffff;
  padding-top: 16px;
}

.contador2_text{
  background-color: #fff;
  width: 65%;
  padding: 62px 35px 53px 35px;
}

.contador2_text h3 {
  font-size: 50px;
  padding-bottom: 17px;
  font-family: "din-black";
  padding-top: 13px;
}

.contador2_text p{
  color:#737373;
  padding-top: 16px;
}

#portafolio{
  padding: 85px 0px;
}

#portafolio h1{
  font-family: "din-black";
  text-align: center;
  font-size: 40px;
  color: #ce2b26;
  padding-bottom: 45px;
}

#portafolio p{
  text-align: center;
  font-size: 19px;
  line-height: 25px;
}

.item-portafolio{
  margin-bottom: 80px;
  text-align: center;
}

.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:transparent;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 999999;
  }


.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  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;
  -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: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 99999;
  visibility: hidden;
}

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

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

.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: rgba(0, 0, 0, 0.9);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: -25px;
  margin-left: -15px;
  z-index:99999;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  width: 100%;
  float: left;
  position: relative;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: #000;
  color: #4286b0;
  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);
}

.proyec h1{
  text-align: center;
  font-family: "Oregon LDO Bold";
  text-transform: uppercase;
}

.proyecto {
  border-radius: 18px;
  float: left;
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 21px;
  overflow: hidden;
}

.proyecto span{
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  font-family: "din-medium";
  align-items: center;
  color: #fff;
  font-size: 25px;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 0px 2px #000;
  background-color: #00000069;
}

.proyecto:hover .hover{
  background:rgba(24, 24, 24, 0.78);
  opacity: 1;
}

#formulario{
  padding:61px 0px;
}

#formulario h1{
  padding-bottom: 37px;
  font-size: 19px;
  text-align: center;
  line-height: 24px;
}

#formulario h2{
  padding-top:7px;
  font-size:11px;
}

#formulario h3{
  padding-top: 15px;
  padding-left: 5px;
  font-size: 18px;
  font-family: "din-medium";
}

#formulario p{
  margin-top:57%;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  font-family: "din-medium";
}

#formulario input {
  width: 100%;
  border: 1px solid #41414154;
  font-size: 16px;
  border-radius: 0px;
  padding: 7px 10px;
  margin-top: 5px;
}

#formulario textarea {
  width: 100%;
  border:1px solid #41414154;
  font-size: 16px;
  padding: 15px 10px;
  margin-top: 5px;
  border-radius: 0px;
  height: 120px;
}

#formulario a{
  padding: 13px 20px;
  color: #fff !important;
  background-color: #CD2925 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 31px;
  text-decoration: none;
  border-radius: 25px;
}

#formulario a:hover{
  background-color: #90887F !important;
}

.form-control {
  font-size: 15px;
  padding: 8px 8px;
  border-radius: 0px;
  border: 1px solid #41414154;
  height: 40px;
  margin-top: 7px;
}

#formulario h4 {
  text-align: left;
  float: left;
  margin-top:12px !important;
  color: #373435 !important;
}

#enviar {
  width: 100px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  text-align: center;
  font-size: 20px !important;
  margin-top: 31px !important;
  padding: 12px 0px !important;
  background:#8f867b !important;
  margin-right: 15px;
  font-family: "din-black" !important;
  border: none !important;
  border-radius: 0px !important;
}

#enviar:hover{
  background-color: #CE2B26 !important;
}

#borrar {
  width: 100px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  text-align: center;
  font-size: 20px !important;
  margin-top: 31px !important;
  padding: 12px 0px !important;
  background:#8f867b !important;
  border: none !important;
  border-radius: 0px !important;
  font-family: "din-medium" !important;
}

#borrar:hover{
  background-color: #CE2B26 !important;
}

#mapa{
  padding: 95px 0px;
}

#ampliar {
  font-family: "din-black";
  background-color:#7B7C80;
  color: #FFF;
  padding: 10px 20px;
  position: absolute;
  right: 1%;
  bottom:40px;
  text-decoration: none !important;
  font-size: 20px;
}

#ampliar:hover{
  background:#ce2b26;
}

#map{
  height:411px;
}

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


@keyframes pulse {
  0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgb(1, 169, 1);
  }
  
  70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  
  100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}




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

  #navbar a{
    padding: 5px;
    text-decoration: none;
    border: none;
    text-align: center;
    background-color: transparent;
    width: 100%;
    color:rgb(143, 134, 123);
    float: left;
    position: relative;
    display:inline-block;
    border-bottom: 1px solid #c2c2c247;
  }

  #menu2 .selec{
    text-decoration: none;
    color:#ce2b26 !important;
  }

  #menu2 .selec2 {
    text-decoration: none;
    color: #fff;
  }

  .navbar-default{
    background-color: transparent;
    border: none;
  }

  #navbar li{
    width: 100%;
    display: inline-block;
    margin: 0px 0px 0px 74px;
  }

  #navbar a:hover{
    color:#ce2b26;
    text-decoration: none;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left,.navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
    border: 1px !important;
    margin-right: 0px;
  }

  nav .me{
    font-family: "din-medium";
    font-size: 13px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }

  .navbar-nav{
    margin: 0px;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    
  .navbar-collapse.collapse {
    display: none!important;
  }

  .navbar-default .navbar-toggle .icon-bar{
    background-color: #ce2b26;
  }

  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color: transparent;
  }

  .navbar-toggle .icon-bar{
    width: 39px;
    height: 2px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px ;
    padding-bottom: 10px;
  }

  .collapse.in{
    display:block !important;
  }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color: #fff0;
  }

  #navbar li{
    width: 100%;
    margin:0px;
  }
}


/*-----------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 400px) and (min-width:301px){

  #menu{
    margin-top: -74px;
  }

  #menu2 {
    margin-top: -24%;
    margin-bottom: 0px;
  }

  .img2 {
    width: 118px;
    float: left;
  }

  #banner{
    margin-top:32%;
  }

  .elegir_home{
    display: block;
    padding: 0px 7px;
  }

  .elegirnos_home{
    margin: 0px;
  }

  .elegirnos_home h1{
    line-height: 20px;
    font-size: 15px;
  }

  footer p{
    margin-bottom: 21px;
  }

  #porque-elegirnos p{
    font-size: 18px;
  }

  #porque-elegirnos h2{
    font-size: 29px;
  }

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

  #titulo{
    padding-top: 63px;
    padding-bottom: 69px;
    margin-top: 39%;
  }

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

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

  .text-compania {
    padding: 0px 12px;
  }

  .text-compania h1{
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 0px;
  }

  #compania{
    padding: 62px 0px;
  }

  .text-historia{
    padding-top: 41px;
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 51px;
  }

  .contador1_text{
    width: 100%;
  }

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

  .contador2_text{
    width: 100%;
  }

  .text-historia p{
    line-height: 20px;
    font-size: 17px;
  }

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

  #nuestro-equipo {
    padding: 76px 0px;
  }

  .nuestro-equipo p{
    font-size: 18px;
    line-height: 25px;
  }

  .nuestra-trayectoria{
    margin-top: -6%;
    padding: 132px 18px 41px 18px;
  }

  .nuestra-trayectoria h1{
    font-size: 40px;
  }

  #portafolio p{
    line-height: 21px;
    font-size: 17px;
  }
  
}


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


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

  #menu{
    margin-top: -74px;
  }

  #menu2 {
    margin-top: -16%;
    margin-bottom: 0px;
  }

  .img2 {
    width: 118px;
    float: left;
  }

  #banner{
    margin-top:15%;
  }

  .elegir_home{
    display: block;
    padding: 0px 16px;
  }

  .elegirnos_home{
    margin: 0px;
  }

  #porque-elegirnos p{
    font-size: 18px;
  }

  #porque-elegirnos h2{
    font-size: 29px;
  }

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

  #titulo{
    padding-top: 111px;
    padding-bottom: 102px;
    margin-top: 14%;
  }

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

  .text-compania {
    padding: 0px 25px;
  }

  .text-compania h1{
    font-size: 19px;
    line-height: 24px;
    padding-bottom: 0px;
  }

  #compania{
    padding: 62px 0px;
  }

  .text-historia{
    padding-left: 54px;
    padding-right: 54px;
  }

  .text-historia p{
    line-height: 28px;
    font-size: 19px;
  }

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

  #nuestro-equipo {
    padding: 76px 0px;
  }

  .nuestro-equipo p{
    font-size: 18px;
    line-height: 25px;
  }

  .nuestra-trayectoria{
    margin-top: -6%;
  }

  .nuestra-trayectoria h1{
    font-size: 45px;
  }

  #portafolio p{
    font-size: 17px;
  }

  footer p {
    margin-bottom: 21px;
  }

  #formulario p {
    margin-top: 13%;
  }
  
  
}


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


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


  #menu2 {
    margin-top: -13%;
    margin-bottom: 0px;
  }

  .img2 {
    width: 118px;
    float: left;
  }

  #banner{
    margin-top:15%;
  }

  .elegir_home{
    display: block;
    padding: 0px 25px;
  }

  .elegirnos_home{
    margin: 0px;
  }

  #porque-elegirnos p{
    font-size: 18px;
  }

  #porque-elegirnos h2{
    font-size: 29px;
  }

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

  #titulo{
    padding-top: 111px;
    padding-bottom: 102px;
    margin-top: 14%;
  }

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

  .text-compania {
    padding: 0px 25px;
  }

  .text-compania h1{
    font-size: 23px;
    line-height: 27px;
    padding-bottom: 0px;
  }

  #compania{
    padding: 62px 0px;
  }

  .text-historia{
    padding-left: 54px;
    padding-right: 54px;
  }

  .text-historia p{
    line-height: 28px;
    font-size: 19px;
  }

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

  #nuestro-equipo {
    padding: 76px 0px;
  }

  .nuestro-equipo p{
    font-size: 18px;
    line-height: 25px;
  }

  .nuestra-trayectoria{
    margin-top: -6%;
  }

  .nuestra-trayectoria h1{
    font-size: 45px;
  }

  #portafolio p{
    font-size: 17px;
  }

  #formulario p {
    margin-top: 13%;
  }

}

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


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

  #menu2 {
    margin-top: -10%;
    margin-bottom: 0px;
  }

  .img2 {
    width: 118px;
    float: left;
  }

  #banner{
    margin-top:15%;
  }

  .elegir_home{
    display: block;
    padding: 0px 25px;
  }

  .elegirnos_home{
    margin: 0px;
  }

  #porque-elegirnos p{
    font-size: 18px;
  }

  #porque-elegirnos h2{
    font-size: 29px;
  }

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

  #titulo{
    padding-top: 111px;
    padding-bottom: 102px;
    margin-top: 14%;
  }

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

  .text-compania {
    padding: 0px 25px;
  }

  .text-compania h1{
    font-size: 23px;
    line-height: 27px;
    padding-bottom: 0px;
  }

  #compania{
    padding: 62px 0px;
  }

  .text-historia{
    padding-left: 54px;
    padding-right: 54px;
  }

  .text-historia p{
    line-height: 28px;
    font-size: 19px;
  }

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

  #nuestro-equipo {
    padding: 76px 0px;
  }

  .nuestro-equipo p{
    font-size: 18px;
    line-height: 25px;
  }

  .nuestra-trayectoria{
    margin-top: -6%;
  }

  .nuestra-trayectoria h1{
    font-size: 45px;
  }

  #portafolio p{
    font-size: 17px;
  }

  #formulario p {
    margin-top: 13%;
  }

}




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

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

  #menu2 {
    margin-top: -10%;
    margin-bottom: 0px;
  }

  .img2 {
    width: 118px;
    float: left;
  }

  #banner{
    margin-top:15%;
  }

  .elegir_home{
    display: block;
    padding: 0px 51px;
  }

  .elegirnos_home{
    margin: 0px;
  }

  #porque-elegirnos p{
    font-size: 18px;
  }

  #porque-elegirnos h2{
    font-size: 29px;
  }

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

  #titulo{
    padding-top: 111px;
    padding-bottom: 102px;
    margin-top: 14%;
  }

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

  .text-compania {
    padding: 0px 25px;
  }

  .text-compania h1{
    font-size: 23px;
    line-height: 27px;
    padding-bottom: 0px;
  }

  #compania{
    padding: 62px 0px;
  }

  .text-historia{
    padding-left: 54px;
    padding-right: 54px;
  }

  .text-historia p{
    line-height: 28px;
    font-size: 19px;
  }

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

  #nuestro-equipo {
    padding: 76px 0px;
  }

  .nuestro-equipo p{
    font-size: 18px;
    line-height: 25px;
  }

  .nuestra-trayectoria{
    margin-top: -6%;
  }

  .nuestra-trayectoria h1{
    font-size: 45px;
  }

  #portafolio p{
    font-size: 17px;
  }

  #formulario p {
    margin-top: 13%;
  }

}


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


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

  #menu2 {
    margin-top: -10%;
    margin-bottom: 0px;
  }

  .img2 {
    width: 118px;
    float: left;
  }

  #banner{
    margin-top:15%;
  }

  .elegir_home{
    display: block;
    padding: 0px 51px;
  }

  .elegirnos_home{
    margin: 0px;
  }

  #porque-elegirnos p{
    font-size: 18px;
  }

  #porque-elegirnos h2{
    font-size: 29px;
  }

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

  #titulo{
    padding-top: 111px;
    padding-bottom: 102px;
    margin-top: 14%;
  }

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

  .text-compania {
    padding: 0px 25px;
  }

  .text-compania h1{
    font-size: 23px;
    line-height: 27px;
    padding-bottom: 0px;
  }

  #compania{
    padding: 62px 0px;
  }

  .text-historia{
    padding-left: 54px;
    padding-right: 54px;
  }

  .text-historia p{
    line-height: 28px;
    font-size: 19px;
  }

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

  #nuestro-equipo {
    padding: 76px 0px;
  }

  .nuestro-equipo p{
    font-size: 18px;
    line-height: 25px;
  }

  .nuestra-trayectoria{
    margin-top: -6%;
  }

  .nuestra-trayectoria h1{
    font-size: 45px;
  }

  #portafolio p{
    font-size: 17px;
  }

  #formulario p {
    margin-top: 13%;
  }

  
}


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

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

  #menu2 {
    margin-top: -9%;
    margin-bottom: 0px;
  }

  .img2 {
    width: 118px;
    float: left;
  }

  #banner{
    margin-top:13%;
  }

  .elegir_home{
    display: block;
    padding: 0px 71px;
  }

  .elegirnos_home{
    margin: 0px;
  }

  #porque-elegirnos p{
    font-size: 18px;
  }

  #porque-elegirnos h2{
    font-size: 29px;
  }

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

  #titulo{
    padding-top: 111px;
    padding-bottom: 102px;
    margin-top: 14%;
  }

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

  .text-compania {
    padding: 0px 25px;
  }

  .text-compania h1{
    font-size: 23px;
    line-height: 27px;
    padding-bottom: 0px;
  }

  #compania{
    padding: 62px 0px;
  }

  .text-historia{
    padding-left: 54px;
    padding-right: 54px;
  }

  .text-historia p{
    line-height: 28px;
    font-size: 19px;
  }

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

  #nuestro-equipo {
    padding: 76px 0px;
  }

  .nuestro-equipo p{
    font-size: 18px;
    line-height: 25px;
  }

  .nuestra-trayectoria{
    margin-top: -6%;
  }

  .nuestra-trayectoria h1{
    font-size: 45px;
  }

  #portafolio p{
    font-size: 17px;
  }

  #formulario p {
    margin-top: 13%;
  }


}

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

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

  #menu2 {
    margin-top: -7%;
    margin-bottom: 0px;
  }

  .img2 {
    width: 118px;
    float: left;
  }

  #banner{
    margin-top:15%;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .elegir_home{
    padding: 0px 8px;
  }

  .elegirnos_home{
    margin: 0px;
  }

  .elegirnos_home h1{
    line-height: 19px;
    font-size: 14px;
    padding: 11px 10px;
  }

  #porque-elegirnos p{
    font-size: 18px;
  }

  #porque-elegirnos h2{
    font-size: 29px;
  }

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

  #titulo{
    padding-top: 111px;
    padding-bottom: 102px;
    margin-top: 13%;
  }

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

  .text-compania {
    padding: 0px 25px;
  }

  .text-compania h1{
    font-size: 23px;
    line-height: 27px;
    padding-bottom: 0px;
  }

  #compania{
    padding: 62px 0px;
  }

  .text-historia{
    padding-left: 54px;
    padding-right: 54px;
  }

  .text-historia p{
    line-height: 28px;
    font-size: 19px;
  }

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

  #nuestro-equipo {
    padding: 76px 0px;
  }

  .nuestro-equipo p{
    font-size: 18px;
    line-height: 25px;
  }

  .nuestra-trayectoria{
    margin-top: -6%;
  }

  .nuestra-trayectoria h1{
    font-size: 45px;
  }

  #portafolio p{
    font-size: 17px;
  }

  #formulario p {
    margin-top: 32%;
  }


}

/*-------------------------------------------------------------------------------------------------------------*/
@media (max-width:850px) and (min-width:801px){

  #menu2 {
    margin-top: -8%;
    margin-bottom: 0px;
  }

  .img2 {
    width: 138px;
    float: left;
  }

  #banner{
    margin-top:12%;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .elegirnos_home{
    margin: 7px;
  }

  .elegirnos_home h1{
    padding: 11px 14px;
    line-height: 21px;
    font-size: 16px;
  }

  #porque-elegirnos p{
    font-size: 21px;
  }

  #porque-elegirnos h2{
    font-size: 31px;
  }

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

  .text-compania h1{
    font-size: 29px;
    line-height: 34px;
  }

  .text-historia{
    padding-left: 101px;
    padding-right: 101px;
  }

  #formulario p{
    margin-top: 32%;
  }

}

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

@media (max-width: 900px) and (min-width:851px){

  .img2 {
    width: 153px;
    float: left;
  }

  #menu2 {
    margin-top: -8%;
    margin-bottom: 0px;
  }

  .elegirnos_home{
    margin: 9px;
    padding: 21px 5px;
  }

  .elegirnos_home h1{
    padding: 11px 13px;
  }

  .elegirnos_home h1{
    padding: 11px 13px;
    line-height: 21px;
    font-size: 15px;
  }

  #porque-elegirnos h2{
    font-size: 31px;
  }

  #porque-elegirnos p{
    font-size: 21px;
  }

  .text-compania h1{
    font-size: 28px;
    line-height: 32px;
  }

  .text-historia{
    padding-left: 102px;
    padding-right: 102px;
  }

  #titulo{
    padding-top: 145px;
    padding-bottom: 130px;
    margin-top: 13%;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #formulario p{
    margin-top: 32%;
  }


}


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


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

  #banner {
    margin-top: 13%;
  }

  #menu2 {
    margin-top: -8%;
    margin-bottom: 0px;
  }

  .img2 {
    width: 158px;
    float: left;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .elegirnos_home{
    margin: 8px;
  }

  .elegirnos_home h1{
    padding: 11px 17px;
  }

  .elegirnos_home h1{
    line-height: 21px;
    font-size: 16px;
  }

  #porque-elegirnos h2{
    font-size: 30px;
  }

  #porque-elegirnos p{
    font-size: 20px;
  }

  .text-compania h1{
    font-size: 28px;
    line-height: 32px;
  }

  .text-historia{
    padding-left: 92px;
    padding-right: 92px;
  }

  .text-historia p{
    line-height: 28px;
  }

  #nuestro-equipo {
    padding: 80px 0px;
  }

  #formulario p{
    margin-top: 32%;
  }


}



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

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

  #navbar li{
    margin: 4px 0px 0px 24px;
  }

  .elegirnos_home{
    margin: 13px;
  }

  .elegirnos_home h1{
    line-height: 20px;
    font-size: 16px;
  }

  #porque-elegirnos p{
    font-size: 21px;
  }

  .text-compania h1{
    font-size: 29px;
    line-height: 34px;
  }

  .text-historia p{
    line-height: 22px;
    font-size: 16px;
  }

  .text-historia{
    padding-left: 38px;
    padding-right: 34px;
    padding-top: 27px;
    padding-bottom: 32px;
  }

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

  .nuestra-trayectoria h1{
    font-size: 46px;
  }

  #titulo{
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .Modern-Slider .item .img-fill .info{
    bottom: 50% !important;
  }

  .Modern-Slider .item h3{
    padding: 11px 15px !important;
    font-size: 25px !important;
  }

  #formulario p{
    margin-top: 32%;
  }
  
}

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

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

  .elegirnos_home{
    margin: 15px;
  }

  .text-historia{
    padding-top: 31px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .text-historia p{
    line-height: 26px;
    font-size: 17px;
  }

  #nuestro-equipo {
    padding: 80px 0px;
  }

  #porque-elegirnos p{
    font-size: 21px;
  }

  .elegirnos_home h1{
    line-height: 21px;
    font-size: 16px;
  }

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

  .Modern-Slider .item .img-fill .info{
    bottom:45% !important;
  }

  .Modern-Slider .item h3{
    padding: 11px 15px !important;
    font-size: 25px !important;
  }

  #formulario p{
    margin-top: 32%;
  }

  
}


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

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

  .img2 {
    width: 121px;
    float: left;
  }

  .elegirnos_home{
    margin: 5px;
  }

  .elegirnos_home h1{
    padding: 11px 8px;
  }

  #menu .navbar-nav > li > a{
    margin: 0px 6px !important;
    font-size: 16px !important;
  }

  #porque-elegirnos h2{
    font-size: 30px;
  }

  #porque-elegirnos p{
    font-size: 20px;
  }

  .text-compania {
    padding: 0px 18px;
  }

  .text-compania h1{
    font-size: 26px;
    line-height: 29px;
  }

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

  .text-historia{
    padding-top: 40px;
    padding-left: 53px;
    padding-right: 53px;
    padding-bottom: 85px;
  }

  #nuestro-equipo {
    padding: 85px 0px;
  }

  .nuestra-trayectoria{
    padding: 190px 20px 48px 24px;
  }

  .nuestra-trayectoria h1{
    font-size: 36px;
  }

  .contador1_text{
    width: 100%;
    padding: 78px 35px 37px 35px;
  }

  .contador2_text{
    width: 100%;
  }

  #titulo{
    padding-top: 129px;
    padding-bottom: 129px;
  }

  .Modern-Slider .item .img-fill .info{
    bottom:25% !important;
  }

  .Modern-Slider .item h3{
    padding: 11px 15px !important;
    font-size: 25px !important;
  }

  #formulario p{
    margin-top: 50%;
    font-size: 12px;
    line-height: 19px;
  }

}



@media (max-width: 1401px) and (min-width:1301px){

  .elegir_home{
    display: contents;
  }

  .img2 {
    width: 121px;
    float: left;
  }

  footer p{
    font-size: 13px;
  }

  .nuestro-equipo h1{
    font-size: 35px;
  }

  #portafolio h1{
    padding-bottom: 24px;
    font-size: 33px;
  }

  #portafolio p{
    font-size: 17px;
    line-height: 23px;
  }

  .proyecto span{
    font-size: 25px;
  }

  #formulario p{
    line-height: 22px;
    font-size: 17px;
  }

  .nuestro-equipo p{
    font-size: 18px;
    line-height: 25px;
  }

  #menu .navbar-nav > li > a{
    margin: 0px 10px !important;
    font-size: 16px !important;
  }

  #porque-elegirnos h2{
    font-size: 30px;
  }

  #porque-elegirnos p{
    font-size: 20px;
  }

  .text-compania {
    padding: 0px 18px;
  }

  .text-compania h1{
    font-size:21px;
    line-height: 27px;
  }

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

  .text-historia{
    padding-top: 40px;
    padding-left: 53px;
    padding-right: 53px;
    padding-bottom: 85px;
  }

  #nuestro-equipo {
    padding: 85px 0px;
  }

  .nuestra-trayectoria{
    padding: 190px 20px 48px 24px;
  }

  .nuestra-trayectoria h1{
    font-size: 36px;
  }

  .contador1_text{
    width: 100%;
    padding: 78px 35px 37px 35px;
  }

  .contador2_text{
    width: 100%;
  }

  #titulo{
    padding-top: 129px;
    padding-bottom: 129px;
  }

  .Modern-Slider .item .img-fill .info{
    bottom:11% !important;
  }

  .Modern-Slider .item h3{
    padding: 11px 15px !important;
    font-size: 32px !important;
  }

}





@media (max-width: 1500px) and (min-width:1402px){

  .elegir_home{
    display: contents;
  }

  .img2 {
    width: 121px;
    float: left;
  }

  footer p{
    font-size: 13px;
  }

  .nuestro-equipo h1{
    font-size: 33px;
  }

  #portafolio h1{
    padding-bottom: 24px;
    font-size: 36px;
  }

  #portafolio p{
    font-size: 17px;
    line-height: 23px;
  }

  .proyecto span{
    font-size: 25px;
  }

  #formulario p{
    line-height: 22px;
    font-size: 17px;
  }

  .nuestro-equipo p{
    font-size: 18px;
    line-height: 25px;
  }

  #menu .navbar-nav > li > a{
    margin: 0px 11px !important;
    font-size: 16px !important;
  }

  #porque-elegirnos h2{
    font-size: 23px;
  }

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

  #porque-elegirnos p{
    font-size: 20px;
  }

  .text-compania {
    padding: 0px 18px;
  }

  .text-compania h1{
    font-size: 26px;
    line-height: 29px;
  }

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

  .text-historia{
    padding-top: 40px;
    padding-left: 53px;
    padding-right: 53px;
    padding-bottom: 85px;
  }

  #nuestro-equipo {
    padding: 85px 0px;
  }

  .nuestra-trayectoria{
    padding: 190px 20px 48px 24px;
  }

  .nuestra-trayectoria h1{
    font-size: 36px;
  }

  .contador1_text{
    width: 100%;
    padding: 78px 35px 37px 35px;
  }

  .contador2_text{
    width: 100%;
  }

  #titulo{
    padding-top: 129px;
    padding-bottom: 129px;
  }
}



@media (max-width: 1600px) and (min-width:1501px){

  .img2 {
    width: 154px;
    float: left;
  }

  #menu .navbar-nav > li > a{
    font-size: 17px !important;
    margin: 0px 13px !important;
  }

  .elegirnos_home h1{
    padding: 11px 14px;
    line-height: 19px;
    font-size: 15px;
  }

  .elegirnos_home{
    margin: 8px;
  }

  #porque-elegirnos p{
    font-size: 20px;
  }

  #porque-elegirnos h2{
    font-size: 31px;
  }

  footer p{
    font-size: 16px;
  }

  .text-compania h1{
    font-size: 25px;
    line-height: 31px;
  }

  .text-historia{
    padding-left: 59px;
  }

  .text-historia p{
    line-height: 27px;
    font-size: 19px;
  }

  .nuestra-trayectoria h1{
    font-size: 41px;
  }

  .nuestra-trayectoria{
    padding: 180px 46px 77px 46px;
  }

  .contador1_text{
    width: 100%;
  }

  .contador2_text{
    width: 100%;
  }

  #portafolio p{
    font-size: 17px;
  }

  .proyecto span{
    font-size: 28px;
  }

  #formulario p{
    margin-top: 50%;
    font-size: 15px;
  }


}


@media (max-width: 1700px) and (min-width:1601px){

  #menu .navbar-nav > li > a{
    margin: 0px 16px !important;
  }

  #menu{
    margin-top: 8% !important;
  }

  .elegirnos_home{
    margin: 8px;
  }

  .elegirnos_home h1{
    padding: 11px 12px;
  }

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

  #porque-elegirnos h2{
    font-size: 29px;
  }

  #porque-elegirnos p{
    font-size: 21px;
  }

  .text-compania {
    padding: 0px 44px;
  }

  .text-compania h1{
    font-size: 29px;
    line-height: 36px;
  }

  .text-historia{
    padding-left: 71px;
  }

  .text-historia p{
    line-height: 31px;
    font-size: 20px;
  }

  .nuestra-trayectoria h1{
    font-size: 44px;
  }

  .contador1_text{
    width: 80%;
  }

  .contador2_text{
    width: 80%;
  }

  #formulario p{
    margin-top: 50%;
    font-size: 15px;
  }
  

}



@media (max-width: 1800px) and (min-width:1701px){

  #menu .navbar-nav > li > a{
    margin: 0px 20px !important;
  }

  #titulo{
    padding-top: 193px;
    padding-bottom: 146px;
    margin-top: 7%;
  }

  #menu{
    margin-top: 7%;
  }

  .elegirnos_home{
    margin: 9px;
  }

  .elegirnos_home h1{
    padding: 11px 15px;
    line-height: 21px;
    font-size: 15px;
  }

  #porque-elegirnos p{
    font-size: 20px;
  }

  .text-compania h1{
    font-size: 26px;
    line-height: 33px;
  }

  .text-historia{
    padding-top: 68px;
    padding-left: 189px;
    padding-bottom: 76px;
  }

  .text-historia p{
    line-height: 28px;
    font-size: 18px;
  }

  .nuestra-trayectoria h1{
    font-size: 43px;
  }

  #porque-elegirnos h2{
    font-size: 30px;
  }

}



@media (max-width: 1900px) and (min-width:1801px){

  #menu .navbar-nav > li > a{
    margin: 0px 23px !important;
  }

  #menu{
    margin-top: 7% !important;
  }

  .elegirnos_home{
    margin: 9px;
  }

  .elegirnos_home h1{
    padding: 11px 16px;
    line-height: 22px;
    font-size: 15px;
  }

  #porque-elegirnos p{
    font-size: 21px;
  }

  .text-compania h1{
    font-size: 27px;
    line-height: 33px;
  }

  .text-historia{
    padding-left: 161px;
  }

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

  .nuestra-trayectoria h1{
    font-size: 43px;
  }

}


@media (max-width: 2100px) and (min-width:1901px){

  .elegirnos_home{
    margin: 8px;
  }

  #menu .navbar-nav > li > a{
    margin: 0px 23px !important;
  }

  .elegirnos_home h1{
    line-height: 22px;
    font-size: 16px;
  }

  .text-historia{
    padding-left: 191px;
  }

  .nuestra-trayectoria h1{
    font-size: 46px;
  }

}


@media (max-width: 2200px) and (min-width:2100px){


  .elegirnos_home{
    margin: 11px;
  }

  .elegirnos_home h1{
    font-size: 16px;
  }

  .text-historia{
    padding-left: 342px;
  }


}