*{
text-decoration: none !important;
outline: 0 !important;
}
.row {
  margin: 0 !important;
  padding: 0;
}
body {
  -webkit-font-smoothing: antialiased;
}
.top-logo{
  height: 20px;
  background: #4D4D4D;
}
.logo {
  height: 116px;
  background: url(../images/bg_logo.svg);
  width: 225px;
  float: right;
  padding: 0;
  text-align: center;
  padding-top: 20px;
  position: absolute;
  top: 10px;
  padding-right: 5px;
  z-index: 1000;
  left: 97px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    background-color: rgba(0,0,0,0.9);
    text-align: center;
}
.navbar-default .navbar-nav > li > a:hover {
    background: #fff !important;
    color: #283B77 !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.navbar-default .navbar-nav>li>a {
    color: #fff !important;
    background-color: rgba(0,0,0,.3);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    font-family: 'helveticaneuebold';
    border-right: 1px solid rgba(255,255,255,.2);
    padding: 12.5px 32px !important;
}
header .navbar-header {
    background-color: rgba(0,0,0,0.95) !important;
    border-color: transparent;
    border: none;
}
ul.nav.navbar-nav li a {
    position: relative;
    display: block;
    padding: 12.5px 32px !important;
}
.logo img {
  width: 90%;
}
.top-links , .top-links > *{
	display:none ;
}
.menu-initial {
  width: 100%;
  background-color: #F2F2F2;
  padding-left: 300px;
  height: 50px;
}
.menu-initial ul {
  list-style: none;
  float: left;
  width: 355px;
  padding: 0;
}
.menu-initial ul li {
  float: left;
  width: 100px;
  text-align: center;
  font-family: 'helveticaneuebold';
}
.menu-initial ul li a {
  height: 50px;
  background-color: #fff;
  padding: 16px 15px;
  width: 100px;
  display: block;
    border-right: 1px solid #f2f2f2;
    color: #283B77;
     transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.pdf_download{
    padding: 10px;
    text-align: center;
    border: 1px solid #283B77;
    color: #283B77;
    padding-left: 7px;
    position: absolute;
    padding-right: 7px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.pdf_download .badge {
    color: #fff !important;
    font-family: 'helveticaneue' !important;
    font-size: 10px !important;
    font-style: normal !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    background-color: #283B77 !important;
    display: inline-block !important;
    border-radius: 2px !important;
    padding: 3px 5px !important;
    margin-left: 5px !important;
    }
    .pdf_download:hover{
background: #283B77;
color: #fff;
transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.menu-initial ul li a:hover{
  background: #283B77;
  color: #fff;
   transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.menu-initial ul li .active{
  background: #283B77;
  color: #fff;
}
.menu-initial .btn-default {
  color: #283B77;
  background-color: #fff;
  height: 50px;
  width: 50px;
  border: none;
  font-size: 20px;
  border-radius: 0;
   transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.menu-initial .btn-default:hover{
  background: #283B77;
  color: #fff;
   transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.menu-initial .btn-default:focus{
  background: #283B77;
  color: #fff;
   transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.menu-initial h1 {
  float: left;
  font-family: 'helveticaneuebold';
  font-size: 20px;
  color: #283B77;
  margin-left: auto;
  margin-top: 13px;
  letter-spacing: -1px;
}
.menu-initial .email {
  margin-top: 14px;
  display: block;
  float: left;
  margin-right: 15px;
  margin-left: 25px;
  font-family: 'helveticaneuemedium';
  color: #283B77;
}
.right-links {
  float: right;
  right: 95px;
  position: relative;
}
.right-links a{
  display: inline-block;
}
.fb{
  margin-right: -10px;
  height: 50px;
  width: 50px;
  background: url(../images/facebook.svg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.fb:hover{
  background: url(../images/facebook_footer.svg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
 .lin{
  margin-right: -3px;
  height: 50px;
  width: 50px;
  background: url(../images/linkedin.svg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.lin:hover{
  background: url(../images/linkedin_footer.svg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.reserva {
  background-color: #283B77;
  padding: 15px 15px;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-family: 'helveticaneuebold';
  position: relative;
  top: -20px;
}
.reserva:hover{
  background: #fff;
  color: #283B77;
   transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.reserva:focus{
  background: #fff;
  color: #283B77;
   transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.reserva span{
    margin-right: 20px;
}
header .navbar-nav {
  float: left;
  width: 100%;
  margin: 0;
  padding-left: 281px;
  position: relative;
  top: -20px;
}
header .navbar {
  border-radius: 0;
  height: 45px;
}
header .navbar-default {
    background-color: rgba(0,0,0,.95);
    border-color: transparent;
    border: none;
    margin: 0;
}
header .navbar {
  min-height: 40px;
  position: relative;
  z-index: 9;
}
.navbar-nav > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 12.5px 32px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #283B77;
  background-color: #fff;
}
.menu-2 ul > li > .on_menu{
   background: #fff;
  color: #2844A2;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  background-color: rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
   font-family: 'helveticaneuebold';
   border-right: 1px solid rgba(255,255,255,0.2);
}
.navbar-default .navbar-nav > li > a:hover{
   background-color: rgba(0,0,0,1);
   color: #fff;
   transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.navbar-default .navbar-nav > li > a:focus{
   background-color: rgba(0,0,0,1);
   color: #fff;
   transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.adaptar{
  width: 100%;
}
.carousel {
  position: relative;
  top: -20px;
}
.carousel-control.left{
  background: transparent;
  background-image: none !important;
}
.carousel-control.left span{
  position: absolute;
  top: 50%;
}
.carousel-control.right span{
  position: absolute;
  top: 50%;
}
.carousel-control.right{
  background: transparent;
    background-image: none !important;
}
.box-body {
  background: rgba(230,230,230,1);
  background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 38%, rgba(40,59,119,1) 38%, rgba(40,59,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,230,230,1)), color-stop(38%, rgba(255,255,255,1)), color-stop(38%, rgba(40,59,119,1)), color-stop(100%, rgba(40,59,119,1)));
  background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 38%, rgba(40,59,119,1) 38%, rgba(40,59,119,1) 100%);
  background: -o-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 38%, rgba(40,59,119,1) 38%, rgba(40,59,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 38%, rgba(40,59,119,1) 38%, rgba(40,59,119,1) 100%);
  background: linear-gradient(to bottom, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 38%, rgba(40,59,119,1) 38%, rgba(40,59,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#283b77', GradientType=0 );
    margin-top: -20px;
    padding: 30px 50px;
    text-align: center;
}
.box-body .col-md-4 img {
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.07);
  width: 90%;
  transition: all 0.4s ease-out 0s;
}
.box-body .col-md-4 img:hover {
  border: 4px solid #888;
  transition: all 0.3s ease;
}
.box-body .col-md-4 h1 {
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 40px;
  margin-top: 40px;
  letter-spacing: -2px;
}
.box-body .col-md-4 h2 {
  font-family: 'helveticaneuelight';
  color: #fff;
  font-size: 22px;
  letter-spacing: -1px;
  margin-top: 0;
}
.slide-ofertas {
  display:block;
  padding: 50px 90px;
  background-color: #F2F2F2;
}
.slide-ofertas  .carousel {
  position: relative;
  top: 0;
}
.slide-ofertas .carousel .col-xs-3 {
    width: 20%;
    padding: 0;
    margin: 0 2.5% 0 2.5%;
}
.slide-ofertas .carousel .col-xs-3 img{
  width: 100%;
}

.slide-ofertas .carousel h1 {
display:none; /*--fix solicitado el 7/7/2016--*/
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 47px;
  margin-bottom: -5px;
  letter-spacing: -3px;
}
.slide-ofertas .carousel-control {
  width: 2%;
  color: #000;
}
.slide-ofertas .precio h3{
right: 46% !important;
}
.slide-ofertas .carousel-control.left {
  left: -80px;
}
.slide-ofertas .carousel-control.right{
right: -65px;
}
.butom-text {
display:none; /*--fix solicitado el 7/7/2016--*/
  padding: 20px;
  text-align: right;
  position: relative;
  background-color: #283B77;
}
.butom-text h3 {
  margin-top: 0;
  font-family: 'helveticaneuebold';
  color: #fff;
  font-size: 18px;
  position: absolute;
    top: 15px;
 right: 45%;
 font-weight:normal;
 letter-spacing:-1px;
}
.butom-text h2 {
  font-family: 'helveticaneuelight';
  color: #fff;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -4px;
}

.slide-ofertas .carousel .header-oferta-0 {

    width: 250px !important;

}

.slide-ofertas .carousel .header-oferta-1 {

    width: 250px !important;

}

.slide-ofertas .carousel .header-oferta-2 {

    width: 250px !important;

}

.slide-ofertas .carousel .header-oferta-3 {

    width: 250px !important;

}
.butom-text h4 {
  font-family: 'helveticaneuebold';
  color: #fff;
  font-size: 19px;
  margin-top: 0;
  letter-spacing: -1px;
}
.initial-logos{
  text-align: center;
}
.initial-logos img{
  width: 10%;
  transition: all 0.4s ease-out 0s;
}
.initial-logos img:hover{
  opacity:0.5;
  transition: all 0.3s ease;
}
.logotipos {
  padding-top: 80px;
  padding-bottom: 80px;
  float: left;
  width: 100%;
}
.side-logos{
  text-align: center;
  margin-top: 30px;
}
.side-logos img{
    width: 10%;
  transition: all 0.4s ease-out 0s;
}
.side-logos img:hover{
  opacity:0.5;
  transition: all 0.3s ease;
}
.third-logos{
  text-align: center;
  margin-top: 30px;
}
.third-logos img{
    width: 10%;
  transition: all 0.4s ease-out 0s;
}
.third-logos img:hover {
  opacity:0.5;
  transition: all 0.3s ease;
}
footer {
  padding: 80px 30px 0;
  background: #1A1C1F;
  float: left;
  width: 100%;
}
footer ul{
  list-style: none;
  padding: 0;
}
footer ul li{
  line-height: 35px;
}
footer ul li a{
  color: #fff;
  font-family: 'helveticaneue';
  font-size: 16px;
   transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
footer ul li a:hover{
  color: #283B77;
   transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.centro {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-top: -100px;
}
.box-footer {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #292C30;
  padding: 30px;
  position: relative;
  top: -25px;
}
.box-footer h1{
color: #fff;
font-family: 'helveticaneuebold';
font-size: 30px;
}
.box-footer a{
  font-family: 'helveticaneuebold';
  color: #fff;
  font-size: 15px;
}
.box-footer p{
  color: #aaa;
  font-family: 'helveticaneuelight';
  margin-top: 25px;
}
.social-link {
  text-align: center;
  padding-left: 0;
  margin-top: 60px;
}
.social-link .col-md-5 {
  padding: 0;
  text-align: center;
}
.social-link .col-md-5 h4{
  color: #fff;
  font-family: 'helveticaneue';
  margin-bottom: 20px;
}
.social-link .col-md-5 .fb {
  color: #fff;
  font-family: 'helveticaneuebold';
  height: 50px;
  width: 67px;
  background: url(../images/facebook_footer.svg);
  background-repeat: no-repeat;
  display: inline-block;
  padding-top: 50px;
  text-align: center;
  background-position: 7px;
}
.social-link .col-md-5 .fb:hover{
    background: url(../images/facebook.svg);
      background-position: 7px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
   background-repeat: no-repeat;
}
.social-link .col-md-5 .in {
  color: #fff;
  font-family: 'helveticaneuebold';
  height: 50px;
  width: 67px;
  background: url(../images/linkedin_footer.svg);
  background-repeat: no-repeat;
  display: inline-block;
  padding-top: 50px;
  text-align: center;
  background-position: 7px;
}
.social-link .col-md-5 .in:hover{
      background: url(../images/linkedin.svg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
      background-position: 7px;
        background-repeat: no-repeat;
}
.social-link .col-md-5 a p{
  margin-top: 20px;
}
.social-link .col-md-5 .col-md-6{
  padding: 0;
}
.social-link .col-md-7{
  text-align: center;
}
.social-link .col-md-7 input{
  background: transparent;
  padding: 15px 35px;
    color: #fff;
  border: 2px solid #fff;
  width: 100%;
  text-align: center;
  font-family: 'helveticaneuebold';
  color: #fff;
}
 .social-link .col-md-7 h4{
  color: #fff;
  font-family: 'helveticaneue';
  margin-bottom: 20px;
}
 .social-link .col-md-7 p{
  color: #aaa;
  font-family: 'helveticaneuelight';
  margin-top: 20px;
}
.left-links{
  margin-top: 60px;
}
.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;
  padding: 0;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.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;
}
.dropdown{
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.dropdown-menu{
  min-width: 220px;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
}
.menu-2 ul > li > a {
  padding: 10px;
  height: auto;
  background: rgba(36,38,41,1);
  background: -moz-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,38,41,1)), color-stop(100%, rgba(26,28,31,1)));
  background: -webkit-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -o-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -ms-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: linear-gradient(to bottom, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242629', endColorstr='#1a1c1f', GradientType=0 );
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 11.5px;
  letter-spacing:-0.5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: block;
  border-right: 1px solid #1A1C1F;
}
.menu-2 ul > li > a:hover{
  background: #fff;
  color: #2844A2;
   transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
}
.drop-1 {
  top: -3px !important;
  left: 217px;
  padding: 0px;
  height: 612px;
  background-color: #1A1C1F;
}
.state{
    padding: 10px;
  height: 40px;
  background: rgba(36,38,41,1);
  background: -moz-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,38,41,1)), color-stop(100%, rgba(26,28,31,1)));
  background: -webkit-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -o-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -ms-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: linear-gradient(to bottom, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242629', endColorstr='#1a1c1f', GradientType=0 );
  color: #fff;
  cursor: default;
  font-family: 'helveticaneuebold';
  font-size: 12px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.state:hover{
  background: rgba(36,38,41,1) !important;
  background: -moz-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,38,41,1)), color-stop(100%, rgba(26,28,31,1))) !important;
  background: -webkit-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%) !important;
  background: -o-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%) !important;
  background: -ms-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%) !important;
  background: linear-gradient(to bottom, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242629', endColorstr='#1a1c1f', GradientType=0 ) !important;
    color: #fff !important;
}
.drop-2 {
  top: -115px !important;
}
.drop-3{
  top: -175px !important;
}
.drop-4 {
  top: -235px !important;
}
.drop-5 {
  top: -295px !important;
}
.sub-state{
  background: #36383B !important;
  color: #AEAEAF !important;
  border-bottom: 1px solid #4F5053;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.sub-state:hover{
   background: #36383B ;
  color: #AEAEAF ;
  border-bottom: 1px solid #4F5053;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.sub-state2{
  background: #36383B !important;
  color: #AEAEAF !important;
  border-bottom: 1px solid #4F5053;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.menu-6 ul > li > .on_menu {
  background: #fff;
  color: #2844A2;
}
.on_link{
   background: #fff !important;
  color: #283B77 !important;
}
.sub-state2:hover{
   background: #fff !important;
  color: #283B77 !important;
  border-bottom: 1px solid #4F5053;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.drop-1  > li > a:hover {
  background: #fff;
  color: #20609F;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #fff !important;
  border-color: transparent;
  color: #000;
  padding: 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.dropdown-menu >a:focus{
  background: #fff;
}
.image {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: none;
}
.image-2{
   position: relative;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: none;
}
.image-2 img{
  width: auto;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.image img {
  width: auto;
  position: relative;
  left: 0;
  top: 0px;
  height: 100%;
  overflow: hidden;
}

.dropdown-submenu a:hover .image{
display: block !important;
}
.header-drop {
  background: #1A1C1F !important;
  height: 50px;
  padding: 10px;
  padding-left: 15px;
  border: none;
  color: #B3B3B3;
  font-size: 18px;
  display: block;
}
.dropdown-menu > li {
  background: #1A1C1F;
}
.header-drop:hover{
  color: #B3B3B3 !important;
  background-color: #1A1C1F !important;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: -1px;
}
.text-menu {
  position: absolute;
  z-index: 999;
  bottom: -17px;
}
 .wrx:hover .image{
  display: block !important;
}
.text-menu h1 {
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 50px;
  bottom: -17px;
  text-transform: uppercase;
  letter-spacing: -3px;
}
.menu-drop{
  background: #fff;
}

.title-europa{
  position: absolute;
  bottom: 0;
  background: #56B8E7;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left:80px;
}
.title-europa h1{
  margin: 0;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 50px;
  letter-spacing: -3px;
  text-transform:uppercase;
}
.order{
  padding: 40px;
  text-align: center;
  background: #fff;
}
.order p{
  display: inline-block;
}
.order .btn-group > .btn:first-child {
  margin-left: 10px;
}
.order .btn-default {
  background-color: #fff;
  border: 1px solid #283B77;
  width: 240px;
  border-radius: 0;
  color: #283B77;
  font-size: 14px;
  font-family: 'helveticaneue';
}
.order .btn-default span{
  margin-left: 45px;
}
.order p{
 color: #283B77;
 font-family: 'helveticaneuebold';
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
 color: #283B77 !important;
  background-color: #fff !important;
  border: 1px solid #283B77;
   border-color:#283B77 !important;
}
.order .dropdown-menu {
  min-width: 242px;
  margin-left: 10px;
  border-radius: 0;
  padding: 0;
}
.order  .dropdown-menu > li > a{
   padding: 10px;
  height: 40px;
  background: #fff;
  color: #283B77;
}
.box-europa {
  padding: 60px;
  background: #E6E6E6;
  padding-top: 0;
}
.box-europa .col-md-10 {
  margin: auto;
  float: none;
  padding: 0;
  overflow: hidden;
  /* height: 365px; */
  background-color: #fff;
  -webkit-box-shadow: 4px 5px 0px -1px rgba(0,0,0,0.1);
  -moz-box-shadow: 4px 5px 0px -1px rgba(0,0,0,0.1);
  box-shadow: 4px 5px 0px -1px rgba(0,0,0,0.1);
  margin-top: 60px;
}
.box-europa .col-md-10 .col-md-4 img {
  width: 100%;
  height: 100%;
}
.box-europa .col-md-10 .col-md-4 {
  padding: 0;
  height: 365px;
  overflow: hidden;
}
.box-europa .col-md-10 .col-md-5 {
  background: #fff;
  /*height: 365px;*/
  padding: 25px;
  /*overflow: auto;*/
}
.box-europa .col-md-10 .col-md-5 .flecha_botom{
bottom: 66px;
right: 37px;
}
.body-pac-europa {
    height: 311px;
    padding-right: 15px;
    overflow: auto;
    padding-bottom: 45px;
}
.descargables_cotizar {
  position: absolute;
  bottom: 0;
  width: 90%;
  background-color: #fff;
  border-top: 1px solid #ddd;
  padding-top: 5px;
}
.box-europa .col-md-10 .col-md-3 {
  background: #283B77;
  color: #fff;
  position: relative;
  right: 0;
  padding: 20px;
  height: 365px;
  overflow: auto;
}
.box-europa .col-md-10 .col-md-3 ul {
    list-style: none;
    padding: 0;
}
.content_pack{
  height: 309px;
  overflow: auto;
}
.flecha_botom {
    position: absolute;
    bottom: 0px;
    display: block;
    background-color: rgba(0,0,0,0.1);
    width: 30;
    right: 0;
    text-align: center;
    padding: 10px;
    z-index: 9;
    color: #fff;
}
.flecha_botom span {
    color: #fff !important;
    font-family: 'Glyphicons Halflings' !important;
    font-size: 9px !important;
    font-style: normal !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    display: inline-block !important;
    letter-spacing: 0 !important;
    position: relative !important;
    top: 1px !important;
}
.box-europa .col-md-10 .col-md-3 ul li{
  font-family: 'helveticaneue';
  color: #fff;
  line-height: 20px;
  font-size: 13px;
  background: url(../images/check_white.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-top:5px;
  letter-spacing:-0.5px;
}
.box-europa .col-md-10 .col-md-5 h1 {
  margin: 0;
  color: #283B77;
  font-family: 'helveticaneuebold';
  letter-spacing: -2px;
  line-height: 38px;
  font-size: 28px;
  padding-right: 75px;
}
.box-europa .col-md-10 .col-md-5 h2{
  font-family: 'helveticaneuelight';
  color:  #283B77;
   letter-spacing: -1.5px;
   margin: 0;
   margin-top: 10px;
   font-size: 22px;
   margin-bottom:10px;
}
.box-europa .col-md-10 .col-md-5 p {
  font-family: 'helveticaneue';
  color: #555;
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 20px;
  text-align:justify;
}

.box-europa .col-md-10 .col-md-5 span{
  color: #777;
  font-family: 'helveticaneue';
  font-size: 15px;
  font-style:italic;
  margin-bottom:20px;
  margin-top: 6px;
  display: block;
  letter-spacing:-1px;
}
.title-text {
  font-family: 'helveticaneuemedium';
  color: #283B77 !important;
  display: inline-block;
}
.box-europa .col-md-10 .col-md-5 p span {
  display: inline-block;
  font-family: 'helveticaneuemedium';
  color: #4D4D4D;
  font-style: normal;
  font-size: 14px;
  margin: 0;
  line-height: 28px;
}
.box-europa .col-md-10 .col-md-5 .row .col-md-4:nth-child(1) a {
  padding: 12px;
  text-align: center;
  border: 1px solid #283B77;
  color: #283B77;
  padding-left: 10px;
  position: absolute;
  padding-right: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
    font-family: 'helveticaneuebold';
    letter-spacing:-0.5px;
}
.box-europa .col-md-10 .col-md-5 .row .col-md-4:nth-child(1) a:hover{
background: #283B77;
color: #fff;
transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
  .box-europa .col-md-10 .col-md-5 .row .col-md-4:nth-child(1) a .badge {
  color: #fff;
  font-family: 'helveticaneue';
  font-size: 10px;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #283B77;
  display: inline-block;
  border-radius: 2px;
  padding: 3px 5px;
  margin-left: 5px;
}
.box-europa .col-md-10 .col-md-5 .row .col-md-4 {
  margin-top: 5px;
  padding: 0;
  height: 55px;
}
  .hotel-services ul li{
  font-size: 14px !important;
  line-height: 28px !important;
  color: #333 !important;
  letter-spacing: -0.5px !important;
  margin-top: 20px !important;
  font-family: 'helveticaneue' !important;
  background: url(../images/check_blue.svg) !important;
  background-position: 0px 5px !important;
  background-repeat: no-repeat !important;
  padding-left: 25px !important;
}
.crucero-box ul li {
  font-size: 13px !important;
  line-height: 16px !important;
  color: #333 !important;
  letter-spacing: -0.5px !important;
  margin-top: 10px !important;
  font-family: 'helveticaneue' !important;
  background: url(../images/check_blue.svg) !important;
  background-position: 0px 0px !important;
  background-repeat: no-repeat !important;
  padding-left: 25px !important;
}
  .box-europa .col-md-10 .col-md-5 .row .col-md-4:nth-child(2) a{
  padding: 12px;
  text-align: center;
  border: 1px solid #56B8E7;
  color:#56B8E7;
  padding-left:10px;
  position: absolute;
  padding-right:10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
      font-family: 'helveticaneuebold';
    letter-spacing:-0.5px;
  }
    .box-europa .col-md-10 .col-md-5 .row .col-md-4:nth-child(2) a:hover{
      background:#56B8E7;
      color: #fff;
      transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
    }
  .box-europa .col-md-10 .col-md-5 .row .col-md-4:nth-child(2) a .badge {
  color: #fff;
  font-family: 'helveticaneue';
  font-size: 10px;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #56B8E7;
  display: inline-block;
  border-radius: 2px;
  padding: 3px 5px;
  margin-left: 5px;
}
.box-europa .col-md-10 .col-md-5 .row .col-md-4:nth-child(3){
  text-align: center;
}
.box-europa .col-md-10 .col-md-5 .row .col-md-4:nth-child(3) a {
  padding: 11px 30px;
  text-align: center;
  background: #283B77;
  color: #fff;
  font-family: 'helveticaneuemedium';
  /* position: absolute; */
  display: inline-block;
  float: left;
  margin-left: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  border: 1px solid #283B77;
}
.box-europa .col-md-10 .col-md-5 .row .col-md-4:nth-child(3) a:hover{
  background:#fff;
   border: 1px solid #283B77;
   color: #283B77;
   transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
 .box-europa .col-md-10 .col-md-3 .blue-europa {
  margin: auto;
  float: left;
  padding: 0;
  height: auto;
 box-shadow: none;
 background: #283B77 !important;
  }
  .box-europa .col-md-10 .col-md-3 .col-md-2{
    padding: 0;
  }
.box-europa .col-md-10 .col-md-3 h4{
   font-family: 'helveticaneuebold';
   font-size: 14px;
   text-transform:uppercase;
   margin-top: 10px;
   margin-bottom:15px;
}
.box-europa .col-md-10 .col-md-3 p{
  font-family: 'helveticaneuelight';
  font-size: 14px
}
.box-europa .row .col-md-10:nth-child(2){
  /*height: auto;*/
  background: #fff;
  overflow: hidden;
}

.alta{
  color: #39B54A !important;
}
.baja{
  color: #DC2F34 !important;
}
.circle-alta {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background: #39B54A;
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 6px;
  float: left;
  margin-right: 10px;
}
.circle-baja {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background: #DC2F34;
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 6px;
  float: left;
  margin-right: 10px;
  position: relative;
  top: -4px;
}
.box-europa .row .col-md-10:nth-child(2) .col-md-3 {
  height: 365px;
}
.circuitos {
position: relative;
background: rgba(230,230,230,1);
background: -moz-linear-gradient(top, rgba(230,230,230,1) 34%, rgba(230,230,230,1) 34%, rgba(230,230,230,1) 35%, rgba(86,185,231,1) 35%);
background: -webkit-gradient(left top, left bottom, color-stop(34%, rgba(230,230,230,1)), color-stop(34%, rgba(230,230,230,1)), color-stop(35%, rgba(230,230,230,1)), color-stop(35%, rgba(86,185,231,1)));
background: -webkit-linear-gradient(top, rgba(230,230,230,1) 34%, rgba(230,230,230,1) 34%, rgba(230,230,230,1) 35%, rgba(86,185,231,1) 35%);
background: -o-linear-gradient(top, rgba(230,230,230,1) 34%, rgba(230,230,230,1) 34%, rgba(230,230,230,1) 35%, rgba(86,185,231,1) 35%);
background: -ms-linear-gradient(top, rgba(230,230,230,1) 34%, rgba(230,230,230,1) 34%, rgba(230,230,230,1) 35%, rgba(86,185,231,1) 35%);
background: linear-gradient(to bottom, rgba(230,230,230,1) 34%, rgba(230,230,230,1) 34%, rgba(230,230,230,1) 35%, rgba(86,185,231,1) 35%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#56b9e7', GradientType=0 );
padding-left: 35px;
padding-right: 35px;
padding-bottom: 10px;
padding-top: 0;
height: 670px;
}
.circuitos .carousel {
  top: 0;
}
.circuitos .carousel .col-md-4 {
  text-align: center;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.circuitos .carousel .col-md-4 img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: -17px;
}

.plus{
  color: #283B77;
  font-family: 'helveticaneuebold';
  letter-spacing: -2px;
  line-height: 38px;
  font-size: 40px;
  margin-top: 60px;
}
.circuitos .carousel .col-md-4 h1 {
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 35px;
  margin-top: 15px;
  letter-spacing: -1.5px;
  line-height: 47px;
  margin-left: 0;
  text-transform: uppercase;
}
.circuitos .carousel .carousel-control {
  width: 2%;
  color: #000;
}
.circuitos .carousel .carousel-control.left {
  left: -12px;
}
.circuitos .carousel .carousel-control.left span {
  position: absolute;
  top: 45%;
  left: 11px;
}
.circuitos .carousel .carousel-control.right {
  right: 0px;
}
.circuitos .carousel .carousel-control.right span {
  position: absolute;
  top: 50%;
  left: 10px;
}
.menu-2 {
  background-color: rgba(0,0,0,0.95);
  width: 100%;
  height: 400px;
  position: absolute;
  top: 115px;
  z-index: 999999;
  padding-left: 6.8%;
  padding-right: 6.8%;
  display: none;
}
.navbar-default .navbar-nav  li  a:hover .menu-2{
  display: block;
}
.menu-2 .col-md-6{
  padding: 0;
}
.menu-2 ul{
  list-style: none;
  padding: 0;
}
.menu-2 .col-md-3 {
  padding: 0;
  border-right: 1px solid #000;
  height: 100%;
  background-color: #1A1C1F;
}
.menu-2 .col-md-3 .col-md-12{
  padding: 0;
}
 .overlay_galery {
  position: absolute;
  width: 100%;
  padding-top: 31%;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  z-index: 1;
}
.overlay_galery:hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  z-index: 1;
}
 .overlay_galery img{
opacity: 0;
width: 36px !important;
height: 36px !important;
}
 .overlay_galery:hover img{
opacity: 1;
width: 36px;
height: 36px;
}
.map-espana{
  width: 150px;
  position: absolute;
  height: 150px;
  bottom: 20px;
  right: 20px;
}

.title-costa{
  position: absolute;
  bottom: 0;
  background: #56B8E7;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left:80px;
}
.title-costa h1{
  margin: 0;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 50px;
  letter-spacing: -3px;
  text-transform:uppercase;
}
.box-costarica .mas {
    padding: 11px 25px;
    background: transparent;
    border: 1px solid #283B77;
    color: #283B77;
    font-family: 'helveticaneuebold';
    font-size: 13px;
    position: absolute;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    display: inline-block;
    margin-top: 0;
}
.box-costarica .mas:hover{
  background:  #283B77;
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.img-box{
  height: 365px;
}
.box-costarica {
  padding: 60px;
  background: #E6E6E6;
  padding-top: 0;
}
.box-costarica .col-md-10 {
  margin: auto;
  float: none;
  background-color: #fff;
  overflow: hidden;
  padding: 0;
  height: auto;
  -webkit-box-shadow: 4px 5px 0px -1px rgba(0,0,0,0.1);
  -moz-box-shadow: 4px 5px 0px -1px rgba(0,0,0,0.1);
  box-shadow: 4px 5px 0px -1px rgba(0,0,0,0.1);
  margin-top: 60px;
}
.box-costarica .col-md-10 .col-md-4 img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}
.box-costarica .col-md-10 .col-md-4 {
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 365px;
}
.box-costarica .col-md-10 .col-md-5 {
  background: #fff;
  /* height: 100%; */
  padding: 25px;
}
.box-costarica .col-md-10 .col-md-5 .col-md-6{
  width: 38%;
}
.box-costarica .col-md-10 .col-md-3 {
    background: #283B77;
    color: #fff;
    padding: 20px;
    position: relative;
    right: 0;
    height: 365px;
    overflow: hidden;
}
.box-costarica .col-md-10 .col-md-3 p strong {
  font-family: 'helveticaneuebold';
  font-weight:normal;
}
.box-costarica .col-md-10 .col-md-3 ul {
  list-style: none;
  padding-left:0;
}
.box-costarica .col-md-10 .col-md-3 ul li {
  font-family: 'helveticaneue';
  color: #fff;
  line-height: 28px;
  font-size: 15px;
  background: url(../images/check_white.svg);
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding-left: 25px;
  letter-spacing: -0.5px;
}
.box-costarica .col-md-10 .col-md-5 h1 {
  margin: 0;
  color: #283B77;
  font-family: 'helveticaneuebold';
  letter-spacing: -2px;
  line-height: 38px;
  font-size: 32px;
  padding-right: 75px;
}
.box-costarica .col-md-10 .col-md-5 h2{
  font-family: 'helveticaneuelight';
  color:  #283B77;
   letter-spacing: -2px;
   margin: 0;
   margin-top: 13px;
   font-size: 29px;
}
.box-costarica .col-md-10 .col-md-5 span{
  color: #777;
  font-family: 'helveticaneue';
  font-size: 14px;
  font-style:italic;
  margin-bottom:20px;
  margin-top: 6px;
  display: block;
  letter-spacing: -0.5px;
}
.title-text {
  font-family: 'helveticaneuebold' !important;
  color: #283B77 !important;
  display: inline-block;
  margin-bottom:0;
}
.box-costarica .col-md-10 .col-md-5 p span {
  display: inline-block;
  font-family: 'helveticaneuemedium';
  color: #4D4D4D;
  font-style: normal;
  font-size: 14px;
  margin: 0;
  line-height: 28px;
}
.box-costarica .col-md-10 .col-md-5 .row .col-md-4:nth-child(1) a {
  padding: 10px;
  text-align: center;
  border: 1px solid #283B77;
  color: #283B77;
  padding-left: 7px;
  position: absolute;
  padding-right: 7px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.box-costarica .col-md-10 .col-md-5 .row .col-md-4:nth-child(1) a:hover{
background: #283B77;
color: #fff;
transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
  .box-costarica .col-md-10 .col-md-5 .row .col-md-4:nth-child(1) a .badge {
  color: #fff;
  font-family: 'helveticaneue';
  font-size: 10px;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #283B77;
  display: inline-block;
  border-radius: 2px;
  padding: 3px 5px;
  margin-left: 5px;
}
  .box-costarica .col-md-10 .col-md-5 .row .col-md-4{
   margin-top: 20px;
    padding: 0;
  }
  .box-costarica .col-md-10 .col-md-5 .row .col-md-4:nth-child(2) a{
  padding: 10px;
  text-align: center;
  border: 1px solid #56B8E7;
  color:#56B8E7;
  padding-left: 7px;
  position: absolute;
  padding-right: 7px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  }
    .box-costarica .col-md-10 .col-md-5 .row .col-md-4:nth-child(2) a:hover{
      background:#56B8E7;
      color: #fff;
      transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
    }
  .boxcostarica .col-md-10 .col-md-5 .row .col-md-4:nth-child(2) a .badge {
  color: #fff;
  font-family: 'helveticaneue';
  font-size: 10px;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #56B8E7;
  display: inline-block;
  border-radius: 2px;
  padding: 3px 5px;
  margin-left: 5px;
}
.box-costarica .col-md-10 .col-md-5 .row .col-md-4:nth-child(3){
  text-align: center;
}
.box-costarica .col-md-10 .col-md-5 .row .col-md-4:nth-child(3) a {
  padding: 11px 30px;
  text-align: center;
  background: #283B77;
  color: #fff;
  font-family: 'helveticaneuemedium';
  /* position: absolute; */
  display: inline-block;
  float: left;
  margin-left: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  border: 1px solid #283B77;
}
.box-costarica .col-md-10 .col-md-5 .row .col-md-4:nth-child(3) a:hover{
  background:#fff;
   border: 1px solid #283B77;
   color: #283B77;
   transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.box-costarica .col-md-10 .col-md-3 .col-md-10 {
    margin: auto;
    float: left;
    padding: 0;
    height: auto;
    box-shadow: none;
    background: #283B77 !important;
    width: 100%;
}
  .box-costarica .col-md-10 .col-md-3 .col-md-2{
    padding: 0;
  }
.box-costarica .col-md-10 .col-md-3 h4{
   font-family: 'helveticaneuebold';
   font-size: 16px;
   margin-top: 10px;
   margin-bottom: 10px;
   text-transform:uppercase;
}
.box-costarica .col-md-10 .col-md-3 p{
  font-family: 'helveticaneuelight';
  font-size: 14px
}
.box-costarica .row .col-md-10:nth-child(2){
  background: #fff;
  overflow: hidden;
}

.title-paquete{
  position: absolute;
  bottom: 0;
  background: #56B8E7;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left:80px;
}
.title-paquete h1{
  margin: 0;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 50px;
  letter-spacing: -3px;
}
.banner-paquete .title-banner {
  position: absolute;
  bottom: 85px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 80px;
  margin-bottom: 0;
  left: 80px;
  letter-spacing: -8px;
}
.regresar {
  padding: 12px 20px;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'helveticaneuebold';
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: inline-block;
}
.regresar span{
  margin-right: 25px;
}
.regresar:hover ,.regresar:focus{
  background: #fff;
  color: #56B8E7;
   transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.pdf{
  padding: 12px;
  font-size:15px;
  text-align: center;
  border: 1px solid transparent;
  color: #283B77;
  background: #fff;
  padding-left:15px;
  padding-right: 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: inline-block;
  margin-left: 10px;
    font-family: 'helveticaneuebold';
    letter-spacing: -0.5px;
}
.pdf .badge {
  color: #fff;
  font-family: 'helveticaneue';
  font-size: 10px;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #283B77;
  display: inline-block;
  border-radius: 2px;
  padding: 3px 5px;
  margin-left: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.pdf:hover{
  background:#283B77;
  border: 1px solid #283B77;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.doc{
padding: 12px;
  text-align: center;
  border: 1px solid transparent;
  color: #56B8E7;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: inline-block;
  margin-left: 10px;
    font-family: 'helveticaneuebold';
    font-size:15px;
    letter-spacing: -0.5px;
}
.doc:hover{
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.doc .badge {
  color: #fff;
  font-family: 'helveticaneue';
  font-size: 10px;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #56B8E7;
  display: inline-block;
  border-radius: 2px;
  padding: 3px 5px;
  margin-left: 5px;
}
.cotizar {
  padding: 11px 30px;
  text-align: center;
  background: #283B77;
  color: #fff;
  font-family: 'helveticaneuebold';
  /* position: absolute; */
  display: inline-block;
  margin-left: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  border: 1px solid #283B77;
  font-size:15px;
  letter-spacing:-0.5px;
}
.cotizar:hover{
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.title-paquete .row .col-md-6:nth-child(2){
  text-align: right;
  padding-right: 40px;
}
.body-pac {
  padding: 100px;
  background: #E6E6E6;
  padding-bottom: 100px;
}
.body-pac ul{
  list-style: none;
  padding: 0;
}
.body-pac ul li {
color:#fff;
font-family: 'helveticaneuelight';
font-size:17px;
line-height:28px;
margin-top:10px;
background: url(../images/check_white.svg);
background-position: 0px 5px;
background-repeat: no-repeat;
padding-left: 25px;
letter-spacing: -0.5px;
}
.body-pac .galeria{
  color: #283B77;
  font-family: 'helveticaneuebold';
  letter-spacing: -2px;
  line-height: 28px;
  font-size: 60px;
  margin-top: 60px;
}
.body-pac .col-md-12 {
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}
.body-pac .col-md-12 .col-md-4 {
  background: #283B77;
  padding: 45px;
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 999;
}
.body-pac .col-md-12 .col-md-4 p {
  margin-top:20px;
}
.body-pac .col-md-12 .col-md-4 p strong {
  font-family: 'helveticaneuebold';
  font-weight:normal;
}
.body-pac .col-md-12 .col-md-8 {
  background: #fff;
  padding: 40px;
  position: relative;
  right: 0;
  float: right;
}
.body-pac .col-md-12 .col-md-8 a {
  color:#283B77;
}
.body-pac .col-md-4 img{
  height: 35px;
  width: 35px;
}
.body-pac .col-md-12 .col-md-8 h1 {
  color: #283B77;
  font-family: 'helveticaneuebold';
  letter-spacing: -2px;
  margin-top: 10px;
  font-size:45px;
  line-height:55px;
}
.body-pac .col-md-12 .col-md-4 h1 {
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 30px;
  letter-spacing: -2px;
}
.body-pac .col-md-12 .col-md-4 p{
  color: #fff;
  font-family: 'helveticaneuelight';
  font-size: 18px;
  line-height: 30px;
}
.body-pac .col-md-12 .col-md-4 .col-md-2 span{
color: #fff;
  line-height: 30px;
}
.body-pac .col-md-12 .col-md-8  span {
  color: #777;
   font-family: 'helveticaneuemedium';
  font-size: 18px;
  font-style: italic;
  margin-bottom: 20px;
  margin-top: 6px;
  display: block;
  letter-spacing:-1px;
}
.body-pac .col-md-12 .col-md-8 h2{
  color: #283B77;
   font-family: 'helveticaneuebold';
     letter-spacing: -2px;
     font-size:28px;
     margin-top: 40px;
}
.tabla {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.body-pac .col-md-12 .col-md-8 p{
  color: #555;
   font-family: 'helveticaneuelight';
  font-size: 15px;
  line-height: 28px
}
.body-pac .col-md-12 .col-md-8 p strong {
  font-family: 'helveticaneuebold';
  font-weight:normal;
  color:#333;
}
.body-pac .col-md-12 .col-md-8 ul li{
  list-style: none;
}
.body-pac .col-md-12 .col-md-8 ul li {
  font-size: 16px;
  line-height: 25px;
  color: #555;
  letter-spacing: -0.5px;
  margin-top: 20px;
  font-family: 'helveticaneuelight';
  background: url(../images/check_blue.svg);
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding-left: 25px;
}
.galeria-pack .carousel {
  position: relative;
  top: 0px;
}
.galeria-pack .carousel-inner{
padding: 0 100px;
}
.galeria-pack .col-xs-4{
    padding: 55px 20px;
}
.galeria-pack .col-xs-4 img{
  width: 100%
}
.img-galery {
  position: relative;
  border: 10px solid rgb(224, 224, 224);
}
.galeria-pack .carousel-control {
  width: 6%;
  color: #888;
}
.galeria-pack .carousel-control.left span {
  position: absolute;
  top: 50%;
  left: 50%;
}
.galeria-pack .carousel-control.right span {
  position: absolute;
  top: 50%;
  right: 50%;
}
.circuitos h1{
  color:#283B77;
  text-transform:uppercase;
  letter-spacing:-1px;
  font-family: 'helveticaneuebold';
  margin:0;
  padding:20px 0;
}
.title-luna{
  position: absolute;
  bottom: 0;
  background: #56B8E7;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left:80px;
}
.title-luna h1{
  margin: 0;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 50px;
  letter-spacing: -3px;
  text-transform:uppercase;
}
.banner-cartagena {
  height: 500px;
  width: 100%;
  background: url(../images/cover_cartagena.jpg);
  background-size: cover;
  position: relative;
  margin-top: -65px;
}
.title-cartagena{
  position: absolute;
  bottom: 0;
  background: #56B8E7;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left:80px;
}
.title-cartagena h1{
  margin: 0;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 50px;
  letter-spacing: -3px;
}
.banner-cartagena .title-banner {
  position: absolute;
  bottom: 74px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 127px;
  margin-bottom: 0;
  left: 80px;
  letter-spacing: -8px;
}
.title-cartagena .col-md-6:nth-child(2){
  text-align: right;
}
.banner-elite {
  height: 500px;
  width: 100%;
  background: url(../images/cover_elite.jpg);
  background-size: cover;
  position: relative;
  margin-top: -65px;

}
.title-elite{
  position: absolute;
  bottom: 0;
  background: #56B8E7;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left:80px;
}
.title-elite h1{
  margin: 0;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 50px;
  letter-spacing: -3px;
}
.order .col-md-6 {
  height: 330px;
}
.order .col-md-6 p {
  color: #333;
   font-family: 'helveticaneue';
  margin-top: 40px;
  line-height: 30px;
}
.order .row .col-md-6:nth-child(2) img{
  width: 100%;
}
.order .row .col-md-6:nth-child(1) {
  padding: 60px 60px;
}
.banner-aruba {
  height: 500px;
  width: 100%;
  background: url(../images/cover_sandals.jpg);
  background-size: cover;
  position: relative;
  margin-top: -65px;
}
.title-aruba{
  position: absolute;
  bottom: 0;
  background: #56B8E7;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left:80px;
}
.title-aruba h1{
  margin: 0;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 50px;
  letter-spacing: -3px;
}
.banner-aruba .title-banner {
  position: absolute;
  bottom: 74px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 127px;
  margin-bottom: 0;
  left: 80px;
  letter-spacing: -8px;
}
.title-aruba .col-md-6:nth-child(2) {
  text-align: right;
}

.title-flotilla{
  position: absolute;
  bottom: 0;
  background: #56B8E7;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left:80px;
}
.title-flotilla h1{
  margin: 0;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 50px;
  letter-spacing: -3px;
}
.banner-flotilla .title-banner {
  position: absolute;
  bottom: 74px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 127px;
  margin-bottom: 0;
  left: 80px;
  letter-spacing: -8px;
}
.title-flotilla .col-md-6:nth-child(2) {
  text-align: right;
}
.alamo {
  padding: 23px 60px;
}
.alamo span{
  color: rgb(255, 242, 0);
}
.alamo p{
  color: #4D4D4D;
  font-family: 'helveticaneue';
}
.alamo .col-md-2{
  text-align: right;
}
.autos-flotilla {
  padding: 80px 20px;
  background: #F2F2F2;
  float: left;
  padding-top: 0;
  width: 100%;
}
.img-flotilla{
  height: 250px;

  width: 100%;
}
.img-flotilla img{
  width: 100%;
  height: 100%;
}
.texto-flotilla {
  height: 250px;
  background: #283B77;
  width: 100%;
  float: left;
  padding: 30px;
}
.texto-flotilla h1{
  margin-top: 0;
  color: #fff;
   font-family: 'helveticaneuebold';
   font-size: 30px;
   letter-spacing: -1px;
}
.texto-flotilla h2{
  color: #fff;
  margin-top: 0;
  font-family: 'helveticaneuelight';
  letter-spacing: -1px;
}
.texto-flotilla h3{
  color: #fff;
  font-size: 18px;
  font-family: 'helveticaneuebold';
}
.texto-flotilla .col-md-4 a{
  padding: 12px 20px;
  background: #fff;
  color: #283B77;
  font-family: 'helveticaneuebold';
  font-size: 12px;
  display: inline-block;
  border: solid 1px #fff;
   transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.texto-flotilla .col-md-4 a:hover{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
     transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.texto-flotilla .cotizar-flotilla{
  text-align: right;
}
.autos-flotilla .separador{
margin-top: 40px !important;
}
.alamo .col-md-4:nth-child(1){
text-align: center;
}
.alamo .col-md-4:nth-child(1) img{
  width: 50%;
}
.adulto{
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 15px;
}
.adulto-img{
  margin-bottom: 24px;
}
.nino-img{
  margin-bottom: 14px;
}
.nino{
  color: #FFED00;
   font-family: 'helveticaneuebold';
}
.maleta-img1{
    margin-bottom: 7px;
}
.pequena{
  font-family: 'helveticaneuebold';
  color: #5F89C6;
}
.maleta-img2{
    margin-bottom: 3px
}
.texto-flotilla .col-md-4, .col-md-8{
  margin-top: 18px;
}
.body-pac .col-md-8{
  margin-top: 0;
}

.menu-4 ul > li > a {
   padding: 12px 10px;
  height: auto;
  background: rgba(36,38,41,1);
  background: -moz-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,38,41,1)), color-stop(100%, rgba(26,28,31,1)));
  background: -webkit-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -o-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -ms-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: linear-gradient(to bottom, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242629', endColorstr='#1a1c1f', GradientType=0 );
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 12px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: block;
  border-right: 1px solid #1A1C1F;
}
.menu-4 ul > li > a:hover{
  background: #fff;
  color: #2844A2;
   transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
}
.menu-4 ul > li >.hover_link:hover{
    background: #fff;
  color: #2844A2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.menu-4 {
  background-color: rgba(0,0,0,0.95);
  width: 100%;
  height: 400px;
  position: absolute;
  top: 115px;
  z-index: 999999;
  padding-left: 6.8%;
  padding-right: 6.8%;
  display: none;
}
.navbar-default .navbar-nav  li  a:hover .menu-4{
  display: block;
}
.menu-4 .col-md-6{
  padding: 0;
}
.menu-4 ul{
  list-style: none;
  padding: 0;
}
.menu-4 .col-md-2 {
  padding: 0;
  border-right: 1px solid #000;
  height: 100%;
  background-color: #1A1C1F;
}
.menu-4 .col-md-2 .col-md-12{
  padding: 0;
}
.menu-6 ul > li > a {
   padding: 12px 10px;
  height:auto;
  background: rgba(36,38,41,1);
  background: -moz-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,38,41,1)), color-stop(100%, rgba(26,28,31,1)));
  background: -webkit-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -o-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -ms-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: linear-gradient(to bottom, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242629', endColorstr='#1a1c1f', GradientType=0 );
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 12px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: block;
  border-right: 1px solid #1A1C1F;
}
.menu-6 ul > li > a:hover{
  background: #fff;
  color: #2844A2;
   transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
}
.menu-6 {
  background-color: rgba(0,0,0,0.95);
  width: 100%;
  height: 400px;
  position: absolute;
  top: 115px;
  z-index: 999999;
  padding-left: 6.8%;
  padding-right: 6.8%;
  display: none;
}
.navbar-default .navbar-nav  li  a:hover .menu-4{
  display: block;
}
.menu-6 .col-md-6{
  padding: 0;
}
.menu-6 ul{
  list-style: none;
  padding: 0;
}
.menu-6 .col-md-3 {
  padding: 0;
  border-right: 1px solid #000;
  height: 100%;
  background-color: #1A1C1F;
}
.menu-6 .col-md-3 .col-md-12{
  padding: 0;
}
.menu-8 ul > li > a {
  padding: 12px 10px;
  height: auto;
  background: rgba(36,38,41,1);
  background: -moz-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,38,41,1)), color-stop(100%, rgba(26,28,31,1)));
  background: -webkit-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -o-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -ms-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: linear-gradient(to bottom, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242629', endColorstr='#1a1c1f', GradientType=0 );
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 12px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: block;
  border-right: 1px solid #1A1C1F;
}
.menu-8 ul > li > a:hover{
  background: #fff;
  color: #2844A2;
   transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
}
.menu-8 {
  background-color: rgba(0,0,0,0.95);
  width: 100%;
  height: 400px;
  position: absolute;
  top: 115px;
  z-index: 999999;
  padding-left: 6.8%;
  padding-right: 6.8%;
  display: none;
}
.navbar-default .navbar-nav  li  a:hover .menu-4{
  display: block;
}
.menu-8 .col-md-6{
  padding: 0;
}
.menu-8 ul{
  list-style: none;
  padding: 0;
}
.menu-8 .col-md-2 {
  padding: 0;
  border-right: 1px solid #000;
  height: 100%;
  background-color: #1A1C1F;
}
.menu-8 .col-md-2 .col-md-12{
  padding: 0;
}



.menu-9 ul > li > a {
  padding: 18px;
  height: 57px;
  background: rgba(36,38,41,1);
  background: -moz-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,38,41,1)), color-stop(100%, rgba(26,28,31,1)));
  background: -webkit-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -o-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -ms-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: linear-gradient(to bottom, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242629', endColorstr='#1a1c1f', GradientType=0 );
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 12px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: block;
  border-right: 1px solid #1A1C1F;
}
.menu-9 ul > li > a:hover{
  background: #fff;
  color: #2844A2;
   transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
}
.menu-9 {
  background-color: rgba(0,0,0,0.95);
  width: 100%;
  height: 400px;
  position: absolute;
  top: 115px;
  z-index: 999999;
  padding-left: 6.8%;
  padding-right: 6.8%;
  display: none;
}
.navbar-default .navbar-nav  li  a:hover .menu-4{
  display: block;
}
.menu-9 .col-md-6{
  padding: 0;
}
.menu-9 ul{
  list-style: none;
  padding: 0;
}
.menu-9 .col-md-3{
  padding: 0;

  text-align: center;
}
.img-disney{
  background: #fff;
  padding: 25px !important;
}
.menu-9 .col-md-3 .col-md-12{
  padding: 0;
}
.ver-mas {
  background: #F2F2F2;
  height: 200px;
  padding: 30px 0 !important;
}
.ver-mas h1{
  color: #283B77;
  font-family: 'helveticaneuebold';
  font-size: 24px;
  margin-top: 0;
}
.navbar-default .navbar-nav > li > a:hover{
  background: #fff;
  color: #283B77;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.ver-mas a{
  padding: 12px 18px;
  border: 1.8px solid #283B77;
  color: #283B77;
  font-family: 'helveticaneuebold';
  font-size: 12px;
  display: inline-block;
  margin-top: 25px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.ver-mas a:hover{
  background: #283B77;
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.logo-alamo img{
width: 100%;
}


.title-planes{
  position: absolute;
  bottom: 0;
  background: #56B8E7;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left:80px;
}
.title-planes h1{
  margin: 0;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 50px;
  letter-spacing: -3px;
}
.banner-planes .title-banner {
  position: absolute;
  bottom: 74px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 127px;
  margin-bottom: 0;
  left: 80px;
  letter-spacing: -8px;
}
.title-planes .col-md-6:nth-child(2) {
  text-align: right;
}
.body-planes {
  padding: 60px 165px;
  background: #E6E6E6;
}
.planes-body{
  background: #fff;
  border: 1px solid #CCCCCC;
  padding: 40px;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background: #283B77;
  color: #fff;
}
.body-coti .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: transparent;
}
.table > thead > tr > th{
    border-bottom: transparent;
}
.tabla-1{
  background: #E6E6E6;
}
.tabla-2{
  background: #F2F2F2;
}
.plan-left{
  color: #283B77;
  font-family: 'helveticaneuebold';
  font-size: 24px;
}
.plan-right{
   font-family: 'helveticaneue';
   font-size: 15px;
   letter-spacing:-0.5px;
   color: #333333;
   line-height: 26px !important;
   padding: 8px 30px !important;

}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px 15px;
}
.planes-body2{
  background: #fff;
  border: 1px solid #CCCCCC;
  padding: 40px;
  margin-top: 50px;
}
.planes-body2 h1 {
  color: #283B77;
  font-family: 'helveticaneuebold';
  letter-spacing: -2px;
  font-size: 32px;
}
.planes-body2 h2{
  color: #283B77;
  font-family: 'helveticaneuelight';
    font-size: 25px;
  margin-top: 50px;
  letter-spacing:-1px;
}
.planes-body2 h3{
color: #283B77;
  font-family: 'helveticaneuelight';
  font-size: 22px;
  margin-top: 0;
    letter-spacing:-1px;
}
.planes-body2 p{
  font-family: 'helveticaneue';
  color: #333;
  line-height: 28px;
  font-size: 16px;
  letter-spacing:-0.5px;
}

.title-localidad{
  position: absolute;
  bottom: 0;
  background: #56B8E7;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left:80px;
}
.title-localidad h1{
  margin: 0;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 50px;
  letter-spacing: -3px;
}
.banner-localidad .title-banner {
  position: absolute;
  bottom: 74px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 127px;
  margin-bottom: 0;
  left: 80px;
  letter-spacing: -8px;
}
.title-localidad .col-md-6:nth-child(2) {
  text-align: right;
}
.map {
  height: auto;
  }
  .map iframe {
  width: 100%;
}

.title-cobertura{
  position: absolute;
  bottom: 0;
  background: #56B8E7;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left:80px;
}
.title-cobertura h1{
  margin: 0;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 50px;
  letter-spacing: -3px;
}
.banner-cobertura .title-banner {
  position: absolute;
  bottom: 74px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 127px;
  margin-bottom: 0;
  left: 80px;
  letter-spacing: -8px;
}
.title-cobertura .col-md-6:nth-child(2) {
  text-align: right;
}
.body-cobertura {
  background: #fff;
  border: 1px solid #CCCCCC;
  padding: 0;
}
.body-cobertura .col-md-6{
  padding: 75px;
}
.body-cobertura .col-md-6:nth-child(1){
  border-right: 1px solid #CCCCCC;
}
.body-cobertura .col-md-6 h1 {
  color: #283B77;
  font-family: 'helveticaneuebold';
  font-size: 32px;
}
.body-cobertura h2{
  color: #283B77;
  font-family: 'helveticaneuelight';
  font-size: 25px;
  margin-top: 50px;
  letter-spacing: -1px;
}
.body-cobertura p {
  font-family: 'helveticaneue';
  color: #333;
  line-height: 28px;
  font-size: 15px;
  letter-spacing: -0.5px;
}
.title-guia{
  position: absolute;
  bottom: 0;
  background: #56B8E7;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left:80px;
}
.title-guia h1{
  margin: 0;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 50px;
  letter-spacing: -3px;
}
.banner-guia .title-banner {
  position: absolute;
  bottom: 85px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 100px;
  margin-bottom: 0;
  left: 80px;
  letter-spacing: -8px;
}
.title-guia .col-md-6:nth-child(2) {
  text-align: right;
}
.body-guia {
  background: #fff;
  border: 1px solid #CCCCCC;
  padding: 50px;
  margin-top: 40px;
}
.body-guia h1 {
  color: #283B77;
  font-family: 'helveticaneuebold';
  font-size: 32px;
  margin-top: 35px;
  margin-bottom: 20px;
  letter-spacing: -2px;
}
.body-guia .col-md-5 img{
  width: 70%;
}
.body-guia .col-md-7{
    padding: 45px 15px;
}
.body-guia .col-md-7 h2 {
  color: #283B77;
  font-family: 'helveticaneuelight';
  font-size: 28px;
  margin-top: 50px;
}
.body-guia .col-md-7 p {
  font-family: 'helveticaneue';
  color: #333;
  line-height: 30px;
  font-size: 16px;
  letter-spacing:-1px;
}
.body-guia .col-md-7 p strong {
  font-family: 'helveticaneuelight';
  color: #283B77;
  line-height: 30px;
  font-size: 25px;
  font-weight:normal;
  letter-spacing:-1px;
  margin-bottom:20px;
  margin-top:40px;
  display:block;
}
.body-guia .col-md-7 ul{
  list-style: none;
}
.body-guia .col-md-7 ul li {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  letter-spacing: -0.5px;
  margin-top: 20px;
  font-family: 'helveticaneue';
  background: url(../images/check_blue.svg);
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding-left: 25px;
}
.body-guia .col-md-7 p em {
  font-size:13px;
  color:#999;
  letter-spacing:-0.5px;
}
.body-guia .col-md-7 p span{
  margin-right: 10px;
  color: #283B77;
}
.body-guia .col-md-7 h6{
  font-size: 14px;
   font-family: 'helveticaneuelight';
   color: #666666;
   margin-top: 35px;
}
.text-top{
  margin-top: 50px;
}
.title-cruceros{
  position: absolute;
  bottom: 0;
  background: #56B8E7;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left:80px;
}
.title-cruceros h1{
  margin: 0;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 50px;
  letter-spacing: -3px;
  text-transform:uppercase;
}
.banner-cruceros .title-banner {
  position: absolute;
  bottom: 100px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 100px;
  margin-bottom: -20px;
  left: 80px;
  letter-spacing: -8px;
}
.title-cruceros .col-md-6:nth-child(2) {
  text-align: right;
}
.body-cruceros {
  background: #fff;
  -webkit-box-shadow: 4px 5px 0px -1px rgba(0,0,0,0.1);
  -moz-box-shadow: 4px 5px 0px -1px rgba(0,0,0,0.1);
  box-shadow: 4px 5px 0px -1px rgba(0,0,0,0.1);
  height: auto;
  position: relative;
  overflow: auto;
}
.body-cruceros .col-md-8{
  padding: 55px;
}
.body-cruceros .col-md-8 img {
  border: none;
}
.right-crucero {
  background: #283B77;
  color: #fff;
  padding: 28px;
  height: auto;
  position: absolute;
  right: 0;
  min-height: 100%;
  overflow: auto;
}
.right-crucero p {
  color:#fff;
  font-size:16px;
  letter-spacing:-1px;
  font-family: 'helveticaneue';
}
.body-cruceros .col-md-8 h1 {
  color: #283B77;
  font-size: 25px;
  font-family: 'helveticaneuebold';
  margin-top: 40px;
  letter-spacing: -2px;
  text-transform:uppercase;
}
.body-cruceros .col-md-8 p {
  font-family: 'helveticaneue';
  color: #333;
  line-height: 28px;
  font-size: 16px;
  letter-spacing:-0.5px;
}
.body-cruceros .col-md-8 ul{
  text-decoration: none;
  list-style: none;
  padding: 0;
}
.body-cruceros .col-md-8 ul li {
  font-family: 'helveticaneue';
  color: #333;
  line-height: 28px;
  font-size: 15px;
  background: url(../images/check_blue.svg);
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding-left: 25px;
}
.body-cruceros .col-md-4 h1 {
  color: #fff;
  font-size: 25px;
  font-family: 'helveticaneuebold';
  margin-top: 40px;
  letter-spacing: -2px;
  text-transform:uppercase;
}
.body-cruceros .right-crucero {
  padding-top: 28px;
}
.body-cruceros .col-md-4 ul{
  text-decoration: none;
  list-style: none;
  padding: 0;
}
.body-cruceros .col-md-4 ul li{
  font-family: 'helveticaneue';
  color: #fff;
  line-height: 28px;
  font-size: 16px;
   background: url(../images/check_white.svg);
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding-left: 25px;
  letter-spacing:-1px;
}
.crucero-img{
    padding: 0;
}
.crucero-img img {
  width: 100%;
  height: 100% !important;
}
.crucero-box{
  background: #fff !important;
  color: #333 !important;
  padding-left: 0 !important;
}
.crucero-box .col-md-10 {
  background: #fff !important;
  margin: 0;
  box-shadow: none;
}
.itinerario{
    display: inline-block;
  font-family: 'helveticaneuemedium' !important;
  color: #4D4D4D;
  font-style: normal;
  font-size: 14px;
  margin: 0;
  line-height: 28px;
}

.box_cruceros h4{
  margin-bottom:6px !important;
  font-family: 'helveticaneuebold' !important;
  color: #283B77;
  font-weight: normal;
}
.galeria-pack {
  padding-top:20px;
  padding-bottom:20px;
}
.galeria-pack h1 {
  color: #283B77;
  font-family: 'helveticaneuebold';
  letter-spacing: -2px;
  font-size:50px;
  padding-left:30px;
  text-transform:uppercase;
}
.botom-crucero{
  padding-bottom: 50px;
}
.desplegable {
  display: none;
  width: 280px;
  height: auto;
  background-color: #fff;
  position: absolute;
  right: -1px;
  top: 50px;
  z-index: 99;
  border: transparent;
  text-align: center;
  padding-top: 30px;
  padding: 20px;
  padding-bottom: 30px;
  height: 167px;
}
.desplegable img{
  width: 100%;
}

.title-hoteles{
  position: absolute;
  bottom: 0;
  background: #56B8E7;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left:80px;
}
.title-hoteles h1{
  margin: 0;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 50px;
  letter-spacing: -3px;
  text-transform:uppercase;
}
.banner-hoteles .title-banner {
  position: absolute;
  bottom: 74px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 127px;
  margin-bottom: 0;
  left: 80px;
  letter-spacing: -8px;
}
.title-hoteles .col-md-6:nth-child(2) {
  text-align: right;
}
.box_hoteles {
  height: auto !important;
  background: #fff;
}
.hotel-services {
  height: auto;
}
.box_hoteles h4 {
  margin-bottom: 6px !important;
  font-family: 'helveticaneuemedium' !important;
  color: #283B77;
  font-weight: normal;
}
.cotizar-modal{
  background: #FFFFFF;
  margin-top: 0px;
  right: 0px;
  padding: 50px;
  font-family: 'HelveticaNeueLight';
  position: absolute;
  box-shadow: 0 0 2px 3px rgba(0,0,0,0.3);
}
.cotizar-modal h1{
   color: #283B77;
   font-size: 25px;
   font-family: 'helveticaneuebold';
   margin-top: 0;
   letter-spacing:-1px;
}
.cotizar-modal label {
    color: #283B77;
    font-size: 16px;
    display: block;
    font-family: 'helveticaneuebold';
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: normal;
}
.cotizar-modal .form-control {
  display: block;
  width: 100%;
  height:50px;
  padding:10px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #2F2F31;
  font-family: 'helveticaneuemedium';
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid #283B77;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.cotizar-modal textarea.form-control {
  height: 180px;
  font-family: 'helveticaneuemedium';
  color: #2F2F31;
}
.cotizar-modal .cotizar-select{
  display: block;
  width: 100%;
  padding:10px 15px;
  font-size: 16px;
  height:50px;
  line-height: 1.42857143;
  color: #2F2F31;
  font-family: 'helveticaneuemedium';
  background-color: #fff;
  background-image: none;
  border: 1px solid #283B77;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.cotizar-modal .send button, .send button:focus, .send button:active {
  margin-top: 40px;
  padding: 10px 20px;
  border: 1px solid #283B77;
  color: #283B77;
  border-radius:0;
  top: 30px;
  font-family: 'helveticaneue';
  background: transparent;
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.cotizar-modal .send button:hover{
  background: #283B77;
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.cotizar-modal p{
  font-size: 12px;
  color: #777;
  font-family: 'helveticaneue';
}

.title-nosotros {
  position: absolute;
  bottom: 0;
  background: #56B8E7;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 80px;
  height: 90px;
}
.title-nosotros h1{
  margin: 0;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 40px;
  letter-spacing: -3px;
}
.banner-nosotros .title-banner {
  position: absolute;
  bottom: 74px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 100px;
  margin-bottom: 0;
  left: 80px;
  letter-spacing: -8px;
}
.nosotros-body {
  background: #f2f2f2;
  padding: 30px 150px;
  float: left;
  padding-bottom: 60px;
}
.nosotros-body h1 {
  font-family: 'helveticaneuebold';
  font-size: 70px;
  margin-bottom: 0;
  color: #283B73;
  bottom: -10px;
  margin-top: 40px;
  position: relative;
  margin-left: 25px;
  letter-spacing:-4px;
}
.text-somos{
  background-color: #fff;
  padding:50px;
  -webkit-box-shadow: 4px 5px 0px -1px rgba(0,0,0,0.1);
  -moz-box-shadow: 4px 5px 0px -1px rgba(0,0,0,0.1);
  box-shadow: 4px 5px 0px -1px rgba(0,0,0,0.1);
}
.text-somos p {
  color: #333;
  font-family: 'helveticaneuelight';
  font-size: 17px;
  line-height: 27px;
  letter-spacing: -0.5;
}
.title-contacto {
  position: absolute;
  bottom: 0;
  background: #56B8E7;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 80px;
  height: 90px;
}
.title-contacto h1{
  margin: 0;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 40px;
  letter-spacing: -3px;
}
.banner-contacto .title-banner {
  position: absolute;
  bottom: 74px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 100px;
  margin-bottom: 0;
  left: 80px;
  letter-spacing: -8px;
}
.body-contacto{
  padding: 50px 150px;
  background: #E6E6E6;
}
.body-contacto .col-md-8 {
  background: #fff;
  padding: 100px;
  margin-top: 0;
  height: 1475px;
}
.body-contacto .col-md-4 {
  background: #283B77;
  padding:90px 40px;
  height: 1475px;
}
.body-contacto .col-md-4 p {
  color:#fff;
  font-size:16px;
  letter-spacing:-1px;
  margin-top:20px;
}
.body-contacto .col-md-8 h1 {
  color: #283B77;
  font-size:30px;
  font-family: 'helveticaneuebold';
  margin-top:0;
  letter-spacing:-2px;
}
.body-contacto .col-md-8 h2{
font-family: 'helveticaneuelight';
font-size: 18px;
color: #333;
}
.body-contacto .col-md-8 label {
  color: #283B77;
  font-size: 16px;
  display: block;
  font-family: 'helveticaneuebold';
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: normal;
}
.body-contacto .col-md-8 .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #2F2F31;
  font-family: 'helveticaneuemedium';
  background-color: #fff;
  background-image: none;
  border: 1px solid #283B77;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.body-contacto .col-md-8 .cotizar-select {
  display: block;
  width: 100%;
  padding:10px;
  font-size: 16px;
  height:50px;
  line-height: 1.42857143;
  color: #2F2F31;
  font-family: 'helveticaneuemedium';
  background-color: #fff;
  background-image: none;
  border: 1px solid #283B77;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.body-contacto .col-md-8 textarea.form-control {
  height: 180px;
  font-family: 'helveticaneuemedium';
  color: #2F2F31;
}
.body-contacto .col-md-8 .form-control {
  display: block;
  height:50px;
  width: 100%;
  padding:10px;
  font-size:16px;
  line-height: 1.42857143;
  color: #2F2F31;
  font-family: 'helveticaneuemedium';
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid #283B77;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.body-contacto .col-md-8 .send button, .send button:focus, .send button:active {
  margin-top: 40px;
  padding: 10px 20px;
  border: 1px solid #283B77;
  color: #283B77;
  border-radius: 0;
  top: 30px;
  height:50px;
  font-family: 'helveticaneuebold';
  background: transparent;
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.body-contacto .col-md-8 p {
  font-size: 12px;
  color: #777;
  font-family: 'helveticaneue';
  text-align: center;
}
.body-contacto .col-md-8 .send button:hover{
  background: #283B77;
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.body-contacto .col-md-4 h1{
font-family: 'helveticaneuebold';
color: #fff;
font-size: 25px;
letter-spacing: -1px;
}
.body-contacto .col-md-4 h2{
font-family: 'helveticaneuebold';
color: #fff;
font-size: 30px;
margin-top: 35px;
letter-spacing:-1px;
}
.body-contacto .col-md-4 h3{
font-family: 'helveticaneuebold';
color: #fff;
font-size: 20px;
margin-top: 35px;
margin-bottom: 0;
letter-spacing:-1px;
}
.body-contacto .col-md-4 h4{
  color: #fff;
  font-family: 'helveticaneuelight';
  letter-spacing:-1px;
}
.body-contacto .col-md-4 a{
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size:18px;
  letter-spacing:-0.5px;
}
.body-contacto .col-md-4 .social-link{
  margin-top: 30px;
  display: inline-block;
  margin-right: 8px;
  opacity: 0.8;
   transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.body-contacto .col-md-4 .social-link:hover{
  opacity: 1;
   transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.menu-13 ul > li > a {
   padding: 12px 10px;
  height: auto;
  background: rgba(36,38,41,1);
  background: -moz-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,38,41,1)), color-stop(100%, rgba(26,28,31,1)));
  background: -webkit-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -o-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: -ms-linear-gradient(top, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  background: linear-gradient(to bottom, rgba(36,38,41,1) 0%, rgba(26,28,31,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242629', endColorstr='#1a1c1f', GradientType=0 );
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 12px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: block;
  border-right: 1px solid #1A1C1F;
}
.menu-13 ul > li > a:hover{
  background: #fff;
  color: #2844A2;
   transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
}
.menu-13 {
  background-color: rgba(0,0,0,0.95);
  width: 100%;
  height: 400px;
  position: absolute;
  top: 115px;
  z-index: 999999;
  padding-left: 6.8%;
  padding-right: 6.8%;
  display: none;
}
.navbar-default .navbar-nav  li  a:hover .menu-13{
  display: block;
}
.menu-13 .col-md-6{
  padding: 0;
}
.menu-13 ul{
  list-style: none;
  padding: 0;
}
.menu-13 .col-md-2 {
  padding: 0;
  border-right: 1px solid #000;
  height: 100%;
  background-color: #1A1C1F;
}
.menu-13 .col-md-2 .col-md-12{
  padding: 0;
}
.overlay_galery span{
  color:white;
  font-size:40px;
  padding-top:10px;
}
#mc-embedded-subscribe {
  background:rgba(255,255,255,0.1);
  color:#white;
  border:none;
  font-size:16px;
  letter-spacing:-1px;
  transition: all 0.4s ease-out 0s;
}
#mc-embedded-subscribe:hover {
  background:#283B77;
  transition: all 0.3s ease;
}
#mc-embedded-subscribe span {
  display:inline-block;
  float:left;
}
.img-pack {
  height: 300px;
  overflow: hidden;
  position: relative;
  width: 90%;
  transition: all 0.3s ease;
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.07);
  float: none;
  margin: auto;
  cursor: pointer;
}
.circuitos .carousel  .col-md-4 .img-pack:hover {
  border: 4px solid #888;
  transition: all 0.3s ease;
}
.img-pack2{
 height: 300px;
  overflow: hidden;
  position: relative;
  width: 90%;
  transition: all 0.3s ease;
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.07);
  float: none;
  margin: auto;
  cursor: pointer;
}
.circuitos .carousel .col-md-4 .img-pack2 img {
  width: 285%;
  height: auto;
  position: absolute;
  left: -90;
  top: -17px;
}
.circuitos .carousel  .col-md-4 .img-pack2:hover {
  border: 4px solid #888;
  transition: all 0.4s ease;
}
.hotel-services p{
  display: inline-block;
  font-family: 'helveticaneuemedium' !important;
  color: #4D4D4D;
  font-style: normal;
  font-size: 14px;
  margin: 0;
  line-height: 28px;
}
.box-costarica .col-md-10 .col-md-3 .col-md-10 ul{
  list-style: none;
  padding: 0;
}
.box-costarica .col-md-10 .col-md-3 .col-md-10 ul li {
  font-family: 'helveticaneue';
  color: #fff;
  line-height: 20px;
  font-size: 15px;
  margin-bottom: 13px;
  background: url(../images/check_white.svg);
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding-left: 25px;
  letter-spacing: -0.5px;
}
.alamo ul{
  list-style: none;
}
.alamo ul li{
    color: #4D4D4D;
  font-family: 'helveticaneue';
  line-height: 28px;
  font-size: 15px;
  background: url(../images/check.svg);
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding-left: 25px;
}
.container_table {
  width:100%;
  margin-top:30px;
  margin-bottom:30px;
  font-family:Helvetica, Arial, sans-serif;
  letter-spacing:-0.5px;
}
.lm1 {
  background:#293c73;
  font-size:22px;
  font-weight:bold;
  color:#fff;
  text-align:left;
}
.lm1 th {
  padding:15px;
}
.lm2 {
  background:#56b9e3;
  font-size:18px;
  font-weight:bold;
  color:#fff;
}
.lm2 td {
  padding:12px;
}
.lm3 {
  background:#e6e6e6;
  color:#555;
  font-size:17px;
  font-weight:normal;
}
.lm3 td {
  padding:8px;
}
.lm3_1 {
  background:#f2f2f2;
  color:#555;
  font-size:17px;
  font-weight:normal;
}
.lm3_1 td {
  padding:8px;
}
.lm4 {
  background:#e6e6e6;
  color:#888;
  font-size:15px;
  line-height:22px;
  font-weight:normal;
}
.lm4 td {
  padding:8px;
}
.lm5 {
  background:#A9A9A9;
  font-size:18px;
  font-weight:bold;
  color:#fff;
}
.lm5 td {
  padding:8px;
}
.desplegable3 {
  display: none;
  width: 400px;
  height: auto;
  background-color: rgb(40, 59, 119);
  position: absolute;
  top: 70px;
  left: 434px;
  z-index: 99;
  border: transparent;
  text-align: center;
  padding: 50px 25px 35px;
}
.desplegable3 .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 16px;
  font-family: 'helveticaneuelight';
  line-height: 1.42857143;
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.desplegable3  input::-webkit-input-placeholder {
   color: rgba(255,255,255,0.7);
     font-family: 'helveticaneuelight';
   font-size: 16px;
}
.desplegable3  input::-moz-placeholder { /* Firefox 18- */
   color: rgba(255,255,255,0.7);
    font-family: 'helveticaneuelight';
   font-size: 16px;
}
.desplegable3  input:::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255,255,255,0.7);
   font-family: 'helveticaneuelight';
   font-size: 16px;
}
.desplegable3 input::-ms-input-placeholder {
   color: rgba(255,255,255,0.7);
   font-family: 'helveticaneuelight';
   font-size: 16px;
}
.desplegable3 button{
background-color: #fff;
  border: 1px solid #fff;
  padding: 12px 35px;
  width: 100%;
  font-family: 'helveticaneuebold';
  margin-top: 40px;
  color: #283B77;
  font-size: 16px;
    transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.desplegable3 button:hover{
  background: transparent;
  color: #fff;
    transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.desplegable3 p {
  font-family: 'helveticaneuelight';
  line-height: 17px;
  margin-top: 21px;
  margin-bottom: 0;
  font-size: 12px;
  color: rgba(255,255,255,0.7);
}
.body-resultado .body-planes .col-md-10{
  margin: auto;
  float: none;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 4px 5px 0px -1px rgba(0,0,0,0.1);
  -moz-box-shadow: 4px 5px 0px -1px rgba(0,0,0,0.1);
  box-shadow: 4px 5px 0px -1px rgba(0,0,0,0.1);
  padding: 40px;
}
.body-resultado .body-planes .col-md-10 .col-md-6{
    padding: 15px 0;
}
.body-resultado .body-planes .col-md-10 .col-md-6:nth-child(2) {
  text-align: right;
}
.body-resultado .body-planes .col-md-10 .col-md-6:nth-child(2) a {
  padding: 11px 25px;
  background: transparent;
  border: 1px solid #283B77;
  color: #283B77;
  font-family: 'helveticaneuebold';
  font-size: 13px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  display: inline-block;
  margin-top: 0;
}
.body-resultado .body-planes .col-md-10 .col-md-6:nth-child(2) a:hover{
  background: #283B77;
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.body-resultado .body-planes .col-md-10 h1 {
  margin: 0;
  color: #283B77;
  font-family: 'helveticaneuebold';
  letter-spacing: -2px;
  line-height: 38px;
  font-size: 32px;
  padding-right: 0;
}
.body-resultado h4 {
  color: #283B77;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-family: 'helveticaneuebold';
  padding: 20px 0;
  font-size: 36px;
  padding-left: 0;
  width: 83.33333333%;
  margin: auto;
  margin-top: 40px;
}
.body-resultado .body-planes .col-md-10 h2 {
  font-family: 'helveticaneuelight';
  color: #283B77;
  letter-spacing: -2px;
  margin: 0;
  margin-top: 13px;
  font-size: 29px;
}
.resultado{
  margin-top: 35px;
}
.body-resultado .body-planes{
  padding-top: 20px;
}
.body-resultado .body-planes .col-md-10 .col-md-12{
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.full-img{
  width: 82%;
}

.container_table table {
  background-color: transparent;
  width: 100%;
}
.autos-flotilla .col-md-4{
  width: 460px;
  margin-top: 60px;
}
.texto-flotilla .col-md-4{
  width: 33.333333% !important;
  margin-top: 18px !important;
}
.windowmarket h2 {
  font-family: 'helveticaneuebold';
  color: #283B77;
  letter-spacing: -0.5;
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.windowmarket p {
  font-family: 'helveticaneuelight';
  color: #808080;
  font-size: 18px;
}
.windowmarket button{
  padding: 12px;
  border: none;
  background-color: #283B77;
  color: #fff;
   border: 1px solid #283B77;
  font-family: 'helveticaneuemedium';
   transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.windowmarket button:hover{
  background: transparent;
  border: 1px solid #283B77;
  color: #283B77;
   transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.asesores input[type="radio"] {
  visibility: hidden;
  height: 0;
  width: 0;
}
.asesores label {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: white;
  padding: 10px;
  border: 1px solid #283B77;
  border-radius: 0;
  transition: all 0.3s ease-out;
  height:200px;
  font-weight: normal;
}
.asesores input[type="radio"]:checked + label {
  background-color: #283B77;
  border: 1px solid #283B77;
  color: #fff;
}
.asesores input[type="radio"]:checked + label p{
color: #fff;
}
.asesores .col-md-2{
  width: 20%;
  padding: 0 6px;
}
.asesores .col-md-2 img {
  width: 70px;
  height: 70px;
}
.asesores .col-md-2 p{
  padding: 20px 0;
  font-size: 15px;
  color: #333;
  font-family: 'helveticaneue';
  text-align: center;
}
.asesores .col-md-2 a {
  color:#283B77;
}
.gracias {
  background:#f5f5f5;
  padding:50px 100px;
}
.gracias h1 {
  font-size:45px;
  color:#283B77;
  letter-spacing:-2px;
  font-family: 'helveticaneuebold';
}
.gracias p {
  font-size:17px;
  letter-spacing:-0.5px;
  color:#333;
  line-height:22px;
}
.gracias_enlaces {
  margin:70px 0;
  width:50%;
}
.gracias_enlaces a{
  background:transparent;
  padding:15px 20px;
  border:1px solid #283B77;
  font-size:15px;
  font-weight:bold;
  letter-spacing:-0.5px;
  color:#283B77;
}
.gracias_newsletter {
  background:white;
  border:1px solid #ddd;
  padding:40px;
  width:50%;
}
.gracias_newsletter h2 {
  font-size:30px;
  color:#283B77;
  letter-spacing:-1px;
  font-family: 'helveticaneuebold';
  margin-bottom:20px;
}
.gracias_newsletter p {
  padding:10px 0;
  margin-bottom:30px;
}
.gracias_newsletter a {
  background:transparent;
  padding:15px 20px;
  border:1px solid #283B77;
  font-size:15px;
  font-weight:bold;
  letter-spacing:-0.5px;
  color:#283B77;
  margin-top:40px;
}

@media(min-width: 1200px) and (max-width: 1366px){
  .logo {
    left: 30px;
  }
  .menu-initial {
    padding-left: 244px;
  }
  .right-links{
    right: 0;
  }
  header .navbar-nav{
      padding-left: 213px;
  }
  .body-pac {
  padding: 100px 45px;
}
ul.nav.navbar-nav li a {
    padding: 12.5px 25px !important;
}
.title-paquete h1{
    font-size: 45px;
}
.banner-paquete {
  height: 515px !important;
}
.banner-paquete .title-banner{
    bottom: 76px;
}
.banner-costarica {
  height: 520px !important;
}
.header-drop{
    height: auto;
}
.box-europa {
  padding: 60px 25px;
}
.box-europa .col-md-10 {
  width: 95.333333%;
}
.circuitos .carousel .carousel-control.right {
  right: 6px;
}
.img-pack2 {
  height: 270px;
}
.body-pac-europa{
  overflow: scroll;
}
}
@media (min-width:801px) and (max-width: 1080px){
  .logo {
    left: 10px;
  }
  .menu-initial{
    padding-left: 225px;
	    height: 72px;
  }

header .navbar-nav{
    top: 1px;
    padding-left: 182px;
}
.box-costarica .col-md-10{
    width: 90%;
}
header .navbar{
    top: -24px;
}
.carousel{
    top: -44px;
}
.box-body{
    margin-top: -44px;
}
.slide-ofertas{
    padding: 50px 10px;
}
  .slide-ofertas .carousel .col-xs-3 {
    width: 23%;
    padding: 0px 0px;
    margin-right: 0;
    margin: 0 1% 0 1%;
}
.box-costarica {
    padding: 0px;
    background: #E6E6E6;
    padding-top: 0;
}
.slide-ofertas .carousel .header-oferta-0 {


    border: none !important;
    transition: all 0.4s ease-out 0s;
    background-repeat: no-repeat;
    left: 0%;
    position: relative;
    margin-top: 10%;
    width: 100% !important;
    background-size: 100% !important;
}

.slide-ofertas .carousel .header-oferta-1 {

    height: 250px;
    border: none !important;
    transition: all 0.4s ease-out 0s;
    background-repeat: no-repeat;
    left: 0%;
    position: relative;
    margin-top: 10%;
    width: 100% !important;
    background-size: 100% !important;
}

.slide-ofertas .carousel .header-oferta-2 {

    height: 250px;
    border: none !important;
    transition: all 0.4s ease-out 0s;
    background-repeat: no-repeat;
    position: relative;
    left: 0%;
    margin-top: 10%;
    width: 100% !important;
    background-size: 100% !important;
}

.slide-ofertas .carousel .header-oferta-3 {

    height: 250px;
    border: none !important;
    transition: all 0.4s ease-out 0s;
    background-repeat: no-repeat;
    left: 0%;
    position: relative;
    margin-top: 10%;
    background-size: 100% !important;
    width: 100% !important
}


.carousel-control.left span{
    left: -9px;
}
.slide-ofertas .carousel-control {
  width: 3%;
  }
  .slide-ofertas .carousel-control.left {
  left: 0;
}
.slide-ofertas .carousel-control.right {
  right: 0;
}
.butom-text h3{
    right: 140px;
}
.slide-ofertas .carousel .header-oferta-5{
     padding-top: 140px;
}
.slide-ofertas .carousel .header-oferta-2{
     padding-top: 140px;
}
.slide-ofertas .carousel .header-oferta-6{
    padding-top: 101px;
}
.slide-ofertas .carousel h1{
    font-size: 36px;
  margin-bottom: -3px;
}
.menu-2{
    padding-left: 0;
  padding-right: 0;
    top: 166px;
}
.menu-4{
    top: 166px;
    padding-left: 0;
    padding-right: 0;
}
.menu-13{
    top: 166px;
      padding-left: 0;
  padding-right: 0;
}
.menu-8{
    top: 166px;
      padding-left: 0;
  padding-right: 0;
}
.menu-9{
    top: 166px;
    padding-left: 0;
    padding-right: 0;
}
.header-drop{
    height: auto;
}
.menu-6 {
    top: 166px;
    padding-left: 0;
    padding-right: 0;
}
footer{
    padding: 80px 0px 0px;
}
.left-links{
  padding: 0;
}
.centro{
    padding-left: 0;
  padding-right: 0;
}
.social-link{
    padding-right: 0;
}
.body-contacto {
  padding: 50px 50px;
  }
  .body-contacto .col-md-8{
      padding: 100px 20px;
  }
  .asesores .col-md-2{
      padding: 1px;
  }
  .desplegable{
    right: 117px;
  }
.desplegable3{
    left: 336px;
}
.banner-costarica{
    margin-top: -89px !important;
    height: 455px !important;
}
.box-costarica{
    padding: 60px 0 !important;
}
.img-pack{
    height: 230px !important;
}
.circuitos .carousel .carousel-control.right {
  right: 13px !important;
}
.body-pac{
    padding: 100px 10px;
}
.banner-paquete{
     height: 455px !important;
    margin-top: -89px !important;
}
.title-paquete{
    padding-left: 35px;
}
.body-pac .col-md-12 .col-md-4 {
  background: #283B77;
  padding: 45px;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 999;
  height: auto;
}
.body-pac .col-md-12 .col-md-8{
    width: 100%;
    padding: 40px 30px;
}
.body-planes {
  padding: 60px 30px;
  }
  .box-europa {
  padding: 60px 20px;
}
.box-europa .col-md-10{
    width: 98%;
}
.box-europa .col-md-10 .col-md-5 .row .col-md-4:nth-child(1) a {
  padding: 12px 10px;
    font-size: 12px
}
.box-europa .col-md-10 .col-md-5 .row .col-md-4:nth-child(2) a {
  padding: 4px 10px;
    font-size: 12px;
  }
  .box-europa .col-md-10 .col-md-5{
      padding: 20px;
  }
  .social-link{
      margin-top: 0;
  }
  .social-link .col-md-5{
      width: 100%;
  }
  .social-link .col-md-7{
      margin-top: 50px;
      width: 100%;
  }

}


@media (min-width:1050px) and (max-width: 1500px){
  .box-costarica {
    padding: 0px;
    background: #E6E6E6;
    padding-top: 0;
}

.box-costarica .col-md-10 {
    width: 90%;
}


}


@media (min-width: 800px) and (max-width: 991px){
  .box-costarica {
    padding: 0px;
    background: #E6E6E6;
    padding-top: 0;
}

.box-costarica .col-md-10 {
    width: 90%;
}

.box-costarica .col-md-10 .col-md-4 {
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 365px;
    float: left;
    width: 40%;
}
.box-costarica .col-md-10 .col-md-4 img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    float: left;
}
.box-costarica .col-md-10 .col-md-5 {
    background: #fff;
    /* height: 100%; */
    padding: 25px;
    float: left;
    width: 30%;
}
.box-costarica .col-md-10 .col-md-3 {
    background: #283B77;
    color: #fff;
    padding: 20px;
    position: relative;
    right: 0;
    height: 365px;
    overflow: hidden;
}
.box-costarica .col-md-10 .col-md-5 h1 {
    margin: 0;
    color: #283B77;
    font-family: 'helveticaneuebold';
    letter-spacing: -2px;
    line-height: 38px;
    font-size: 22px;
    padding-right: 75px;
}

footer {
    padding: 0px 0px 0px;
}

.box-footer {
    top: 115px;
}
.social-link {
    margin-top: 150px;
}
}



@media (min-width: 902px) and (max-width: 1014px){
.banner-costarica{
    margin-top: -89px !important;
    height: 420px !important;
}

}

@media (min-width: 801px) and (max-width: 901px){
.banner-costarica{
    margin-top: -89px !important;
    height: 390px !important;
}

}

@media (min-width: 768px) and (max-width: 800px){
  .logo{
      left: 0;
  }
  .menu-initial{
      padding-left: 0;
        background-color: #FFF;
  }
  .desplegable3{
      left: 342px !important;
  }

  .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
header .navbar-nav{
    padding-left: 0;
      top: 0;
}

.menu-initial ul {
  margin-left: 214px;
  margin-bottom: 0;
}
.slider{
  float: left;
  width: 100%;
}
.carousel {
  top: -20px;
}
.box-body {
  float: left;
  width: 100%;
  padding: 30px 0;
}
.box-body .col-md-4{
  float: left;
  width: 33.3333333%;
}
.right-links {
  right: 0;
  height: 50px;
}
.menu-initial .email{
  margin-right: 4px;
  margin-left: 10px
}
.slide-ofertas{
float: left;
width: 100%;
}
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  }
  .nav > li > a{
      padding: 12.5px 10px;
  text-align: center;
  }
  .menu-2{
  padding-left: 0;
  padding-right: 0;
  top: 220px;
  height: auto;
  }
  .menu-2 .col-md-3{
  width: 25%;
  float: left;
  }
.image{
    height: 359px;
}
.menu-2 .col-md-6 {
  padding: 0;
  float: left;
  width: 50%;
}
.menu-4{
    height: auto;
    top: 220px;
    padding-left: 0;
  padding-right: 0;
}
.menu-4 .col-md-2{
    width: 30%;
  float: left;
}
.full-img {
  width: 70%;
  float: left;
}
.menu-13{
  padding-left: 0;
  padding-right: 0;
    top: 210px;
    height: auto;
}
.menu-13 .col-md-2{
  width: 30%;
  float: left;
}
.menu-8{
  padding-left: 0;
  padding-right: 0;
    top: 220px;
    height: auto;
}
.menu-8 .col-md-2{
  width: 30%;
  float: left;
}
.menu-9{
  padding-left: 0;
  padding-right: 0;
  top: 220px;
  height: auto;
}
.menu-9 .col-md-3{
    width: 25%;
    float: left;
}
.img-disney img{
  width: 100%;
}
.ver-mas h1{
    font-size: 19px;
}
.menu-6{
  padding-left: 0;
  padding-right: 0;
  height: auto;
    top: 220px;
}
 .menu-6 .col-md-3{
  width: 25%;
  float: left;
 }
 .menu-6 .col-md-6 {
  padding: 0;
  width: 50%;
  float: left;
}
.header-drop{
    height: auto;
}
.box-body .col-md-4 h1{
    font-size: 30px;
}
.box-body .col-md-4 h2{
    font-size: 20px;
  letter-spacing: 0;
}
.slide-ofertas{
    padding: 50px 40px;
}
.slide-ofertas .carousel .col-xs-3 {
    width: 22%;
    padding: 0;
    margin-right: 0%;
    margin-bottom: 10px;
}

.slide-ofertas .carousel .header-oferta-0 {

    height: 160px !important;
    border: 3px solid #fff;
    background-size: 100% !important;
    width: 100% !important;
    transition: all 0.4s ease-out 0s;
    background-repeat: no-repeat;
}

.slide-ofertas .carousel .header-oferta-1 {

    height: 160px !important;
    border: 3px solid #fff;
    background-size: 100% !important;
    width: 100% !important;
    transition: all 0.4s ease-out 0s;
    background-repeat: no-repeat;
}

.slide-ofertas .carousel .header-oferta-2 {

   height: 160px !important;
    border: 3px solid #fff;
    background-size: 100% !important;
    width: 100% !important;
    transition: all 0.4s ease-out 0s;
    background-repeat: no-repeat;
}

.slide-ofertas .carousel .header-oferta-3 {

    height: 160px !important;s
    border: 3px solid #fff;
    background-size: 100% !important;
    width: 100% !important;
    transition: all 0.4s ease-out 0s;
    background-repeat: no-repeat;
}
.slide-ofertas .carousel-control.left {
  left: -33px;
}
.slide-ofertas .carousel-control.right {
  right: -14px;
}
.slide-ofertas .carousel .header-oferta-6{
  padding-top: 88px;
}
.initial-logos img{
width: 18%;
}
.side-logos img{
width: 18%;
}
.third-logos img{
  width: 18%;
}
footer {
  padding: 40px 30px 0;
  }
footer ul li a{
    display: block;
  background-color: #333;
  padding: 11px;
  border-bottom: 1px solid #444;
  text-align: center;
}
footer ul li a:hover{
  background: #fff;
}
.left-links {
  margin-top: 0;
}
.centro {
  margin-top: 0;
  top: 372px;
}
.box-footer{

    top: 86px;

}
.social-link .col-md-5 .col-md-6 {
  padding: 0;
  width: 50%;
  float: left;
}
.social-link .col-md-5{
    float: left;
  width: 100%;
}
.social-link .col-md-7 {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 60px;
}
.social-link{
   top: -330px;
}
.banner-nosotros{
    height: 395px;
    float: left;
}
.nosotros-body{
    padding: 30px 50px;
}
.banner-contacto {
  height: 425px;
  float: left;
}
.body-contacto {
  padding: 50px 50px;
  background: #E6E6E6;
  float: left;
  width: 100%;
}
.body-contacto .col-md-8{
    padding: 40px;
}
.asesores .col-md-2 {
  width: 20%;
  padding: 0 2px;
  float: left;
}
.body-contacto .col-md-4 {
  background: #283B77;
  padding: 40px;
  height: auto;
}
.banner-costarica {
  height: 375px !important;
  float: left;
}
.order{
  width: 100%;
  float: left;
}
.box-costarica{
    float: left;
  width: 100%;
}
.circuitos{
    float: left;
  width: 100%;
}
.box-costarica .col-md-10 .col-md-5 {
    height: auto;
    float: left;
    width: 30%;
}
.box-costarica .col-md-10 .col-md-3 {
    height: auto;
    width: 30%;
    height: 460px;
}
.box-costarica .col-md-10 .col-md-4{
    height: 460px;
}
.box-costarica .mas{
  position: relative;
}
.circuitos .carousel .col-md-4{
    width: 33%;
  float: left;
    padding-left: 10px;
  padding-right: 10px;
}
.circuitos .carousel .carousel-control.right {
  right: 15px;
}
.circuitos{
    height: 525px;
}
.circuitos .carousel .col-md-4 h1{
    font-size: 28px;
}
.body-pac .col-md-12 .col-md-4{
    height: auto;
    position: relative;
}
.body-pac .col-md-12 .col-md-8{
    width: 100%;
      padding: 40px 5px;
}
.body-pac {
  padding: 20px;
  width: 100%;
  float: left;
}
.img-pack{
    height: 168px;
}
.galeria-pack .carousel-inner {
  padding: 0 20px;
}
.galeria-pack .col-xs-4 {
  padding: 55px 10px;
}
.banner-paquete{
    height: 375px !important;
  width: 100% !important;
  float: left !important;
}
.title-paquete{
    padding-left: 20px;
}
.title-paquete .col-md-6{
  width: 50%;
  float: left;
  padding: 0;
}
.regresar{
    padding: 12px 10px;
}
.regresar span {
  margin-right: 7px;
}
.pdf {
  padding: 12px 5px;
  padding-left: 6px;
  padding-right: 6px;
  }
  .cotizar{
      padding: 12px 20px;
        margin-left: 0;
  }
.title-paquete .row .col-md-6:nth-child(2){
    padding-right: 0;
}
.banner-paquete .title-banner{
  font-size: 55px;
  margin-bottom: 0;
  left: 5px;
  letter-spacing: -4px;
}
.banner-flotilla {
  height: 415px;
    float: left;
  }
.autos-flotilla .col-md-4 {
  width: 48%;
  margin-top: 60px;
  float: left;
  padding: 5px;
}
.texto-flotilla {
  height: 309px
  }
.body-planes {
  padding: 50px;
  float: left;
}
.banner-planes{
    height: 450px;
      float: left;
}
.title-planes{
    padding-left: 0;
}
.title-planes .col-md-6{
width: 50%;
float: left;
}
.banner-guia {
  height: 470px !important;
  float: left;
}
  .title-guia{
      padding-left: 0;
  }
    .title-guia .col-md-6{
      width: 50%;
      float: left;
    }
    .right-crucero{
        min-height: initial;
          position: relative;
    }
    .banner-hoteles{
        float: left;
          height: 485px !important;
    }
    .title-hoteles .col-md-6{
      width: 50%;
      float: left;
    }
    .crucero-box{
        padding-left: 30px !important;
    }
    .banner-cruceros {
  height: 470px !important;
  float: left;
}
.title-cruceros .col-md-6{
  width: 50%;
  float: left;
}
.banner-europa {
  height: 400px !important;
  float: left;
  }
  .box-europa{
    float: left;
  width: 100%;
  }
  .box-europa .col-md-10 .col-md-5 .row .col-md-4 {
  width: 33%;
  float: left;
  height: 50px !important;
}
  .img-pack2 {
  height: 180px !important;
}
.circuitos .carousel .col-md-4 h1{
    line-height: 38px;
}
.box-europa .col-md-10 .col-md-5{
  height: auto !important;
}
.box-europa .row .col-md-10:nth-child(2) .col-md-3{
  height: auto !important;
}
.title-europa{
    padding-left: 20px !important;
}
.box-europa .col-md-10 .col-md-3{
    height: auto !important;
}
.box-europa .col-md-10 .col-md-4{
    height: 420px !important;
}
.banner-localidad {
  height: 540px;
  float: left;
  }
  .banner-localidad .title-banner{
      font-size: 110px;
        left: 0px;
  }
  .banner-cobertura {
  height: 486px;
  float: left;
}
.banner-cobertura .title-banner{
    font-size: 112px;
      left: 0;
}
}
@media (min-width: 320px) and (max-width: 484px){
  .logo {
  height: 150px;
  background: #fff;
  width: 100%;
  float: none;
  padding: 0;
  text-align: center;
  padding-top: 20px;
  position: relative;
  top: 0;
  padding-right: 0;
  z-index: 1000;
  left: 0;
}
.logo img {
    width: 80%;
}
.menu-initial {
  width: 100%;
  background-color: #F2F2F2;
  padding-left: 0;
  height: auto;
}
.menu-initial ul{
    width: 100%;
}
.menu-initial ul li {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'helveticaneuebold';
}
.menu-initial ul li a {
  height: 50px;
  background-color: #fff;
  padding: 16px 0;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  display: block;
  border-right: 1px solid #f2f2f2;
  color: #283B77;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.menu-initial .btn-default{
    height: 50px;
  width: 100%;
}
.right-links {
  float: left;
  right: 0;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #f2f2f2;
}
header .navbar {
  position: relative;
  z-index: 9;
  float: left;
  width: 100%;
  background-color: #F2F2F2;
}
.slider{
  float: left;
}
.top-logo {
  height: auto;
  background: #4D4D4D;
}
.navbar-toggle {
  position: relative;
  float: none;
  padding: 9px 10px;
  margin-left: 41%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 8px;
  background-color: rgb(255, 255, 255);
  background-image: none;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #283B77;
}
header .navbar-nav {
  float: left;
  width: 100%;
  margin: 0;
  padding-left: 0;
  position: relative;
  top: 0;
}
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  background-color: rgba(0,0,0,0.9);
  }
  .menu-initial h1 {
  float: left;
  font-family: 'helveticaneuebold';
  font-size: 20px;
  color: #283B77;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-top: 13px;
  letter-spacing: -1px;
}
.menu-initial .email {
  margin-bottom: 17px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.desplegable{
    position: absolute;
  right: 0;
  top: 132px;
    width: 100%;
}
.desplegable3 {
  display: none;
  width: 100%;
  height: auto;
  background-color: rgb(40, 59, 119);
  position: absolute;
  top: 338px;
  left: 0;
  z-index: 99;
  border: transparent;
  text-align: center;
  padding: 50px 0 35px;
}
.menu-2{
    width: 100%;
  height: auto;
    top: 601px;
      padding-left: 6.8%;
  padding-right: 6.8%;
}
.image img{
  display: none;
}
.menu-4{
    width: 100%;
    height: auto;
    top: 645px;
    padding-left: 6.8%;
    padding-right:6.8%;
}
.menu-13{
  top: 690px;
    height: auto;
}
.menu-8{
  top: 732px;
    height: auto;
}
.text-menu{
    display: none;
}
.img-disney{
  display: none;
}
.menu-9{
    top: 780px;
    height: auto;
}
.menu-6{
    top: 825px;
      height: auto;
}
.box-body {
  width: 100%;
  float: left;
  background: #283B77;
  padding: 30px 0;
}
.slide-ofertas{
  float: left;
  width: 100%;
  padding: 50px 10px;
}
.slide-ofertas .carousel .col-xs-3 {
  width: 100%;
  margin-bottom: 13px;
  padding: 0;
  margin-right: 0;
}
.slide-ofertas .carousel-control.left{
  display: none;
}
.slide-ofertas .carousel-control.right{
  display: none;
}
.initial-logos img{
    width: 40%;
}
.side-logos img{
    width: 40%;
}
.third-logos img{
width: 40%;
}
footer{
  padding: 40px 0;
}
.left-links {
  margin-top: 0;
  padding: 0;
}
footer ul li {
  line-height: 35px;
  width: 100%;
}
footer ul li a {
  color: #fff;
  font-family: 'helveticaneue';
  font-size: 16px;
  border-bottom: 1px solid #444;
  display: block;
  padding: 8px 0;
  background-color: #333;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
footer ul li a:hover{
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.centro {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-top: 0;
}
.box-footer{
  top: 458px;
}
.social-link {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-top: 60px;
      top: -300px;
}
.social-link .col-md-5 .col-md-6 {
  padding: 0;
  width: 50%;
  float: left;
}
.social-link .col-md-7 {
  text-align: center;
  margin-top: 45px;
  float: left;
  width: 100%;
}
.banner-nosotros{
margin-top: -20px !important;
height: 335px !important;
background-position-x: 75% !important;
float: left;
}
.banner-nosotros .title-banner {
  position: absolute;
  bottom: 81px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 59px;
  margin-bottom: 0;
  left: 0;
  letter-spacing: -4px;
}
.nosotros-body{
  padding: 0;
}
.nosotros-body h1 {
  font-family: 'helveticaneuebold';
  font-size: 36px;
  margin-bottom: 0;
  color: #283B73;
  bottom: 5px;
  margin-top: 40px;
  position: relative;
  margin-left: 0;
  letter-spacing: -3px;
}
.text-somos{
    padding: 30px;
}
.banner-contacto {
  height: 325px !important;
  width: 100% !important;
  float: left !important;
  background-position-x: 40% !important;
  margin-top: -20px;
  }
  .banner-contacto .title-banner {
  position: absolute;
  bottom: 81px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 60px;
  margin-bottom: 0;
  left: 0;
  letter-spacing: -6px;
}
.body-contacto {
  padding: 0;
  float: left;
  width: 100%;
  }
  .body-contacto .col-md-8 {
  background: #fff;
  padding: 30px 15px;
  margin-top: 0;
  height: auto;
}
.asesores .col-md-2 {
  width: 50%;
  padding: 0 6px;
  float: left;
}
.body-contacto .col-md-4{
  height: auto;
}
.banner-costarica{
    height: 375px !important;
      float: left !important;
        background-size: cover !important;
  background-position-x: 24% !important;
    background-position-y: -20px !important;
}
.title-costa{
    padding-left: 0;
}
.box-costarica{
    padding: 2px;
}
.box-costarica .col-md-10 .col-md-4{
  height: 268px;
}
.box-costarica .col-md-10 .col-md-5{
    height: auto;
}
.box-costarica .mas {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
}
.box-costarica .col-md-10 .col-md-3{
    height: auto;
}
.circuitos {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  float: left;
  width: 100%;
}
.order {
  padding: 0;
  }
.circuitos h1{
    font-size: 25px;
  padding: 20px 16px;
}
.img-pack{
    height: 215px;
}
.circuitos .carousel .carousel-control.right{
    right: 30px;
}
.circuitos .carousel .carousel-control.right span {
  position: absolute;
  top: 45%;
  left: 10px;
}
.circuitos .carousel .col-md-4 h1{
    font-size: 28px;
}
.banner-paquete{
height: 490px !important;
float: left !important;
background-size: cover !important;
background-position-x: 61% !important;
}
.banner-paquete .title-banner {
  position: absolute;
   bottom: 189px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 50px;
  margin-bottom: 0;
  left: 0;
  letter-spacing: 0px;
}
.title-paquete{
    padding-left: 0;
}
.title-paquete h1{
    font-size: 40px;
}
.title-paquete .row .col-md-6:nth-child(2) {
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}
.regresar {
  padding: 12px 10px;
  width: 48%;
  float: left;
}
.pdf {
  width: 48%;
}
.cotizar {
  width: 100%;
  margin-left: 0 !important;
  margin-top: 0;
}
.body-pac {
  padding: 30px 0;
  float: left;
  background: #E6E6E6;
  padding-bottom: 100px;
  width: 100%;
}
.body-pac .col-md-12 .col-md-4 {
  position: relative;
  height: auto;
}
.body-pac .col-md-12 .col-md-8 {
  padding: 12px;
  width: 100%;
}
.galeria-pack .carousel-inner {
  padding: 0;
}
.galeria-pack h1{
    letter-spacing: -1px;
  font-size: 30px;
  padding-left: 0;
}
.galeria-pack .col-xs-4 {
  padding: 20px 5px;
  width: 100%;
}
.tabla{
    overflow: auto;
}
.banner-hoteles {
  height: 490px !important;
  float: left;
}
.banner-hoteles .title-banner {
  position: absolute;
   bottom: 189px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 50px;
  margin-bottom: 0;
  left: 0;
  letter-spacing: 0px;
}
.title-hoteles{
    padding-left: 0;
}
.title-hoteles h1{
    font-size: 40px;
}
.title-hoteles .row .col-md-6:nth-child(2) {
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}
.body-planes {
  padding: 20px 0;
  float: left;
    width: 100%;
  }
  .banner-flotilla {
  height: 400px !important;
  float: left;
}
.banner-flotilla .title-banner {
  position: absolute;
    bottom: 74px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 71px;
  margin-bottom: 0;
  left: 0;
  letter-spacing: -5px;
}
.title-flotilla{
    padding-left: 0;
}
.title-flotilla h1{
    font-size: 40px;
}
.alamo {
  padding: 23px 0;
  float: left;
}
.autos-flotilla{
    padding: 0;
}
.autos-flotilla .col-md-4 {
  width: 100%;
  margin-top: 60px;
  padding: 0;
  float: left;
}
.texto-flotilla{
    height: 290px;
      padding: 25px 20px;
}
.texto-flotilla .col-md-4{
    margin-top: 0 !important;
}
.cotizar-modal{
    width: 90%;
      padding: 50px 20px;
}
.banner-planes{
    height: 470px !important;
  float: left;
}
.title-planes{
    padding-left: 0;
}
.banner-planes .title-banner {
  position: absolute;
  bottom: 131px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 74px;
  margin-bottom: 0;
  left: 0;
  letter-spacing: -8px;
}
.title-planes h1{
    font-size: 35px;
}
.planes-body{
  padding: 0;
}
.banner-guia{
    height: 450px !important;
  width: 100%;
  float: left;
}
.banner-guia .title-banner {
  bottom: 150px;
  font-size: 66px;
  letter-spacing: -4px;
  left: 0;
}
.title-guia{
  padding-left: 0;
}
.body-guia{
    padding: 50px 20px;
}
.banner-localidad{
    height: 400px !important;
  float: left;
}
.banner-localidad .title-banner {
  position: absolute;
  bottom: 77px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 45px;
  margin-bottom: 0;
  left: 0;
  letter-spacing: -3px;
}
.title-localidad{
  padding-left: 0;
}
.title-localidad h1{
    font-size: 40px;
  letter-spacing: -3px;
}
.banner-cobertura {
  height: 400px !important;
  float: left;
}
.banner-cobertura .title-banner {
  position: absolute;
  bottom: 71px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 45px;
  margin-bottom: 0;
  left: 0;
  letter-spacing: -3px;
}
.title-cobertura{
    padding-left: 0;
}
.title-cobertura h1{
  font-size: 34px;
}
.body-cobertura .col-md-6 {
  padding: 30px;
}
.crucero-box {
  padding-left: 25px !important;
  height: auto !important;
}
.box-europa {
  padding: 0;
  }
  .box-europa .col-md-10 .col-md-5{
      height: auto;
  }
  .body-cruceros .col-md-8 {
  padding: 20px;
  height: auto;
  position: relative;
  float: left;
  width: 100%;
}
.body-cruceros .col-md-8 img {
  border: none;
  width: 81%;
}
.right-crucero {
  background: #283B77;
  color: #fff;
  padding: 28px;
  height: auto;
  width: 100%;
  float: left;
  position: relative;
  right: 0;
  min-height: 100%;
  overflow: auto;
}
.body-cruceros {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: auto;
  position: relative;
  overflow: auto;
  float: left;
  width: 100%;
}
.banner-cruceros {
  height: 450px !important;
  float: left;
  }
.banner-cruceros .title-banner {
  position: absolute;
  bottom: 210px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 44px;
  margin-bottom: -20px;
  left: 0;
  letter-spacing: -1px;
}
.title-cruceros{
    padding-left: 0;
}
.title-cruceros h1{
    font-size: 40px;
  letter-spacing: -3px;
}
.title-cruceros .pdf {
  width: 100%;
  margin-left: 0;
}
.banner-europa {
  height: 450px !important;
  float: left;
  }
  .title-europa{
      padding-left: 0;
  }
  .title-europa h1{
      font-size: 34px;
  letter-spacing: 2px;
  }
  .order .btn-group > .btn:first-child {
  margin-left: 0;
}
.body-pac-europa {
  height: auto;
  padding-right: 5px;
  }
  .descargables_cotizar{
      padding-top: 17px;
        position: relative;
  }
  .box-europa .col-md-10 .col-md-5 .row .col-md-4:nth-child(2) a{
    width: 100%;
  }
  .box-europa .col-md-10 .col-md-5 .row .col-md-4:nth-child(1) a{
    width: 100%;
  }
  .box-europa .row .col-md-10:nth-child(2) .col-md-3 {
  height: auto;
}
.img-pack2 {
  height: 195px;
  }
  .box-europa .col-md-10 .col-md-3{
    height: auto;
  }
  .banner-luna {
  height: 450px;
  float: left;
}
.title-luna{
    padding-left: 0;
}
.title-luna h1{
    font-size: 36px;
}
.pdf_download{
    position: relative;
      display: block;
}
.order .row .col-md-6:nth-child(1) {
  padding: 10px;
}
.order .col-md-6 {
  height: auto;
}
.order {
  padding: 40px 0;
  }
  .order p {
    margin-top: 30px;

  }
  .box-costarica .col-md-10 {
    margin-top: 0px;
}

  .box-costarica .col-md-10 .col-md-5 h1{
      font-size: 25px;
  padding-right: 0;
  }
  .order img{
    width: 80%;
  }
  .banner-paquete .title-banner{
      bottom: 214px;
        letter-spacing: 0px;
          left: 0;
  }
}
@media (min-width: 480px) and (max-width: 500px){
.logo {
  height: 190px;
}
.logo img {
  width: 70%;
}
.slide-ofertas .carousel .col-xs-3 {
  width: 80%;
  float: none;
  margin: auto;
  margin-bottom: 13px;
  padding: 0;
}
.menu-2{
    top: 655px;
}
.menu-4{
    top: 700px;
}
.menu-13 {
  top: 745px;
  }
  .menu-8 {
  top: 789px;
}
.menu-9 {
  top: 834px;
  }
  .menu-6 {
  top: 879px;
}
.desplegable{
    top: 146px;
}
.asesores label{
  display: block;
  width: 100%;
}
.box-costarica .col-md-10 .col-md-4 {
  height: 330px;
}
.banner-hoteles .title-banner{
  top: 167px;
}
.banner-cruceros .title-banner{
    bottom: 188px;
}
.img-pack2 {
  height: 260px;
}
.order {
  padding: 40px 0;
  float: left;
  width: 100%;
}
.box-costarica .col-md-10 .col-md-5 .col-md-6 {
  width: 100%;
}
.pdf_download {
  position: relative;
  display: block;
  width: 100%;
}
.banner-paquete .title-banner {
  bottom: 168px;
}
.banner-hoteles .title-banner {
  top: 247px;
}
}
@media (min-width: 568px) and (max-width: 767px){
    .logo {
  height: 136px;
  background: #fff;
  width: 100%;
  float: none;
  padding: 0;
  text-align: center;
  padding-top: 20px;
  position: relative;
  top: 0;
  padding-right: 0;
  z-index: 1000;
  left: 0;
}
.logo img {
    width: 45%;
	    max-width: 300px;
    margin: auto;
    display: block;
}
.menu-initial {
  width: 100%;
  background-color: #F2F2F2;
  padding-left: 0;
  height: auto;
}
.menu-initial ul{
    width: 100%;
}
.menu-initial ul li {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'helveticaneuebold';
}
.menu-initial ul li a {
  height: 50px;
  background-color: #fff;
  padding: 16px 0;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  display: block;
  border-right: 1px solid #f2f2f2;
  color: #283B77;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}


.menu-initial .btn-default{
    height: 50px;
  width: 100%;
}
.right-links {
  float: left;
  right: 0;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #f2f2f2;
}
header .navbar {
  position: relative;
  z-index: 9;
  float: left;
  width: 100%;
  background-color: #F2F2F2;
}
.slider{
  float: left;
}
.top-logo {
  height: auto;
  background: #4D4D4D;
}
.navbar-toggle {
  position: relative;
  float: none;
  padding: 9px 10px;
  margin-left: 41%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 8px;
  background-color: rgb(255, 255, 255);
  background-image: none;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #283B77;
}
header .navbar-nav {
  float: left;
  width: 100%;
  margin: 0;
  padding-left: 0;
  position: relative;
  top: 0;
}
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

  .menu-initial h1 {
  float: left;
  font-family: 'helveticaneuebold';
  font-size: 20px;
  color: #283B77;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-top: 13px;
  letter-spacing: -1px;
}
.menu-initial .email {
  margin-bottom: 17px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.desplegable {
    position: absolute;
    right: 0;
    top: 146px;
    width: 60%;
    left: 21%;
}
.desplegable3 {
  display: none;
  width: 100%;
  height: auto;
  background-color: rgb(40, 59, 119);
  position: absolute;
  top: 338px;
  left: 0;
  z-index: 99;
  border: transparent;
  text-align: center;
  padding: 50px 0 35px;
}
.menu-2{
    width: 100%;
  height: auto;
    top: 601px;
      padding-left: 6.8%;
  padding-right: 6.8%;
}
.image img{
  display: none;
}
.menu-4{
    width: 100%;
    height: auto;
    top: 645px;
    padding-left: 6.8%;
    padding-right:6.8%;
}
.menu-13{
  top: 690px;
    height: auto;
}
.menu-8{
  top: 732px;
    height: auto;
}
.text-menu{
    display: none;
}
.img-disney{
  display: none;
}
.menu-9{
    top: 780px;
    height: auto;
}
.menu-6{
    top: 825px;
      height: auto;
}
.box-body {
  width: 100%;
  float: left;
  background: #283B77;
  padding: 30px 0;
}
.slide-ofertas{
  float: left;
  width: 100%;
  padding: 50px 10px;
}
.slide-ofertas .carousel .col-xs-3 {
    width: 20%;
    margin-bottom: 13px;
    padding: 0;
    margin-right: 0;
    border-right: 1px solid #fff;
}

.slide-ofertas .carousel .header-oferta-0 {

    width: 100% !important;
    background-size: 100% !important;
    height: 147px !important;
    border: 3px solid #fff;
    transition: all 0.4s ease-out 0s;
    background-repeat: no-repeat;
}

.slide-ofertas .carousel .header-oferta-1 {

    width: 100% !important;
    background-size: 100% !important;
   height: 147px !important;
    border: 3px solid #fff;
    transition: all 0.4s ease-out 0s;
    background-repeat: no-repeat;
}

.slide-ofertas .carousel .header-oferta-2 {

    width: 100% !important;
    background-size: 100% !important;
    height: 147px !important;
    border: 3px solid #fff;
    transition: all 0.4s ease-out 0s;
    background-repeat: no-repeat;
}

.slide-ofertas .carousel .header-oferta-3 {

    width: 100% !important;
    background-size: 100% !important;
    height: 147px !important;
    border: 3px solid #fff;
    transition: all 0.4s ease-out 0s;
    background-repeat: no-repeat;
}
.slide-ofertas .carousel-control.left{
  display: none;
}
.slide-ofertas .carousel-control.right{
  display: none;
}
.initial-logos img{
    width: 40%;
}
.side-logos img{
    width: 40%;
}
.third-logos img {
    width: 30%;
}
footer{
  padding: 40px 0;
}
.left-links {
  margin-top: 0;
  padding: 0;
}
footer ul li {
  line-height: 35px;
  width: 100%;
}
footer ul li a {
  color: #fff;
  font-family: 'helveticaneue';
  font-size: 16px;
  border-bottom: 1px solid #444;
  display: block;
  padding: 8px 0;
  background-color: #333;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
footer ul li a:hover{
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.centro {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-top: 0;
}
.box-footer{
  top: 461px;
}
.social-link {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-top: 60px;
top: -300px;
}
.social-link .col-md-5 .col-md-6 {
  padding: 0;
  width: 50%;
  float: left;
}
.social-link .col-md-7 {
  text-align: center;
  margin-top: 45px;
  float: left;
  width: 100%;
}
.banner-nosotros{
margin-top: -20px !important;
height: 335px !important;
background-position-x: 75% !important;
float: left;
}
.banner-nosotros .title-banner {
  position: absolute;
  bottom: 81px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 59px;
  margin-bottom: 0;
  left: 0;
  letter-spacing: -4px;
}
.nosotros-body{
  padding: 0;
}
.nosotros-body h1 {
  font-family: 'helveticaneuebold';
  font-size: 36px;
  margin-bottom: 0;
  color: #283B73;
  bottom: 5px;
  margin-top: 40px;
  position: relative;
  margin-left: 0;
  letter-spacing: -3px;
}
.text-somos{
    padding: 30px;
}
.banner-contacto {
  height: 325px !important;
  width: 100% !important;
  float: left !important;
  background-position-x: 40% !important;
  margin-top: -20px;
  }
  .banner-contacto .title-banner {
  position: absolute;
  bottom: 81px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 60px;
  margin-bottom: 0;
  left: 0;
  letter-spacing: -6px;
}
.body-contacto {
  padding: 0;
  float: left;
  width: 100%;
  }
  .body-contacto .col-md-8 {
  background: #fff;
  padding: 30px 15px;
  margin-top: 0;
  height: auto;
}
.asesores .col-md-2 {
  width: 50%;
  padding: 0 6px;
  float: left;
}
.body-contacto .col-md-4{
  height: auto;
}
.banner-costarica{
    height: 375px !important;
      float: left !important;
        background-size: cover !important;
  background-position-x: 24% !important;
    background-position-y: -20px !important;
}
.title-costa{
    padding-left: 0;
}
.box-costarica {
    padding: 2px;
    float: left;
    width: 100%;
}
.box-costarica .col-md-10 .col-md-4 {
    height: 400px;
    width: 40%;
    float: left;
}

.box-costarica .col-md-10 .col-md-5 {
    height: auto;
    width: 30%;
    float: left;
}
.box-costarica .mas {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
}
.box-costarica .col-md-10 .col-md-3 {
    height: 400px;
}
.circuitos {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  float: left;
  width: 100%;
}
.order {
  padding: 0;
  }
.circuitos h1{
    font-size: 25px;
  padding: 20px 16px;
}
.img-pack{
    height: 215px;
}
.circuitos .carousel .carousel-control.right{
    right: 30px;
}
.circuitos .carousel .carousel-control.right span {
  position: absolute;
  top: 45%;
  left: 10px;
}
.circuitos .carousel .col-md-4 h1{
    font-size: 28px;
}
.banner-paquete{
height: 490px !important;
float: left !important;
background-size: cover !important;
background-position-x: 61% !important;
}
.banner-paquete .title-banner {
  position: absolute;
   bottom: 189px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 50px;
  margin-bottom: 0;
  left: 0;
  letter-spacing: 0px;
}
.title-paquete{
    padding-left: 0;
}
.title-paquete h1{
    font-size: 40px;
}
.title-paquete .row .col-md-6:nth-child(2) {
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}
.regresar {
  padding: 12px 10px;
  width: 48%;
  float: left;
}
.pdf {
  width: 48%;
}
.cotizar {
  width: 100%;
  margin-left: 0 !important;
  margin-top: 0;
}
.body-pac {
  padding: 30px 0;
  float: left;
  background: #E6E6E6;
  padding-bottom: 100px;
  width: 100%;
}
.body-pac .col-md-12 .col-md-4 {
  position: relative;
  height: auto;
}
.body-pac .col-md-12 .col-md-8 {
  padding: 12px;
  width: 100%;
}
.galeria-pack .carousel-inner {
  padding: 0;
}
.galeria-pack h1{
    letter-spacing: -1px;
  font-size: 30px;
  padding-left: 0;
}
.galeria-pack .col-xs-4 {
    padding: 20px 5px;
    width: 33.33333333%;
}
.tabla{
    overflow: auto;
}
.banner-hoteles {
  height: 490px !important;
  float: left;
}
.banner-hoteles .title-banner {
    position: absolute;
    bottom: 167px;
    color: #fff;
    font-family: 'helveticaneuebold';
    font-size: 50px;
    margin-bottom: 0;
    left: 0;
    letter-spacing: 0px;
}
.title-hoteles{
    padding-left: 0;
}
.title-hoteles h1{
    font-size: 40px;
}
.title-hoteles .row .col-md-6:nth-child(2) {
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}
.body-planes {
  padding: 20px 0;
  float: left;
    width: 100%;
  }
  .banner-flotilla {
  height: 400px !important;
  float: left;
}
.banner-flotilla .title-banner {
  position: absolute;
    bottom: 74px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 71px;
  margin-bottom: 0;
  left: 0;
  letter-spacing: -5px;
}
.title-flotilla{
    padding-left: 0;
}
.title-flotilla h1{
    font-size: 40px;
}
.alamo {
  padding: 23px 0;
  float: left;
}
.autos-flotilla{
    padding: 0;
}
.autos-flotilla .col-md-4 {
  width: 100%;
  margin-top: 60px;
  padding: 0;
  float: left;
}
.texto-flotilla{
    height: 290px;
      padding: 25px 20px;
}
.texto-flotilla .col-md-4{
    margin-top: 0 !important;
}
.cotizar-modal{
    width: 90%;
      padding: 50px 20px;
}
.banner-planes{
    height: 470px !important;
  float: left;
}
.title-planes{
    padding-left: 0;
}
.banner-planes .title-banner {
    position: absolute;
    bottom: 154px;
    color: #fff;
    font-family: 'helveticaneuebold';
    font-size: 74px;
    margin-bottom: 0;
    left: 0;
    letter-spacing: -8px;
}
.title-planes h1{
    font-size: 35px;
}
.planes-body{
  padding: 0;
}
.banner-guia{
    height: 450px !important;
  width: 100%;
  float: left;
}
.banner-guia .title-banner {
    bottom: 130px;
    font-size: 66px;
    letter-spacing: -4px;
    left: 0;
}
.title-guia{
  padding-left: 0;
}
.body-guia{
    padding: 50px 20px;
}
.banner-localidad{
    height: 400px !important;
  float: left;
}
.banner-localidad .title-banner {
  position: absolute;
  bottom: 77px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 45px;
  margin-bottom: 0;
  left: 0;
  letter-spacing: -3px;
}
.title-localidad{
  padding-left: 0;
}
.title-localidad h1{
    font-size: 40px;
  letter-spacing: -3px;
}
.banner-cobertura {
  height: 400px !important;
  float: left;
}
.banner-cobertura .title-banner {
  position: absolute;
  bottom: 71px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 45px;
  margin-bottom: 0;
  left: 0;
  letter-spacing: -3px;
}
.title-cobertura{
    padding-left: 0;
}
.title-cobertura h1{
  font-size: 34px;
}
.body-cobertura .col-md-6 {
  padding: 30px;
}
.crucero-box {
  padding-left: 25px !important;
  height: auto !important;
}
.box-europa {
    padding: 0;
    float: left;
    width: 100%;
}
  .box-europa .col-md-10 .col-md-5{
      height: auto;
  }
  .body-cruceros .col-md-8 {
  padding: 20px;
  height: auto;
  position: relative;
  float: left;
  width: 100%;
}
.body-cruceros .col-md-8 img {
    border: none;
    width: 60%;
}
.right-crucero {
  background: #283B77;
  color: #fff;
  padding: 28px;
  height: auto;
  width: 100%;
  float: left;
  position: relative;
  right: 0;
  min-height: 100%;
  overflow: auto;
}
.body-cruceros {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: auto;
  position: relative;
  overflow: auto;
  float: left;
  width: 100%;
}
.banner-cruceros {
  height: 450px !important;
  float: left;
  }
.banner-cruceros .title-banner {
    position: absolute;
    bottom: 189px;
    color: #fff;
    font-family: 'helveticaneuebold';
    font-size: 44px;
    margin-bottom: -20px;
    left: 0;
    letter-spacing: -1px;
}
.title-cruceros{
    padding-left: 0;
}
.title-cruceros h1{
    font-size: 40px;
  letter-spacing: -3px;
}
.title-cruceros .pdf {
  width: 100%;
  margin-left: 0;
}
.banner-europa {
  height: 450px !important;
  float: left;
  }
  .title-europa{
      padding-left: 0;
  }
  .title-europa h1{
      font-size: 34px;
  letter-spacing: 2px;
  }
  .order .btn-group > .btn:first-child {
  margin-left: 0;
}
.body-pac-europa {
  height: auto;
  padding-right: 5px;
  }
  .descargables_cotizar{
      padding-top: 17px;
        position: relative;
  }
  .box-europa .col-md-10 .col-md-5 .row .col-md-4:nth-child(2) a{
    width: 100%;
  }
  .box-europa .col-md-10 .col-md-5 .row .col-md-4:nth-child(1) a{
    width: 100%;
  }
  .box-europa .row .col-md-10:nth-child(2) .col-md-3 {
  height: auto;
}
.img-pack2 {
  height: 195px;
  }
  .box-europa .col-md-10 .col-md-3{
    height: auto;
  }
  .banner-luna {
  height: 450px;
  float: left;
}
.title-luna{
    padding-left: 0;
}
.title-luna h1{
    font-size: 36px;
}
.pdf_download{
    position: relative;
      display: block;
}
.order .row .col-md-6:nth-child(1) {
  padding: 10px;
}
.order .col-md-6 {
  height: auto;
}
.order {
    padding: 40px 0;
    float: left;
    width: 100%;
}
  .box-costarica .col-md-10 .col-md-5 h1{
      font-size: 25px;
  padding-right: 0;
  }
  .order img{
    width: 80%;
  }
.banner-paquete .title-banner {
    bottom: 167px;
    letter-spacing: 0px;
    left: 0;
}
.asesores label {
    display: block;
    }
    .img-flotilla {
    height: 360px;
    width: 100%;
}
.logo-alamo img {
    width: auto;
}
.logo-alamo{
  text-align: center;
}
}
@media (min-width: 200px) and (max-width: 315px){
 .logo {
  height: 136px;
  background: #fff;
  width: 100%;
  float: none;
  padding: 0;
  text-align: center;
  padding-top: 20px;
  position: relative;
  top: 0;
  padding-right: 0;
  z-index: 1000;
  left: 0;
}
.menu-initial {
  width: 100%;
  background-color: #F2F2F2;
  padding-left: 0;
  height: auto;
}
.menu-initial ul{
    width: 100%;
}
.menu-initial ul li {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'helveticaneuebold';
}
.menu-initial ul li a {
  height: 50px;
  background-color: #fff;
  padding: 16px 0;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  display: block;
  border-right: 1px solid #f2f2f2;
  color: #283B77;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.menu-initial .btn-default{
    height: 50px;
  width: 100%;
}
.right-links {
  float: left;
  right: 0;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #f2f2f2;
}
header .navbar {
  position: relative;
  z-index: 9;
  float: left;
  width: 100%;
  background-color: #F2F2F2;
}
.slider{
  float: left;
}
.top-logo {
  height: auto;
  background: #4D4D4D;
}
.navbar-toggle {
  position: relative;
  float: none;
  padding: 9px 10px;
  margin-left: 41%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 8px;
  background-color: rgb(255, 255, 255);
  background-image: none;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #283B77;
}
header .navbar-nav {
  float: left;
  width: 100%;
  margin: 0;
  padding-left: 0;
  position: relative;
  top: 0;
}
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  background-color: rgba(0,0,0,0.9);
  }
  .menu-initial h1 {
  float: left;
  font-family: 'helveticaneuebold';
  font-size: 20px;
  color: #283B77;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-top: 13px;
  letter-spacing: -1px;
}
.menu-initial .email {
  margin-bottom: 17px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.desplegable{
    position: absolute;
  right: 0;
  top: 132px;
    width: 100%;
}
.desplegable3 {
  display: none;
  width: 100%;
  height: auto;
  background-color: rgb(40, 59, 119);
  position: absolute;
  top: 338px;
  left: 0;
  z-index: 99;
  border: transparent;
  text-align: center;
  padding: 50px 0 35px;
}
.menu-2 {
    width: 100%;
    height: auto;
    top: 680px;
    padding-left: 6.8%;
    padding-right: 6.8%;
}
.image img{
  display: none;
}
.menu-4 {
    width: 100%;
    height: auto;
    top: 725px;
    padding-left: 6.8%;
    padding-right: 6.8%;
}
.menu-13 {
    top: 770px;
    height: auto;
}
.menu-8 {
    top: 814px;
    height: auto;
}
.text-menu{
    display: none;
}
.img-disney{
  display: none;
}
.menu-9 {
    top: 859px;
    height: auto;
}
.menu-6 {
    top: 924px;
    height: auto;
}
.box-costarica .col-md-10 .col-md-5 .col-md-6 {
    width: 100%;
}
.box-body {
  width: 100%;
  float: left;
  background: #283B77;
  padding: 30px 0;
}
.slide-ofertas{
  float: left;
  width: 100%;
  padding: 50px 10px;
}
.slide-ofertas .carousel .col-xs-3 {
  width: 100%;
  margin-bottom: 13px;
  padding: 0;
  margin-right: 0;
}
.slide-ofertas .carousel-control.left{
  display: none;
}
.slide-ofertas .carousel-control.right{
  display: none;
}
.initial-logos img{
    width: 40%;
}
.side-logos img{
    width: 40%;
}
.third-logos img{
width: 40%;
}
footer{
  padding: 40px 0;
}
.left-links {
  margin-top: 0;
  padding: 0;
}
footer ul li {
  line-height: 35px;
  width: 100%;
}
footer ul li a {
  color: #fff;
  font-family: 'helveticaneue';
  font-size: 16px;
  border-bottom: 1px solid #444;
  display: block;
  padding: 8px 0;
  background-color: #333;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
footer ul li a:hover{
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.centro {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-top: 0;
}
.box-footer{
  top: 402px
}
.social-link {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-top: 60px;
    top: -300px;
}
.social-link .col-md-5 .col-md-6 {
  padding: 0;
  width: 50%;
  float: left;
}
.social-link .col-md-7 {
  text-align: center;
  margin-top: 45px;
  float: left;
  width: 100%;
}
.banner-nosotros{
margin-top: -20px !important;
height: 335px !important;
background-position-x: 75% !important;
float: left;
}
.banner-nosotros .title-banner {
    position: absolute;
    bottom: 84px;
    color: #fff;
    font-family: 'helveticaneuebold';
    font-size: 43px;
    margin-bottom: 0;
    left: 0;
    letter-spacing: -4px;
}
.nosotros-body{
  padding: 0;
}
.nosotros-body h1 {
  font-family: 'helveticaneuebold';
  font-size: 36px;
  margin-bottom: 0;
  color: #283B73;
  bottom: 5px;
  margin-top: 40px;
  position: relative;
  margin-left: 0;
  letter-spacing: -3px;
}
.text-somos{
    padding: 30px;
}
.banner-contacto {
  height: 325px !important;
  width: 100% !important;
  float: left !important;
  background-position-x: 40% !important;
  margin-top: -20px;
  }
.banner-contacto .title-banner {
    position: absolute;
    bottom: 84px;
    color: #fff;
    font-family: 'helveticaneuebold';
    font-size: 40px;
    margin-bottom: 0;
    left: 0;
    letter-spacing: -6px;
}
.body-contacto {
  padding: 0;
  float: left;
  width: 100%;
  }
  .body-contacto .col-md-8 {
  background: #fff;
  padding: 30px 15px;
  margin-top: 0;
  height: auto;
}
.asesores .col-md-2 {
  width: 50%;
  padding: 0 6px;
  float: left;
}
.body-contacto .col-md-4{
  height: auto;
}
.banner-costarica{
    height: 375px !important;
      float: left !important;
        background-size: cover !important;
  background-position-x: 24% !important;
    background-position-y: -20px !important;
}
.title-costa{
    padding-left: 0;
}
.box-costarica{
    padding: 2px;
}
.box-costarica .col-md-10 .col-md-4{
  height: 268px;
}
.box-costarica .col-md-10 .col-md-5{
    height: auto;
}
.box-costarica .mas {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
}
.box-costarica .col-md-10 .col-md-3{
    height: auto;
}
.circuitos {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  float: left;
  width: 100%;
}
.order {
  padding: 0;
  }
.circuitos h1{
    font-size: 25px;
  padding: 20px 16px;
}
.img-pack {
    height: 150px;
}
.circuitos .carousel .carousel-control.right{
    right: 30px;
}
.circuitos .carousel .carousel-control.right span {
  position: absolute;
  top: 45%;
  left: 10px;
}
.circuitos .carousel .col-md-4 h1{
    font-size: 28px;
}
.banner-paquete{
height: 490px !important;
float: left !important;
background-size: cover !important;
background-position-x: 61% !important;
}

.title-paquete{
    padding-left: 0;
}
.title-paquete h1{
    font-size: 40px;
}
.title-paquete .row .col-md-6:nth-child(2) {
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}
.regresar {
    padding: 12px 10px;
    width: 45%;
    float: left;
}
.pdf {
  width: 48%;
}
.cotizar {
  width: 100%;
  margin-left: 0 !important;
  margin-top: 0;
}
.body-pac {
  padding: 30px 0;
  float: left;
  background: #E6E6E6;
  padding-bottom: 100px;
  width: 100%;
}
.body-pac .col-md-12 .col-md-4 {
    position: relative;
    height: auto;
    padding: 15px;
}
.body-pac .col-md-12 .col-md-8 {
  padding: 12px;
  width: 100%;
}
.galeria-pack .carousel-inner {
  padding: 0;
}
.galeria-pack h1{
    letter-spacing: -1px;
  font-size: 30px;
  padding-left: 0;
}
.galeria-pack .col-xs-4 {
  padding: 20px 5px;
  width: 100%;
}
.tabla{
    overflow: auto;
}
.banner-hoteles {
  height: 490px !important;
  float: left;
}
.banner-hoteles .title-banner {
  position: absolute;
   bottom: 189px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 50px;
  margin-bottom: 0;
  left: 0;
  letter-spacing: 0px;
}
.title-hoteles{
    padding-left: 0;
}
.title-hoteles h1{
    font-size: 40px;
}
.title-hoteles .row .col-md-6:nth-child(2) {
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}
.body-planes {
  padding: 20px 0;
  float: left;
    width: 100%;
  }
  .banner-flotilla {
  height: 400px !important;
  float: left;
}
.banner-flotilla .title-banner {
    position: absolute;
    bottom: 122px;
    color: #fff;
    font-family: 'helveticaneuebold';
    font-size: 48px;
    margin-bottom: 0;
    left: 0;
    letter-spacing: -5px;
}
.img-flotilla {
    height: 170px;
    width: 100%;
}
.title-flotilla{
    padding-left: 0;
}
.title-flotilla h1{
    font-size: 40px;
}
.alamo {
  padding: 23px 0;
  float: left;
}
.autos-flotilla{
    padding: 0;
}
.autos-flotilla .col-md-4 {
  width: 100%;
  margin-top: 60px;
  padding: 0;
  float: left;
}
.texto-flotilla {
    height: 339px;
    padding: 25px 20px;
}
.texto-flotilla .col-md-4{
    margin-top: 0 !important;
}
.cotizar-modal{
    width: 90%;
      padding: 50px 20px;
}
.banner-planes{
    height: 470px !important;
  float: left;
}
.title-planes{
    padding-left: 0;
}
.banner-planes .title-banner {
    position: absolute;
    bottom: 221px;
    color: #fff;
    font-family: 'helveticaneuebold';
    font-size: 40px;
    margin-bottom: 0;
    left: 0;
    letter-spacing: -1px;
}
.title-planes h1{
    font-size: 35px;
}
.planes-body {
    padding: 0;
    width: 100%;
    overflow: auto;
}
.banner-guia{
    height: 450px !important;
  width: 100%;
  float: left;
}
.planes-body2{
      padding: 15px;
}
.banner-guia .title-banner {
    bottom: 189px;
    font-size: 40px;
    letter-spacing: 0px;
    left: 0;
}
.body-guia .col-md-7 ul {
    list-style: none;
    padding: 0;
}
.title-guia{
  padding-left: 0;
}
.body-guia{
    padding: 50px 20px;
}
.banner-localidad{
    height: 400px !important;
  float: left;
}
.banner-localidad .title-banner {
    position: absolute;
    bottom: 125px;
    color: #fff;
    font-family: 'helveticaneuebold';
    font-size: 34px;
    margin-bottom: 0;
    left: 0;
    letter-spacing: -3px;
}
.title-localidad{
  padding-left: 0;
}
.title-localidad h1{
    font-size: 40px;
  letter-spacing: -3px;
}
.banner-cobertura {
  height: 400px !important;
  float: left;
}
.banner-cobertura .title-banner {
    position: absolute;
    bottom: 110px;
    color: #fff;
    font-family: 'helveticaneuebold';
    font-size: 35px;
    margin-bottom: 0;
    left: 0;
    letter-spacing: -3px;
}
.title-cobertura{
    padding-left: 0;
}
.title-cobertura h1{
  font-size: 34px;
}
.body-cobertura .col-md-6 {
  padding: 30px;
}
.crucero-box {
  padding-left: 25px !important;
  height: auto !important;
}
.box-europa {
  padding: 0;
  }
  .box-europa .col-md-10 .col-md-5{
      height: auto;
  }
  .body-cruceros .col-md-8 {
  padding: 20px;
  height: auto;
  position: relative;
  float: left;
  width: 100%;
}
.body-cruceros .col-md-8 img {
  border: none;
  width: 81%;
}
.right-crucero {
  background: #283B77;
  color: #fff;
  padding: 28px;
  height: auto;
  width: 100%;
  float: left;
  position: relative;
  right: 0;
  min-height: 100%;
  overflow: auto;
}
.body-cruceros {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: auto;
  position: relative;
  overflow: auto;
  float: left;
  width: 100%;
}
.banner-cruceros {
  height: 450px !important;
  float: left;
  }
.banner-cruceros .title-banner {
  position: absolute;
  bottom: 210px;
  color: #fff;
  font-family: 'helveticaneuebold';
  font-size: 44px;
  margin-bottom: -20px;
  left: 0;
  letter-spacing: -1px;
}
.title-cruceros{
    padding-left: 0;
}
.title-cruceros h1{
    font-size: 40px;
  letter-spacing: -3px;
}
.title-cruceros .pdf {
  width: 100%;
  margin-left: 0;
}
.banner-europa {
  height: 450px !important;
  float: left;
  }
  .title-europa{
      padding-left: 0;
  }
  .title-europa h1 {
    font-size: 20px;
    letter-spacing: 2px;
}
  .order .btn-group > .btn:first-child {
  margin-left: 0;
}
.body-pac-europa {
  height: auto;
  padding-right: 5px;
  }
  .descargables_cotizar{
      padding-top: 17px;
        position: relative;
  }
  .box-europa .col-md-10 .col-md-5 .row .col-md-4:nth-child(2) a{
    width: 100%;
  }
  .box-europa .col-md-10 .col-md-5 .row .col-md-4:nth-child(1) a{
    width: 100%;
  }
  .box-europa .row .col-md-10:nth-child(2) .col-md-3 {
  height: auto;
}
.img-pack2 {
  height: 195px;
  }
  .box-europa .col-md-10 .col-md-3{
    height: auto;
  }
  .banner-luna {
  height: 450px;
  float: left;
}
.title-luna{
    padding-left: 0;
}
.title-luna h1{
    font-size: 36px;
}
.pdf_download{
    position: relative;
      display: block;
}
.order .row .col-md-6:nth-child(1) {
  padding: 10px;
}
.order .col-md-6 {
  height: auto;
}
.order {
  padding: 40px 0;
  }
  .box-costarica .col-md-10 .col-md-5 h1{
      font-size: 25px;
  padding-right: 0;
  }
  .order img{
    width: 80%;
  }
.banner-paquete .title-banner {
    bottom: 233px;
    letter-spacing: 0px;
    left: 0;
    font-size: 34px;
}
  .box-footer img{
    width: 80%;
  }
  .order .btn-default{
    width: 215px
  }
  .order .btn-default span {
    margin-left: 25px;
}
.title-costa h1{
  font-size: 40px;
}
.right-links a {
    display: inline-block;
    margin-bottom: 22px;
}



}

.amtoursmenu li.active a {
    color: #283B77 !important;
    background-color: #fff !important;
}


@media (min-width: 360px) and (max-width: 370px){
  .desplegable {
    position: absolute;
    right: 0;
    top: 147px;
    width: 100%;
}
.slide-ofertas {
    float: left;
    width: 100%;
    padding: 50px 20px;
}
.order {
    padding: 40px 0;
    width: 100%;
    float: left;
}
.box-costarica {
    padding: 2px;
    float: left;
}
.menu-2 {
    width: 100%;
    height: auto;
    top: 615px;
    padding-left: 6.8%;
    padding-right: 6.8%;
}
.menu-4 {
    width: 100%;
    height: auto;
    top: 660px;
    padding-left: 6.8%;
    padding-right: 6.8%;
}
.menu-13 {
    top: 704px;
    height: auto;
}
.menu-8 {
    top: 748px;
    height: auto;
}
.menu-9 {
    top: 794px;
    height: auto;
}
.menu-6 {
    top: 839px;
    height: auto;
}
.asesores label {
    display: block
}
.box-europa {
    padding: 0;
    float: left;
    width: 100%;
}
.banner-paquete .title-banner {
    bottom: 167px;
    letter-spacing: 0px;
    left: 0;
}
.circuitos .carousel .col-md-4 img{
  top: -90px;
}
.desplegable {
    position: absolute;
    right: 0;
    top: 146px;
    width: 60%;
    left: 21%;
    height: auto;
}
.box-costarica .col-md-10 .col-md-5 .col-md-6 {
    width: 100%;
}
}


@media (min-width: 1250px) and (max-width: 1430px){

.slide-ofertas .carousel .col-xs-3 {
    width: 22%;
    padding: 0 5px;
    margin-right: 0;
}

.slide-ofertas .carousel .header-oferta-0 {

    border: none !important;
    transition: all 0.4s ease-out 0s;
    background-repeat: no-repeat;
    left: 0;
    position: relative;
    margin-top: 10%;
    width: 250px !important;
}

.slide-ofertas .carousel .header-oferta-1 {

    height: 250px;
    border: none !important;
    transition: all 0.4s ease-out 0s;
    background-repeat: no-repeat;
    left: 0%;
    position: relative;
    margin-top: 10%;
        width: 250px !important;
}

.slide-ofertas .carousel .header-oferta-2 {

    height: 250px;
    border: none !important;
    transition: all 0.4s ease-out 0s;
    background-repeat: no-repeat;
    position: relative;
    left: 0%;
    margin-top: 10%;
       width: 250px !important;
}

.slide-ofertas .carousel .header-oferta-3 {

    height: 250px;
    border: none !important;
    transition: all 0.4s ease-out 0s;
    background-repeat: no-repeat;
    left: 0%;
    position: relative;
    margin-top: 10%;
        width: 250px !important;
}



}

@media (min-width: 1150px) and (max-width: 1249px){


.slide-ofertas {
    display: block;
    padding: 50px 60px;
    background-color: #F2F2F2;
}
.slide-ofertas .carousel .col-xs-3 {
    width: 23%;
    padding: 0 0px;
    margin: 0 1% 0 1%;
}

.carousel-control.right span {
    position: absolute;
    top: 50%;
    left: -100%;
}

.carousel-control.left span {
    position: absolute;
    top: 50%;
    left: 170%;
}
}

@media (min-width: 1051px) and (max-width: 1149px){


.slide-ofertas {
    display: block;
    padding: 50px 20px;
    background-color: #F2F2F2;
}
.slide-ofertas .carousel .col-xs-3 {
    width: 25%;
    padding: 0;
    margin: 0px 0% 0 0%;
}
.carousel-control.right span {
    position: absolute;
    top: 50%;
    left: -270% !important;
}
.carousel-control.left span {
    position: absolute;
    top: 50%;
    left: 170% !important;
}
.slide-ofertas .carousel-control.right {
    right: 0;
}

.slide-ofertas .carousel-control.left {
    left: 0;
}
body{overflow-y: hidden;
   overflow-x: scroll;}
}


@media (min-width: 767px) and (max-width: 799px){
.box-costarica .col-md-10 .col-md-3 {
    height: auto;
    width: 30%;
    height: 460px;
}

.box-costarica {
    float: left;
    width: 100%;
    padding: 20px;
}

.box-costarica .col-md-10 .col-md-4 {
    height: 460px;
    width: 40%;
    float: left;
}

.box-costarica .col-md-10 .col-md-3 {
    height: auto;
    width: 30%;
    height: 460px;
}

.box-costarica .col-md-10 .col-md-5 h1 {
    margin: 0;
    color: #283B77;
    font-family: 'helveticaneuebold';
    letter-spacing: -2px;
    line-height: 38px;
    font-size: 22px;
    padding-right: 75px;
}
}

/*MODAL HOME*/
#miModelo .modal-content {
    border-radius: 0;
    text-align: center;
    margin-top: 30%;
    width: 70%;
    margin-left: 15%;
}
#miModelo .modal-header {
    border: none;
}
#miModelo h4.modal-title {
    font-size: 2.0075em;
    color: #283b77;
    text-transform: uppercase;
    font-family: 'helveticaneuebold';
    padding: 3% 0;
}
#miModelo label {
    color: #283b77;
    font-family: 'helveticaneuebold';
    font-size: 1.171em;
    width: 30%;
    float: left;
    text-align: right;
    display: block;
    padding: 0 3%;
}
#miModelo input.form-control {
    background: transparent;
    border-radius: 0;
    border: 1.5px solid #283b77;
    width: 60%;
    float: left;
}
.mimodaldiv {
    width: 100%;
    height: 40px;
}
#miModelo p {
    margin-top: 10%;
    margin-bottom: 5%;
    color: #000;
    font-family: 'helveticaneuemedium';
    font-size: 1.003em;
}
#miModelo a {
    cursor: pointer;
    color: #283b77;
    text-decoration: underline !important;
}
#miModelo input[type="submit"] {
    background: transparent;
    border: 1px solid #283b77;
    padding: 1% 5%;
    font-family: 'helveticaneuebold';
    color: #283b77;
    font-size: 1.171em;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    margin-top: 5%;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
#miModelo input[type="submit"]:hover {
    background: #283b77;
    color: #fff;
    transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;

}
#miModelo .modal-footer {
    display: none;
}

/*formulario solicitud*/
section.solicitud {
    background: #f1f1f1;
    padding: 8% 25%;
}
.solicitud .container-fluid {
    background: #fff;
    padding: 5% 10%;
}
.solicitud h1 {
    color: #283B77;
    font-size: 30px;
    font-family: 'helveticaneuebold';
    margin-top: 0;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 10%;
}
.solicitud label {
    color: #283B77;
    font-size: 16px;
    display: block;
    font-family: 'helveticaneuebold';
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: normal;
}
.solicitud input.form-control {
    display: block;
    height: 50px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #2F2F31;
    font-family: 'helveticaneuemedium';
    background-color: #f5f5f5;
    background-image: none;
    border: 1px solid #283B77;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.solicitud button {
    margin-top: 40px;
    padding: 10px 20px;
    border: 1px solid #283B77;
    color: #283B77;
    border-radius: 0;
    top: 30px;
    height: 50px;
    font-family: 'helveticaneuebold';
    background: transparent;
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.solicitud button:hover {

background: #283B77;
    color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
  }

  .solicitud button:focus, .solicitud button:active {
    margin-top: 40px;
    padding: 10px 20px;
    border: 1px solid #283B77;
    color: #283B77;
    border-radius: 0;
    top: 30px;
    height: 50px;
    font-family: 'helveticaneuebold';
    background: transparent;
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.solicitud-recaptcha {
    width: 100%;
    text-align: center;
    margin: 5% 0 0;
}
.confirmacion-solicitar h1 {
    color: #283B77;
    font-size: 30px;
    font-family: 'helveticaneuebold';
    margin-top: 0;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 0;
    margin: 2% 0;
}
.confirmacion-solicitar p {
    font-family: 'helveticaneuelight';
    font-size: 18px;
    color: #333;
}
/*fin formulario solicitud*/
@media (max-width: 1530px) and (min-width: 768px){
	.right-links .cambiar,.right-links .salir{
		display:none!important;
	}
	.top-links {
    height: 36px;
    position: relative;
    text-align: right;
    padding-right: 94px;
    overflow: visible;
    background: #4D4D4D;
	display:block !important;
}
	.top-links > * {
	padding: 8px 11px;
    position: relative;
    background: #000;
    color: #fff;
    margin-right: 2px;
	font-size:14px;
	    margin-top: 0px;
}

.top-links .cambiar,.top-links .salir {
    display: inline-block !important;
}

	header {
		    position: relative;
	}
	.top-logo {
     height: 0px; 
	}
	.logo {
    top: -11px;
	}
	
}

@media (max-width: 1366px) and (min-width: 768px){
	.top-links {
    padding-right: 0px;
	}
	.top-links .salir{
    margin-right: 0px;
	}
			ul.nav.navbar-nav li a {
    padding: 12.5px 30px !important;
	
	}
}

@media (max-width: 1199px) and (min-width: 768px){
	.top-links .phone,.top-links .email{
		display:inline-block !important;
	}
	.right-links .phone,.right-links .email{
		display:none;
	}
	
	.right-links {
    right:0px;
	}

	ul.nav.navbar-nav li a {
    padding: 12.5px 16px !important;
    font-size: 13px;
}
}
@media (max-width: 992px){
	.menu-initial ul li {
   width: 91px;
	}
.menu-initial ul {
    width: 325px;
}
ul.nav.navbar-nav li a {
    padding: 12.5px 6px !important;
    font-size: 11px;
}
header .navbar-nav {
    padding-left: 190px;
}

	}
	
	@media (max-width: 767px){
	.menu-initial ul {
    width: 100%;
	margin-bottom:0px;
}
.menu-initial ul li {
    width: 33.333%;
}

.desplegable3 {
    top: 236px;
}

.right-links .cambiar,.right-links  .salir{
	    margin: 20px 20px 0px !important;
}

}

@media (max-width: 991px) {
	.social-link .col-md-5 .col-md-6 {
    padding: 0;
    width: 50%;
    float: left;
    margin-bottom: 75px;
}

}


@media (max-width: 1080px) {

.alert {
    position: relative !important;
    top: -24 !important; 
    z-index: 999 !important;
    width: 100% !important;
	border-radius:0px !important;
	clear:both !important;
}
}

@media (max-width: 800px){
.alert {
    top: 0px !important;
	
}

}
@media (max-width: 567px)  and (min-width: 485px){
.box-footer {
    top: 115px;
}
.social-link {
    margin-top: 150px;
}

}