@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900');

h1, h2, h3, h4, h5{
    font-family: 'Playfair Display', serif !important;
}

@media (min-width: 1200px){
  .container.small{
      width: 960px;
  }
}

.row-centered{
  text-align: center;
}

.col-centered{
  display: inline-block;
  float: none;
}

.nav-tabs{
  text-align: center;
}

.nav-tabs .nav-item {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 30px;
}

.navbar-nav.sm-collapsible a.has-submenu{
  padding-right: 15px;
}

.navbar-nav{
    text-align: center;
    float: none !important;
}

.navbar-nav li{
    display: inline-block;
    position: relative;
}

.navbar-nav > li a{
  text-align: center;
}

.navbar-nav > li > ul{
  display: none;
  position: absolute;
  background: #fff;
  z-index: 999;
  width: 100%;
  padding: 0;
}

.navbar-nav > li.ancestros > ul{
  width: 160px;
}

.navbar-nav > li:hover > ul{
  display: block;
}

.navbar-nav > li > ul > li{
  display: block;
}

.navbar-nav > li > ul > li a{
  display: block;
  padding: 10px 0;
}

.navbar-nav > li > ul > li a:hover{
  text-decoration: underline;
}


.alert{
  margin-bottom: 30px;
}

.logo img{
    display: block;
    margin: 0 auto;
    max-width: 960px;
}


.slider_home img{
    width: 100%;
    height: auto;
}


.no-padding-left{
  padding-left: 0px;
}

.no-padding-right{
  padding-right: 0px;
}


.box-valores{
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  margin: 0 24px 30px;
  height: 350px;
}

.box-valores h2{
  font-size: 22px;
  text-align: center;
  line-height: 26px;
  margin: 0;
  padding: 0 10px 20px 10px;
  border-bottom: 1px solid #dfdfdf;
}

.box-valores p{
    margin: 0px;
    padding: 9px 0;
    text-align: center;
    font-size: 14px;
}

.box-valores .valores_thumb_container{
  height: 213px;
  overflow: hidden;
}

.valores_thumb_container img{
    margin-top: -18px;
}


section.testimonials .owl-carousel button.owl-prev,
section.testimonials .owl-carousel button.owl-next{
    position: absolute;
    top: 20%;
    border: 0px;
    background: none;
    font-size: 60px;
    color: #fff;
    text-shadow: 2px 2px 8px #000000;
    outline: none;
}


section.testimonials .owl-carousel button.owl-prev{
    left: -40px;
}
section.testimonials .owl-carousel button.owl-next{
    right: -40px;
}

section.valores h3.service_title{
  text-align: center;
  font-size: 22px;
}

section.valores .img-responsive{
  margin-bottom: 15px;
}

section.about .alert{
    border-radius: 0px;
}

section.about .owl-dots{
    position: absolute;
    bottom: -30px;
    text-align: center;
}

section.about .owl-dots .owl-dot{
    display: inline-block;
}
section.about .owl-dots .owl-dot span{
    display: block;
    width: 20px;
    height: 20px;
    background: gray;
    border-radius: 50%;
    margin: 5px;
}  

section.about #show{
    position: relative;
    width: 100%;
    height: auto;
    margin: 15px auto;
}

section.about #show img{
    width: 100%;
    height: auto;

}

section.about .owl-item{
    height: 114px;
    overflow: hidden;
}

section.about .owl-item img{
    width: 97%;
    height: 114px;
}

section.about .owl-nav .owl-prev,
section.about .owl-nav .owl-next{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    line-height: 94px;
    text-align: center;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

section.about .owl-nav .owl-next{
    left: auto;
    right: 0px;
}

section.about .owl-nav .owl-prev:hover,
section.about .owl-nav .owl-next:hover{
    background: rgba(0,0,0,0.9);
}


#invitados section.testimonials{
    background: none;
}

#invitados section.testimonials .user_img{
    float: left;
    margin: 0 30px 19px 0;
}

#invitados section.testimonials .user_img img{
    width: 200px;
    height: 200px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    padding: 10px;
}


#informacion-extranjeros .box-info{
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  margin: 20px 10px;
  height: 210px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#informacion-extranjeros .box-info h3{
  display: block;
  background-color: #f5f5f5;
  text-transform: uppercase;
  padding: 15px 20px;
  margin: 0;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
}

#informacion-extranjeros .box-info p{
  padding: 10px 20px;
  margin-bottom: 20px;
}

#informacion-extranjeros .box-info p strong{
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #333;
    line-height: 23px;
    display: block;
    margin: 0;
    height: 48px;
}

#informacion-extranjeros .box-info a{
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  background-color: #62bb5b;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  padding: 5px 10px;
  margin: 0 0 20px 20px;
}

@media(max-width: 991px){

    .valores_thumb_container{
      height: 200px;
      overflow: hidden;
    }

    .valores_thumb_container img{
        margin-top: 0;
    }

    .no-padding-left{
      padding-left: 15px;
    }

    .no-padding-right{
      padding-right: 15px;
    }


}



@media(max-width: 768px){

    .valores_thumb_container{
      height: auto;
    }

}

