/*
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(--secundarycolor);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
}
.section-bg-excursiones-offers h4 .fa {
    color: var(--secundarycolor);
    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 .excursion-offer .image{
	width:100%;
	}
.excursions-categories-home h5{
	min-height: 40px;
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
	}
.excursions-categories-home img{
	width: 100%;
	}
.excursions-categories-home .offer-footer{
	overflow: hidden;
	}
.excursions-categories-home .price{
	width: 100%;
    min-height: 18px;
    text-align: left;
    padding-right: 17px;
    color: var(--maincolor);
    float: left;
    font-size: 22px;
    font-weight: 800;
    margin-top: 5px;
	line-height:1;
	}
.excursions-categories-home .price strong{
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #3a3a3a;
	margin-bottom:3px;
	}
.excursions-categories-home .price span{
	font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    display: block;
    text-align: left;
    color: #959494;
	padding-bottom:23px;
	}
.excursions-categories-home .button{
	width: 100%;
    margin-top: 10px;
    text-align: right;
	}
.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 {
    border: 1px solid var(--maincolor);
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    padding: 10px 30px;
}
.excursions-categories-home .view-all a:hover {
    text-decoration: none;
    background: var(--maincolor);
    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;
	}
}