*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body{font-family: 'Montserrat Regular';}

p{color: #535353}

h1{
  color: #eeba30;
  font-family: 'Montserrat ExtraBold';
  line-height: 0.9;
  padding-bottom: 5%;
}

h2{
  font-family: 'Montserrat Light';
  color: #fff;
}

h3{
  font-family: 'Montserrat';
  color: #fff;
}

h4{
  color: #eeba30;
  font-family: 'Montserrat Bold';
  padding: 10% 0 6%;
}

.title{font-family: 'Montserrat SemiBold';}

#main{padding: 5% 0;}

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

.centrar{text-align: center;}

.principal{
  width: 100%;
  content: "";
}

#head{
  background-color: #000;
  text-align: center;
  width: 100%;
}

#bannerHead{
  background-image: url(img/headImg_1024x512.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  text-align: center;
}

#bannerHead input{
  font-size: 20px;
  color: #eeba30;
  background-color: transparent;
  border: 1px solid #eeba30;
  border-radius: 8px;
  padding: 8px 40px;
}

.contenedor{width: 100%;}

.flex{
  width: 100%;
  padding: 0 15% 0 15%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  background-color: #000;
  color: #fff;
}

.contenedor-flex{
  width: 70%;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  padding: 5% 0;
}

#servicios{
  width: 70%;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}

.boxBanner{
  width: 50%;
  margin: auto;
}

.marco, .marco-2{padding: 18% 0 18%;}

.marco > p{
  color: #fff;
  line-height: 1.5;;
}

.padding-input{padding: 10% 0 10%;}

.padding-texto{padding: 0 15% 0;}

.contenedor-2{
  width: 70%;
  margin: auto;
  text-align: center;
}

.texto{padding-bottom: 13%;}

h3:last-child{
  padding: 1%;
  color: #535353;
}

.tercio > .texto > h4 {
  color: #535353;
  padding: 15% 0 15%;
}

.contenedor > p{line-height: 1.5;}

.centrar > input[type="button"]{
  padding: 4% 10%;
  border: none;
  background-color: #000;
  border-radius: 8px;
  color: #fff;
  margin: 5% 0 20%;
}

.texto{
  text-align: center;
  padding: 0 5% 5%;
}

.col{
  box-shadow: 1px 1px 10px rgb(197, 197, 197);
  text-align: center;
}

.columna{
  width: 25%;
  padding: 5% 0;
}

.tercio{width: 33.3333%;}

#bannerFooter{
  background-image: url(img/footerImg_1024x600.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  text-align: center;
  box-shadow: 500px 10px 300px black inset;
}

.frame{padding: 10% 45% 20% 10%}

#uno, #dos, .tres{
color: #fff;
text-align: left;
line-height: 0.7;
}

#uno, #dos{font-family: 'Montserrat Bold';}

#dos > span{color: #eeba30}

.input-footer{
  font-size: 25px;
  float: left;
  margin: 20px 0 20px;
  border: 2px solid grey;
  border-radius: 8px;
  padding: 8px;
  background-color: transparent;
  color: #eeba30;
}

ul li {
  display: inline;
}

a{
  text-decoration: none;
  color: #fff;
}

li{
  font-family: 'social-media-icons-circle';
  padding: 6px;
  
}
#pstfooter{
  background-color: #000;
  text-align: center;
}

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #bannerHead{background-image: url(img/headImg_380x190.jpg);}
  
  #bannerHead input{
    font-size: 11px;
    padding: 4px 15px;
  }
  
  h1{font-size: 35px;}
  
  h2{font-size: 22px;}
  
  h3{font-size: 7px;}
  
  h4{font-size: 20px;}
  
  p{
    margin: 15px 0px 15px;
    font-size: 11px;
  }
  
  .title{
    font-size: 18px;
    color: #eeba30;
  }
  
  .padding-texto{
    font-size: 9px;
    line-height: 1.5;
  }
  
  .contenedor-2 > p{font-size: 16px;}
  
  .contenedor-flex{flex-wrap: wrap;}
  
  .tercio{width: 90%;}
  
  #uno{font-size: 15px;}
  
  #dos{font-size: 35px;}
  
  .tres{
    font-size: 11px;
    line-height: 1.5;
  }
  
  li{font-size: 40px;}
  
  #footer > p {font-size: 18px;}
  
  .centrar > input[type="button"]{font-size: 20px;}
  
  .input-footer{font-size: 10px;}
  
  #bannerFooter{
    background-image: url(img/footerImg_380x223.jpg);
    box-shadow: 150px 10px 70PX black inset;
  }
  
  .columna{width: 100%;}
  
  #servicios {
	  width: 70%;
	  margin: auto;
	  display: flex;
	  flex-flow: column wrap;
	  justify-content: space-around;
  }
  
  .flex{
    width: 100%;
    flex-flow: row wrap;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  /* body{
    background-color: aqua;
  } */
  
  #bannerHead{background-image: url(img/headImg_640x320.jpg);}
  
  #bannerHead input{font-size: 40px;}
  
  h1{font-size: 57px;}
  
  h2{font-size: 35px;}
  
  h3{font-size: 10px;}
  
  h4{font-size: 12px;;}
  
  p{
    margin: 15px 0px 15px;
    font-size: 11px;
  }
  
  .title{
    font-size: 30px;
    color: #eeba30;
  }
  
  .padding-texto{
    font-size: 12px;
    line-height: 1.5;
  }
  
  .contenedor-2 > p{font-size: 16px;}
  
  #bannerHead input{font-size: 16px;}
  
  #uno{font-size: 30px;}
  
  #dos{font-size: 70px;}
  
  .tres{
    font-size: 12px;
    line-height: 1.5;
  }
  
  li{font-size: 15px;}
  
  #footer > p {font-size: 18px;}

  .centrar > input[type="button"]{font-size: 11px;}
  
  .input-footer{font-size: 16px;}

    #bannerFooter{
    background-image: url(img/footerImg_640x375.jpg);
    box-shadow: 300px 10px 120PX black inset;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (min-width: 768px) {
  body{
    background-color: blueviolet;
  }
  #bannerHead{
    background-image: url(img/headImg_780x390.jpg);
  }

  #bannerFooter{
    background-image: url(img/footerImg_780x417.jpg);
    box-shadow: 290px 10px 120PX black inset;
  }
} */

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  /* body{
    background-color: rgb(128, 106, 79);
  } */
  #bannerHead{background-image: url(img/headImg_1024x512.jpg);}
  
  #bannerHead input{
    font-size: 24px;
    padding: 10px 35px;
  }
  
  h1{font-size: 86px;}
  
  h2{font-size: 53px;}
  
  h3{font-size: 16px;}
  
  h4{font-size: 20px;}
  
  p{
    margin: 15px 0px 15px;
    font-size: 15px;
  }
  
  .title{
    font-size: 39px;
    color: #eeba30;
  }
  
  .padding-texto{
    font-size: 15px;
    line-height: 1.5;
  }
  
  .contenedor-2 > p{font-size: 16px;}
  
  .tercio{width: 90%;}
  
  #uno{font-size: 50px;}
  
  #dos{font-size: 106px;}
  
  .tres{
    font-size: 17px;
    line-height: 1.5;
  }
  
  li{font-size: 30px;}
  
  #footer > p {font-size: 18px;}
  
  .centrar > input[type="button"]{font-size: 20px;}
  
  .input-footer{font-size: 20px;}
  
  .frame {padding: 10% 45% 15% 10%;}
  
  #bannerFooter {
    background-image: url(img/footerImg_1024x600.jpg);
    box-shadow: 400px 0px 140PX black inset;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  /* body{
    background-color: red;
  } */
  #bannerHead{background-image: url(img/headImg_1280x640.jpg);}
  
  h1{font-size: 112px;}
  
  h2{font-size: 4.2em;}
  
  h3{font-size: 19px;}
  
  h4{font-size: 18px;}
  
  p{
    margin: 15px 0px 15px;
    font-size: 18px;
  }
  
  .title{
    font-size: 50px;
    color: #eeba30;
  }
  
  .padding-texto{
    font-size: 18px;
    line-height: 1.5;
  }
  
  .contenedor-2 > p{font-size: 16px}
  
  #uno{font-size: 55px}
  
  #dos{font-size: 125px}
  
  .tres{
    font-size: 18px;
    line-height: 1.5;
  }
  
  li{font-size: 38px;}
  
  #footer > p {font-size: 18px;}
  
  #bannerFooter{
    background-image: url(img/footerImg_1280x750.jpg);
    box-shadow: 480px 10px 120PX black inset;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1900px) {
  /* body{
    background-color: rgb(51, 255, 0);
  } */
  #bannerHead{background-image: url(img/headImg_2024x1012.jpg);}
  
  #bannerHead input{font-size: 40px;}
  
  h1{font-size: 210px;}
  
  h2{font-size: 130px;}
  
  h3{font-size: 35px;}
  
  h4{font-size: 35px;}

  .padding-texto{
    font-size: 32px;
    line-height: 1.5;
  }
  .contenedor-2 > p{font-size: 16px;}

  #uno{font-size: 100px;}
  
  #dos{font-size: 210px;}
  
  .tres{font-size: 35px;line-height: 1.5;}

  li{font-size: 40px;}
  
  #footer > p {font-size: 18px;;}
  
  .centrar > input[type="button"]{font-size: 30px;}
  
  .input-footer{font-size: 35px;}
  
  #bannerFooter{
    background-image: url(img/footerImg_2024x1186.jpg);
    box-shadow: 900px 10px 120PX black inset;
  }
} 