*{outline: none;}
a:hover, a:focus, a:visited, a:active{text-decoration: none;outline: none;transition: .5s ease}
hr{margin: 40px 0}
h2{text-transform: uppercase;}
#etiqueta {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0px;
  width: 380px;
  overflow: hidden;
  height: 300px;
}
#etiqueta a {
  width: 445px;
  position: absolute;
  top: 142px;
  font-size: 23px;
  right: -90px;
  -webkit-transform: rotate(-42deg);
  box-shadow: 4px 4px 10px rgba(0,0,0,0.8);
  background: #4d1407;
  color: white;
  text-align: center;
  font-size: 30px;
}
#servicio{
  padding: 50px 0 30px;
  background: #f1f1f1;
}
#galeria{
  padding: 50px 0 30px;
  background: #f1f1f1;
}
#contacto{
  padding: 50px 0;
  background: #f5f5f5;
  border-top: 5px solid #4d1407;
  border-left: 15px solid #4d1407;
  border-right: 15px solid #4d1407;
}
#masclic{
  font-weight: 700;
}
footer {
  background: #4d1407;
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
}
footer img {
  height: 25px;
  display: inline-block;
}
/* HEADER */
#mainMenu {
  position: fixed;
  background: #fff;
  width: 80%;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  transition: .7s ease;
  z-index: 1000;
  height: 100px;
  padding: 5px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 0 15px 2px rgba(0,0,0,.6)}
#mainMenu img{
  width: 100%;
  height: auto;
  margin-top: 15px;}
#mainMenu nav{
  line-height: 90px;
  transition: .7s ease}
#mainMenu nav a{
  margin: 0 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #772a19;
  transition: .7s ease;}
#mainMenu nav a:hover{
  color: #333;
}
#mainMenu .llama{
  background: #4d1407;
  color: #ffffff;
  height: 90px;
  border-radius: 3px;
  transition: .7s ease;}
#mainMenu .llama p{margin: 0; display: grid;}
#mainMenu .llama .c2a{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bolder;
transition: .7s ease}
#mainMenu .llama .telefono i{
  font-size: 30px;
  margin-right: 5px;
  transition: .7s ease}
#mainMenu .llama .telefono a{
  line-height: 20px;
    vertical-align: top;
    font-size: 15px;
    text-transform: uppercase;
    transition: .7s ease;
    color: #ffffff;
}
#mainMenu .llama .telefono a span{
    font-size: 15px;
}
#mainMenu.affix {
  top: 0px;
  width: 100%;
  position: fixed;
  margin: 0;
  height: 80px}
#mainMenu.affix img{
  height: 70px;
  width: auto;
  margin-top: 0;
  transition: .7s ease;
}
#mainMenu.affix nav{
  line-height: 75px;}
#mainMenu.affix .llama{
  height: 71px;}
#mainMenu.affix .llama .c2a{
  font-size: 20px;}
#mainMenu.affix .llama .telefono i{
  font-size: 27px;}
#mainMenu.affix .llama .telefono a{
  line-height: 19px;
  font-size: 22px;
  font-weight: 700;}
.wf-loading { visibility: hidden; }
.wf-active, .wf-inactive { visibility: visible; }

/* WHATSAPP */
#whatsapp{
  position: fixed;
  bottom: 10px;
  left: 15px;
  background: #25d366;
  border: solid 3px #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.6);
  padding: 5px 10px;
  border-radius: 25px;
  z-index: 100;
}
#whatsapp:hover{
  background: #27a958;
}
#whatsapp a{
  color: #fff;
}
#whatsapp i {
  font-size: 25px;
  margin-right: 5px;
}
#whatsapp span {
  line-height: 25px;
  vertical-align: top;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
/* END WHATSAPP */
.bw:hover{
  text-decoration: none;
}
.inf1{
  background: url(../img/inf1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: auto;
  height: 600px;
  position: relative;
}
.inf2{
  background: url(../img/inf2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: auto;
  height: 600px;
  position: relative;
}

/* Seccion1 */
.img-fixed{
  background: linear-gradient(rgba(202, 195, 195, 0.44), rgba(77, 20, 7, 0.58)), url(../img/back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.img-fixed2{
  background: linear-gradient(rgba(77, 20, 7, 0.82), rgb(77, 20, 7)), url(../img/back2.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.img-fixed3 {
    background: linear-gradient(rgba(77, 20, 7, 0.82), rgba(77, 20, 7, 0.65)), url(../img/back3.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.icons {
    color: #fff;
    font-size: 80px;
}
#serv {
  padding: 100px 0;
  border-top: 5px solid #4d1407;
  border-bottom: 5px solid #4d1407;
}
.box-borders {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}
.box-icon {
    text-align: center;
}
.box-icon {
    text-align: center;
}
#serv h2 {
    color: #dadada;
}
.text2{
  font-size: 25px;
  color: white;
  text-align: center;
  padding: 50px;
  line-height: 1.3;
  margin: 0;
  text-align: justify;
}
.title{
  color: white;
  width: 80%;
  font-size: 65px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  text-shadow: 4px 4px 4px #000000;
}
/* small{
  color: #b5b5b5;
  font-size: 50px;
  transform: translateX(-83%) translateY(150%);
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
} */

.box-icon {
  display: grid;
}
.icon-style {
  font-size: 60px;
  color: #4d1407;
  text-align: center;
}
.icon-title {
  color: #000;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
#principal-informacion{
  background: #4d1407;
  color: white;
}

.title small{
  color: #f1f1f1;
  font-size: 55px;
}
/* fin Seccion1*/
/*seccion2*/
.subtitle{
  color: #772a19;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  padding: 35px 0;
}
/* ESPACIO INFO */

/* FIN ESPACIO INFO*/
.box-serv{
  padding: 20px 15px;
  background: #fff;/*<--------------------------------COLOR PRINCIPAL////*/
  border-top: 5px solid #004E7E;/*<------------------COLOR SECUNDARIO////*/
  height: 140px;
}
.box-serv{
  padding: 20px 15px;
  background: #d6d6d6;/*<--------------------------------COLOR PRINCIPAL////*/
  border-top: 5px solid #2f9a0d;/*<------------------COLOR SECUNDARIO////*/
  height: auto;
  text-align: center;
}
.box-serv h3{
  padding: 20px 0;
  margin: 0;
}
.text-serv{
  color: #004E7E;/*<------------------------------COLOR OPCIONAL////*/
}
.text-serv small{
  font-size: 100%;
  font-weight: 700;
  text-align: center;
  margin-right: 73px;
}
.box-img{
  height: 350px;
  margin-bottom: 30px;
}
.img-style{
  object-fit: cover;
  width: 100%;
  height: auto;
}
.owl-carousel{position: relative;padding: 0 35px 0 35px;}
.owl-nav{
  position: absolute;
  color:#4d1407;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  font-size: 35px;
}
.owl-next{position: absolute;right: 35px;transform: translateY(-50%);}
.owl-prev{position: absolute;left: -35px;transform: translateY(-50%);}
/* contacto */
#contacto input, #contacto textarea{
  width: 100%;
  border: solid 2px #ffffff;
  background: #4d1407;
  padding: 10px;
  color: white;
  border-radius: 5px;
  outline: none;
  resize: none;
  margin-bottom: 15px;
}
#contacto button{
  width: 250px;
  border-radius: 5px;
  margin-top: 30px;
  background: #4d1407;
  color: #fff;
  padding: 10px 0;
  border: 2px solid #000000;
  font-size: 15px;
  text-transform: uppercase;
  transition: .5s ease;
}
#contacto button:hover{
  background: #311610;
  color: #f5f5f5;
}
/* END contacto*/
/* MEDIAS */
@media (min-width: 1900px) and (max-width: 2000px){ /*pantalla gde*/
  #mainMenu img {
    width: 90%;
    height: auto;
    margin-top: 0;
  }
}

@media (min-width: 768px){ /*tablet*/}

@media (max-width: 992px){ /*phone*/
  .title small {
    color: #f1f1f1;
    font-size: 25px;
  }
  .text2 {
    font-size: 18px;
    text-align: justify;
    padding: 30px;
  }
  .box-borders {
    border-left: 0;
    border-right: 0;
  }
  .box-img {
      height: 120px;
      margin-bottom: 25px;
  }
  #mainMenu .llama .telefono a span{
      display: none !important;
  }
  #mainMenu {
    height: auto !important;
    position: fixed;
    width: 100%;
    top: 0%;
  }
  #mainMenu nav a {
    font-size: 15px;
  }
  #mainMenu nav{line-height: 20px;margin-top: 5px;}
  #mainMenu.affix nav{
    line-height: 20px;margin-top: 5px;}
  #mainMenu img{
      height: auto;
      width: 100%;}
  #mainMenu .llama{
    height: auto;
  }
  #mainMenu .llama .telefono a {
    line-height: 25px;
    font-size: 18px;}
  #mainMenu .llama .telefono i {
    font-size: 20px!important;
    margin-right: 2px}
  #mainMenu .llama .c2a{
    font-size: 17px!important;}
  #servicio,#galeria,#contacto {
    padding: 0 0 20px;
  }
  #mainMenu.affix .llama .telefono a {
  font-size: 16px;
  }
  #mainMenu.affix .llama {
    height: 55px;
  }
  #mainMenu.affix img {
    height: 41px;
  }
  .owl-nav {
    display: none;
  }
  .title{
    font-size: 30px;
    text-align: center;
  }
  .img-fixed{
    height: 100vh;
  }
  #whatsapp {
    bottom: 48px;
  }
  .centered-row {
    display: flex;
    justify-content: initial;
    text-align: center;
    height: 50vh;
    align-items: center;
    width: auto;
  }
  .service1 {
    height: 250px;
  }
  .service2 {
    height: 250px;
  }
  .service3 {
    height: 250px;
  }
  .service4 {
    height: 250px;
  }
}
