.btn-what{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #00bb00;
  position: fixed;
  right: 0;
  padding: 5px 10px 5px;
  color: white;
  z-index: 1500;
  top: 45%;
  font-size: 18px;
  text-align: center;
  border: 2px solid #fff;
}

.btn-what i{
  color: white;
  font-size: 2.5em;
}

.btn-what label{
  display: inline-block;
  color: white;
}

.btn-what label span{
  color: white;
  font-size: 22px;
  text-align: center;
}

.btn-what:hover,
.btn-what:focus{
  color: white;
}

.pad-0{
  padding: 0;
}

.cont-detalle .img-form img{
  width: auto;
}

a.swipebox-video{
    position:absolute;
    top:30%;
    left:25%;
    color: #000;
    text-align:center;
}
.swipebox-video:hover h3, 
.swipebox-video:focus h3{
    color: #000 !important;
}

.swipebox-video i{
    background: #000;
    width: 80px;
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    font-size: 50px;
    line-height: 80px;
    color: #fff;
}

.men{
  font-size: 11px;
  color: #fff;
}

.top-nav-collapse .men{
  color: #000;
}

.input-lg{
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

.intro-body h2,
.intro-body h4{
  font-weight: 600;
}

.text-slider small{
  font-size: 15px;
  position: absolute;
  color: #fff;
  right: 15%;
  font-style: italic;
}

.text-slider h4{
  margin-top: 50px;
  font-size: 2em;
}

.footer-text{
  color: #fff;
}

.footer-text img{
  margin-bottom: 20px;
}

.cuerpo{
    padding: 0 25px;
}

.marco{
    border: 1px solid #000;
    padding: 15px;
}

.cuerpo h2{
  font-size: 35px;
  font-weight: 600;
  color: #000;   
  /*font-family: 'Georama', sans-serif;*/
}

.cont-detalle img{
  width: 100%;
  margin-bottom: 15px;
}

.cont-detalle ol li{
  margin-bottom: 15px;
}

.cont-detalle p{
  margin-bottom: 5px;
}

.pie-text i{
  color: #fff;
}

.pie-text, 
.pie-text a{
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.no-pad,
.no-pad a{
  color: #fff;
  font-weight: 500;
}

.text-right{
  text-align: right;
}

.btn-what span{
  font-size: 15px;
}

/*Video*/

.video{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.contenido-slider{
  position: absolute;
  left: 32%;
  top: 38%;
  z-index: 2;
}

.footer-pie{
  background: #000;
  padding: 20px 0;
}

.servicio{
  /*box-shadow: 0 1px 5px #ccc;
  border-radius: 5px;*/
}

.servicio img{
  border-radius: 5px;
}
.contenido{
  padding: 15px 20px;
}

.contenido h4{
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.contenido p{
  min-height: 60px;
  margin-bottom: 15px;
}

.navbar-fixed-top{
  top: 15px;
  border-width: 0;
}

.navbar-fixed-top.top-nav-collapse{
  top: 0;
  border-width: 0 0 1px;
}

.navbar-toggle{
  padding: 15px 0;
}

.footer-back{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media(min-height: 1920px){
  .contenido-slider{
    left: 35%;
  }
}

@media(max-width: 1024px){
  .contenido-slider{
    left: 20%;
  }
}

@media(max-width: 992px){
  .contenido h4{
    min-height: 50px;
  }

  .align-items-center{
    display: block;
  }
}

@media(max-width: 768px){
  .contenido-slider{
    left: 22%;
  }

  .text-slider small{
    right: 5%;
  }
}

@media(max-width: 500px){
  .contenido-slider{
    left: 10%;
  }

  .text-slider h4{
    font-size: 1.7em;
  }

  .cuerpo h2{
    font-style: 25px;
  }
}