.menu .llama, .menu img {
  height: 95px;
  transition: .5s ease
}

.menu .llama p, h1 {
  margin: 0
}

.menu, .menu .llama, .menu .llama .c2a, .menu img {
  transition: .5s ease
}

.menu nav {
  text-align: center;
  line-height: 85px;
  font-size: 17px;
}

.menu nav a {
  line-height: 70px;
  color: #f48437;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 5px;
  opacity: 0;
  transition: .7s ease-in-out;
}
.fijo {
  position: fixed;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .4)
}

#principal h1, #wats, .menu .llama, .titulo {
  text-align: center
}

body {
  font-family: Muli, sans-serif
}

a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0
}

.menu {
  padding: 10px 0;
  background: rgba(255,255,255,.0);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: .7s ease-in-out;

}

.menu img {
  width: auto;
  opacity: 0;
  transition: .7s ease-in-out;

}

.menu .llama {
  background: transparent;
  color: #fff;
  border-radius: 3px;
  padding-top: 15px;
  transition: .7s ease-in-out;
}

.menu .llama .c2a {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 24px;
  text-shadow: 0 2px 6px rgba(0,0,0,.75);
}

.menu .llama .telefono span {
  display: block;
  width: 100%
}

.menu .llama .telefono span a {
  font-weight: 800;
  font-size: 22px;
  display: grid;
  color: #fff;
  line-height: 28px;
  vertical-align: top;
  text-shadow: 0 2px 6px rgba(0,0,0,.75);
}

.fijo {
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  padding: 5px 0
}

.fijo img {
  height: 85px;
  width: auto;
  opacity: 1;
}

.fijo .llama {
  height: 85px;
  background: #f48437;
  padding-top: 10px;
}

.fijo .llama .c2a {
  font-size: 22px;
  text-shadow: none;
}
.fijo .llama .telefono span a{
  text-shadow: none;
}

.fijo nav a {
  line-height: 60px;
  opacity: 1;
}

/**#wats {
  position: fixed;
  display: block;
  left: -25px;
  bottom: 50px;
  border-radius: 0 30px 30px 0;
  background: #00e676;
  z-index: 1000000;
  cursor: pointer;
  padding: 7px 16px 7px 50px;
  transition: 1s ease;
  box-shadow: 0 0 8px rgba(0, 0, 0, .8);
  transform: scale(1.4);
  transition: .6s ease-in-out;
}
#wats:hover{
  left: 0;
}

#wats a {
  color: #fff
}

#wats i {
  margin-right: 5px;
  font-size: 25px
}

#wats span {
  line-height: 25px;
  vertical-align: top;
  font-size: 17px
}
**/
#whatsapp {
		  bottom: 30px;
		  left: 20px;
		  z-index: 1000000;
		  position: fixed;
		}

		#whatsapp a {
		  width: 220px;
		  height: 60px;
		  display: block;
		  color: #fff;
		  text-align: left;
		}

		#whatsapp a i.fa {
		  text-align: center;
		  line-height: 60px;
		  margin-right: 15px;
		  font-size: 25px;
		  width: 60px;
		  height: 60px;
		  border-radius: 30px;
		  display: inline-block;
		  background: #25d366;
		  position: relative;
		  z-index: 350;
		  transform: scale(1);
		  box-shadow: 0 0 0 0 rgba(224, 37, 65, 0.0);
		  animation: star 2s infinite ease-in-out;
		}

		@keyframes star {
		  0% {
			box-shadow: 0 0 0 0 rgba(	37, 210, 102, 0.7);
			/**box-shadow: 0 0 0 0 rgba(37, 210, 102, 0.7);*/
		  }

		  70% {
			box-shadow: 0 0 0 10px rgba(224, 37, 65, 0.0);
		  }

		  100% {
			box-shadow: 0 0 0 0 rgba(224, 37, 65, 0.0);
		  }
		}
        
        @keyframes star2 {
		  0% {
			box-shadow: 0 0 0 0 rgba(219, 35, 14, 0.7);
			/**box-shadow: 0 0 0 0 rgba(37, 210, 102, 0.7);*/
		  }

		  70% {
			box-shadow: 0 0 0 10px rgba(224, 37, 65, 0.0);
		  }

		  100% {
			box-shadow: 0 0 0 0 rgba(224, 37, 65, 0.0);
		  }
		}
        
		#whatsapp a i.texto {
		  text-align: center;
		  padding: 10px;
		  border-radius: 5px;
		  background: #25d366;
		  vertical-align: bottom;
		  position: absolute;
		  opacity: 0;
		  left: 0;
		  top: 50%;
		  z-index: 300;
		  transform: translateY(-50%);
		  transition: .5s ease-in-out;
		}

		#whatsapp a i.fa:hover+i.texto {
		  left: 70px;
		  opacity: 1;
		}
#telBoton{
      display: none;
      
}	
#contactanos{
    display:block;
}


@media only screen and (max-width: 989px) {
  #telBoton{
      display: block;
  }
  #contactanos{
    display:none;
  }
}

#telBoton {
		 /** bottom: 30px;
		  position: fixed;**/
		  bottom: 100px;
          left: 20px;
          z-index: 1000000;
          position: fixed;
		}

		#telBoton a {
		 /** width: 204px;
		  height: 43px;
		  display: block;
		  color: #fff;
		  text-align: left;*/
		  width: 220px;
          height: 60px;
          display: block;
          color: #fff;
          text-align: left;
		}

		#telBoton a i.fa {
		 /** text-align: center;
		  line-height: 46px;
		  margin-right: 15px;
		  font-size: 25px;
		  width: 45px;
		  height: 45px;
		  border-radius: 30px;
		  display: inline-block;
		  background: #db230e;
		  position: relative;
		  z-index: 350;
		  transform: scale(1);*/
		   text-align: center;
        line-height: 60px;
        margin-right: 15px;
        font-size: 25px;
        width: 60px;
        height: 61px;
        border-radius: 30px;
        display: inline-block;
        background: #db230e;
        position: relative;
        z-index: 350;
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(219, 35, 14, 0.0);
    animation: star2 2s infinite ease-in-out;
		}

#principal {
  height: 100vh;
  background-size: cover;
  position: relative;
}

h1{
  margin: 0;
}

#principal h1 {
  position: absolute;
  top: 25%;
  left: 5%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2.2vw;
  text-align: left;
  text-shadow: 0 0 6px rgba(0,0,0,.95);
}

#principal h2 {
  position: absolute;
  top: 25%;
  left: 5%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2.2vw;
  text-align: left;
  text-shadow: 0 0 6px rgba(0,0,0,.95);
}

#principal h1 b {
  font-weight: 800;
  font-size: 5vw;
  font-style: italic;
}

#principal h2 b {
  font-weight: 800;
  font-size: 5vw;
}

#principal .video-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

#principal .video-full .full-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#principal .phone{
    display: none;
}

#servs {
  padding: 100px 0 0;
}

#servs .container {
  margin-bottom: 100px;
}

#servs h3 {
  font-size: 45px;
  font-weight: 900;
  margin: 0;
  color: #f48437;
}

#servs p {
  font-size: 20px;
}

#servs ul {
  padding: 0;
}

#servs ul li {
  list-style: none;
  font-weight: bolder;
  text-transform: capitalize;
  font-size: 20px;
  border-left: solid 3px #3a8e4e;
  margin: 0 0 10px;
  padding-left: 5px;
  background: #f0f0f0;
}

#servs img {
  margin: 0;
}

#servs .fondo {
  height: 700px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.col-xs-12 {
  z-index: 100;
}

#servs .fondo::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 65vh;
  background: #fff;
  transform: skewY(-4deg);
  top: -57vh;
  left: 0;
}

#servs .fondo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 65vh;
  background: #fff;
  transform: skewY(-4deg);
  bottom: -57vh;
  right: 0;
}

#servs .industrial {
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../img/fumi5.jpg');
}

#servs .comercial {
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../img/fumi3.jpg');
}

#servs .residencial {
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../img/fumi2.jpg');
  margin-bottom: 0;
}

#servs .fondo.residencial::after {
  background: #9bcb6a;
  height: 20vh;
  bottom: -12vh;
}

#servicios {
  padding: 100px 0 0
}

#servicios h3 {
  color: #f48437;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-left: 15px
}

#servicios h3::after {
  content: "";
  display: inline-block;
  background: #3a8e4e;
  height: 3px;
  width: 50px;
  line-height: 30px;
  vertical-align: middle;
  margin-left: 10px
}

#servicios p {
  text-align: justify;
  font-size: 17px;
  font-weight: 600;
}

#servicios img {
  margin-bottom: 30px;
  width: 100%
}

#servicios ul {
  border-left: solid 4px #3a8e4e;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px
}

#servicios ul li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 800
}

#beneficios {
  background: #9bcb6a;
  padding: 50px 0 120px;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}

#beneficios p {
  margin-bottom: 30px;
  line-height: 29px;
}

#contacto{
    background: #9bcb6a;
    padding: 100px 0;
}

#contacto button, #contacto h2 {
  color: #fff;
  text-transform: uppercase
}

#contacto h2 {
  text-align: left;
  margin: 0;
  padding-left: 15px;
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 800
}

#contacto input, #contacto textarea {
  width: 100%;
  margin-bottom: 30px;
  padding: 10px;
  resize: none;
  outline: 0;
  border: 2px solid #3a8e4e;
  border-radius: 4px 4px 10px;
  font-size: 17px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

#contacto textarea {
  height: 120px
}

#contacto button {
  background: #f48437;
  padding: 5px 30px;
  font-size: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  transition: .6s ease;
  border: 2px solid #f48437;
  margin-top: 30px;
  font-weight: 700
}

#contacto button:hover {
  color: #f48437;
  background: #fff
}

footer {
  color: #fff;
  text-align: center
}

footer {
  background: #3a8e4e;
  padding: 20px 0;
  position: relative;
  z-index: 100;
}

footer .container {
  z-index: 100;
}

footer p {
  margin-bottom: 0
}

footer img {
  display: inline-block;
  height: 25px
}

@media(max-width:500px) {
  #principal h1 {
    font-size: 20px;
    line-height: 30px;
    }
    
  #principal h1 b {
    font-size: 50px;
    }
    
  #servicios {
    padding-top: 65px;
  }

  .llama .c2a {
    font-size: 18px !important
  }

  #servicios h3::after {
    display: none;
  }

  section {
    padding: 50px 0 !important;
  }

  #servs {
    padding: 50px 0 0 !important;
  }

  #servs .fondo::before, #servs .fondo::after {
    transform: skewY(-15deg);
  }
}

@media (max-width: 768px) {
    
  #principal h1 {
    font-size: 30px;
    line-height: 40px;
    }
    
  #principal h1 b {
    font-size: 60px;
    }
    
  #servicios {
    padding-bottom: 30px;
  }

  #servs ul {
    padding: 0;
    width: 100%;
    float: none;
  }

  #servs img {
    width: 100%;
    margin: 0;
    float: none;
  }

  .menu .llama .telefono span a {
    font-size: 16px;
    line-height: 28px;
  }

  .menu .llama, .menu img {
    height: 65px;
    transition: .5s ease
  }

  .menu .llama {
    padding-top: 5px
  }

  #servs .fondo::before, #servs .fondo::after {
    transform: skewY(-12deg);
  }
}

@media (max-width: 992px) {
  .menu nav {
    margin-top: 10px;
    line-height: 25px;
  }

  .fijo nav {
    margin-top: 5px;
    line-height: 25px;
  }

  .menu nav a {
    line-height: 25px;
  }

  .fijo nav a {
    line-height: 25px;
  }

  #servs .fondo::before, #servs .fondo::after {
    transform: skewY(-8deg);
  }
  #principal .phone{
    display: block;
  }
  #principal .desktop{
    display: none;
  }
}