@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400&display=swap');
body {
  background: #eee;
  font-family: 'Nunito', sans-serif;
}
.cleaner_h0 {
  clear: both;
  width: 100%;
  height: 0px;
}
.cleaner_h1 {
  clear: both;
  width: 100%;
  height: 10px;
}
.cleaner_h2 {
  clear: both;
  width: 100%;
  height: 20px;
}
.cleaner_h3 {
  clear: both;
  width: 100%;
  height: 30px;
}
.cleaner_h4 {
  clear: both;
  width: 100%;
  height: 40px;
}
.cleaner_h5 {
  clear: both;
  width: 100%;
  height: 50px;
}
.cleaner_h6 {
  clear: both;
  width: 100%;
  height: 60px;
}
.row-eq-h {
  display: table;
  width: 100%;
}
.row-eq-h .col-eq-h {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#container-page {
  padding-left: 280px;
  padding-right: 25px;
  width: 100%;
}
#container-page .breadcrumb {
  margin-bottom: 0px;
}
#header {
  min-height: 50px;
  background: #fff;
  background-size: cover;
}
#header .navbar-brand {
  height: 50px;
  padding: 10px;
}
#header .navbar-brand img {
  width: 100%;
}
#header .nav-text {
  float: right;
  max-width: 350px;
  background: #FEA80E;
  margin-right: 5px;
  border-radius: 4px;
}
#header .nav-text h4 {
  padding: 25px;
  margin: 0px;
}
#header .nav-text h4 .light-text {
  color: #fff;
}
#header .nav-text.top-text {
  max-width: auto;
  padding-right: 20px;
  background: none;
  text-align: center;
  padding-top: 10px;
  position: relative;
}
#header .nav-text.top-text a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
}
#header .nav-text.top-text a:hover {
  text-decoration: none;
}
#header .nav-text.top-text .tit {
  padding: 0px;
  display: inline-block;
  vertical-align: top;
}
#header .nav-text.top-text span {
  font-size: 30px;
  vertical-align: sub;
}
#header .nav-text.top-text .check {
  font-size: 12px;
  padding: 0;
  margin: 0;
  margin-top: -10px;
  display: inline-block;
  vertical-align: top;
  margin-top: -33px;
  margin-left: 25px;
}
#header .nav-text.top-text .check li {
  display: inline-block;
}
#header .nav-text.top-text .check li .fa {
  color: greenyellow;
}
#header .menu-social {
  margin-right: 0px;
  height: 50px;
}
#header .menu-social li a {
  padding: 15px;
}
#header .menu-social li a i.fa {
  padding: 0px;
  background: none;
  border-radius: 4px;
  font-size: 20px;
  color: #3b5998;
}
.navbar-fixed-left {
  background: #00AFDF;
  width: 260px;
  position: fixed;
  border-radius: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: none;
  z-index: 999;
  -webkit-box-shadow: inset -10px 0px 7px -7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset -10px 0px 7px -7px rgba(0, 0, 0, 0.35);
  box-shadow: inset -10px 0px 7px -7px rgba(0, 0, 0, 0.35);
}
.navbar-fixed-left .sidebar-nav > li {
  float: none;
  /* Cancel default li float: left */
}
.navbar-fixed-left .sidebar-nav > li.menu-tit {
  border-bottom: 2px solid #119DC4;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 9px 15px;
}
.navbar-fixed-left .sidebar-nav > li a {
  border-bottom: 1px solid #119DC4;
  color: #fff;
  text-align: left;
}
.navbar-fixed-left .sidebar-nav > li a:hover,
.navbar-fixed-left .sidebar-nav > li a:active,
.navbar-fixed-left .sidebar-nav > li a:focus {
  background: #fff;
  color: #366C87;
  font-weight: bold;
}
.navbar-fixed-left .sidebar-nav > li.active {
  background: #fff;
}
.navbar-fixed-left .sidebar-nav > li.active a {
  color: #366C87;
  font-weight: bold;
}
#menu-secundario {
  border: 0px solid #54B5B5;
  border-right: 0px;
  padding-left: 260px;
  background: #00AFDF;
}
#menu-secundario li a {
  color: #fff;
  border-right: 1px solid #119DC4;
}
#menu-secundario li a:hover {
  background: #2D5774;
  color: #fff;
}
#menu-secundario li a.res {
  background: #E2520B;
}
#movil-menu-secundario {
  display: none;
}
/* On using dropdown menu (To right shift popuped) */
.navbar-fixed-left .navbar-nav > li > .dropdown-menu {
  margin-top: -50px;
  margin-left: 140px;
}
.hamburger {
  display: none;
}
#chatwsp {
  position: fixed;
  bottom: 0px;
  right: 10px;
  background: #556ab8;
  color: #fff;
  padding: 0px 15px 0px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.75);
}
#chatwsp .link {
  position: absolute;
  width: 100%;
  height: 100%;
}
#chatwsp .link span {
  display: none;
}
#chatwsp .text {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
#chatwsp .img-wsp {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
}
#menu-info {
  background: url(../img/fnd_menu_info.gif) repeat;
  border-bottom: 2px solid #03456E;
  margin-top: 20px;
}
#menu-info li a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00c7f4+0,028be0+100&0.8+0,0.95+100 */
  background: -moz-linear-gradient(top, rgba(0, 199, 244, 0.6) 0%, rgba(2, 139, 224, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 199, 244, 0.6) 0%, rgba(2, 139, 224, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 199, 244, 0.6) 0%, rgba(2, 139, 224, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc00c7f4', endColorstr='#f2028be0', GradientType=0);
  /* IE6-9 */
  border-bottom: 1px solid #065586;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  font-size: 22px;
  padding: 15px 20px;
  text-shadow: 1px 1px 1px #969696;
}
#menu-info li a .fa {
  position: absolute;
  top: 20px;
  right: 20px;
}
#menu-info li a:hover {
  background: -moz-linear-gradient(top, #00c7f4 0%, #028be0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00c7f4 0%, #028be0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00c7f4 0%, #028be0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc00c7f4', endColorstr='#f2028be0', GradientType=0);
  /* IE6-9 */
}
/* titulo */
.tit-1 {
  border-bottom: 2px solid #FEA80E;
  color: #2D5774;
  margin-top: 20px;
  padding-bottom: 5px;
}
/* ALOJAMIENTOS BOX */
.alo-box {
  border-bottom: 1px solid #ccc;
  padding: 20px;
  position: Relative;
}
.alo-box .alo-img {
  float: left;
  display: block;
  margin-right: 15px;
}
.alo-box .alo-deta h2 {
  color: #2D5774;
  font-size: 20px;
  margin-top: 0px;
}
.alo-box .alo-deta p {
  font-size: 14px;
}
.alo-box .alo-contact {
  display: none;
}
.alo-box .alo-contact .fa {
  color: #F5B20A;
  font-size: 15px;
  width: 18px;
  text-align: center;
}
.alo-box .alo-contact .fa.fa-link {
  font-size: 13px;
}
.alo-box .alo-contact .fa.fa-envelope {
  font-size: 13px;
}
.alo-box .alo-contact .fa.fa-mobile {
  font-size: 18px;
}
.alo-box.alo-dest {
  background: #eee;
}
.alo-box.alo-dest .alo-img {
  float: right;
}
.alo-box.alo-dest .tag-dest {
  background: darkblue;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 3px;
}
.alo-box.alo-dest.alo-sdest {
  background: #FFFCB4;
  border: 2px solid #444;
}
.filtros {
  background: #eee;
  padding: 20px;
}
.filtros .fa {
  color: #2D5774;
}
.filtros .fa.fa-home {
  font-size: 18px;
}
.filtros .control-label {
  font-weight: normal;
}
.filtros .tit {
  margin-top: 15px;
}
.alo-top {
  background: #f85032;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
  /* IE6-9 */
  padding: 20px;
  position: Relative;
  border: 3px solid #D0220F;
}
.alo-top .tit {
  background: #FEA80E;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
  border-radius: 5px;
}
.alo-top .deta {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
}
.alo-top i.fa {
  display: inline-block;
  padding: 5px;
  background: #FEA80E;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.alo-top .contacto {
  color: #fff;
}
.alo-top .line {
  height: 1px;
  border-bottom: 2px dotted #2D5774;
  margin-bottom: 10px;
}
.alo-top .alo-img {
  text-align: center;
}
.alo-top .alo-img img {
  border: 2px solid #fff;
  border-radius: 5px;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
.alo-top .topdeldia {
  padding: 5px 0px;
  border-bottom: 1px dotted #333;
}
.alo-top .topdeldia .tel {
  padding: 2px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
/* INTRO */
#intro-home {
  color: #fff;
}
#intro-home .container {
  padding: 0px;
  width: 100%;
}
#intro-home .container .row {
  margin: 0px;
}
#intro-home .i-top {
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  margin: 0px;
  padding: 1px;
}
#intro-home .i-logo {
  margin: 30px 30px 70px;
}
#intro-home .i-search {
  background: rgba(0, 0, 0, 0.5);
  padding: 7px;
  display: inline-flex;
  flex-direction: row;
  border-radius: 5px;
}
#intro-home .i-search .s-btn {
  background-color: #fff;
  border-color: #ccc;
  color: #444;
  font-weight: normal;
  margin: 0 4px;
  height: 43px;
  text-align: left;
}
#intro-home .i-search .s-btn .fa {
  color: #ccc;
  font-size: 1.3em;
  padding-right: 10px;
}
#intro-home .i-search .s-btn.s-btn-lugar {
  width: 407px;
  margin-left: 0px;
  cursor: pointer;
}
#intro-home .i-search .s-btn.s-btn-fecha {
  width: 195px;
}
#intro-home .i-search .s-btn.s-btn-cantidad {
  width: 195px;
}
#intro-home .i-search .s-btn.s-btn-go {
  width: 165px;
  background: #e7bc3d;
  border-color: #e7bc3d;
  color: #fff;
  text-align: center;
}
#intro-home .i-search .s-btn.s-btn-go:hover {
  background: #fff;
  color: #e7bc3d;
}
#intro-home .i-lugares {
  margin-top: 30px;
}
#intro-home .i-lugares .l-list {
  display: inline;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 9px 15px;
  border-radius: 5px;
}
#intro-home .i-lugares .l-list li {
  text-shadow: 0 0 3px #000;
  display: inline-block;
}
#intro-home .i-lugares .l-list li a {
  font-size: 17px;
  color: #fff;
}
#intro-home .i-lugares .l-list li:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
}
#intro-home.intro-1 {
  background-image: url(../images/intro/intro1.jpg);
  position: relative;
  height: 600px;
  width: 100%;
  text-align: center;
  background-color: #bba89e;
  background-size: cover;
}
/* FOOTER */
.footer {
  padding: 50px;
  padding-bottom: 0px;
  background: #ededed;
  margin-top: 20px;
}
.footer .copyright {
  padding: 15px 0px 5px;
  text-align: Center;
  font-size: 13px;
  color: #757575;
  border-top: 1px solid #bbb;
  margin-top: 15px;
}
.footer ul.foot-menu {
  padding: 0px;
  list-style: none;
}
.footer ul.foot-menu li a {
  color: #2D5774;
}
.footer ul.foot-menu li a i.fa {
  color: #F43A00;
  padding-right: 8px;
}
/* Quienes somos */
.quienes-somos .tit {
  color: #2D5774;
  display: inline-block;
  border-bottom: 2px dotted #FEA80E;
  padding-bottom: 5px;
}
/* Contacto */
#contacto-form .form-control {
  border: 2px solid #3CAFC5;
}
#contacto-form input.form-control {
  height: 45px;
}
#contacto-form ::-webkit-input-placeholder {
  /* Chrome */
  color: #5584B4;
}
#contacto-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #5584B4;
}
#contacto-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #5584B4;
  opacity: 1;
}
#contacto-form :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #5584B4;
  opacity: 1;
}
.box-contact {
  background: #3CAFC5;
  padding: 40px;
  border-radius: 4px;
}
.contact_page {
  background: none;
}
.contact_page .fa {
  width: 20px;
  text-align: center;
}
.contact_page li {
  background: none;
  color: #fff;
  font-style: italic;
  border: 0px;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  padding: 15px;
}
.contact_page li.last {
  border-bottom: 0px;
}
.contacto .tit {
  margin-top: 15px;
  margin-bottom: 10px;
}
/* GALERIA */
.my-gallery figure {
  display: inline-block;
  padding: 10px;
  border: solid #ddd 2px;
  margin: 5px 5px;
  border-radius: 6px;
}
/* Info Util */
.info-util .tit {
  color: #2D5774;
}
.info-util .tit .fa {
  color: #FEA80E;
}
.info-util .table thead {
  color: #fff;
  background: #FEA80E;
}
.info-util .table tbody {
  background: #eee;
}
/* Mareas */
#mareas img[class*="_16"] {
  width: 16px;
  height: 16px;
}
#mareas img[class*="_18"] {
  width: 18px;
  height: 18px;
}
#mareas img[class*="_20"] {
  width: 20px;
  height: 20px;
}
#mareas img[class*="_30"] {
  width: 30px;
  height: 30px;
}
#mareas img[class*="_24"] {
  width: 24px;
  height: 24px;
}
#mareas img[class*="_36"] {
  width: 36px;
  height: 36px;
}
#mareas a {
  display: block;
}
.moon-icon {
  background-image: url(../img/sprite_moonfases.png);
  background-repeat: no-repeat;
}
.moon_24_1 {
  background-position: 0 -24px;
}
.moon_24_2 {
  background-position: 0 -48px;
}
.moon_24_3 {
  background-position: 0 -72px;
}
.moon_24_4 {
  background-position: 0 -96px;
}
.moon_24_5 {
  background-position: 0 -120px;
}
.moon_24_6 {
  background-position: 0 -144px;
}
.moon_24_7 {
  background-position: 0 -168px;
}
.moon_24_8 {
  background-position: 0 -192px;
}
.moon_24_9 {
  background-position: 0 -216px;
}
.moon_24_10 {
  background-position: 0 -240px;
}
.moon_24_11 {
  background-position: 0 -264px;
}
.moon_24_12 {
  background-position: 0 -288px;
}
.moon_24_13 {
  background-position: 0 -312px;
}
.moon_24_14 {
  background-position: 0 -336px;
}
.moon_24_15 {
  background-position: 0 -360px;
}
.moon_24_16 {
  background-position: 0 -384px;
}
.moon_24_17 {
  background-position: 0 -408px;
}
.moon_24_18 {
  background-position: 0 -432px;
}
.moon_24_19 {
  background-position: 0 -456px;
}
.moon_24_20 {
  background-position: 0 -480px;
}
.moon_24_21 {
  background-position: 0 -504px;
}
.moon_24_22 {
  background-position: 0 -528px;
}
.moon_24_23 {
  background-position: 0 -552px;
}
.moon_24_24 {
  background-position: 0 -576px;
}
.moon_24_25 {
  background-position: 0 -600px;
}
.moon_24_26 {
  background-position: 0 -624px;
}
.moon_24_27 {
  background-position: 0 -648px;
}
.moon_24_28 {
  background-position: 0 -672px;
}
/* NOTICIA ================ */
#noticia {
  margin-bottom: 20px;
  font-family: 'Nunito', sans-serif;
}
#noticia .line-separator-1 {
  border-bottom: 1px dotted #199DBF;
  margin-bottom: 10px;
  clear: both;
}
#noticia .nta-tit h1 {
  margin-bottom: 5px;
  color: #313081;
  font-weight: bold;
}
#noticia .nta-tit h2 {
  margin-bottom: 5px;
  color: #222;
}
#noticia .nta-tit h3 {
  margin-bottom: 5px;
  color: #222;
}
#noticia .nta-vol {
  background: #343589;
  color: #f8f8f8;
  padding: 2px 3px;
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#noticia .nta-fecha {
  background: #343589;
  color: #f8f8f8;
  padding: 2px 3px;
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#noticia .nta-cue {
  color: #333 !important;
}
#noticia .nta-cue p span {
  color: #333 !important;
}
#noticia .nta-baj {
  font-size: 18px;
  color: #777;
  margin-top: 15px;
}
#noticia .parrafo {
  color: #747474;
}
#noticia .cita {
  padding: 30px;
  font-style: italic;
  font-size: 18px;
  color: #747474;
}
#noticia .cita blockquote {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
#noticia .cita blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
#noticia .imagen {
  margin-bottom: 20px;
}
.otras-noticias {
  font-family: 'Nunito', sans-serif;
  padding: 10px;
  margin-top: 15px;
  background: #eee;
}
.otras-noticias .tit-1 {
  margin-bottom: 10px;
}
.otras-noticias .tit-1 h3 {
  font-family: 'Nunito', sans-serif;
  color: #2178D6;
}
.nta-sec-1 {
  background: #fbfbfb;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
  overflow-y: hidden;
}
.nta-sec-1 h1 {
  margin: 5px 0px 5px 0px;
  color: #313081;
}
.nta-sec-1 h2 {
  margin: 5px 0px 5px 0px;
  color: #313081;
}
.nta-sec-1 h3 {
  margin: 5px 0px 5px 0px;
  color: #313081;
}
.nta-sec-1 h4 {
  margin: 5px 0px 5px 0px;
  color: #313081;
}
.nta-sec-1 .nta-fecha {
  background: #313081;
  color: #f8f8f8;
  padding: 2px 3px;
  position: absolute;
  display: block;
  top: 10px;
  right: 20px;
}
.nta-sec-1 .nta-vol {
  background: #313081;
  color: #f8f8f8;
  font-size: 13px;
  padding: 2px 5px;
  position: absolute;
  display: block;
  left: 0px;
  bottom: 0%;
}
.nta-sec-1 .nta-img {
  max-height: 170px;
  overflow: hidden;
}
.nta-sec-1 .nta-img > img {
  width: 100%;
}
.nta-sec-1 .nta-deta {
  padding: 5px 15px;
}
.nta-btn-1 {
  color: #2D5774;
  border-color: #FEA80E;
  margin-left: 15px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
/*-------------------------------*/
/*        MODAL ads              */
/*-------------------------------*/
#modal-ads {
  color: #333;
}
#modal-ads .modal-dialog {
  width: 600px;
}
#modal-ads .modal-dialog .modal-content {
  /*
			background: rgba(106,94,173,1);
			background: -moz-radial-gradient(center, ellipse cover, rgba(106,94,173,1) 0%, rgba(36,25,93,1) 100%);
			background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(106,94,173,1)), color-stop(100%, rgba(36,25,93,1)));
			background: -webkit-radial-gradient(center, ellipse cover, rgba(106,94,173,1) 0%, rgba(36,25,93,1) 100%);
			background: -o-radial-gradient(center, ellipse cover, rgba(106,94,173,1) 0%, rgba(36,25,93,1) 100%);
			background: -ms-radial-gradient(center, ellipse cover, rgba(106,94,173,1) 0%, rgba(36,25,93,1) 100%);
			background: radial-gradient(ellipse at center, rgba(106,94,173,1) 0%, rgba(36,25,93,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a5ead', endColorstr='#24195d', GradientType=1 );
			*/
  background: #fff;
}
#modal-ads .modal-dialog .modal-content .tit {
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-weight: 300;
  font-size: 33px;
  color: #C4B300;
}
#modal-ads .modal-dialog .modal-content .tit span {
  background: #3399FF;
  color: #fff;
  padding: 0px 2px;
}
#modal-ads .modal-dialog .modal-content .text-bold {
  background: #C4B300;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}
#modal-ads .modal-dialog .modal-content p {
  font-size: 18px;
}
#modal-ads .modal-dialog .modal-content .ls {
  letter-spacing: 2px;
}
#modal-ads .modal-dialog .modal-content .bold1 {
  color: #095CAE;
}
#modal-ads .modal-dialog .modal-header,
#modal-ads .modal-dialog .modal-footer {
  border-color: transparent;
}
#modal-ads .modal-dialog .modal-header {
  padding-top: 30px;
}
#modal-ads .modal-dialog .modal-body {
  padding-left: 2px;
  padding-right: 2px;
}
#modal-ads .modal-dialog .modal-body .container {
  width: 100%;
}
#modal-ads .modal-dialog .modal-body .imgs img {
  margin: 0px 1px;
  margin-bottom: 4px;
}
#modal-ads .modal-dialog .modal-body .list {
  list-style-image: url(../img/check.png);
}
#modal-ads .modal-dialog .modal-body .envios {
  text-align: center;
}
#modal-ads .modal-dialog .modal-body .envios b {
  background: #3399FF;
  padding: 4px;
  font-size: 17px;
}
#modal-ads .modal-dialog .modal-body .envios .ciudad {
  padding: 7px;
  margin-bottom: 5px;
  font-size: 20px;
  background: #3399FF;
}
#modal-ads .modal-dialog .modal-body .precios {
  text-align: center;
  font-family: 'Lato', sans-serif;
}
#modal-ads .modal-dialog .modal-body .precios p.promo {
  font-size: 20px;
}
#modal-ads .modal-dialog .modal-body .precios .precio {
  background: orange;
  font-size: 25px;
  padding: 7px;
  text-align: center;
}
#modal-ads .modal-dialog .contacto {
  text-align: center;
}
#modal-ads .modal-dialog .cerrar {
  display: none;
}
/*-------------------------------*/
/*        MEDIA NOTE TABLE       */
/*-------------------------------*/
@media (max-width: 1199px) {
  #menu-secundario .menu-secundario li a {
    padding: 10px !important;
  }
  #header .menu-social li a {
    padding: 27px 15px;
  }
  #header .nav-text h4 {
    padding: 25px 15px;
    margin: 0px;
  }
  .navbar-header {
    max-width: 350px;
  }
}
/*-------------------------------*/
/*        MEDIA TABLE       */
/*-------------------------------*/
@media (max-width: 991px) {
  #menu-secundario .menu-secundario li a {
    padding: 10px 7px !important;
    font-size: 14px !important;
  }
}
/*-------------------------------*/
/*          MEDIA MOVIL         */
/*-------------------------------*/
@media (max-width: 767px) {
  #header .nav-text.top-text .check {
    margin-top: 0px;
  }
  #menu-secundario {
    padding-left: 0px;
    display: none;
  }
  #movil-menu-secundario {
    display: inline;
  }
  .menu-social {
    display: none;
  }
  .nav-text {
    width: 100% !important;
    max-width: 100% !important;
  }
  #container-page {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar-fixed-left {
    position: fixed;
    top: 0px;
  }
  .navbar-fixed-left .sidebar-nav {
    position: relative;
    display: block;
  }
  #sidebar-wrapper {
    display: block;
    z-index: 9999;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #sidebar-wrapper::-webkit-scrollbar {
    display: none;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 230px;
  }
  /*-------------------------------*/
  /*     Sidebar nav styles        */
  /*-------------------------------*/
  .sidebar-nav {
    position: absolute;
    top: 0;
    width: 230px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
  }
  .sidebar-nav li a {
    display: block;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
  }
  .sidebar-nav li a:hover,
  .sidebar-nav li a.active,
  .sidebar-nav li a:active,
  .sidebar-nav li a:focus,
  .sidebar-nav li.open a:hover,
  .sidebar-nav li.open a:active,
  .sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #312783;
  }
  .sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
  }
  /*-------------------------------*/
  /*       Hamburger-Cross         */
  /*-------------------------------*/
  .hamburger {
    position: absolute;
    top: 20px;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 15px;
    right: 0px;
    background: transparent;
    border: none;
  }
  .hamburger:hover,
  .hamburger:focus,
  .hamburger:active {
    outline: none;
  }
  .hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
  }
  .hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
  }
  .hamburger.is-closed .hamb-top,
  .hamburger.is-closed .hamb-middle,
  .hamburger.is-closed .hamb-bottom,
  .hamburger.is-open .hamb-top,
  .hamburger.is-open .hamb-middle,
  .hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
  }
  .hamburger.is-closed .hamb-top,
  .hamburger.is-closed .hamb-middle,
  .hamburger.is-closed .hamb-bottom {
    background-color: #1a1a1a;
  }
  .hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all 0.35s ease-in-out;
  }
  .hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
  }
  .hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all 0.35s ease-in-out;
  }
  .hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all 0.35s ease-in-out;
  }
  .hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all 0.35s ease-in-out;
  }
  .hamburger.is-open .hamb-top,
  .hamburger.is-open .hamb-middle,
  .hamburger.is-open .hamb-bottom {
    background-color: #1a1a1a;
  }
  .hamburger.is-open .hamb-top,
  .hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
  }
  .hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  }
  .hamburger.is-open .hamb-middle {
    display: none;
  }
  .hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  }
  .hamburger.is-open {
    position: fixed;
  }
  .hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
  }
  .hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
  }
  /*-------------------------------*/
  /*            Overlay            */
  /*-------------------------------*/
  .overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250, 250, 250, 0.8);
    z-index: 1;
  }
  /* Logo mobil */
  #sidebar-wrapper .navbar-brand {
    background: #fff;
    padding: 0px;
    width: 100%;
    padding: 13px 8px;
  }
  #sidebar-wrapper .sidebar-nav li.user-name {
    background: #29235C;
    color: #fff;
    font-size: 15px;
  }
  #sidebar-wrapper .sidebar-nav li.user-name div {
    padding: 10px;
  }
  #sidebar-wrapper .sidebar-nav li.user-name div img.thumb {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #000;
    margin-right: 5px;
  }
  /*-------------------------------*/
  /*         Generales              */
  /*-------------------------------*/
  body {
    font-size: 13px;
  }
  .form-control {
    font-size: 13px;
  }
  /* ALOJAMIENTOS BOX */
  .alo-box .alo-deta h2 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .alo-box .alo-deta p {
    font-size: 13px;
  }
  /* titulo */
  .tit-1 {
    border-bottom: 2px solid #FEA80E;
    color: #2D5774;
    margin-top: 20px;
    padding-bottom: 5px;
    font-size: 18px;
  }
  /* Galería */
  .my-gallery figure {
    padding: 5px;
  }
  .my-gallery .img-thumb {
    max-width: 100px;
  }
  /* Quienes somos */
  .quienes-somos .tit {
    font-size: 16px;
  }
  /* Footer */
  .footer {
    padding-left: 30px;
  }
  /* modal adas */
  #modal-ads .modal-dialog {
    width: 100%;
  }
  #modal-ads .modal-dialog .cerrar {
    text-align: center;
    display: block;
  }
  #modal-ads .modal-dialog .cerrar .btn {
    background: transparent !important;
    color: #333;
    font-weight: normal;
  }
  #modal-ads .modal-dialog .modal-content .tit {
    font-size: 25px;
  }
  #modal-ads .modal-dialog .modal-content .modal-body .imgs img {
    margin: 0px 1px;
    margin-bottom: 4px;
  }
  #modal-ads .modal-dialog .modal-content .modal-body .envios {
    padding-top: 15px;
  }
  #modal-ads .modal-dialog .modal-content .modal-body .envios .ciudad {
    font-size: 17px;
  }
  #modal-ads .modal-dialog .contacto {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (max-width: 414px) {
  .alo-box .alo-img {
    display: block;
    float: inherit;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: left;
  }
  .alo-box.alo-dest .alo-img {
    display: block;
    float: inherit;
  }
}

/*# sourceMappingURL=web.css.map */