/*    TIPOGRAFÍA    */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300i,400,700');

*{
  font-family: 'Montserrat', sans-serif;
}

body{
  color: #333;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6{
  text-transform: uppercase;
  font-weight: 700;
}
.slogan_titulo{
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
}


.sep-titulo h1{
  margin-top: 0px;
}
/* N003 */
.navbar_principal{
    left: 0;
    right: 0;
    transition: 0.5s;
    z-index: 9999;
}
.navbar_principal_fixed{
    position: fixed;
    transition: 0.5s;
    top: 0;
    box-shadow: 0px 0px 15px rgba(0,0,0,.5);
}
.navbar_003{
  position: absolute;
  width:100%;
}
.navbar_003 .telefono{
  padding-left: 10px;
}
.navbar_003 .correo{
  padding-left: 15px;
}
.navbar_003 .navbar_003 .social{
  /*padding-right: 15px;*/
}
.navbar_003 .header-top{
  background-color: #232323;
  color: #fff;
  padding: 5px 0px;
}
.navbar_003 .navbar-default{
  background-color: #fff;
  margin-bottom: 0px;
}
.navbar_003 .navbar-nav{
  /*margin-top: 25px;*/
}
.navbar_003 .logoNav{
  margin-top: 5px;
}
.navbar_003 .navbar-nav li a{
  padding: 25px 20px;
  color: #333;
  font-size: 13px;
}
.navbar_003 .navbar-nav li a:hover{
  background-color: transparent;
  color: #333;
  border-bottom: 3px solid rgba(255,152,57,.5);
}
.navbar-toggle{
  margin-right: 0px;
}
.navbar_003 .navbar-toggle{
  margin-top: 15px;
  /*margin-bottom: 50px;*/
  /*margin-right: 25px;*/
  /*margin-left: 15px;*/
}
.navbar_003 .navbar-default .navbar-nav > li > .dropdown-menu {
  margin-top: -1px;
  background-color: #fff;
}
.navbar_003 .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #333;
  padding: 10px 20px;
}
.navbar_003 .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #333;
  background-color: transparent;
  border-bottom: 1px solid #ff9839;
}
.navbar_003 .navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #426DA3; 
}
.navbar_003 .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #FFFFFF;
  background-color: #426DA3;
}
@media (max-width: 767px) {
  .navbar_003 .navbar-nav li a{
    background-color: #fff !important;
  }
  .navbar_003 .navbar-default .navbar-collapse{
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 9999;
  }
  .navbar_003 .navbar-default ul{
    padding: 0px;
    margin: 0px;
  }
  .navbar_003 .navbar-default ul li a{
    background-color: rgba(0,0,0,0.8);
  }

  .navbar_003 .col-sm-12:last-child{
    padding: 0px;
  }

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
  background-color: transparent;
  color: #333;
  border-bottom: 3px solid #ff9839;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
  background-color: transparent;
  color: #333;
  border-bottom: 3px solid #ff9839;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
  color: #333;
}

/* SLIDE Y REDES SOCIALES */


.navbar_003 .social, .navbar_003 .social ul {
    margin: 0;
    padding: 0;
    float: right;
}

.navbar_003 .social ul li {
    margin: 0px;
    list-style: none outside none;
    display: inline-block;
    margin-right: 15px;
}
  .navbar_003 .social ul li:last-child{
    margin-right: 0px;
  }

.navbar_003 .social i {

    font-size: 14px;
    width: 22px;
    height: 22px;
    color: #FFF;
    /*background-color: #909AA0;*/
    text-align:center;
    padding-top: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.navbar_003 .social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.navbar_003 .social .fa-facebook {
    background: #4060A5;
}
  .navbar_003 .social .fa-facebook:hover{
    background: #38548f;
  }
.navbar_003 .social .fa-twitter {
    background: #00ABE3;
}
  .navbar_003 .social .fa-twitter:hover{
    background: #0099cb;
  }
.navbar_003 .social .fa-instagram {
    background: #375989;
}
  .navbar_003 .social .fa-instagram:hover {
    background: #2e4b73;
  }
.navbar_003 .social .fa-youtube {
    background: #FF1F25;
}
  .navbar_003 .social .fa-youtube:hover{
    background: #de1d22;
  }
.navbar_003 .social .fa-lg{
  vertical-align: 0px;
}

/* SLIDE */
.slide_header{
  height: 600px;
  background-image: url('../img/bg_header.jpg');
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  /*position: relative;*/
}
  .slide_header:before{
    content: "";
    width: 100%;
    height: 153px;
    background-image: url('../img/sep_header2.png');
    background-size: cover;
    background-repeat: repeat-x;
    /*background-position: top;*/
    /*background-repeat: repeat-x;*/
    position: absolute;
    bottom: -25px;
  }
.slide_apt{
  height: 350px;
  background-image: url('../img/bg_sin_personas.jpg');
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  /*position: relative;*/
}
  .slide_apt:before{
    content: "";
    width: 100%;
    height: 153px;
    background-image: url('../img/sep_header2.png');
    background-size: cover;
    background-repeat: repeat-x;
    /*background-position: top;*/
    /*background-repeat: repeat-x;*/
    position: absolute;
    bottom: 230px;
  }
@media (max-width: 767px) {
  .slide_header{
    background-image: url('../img/bg_header_xs.jpg');
  }
  .slide_header:before{
    bottom: -50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide_header:before{
    bottom: -10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slide_header:before{
    bottom: -5px;
  }
}
.slide_header .datos{
  margin-top:250px;
}
.slide_header .datos p{
  font-size: 25px;
  padding:0px;
  margin: 0px;
}
.slide_header .datos h2{
  font-size: 45px;
  padding:0px;
  margin: 0px;
}

/*    TURISMO SAN LUIS - PRINCIPAL    */
.turismo_SL{
  width: 100%;
  height: auto;
  color: #fff;
  background-image: url('../img/bg_turismo.png');
  background-size: cover;
  background-position: top;
  padding-top: 190px;
  padding-bottom: 75px;
}
.turismo_SL .todos_destinos{
  margin-top: 75px;
  margin-bottom: 15px;
}
.btn-destinos{
  color: #fff;
  border-radius: 0px;
  border-bottom: 2px solid rgba(255,152,57,.5);
  padding: 0px;
  padding-bottom: 5px;
  transition-duration: .3s;
}
  .btn-destinos:hover{
    border-bottom: 2px solid rgba(255,152,57,1);
  }
.flecha_movimiento{
  color: #fff;
  animation: 3s flecha_vinculo infinite;
  margin-left: 20px;
}

@keyframes flecha_vinculo{
  0%{
    margin-left: 20px;
  }
  50%{
    margin-left: 50px;
  }
}

.turismo_SL .muestra_viaje_sl{
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  height: 140px;
  background-color: #fff;
  border-radius: 3px;
  padding: 4px;
  margin-bottom: 10px;
}
  .turismo_SL .muestra_viaje_sl:last-child{
    margin-bottom: 0px;
  }
.turismo_SL .muestra_viaje_sl .foto_viaje_sl{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: table;
  border-radius: 3px;
  position: relative;
}

  .turismo_SL .muestra_viaje_sl .foto_viaje_sl:before{
    /*content: "";*/
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    position: absolute;
  }
  .turismo_SL .muestra_viaje_sl .foto_viaje_sl:hover{
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*transition-duration: .4s;*/
  }
.turismo_SL .muestra_viaje_sl .foto_viaje_sl .nombre_lugar{
  position: absolute;
  right: 10px;
  bottom: 5px;
  transition-duration: .3s;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  text-shadow: 0px 0px 10px rgba(0,0,0,.75);
}
.turismo_SL .muestra_viaje_sl .foto_viaje_sl .nombre_provincia{
  position: absolute;
  right: 10px;
  bottom: 28px;
  text-shadow: 0px 0px 5px rgba(0,0,0,1);
}
.turismo_SL .muestra_viaje_sl .foto_viaje_sl .descripcion_lugar{
  /*position: absolute;*/
  opacity: 0;
  transition-duration: .3s;
  z-index: 5;
  display: table-cell;
  vertical-align: middle;
  padding: 0px 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .turismo_SL .muestra_viaje_sl .foto_viaje_sl .descripcion_lugar{
    display: none;
  }
}

.turismo_SL .muestra_viaje_sl .foto_viaje_sl:hover .nombre_lugar{
  /*opacity: 0;*/
}
.turismo_SL .muestra_viaje_sl .foto_viaje_sl:hover .descripcion_lugar{
  opacity: 1;
  z-index: 5;
}

/*    TURISMO GENERALES     */
.turismo_generales{
  padding: 65px 0px;
}
.turismo_generales .slide{
  position: relative;
}

@media (max-width: 767px) {
  .turismo_generales .col-sm-3 .muestra_turismo:first-child{
    margin-top: 10px;
  }
}

.turismo_generales .slide .container{
  /*display: table;*/
}
    .turismo_generales .slide:hover h2{
     color: #ff9839;
    }
.turismo_generales .slide .container .carousel-caption{
  bottom: 30%;
  /*text-shadow: 0 5px 18px rgba(0,0,0,.35);*/
  text-shadow: 0 0px 10px rgba(0,0,0,.75);
}
.turismo_generales .slide .container .carousel-caption .provincia{
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
}
.turismo_generales .slide .container .carousel-caption h2{
  margin-top: 0px;
}
.turismo_generales .img-carousel{
  width: 100%;
  height: 400px;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
}

.carousel-control .fa-angle-left, .carousel-control .icon-next{
  margin-left: -10px;
}
.carousel-control .fa-angle-right, .carousel-control .icon-next{
  margin-right: -10px;
}
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev{
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.carousel-control .fa-angle-right, .carousel-control .icon-next{
  right: 50%;
  margin-right: -10px;
}
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev{
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.muestra_turismo{
  width: 100%;
  height: 195px;
  background-color: #ccc;
  display: table;
  color: #fff;
  text-shadow: 0 5px 18px rgba(0,0,0,.35);
  margin-bottom: 10px;
  text-decoration: none !important;
  transition-duration: .3s;
  background-size: cover;
  background-position: center;
}
  .muestra_turismo:hover{
    color: #fff;
  }
    .muestra_turismo:hover h3{
     color: #ff9839;
    }
  .muestra_turismo:last-child{
    margin-bottom: 0px;
  }
  .muestra_turismo:focus h3{
    color: #ff9839;
  }
  .muestra_turismo:focus .provincia{
    color: #fff;
  }
.muestra_turismo .cont_muestra_turismo{
  display: table-cell;
  vertical-align: middle;
  text-shadow: 0 0px 10px rgba(0,0,0,.75);
}
.muestra_turismo .cont_muestra_turismo .provincia{
  font-weight: 300;
  font-style: italic;
}
.muestra_turismo .cont_muestra_turismo h3{
  margin-top: 0px;
}

/*    FOOTER    */
.footer_001 .contacto_numero{
  width: 100%;
  height: 588px;
  background-image: url('../img/bg_footer.png');
  background-size: cover;
  background-position: top;
  position: relative;
}
.footer_001 .contacto_numero .cont_contacto_numero{
  width: 100%;
  position: absolute;
  bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
}
.footer_001 .contacto_numero .cont_contacto_numero .numero{
  font-weight: 700;
  font-style: initial;
  /*font-size: 24px;*/
  margin-left: 35px;
}

.footer_001 .footer{
  background-color: #000;
  color: #fff;
}
.footer_001 .footer .container{
  border-top: 1px solid rgba(255,255,255,.35);
  padding-top: 35px;
  padding-bottom: 35px;
}

/* F001 */
.footer_001 .copyright-footer{
  padding: 15px 0px; 
  color: #C1C1C1;
  font-size: 12px;
  background-color: #0f0f0f;
}
.footer_001 .copyright-footer a{
  color: #C1C1C1;
  text-decoration: none;
}
.footer_001 .copyright-footer a:hover{
  color: #FFFFFF;
}
.footer_001 footer .logo img{
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .footer_001 .contacto_numero .cont_contacto_numero .numero{
    display: block;
  }
}

/*    HOTELERÍA     */
.caja-hoteles{
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px;
  margin-top: 25px;
}
.caja-hoteles h4{
  margin-top: 15px;
}
.caja-hoteles .hotel-estrellas{
  font-size: 18px;
  color: #ffbf23;
  background-color: #fff;
  width: 50%;
  margin: 0px auto;
  margin-top: -30px;
}
.caja-hoteles .complejo{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.contacto-hoteles{
  background-color: #ff9839;
  color: #fff;
  padding: 20px 0px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  display: block;
  border-radius: 4px;
  transition-duration: .4s;
}
.contacto-hoteles:hover{
  color: #fff;
  background-color: #eb872b;
}