/* Light */
@import url('https://fonts.googleapis.com/css?family=Quicksand:300');

/* Regular */
@import url('https://fonts.googleapis.com/css?family=Quicksand');

/* Medium */
@import url('https://fonts.googleapis.com/css?family=Quicksand:500');

/* Bold */
@import url('https://fonts.googleapis.com/css?family=Quicksand:700');

body {
  font-family: 'Quicksand', sans-serif;
  color: #286090;
}

header {
  margin-bottom: 15px;
}
textarea{
  overflow: hidden;
}

/* alert */
.alert{
  padding: 5px 10px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 0.8em;
}

/* Overwrite Bootstrap input focus color */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #fff;
  box-shadow: 0 1px 1px #fff inset, 0 0 8px #fff;
  outline: 0 none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
@media screen and (min-width: 1024px){
  .padding-cero-right{
    padding-right: 0;
  }
  .padding-cero-left{
    padding-left: 0;
  }
  
}
/* Overwrite Bootstrap navbar */
.navbar {
  /*
  position: absolute;
  top: 10;
  */
  left: 0;
  right: 0;
  z-index: 10;

  /* Add scroll transition */
  transition-duration: 0.1s;
  background-color: transparent;
}

.navbar-header {
  height: 75px;
}

.navbar-default {
  /*
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  */
  background-color: transparent;
  border-color: transparent;
}
.navbar-right{
  margin-right: 0;
}

.navbar .navbar-brand {
  height: 85px; /* Change height of navbar-brand image */
  padding: 10px 15px;
  margin-top: 10px;
}

.navbar .nav > li > a {
  padding-top: 50px; /*35px;*/
  padding-bottom: 50px; /*35px;*/
  transition-duration: 0.5s;
}

.navbar-default .navbar-nav > li > a:hover {
  background-color: #fff;
  transition-duration: 0.5s;
}

.navbar-default .navbar-nav > li.active {
  background-color: #fff;
}

.navbar .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
  color: #004384 !important;
}

/* Set a border on the left of any item on the menu */
.navbar-nav > li {
  /*padding: 10px 0px 10px 0px;*/
  border-right: dotted 2px #004384;
}

/* Remove border from the last child of the menu */
.navbar-nav > li:last-child {
  border-right: 0px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; 
}

/* menu lang */
#menu-lang #flag-es, #menu-lang #flag-en{
  width: 18%;
  padding-bottom: 2px; 
}

@media (min-width:769px) and (max-width: 1400px){
  .navbar-brand{
    margin-top: 10px;
    
  }
  .navbar-default .navbar-nav > li > a{
    font-size: 0.8em;
    padding: 40px 10px;
  }
}
/* End of overwrite navbar */

/**
 * Overwrite carrusel item size only for desktop
 * When the user visit the site with a Desktop browser the carrusel will fit to the browse height
 */
@media only screen and (min-width : 768px) {
  .navbar .navbar-brand{
    margin-top: 0;
  }
  .navbar-brand>img{
    width: 80%;
  }
  .navbar-custom {
    margin-top: 30px;
    padding-bottom: 20px;
   /* background: rgba(255,255,255,0.8);*/

    /* gradient menu */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.6+83,0+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 83%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 83%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 83%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

    border: 0px;
  }
  .navbar-default{
    /*background: #fff;*/
  }
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: 0;
  }

  .scrollMenu {
    margin-top: 0px;
    padding-bottom: 0px;
    transition-duration: 0.5s;
    background-color: #fff;
  }

  .scrollMenu .navbar-header .navbar-brand img {
    width: 60%;
    transition-duration: 0.5s;
  }

  .scrollMenu.navbar .nav > li > a {
    padding-top: 25px; /*35px;*/
    padding-bottom: 25px; /*35px;*/
  }

  .scrollMenu.navbar-default .navbar-nav > li > a {
    font-size: 1em;
  }

  .carousel .item {
    height: 450px;
  }

  .item img {
    position: absolute;
    top: 0;
    left: 0;
    /* min-height: 450px; */
    height: 450px;
  }

  /*.carousel .item.page {
    height: 500px;
    
  }*/

  .item.page img {
    height: 450px;
    width: 100%;
    object-fit: fill;
  }
  
}
/* End of overwrite carrusel item size only for desktop  */

/* Overwrite carousel bootstrap */
/* Remove backgroung navigation imagen */
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

/* Overwrite carrusel caption */
/*.carousel.slide .carousel-caption h2::before{
   content: '';
   display: inline-block;
   width: 10px;
   height: 10px;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   background-color: #fff;
   margin-right: 20px;
   margin-bottom: 10px
}*/

.carousel.slide .carousel-caption h2 {
  font-size: 48px;
  text-transform: uppercase;
  /*border-bottom: solid 1px #fff;*/
  padding-bottom: 5px;
}

/*.carousel.slide .carousel-caption h2::after{
   content: '';
   display: inline-block;
   width: 10px;
   height: 10px;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   background-color: #fff;
   margin-left: 20px;
   margin-bottom: 10px
}*/

.carousel.slide .carousel-caption h3 {
  font-size: 28px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
}
/* End of overwrite carrusel caption */


/* Overwrite Bootstrap form-control borders */
.form-control {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* End of overwrite Bootstrap form-control borders */

/* Language selector */
.row.choose-lang {
    background-color: #004384;
    color: #fff;
    padding: 5px 0px 5px 0px;
}

.row.choose-lang ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.row.choose-lang ul li {
  text-transform: uppercase;
  /*float: left;*/
  margin-right: 10px;
  display: inline-block;
  text-align: right;
}
.row.choose-lang ul li:nth-child(2){
  margin-left: 20px;
  margin-right: 0;
}
.row.choose-lang ul li:nth-child(3){  
  margin-right: 0;
}

.row.choose-lang ul li a,
.row.choose-lang ul li a:visited,
.row.choose-lang ul li a:active,
.row.choose-lang ul li a:hover {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}

.row.choose-lang ul li a.active {
  font-weight: 500;
}

.row.choose-lang ul li.login {
  text-transform: capitalize;
  font-size: 12px;
  margin-left: 10px;
}
@media screen and (max-width: 500px){
  .row.choose-lang ul{
    font-size: 0.8em;
  }
  .row.choose-lang ul li{
    margin: 0 10px;
    text-align: inherit;
  }
  .row.choose-lang ul li.login{
    font-size: 11px;
  }
}
/* End of language selector */

/* Packages */
.row.home-promos {
  /*width: 95%;*/
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
  /* hide swiper slides */
  /*overflow: hidden;*/
}

.row.home-promos .promos-wrapper {
  position: relative;
  width: 100%
}
.row-eq-height{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
/*
.row.home-promos .promos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.row.home-promos .promos-wrapper > [class*='col-'] {
	 display: flex;
	 flex-direction: column;
}*/

.row.home-promos .promos-wrapper .nav-promos {
  position: absolute;
  width: 100%;
  height: 30px;
  margin: 100px auto;
  top: 28%;
  right: 0;
  left: 0;
  /*background-color: green;*/
  z-index: 1;
}

.row.home-promos .promos-wrapper .nav-promos a.buttons {
  font-size: 20px;
  color: #000;
}

.row.home-promos .promos-wrapper .nav-promos a.buttons.prev,
.row.home-promos .promos-wrapper .nav-promos a.buttons.next {
  position: absolute;
}

.row.home-promos .promos-wrapper .nav-promos a.buttons.prev {
  left: 20px;
  color: #fff;
  top: -20px;
}

.row.home-promos .promos-wrapper .nav-promos a.buttons.next {
  right: 20px;
  color: #fff;
  top: -20px;
}

.row.home-promos .promos-wrapper .clear {
  clear: both;
}

/****************************/
/*** Buttons transitions ****/
/****************************/

/* Source:
   https://www.smashingmagazine.com/2013/08/absolute-horizontal-vertical-centering-css/ */
.absolute-center {
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: auto;
  top: 0; left: 0; bottom: 0; right: 0;
}

/* Featured */
.row.home-promos .featured .parent {
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 94%;
}
.embed-responsive{
  height: 100%;
}
/*
@media (min-width: 1281px) and (max-width: 1600px){
  .row.home-promos .featured .parent{
    width: 100% !important;
  }
}*/

.row.home-promos .featured .parent:after {
  content:'\A';
  position:absolute;
  width:100%; height:100%;
  top:0; left:0;
  background: #000;
  opacity: 0.5;
}

.row.home-promos .featured .parent:hover img,
.row.home-promos .featured .parent:focus img {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.row.home-promos .featured .parent:hover img:before,
.row.home-promos .featured .parent:focus img:before {
  display: block;
}

.row.home-promos .featured .parent:hover img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.row.home-promos .featured .parent .content {
  position: absolute;
  width: 100%;
  z-index: 9;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*@media (min-width: 1281px) and (max-width: 1600px){*/
  
    .row.home-promos #featured-promo-img{
        width: 100%;
        /*height: 550px;*/
       /* margin-bottom: 12px;*/
    }
  
  /*}*/

.row.home-promos .featured .parent .content h3 {
  margin-top: 180px;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  color: #fff;
  line-height: 1.6em;
}

.row.home-promos .featured .parent .content h4 {
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #fff;
  line-height: 1.4em;
}

.row.home-promos .featured .parent .content p {
  text-align: center;
}

.row.home-promos .featured .parent .content a {
  text-transform: uppercase;
}

.row.home-promos .featured .parent .content .btn.btn-default {
  background-color: transparent;
  border-color: #ccc;
  color: #fff;
  border: solid 2px #fff;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.row.home-promos .featured .parent .content .btn-default.focus,
.row.home-promos .featured .parent .content .btn-default:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.row.home-promos .featured .child:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Media Queries */
@media screen and (max-width: 960px) {
    .row.home-promos .featured .parent {
      width: 100%;
      margin: 0 0 10px 0px
    }
}

/* End of featured */

/* Generic */
.row.home-promos .generic .parent {
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  
}
#generic-promo-img{
  width: 100%;
}

.row.home-promos .generic .parent:after {
  content:'\A';
  position:absolute;
  width:100%; height:100%;
  top:0; left:0;
  background: #000;
  opacity: 0.5;
}

.row.home-promos .generic .parent:hover img,
.row.home-promos .generic .parent:focus img {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.row.home-promos .generic .parent:hover img:before,
.row.home-promos .generic .parent:focus img:before {
  display: block;
}

.row.home-promos .generic .parent:hover img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.row.home-promos .generic .parent .content {
  position: absolute;
  width: 100%;
  z-index: 9;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row.home-promos .generic .parent .content h3 {
  margin-top: 75px;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  color: #fff;
  line-height: 1.6em;
}

.row.home-promos .generic .parent .content h4 {
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #fff;
}

.row.home-promos .generic .parent .content p {
  text-align: center;
}

.row.home-promos .generic .parent .content a {
  text-transform: uppercase;
}

.row.home-promos .generic .parent .content .btn.btn-default {
  background-color: transparent;
  border-color: #ccc;
  color: #fff;
  border: solid 2px #fff;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.row.home-promos .generic .parent .content .btn-default.focus,
.row.home-promos .generic .parent .content .btn-default:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.row.home-promos .generic .child:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Media Queries */
@media screen and (max-width: 960px) {
    .row.home-promos .generic .parent {
      width: 100%;
      margin: 20px 0px
    }
}
/* End of generic */

/***********************************/
/*** End of buttons transitions ****/
/***********************************/

.row.home-promos .videos{
  margin-top: 15px;
}

.row.home-promos .videos ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.row.home-promos .videos ul li {
  margin-bottom: 11px;
}
.row.home-promos .videos ul li#video3{
  margin-bottom: 0;
}

.row.home-promos .videos ul li a,
.row.home-promos .videos ul li a:active,
.row.home-promos .videos ul li a:visited,
.row.home-promos .videos ul li a:active,
.row.home-promos .videos ul li a:hover {
  text-decoration: none;
}

.row.home-promos .videos ul li img {
  display: block;
}

.row.home-promos .videos ul li p {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 0.8em;
}
/* End of packages */

/* Register and login forms wrapper */
.row.forms {
  background: url("../img/form-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 300px;
  width: 100%;
  margin: 0 auto;
}

/* Container to center forms */
.row.forms .forms-wrapper {
  margin: 0 auto;
  width: 65%;
}

/* Assing border to the first col */
.row.forms .form-wrapper {
  padding-top: 25px;
}

.row.forms .form-separator {
  border-left: 1px solid #fff;
  width: 1px;
  min-height: 250px;
  margin-top: 50px;
  margin-bottom: 50px;
  float: right;

}

.row.forms h1 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
	font-size: 22px;
}

.row.forms h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  color: #fff;
  text-align: center;
	font-size: 18px;
}

.row.forms label {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  padding-top: 0px;
  text-align: left;
}
@media (max-width: 1024px){
  .row.forms{
    min-height: 315px;
  }
  .row.forms label{
    font-size: 1em;
  }
  #mapa-interactivo .jumbotron{
    margin-top: 90px !important;
  }
}
@media (max-width: 768px){
  .row.forms{
    min-height: 390px !important;
  }
  .navbar-right, .navbar-nav{
    margin-right: inherit !important;
    margin-left: inherit !important;
  }
  .row-eq-height{
    display: inherit !important;
  }
  .padding-cero-left, .padding-cero-right{
    padding: 0;
  }
  .row.home-promos .generic .parent{
    margin: 0;
  }
  #box-videos-home{
    padding: 0 15px 0 15px;
  }
  .item.page img {
    /* min-height: 200px; */
  }
}

.row.forms input[type=text],
.row.forms input[type=email],
.row.forms input[type=password] {
  background-color: transparent;
  border: solid 2px #fff;
  color: #fff;
	height: 30px;
}

/* Overwrite Bootstrap button style for this forms */
.row.forms .btn-default,
.row.forms .btn-default:focus,
.row.forms .btn-default:active,
.row.forms .btn-default.active {
  background-color: #fff;
  border-color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #004384;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.row.forms .btn-default:hover,
.row.forms .btn-default:focus:hover,
.row.forms .btn-default:active:hover,
.row.forms .btn-default.active:hover {
  background-color: #004384;
  border-color: #004384;
  color: #fff;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
/* End of register and login forms wrapper */

/* mapa interactivo */
#mapa-interactivo{
  background: #e6edf3;
}
#mapa-interactivo .jumbotron{
  margin-top: 160px;  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #004187;
  background: none !important;
  /*border: 1px solid rgba(180, 198, 218, 0.4);*/
  padding: 0px;
  /*-webkit-box-shadow: 0 0 5px #b4c6da;
  -moz-box-shadow: 0 0 5px #b4c6da;
  -ms-box-shadow: 0 0 5px #b4c6da;
  box-shadow: 0 0 5px #b4c6da;  
  border-bottom: 5px solid #b4c6da;*/
}
#mapa-interactivo .jumbotron h2{
  font-weight: bold;
  font-size: 3.8em;
  text-align: center;
  margin: 0px 0 15px 0;
}
#mapa-interactivo .jumbotron h3{
  text-align: center;
  font-size: 1.6em;
}
#mapa-interactivo .jumbotron h4{
  text-align: center;
  color: #b4c6da;
  font-size: 1.7em;
  line-height: 1.4em; 
}
.linea-naranja{
  height: 3px;
  width: 40px;
  background-color: #ff6c00;
  margin: 20px auto;
}

/* fin mapa interactivo */

/* REGIONES */
.region, .experiencia{
  width: 100%;
  max-height: 650px;
  overflow: hidden;
  position: relative;
}
.region img, .experiencia img{
  width: 100%;
  background-size: cover;
  background-position: center center;
  max-height: 650px;
}
.region .titulo-region, .experiencia .titulo-experiencia{
  width: 50%;
  position: absolute;
  bottom: 40px;
  left: 25%;
  background: rgba(0,0,0,.4);
  padding: 5px 15px 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

}
.region .titulo-region h1, .experiencia .titulo-experiencia h1{
  text-align: center;
  color: #e6edf3;
  text-shadow: 0 2px #000;
}
.region .titulo-region p, .experiencia .titulo-experiencia p{
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  text-shadow: 0 2px #000;
}
.detalles{
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
}
.detalles p{
    font-size: 1.1em;
    line-height: 1.6em;    
    color: #286090;    
}

/* FIN REGIONES */
@media screen and (max-width: 991px){
  .region, .experiencia{
    max-height: inherit;
  }
  .region .titulo-region, .experiencia .titulo-experiencia{
    position: relative;
    width: 100%;
    left: inherit;
    bottom: inherit;
    background: none;
    background: rgba(0, 65, 135, 0.1);
    /*background: #004187;    */
  }
  .region .titulo-region h1, .experiencia .titulo-experiencia h1{
    color: #004187;
    text-shadow: none;
  }
  .region .titulo-region p, .experiencia .titulo-experiencia p{
    color: #004187;
    text-shadow: none;
  }
}

/* Logos Footer */
.row.logos {
	margin: 50px 0px;
}

.row.logos .container {
	display: flex; justify-content: center;
}

.row.logos .container .wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.row.logos .container .wrapper .logo {
	display: flex;
	justify-content: space-between;
}
/* End of Logos Footer */

footer {
	box-sizing: border-box;
	background-color: #000;
	color: #fff;
	padding-bottom: 20px;
}

footer .row {
	margin-bottom: 1	0px;
}

footer h3 {
	margin-top: 40px;
}

footer p {
	font-size: 14px;
}

footer a,
footer a:active,
footer a:visited,
footer a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

footer textarea {
	color: #000;
	width: 100%;
}

footer .btn.btn-default {
	background-color: #fff;
	border-color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	color: #004384;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

footer .btn.btn-default:hover {
	background-color: #004384;
	border-color: #004384;
	color: #fff;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

footer ul {
	display: inline-block;
	list-style: none;
	padding: 0px;
}

footer ul li {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

footer ul li a,
footer ul li a:active,
footer ul li a:visited,
footer ul li a:hover {
	color: #fff;
	text-decoration: none;
}

footer .fa {
	font-size: 24px;
}

/*********************/
/****** Single *******/
/*********************/
.row.post {
  margin-bottom: 30px;
}

.row.post:last-child {
  border-bottom: solid 1px #004384;
  padding-bottom: 10px;
}

.row.post hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #004384;
  margin: 1em 0;
  padding: 0;
}

.row.post h1, .row.post h2, .row.post h3 {
  color: #004384;
}

.row.post img {
  margin-bottom: 15px;
}

.row.post img.relative {
  float: left;
  margin-right: 10px;
}

.row.post.gallery.title {
  margin-bottom: 0px;
}

.row.post.gallery img {
  margin-bottom: 0px;
}

/***********************/
/****** Packages *******/
/***********************/
.row.post.package h2, h3 {
  margin-top: 0px;
}
.row.post.package h2{
  font-size: 24px !important;
}

.row.post.package ul {
  display: inline-block;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.row.post.package ul li {
   float: left;
   margin-right: 5px;
   font-size: 11px;
}

.row.post.package p {
   display: block;
}

.row.post.package .price {
  text-align: right;
}

.row.post.package .price .currency{
  font-size: 32px;
}

.row.post.package .price .total{
  font-size: 32px;
  font-weight: bold;
}
.row.post.package .readmore, .row.post.package .vermas{
  background-color: #fff;
  color: #286090;
  font-weight: bold;
  border-color: #286090;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
.row.post.package:hover .vermas, .row.post.package:hover .readmore{
  background-color: #286090;
  color: #fff;
  cursor: pointer;
}

.row.post.package .price .btn-group-lg > .btn, .btn-lg {
  background-color: #286090;
  border-color: #286090;
  color: #fff;
}

.row.post.package .price .btn-group-lg > .btn, .btn-lg:focus,
.row.post.package .price .btn-group-lg > .btn, .btn-lg:hover {
  background-color: #0099ff;
  border-color: #0099Ff;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*****************************/
/****** package detail *******/
/*****************************/

.modal-body.contact label {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  color: #004384;
  font-size: 18px;
  padding-top: 0px;
  text-align: left;
}

.modal-body.contact input[type=text],
.modal-body.contact input[type=email],
.modal-body.contact input[type=password],
.modal-body.contact textarea {
  background-color: transparent;
  border: solid 2px #004384;
  color: #000;
}

.modal-footer.contact .btn.btn-default,
.modal-footer.contact .btn.btn-default:focus,
.modal-footer.contact .btn.btn-default:active,
.modal-footer.contact .btn.btn-default.active {
  background-color: #fff;
  border-color: #004384;
  text-transform: uppercase;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #004384;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.modal-footer.contact .btn.btn-primary,
.modal-footer.contact .btn.btn-primary:focus,
.modal-footer.contact .btn.btn-primary:active,
.modal-footer.contact .btn.btn-primary.active {
  background-color: #004384;
  border-color: #004384;
  text-transform: uppercase;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.modal-footer.contact .btn.btn-default:hover,
.modal-footer.contact .btn.btn-default:focus:hover,
.modal-footer.contact .btn.btn-default:active:hover,
.modal-footer.contact .btn.btn-default.active:hover {
  background-color: #fff;
  border-color: #004384;
  color: #004384;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.modal-footer.contact .btn.btn-primary:hover,
.modal-footer.contact .btn.btn-primary:focus:hover,
.modal-footer.contact .btn.btn-primary:active:hover,
.modal-footer.contact .btn.btn-primary.active:hover {
  background-color: #fff;
  border-color: #004384;
  color: #004384;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.row.post.package.detail.header h2 {
  font-weight: bold;
}

.row.post.package.detail.header .info {
  margin-top: 45px;
  margin-bottom: 20px;
  text-align: right;
}

.row.post.package.detail.header .info p {
  font-size: 24px;
}

.row.post.package.detail.header .price {
  text-align: right;
}

.row.post.package.detail.header .price .currency{
  font-size: 32px;
}

.row.post.package.detail.header .price .total{
  font-size: 32px;
  font-weight: bold;
}

.row.post.package.detail.info .feature {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.row.post.package.detail.info .feature ul {
  display: block;
  list-style-type: disc;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
}

.row.post.package.detail.info .feature ul li {
  float: none;
  display: list-item;
  font-size: 18px;
}

/**********************/
/****** Gallery *******/
/**********************/
.row.post.gallery img:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* End of single */

/*********************/
/****** Contact ******/
/*********************/
.row.post.contact .form-control {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* Form styles */
.row.post.contact form {
  margin-bottom: 40px;
}

.row.post.contact label{
  color: #004384;
}

.row.post.contact  input[type=text],
.row.post.contact  input[type=email],
.row.post.contact  textarea {
  background-color: transparent;
  border: solid 2px #004384;
  color: #000;
  font-size: 24px;
  padding: 5px;
  text-align: left;
}

.row.post.contact  textarea {
  width: 100%;
}

.row.post.contact  input[type=text],
.row.post.contact  input[type=email] {
   height: 45px;
   color: #000;
}

.row.post.contact input::placeholder {
  color: #c0c4d3;
}

.row.post.contact textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #c0c4d3;
}

.row.post.contact input:placeholder-shown { /* Mozilla Firefox */
  color: #c0c4d3;
}
.row.post.contact textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c0c4d3;
}
.row.post.contact textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #c0c4d3;
}

/* Overwrite Bootstrap button style for this form */
.row.post.contact .btn-default,
.row.post.contact .btn-default:focus,
.row.post.contact .btn-default:active,
.row.post.contact .btn-default.active {
  background-color: #004384;
  border-color: #004384;
  text-transform: uppercase;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.row.post.contact .btn-default:hover,
.row.post.contact .btn-default:focus:hover,
.row.post.contact .btn-default:active:hover,
.row.post.contact .btn-default.active:hover {
  background-color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #004384;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

/* End form styles */

/* End of Contact */

/*==========  Mobile First Method  ==========*/
/*@media only screen and (min-width : 320px) and (max-device-width: 480px) and (orientation: portrait) {*/
@media (min-width : 320px) and (max-width: 480px) {

  /* Overwrite Bootstrap navbar */
  .navbar{
    margin-bottom: 0;
  }
  .navbar-default .navbar-collapse{
    width: 100%;
  }
  /*.navbar-header {
    height: 100px;
  }*/
  
  .navbar-default{
    background: #fff;
  }
  .navbar-fixed-top{
    top: inherit;
  }
  .navbar-fixed-bottom, .navbar-fixed-top{
    position: relative;
  }

  .navbar-default .navbar-collapse {
    border-color: transparent;
  }

  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #fff;
    /*float: left;*/
  }


  .navbar.navbar-default .navbar-toggle,
  .navbar.navbar-default .navbar-toggle:focus,
  .navbar.navbar-default .navbar-toggle:hover{
   /* margin: 30px 0;*/
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #004384;
  }

  .navbar-default .navbar-nav > li {
    padding: 0px 0px 0px 0px;
    border: solid 1px #fff;
  }

  .navbar-default .navbar-nav > li:first-child {
    border: solid 1px #fff;
    /*margin-top: 105px;*/
    margin-top: 0px;
    background-color: #004384;
    color: #fff !important;
  }

  .navbar-default .navbar-nav > li.active:first-child {
    background-color: #fff;
  }

  .navbar-default .navbar-nav > li:first-child > a:hover {
    background-color: #fff;
    color: #004384 !important;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
  }

  .navbar .nav > li > a {
    padding-top: 35px;
    padding-bottom: 35px;
    border: solid 1px #fff;
  }

  .navbar .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
  }

  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    background-color: #004384;
    color: #fff !important;
  }

  .navbar-default .navbar-nav > li > a:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    background-color: #fff;
    border: solid 1px #004384;
    color: #004384 !important;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
  }

  /* Set a border on the left of any item on the menu */
  .navbar-nav > li {
    padding: 10px 0px 10px 0px;
    border-right: dotted 2px #004384;
  }

  /* Remove border from the last child of the menu */
  .navbar-nav > li:last-child {
   /* border-right: 0px;*/
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #004384 !important;
    border: solid 1px #004384;
  }
  .navbar .navbar-brand{
    margin: 10px 0;
    padding: 10px;
    width: 80%;
    height: 0;
  }

  .navbar .navbar-brand img {
    /*display: none;*/
    width: 80%;
  }
  .navbar-brand{
    padding-top: 15px;
  }
  /* End of overwrite navbar */

  /* Overwrite carrusel caption */
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 40px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
  }

  /* .carousel.slide .carousel-caption h2::before{
     content: '';
     display: inline-block;
     width: 5px;
     height: 5px;
     -moz-border-radius: 7.5px;
     -webkit-border-radius: 7.5px;
     border-radius: 7.5px;
     background-color: #fff;
     margin-right: 10px;
     margin-bottom: 3px
  } */

  .carousel.slide .carousel-caption h2 {
    font-size: 18px;
  }

  /* .carousel.slide .carousel-caption h2::after{
     content: '';
     display: inline-block;
     width: 5px;
     height: 5px;
     -moz-border-radius: 7.5px;
     -webkit-border-radius: 7.5px;
     border-radius: 7.5px;
     background-color: #fff;
     margin-left: 10px;
     margin-bottom: 3px
  } */

  .carousel.slide .carousel-caption h3 {
    font-size: 14px;
  }
  /* End of overwrite carrusel caption */

  /* Packages */
  .row.home-promos {
    width: 100%;
    margin-bottom: 20px;
  }

  /****************************/
  /*** Buttons transitions ****/
  /****************************/

  /* Featured */
  .row.home-promos .featured .parent .content h3 {
    margin-top: 90px;
    font-size: 20px;
  }

  .row.home-promos .featured .parent .content h4 {
    font-size: 16px;
  }
  /* End of featured */

  /* Generic */
  .row.home-promos .generic .parent .content h3 {
    margin-top: 15px;
    font-size: 20px;
  }

  .row.home-promos .generic .parent .content h4 {
    font-size: 16px;
  }
  /* End of generic */


  /***********************************/
  /*** End of buttons transitions ****/
  /***********************************/
  
  .row.home-promos .featured {
    margin-bottom: 15px;
  }

  .row.home-promos .featured .parent {
    margin: 0px 0px;
  }

  .row.home-promos .videos{
    margin-top: 15px;
  }

  .row.home-promos .videos ul {
    list-style-type: none;
    margin-top: 15px;
    padding: 0;
  }

  .row.home-promos .videos ul li {
    margin-bottom: 5px;
    float: left;
    margin-right: 15px;
    position: relative;
    width: 100%;
  }

  .row.home-promos .videos ul li p {
    margin: 0px;
    font-size: 12px;
  }

  .row.home-promos .videos ul li img{
    width: 100%;
  }

  /* End of packages */

  /* Register and login forms wrapper */
  .row.forms .forms-wrapper {
    padding-top: 0px;
		width: 95%;
  }

  .row.forms h1 {
    font-size: 22px;
  }

  .row.forms h3 {
		margin-top: 20px;
    font-size: 18px;
  }

  .row.forms label {
    font-size: 16px;
  }
  /* End of register and login forms wrapper */

	footer p {
		font-size: 14px;
	}

  /*********************/
  /****** Contact ******/
  /*********************/
  .row.post.contact  input[type=text],
  .row.post.contact  input[type=email] {
     height: 35px;
  }

  .row.post.contact  input[type=text],
  .row.post.contact  input[type=email],
  .row.post.contact  textarea {
    font-size: 18px;
    padding: 5px;
    text-align: left;
  }
  /* End of contact */

}


@media (min-width : 360px) and (max-width: 768px) {
  .navbar{
    margin-bottom: 0;
  }

  .navbar-header {
   
    background-color: #fff;
  }
  .navbar-fixed-top{
    top: inherit;
  }
 .navbar .navbar-brand{
    width: 65%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
  }
  

  .navbar .navbar-brand img {
    display: inline-block;   
    width: 80%;
  }
  .navbar-fixed-bottom, .navbar-fixed-top{
    position: relative;
  }


  .navbar-default {
    /*margin-top: 25px;*/
    background: #fff !important;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
  }

  .scrollMenu {
    margin-top: 0px;
    transition-duration: 0.5s;
  }

 
  /* Overwrite Bootstrap navbar */
  .navbar-default .navbar-collapse {
    border-color: transparent;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background-color: #fff;
    color: #004384 !important;
    border: solid 1px #004384;
  }


  .navbar.navbar-default .navbar-toggle,
  .navbar.navbar-default .navbar-toggle:focus,
  .navbar.navbar-default .navbar-toggle:hover{
    margin: 25px 15px 25px 5px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #004384;
  }

  .navbar-default .navbar-nav > li {
    padding: 0px 0px 0px 0px;
    border: solid 1px #fff;
  }

  .navbar-default .navbar-nav > li:first-child {
    border: solid 1px #fff;
    /*margin-top: 105px;*/
    margin-top: 0px;
    background-color: #004384;
    color: #fff !important;
  }

  .navbar-default .navbar-nav > li.active:first-child {
    background-color: #fff;
  }

  .navbar-default .navbar-nav > li:first-child > a:hover {
    background-color: #fff;
    color: #004384 !important;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
  }

  .navbar .nav > li > a {
    padding-top: 35px;
    padding-bottom: 35px;
    border: solid 1px #fff;
  }

  .navbar .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
  }

  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    padding: 10px;
    /*padding-bottom: 10px;*/
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    background-color: #004384;
    color: #fff !important;
  }

  .navbar-default .navbar-nav > li > a:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    background-color: #fff;
    border: solid 1px #004384;
    color: #004384 !important;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
  }

  /* Set a border on the left of any item on the menu */
  .navbar-nav > li {
    padding: 10px 0px 10px 0px;
    border-right: dotted 2px #004384;
  }

  /* Remove border from the last child of the menu */
  .navbar-nav > li:last-child {
    /*border-right: 0px;*/
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
  }
 
  /* End of overwrite navbar */

  /* Overwrite carrusel caption */
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 40px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
  }

  /*.carousel.slide .carousel-caption h2::before{
     content: '';
     display: inline-block;
     width: 5px;
     height: 5px;
     -moz-border-radius: 7.5px;
     -webkit-border-radius: 7.5px;
     border-radius: 7.5px;
     background-color: #fff;
     margin-right: 10px;
     margin-bottom: 3px
  }*/

  .carousel.slide .carousel-caption h2 {
    font-size: 18px;
  }

  /* .carousel.slide .carousel-caption h2::after{ */
     /* content: ''; */
     /* display: inline-block; */
     /* width: 5px; */
     /* height: 5px; */
     /* -moz-border-radius: 7.5px; */
     /* -webkit-border-radius: 7.5px; */
     /* border-radius: 7.5px; */
     /* background-color: #fff; */
     /* margin-left: 10px; */
     /* margin-bottom: 3px */
  /* } */

  .carousel.slide .carousel-caption h3 {
    font-size: 14px;
  }
  /* End of overwrite carrusel caption */

  .row.home-promos .promos-wrapper .nav-promos{
    margin: -100px auto;
  }


  /* Packages */
  .row.home-promos {
    width: 100%;
  }

  /****************************/
  /*** Buttons transitions ****/
  /****************************/

  /* Featured */
  .row.home-promos .featured .parent .content h3 {
    margin-top: 90px;
    font-size: 20px;
  }

  .row.home-promos .featured .parent .content h4 {
    font-size: 16px;
  }
  /* End of featured */

  /* Generic */
  .row.home-promos .generic .parent .content h3 {
    margin-top: 15px;
    font-size: 20px;
  }

  .row.home-promos .generic .parent .content h4 {
    font-size: 16px;
  }
  /* End of generic */


  /***********************************/
  /*** End of buttons transitions ****/
  /***********************************/

  .row.home-promos .featured {
    margin-bottom: 15px;
  }

  .row.home-promos .featured .parent {
    margin: 0px 0px;
  }

  .row.home-promos .videos{
    margin-top: 15px;
  }

  .row.home-promos .videos ul {
    list-style-type: none;
    margin-top: 15px;
    padding: 0;
  }

  .row.home-promos .videos ul li {
    margin-bottom: 5px;
    float: left;
    margin-right: 15px;
    position: relative;
    width: 100%;
  }
  .row.home-promos .videos ul li img{
    width: 100%;
  }
  .row.home-promos .videos ul li p {
    margin: 0px;
    font-size: 12px;
  }
  #mapa-interactivo .jumbotron{
    margin-top: 60px;
  }
  /* End of packages */



  /* Register and login forms wrapper */
  .row.forms .forms-wrapper {
    padding-top: 0px;
		width: 95%;
  }

  .row.forms h1 {
    font-size: 22px;
  }

  .row.forms h3 {
		margin-top: 20px;
    font-size: 18px;
  }

  .row.forms label {
    font-size: 16px;
  }
  /* End of register and login forms wrapper */

	footer p {
		font-size: 14px;
	}

  /*********************/
  /****** Contact ******/
  /*********************/
  .row.post.contact  input[type=text],
  .row.post.contact  input[type=email] {
     height: 35px;
  }

  .row.post.contact  input[type=text],
  .row.post.contact  input[type=email],
  .row.post.contact  textarea {
    font-size: 18px;
    padding: 5px;
    text-align: left;
  }
  /* End of contact */

  footer .logos {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }


}


@media (min-width: 768px) and (max-width: 1024px) {

  /* Forzar que se muestre el menu de hamburguesa cuando el usuario ve la pagina en una tablata en portrait */
  .navbar-header {
      float: none;
      height: 119px;
  }
  .navbar-left,.navbar-right {
      float: none !important;     
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin: 0px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .navbar-brand>img{
    width: 80%;
  }

  .scrollMenu.navbar .nav > li > a {
   padding-top: 10px !important;
   padding-bottom: 10px !important;
  }

  .scrollMenu .navbar-header .navbar-brand img {
    width: 75%;
    transition-duration: 0.5s;
    margin-top: 15px;
  }

  .collapse.in{
      display:block !important;
  }

 /* .navbar.navbar-default.navbar-fixed-top.navbar-custom {
    height: 120px;
  }*/
  /* Fin forzado de menu de hamburguesa */



  /* Overwrite Bootstrap navbar */
  .navbar-default .navbar-collapse {
    border-color: transparent;
  }

  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:hover {
    background-color: #fff;
  }

  .navbar-default .navbar-toggle:focus {
     background-color: #888;
  }


  .navbar.navbar-default .navbar-toggle,
  .navbar.navbar-default .navbar-toggle:focus,
  .navbar.navbar-default .navbar-toggle:hover{
    margin: 40px 15px 25px 5px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #004384;
  }

  .navbar-default .navbar-nav > li {
    padding: 0px 0px 0px 0px;
    border: solid 1px #fff;
  }

  .navbar-default .navbar-nav > li:first-child {
    border: solid 1px #fff;
    /*margin-top: 105px;*/
    margin-top: 0px;
    background-color: #004384;
    color: #fff !important;
  }

  .navbar-default .navbar-nav > li.active:first-child {
    background-color: #fff;
  }

  .navbar-default .navbar-nav > li:first-child > a:hover {
    background-color: #fff;
    color: #004384 !important;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
  }

  .navbar .nav > li > a {
    padding-top: 35px;
    padding-bottom: 35px;
    border: solid 1px #fff;
  }

  .navbar .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background-color: #fff;
    color: #004384 !important;
    border: solid 1px #004384;
  }

  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    background-color: #004384;
    color: #fff !important;
  }

  .navbar-default .navbar-nav > li > a:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    background-color: #fff;
    border: solid 1px #004384;
    color: #004384 !important;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
  }

  /* Set a border on the left of any item on the menu */
  .navbar-nav > li {
    padding: 10px 0px 10px 0px;
    border-right: dotted 2px #004384;
  }

  /* Remove border from the last child of the menu */
  .navbar-nav > li:last-child {
    border-right: 0px;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
  }

  .navbar .navbar-brand img {
    display: block;
  }
  /* End of overwrite Bootstrap navbar */

  /* Overwrite carrusel caption */
  /* .carousel.slide .carousel-caption h2::before{
     content: '';
     display: inline-block;
     width: 10px;
     height: 10px;
     -moz-border-radius: 7.5px;
     -webkit-border-radius: 7.5px;
     border-radius: 7.5px;
     background-color: #fff;
     margin-right: 20px;
     margin-bottom: 10px
  } */
  .carousel-caption{
    bottom: 30px;
  }

  .carousel.slide .carousel-caption h2 {
    font-size: 44px;
  }

  /* .carousel.slide .carousel-caption h2::after{
     content: '';
     display: inline-block;
     width: 10px;
     height: 10px;
     -moz-border-radius: 7.5px;
     -webkit-border-radius: 7.5px;
     border-radius: 7.5px;
     background-color: #fff;
     margin-left: 20px;
     margin-bottom: 10px
  } */

  .carousel.slide .carousel-caption h3 {
    font-size: 16px;
  }
  /* End of overwrite carrusel caption */

  /* Packages */
  /****************************/
  /*** Buttons transitions ****/
  /****************************/

  /* Featured */
  .row.home-promos .featured .parent .content h3 {
    margin-top: calc(100% * 0.3);/*140px;*/
    font-size: 20px;
  }

  .row.home-promos .featured .parent .content h4 {
    font-size: 16px;
  }
  /* End of featured */

  /* Generic */
  .row.home-promos .generic .parent .content h3 {
    margin-top: calc(100% * 0.10); /*50px;*/
    font-size: 20px;
  }

  .row.home-promos .generic .parent .content h4 {
    font-size: 16px;
  }
  /* End of generic */


  /***********************************/
  /*** End of buttons transitions ****/
  /***********************************/
  /* End of packages */

  /* Register and login forms wrapper */
  .row.forms .forms-wrapper {
		width: 100%;
    padding-top: 5px;
  }
  /* End of register and login forms wrapper */

  /*********************/
  /****** Contact ******/
  /*********************/
  .row.post.contact  input[type=text],
  .row.post.contact  input[type=email] {
     height: 35px;
  }

  .row.post.contact  input[type=text],
  .row.post.contact  input[type=email],
  .row.post.contact  textarea {
    font-size: 18px;
    padding: 5px;
    text-align: left;
  }
  /* End of contact */

  /**********************************/
  /****** Package Page detail *******/
  /**********************************/
  .row.post.package.detail.header .info p {
    font-size: 18px;
  }
}

/* Medium Devices, Desktops */
@media (min-width: 768px) and (max-width : 992px) {
  .row.home-promos .generic .parent{
    margin: 0 !important;
  }
  .padding-cero-right{
    /*padding: 0;*/
    padding-right: 0;
  }
  .padding-right{
    padding-right: 15px;
  }
  .padding-cero-left{
    padding-left:0;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1920px) {
  /* nacbar menu fontsize */
  .navbar-default .navbar-nav > li > a {
    font-size: 20px;
    font-family: 'Quicksand', sans-serif;
    color: #004384 !important;
  }

  /* Packages */
  .row.home-promos {
    width: 68%;
  }
  /* End of Packages */

  /* End of Contact form wrapper */
}




.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#B4C6DA;stroke:#FFFFFF;stroke-width:0.2835;stroke-miterlimit:22.9256;}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:#231F20;stroke-width:2.126;stroke-miterlimit:22.9256;}
.st2{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:#000000;stroke-width:0.2835;stroke-miterlimit:22.9256;}
a path {
	fill: #B4C6DA;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}
a:hover path, .map-hovered, .map-clicked {
	fill: #004384 !important;
	cursor: pointer;		
}
.tooltip{
	z-index:6666;
}


/* @media (min-width : 1450px) {
	.carousel .item.page {
		height: calc(100vh - 75px)!important;
	}
}

@media (min-width : 1920px) {
	.carousel .item.page {
		height: calc(100vh - 248px)!important;
	}
} */


@media (min-width : 1600px) {
	.carousel .item.page {
    background:#163244;
  }
	.carousel .item.page img {
		object-fit: contain;
	}
}