
/* ==========================================================================
   Global styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6, .btn, .navbar-nav a, .form-control, .list-inline, small, #pricing {
  font-family: 'Varela Round', sans-serif;
}

p, .lead, a {
	font-family: 'Lato', sans-serif;
}

h1 {
  font-size: 65px;
  line-height: 70px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  font-weight: 400;
}

.titulo {
  font-size: 85px;
  line-height: 85px;
  letter-spacing: 0;
  text-align: right;
}

hr.linea{
  margin-top: 40px;
  border-top: 2px solid rgba(255,255,255,0.1);
}

.titulo-lm {
    font-size: 65px;
    line-height: 70px;
    letter-spacing: -1px;
    color: #41a4cf;
    font-weight: 700;
    text-align: left;
    background-color: #fff;
    padding: 30px 20px 30px 60px;
    width: 800px;
    margin-top: -100px;
    margin-bottom: 200px;
-webkit-box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
-moz-box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
}



h2 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: #ffffff;
  font-weight: 700;
}

#main-info h2{
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: #2a4776;
  font-weight: 700;
}

#main-info p{
  text-align: center;
}

h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 700;
}

.lead {
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

p {
  font-size: 16px;
  line-height: 22px;
  color: #929496;
  font-weight: 300;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #231f20; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #231f20; /* Firefox */
	color: #FFFFFF;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
  background-color:#6ecddc;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #8be2e5;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #2a4776;
  color: #ffffff;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #3c5d92;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}




/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*-----------------Colors------------------*/

.black {
  color: #231f20;
}

.blue {
  color: #70cbce;
}

.white {
  color: #ffffff;
}

.black-bg {
  background: #231f20;
}

.blue-bg {
  background: #70cbce;
}

.white-bg {
  background: #ffffff;
}

.purple-bg {
	background: #6d3f96;
}



/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #70cbce;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -60px;
    transition: top 0.4s ease 0s;
}

.navbar.open {
    top: 0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 0.6;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

ul.menu {
   padding: 0;
   list-style: none;
   float: right;

}

ul.menu li{
  float: left;
  padding-left: 40px;
}

.icon  {
      width: 48px;
  height: 48px;
  display: inline-block;
  background-color: #59ebff; 
}

.icon:hover  {
cursor: pointer;
background-color: #d3faff;


}

.icon-honeymoon  {
 background: url(../img/honeymoon1.svg);
  background-size: 48px 48px;
  background-repeat: no-repeat;
}

.icon-honeymoon:hover  {
  background: url(../img/honeymoon-hover.svg);
  background-size: 48px 48px;
  background-repeat: no-repeat;
}

.icon-vuelos  {
  width: 42px;
  height: 42px;
  background: url(../img/vuelos.svg);
  background-size: 42px 42px;
  background-repeat: no-repeat;
}

.icon-vuelos:hover  {
  width: 42px;
  height: 42px;
  background: url(../img/vuelos-hover.svg);
  background-size: 42px 42px;
  background-repeat: no-repeat;
}

.icon-cruceros  {
 background: url(../img/cruceros.svg);
  background-size: 48px 48px;
  background-repeat: no-repeat;
}

.icon-cruceros:hover  {
 background: url(../img/cruceros-hover.svg);
  background-size: 48px 48px;
  background-repeat: no-repeat;
}



.icon-actividades  {
 background: url(../img/actividades.svg);
  background-size: 48px 48px;
  background-repeat: no-repeat;
}

.icon-actividades:hover  {
 background: url(../img/actividades-hover.svg);
  background-size: 48px 48px;
  background-repeat: no-repeat;
}

.icon-hoteles  {
 background: url(../img/hoteles.svg);
  background-size: 48px 48px;
  background-repeat: no-repeat;
}
.icon-hoteles:hover  {
 background: url(../img/hoteles-hover.svg);
  background-size: 48px 48px;
  background-repeat: no-repeat;
}

.icon-coches {
  background: url(../img/coches.svg);
  background-size: 48px 48px;
  background-repeat: no-repeat;
}

.icon-coches:hover {
  background: url(../img/coches-hover.svg);
  background-size: 48px 48px;
  background-repeat: no-repeat;
}


.icon-corporativos  {
 background: url(../img/corporativos.svg);
  background-size: 48px 48px;
  background-repeat: no-repeat;
}

.icon-corporativos:hover  {
  background: url(../img/corporativos-hover.svg);
  background-size: 48px 48px;
  background-repeat: no-repeat;
}


.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #4ec3cd;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.logo img {
	margin-top: 6px;
}


/* ==========================================================================
   Menu Tooltips
   ========================================================================== */

[data-tooltip] {
  position: relative;
  cursor: pointer;
}
[data-tooltip]:before, [data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 2;

}
[data-tooltip]:before {
  border-radius: 4px;
background: #fff;
  font-family: 'Varela Round', sans-serif;
  color: #155193;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
 min-width: 80px;
  padding: 10px;
  top: 100%;
  left: 73%;
  margin-top:8px;
  transform: translateX(-50%);


}
[data-tooltip]:after {
  border: 8px solid transparent;
  width: 0;
  content: "";
  font-size: 0;
  line-height: 0;
  top: 100%;
  left: 73%;
  transform: translateX(-50%);
  border-bottom: 8px solid #fff;
  border-top: none;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
   transform: translateX(-50%) translateY(7px);

  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;

}




/* ==========================================================================
   Main styles
   ========================================================================== */
#header-bg {
  width: 100% ;
  padding: 20px 10px 60px 10px ;
  height: 100vh ;
  overflow: hidden ;
  background-size: cover !important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
}

.content {
    width: 100%;
    height: 100vh;
    position: relative;
}

.slide {
        z-index: -1;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100vh;
        transition: opacity 1s ease-in-out;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0;
        
    }

         .slide:nth-child(1) {
background-image: url(../img/header-bg/maldivas.jpg);
    }
        .slide:nth-child(2) {
background-image: url(../img/header-bg/austria.jpg);
    }
            .slide:nth-child(3) {
background-image: url(../img/header-bg/cuba.jpg);
    }
             .slide:nth-child(4) {
background-image: url(../img/header-bg/antilope.jpg);
    }
        .slide:nth-child(5) {
background-image: url(../img/header-bg/paris.jpg);
    }
            .slide:nth-child(6) {
background-image: url(../img/header-bg/yosemite.jpg);
    }


.show {
  opacity: 1;
  }    



.header {
margin-top: 40px;
}

.header-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 0px;
  margin-bottom: 10%;
}

.signin {
  padding-top: 9px;
}


.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}
.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}
@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}

.pad-xxl {
  padding: 300px 0px;
}

.pad-xl {
	padding: 200px 0px;
}

.pad-lg {
	padding: 160px 0px;
}

.pad-sm {
	padding: 80px 0px;
}

.pad-xs {
	padding: 30px 0px;
}



#lunas-de-miel {
  background: url(https://images.unsplash.com/photo-1502602898657-3e91760cbb34?dpr=1&auto=compress,format&fit=crop&w=2852&h=&q=80&cs=tinysrgb&crop=) #231f20 no-repeat center center fixed;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#corporativos {
  background: url(../img/viajes-corporativos.jpg) #231f20 no-repeat -500px -100px fixed;
  min-height: 700px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



#coches {
  border-radius: 0 15px 15px 0;
  background: url(../img/coches.png) #231f20 no-repeat center center fixed;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
-moz-box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
margin-top: 180px;
}

#hotel {
   border-radius: 15px 0 0 15px;
  background: url(../img/hoteles.png) #231f20 no-repeat right center fixed;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
-moz-box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
}

#cruceros {
   border-radius: 15px 0 0 15px;
  background: url(../img/cruceros.png) #231f20 no-repeat center -120px fixed;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
-moz-box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
margin-top: 100px;
margin-bottom: 50px;
}

hr.line {
	width: 100%;
	border: 2px solid;
}




.blue {
	border-color: #6ecddc;
	color: #6ecddc
}

.yellow {
	border-color: #fdc05d;
	color: #fdc05d;
}

.cards {
  text-align: center;
  position: relative;

}

.cards .tabla{

  top:100px;
    position: absolute;
    text-align: center;
        margin: 0 auto;

    left: 0;
    right: 0;
}


.cards img {
  border-radius: 17px;
-webkit-box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
-moz-box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
    width: 300px;
}

#contacto {
  background: #f2f2f2;
}

.datos-contacto {
border-left:1px solid #cdcdcd;
height: 400px
}

i.fa-phone {
  color: #4ec3cd;
  font-size: 28px;
  display: block;
  padding-top: 15px;
  width: 60px;
  height: 60px;
  border: 2px solid #4ec3cd;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
}

div.fa {
  color: #4ec3cd;
  font-size: 17px;
  padding-top: 3.5px;
  width: 40px;
  height: 26px;
  border: 2px solid #4ec3cd;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  text-align: center;
  line-height: 16px;
}

div.fa img {
width: 12px;
margin-top: -3px;
}

div.fa-envelope {
  font-size: 15px;
  line-height: 14px;
}

.contact-line {
padding: 8px 0;
}

.contact-line .direccion {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
font-weight: 300;
padding-left: 30px;
display:block;
margin-top:-24px;
margin-left:20px;
}

.contact-line strong {
font-weight: 400;
}

.link {
line-height: 26px;
font-size: 16px;
font-weight: 300;
margin-left: 5px;
}


.news-container {
  padding: 10px 0px 20px;
  border-bottom: 1px dotted #d9d9d9;
}

.news-img {
  padding-right: 20px;
}

footer {
  background: #ffffff;
  padding: 40px 0px;
}

.social li a:hover {
  opacity: 0.5;
}


.features-corporativos{
  padding: 0;
list-style: none;
margin-top: 100px;
margin-right: -180px;
float: right;
}
.features-corporativos li img{
margin-top: 40px;
  border-radius: 17px;
-webkit-box-shadow: 0px 5px 50px -16px rgba(30,59,102,0.5);
-moz-box-shadow: 0px 5px 50px -16px rgba(30,59,102,0.5);
box-shadow: 0px 5px 50px -16px rgba(30,59,102,0.5);
}

.texto-corporativos{
float: right; 
width: 400px;  
padding: 40px; 
margin-top: 100px;
}

/*---------------Pricing Tables-------------------*/


#hoteles {
  background: #2a4776;
}

.pricing-container {
  padding-left: 0px;
  padding-right: 0px;
}

.pricing-table {
  background: transparent;
  margin-bottom: 50px;
  margin-top: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pricing-table.active {
  box-shadow: 0px 0px 12px rgba(41,46,50,0.6); 
  position: absolute;
  margin: auto;
  z-index: 200;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pricing-table:hover {
  margin-top: -10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pricing-table li {
  padding-left: 20px;
  padding-right: 20px;
}

.headline {
  background: #231f20;
  color: #FFFFFF;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.price {
    background: none repeat scroll 0 0 #231f20;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}


.pricing-table:hover li.price  {
  background: #303236;
  -webkit-transition: all 0.85s ease-in-out;
  -moz-transition: all 0.85s ease-in-out;
  -o-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
}

.price small {
  font-weight: 300;
  color: #929496;
}

.info {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 13px;
  color: #929496;
  background: #ffffff;
}

.features {
  color: #231f20;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #E8EAEA;
  background: #ffffff
}

.features.first {
  border-top: 1px dotted #E8EAEA;
}

.features.last {
  padding-top: 17px;
  padding-bottom: 20px;
}

.features.last a {
	color: #70cbce;
	font-size: 14px;
	letter-spacing: 1px;
}

.pricing-container .btn {
    border-radius: 0;
}




/* ==========================================================================
   Form styles
   ========================================================================== */
.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #000;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-control:first-child {
    border-radius: 8px 8px 0 0;
}
.form-control:last-child {
    border-radius: 0 0 8px 8px;
}

.form-control:focus {
  border: 1px solid #6ecddc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-control::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

/* ==========================================================================
   Convenios
   ========================================================================== */

.convenios {
  margin: auto;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 60px;
    color: #2a4776;
    line-height: 50px;
    border-bottom: 1px solid #6ecddc;
    width: 600px;
}






/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */

@media(max-width: 320px) { 

  .tabla img {
    width: 90px;
}



}

@media (min-width: 321px) and (max-width: 375px) { 

  .tabla img {
    width: 100px;
}


}

@media (min-width: 376px) and (max-width: 480px) { 

  .tabla img {
    width: 120px;
}

}
@media (max-width: 480px){ 


.btn-lg {
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}


.btn-wide {
  width: 100%;
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}


ul.menu {
margin-top: 10px;
width: 100%;
padding-left: 35px;
}

ul.menu li{
  padding-left: 20px;
}

ul.menu li:first-child{
  padding-left: 0;
}


.icon  {
  display: inline-block;
  background-size: 30px 30px;
  background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.icon:hover  {
  display: inline-block;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}


[data-tooltip]:hover:before, [data-tooltip]:hover:after {
  visibility: hidden;
  opacity: 0;
}



  .cards .tabla{

  top:60px;
  
}
  .cards .tabla .col-sm-4{
 
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px
}

  .tabla img {
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 90px -12px rgba(30,59,102,0.6);
-moz-box-shadow: 0px 5px 90px -12px rgba(30,59,102,0.6);
box-shadow: 0px 5px 90px -12px rgba(30,59,102,0.6);
}

#main-info.pad-sm {
    padding: 40px 0;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.header {
margin-top: 10px;
}

hr.linea{
  margin-top: 10px;
}

.titulo {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 55px;
}

#lunas-de-miel { 
      background-attachment: scroll;
  }

  #lunas-de-miel.pad-xl {
  padding: 90px 0px;
}


.titulo-lm {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -1px;
    color: #41a4cf;
    font-weight: 400;
    text-align: left;
    background-color: #fff;
    padding: 20px;
    width: 65%;
    margin-top: -50px;
    margin-bottom: 200px;
-webkit-box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
-moz-box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
}

#cruceros, #hotel, #coches {
  background-attachment: scroll;
  border-radius: 10px;
  background-position:center center;
  width: 85%;
  margin: auto;
  margin-top: 30px;
  padding: 80px 0;
  -webkit-box-shadow: 0px 8px 30px -10px rgba(30,59,102,0.6);
  -moz-box-shadow: 0px 8px 30px -10px rgba(30,59,102,0.6);
  box-shadow: 0px 8px 30px -10px rgba(30,59,102,0.6);
}


#cruceros {
    margin-bottom: 30px;
}


.convenios {
    width: auto;
    margin-bottom: 20px;
    line-height: 30px;
    padding-bottom: 15px;
    margin-top: -30px;
}


#corporativos {
  background: url(../img/viajes-corporativos.jpg) #231f20 no-repeat -270px 0 fixed;
  min-height: 400px;
  -webkit-background-size: 800px;
  -moz-background-size: 800px;
  -o-background-size: 800px;
  background-size: 800px;
  background-attachment: scroll;
}

.features-corporativos {
margin-right: 0;
float: none;
margin-top: 50px;
}


.features-corporativos li img{
width:250px;
margin-top: 20px;
}

.features-corporativos li:first-child img{
margin-top: 55px;
}

.texto-corporativos{
margin-top: 0;
width: auto
}


  .datos-contacto {
border-left:none;
height: 60px
}


  .mapa {
width:100%;
}


}

@media (min-width: 481px) and (max-width: 548px) { 


.cards .tabla{

  top:170px;
  
}
  .cards .tabla .col-sm-4{
 
  display: inline-block;
}

  .tabla img {
    border-radius: 8px;
    width: 120px;
        -webkit-box-shadow: 0px 5px 90px -12px rgba(30,59,102,0.6);
-moz-box-shadow: 0px 5px 90px -12px rgba(30,59,102,0.6);
box-shadow: 0px 5px 90px -12px rgba(30,59,102,0.6);
}
#main-info.pad-sm {
    padding: 50px 0;
}
}

@media(max-width: 548px) { 

  h1, h2, h3, h4 {
    font-weight: 400
}

}


/* Landscape phone to portrait tablet */
@media (min-width: 549px) and (max-width: 767px) { 

#be-the-first { 
      background-attachment: scroll;
  }

  .titulo {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 55px;
}

.header {
margin-top: 20px;
}

hr.linea {
    margin-top: 0;
}

.logo {
width: 250px;
}

ul.menu {
display: inline-block;
margin-top: -45px;
}


ul.menu li{
  padding-left: 0;
}


.icon  {
  display: inline-block;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.icon:hover  {
  display: inline-block;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

[data-tooltip]:hover:before, [data-tooltip]:hover:after {
  visibility: hidden;
  opacity: 0;
}

.header-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0px;
    margin-bottom: 0;
}

#lunas-de-miel { 
      background-attachment: scroll;
  }

  #lunas-de-miel.pad-xl {
  padding: 10px 0px;
}


.titulo-lm {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #41a4cf;
    font-weight: 400;
    text-align: left;
    background-color: #fff;
    padding: 20px;
    width: 50%;
    margin-top: 40px;
    margin-bottom: 200px;
-webkit-box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
-moz-box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
box-shadow: 0px 5px 120px -16px rgba(30,59,102,0.6);
}


.cards .tabla{

  top:-30px;
  
}
  .cards .tabla .col-sm-4{
 
  display: inline-block;
}

  .tabla img {
    border-radius: 10px;
    width: 150px
}

#main-info.pad-sm {
    padding: 50px 0;
}


#cruceros, #hotel, #coches {
  background-attachment: scroll;
  border-radius: 10px;
  background-position:center center;
  width: 85%;
  margin: auto;
  margin-top: 30px;
  padding: 80px 0;
  -webkit-box-shadow: 0px 8px 30px -10px rgba(30,59,102,0.6);
  -moz-box-shadow: 0px 8px 30px -10px rgba(30,59,102,0.6);
  box-shadow: 0px 8px 30px -10px rgba(30,59,102,0.6);
}


#cruceros {
    margin-bottom: 30px;
}


.convenios {
    width: auto;
    margin-bottom: 20px;
    line-height: 30px;
    padding-bottom: 15px;
    margin-top: -30px;
}


#corporativos {
  background: url(../img/viajes-corporativos.jpg) #231f20 no-repeat -70px 0 fixed;
  min-height: 400px;
  -webkit-background-size: 800px;
  -moz-background-size: 800px;
  -o-background-size: 800px;
  background-size: 800px;
  background-attachment: scroll;
}

.features-corporativos {
margin-right: 0;
float: none;
margin-top: 50px;
}


.features-corporativos li img{
width:250px;
margin-top: 20px;
}

.features-corporativos li:first-child img{
margin-top: 55px;
}

.texto-corporativos{
margin-top: 0;
width: auto;
  text-align: center;
}

  .datos-contacto {
border-left:none;
height: 60px
}


  .mapa {
width:100%;
}


}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

#be-the-first { 
      background-attachment: scroll;
  }
.cards .tabla{

  top:135px;
  
}
  .tabla img {
    border-radius: 14px;
    width: 200px;
}
  
}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

}
     


/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

}   





