.not-padding { padding: 0; }
.mt { margin: 30px 0; padding: 15px 0; font-weight: bold;  font-size: 1.1em;}
.mb { margin-bottom: 15px; }
.ml { margin-left: 15px; }
.mr { margin-right: 15px; }
.bold { font-weight: bold; }
.link-caxia { color: #FF7101; font-weight: bold; }
.link-caxia:hover { color: #FF7101; }
.icon-phone { background: url(../img/icon_phone.png); width: 28px; height: 28px; display: inline-block; }
.icon-cellphone { background: url(../img/icon_cellphone.png); width: 28px; height: 28px; display: inline-block; }
.icon-wp { background: url(../img/icon_whatsapp.png); width: 25px; height: 25px; display: inline-block; }
.icon-vb { background: url(../img/icon_viber.png); width: 25px; height: 25px; display: inline-block; }
.icon-skype { background: url(../img/skype.png); width: 25px; height: 25px; display: inline-block; }
.nav-items { background-color: #00aff2; overflow: hidden; padding: 10px 0;}
.nav-items>div{ }
.nav-items .link-caxia{ color: #fff; }
#address_modal .modal-dialog { width: 705px; text-align: center; }
#contact_modal .modal-dialog { width: 575px; text-align: center; }
.modal-body { overflow-y: auto; padding: 0; }
body { font-family: 'Roboto', sans-serif; font-size: 10px;}
#infoHeader { position: absolute; top: 0; z-index: 999; width: 100%; background: rgba(250, 250, 250, 0.9); border-bottom: 4px solid #00aff2; }

#subscription{ background-color: #C7E6FA; padding: 10px; }
#accordion .panel-body ul{ list-style: none; margin: 0; padding: 0; }
#accordion .panel-body ul li { text-align: right; border-bottom: dotted 1px #bbb; }
#accordion .panel-body ul li a { padding: 5px 0; display: block; }
#accordion .panel-body ul li a:hover { text-decoration: none; }
#accordion .panel-body ul li a:before{ content: "\e092"; display: none; font-family: 'Glyphicons Halflings'; padding-right: 5px; }
#accordion .panel-body ul li.active a:before, #accordion .panel-body ul li:hover a:before{ display: inline-block; }
#accordion .panel-body ul li:last-child { border-bottom: none;  }

#infoHeader p span {}
#infoHeader ul { margin: 5px 0 0 0; padding: 0; }
#infoHeader ul li{ display: inline; padding-left: 5px; }


#wrap { min-height: 450px; margin: 30px auto; box-shadow: -1px 2px 33px 8px rgba(0, 0, 0, 0.3); overflow: hidden; background-color: #fff; padding: 15px 0; }

#wrapMenu { background-color: #0099F2; }
.navbar-default {border: 0; background: transparent;}

.flexslider .slides > li{ position: relative; }
.slides .flex-caption{ width: 100%; position: absolute; top: 20%; text-align: center; color: #FFF; text-shadow: 1px 1px 1px #000; text-transform: uppercase; font-size: 50px; z-index: 100; }

#menu-top { padding: 0; }
.navbar-default .navbar-nav-default > .active > a, .navbar-default .navbar-nav-default > .active > a:hover, .navbar-default .navbar-nav-default > .active > a:focus {
    color: #fff;
    border-top: solid 5px #FFF;
    background-color: #0eb4fd;    
}

.navbar-default .navbar-nav-default > .open > a, .navbar-default .navbar-nav-default > .open > a:hover, .navbar-default .navbar-nav-default > .open > a:focus{ border-top: solid 5px #FFF; }

.navbar-nav-default > li > a {
 padding-top: 10px;
 padding-bottom: 15px;
 font-size: 14px; font-weight: bold; text-transform: uppercase;
  -webkit-transition: all .9s;
   -moz-transition: all .9s;
   -o-transition: all .9s;
   -ms-transition: all .9s;
   transition: all .9s;
}
.navbar-default .navbar-nav-default > li > a {
    color: #FFFFFF;
    border-top: solid 5px #0099F2;
}
.navbar-default .navbar-nav-default > li > a:hover, .navbar-default .navbar-nav-default > li > a:focus {
    border-top: solid 5px #FFF;
    color: #fff;
    background-color: #0eb4fd;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.navbar-default .navbar-nav-default > .open > a,
.navbar-default .navbar-nav-default > .open > a:hover,
.navbar-default .navbar-nav-default > .open > a:focus {
  background-color: #0eb4fd;
  color: #fff;
}
.dropdown-menu { background-color: rgba(0,153,242, 0.8); }
.dropdown-menu > li > a { color: #fff; font-size: 11px; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #0099F2;
}
.navbar-default .navbar-toggle {
    border-color: #FFFFFF;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #19ABFF;
}
.navbar {
    margin-bottom: 0;
}
.flexslider {
	border: none;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#images {  }
#images .row-image{ margin-bottom: 30px; padding: 0; }
#images .row-image .image { position: relative; }
#images .row-image .image .description { position: absolute; left: 0; bottom: 0; width: 100%; padding: 5px; background-color: rgba(0,153,242, 0.7); color: #000; text-align: center; }
.row-image .category-name { text-align: center; font-weight: bold; background-color: #000; color: #0099F2; padding: 5px 0; }

.panel-default { border-color: #0099F2; }
.panel-default > .panel-heading{ background-color: #0099F2;
    border-color: #0099F2;
    color: #fff; }
.panel-default .panel-title a{ display: inline-block; width: 100%; outline: none; }

.h-offer { margin-bottom: 15px; border: solid 1px #0099F2; padding: 5px; }
.h-offer img { width: 100%; }

#navCategories { margin-bottom: 15px; overflow: hidden;  }
.btn-group .btn-default {
    background-color: #0099F2;
    border-color: #0099F2;
    color: #fff;
    border-radius: 0;
}
.btn-group .btn-default:hover, .btn-group .btn-default.active, .btn-group .btn-default:active:hover, .btn-group .btn-default.active:hover, .btn-group .btn-default:active:focus, .btn-group .btn-default.active:focus, .btn-group .btn-default.focus:active, .btn-group .btn-default.active.focus {
    background-color: #0EB4FD;
    color: #fff;
}

.caxia-info-empty { border: solid 1px #0099F2; color: #000; font-weight: bold; background-color: #a4daf9; border-radius: 10px; padding: 15px; text-align: center; font-size: 16px; }
.caxia-info-empty p { padding: 0; margin:0; }
.caxia-info { border: solid 1px #0099F2; color: #000; font-weight: bold; background-color: #a4daf9; border-radius: 10px; padding: 15px; text-align: center; font-size: 16px;  }

.item-service { border-bottom: dotted 2px #0099F2; padding: 5px; margin-bottom: 15px; }
.item-service h3{ color: #0099F2; text-transform: uppercase;font-weight: bold;  }
.btn-primary {
    background-color: #0099F2;
    border-color: #2e6da4;
    color: #ffffff;
}
.btn-primary:hover { background-color: #0099F2; color: #000; }
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus { background-color: #0099F2; }

.btn-notif { background-color: #FF7533; color: #fff; }
.btn-notif:hover { color: #000; }
.offer { border: dotted 2px #0099F2; overflow: hidden; margin-bottom: 15px; }
.offer.foot { padding: 15px 0 0 0; }

.offer .name { color: #0099F2; margin: 0 0 5px 0; padding: 0; }
.offer .name a { color: #FF7101;}
.offer .real-price { color: #bbb; font-size: 16px; margin-right: 15px; }
.offer .current-price { color: #0099F2; font-weight: bold; font-size: 24px; }
.offer .unlimited { color: #000; font-weight: bold; }
.offer .duration { color: #000; font-weight: bold; font-size: 16px; }

.offer .dates .start-date, .offer .dates .end-date { font-size: 16px; font-weight: bold; color: #000; }
.offers.view h2 { text-transform: uppercase; text-align: center; color: #fff; background-color: #0099F2; padding: 10px 0; font-weight: 100; font-size: 18px;}
.offers.view .offer{ border: none; }
.offers.view{ padding-top: 30px;  }

.offer .footer { margin: 15px 0 0 0; padding: 5px 0; background-color: #C7E6FA;  } 
.offer .footer p { margin: 0; padding: 0;  } 

.box-description { border: solid 1px #0099F2; margin-top: 30px; }
.box-description h2 { margin: 0; }
.box-description .description{ padding: 15px; }

.see-more { font-weight: bold; color: #252f8e; }

.strike{
    text-decoration: line-through;
   -webkit-transform: rotate(344deg);
   -moz-transform: rotate(344deg);
    -o-transform: rotate(344deg);
}

 

.pagination { margin: 0px auto; }


.package-info .category-name { color: #333; font-weight: bold; font-size: 24px; }
.package-info .price { color: #000; font-weight: bold; }
.package-info .duration { color: #000; }
.package-info .description { text-align: justify; }

.itineraries h3 { text-transform: uppercase; text-align: center; color: #fff; background-color: #0099F2; padding: 10px 0; font-weight: 100; }
.itinerary { border-bottom: solid 2px #0099F2; overflow: hidden; padding: 15px 0; margin-bottom: 15px; }
.itinerary .col-md-3{ padding: 0; }
.itinerary img { width: 100%; }
.itinerary h5{ color: #333; font-weight: bold; }

.img-responsive{ margin: 0 auto; }
.img-full{ width: 100%; }
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
form .required { position: relative; }
form .required:before{ content: "*"; color: #ff0000; position: absolute; top: 10px; left: -10px; }

#home .h-item { overflow: hidden; border: solid 1px #0099F2; padding: 5px; background-color: #C7E6FA; margin-bottom: 15px; }
#home h2 { font-weight: bold; font-size: 18px; text-transform: uppercase; text-align: center; color: #0099F2; padding: 0; margin: 0 0 30px 0; }
#home h3 { text-align: center; font-size: 14px; }
#home h3 a{ color: #FF7101; }
#home h4 { text-align: center; font-size: 14px; }
#home .info { color: #000; text-align: center; font-size: 18px; padding: 15px 0; border-bottom: 1px solid #0eb4fd; margin-bottom: 30px; }

.h-item .real-price { color: #bbb; font-size: 16px; margin-right: 15px; }
.h-item .current-price { color: #0099F2; font-weight: bold; font-size: 24px; }

.error-message{ color: #CD0000; font-size:10px; }

@media (max-width: 767px){
	.navbar-default .navbar-nav-default .open .dropdown-menu > li > a {
	    color: #FFFFFF; 
	    background: #0DA6FF;   
	}
	.no-padding
	{
		padding: 0;
	}
}
@media (max-width: 480px){
    .link-caxia{ display: inline-block; }
    footer #foot-info h4 { text-align: center; }
    .m-text-center { text-align: center; }
    .offer .footer .text-left, .offer .footer .text-right { text-align: center; }
}


/* --------------------------- NUEVO -------------------------------*/

.container-fluid.no-padd{ padding: 0; }
#infoHeader .right-info{ margin-top: 20px; font-size: 10px; }
#infoHeader .right-info .locations{ display: inline-flex; }
#infoHeader .right-info .locations .fa{ font-size: 27px; padding-right: 10px; }

  
.circle { border-radius: 50%; margin: 0.15em; font-size: 17px; }
.fa-twitter{ background: #4099FF; color: #FFFFFF; padding: 0.2em 0.3em; }
.fa-facebook{ background: #3B5998; color: #FFFFFF; padding: 0.2em 0.4em; }
.fa-instagram{ 
  background: #f09433; color: #fff; padding: 0.2em 0.3em;
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
  border-bottom: 2px solid #00aff2;  
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { background-color: #e7e7e7; }

.navbar-default .navbar-nav > li > a { color: #333; font-weight: bold; text-transform: uppercase;}
.h-item h3{ margin: 0; line-height: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.h-item h3 a{color: #333; text-decoration: none; font-size: 11px; font-weight: bold; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.h-item p{ text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.h-item .img-responsive{ width: 100%; }
.dropdown-submenu { position:relative; }
.dropdown-submenu>.dropdown-menu { top:0; left:100%; margin-top:-6px; margin-left:-1px; -webkit-border-radius:0 6px 6px 6px; -moz-border-radius:0 6px 6px 6px; border-radius:0 6px 6px 6px; }
.dropdown-submenu.open>.dropdown-menu { display:block; }
.dropdown-submenu>a:after { display:block; content:" "; float:right; width:0; height:0; border-color:transparent; border-style:solid; border-width:5px 0 5px 5px; border-left-color:#fff; margin-top:5px; margin-right:-10px; }
.dropdown-submenu:hover>a:after { border-left-color:#ffffff; }
.dropdown-submenu.pull-left { float:none; }
.dropdown-submenu.pull-left>.dropdown-menu { left:-100%; margin-left:10px; -webkit-border-radius:6px 0 6px 6px; -moz-border-radius:6px 0 6px 6px; border-radius:6px 0 6px 6px; }
.content{ padding: 30px 0; }
.logo-top{ height: 75px; padding: 15px 0; }
.footer-menu { padding-left: 25%; }
.footer-menu a{ color: #333; margin: 10px 0; display: block; font-weight: bold; transition: all 1s ease;}
.footer-menu a:hover{ color: #00aff2; text-decoration: none;}
.flexslider{ overflow: hidden; }
footer{ border-top: 4px solid #00aff2; padding: 30px 0; }
#copyright{ background: #00aff2; color: #fff; text-align: center; padding: 15px 0; }
#copyright p{margin: 0;}
#copyright p.flex{ display: inline-flex; align-items: flex-end; }
#copyright p.flex a{ padding-left: 5px; }
.nonbanner #infoHeader{ position: relative; }
.contact-header .contact-bann { width: 100%; }
.contact-header .absolute{ position: absolute; top: 0; width: 100%; background: rgba(255, 255, 255, 0.95); }
.contact-header #infoHeader{ position: relative; background: transparent; }
.c-contact dt{ color: #00aff2; text-align: left;}
.c-contact dd{ margin-bottom: 10px; }
h2{ font-size: 20px; }
.text-blue{ color: #00aff2; margin-top: 0; margin-bottom: 15px;}
.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #337ab7; background-color: transparent; border: none; margin-left: -1px; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #00aff2;
  background-color: transparent;
  border-color: #337ab7;
  cursor: default;
  font-weight: bold;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #333;
  background-color: transparent;
  border: none;
  margin-left: -1px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #00aff2;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.my-breadcrumb{ padding: 15px; border-bottom: 4px solid #eee; }
.my-breadcrumb li.active{ text-transform: uppercase; color: #00aff2; }
.my-breadcrumb li.active-2{ border-bottom: 1px solid #00aff2; }
.list-inline > li { padding-bottom: 5px; }
.my-breadcrumb .list-inline li a{ color: #333; transition: all 1s ease;}
.my-breadcrumb .list-inline li a:hover{ color: #00aff2; text-decoration: none;}
.swiper-container .img-responsive{ width: 100%; }
.description, .row.itinerary{ font-size: 13px; text-align: justify;}
.row.itinerary:last-child{
  border-bottom: none;
}
.btn-blue {
  background-color: #00aff2;
  border-color: #00aff2;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #00a0de;
  background-image: -moz-linear-gradient(top,#00aff2,#008abf);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00aff2),to(#008abf));
  background-image: -webkit-linear-gradient(top,#00aff2,#008abf);
  background-image: -o-linear-gradient(top,#00aff2,#008abf);
  background-image: linear-gradient(to bottom,#00aff2,#008abf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00aff2', endColorstr='#ff008abe', GradientType=0);
  border-color: #008abf #008abf #005373;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-blue:hover,
.btn-blue:focus {
  color: #fff;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-blue:hover,
.btn-blue:focus {
  background-color: #008abf;
}
.btn-blue:active,
.btn-blue.active,
.btn-blue.active:hover {
  background-color: #009dd9;
  border-color: #008abf;
}
.btn-blue.disabled:hover,
.btn-blue.disabled:focus,
.btn-blue.disabled:active,
.btn-blue.disabled.active,
.btn-blue[disabled] .btn-blue:hover,
.btn-blue[disabled] .btn-blue:focus,
.btn-blue[disabled] .btn-blue:active,
.btn-blue[disabled] .btn-blue.active {
  background-color: #00aff2;
  border-color: #00aff2;
}

.c-contact .fa{ font-size: 20px; }


.swiper-container {
        width: 100%;
        height: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
    }
    .gallery-top {
        height: 70%;
        width: 100%;
    }
    .gallery-thumbs {
        height: 13%;
        box-sizing: border-box;
        padding: 0;
        background: transparent;
    }
    .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
        filter: alpha(opacity=40);
        -webkit-transition: opacity 0.15s linear;
        transition: opacity 0.15s linear;
    }
    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
        filter: alpha(opacity=100);
        border: 1px solid #00aff2;
    }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{ background: #0099F2; }
@media only screen and (min-width : 768px) {
  .navbar .navbar-nav { display: inline-block;  float: none; vertical-align: top; }
  .navbar .navbar-collapse { text-align: center; }
  .nonbanner .navbar .navbar-collapse, .contact-header .navbar .navbar-collapse{ text-align: left; }
}
@media only screen and (max-width : 480px) {
  #infoHeader{ position: relative; }
  .logo-top{ height: auto; }
  .flex-control-nav{ bottom: 0; }
  .social{ text-align: center; }
  #copyright p.flex { display: inherit; }
  .footer-menu{ display: inline-flex; padding: 0; }
  .footer-menu li{ margin-right: 15px; }
  .navbar-default .navbar-toggle{ background-color: #19ABFF; }
  .navbar .navbar-nav{ width: 100%; background-color: rgba(0,153,242, 0.8); }
  .navbar-nav{ margin: auto; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{ color: #fff; }
  .navbar-default .navbar-nav > li > a{ color: #fff; }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{ background: #0099F2; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{ background: #0099F2; color: #fff; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a{ color: #fff; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{ background: #0099F2; color: #fff; }
  .dropdown-submenu.open>.dropdown-menu{ border-bottom: 2px solid #fff; border-radius: 0;}
  .navbar-toggle { float:none; margin-right: 0;}   
  .navbar-header{ text-align:center; }
  .contact-header .contact-bann { width: auto; height: 300px; max-width: initial; }
  .contact-header{ overflow: hidden; }
  .btn-blue{ margin-bottom: 15px; }
}
