/* MARGA TAQSA 2020
  DEVELOPER: LIMA INC
*/


/******************************/
/*     01. General Styles     */
/******************************/
body,
html {
    width: 100%;
	height: 100%;
}

body, p {
	color: #696868; 
	font: 400 14px/18px "Open Sans", sans-serif;
}

.p-large {
	font: 400 1.125rem/1.75rem "Open Sans", sans-serif;
}

.p-small {
	/*! font: 400 0.875rem/1.5rem "Open Sans", sans-serif; */
}

h1 {
	color: #333;
	font: 700 30px/34px "Open Sans", sans-serif; 
}

h2 {
	color: #ef7f25;
	font: 700 35px/35px "Open Sans", sans-serif;
}

.h2-heading {
	width: 100%;
	text-align:center;
}

h3 {
	color: #333;
	font: 700 20px/22px "Open Sans", sans-serif;
}

h4 {
	color: #333;
	font: 700 1.375rem/1.75rem "Open Sans", sans-serif;
	letter-spacing: -0.1px;
}

h5 {
	color: #333;
	font: 700 1.125rem/1.5rem "Open Sans", sans-serif;
	letter-spacing: -0.1px;
}

h6 {
	color: #333;
	font: 700 1rem/1.375rem "Open Sans", sans-serif;
	letter-spacing: -0.1px;
}

.p-heading {
	margin-bottom: 3.25rem;
}


a {
	color: #ef7f25;
	text-decoration: none;
	transition: all 0.2s ease;
}

a:hover {
	color: #5e1023;
	text-decoration: none;
}

a.white {
	color: #fff;
}

.decorative-line {
	display: block;
	width: 5rem;
	height: 0.5rem;
	margin-right: auto;
	margin-left: auto;
}



/*************************/
/*     02. Preloader     */
/*************************/
.spinner-wrapper {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
}

.spinner {
	position: absolute;
	top: 50%; /* centers the loading animation vertically one the screen */
	left: 50%; /* centers the loading animation horizontally one the screen */
	width: 3.75rem;
	height: 1.25rem;
	margin: -0.625rem 0 0 -1.875rem; /* is width and height divided by two */ 
	text-align: center;
}

.spinner > div {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	background-color: #5e1023;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); }
	40% { -webkit-transform: scale(1.0); }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}


/**************************/
/*     03. Navigation     */
/**************************/
.navbar-custom {
	background: url(../img/bk_header.png) top left repeat-x #ff8011;
	box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
	font: 400 15px/15px "Open Sans", sans-serif;
	text-transform: uppercase;
	transition: all 0.2s;
}

.navbar-custom .container {
	max-width: 1150px;
}

.navbar-custom .navbar-brand.logo-image img {
    width: 4.4375rem;
	max-height: 1.75rem;
}

.navbar-custom a.btn_devolver,
a.btn_devolver {
	display: inline-block;
}

.navbar-custom .socials {
    margin: 15px 0;
    padding: 0px;
}

.navbar-custom .socials a:hover {
	opacity: 0.8;
}

.navbar-custom ul li {
	display: inline;
	margin-right: 10px;
}

.navbar-custom  a.btn_devolver,
a.btn_devolver {
	background: url(../img/icn_devolver.png) 93% center no-repeat #5e1023;
	padding: 0px 40px 0px 15px;
	border-radius: 4px;
	color:#fff;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	margin-top: 10px;
}

.navbar-custom  a.btn_devolver:hover,
a.btn_devolver:hover {
	background-color:#410f1b;
}

.navbar-custom .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar-custom .nav-item .nav-link {
	padding: 0.625rem 0.75rem 0.625rem 0.75rem;
	color: #f7f5f5;
	opacity: 0.8;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link.active {
	color: #fff;
	opacity: 1;
}


.navbar-custom .navbar-toggler {
	padding: 0;
	border: none;
	color: #fff;
	font-size: 1.5rem;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times{
	display: none;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars{
	display: inline-block;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars{
	display: none;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times{
	display: inline-block;
	margin-right: 0.125rem;
}


/*********************/
/*    04. Header     */
/*********************/
.header {
	position: relative;
	z-index: 0;
	text-align: center;
}

.header .slider-container {
	position: relative;
	z-index: 0;
}

.header .comprar-pasajes {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	transform: translate(-50%, -50%);
} 

.header .comprar-pasajes iframe {
	width: 100%;
	height: 400px;
	border: 0px;
}

.header .comprar-pasajes li.hvr-float {
	width: 33.3%;
	height: 50px;
	display: inline-block;
	background: #efefef;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}

.header .comprar-pasajes li.hvr-float:first-child {
	background: #d6d6d6; 
	border-top-left-radius: 5px;
}

.header .comprar-pasajes li.hvr-float:last-child {
	background: #d6d6d6; 
	border-top-right-radius: 5px;
}

.header .comprar-pasajes li.hvr-float:hover {
	background: #86b23d;
	color: #fff;
}

.header .comprar-pasajes li.hvr-float.active,
.header .comprar-pasajes li.hvr-float.active:hover {
	background: #fff;
}

.header .comprar-pasajes li.hvr-float.active a {
	cursor: default;
}

.header .comprar-pasajes li.hvr-float a {
	color: #696868;
	width: 100%;
	height: 100%;
	display: block;
}

.header .comprar-pasajes li.hvr-float a:hover {
	color: #fff;
}

.header .comprar-pasajes li.hvr-float.active a,
.header .comprar-pasajes li.hvr-float.active a:hover {
	background: #fff;
	color: #696868;
}

 
/*************************/
/*     05. ACCESOS     */
/*************************/
#accesos {
	background: #ffffff;
	padding: 80px 0;
}

#accesos .col-12 a {
	background: #ff8011;
	border-radius: 8px;
	width: 100%;
	min-height: 220px;
	display: block;
	text-align:center;
	-webkit-box-shadow: 0px 20px 42px -30px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 20px 42px -30px rgba(0,0,0,.8);
	box-shadow: 0px 20px 42px -30px rgba(0,0,0,.8);
	box-sizing: border-box;
	padding-top: 40px;
}

#accesos .col-12 a {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color:#fff;
}

#accesos .col-12 a span {
	width: 92px;
	height: 92px;
	border-radius: 100%;
	display: block;
	clear: both;
	margin: 0 auto 20px;
	position: relative;
}

#accesos .col-12 a span img {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
}

#accesos .col-12 a:hover {
	-webkit-box-shadow: 0px 10px 42px -30px rgba(0,0,0,1);
	-moz-box-shadow: 0px 10px 42px -30px rgba(0,0,0,1);
	box-shadow: 0px 10px 42px -30px rgba(0,0,0,1);
	transition: all 0.2s;
	background: #5e1023;
}
 

/***************************/
/*     06. Novedades     */
/***************************/
#noticias {
	padding: 70px 0 80px;
	background: #f0eeee;
}

#destinos,
#novedades {
	padding: 0px 0 150px;
}

#novedades .row{
	padding: 0px 0 40px;
}

#noticias .h2-heading {
	margin-bottom: 40px;
}

#noticias .col-xl-4,
#destinos .col-xl-4,
#promociones .col-xl-4,
#novedades .col-xl-4{
  text-align: center;
}

#noticias .col-xl-4 .card,
#destinos .col-xl-4 .card,
#promociones .col-xl-4 .card,
#novedades .col-xl-4 .card{
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
	  height: 100%;
	overflow: hidden;
	-webkit-box-shadow: 0px 20px 30px -20px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 20px 30px -20px rgba(0,0,0,0.31);
box-shadow: 0px 20px 30px -20px rgba(0,0,0,0.31);
	margin-bottom: 
}

a.link-img-noticia {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

a.link-img-noticia img {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}


a.link-img-noticia:hover img{
	-webkit-filter: saturate(2);
	transition: all 0.2s;
}
#noticias .col-xl-4 .card h3,
#noticias  .col-xl-4 p,
#seccion-noticias p,
#destinos .col-xl-4 .card h3,
#destinos .col-xl-4 .card h4,
#destinos  .col-xl-4 p,
#promociones .col-xl-4 .card h3,
#promociones .col-xl-4 p,
#novedades .col-xl-4 .card h3,
#novedades .col-xl-4 p{
	padding: 0 25px;
	margin: 0px;
}
#noticias .col-xl-4 .card h3,
#destinos .col-xl-4 .card h3,
#novedades .col-xl-4 .card h3,
#novedades .col-xl-4 .card h3 {
height:46px;
 -webkit-line-clamp:2;
 overflow:hidden;
 display:-webkit-box;
 -webkit-box-orient:vertical;
 text-overflow:ellipsis;
	color: #ef7f25;
}
#destinos .col-xl-4 .card h3 {
  height:26px;
 -webkit-line-clamp:1;
}

#destinos .col-xl-4 .card h4 {
height:46px; 
 -webkit-line-clamp:2;
 overflow:hidden;
 display:-webkit-box;
 -webkit-box-orient:vertical;
 text-overflow:ellipsis;
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
}
#noticias .col-xl-4 i,
#destinos .col-xl-4 p,
#novedades .col-xl-4 p{
	margin: 14px 0 40px;
	max-height:55px;
 -webkit-line-clamp:2;
 overflow:hidden;
 display:-webkit-box;
 -webkit-box-orient:vertical;
 text-overflow:ellipsis
}

.link-nota {
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
	padding: 0 0 35px 0;
}

.link-nota:before {
	width: 100%;
	height: 1px;
	display: block;
	content: '';
	background: #bebebe;
	margin: 0px auto 25px;
	
}

.link-nota i {
	font-size: 13px;
	vertical-align:top;
	line-height: 17px;
}

.fecha {
	font-size: 16px;
	color:#ef7f25; 
	position: relative;
	margin: 9px auto 0;
}

.fecha:before {
	width: 23px;
	height: 22px;
	display: block;
	content: '';
	background: url(../img/icn__noticia__fecha.svg) center center no-repeat;
	position:absolute;
	background-size: cover;
	left: -26px;  
	top: -3px;
}

#destinos h2{
	font-size: 30px;
	position:relative;
	text-align: center;
}

#destinos .row + .row h2 {
	margin-top: 20px;
}

#destinos h2 span {
	background: #fff;
	display: inline;
	z-index: 2;
	position:relative;
	padding: 0 10px;
}

#destinos h2:after {
	width: 50%;
	height: 3px;
	background: #f68c1f;
	display: inline-block;
	content: '';
	position: absolute;
	bottom: 6px;
	left: 25%;
	z-index: 0;
}

#destinos .row {
	margin: 0 0 40px 0;
}


/**********************/
/*     07. Footer     */
/**********************/
.footer {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #ff8011 url(../img/bk_footer.png) center left no-repeat;
  background-size: auto 100%;
}

.footer p {
	color: #fff;
	margin-bottom: 0px;
	margin-top: 8px;
	line-height: 20px;
}

.footer ul {
	list-style: none;
	text-align: right;
	margin-bottom: 0px;
	padding: 0;
}

.footer ul li {
	display: inline;
	margin-left: 0.5em;
}
.footer ul li:first-child {
	margin-left: 0;
}
.footer ul a {
	color:#fff;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

.footer ul a:hover {
	opacity: 0.8;
}

/**********************/
/*     08. INTRO     */
/**********************/
#intro:before {
	width: 100%;
	height: 115px;
	content: '';
	display: block;
	background: #ff8011;
	position: absolute;
	top:0;
	left: 0;
}
#intro .container .row .col-12 {
	background: #ffffff;
	position: relative;
	padding: 60px 0 50px;
	max-width: calc(100% - 30px);
	margin: 0 15px;
}
#intro h1 {
	color: #f68c1f;
	margin-bottom: 30px;
}

#intro.novedades h1 {
	margin-bottom: 0px;
}

#intro p {
	margin: 35px auto;
	color: #1b1b1b;
	font-size: 18px;
	line-height: 22px;
	max-width: 770px; 
}

#intro p:last-child {
	margin-bottom: 0;
}

#agencias iframe {
	width: 100%;
	height: 590px;
	margin-bottom: 150px;
	border: 0px;
}
#intro.noticia .container .row .col-12 {
	padding: 60px 40px 0px;
  text-align: left;
}

#intro.noticia p {
	margin: 0px 0;
	color: #ef7f25;
	font-size: 20px;
	line-height: 22px;
  text-transform: uppercase; 
}

#intro.noticia h1 {
	font-size: 35px;
	line-height: 39px;
}
#intro.noticia .fecha {
	margin-left: 20px;
	color:#949494;
	font-size: 16px;
	padding-left: 4px;
}

#intro.noticia .fecha:before  {
	filter: grayscale(100%);
}

#noticia .container .row .col-xl-12{
	padding: 20px 50px 50px;
  text-align: left;
}

#noticia .container .row .col-xl-12 p {
	font-size: 18px;
	line-height: 24px;
}

#noticia .container .row .col-xl-12 img {
	margin: 30px 0;
}
/**********************/
/*     09. QUIENES     */
/**********************/
#quienes-somos h2 {
	font-size: 30px;
	position:relative;
}

#quienes-somos h2 span {
	background: #fff;
	display: inline;
	z-index: 2;
	position:relative;
	padding-right: 10px;
}

#quienes-somos h2:after {
	width: 100%;
	height: 3px;
	background: #f68c1f;
	display: inline-block;
	content: '';
	position: absolute;
	bottom: 6px;
	left: 0px;
	z-index: 0;
}

#quienes-somos div.quienes-item p {
	margin: 30px 0;
	font-size: 18px;
	line-height: 22px;
	color:#1b1b1b;
}

#quienes-somos ul {
	margin:0;
	font-size: 18px;
	line-height: 22px;
	color:#1b1b1b;
	padding: 0;
	list-style-position: inside;
}


#quienes-somos .container {
	padding: 0 45px 160px;
}

#quienes-somos div.quienes-item {
	padding: 0 25px;
}

#quienes-somos div.quienes-item + div.quienes-item {
	margin-top: 60px;
}

/***************************/
/*     10. Promociones     */
/***************************/
#promociones {
		margin-top: 230px;
	padding: 70px 0 80px;
	background: #f0eeee;
}

#promociones h1{
	color: #f68c1f;
	margin-bottom: 30px;
  text-align: center
}

#promociones .col-12 p{
	margin: 35px auto;
	color: #1b1b1b;
	font-size: 18px;
	line-height: 22px;
	max-width: 770px;
	text-align: center;
}

#promociones .col-xl-4 p{
	margin: 14px 0 40px;
}

#promociones .col-xl-4 .card h3{
	color: #ef7f25;
	margin-top: 30px;
}

#promociones .col-xl-4 img {
	width: 100%;
	height: auto;
}

#promociones .col-xl-4 .card-footer {
	background: #fff;
}

#promociones .col-xl-4 .card-footer p {
	margin-bottom: 10px;
	color:#ef7f25;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

/***************************/
/*     11. Servicios     */
/***************************/
#slider-servicios {
	margin-bottom:50px;
}

#slider-servicios .swiper-pagination-fraction, 
#slider-servicios .swiper-pagination-custom, 
#slider-servicios .swiper-container-horizontal > .swiper-pagination-bullets {
	position: relative;
	margin-top: 30px;
}

#slider-servicios .swiper-pagination-bullet {
	background: white;
	border:2px solid #f68c1f;
	opacity: 1;
}

#slider-servicios .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #f68c1f;
}

#encomiendas {
	background: #f0eeee;
	padding: 70px 0 100px
}

#encomiendas .container .col-lg-12 {
	background: #fff;
	text-align: center;
	border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
	-webkit-box-shadow: 0px 20px 30px -20px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 20px 30px -20px rgba(0,0,0,0.31);
box-shadow: 0px 20px 30px -20px rgba(0,0,0,0.31);
	padding: 60px 40px;
	margin: 0 20px 0 20px;
}

#encomiendas p {
	margin: 30px 0;
	font-size: 18px;
	line-height: 22px;
	color:#1b1b1b;
}

/***************************/
/*     12. Viaja seguro     */
/***************************/
.header-viaja-seguro {
	background: url(../img/viajeseguro/bk_header_ViajaSeguro.jpg) center center no-repeat;
	text-align: right;
	margin-bottom: 50px;
}

.header-viaja-seguro img {
	float: right;
	display: block;
	position: relative;
	margin: 60px 0;
}

.intro-viaja-seguro h3 {
	color: #ef7721;
	margin: 40px 0 30px;
	font-size: 23px;
}

.intro-viaja-seguro p,
.viaja-seguro-fluid .container-fluid p,
.viaja-seguro-fluid .container-fluid ul {
	font-size: 18px;
	line-height: 24px;
}

.intro-viaja-seguro ul {
	font-size: 18px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

.viaja-seguro-01 {
	margin: 90px 0 0;
	background: #ef7f25;
	position: relative;
}

.viaja-seguro-03 {
	margin-bottom: 0px !important;
	background: #ef7f25;
	position: relative;
}

.viaja-seguro-01 .container-fluid .col-lg-6 +.col-lg-6,
.viaja-seguro-03 .container-fluid .col-lg-6 +.col-lg-6 {
	background: #ef7f25;
}

.viaja-seguro-04 .col-lg-6 {
	background: #f7903d;	
}

.viaja-seguro-03 .col-lg-6 +.col-lg-6 {
	background: transparent;	
}

.viaja-seguro-01 .align-items-center {
	background: url(../img/viajeseguro/ViajaSeguro_01.jpg) 0% bottom no-repeat;
	background-size: contain;
}

.viaja-seguro-03 .align-items-center {
	background: url(../img/viajeseguro/ViajaSeguro_04.jpg) 0% bottom no-repeat;
	background-size: contain;
}

.viaja-seguro-04 .align-items-center {
	background: url(../img/viajeseguro/ViajaSeguro_05.jpg) 100% bottom no-repeat #f7903d;
	background-size: contain;
}

.viaja-seguro-01 .container-fluid .col-lg-6,
.viaja-seguro-01 .container-fluid .col-lg-6 .row,
.viaja-seguro-01 .container-fluid .col-lg-6 .row .col,
.viaja-seguro-03 .container-fluid .col-lg-6,
.viaja-seguro-03 .container-fluid .col-lg-6 .row,
.viaja-seguro-03 .container-fluid .col-lg-6 .row .col,
.viaja-seguro-04 .container-fluid .col-lg-6,
.viaja-seguro-04 .container-fluid .col-lg-6 .row,
.viaja-seguro-04 .container-fluid .col-lg-6 .row .col {
	padding: 0;
	margin: 0 auto;
}
.viaja-seguro-fluid .container-fluid .col-lg-6 .row .col{
  padding: 70px 0;
}
.viaja-seguro-fluid .container-fluid .col-lg-6 h3,
.viaja-seguro-fluid .container-fluid .col-lg-6 p {
	color: #fff;
}

.viaja-seguro-fluid .container-fluid .col-lg-6 ul {
	font-size: 18px;
	line-height: 24px;
	margin: 15px 0;
	padding: 0px;
	list-style-position: inside;
	color: #fff;
}

.viaja-seguro-fluid .container-fluid h3 {
	font-size: 30px;
	line-height: 33px;
}

.viaja-seguro-02 {
	background: #f0eeee;
	padding: 90px 0;
}

.viaja-seguro-02 .container,
.viaja-seguro-02 .container .row,
.viaja-seguro-02 .container .col-lg-6 {
	padding: 0;
	margin: 0 auto;
}

.viaja-seguro-02 .container .shadow-sm {
	margin-top: 40px;
}

.viaja-seguro-02 .col-lg-6 h3 {
	margin: 0 40px 30px;
	font-size: 23px;
	position:relative;
	color: #f68c1f;
}

.viaja-seguro-02 .col-lg-6 h3 span {
	background: #fff;
	display: inline;
	z-index: 2;
	position:relative;
	padding-right: 20px;
}

.viaja-seguro-02 .col-lg-6 h3:after {
	width: 100%;
	height: 3px;
	background: #f68c1f;
	display: inline-block;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 0;
}

.viaja-seguro-02 .col-lg-6 ul {
	font-size: 18px;
	line-height: 24px;
	margin: 15px 0;
	padding: 0 40px;
	list-style-position: inside;
}

.viaja-seguro-fluid .col-lg-6 ul li, 
.viaja-seguro-02 .col-lg-6 ul li {
	padding-bottom: 15px;
}


/**********************************/
/*     13. Back To Top Button     */
/**********************************/
a.back-to-top {
  position: fixed;
  z-index: 999;
  right: 0.75rem;
  bottom: 0.75rem;
  display: none;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 1.875rem;
  background: #606060 url("../img/up-arrow.png") no-repeat center 47%;
  background-size: 1.125rem 1.125rem;
  text-indent: -9999px;
  transition: all 0.2s;
}

a:hover.back-to-top {
  background-color: #5e1023; 
}

/*****************************/
/*     19. Media Queries     */
/*****************************/	

/* Min-width width 1200px */
@media (min-width: 1200px) {
	
	/* Navigation */
	.navbar-custom {
		padding: 30px 1.5rem 40px 2rem;
    background: url(../img/bk_header.png) top left repeat-x #ff8011;
		box-shadow: none;
	}
	
	.navbar-custom .container {
		position: relative;
	}
	
	.navbar-custom .navbar-brand.logo-image img {
    width: auto;
    max-height: 104px;
  }
	
	.navbar-custom .navbar-socials {
	 width: 60%;
	 display: block;
	 clear: both;
		position: absolute;
		top: 20px;
		right: 0px;
		left: auto;
		text-align: right;
		height: 37px;
		box-sizing: border-box; 
		padding-right: 1.5rem;
  }
	
	.navbar-custom .navbar-socials .btn_devolver,
	.navbar-custom .navbar-socials ul {
		display: inline-block;
		clear:none;	
	}
	
	.navbar-custom .navbar-socials .btn_devolver,
	.btn_devolver {
			margin: 0px 20px 0 0;
	}

	.navbar-custom .navbar-nav {
		margin-top: 89px;
		margin-bottom: 0;
	}

	.navbar-custom .nav-item .nav-link {
		margin: 0rem 0.5rem;
		padding: 0 0 5px 0;
		opacity: 1;
		border-bottom: 2px solid transparent;
	}
	
	.navbar-custom .nav-item .nav-link:hover,
	.navbar-custom .nav-item .nav-link.active {
		opacity: 1;
		border-bottom: 2px solid #fff;
	}

	.navbar-custom.top-nav-collapse {
    padding: 30px 1.5rem 20px 2rem;
		box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
	}
	
	.navbar-custom.top-nav-collapse .navbar-socials {
		display: none !important;
		opacity: 0.0000001;
		transition: opacity 0.5 ease;
	}
	
	.navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
    width: auto;
    max-height:54px;
  }
	
	.navbar-custom.top-nav-collapse .navbar-nav {
		margin-top: 0px;
		margin-bottom: 0;
	}

	.navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
	.navbar-custom.top-nav-collapse .nav-item .nav-link.active {
		color: #fff;
	}
	
	.header,
	#promociones,
	.header-viaja-seguro {
		margin-top: 180px;
	}
	
	.navbar-custom.top-nav-collapse + .header,
	.navbar-custom.top-nav-collapse + #promociones{
		margin-top: 178px;
	}
	
	.header img {
		width: 100%;
	}
	
	.viaja-seguro-01 .align-items-center {
		background-size: 50% 100%;
	}

	.viaja-seguro-03 .align-items-center {
		background-size: 50% 100%;
	}

	.viaja-seguro-04 .align-items-center {
		background-size: 50% 100%;
	}
	
}
@media (max-width: 1200px) {
	.navbar-custom .navbar-brand.logo-image img {
    width: auto;
    max-height: 84px;
		margin: 10px 0 0;
  }
	
	.navbar-custom.top-nav-collapse  .navbar-brand.logo-image img {
    width: auto;
    max-height: 64px;
		margin: 10px 0 0;
  }
	
	.header,
	#promociones {
		margin-top: 120px;
	}
	
	.navbar-custom.top-nav-collapse + .header,
	.navbar-custom.top-nav-collapse + #promociones  {
		margin-top: 150px;
	}
	
	.header .swiper-slide {
		height: 540px;
		text-align: right;
		overflow: hidden;
	}
	.header img.img-fluid {
		width: auto;
		max-width: 300% !important;
		height: 100%;
		margin-left: 50%;
		transform: translate(-50%, 0);		
	}
	
	.container {
			max-width: 1000px;
	}
	
	.footer {
		padding: 30px 0 15px;
	}
	
	.footer .col-12 {
		text-align: center;
		margin-bottom: 15px;
	}
	
	.footer .col-12 ul{
		text-align: center;
	}
	
	.footer .col-12 ul li {
		margin: 0 0.5em;
	}

}
@media (max-width: 1600px) {
	.viaja-seguro-01 .align-items-center {
		background-size: auto 100%;
	}

	.viaja-seguro-03 .align-items-center {
		background-size: 50% 100%;
	}

	.viaja-seguro-04 .align-items-center {
		background-size: 50% 100%;
	}
	
}

@media (max-width: 1380px) {
	.viaja-seguro-01 .align-items-center {
		background-size: auto 100%;
	}

	.viaja-seguro-03 .align-items-center {
		background-size: auto 100%;
	}

	.viaja-seguro-04 .align-items-center {
		background-size: auto 100%;
	}
	
}

@media (max-width: 992px) {
	.comprar-pasajes .col-md-4 {
		flex: 0 0 45%;
		max-width: 45%;
	}
	
	#accesos,
	#noticias,
	#promociones {
    padding: 60px 0;
  }
	
	#destinos,
	#novedades {
    padding: 0px 0 60px 0;
  }
	
	#accesos .col-12 a {
    font-size: 18px;
    line-height: 18px;
	}
	
	#noticias .link-img-noticia,
	#destinos .link-img-noticia,
	#novedades .link-img-noticia {
		min-height: 130px;
	}
	
	#noticias .link-img-noticia img,
	#destinos .link-img-noticia img,
	#novedades .link-img-noticia img {
		height: 100%;
		width: auto;
		left:50%;
		transform: translate(-50%, 0)
	}
	
	#intro p {
		max-width: 600px;
	}
	
	#quienes-somos .container {
		padding: 0 10% 90px;
	}

	#quienes-somos div.quienes-item {
		padding: 0 0px;
	}

	#quienes-somos div.quienes-item + div.quienes-item {
		margin-top: 0px;
	}
	
	.intro-viaja-seguro  {
		padding-left: 20px;
		padding-right: 20px;
	}
	.viaja-seguro-fluid .container-fluid .col-lg-6 .row .col {
		padding-left: 35px;
		padding-right: 35px;
	}
	.viaja-seguro-01 .align-items-center {
		background: none;
	}

	.viaja-seguro-03 .align-items-center {
		background: none;
	}

	.viaja-seguro-04 .align-items-center {
		background: none;
	}
	
	.viaja-seguro-01 img,
	.viaja-seguro-02 img,
	.viaja-seguro-03 img,
	.viaja-seguro-04 img {
		width: 100%;
	}
	
	.viaja-seguro-02 img {
		display: none;
	}
	
	.viaja-seguro-02 .shadow-sm {
		padding: 40px 0;
		margin: 20px
	}
	
  
}

@media (max-width: 768px) {
	.navbar-custom .navbar-brand.logo-image img {
    width: auto;
    max-height: 74px;
		margin: 10px 0 0;
  }
	
	.navbar-custom.top-nav-collapse  .navbar-brand.logo-image img {
    width: auto;
    max-height: 44px;
		margin: 10px 0 0;
  }
	
	.header,
	#promociones{
		margin-top: 100px;
	}
	
	.navbar-custom.top-nav-collapse + .header,
	.navbar-custom.top-nav-collapse + #promociones {
		margin-top: 150px;
	}
	
	.header .swiper-slide {
		height: auto;
	}
	.header img.img-fluid {
		width: 100%;
		max-width: 100% !important;
		height: auto;
		margin-left: 0%;
		transform: translate(-0%, 0);		
	}
	
	.header .comprar-pasajes {
    position: relative;
    top: auto;
    left: 0%;
    z-index: 99;
    transform: translate(0%, 0%);
	}
	.comprar-pasajes .col-md-4 {
		flex: 0 0 100%;
		max-width: calc(100% - 30px);
    margin: -50px auto 0px;
		padding: 0px;
		-webkit-box-shadow: 2px 2px 11px 1px rgba(0,0,0,0.19);
		-moz-box-shadow: 2px 2px 11px 1px rgba(0,0,0,0.19);
		box-shadow: 2px 2px 11px 1px rgba(0,0,0,0.19);
  }
	
	#accesos {
		padding: 20px 0 40px 0;
	}
	
	#accesos .col-12 {
    margin: 15px 0;
	}
	
	#novedades .row{
		padding: 0px 0 0px;
	}
	
	#noticias .col-sm-4,
	#destinos .col-sm-4,
	#promociones .col-sm-4,
	#novedades .col-sm-4  {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	#noticias .col-sm-4 .link-img-noticia,
	#destinos .col-sm-4 .link-img-noticia,
	#promociones .col-sm-4 .img-promo,
	#novedades .col-sm-4 .link-img-noticia {
		width: 45%;
		position: absolute;
		height: 100%;
		display: block;
		overflow: hidden;
	}
	
	#promociones .col-sm-4 img {
		height: auto;
		width: 100%;
	}
	
	#noticias .col-xl-4 .card h3,
	#noticias .col-xl-4 p,
	#noticias .col-xl-4 .link-nota,
	#destinos .col-xl-4 .card h3,
	#destinos .col-xl-4 .card h4,
	#destinos .col-xl-4 p,
	#destinos .col-xl-4 .link-nota,
	#promociones .col-xl-4 .card h3,
	#promociones .col-xl-4 p,
	#novedades .col-xl-4 .card h3,
	#novedades .col-xl-4 p,
	#novedades .col-xl-4 .link-nota {
		width: 55%;
		margin-left: 45%;
		text-align: left;
		padding: 0 4%;
	}
	
	#novedades .fecha{
	 margin: 10px auto 0;
		width: auto;
		padding: 0 0px;
		font-size: 14px;
		margin:10px 0 0 48%;
		padding: 0 20px 0 25px;
		width: 55%;
		text-align: left;
	}
	
	#novedades .fecha:before {
		width: 18px;
		height: 20px;
		top: -2px;
		left: 0px;
	}
	
	#noticias .col-xl-4 .card h3,
	#destinos .col-xl-4 .card h3,
	#promociones .col-xl-4 .card h3,
	#novedades .col-xl-4 .card h3 {
		margin-top: 20px;
		font-size: 16px;
		line-height: 19px;
		height: 40px;
	}
	
	#destinos .col-xl-4 .card h4 {
		margin-top: 0px;
		font-size: 16px;
		line-height: 19px;
		height: 35px;
	}
	
	#noticias .col-xl-4 p,
	#destinos .col-xl-4 p,
	#promociones .col-xl-4 p,
	#novedades .col-xl-4 p  {
    	margin-top: 10px;
		margin-bottom: 20px;
	}
	
	.link-nota:before {
		margin-bottom: 10px;
	}
	
	.link-nota {
		margin-bottom: 15px;
		font-size: 14px;
	}
	
	.footer ul a {
		font-size: 14px;
	}
	
	.footer ul a img {
		max-width: 25px;
	}
	
	#intro h1,
	#promociones h1{
		font-size: 26px;
		margin-bottom: 0px !important;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#intro.noticia h1 {
		font-size: 26px;
		max-width: 100%;
		padding-bottom: 20px;
	}
	
	#intro p {
		margin: 20px auto;
		font-size: 16px;
		line-height: 19px;
		max-width: 80%;
	}
	
	#intro.noticia p {
		font-size: 16px;
		line-height: 19px;
	}
	
	#noticia img {
		max-width: 100%;
		height: auto;
	}
	
	#agencias iframe {
		height: 550px;
		margin-bottom: 90px;
		border: 0px;
	}
	
	#quienes-somos div.quienes-item h2 {
		font-size: 24px;
	}
	
	#quienes-somos div.quienes-item p {
		font-size: 16px;
		margin: 20px 0 50px;
	}
	
	#destinos h2 {
		font-size: 24px;
	}
	
	#destinos .row + .row h2 {
		margin-top: 0;
	}

	#destinos h2:after {
		width: 100%;
		left: 0%;
	}
}

@media (max-width: 576px) {
	.navbar-custom .navbar-brand.logo-image img {
    width: auto;
    max-height: 50px;
		margin: 10px 0 0;
  }
	
	.navbar-custom.top-nav-collapse  .navbar-brand.logo-image img {
    max-height: 40px;
  }
	
	.header,
	#promociones {
		margin-top: 85px;
	}
	
	.navbar-custom.top-nav-collapse + .header,
	.navbar-custom.top-nav-collapse + #promociones  {
		margin-top: 120px;
	}
	.comprar-pasajes .col-md-4 {
    margin: -40px auto 0px;
  }
	
	.header .comprar-pasajes li.hvr-float {
    height: 45px;
    line-height: 45px;
		font-size: 16px;
  }

	#noticias .col-sm-4 .link-img-noticia,
	#destinos .col-sm-4 .link-img-noticia,
	#promociones .col-sm-4 .img-promo,
	#novedades .col-sm-4 .link-img-noticia{
		width: 100%;
		position: relative;
		height: auto;
		max-width: 100%;
		margin: 0px;
	}
	
	#noticias .col-sm-4 .link-img-noticia img,
	#destinos .col-sm-4 .link-img-noticia img,
	#promociones .col-sm-4 .link-img-noticia img,
	#novedades .col-sm-4 .link-img-noticia img {
		width: 100%;
		height: auto;
		top: 50%;
		left:50%;
		transform: translate(-50%, -50%);
	}
	
	#noticias .col-xl-4 .card h3,
	#noticias .col-xl-4 p,
	#noticias .col-xl-4 .link-nota,
	#destinos .col-xl-4 .card h3,
	#destinos .col-xl-4 .card h4,
	#destinos .col-xl-4 p,
	#destinos .col-xl-4 .link-nota,
	#promociones .col-xl-4 .card h3,
	#promociones .col-xl-4 p,
	#novedades .col-xl-4 .card h3,
	#novedades .col-xl-4 p,
	#novedades .col-xl-4 .link-nota,
	#novedades .fecha{
		width: 100%;
		margin-left: 0%;
		text-align: center;
		padding: 0 15px;
	}
	
	#novedades .fecha{
	 margin: 10px auto 0;
		width: auto;
		padding: 0 0px;
		font-size: 14px;
	}
	
	#novedades .fecha:before {
		width: 18px;
		height: 20px;
		top: -2px;
		left: -25px;
	}
	
	#noticias .col-xl-4 .link-nota,
	#destinos .col-xl-4 .link-nota,
	#novedades .col-xl-4 .link-nota {
		padding: 0 0px;
	}
	
	#intro.noticia h1,
	.intro-viaja-seguro h2,
	.viaja-seguro-fluid .container-fluid h3,
	.viaja-seguro-02 .container h2{
		font-size: 24px;
		line-height: 29px;
	}
	
	#intro.noticia p{
		font-size: 14px;
		line-height: 15px;
	}
	
	#intro.noticia .container .row .col-12 {
		padding: 50px 30px 0px;
		text-align: left;
	}
	
	#noticia .container .row .col-xl-12{
		padding: 20px 40px 50px;
		text-align: left;
	}

	#noticia .container .row .col-xl-12 p {
		font-size: 16px;
	}
	
	.header-viaja-seguro img {
		margin: 120px 0 0;
		height: 40%;
	}
	
	.viaja-seguro-02 {
		padding: 60px 0;
	}
	
	.intro-viaja-seguro h3 {
		font-size: 20px;
		line-height: 26px;
		margin: 30px 0 20px
	}
	
	.intro-viaja-seguro p,
	.intro-viaja-seguro ul,
	.intro-viaja-seguro p, 
	.viaja-seguro-fluid .container-fluid p, 
	.viaja-seguro-fluid .container-fluid ul,
	.viaja-seguro-02 .col-lg-6 ul{
		font-size: 16px;
	}
	
	.intro-viaja-seguro ul li {
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.comprar-pasajes .col-md-4 {
    margin: 20px auto 0px;
  }
	
	.footer .col-12 p {
		font-size: 12px;
	}
	
	.footer .col-12 ul li {
    margin: 0 0.3em; 
  }
	
	.footer .col-12 ul li a{
		font-size: 12px;
  }
	
	.footer .col-12 ul li img{
	 max-width: 20px;
		vertical-align: text-bottom;
	}
}
