/*
HOME excursions:
-- OFFERS
-- LOCATIONS
*/
/* ----- OFFERS ----- */
.section-bg-excursiones-offers {
   padding-top: 20px; 
}
.offers-home-excursion h3{
	color: #fff;
	margin: 15px 0 20px;
	}
.offers-home-excursion h3 span{
	font-size: 20px;
	margin-right: 10px;
	}
.offers-home-excursion .offer img{
	max-width:535px;
	max-height:272px;
	width: 100%;
	height:auto;
	}
.offers-home-excursion .offer{
	border: 10px solid #3a87cb;
	background: #fff;
	border-radius: 10px;
	padding: 0;
	margin-bottom: 15px;
	}
.offers-home-excursion .offer .row{
	margin: 0;
	}
.offers-home-excursion .offer .image{
	padding: 0;
	}
.offers-home-excursion .offer .data{
	padding: 5px 15px;
	}
.offers-home-excursion .offer h5{
	color: #3a3a3a;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	}
.offers-home-excursion .offer h5 span{
	font-size: 22px;
	margin-left: 10px;
	}
.offers-home-excursion .offer .data .hotel-data{
	display: table;
	width: 100%;
	}
.offers-home-excursion .offer .data .hotel-data > div{
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #999;
	}
.offers-home-excursion .offer .data .hotel-data > div.regimen{
	border-right: none;
	}
.offers-home-excursion .offer .data .offer-footer{
	display: table;
	width: 100%;
	margin: 10px 0 0 0;
	}
.offers-home-excursion .offer .data .offer-footer .price{
	float: left;
	color: #009844;
	font-size: 20px;
	font-weight: bold;
	}
.offers-home-excursion .offer .data .offer-footer .price strong{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	}
.offers-home-excursion .offer .data .offer-footer .price span{
	font-size: 14px;
	font-weight: bold;
	}
.offers-home-excursion .offer .data .offer-footer .button{
	float: right;
	}
.offers-home-excursion .offer .data .offer-footer .button .btn{
	font-size: 12px;
	padding: 5px 10px;
	}
/* ----- EXCURSIONS CATEGORIES ----- */
.section-bg-excursiones-offers h4{
	color: var(--secondary-color);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
}
.section-bg-excursiones-offers h4 .fa {
    color: var(--secondary-color);
    font-size: 18px;
}
.excursions-categories-home .excursion-offer{
	margin-bottom: 20px;
	padding-bottom: 20px;
	}
.excursions-categories-home .excursion-offer .excursion-data {
	background: #fff;
    padding: 30px 20px;
	overflow:hidden;
}
.excursions-categories-home .view-all{
	text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    margin-top: 20px;
	}
.excursions-categories-home .view-all a {
    background: var(--primary-color);
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    padding: 10px 30px;
	transition: .5s all;
	color:var(--secondary-font-color);
}
.excursions-categories-home .view-all a:hover {
    text-decoration: none;
    background: var(--secondary-color);
    color: #FFF;
}
.select-country .form-inline .form-control{
	width: auto;
	text-align: left;
	}
@media (max-width: 992px){
	.description-home-excursions{
		min-height: 520px;	
	}
	.section-bg-excursiones-offers {
		padding: 40px 20px 0 20px;
	}
	.section-bg-excursiones-offers .hotel-offers-title, .section-bg-excursiones-offers .select-country {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.section-slider.section-bg-excursiones {
		height: 748px;
		background-position: center top !important;
		background-size: 257% auto !important;
		background-repeat: no-repeat !important;
	}
	.excursions-categories-home .excursion-offer .excursion-data {
		background: #ededed;
	}
}