/* Add here all your CSS customizations */
.gradient-top {
    background: transparent linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
    height: 350px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 80;
}

.gradient-bottom {
    background: transparent linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 85%) repeat scroll 0 0;
    bottom: 0;
    height: 350px;
    position: absolute;
    width: 100%;
    z-index: 80;
}
.custom-position-1 {
    position: relative;
    background: url(../img/cenefa.svg);
    background-position: bottom center;
    background-size: 100% 100%;
    min-height: 300px !important;
    margin-top: -300px;
}

.header-column.border-bottom{
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#mainNav > li > a {
    color: #006699 !important;
    font-weight: 400 !important;
}



.header-search {
	
	margin: 0;
	font-size: 0;
	line-height: 1;
	padding: 0;
	border: none;
    border: 7px solid rgba(255,255,255,0.4);
border-radius: 120px;
    
    
    position: absolute;
top: 30%;
left: 50%;
transform: translate(-50%, -50%);
    z-index: 99;
    
    
}

.header-destination {
	
margin: 0;
font-size: 0;
line-height: 1;
padding: 0;
border: none;
border: 7px solid rgba(255,255,255,0.4);
border-radius: 120px;
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 99;
    
    
}

.header-search {
	
	margin: 0;
	font-size: 0;
	line-height: 1;
	padding: 0;
	border: none;
    border: 7px solid rgba(255,255,255,0.4);
border-radius: 120px;
    
    
    position: absolute;
top: 25%;
left: 50%;
transform: translate(-50%, -50%);
    z-index: 99;
    
    
}

.header-search-translado {
	
margin: 0;
line-height: 1;
padding: 10px 20px;
border: none;
border: 7px solid rgba(255,255,255,0.4);
border-radius: 20px;
position: absolute;
top: 25%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 99;
background: rgba(0,0,0,.5);    
    
}

.tp-caption{
    text-shadow: 2px 2px 2px #000 !important;
}
.header-search.interior{
    top: 320px !important;
} 

.header-search-translado.interior{
    top: 440px !important;
} 

@media (min-width: 992px) {
	.header-search {
		float: left;
	}
}
@media (max-width: 991px) {
.header-search-translado.interior{
   top: 340px !important;
width: 90%;
} 

.tp-fullwidth-forcer{
	width: 0 !important;
}

.header-search-translado {
 top: 320px !important;
margin: 0;
line-height: 1;
padding: 10px 20px;
border: none;
border: 7px solid rgba(255,255,255,0.4);
border-radius: 20px;
position: relative;

left: 50%;
transform: translate(-50%, -50%);
z-index: 99;
background: rgba(0,0,0,.5);    
    
}
	
	.header-search,.header-search-traslado {
		margin-top: 5.5px;
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media (max-width: 360px) {
	.header-search, .header-search-traslado {
		margin-left: 0;
		margin-right: 0;
	}
}
.header-search .search-toggle {
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	min-width: 25px;
	text-align: center;
}
@media (min-width: 992px) {
	.header-search .search-toggle {
		display: none;
	}
}
.header-search form {
	display: inline-block;
	width: 0;
}
@media (min-width: 992px) {
	.header-search form {
		width: 400px;
	}
}
@media (min-width: 992px) {
	.header-search form {
		width: 900px;
	}
}
.header-search .header-search-wrapper {
	display: none;
	overflow: visible;
	border: 1px solid #ccc;
	border-radius: 100px;
	position: relative;
	width: 100%;
	min-width: 250px;
	padding-right: 170px;
	background-color: #fff;
}
.header-search .header-search-wrapper.open {
	display: block;
}
.header-search .header-search-wrapper:after {
	content: '';
	display: table;
	clear: both;
}
@media (min-width: 992px) {
	.header-search .header-search-wrapper {
		display: block;
	}
}
@media (max-width: 991px) {

	.header-search-traslado{ position: relative !important;}

	.header-search .header-search-wrapper, .header-search-traslado .header-search-wrapper {
		position: absolute;
		right: -50px;
		top: 100%;
		border-width: 5px;
		width: 450px;
		border-radius: 24px;
	}
	.header-search .header-search-wrapper:before, .header-search-traslado .header-search-wrapper:before {
		content: "";
		display: block;
		position: absolute;
		right: 45px;
		top: -25px;
		width: 20px;
		height: 20px;
		border: 10px solid transparent;
		border-bottom-color: #ccc;
	}
}
@media (max-width: 480px) {
	.header-search .header-search-wrapper, .header-search-traslado .header-search-wrapper {
		width: 300px;
	}
	h1, h1.text-color-primary{ font-size: 2.2em !important;}
	
}
@media (max-width: 350px) {
	.header-search .header-search-wrapper, .header-search-traslado .header-search-wrapper {
		width: 240px;
	}
}
.header-search .header-search-wrapper .form-control,
.header-search .header-search-wrapper select {
	float: left;
	height: 48px;
	font-family: Arial;
	font-size: 13px;
	background-color: #fff;
	margin: 0;
}
.header-search .header-search-wrapper .form-control {
	padding: 9px 15px;
	color: #999;
	width: 100%;
	margin: 0;
	line-height: 20px;
	border-radius: 100px 0 0 100px;
	box-shadow: none;
	border: none;
}
.header-search .header-search-wrapper select {
	position: absolute;
	
	width: 170px;
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom: 0;
	line-height: 36px;
	color: #777;
	padding: 2px 0;
	padding-left: 10px;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
}


.header-search .header-search-wrapper select#cat {
    right: 110px;
}
.header-search .header-search-wrapper select#ubi {
    right: 279px;
}



@media (max-width: 350px) {
	.header-search .header-search-wrapper select {
		width: 110px;
	}
}
.header-search .header-search-wrapper .btn.btn-default {
	position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 110px;
    height: 48px;
    color: #FFF;
    background-color: transparent;
    font-size: 14px;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
        background-color: transparent;
    cursor: pointer;
    border-radius: 0 100px 100px 0;
    background-color: #006699;
}
.header-search .header-search-wrapper .btn.btn-default:hover, .header-search .header-search-wrapper .btn.btn-default:focus {
	color: #0088CC;
	background-color: transparent;
}








.btn-rounded {
    border-radius: 35px;
}

#btn-login {
    margin-top: 29px;
    border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
}

#lenguaje-btn{
    margin-top: 28px;
}

#lenguaje-btn button{
    background: transparent;
    border: 0px;
    color: #0088cc;
    padding-left: 20px;
    padding-right: 20px;
}
#lenguaje-btn button img, #lenguaje-btn li img{
    max-width: 20px;
}

#lenguaje-btn.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
    box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
}

#iconos-home{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0 100px 50px 100px;
}

.ico-home.feature-box-icon{
    background: transparent;
}
.img-w{ width: 100% !important;}


.destinos-principales .container .row > div{ margin-bottom: 30px;}

.destinos-principales .thumb-info{max-height: 240px;}


.destinos-principales .thumb-info-title, .destinos-principales .thumb-info .thumb-info-type{
    background: transparent;
    
}

.destinos-principales .thumb-info .thumb-info-type{ padding: 1px; margin-top: 0px; }

.thumb-info .thumb-info-title {
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: capitalize;
}

.destinos-principales .thumb-info-title{
top: 170px !important;
}

.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 10px;
}

.destinos-principales .thumb-info .thumb-info-wrapper::after {
    opacity: 0.3;
}

.destinos-principales .thumb-info:hover .thumb-info-wrapper::after {
    opacity: 1 !important;
}

.destinos-principales .thumb-info:hover .thumb-info-title {
    background: transparent;
}

.destinos-principales .thumb-info-btn{
    position: absolute;
top: 20px;
left: 10px;
z-index: 99999;
}

.destinos-principales .thumb-info-star{
    position: absolute;
top: 36px;
right: 10px;
z-index: 99999;
}



.destinos-principales .thumb-info .thumb-info-title{
    left:10px !important;
}

section.no-border{ border: 0px;}

.thumb-info .thumb-info-wrapper {
    
    margin: 0px;
}

.thumb-info {
    border-radius: 10px;
}
.thumb-info .thumb-info-wrapper,.thumb-info .thumb-info-wrapper::after, .thumb-info img { border-radius: 0px;}


.thumb-info .thumb-info-title {
  
    top: 10%;
    left: unset;
    letter-spacing: -1px;
    padding: 9px 11px 9px;
    right: 10%;
    border-radius: 5px;

}
.thumb-info-type-go{
    padding: 10px 20px;;
    background: #0080bf;
    border-radius: 6px;
    z-index: 999999 !important;
    position: absolute;
    margin-top: -30px;
    margin-left: 20px;
    color: #fff;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.4);
    
}

.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
    font-size: 0.9em;
    line-height: 20px;
    margin: 0 0 8px;
    padding: 20px;
    display: block;
}
.thumb-info-social-icons {
    border-top: 1px dotted #DDD;
    margin: 0;
    padding: 15px 20px;
    display: block;
}

a.item-detalle:hover{
    text-decoration: none !important;
}


@media (max-width: 479px) {

    .destinos-principales .thumb-info-title {
    top: 130px !important;
    }
    
    .item-detalle{ margin-bottom: 20px;}
    
}
.head-white{
    padding-top: 120px;
}

.list.list-icons li {
    position: relative;
    padding-left: 45px;
}

.page-header.parallax {
    margin: 0 0 35px;
    padding: 300px 0 60px;
}

.page-header-custom-background h1 span {
    color: #FFF !important;
opacity: 1;
font-size: 20px;
letter-spacing: 0.05em;
}
.page-header h1 {
    font-size: 52px;
    font-weight: 600;
}

.thumb-info-no-borders.no-radius{
    border-radius: 0px !important;
}
.simbolo-precio{
   color: #333;
font-size: 16px;
font-weight: 300;
margin-right: 11px;
padding-bottom: 10px;
}

.price-detalle{ font-size: 60px !important;}

.shop .quantity .qty {
    border: 1px solid #CCC;
    box-shadow: none;
    float: left;
    height: 35px;
    padding: 0 9px;
    text-align: center;
    width: 55px;
    font-size: 1em;
}
.shop .quantity .minus, .shop .quantity .plus {

    width: 25px;
    
}
.product-quantity .spinner-input{
    height: 43px !important;
width: 40px;
}

.product-quantity .spinner-buttons .spinner-up, .product-quantity .spinner-buttons  .spinner-down {
    border-radius: 0px;
        border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 21px !important;

}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius:0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.product-quantity .input-group-btn {
    width: 21px;
}
.form-control {
    padding: 6px 6px;
}
.page-header.quienes-somos{
    padding-top: 170px;
}

.disabled.day{ background: #d5d5d5 !important;}
.bootstrap-datetimepicker-widget tr:hover {
    background-color: #808080;
}






#week-picker {
  cursor: pointer;
}

.datepicker table tbody tr:hover td {
  background-color: #eee;
  border-radius: 0;
}
.datepicker table tbody tr:hover td:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}
.datepicker table tbody tr:hover td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.datepicker table tbody tr td.active {
  border-radius: 0;
}
.datepicker table tbody tr td.active:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}
.datepicker table tbody tr td.active:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.slider-container {
    background: #FFF !important;
}


@media (max-width: 991px) {

    h1.text-weigth-bold.tp-caption{
    line-height: 32px !important;
    font-size: 33px !important;
    }
}