.corazon {
    animation: latidos 1s infinite;
    transform-origin: center;
}
@keyframes latidos {
    from { transform: none; }
    50% { transform: scale(1.4); }
    to { transform: none; }
}
/* En la clase corazon vamos a llamar latidos en la animación  */
.corazon {
  display: inline-block;
  font-size: 150px;
  color: red;
  animation: latidos .9s infinite;
  transform-origin: center;
}
.boton_whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff!important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 99999;
    bottom: 50px;
    right: 50px;
}
.boton_whatsapp i{
  color: #fff;
}
p,a{
  font-family: 'Open Sans', sans-serif!important;
}
.superior .tel i{
  padding-top: 5px;
  font-size: 24px;
  color: #fff;
}
.superior p{
  font-size: 10px;
  color: #ff9900;
}
.superior h5{
  font-family: 'Libre Baskerville', serif!important;
  font-weight: 600;
  color: #fff;
}
.superior .rs{
  text-align: right;
}
.navegador{
  position: absolute;
  z-index: 999999;
  width: 100%;
  background: rgba(0,0,0,0.4);
}
.navegador nav{
  background: none!important;
}
.navegador a{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff!important;
}
.navegador .active{
  color: #fff!important;
}
.navegador .marca_celular{
  width: 250px!important;
  max-width: 100%!important;
}
.navegador img{
  width: 100%;
}
.slide_banner .superior h6{
  font-size: 14px;
  color: #fff!important;
  font-weight: 600!important;
  letter-spacing: 2px!important;
}
.slide_banner .linea{
  width: 30px;
  background: #cc3333;
  height: 4px;
}
.bale .carousel-item {
  height: 280px!important;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slide_banner .carousel-item {
  height: 780px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slide_banner .info{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.slide_banner .info .contenidoslide h3{
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  font-family: 'Libre Baskerville', serif!important;
  letter-spacing: 4px;
}
.slide_banner .info .contenidoslide p{
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.slide_banner .info i,
.slide_banner .info span{
  color: #f8dc4d;
}
.slide_banner .opacidad{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(26,92,67,0);
  background: -moz-linear-gradient(top, rgba(26,92,67,0) 40%, rgba(26,92,67,0.06) 43%, rgba(26,92,67,1) 93%, rgba(26,92,67,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(40%, rgba(26,92,67,0)), color-stop(43%, rgba(26,92,67,0.06)), color-stop(93%, rgba(26,92,67,1)), color-stop(100%, rgba(26,92,67,1)));
  background: -webkit-linear-gradient(top, rgba(26,92,67,0) 40%, rgba(26,92,67,0.06) 43%, rgba(26,92,67,1) 93%, rgba(26,92,67,1) 100%);
  background: -o-linear-gradient(top, rgba(26,92,67,0) 40%, rgba(26,92,67,0.06) 43%, rgba(26,92,67,1) 93%, rgba(26,92,67,1) 100%);
  background: -ms-linear-gradient(top, rgba(26,92,67,0) 40%, rgba(26,92,67,0.06) 43%, rgba(26,92,67,1) 93%, rgba(26,92,67,1) 100%);
  background: linear-gradient(to bottom, rgba(26,92,67,0) 40%, rgba(26,92,67,0.06) 43%, rgba(26,92,67,1) 93%, rgba(26,92,67,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a5c43', endColorstr='#1a5c43', GradientType=0 );
}
.slide_banner .opacidad2{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}
.slide_banner .boton a{
  color: #fff;
  font-weight: 800!important;
  font-size: 16px;
  letter-spacing: 2px;
  background: rgba(51,102,51,1);
  background: -moz-linear-gradient(left, rgba(51,102,51,1) 0%, rgba(255,153,0,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51,102,51,1)), color-stop(100%, rgba(255,153,0,1)));
  background: -webkit-linear-gradient(left, rgba(51,102,51,1) 0%, rgba(255,153,0,1) 100%);
  background: -o-linear-gradient(left, rgba(51,102,51,1) 0%, rgba(255,153,0,1) 100%);
  background: -ms-linear-gradient(left, rgba(51,102,51,1) 0%, rgba(255,153,0,1) 100%);
  background: linear-gradient(to right, rgba(51,102,51,1) 0%, rgba(255,153,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336633', endColorstr='#ff9900', GradientType=1 );
  text-decoration: none;
  padding: 15px 70px;
  border-radius: 30px;
}
.slide_banner .contenidoslide{
  padding-top: 150px!important;
}
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.servicios{
  margin-top: -5px;
  z-index: -1;
}
.servicios img{
  width: 100%;
}
.servicios .titulo_servicios h6{
  font-family: 'Caveat', cursive;
  color: #fff;
  font-size: 24px;
}
.servicios .titulo_servicios h1{
  font-size: 20px;
  font-family: 'Libre Baskerville', serif!important;
  font-weight: 600;
  color: #fff;
  letter-spacing: 4px;
}
.servicios .titulo_servicios h1 span{
  color: #ff9900!important;
}
.servicios .titulo_servicios p{
  color: #fff;
  font-size: 12px;
}
.servicios .titulo_servicios .linea{
  height: 4px;
  background: #ff9900;
  width: 60px;
  margin: auto;
  margin-bottom: 20px;
}
.servicios .servicios1 h5{
  font-family: 'Open Sans', sans-serif!important;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
  color: #25614f;
}
.servicios .servicios1 p{
  color: #8e909c;
  font-size: 12px;
}
.servicios .servicios1 .imagen2,
.servicios .servicios1 .imagen3,
.servicios .servicios1 .imagen6{
  border-radius: 7px;
  overflow: hidden;
}
.servicios .servicios1 .imagen1,
.servicios .servicios1 .imagen5{
  border-radius: 7px 7px 7px 50px;
  overflow: hidden;
}
.servicios .servicios1 .imagen4,
.servicios .servicios1 .imagen7{
  border-radius: 7px 7px 50px 7px;
  overflow: hidden;
}


.nosotros img{
  width: 100%;
}
.nosotros .titulo_servicios h6{
  font-family: 'Caveat', cursive;
  color: #ff9900!important;
  font-size: 24px;
}
.nosotros .titulo_servicios h2{
  font-size: 20px;
  font-family: 'Libre Baskerville', serif!important;
  font-weight: 600;
  color: #25614f;
  letter-spacing: 4px;
}
.nosotros .titulo_servicios h2 span{
  color: #ff9900!important;
}
.nosotros p{
  color: #8e909c;
  font-size: 14px;
}
.nosotros p span{
  color: #25614f;
  font-weight: 400;
}
.nosotros .parra h6{
  color: #25614f;
  font-size: 18px;
  font-weight: 400;
}
.nosotros .titulo_servicios .linea{
  height: 4px;
  background: #ff9900!important;
  width: 60px;
  margin: auto;
  margin-bottom: 20px;
}
.nosotros .imagenm{
  border-radius: 7px;
  overflow: hidden;
}
footer h5,
footer h4{
  font-size: 20px;
  font-family: 'Libre Baskerville', serif!important;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}
footer .formulario p{
  color: #fff;
  font-size: 14px;
}
footer .marca_celular p{
  font-size: 12px;
  color: #ff9900;
}
footer i{
  color: #fff;
  font-size: 20px;
  padding-top: 5px;
  padding-right: 5px;
}
footer .links ul{
  list-style: none;
  padding: 0; 
}
footer .links ul a{
  font-size: 13px;
  color: #fff;
}
footer .formulario textarea,
footer .formulario input{
  font-size: 14px;
  padding: 10px;
  border: none;
}
.enviado .boton a,
footer .formulario button{
  color: #fff;
  font-weight: 600!important;
  font-size: 14px;
  letter-spacing: 2px;
  background: rgba(51,102,51,1);
  background: -moz-linear-gradient(left, rgba(51,102,51,1) 0%, rgba(255,153,0,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51,102,51,1)), color-stop(100%, rgba(255,153,0,1)));
  background: -webkit-linear-gradient(left, rgba(51,102,51,1) 0%, rgba(255,153,0,1) 100%);
  background: -o-linear-gradient(left, rgba(51,102,51,1) 0%, rgba(255,153,0,1) 100%);
  background: -ms-linear-gradient(left, rgba(51,102,51,1) 0%, rgba(255,153,0,1) 100%);
  background: linear-gradient(to right, rgba(51,102,51,1) 0%, rgba(255,153,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336633', endColorstr='#ff9900', GradientType=1 );
  text-decoration: none;
  padding: 13px 50px!important;
  border-radius: 30px;
  border: none;
}

  @media only screen and (max-width: 991px) {
    footer{
      text-align: center;
    }
    footer .marca_celular div{
      display: inline-block!important;
      text-align: center;
    }
    footer .formulario,
    footer .links{
      padding-top: 0!important;
    }
    footer .marmar{
      margin: auto;
    }
  }

@media only screen and (max-width: 768px) {
  .servicios{
    background: red!important;
  }
  .slide_banner .contenidoslide{
    padding-top: 100px!important;
  }
  .navegador button{
    background: #999966;
    border-radius: 0;
  }

  .slide_banner h3{
    font-size: 35px!important;
  }
  .slide_banner .superior .linea{
    margin: auto;
    text-align: center;
  }
  .slide_banner .superior{
    display: block!important;
  }
  .slide_banner{
    text-align: center;
  }

  .slide_banner .carousel-item {
    height: 700px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

}