
#incluye {
}
#incluye li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
}
#incluye li:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\F00C";
    top: 1px;
    left: -22px;
    font-family: "fontAwesome";
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #16c4b2;
}
#noincluye {
}
#noincluye li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
}
#noincluye li:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\F00D";
    top: 1px;
    left: -22px;
    font-family: "fontAwesome";
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #FF3333;
}
.one-time .slick-list,
.one-time .slick-track{
    height: 100% !important;
		min-height: 300px;
}
.one-time .slick-dots {
    bottom: -35px;
}
.one-time .slick-slide {
    background-size: cover;
    background-position: center;
}
.bg-gris {
    background:#fafafa;
}

.dias {
    background: #00ae41;
    padding: 20px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 10px;
}
.dias ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.dias ul li {
    width: 100%;
}
.dias ul li span {
    display: block;
    font-size: 50px;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
    
}
.dias ul li small {
    color:#fff;
}
.dias ul li b {
    display: block;
    font-size: 50px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

#iconos {
    padding: 20px;
    overflow: hidden;
    display: flex;
    background: #fff;
}
#iconos span {
    width: 100%;
    text-align: center;
    padding: 10px;
}
#iconos span img {
    width: 50px;
}


#single_tour_feat ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
	border-bottom: 2px solid #00ae41;
	margin-bottom: 30px;
}

#single_tour_feat ul li {
	display: table-cell;
	width: 1%;
	vertical-align: middle;
	text-align: center;
	padding: 0 10px 20px 10px;
	white-space: nowrap;
}

#single_tour_feat ul li:last-child {
	margin-right: 0;
}

#single_tour_feat ul li i {
	font-size: 36px;
	display: block;
	margin-bottom: 10px;
}


/*nueva promocion*/
#promocion .span12 a:hover,
#promocion .span12 a:visited,
#promocion .span12 a:active{
    color:#666;
}
#promocion .span12{
    color:#666;
}
#promocion .home-titles{
    line-height: .5;
    text-align: center;
    margin: 10px 0 20px 0;
    width: 100%;
    overflow: hidden;
}
#promocion .home-titles h3{
    position: relative;
    text-transform: uppercase;
    font-size: 23px;
    display: inline-block;
    font-weight: inherit;
    letter-spacing: 1px;
}
#promocion .home-titles h3:after, .home-titles h3:before{
    content: "";
    position: absolute;
    height: 0;
    border-top: 1px solid rgba(102,102,102,.3);
    top: 10px;
    width: 600px;
}
#promocion .home-titles h3:before{
    right: 100%;
    margin-right: 15px;
}
#promocion .home-titles h3:after{
    left: 100%;
    margin-left: 15px;
}
#promocion .payment{
    /*margin-bottom: 30px;*/
		margin: 0 auto;
    display: table;
}
#promocion .payment .payment-info{
    /*font-size: 19px;
    line-height: 1.4em;
    margin-bottom: 50px;
    text-align: center;*/
		width: 230px;
    font-size: 12px;
    margin-bottom: 0;
    padding-right: 30px;
    border-right: 1px solid #ccc;
    margin-right: 30px;
    text-align: left;
    display: inline-block;
		line-height:1.5em;
}
#promocion .payment .payment-cards{
    display: inline-block;
		display: table-cell;
    vertical-align: middle;
}
#promocion .payment .ul{
    height: 35px;
    list-style-type: none;
    padding: 0;
    width: auto;
    margin: 0 auto;
    display: table;
}

#promocion .payment .ul .li{
    float: left;
    padding: 0 0 0 10px;
}
#promocion .payment .ul .li.first{
    border-right: 1px solid #ccc;
}
#promocion .payment .ul .li .text{
    height: 35px;
    float: left;
    font-size: 12px;
    line-height: 1.4em;
}
#promocion .payment .ul .li .text span{
    font-weight: 500;
    margin: 4px 15px 0 0;
}
#promocion .payment .ul .li .images{
    float: left;
    cursor: pointer;
}
#promocion .payment .ul .li .images .image-container{
    float: left;
    position: relative;
    height: 35px;
    width: auto;
    margin-right: 10px;
}
#promocion .payment .ul .li .images .image-container img{
    height: 35px;
    width: auto;
}
#promocion .payment .ul .li .images .image-container.coopeuch img{
		width: 100px;
    height: auto;
    margin-top: 10px;
}

@media (max-width: 1200px){
	#promocion .payment .payment-info{
			padding-right: 10px;
			margin-right: 0px;
	}
	#promocion .payment .ul .li .text{
		float:none;
	}
	#promocion .payment .ul .li{
		padding:0 0 0 20px;
	}
}

@media (min-width:769px) and (max-width:980px){
	#promocion .payment .ul .li .images .image-container.coopeuch{
		clear:both;
		margin-top: -7px;
    margin-left: 12px;
	}
}
@media (max-width: 768px){
		#promocion{padding:10px;}
		#promocion .home-titles{
        margin: 10px 0 10px 0;
    }
    #promocion .payment .payment-info{
					width: 100%;
					padding: 0;
					margin-bottom: 20px;
					border: none;
    }
		#promocion .payment .payment-cards{
					display:block;
    }
		#promocion .payment .ul{
					margin:inherit;
		}
		#promocion .payment .ul .li.first{
			padding:0;
		}
    #promocion .payment .ul .li{
        border:none;
				margin-bottom: 20px;
    		/*overflow: hidden;*/
    }
		#promocion .home-titles{
				margin: 10px 0 0px 0;
		}
		#promocion .payment{
				margin-bottom:0;
		}
}
/*@media (max-width: 580px){*/
@media (max-width: 646px){
	#promocion .payment .ul .li.first{border:none;margin-bottom:20px;}
	#promocion .payment .ul .li{padding:0;width:100%;margin-bottom:0}
	#promocion .payment .ul .li .text{
		height:inherit;
		margin-bottom:6px;
	}
	#promocion .payment .ul .li .text br{display:none;}
	#promocion .payment .ul .li .text span{margin:0;}	
}
@media (max-width: 500px){
	#promocion .payment .ul .li.first {border-right: none;}
	#promocion .payment .ul .li .images .image-container img {
		height: auto;
    width: 100%;
	}
	#promocion .payment .ul .li .images {display: flex;}
}



.widget {
    margin-bottom: 0;
}
#highlight-travel {
    padding:50px 0;
}
.wg-title {
    margin-bottom: 30px;
}
.wg-title h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
}
h2:first-child {
    margin-top: 0;
}

