.galeria{
  /* height: 250px;
  width: 390px; */
  padding-bottom: 25px;
}

.ak-site_header.ak-style1 .ak-main_header_in {
  height: auto !important;
}

@media screen and (max-width: 1199px){
  .ak-site_header.ak-style1 .ak-main_header_in {
    height: auto !important;
  }
}

.swiper-slide video{  
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  height: 100vh !important;
}

@media (min-width:1200px){
  .swiper-wrapper {
    margin-top: 135px;
  }
  .ak-nav_list li a{
    font-size: 12px !important;
  }
}

@media (min-width:1400px){
  .ak-nav_list li a{
    font-size: 16px !important;
  }
}

div.video_contenedor {
  position: relative;
}
 
div.video_contenedor a {
  position: absolute;
  left: 60px;
  bottom: 10px;
}

/*Boton de whatsapp*/
.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  left:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}
.whatsapp:hover,
.whatsapp:active,
.whatsapp:focus{
  color: #ddd !important;
}

.whatsapp-icon {
  margin-top:13px;
}