*{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;}
#informacion{
  padding: 50px 0 80px;
  background: #f1f1f1;
}
#galeria{
  padding: 50px 0 90px;
  background: #fff;
  border-bottom: 3px solid #171718;
}
#contacto{
  padding: 50px 0;
  background: #fff;
    border-bottom:3px solid #000;
}
#masclic{
  font-weight: 700;
}
footer {
  background: #292A2A;
  color: white;
  border-top: 5px solid #767678;
  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: 10%;
  left: 50%;
  transform: translateX(-50%);
  transition: .7s ease;
  z-index: 1000;
  height: 95px;
  padding: 5px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 0 15px 2px rgba(0,0,0,.6)}
#mainMenu img{
  height: 85px;
  width: auto;
  transition: .7s ease}
#mainMenu nav{
  line-height: 85px;
  transition: .7s ease}
#mainMenu nav a{
  margin: 0 10px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  transition: .7s ease}
#mainMenu nav a:hover{
  color: teal;
}
#mainMenu .llama{
  background: #171718;
  color: #fff;
  height: 88px;
  border-radius: 4px;
  transition: .7s ease}
#mainMenu .llama p{margin: 0;}
#mainMenu .llama .c2a{
  font-size: 26px;
  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: 35px;
  vertical-align: top;
  font-size: 29px;
  text-transform: uppercase;
  transition: .7s ease;
  color: #fff}
#mainMenu.affix {
  top: 0px;
  width: 100%;
  position: fixed;
  margin: 0;
  height: 85px}
#mainMenu.affix img{
  height: 70px;}
#mainMenu.affix nav{
  line-height: 75px;}
#mainMenu.affix .llama{
  height: 77px;}
#mainMenu.affix .llama .c2a{
  font-size: 18px;}
#mainMenu.affix .llama .telefono i{
  font-size: 28px;}
#mainMenu.affix .llama .telefono a{
  line-height: 26px;
  font-size: 30px;
  font-weight: 700;}
.wf-loading { visibility: hidden; }
.wf-active, .wf-inactive { visibility: visible; }


.bw:hover{
  text-decoration: none;
}

#whatsapp{
    position: fixed;
    bottom: 15px;
    left: 15px;
    background: #25d366;
    text-align: center;
    padding: 5px 20px;
    z-index: 1000000;
    border-radius: 20px;
    font-size: 20px;
}
#whatsapp a{
    color: #fff;
    font-size: 18px;
}
#whatsapp i{
    margin-right: 10px;
    font-size: 20px;
}
/* Seccion1 */
.img-fixed{
  background: linear-gradient(rgba(0,0,0,.8), rgba(0, 40, 62, 0.49)), url(../img/back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.img-fixed3{
  background: linear-gradient(rgba(0,0,0,.8), rgba(0, 40, 62, 0.49)), url(../img/back3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  height: auto;
  position: relative;
}
.title{
  color: white;
  font-size: 85px;
  font-weight: 750;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
/* fin Seccion1*/
/*seccion2*/
.subtitle{
  color: #000;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  padding: 35px 0;
}
/* ESPACIO INFO */

#informacion h2{
  font-size: 40px;
  color: #000;
}
#informacion h3{
  font-size: 30px;
  text-align: center;
  color: white;
}
#informacion h4{

  padding-top: 30px;
  font-size: 30px;
  text-align: center;
  color: white;
  height: 40%;
}
#informacion h3{
  font-size: 25px;
  text-align: justify;
  font-weight: 700;
  color: #171718;
  background: white;
  padding: 20px;
  margin:0;
  height: 220px;
  width: 100%;
  border: 5px solid black;
}
#informacion h5{
  color: #fff;
  padding: 20px;
}
.img-fixed2{
  background: linear-gradient(rgba(0, 0, 0, 0.68), rgba(2, 42, 70, 0.8)), url(../img/back2.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.img-fixed2 h2{
  color: white;
  font-size: 45px;
  font-weight: 700;
  margin-top: 60px;
}
.img-services{
  background: url(../img/servicios.png);
  height: 320px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
}
.margin-row{
  margin-bottom: 40px;
}
.ul-style li::before {
  content: "\f0da";
  font-family: "FontAwesome";
  display: inline-block;
  color: white;
  margin-right: 10px;
}
.ul-style li {
  list-style: none;
}
.img-info1{
  background: url(../img/i1.jpg);
  height: 220px;
  background-size: cover;
  background-position: center;
}
.img-info2{
  background: url(../img/i2.jpg);
  height: 220px;
  background-size: cover;
  background-position: center;
}
.text2 {
  font-size: 31px;
  font-weight: 700;
  color: white;
  text-align: justify;
  padding: 40px 0 100px;
  line-height: 1.3;
  letter-spacing: 1.2px;
}
#informacion img{

}
#galeria h2{
  font-size: 40px;
  color: #171717;
}

/* FIN ESPACIO INFO*/
.service1{
  background: url(../img/a3.jpg);
  background-size: cover;
  height: 300px;
  border: 5px solid black;
}
.service2{
  background:  url(../img/serv1.jpg);
  background-size: cover;
  height: 300px;
  border: 5px solid black;
}
.service3{
  background: url(../img/serv2.jpg);
  background-size: cover;
  height: 300px;
  border: 5px solid black;
}
.service4{
  background: url(../img/serv3.jpg);
  background-size: cover;
  height: 300px;
  border: 5px solid black;
}
.service5{
  background: url(../img/serv4.jpg);
  background-size: cover;
  height: 300px;
  border: 5px solid black;
}
.service6{
  background: url(../img/serv5.jpg);
  background-size: cover;
  height: 300px;
  border: 5px solid black;
}
.service7{
  background: url(../img/serv6.jpg);
  background-size: cover;
  height: 300px;
  border: 5px solid black;
}
.owl-carousel{position: relative;padding: 0 35px 0 35px;}
.owl-nav{
  position: absolute;
  color: #333334;
  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 h2{
  font-size: 40px;
  color: #171717;
}
#contacto input, #contacto textarea{
  width: 100%;
  border-radius: 2px;
  border: 2px solid #050505;
  background: #CCCCCE;
  padding: 10px;
  outline: none;
  resize: none;
  margin-bottom: 15px;
}
#contacto button{
  width: 250px;
  border-radius: 2px;
  margin-top: 30px;
  background: #CCCCCE;
  color: #000;
  padding: 10px 0;
  border: 2px solid #050505;
  font-size: 15px;
  text-transform: full-width;
  transition: .4s ease;
}
#contacto button:hover{
  background: #3A3B3B;
  color: #fff;
}
#ubicacion h2{
  font-size: 40px;
  color: #171717;
}
/* END contacto*/
/* MEDIAS */
@media (min-width: 1900px) and (max-width: 2000px){ /*pantalla gde*/}

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

@media (max-width: 992px){ /*phone*/
  .text2 {
    font-size: 21px;
    padding: 27px 0 0;
  }
  .margin-row{
   margin-bottom: initial;
  }
  #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: 55px;
  }
  #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: 38px;
    text-align: center;
  }
  .img-fixed2 h2 {
    font-size: 35px;
  }
  .ul-special{
    padding: 0px 0 30px;
  }
  .img-services {
    height: 101px;
  }
  .img-fixed{
    height: 100vh;
  }
  #informacion h2{
    font-size: 30px;
  }
  #informacion p{
    font-size: 17px;
  }
  #informacion h3{
    font-size: 16px;
  }
  #informacion img{
    height: 100%;
    width: 100%;
  }
  #galeria h2{
    font-size: 30px;
  }
#galeria h2{
  font-size: 30px;
}
#ubicacion h2{
  font-size: 30px;
}
  .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;
  }
}
