@font-face { 
	font-family: 'VoiceoftheHighlander'; 
	src: url('../fonts/webFont/VoiceoftheHighlander.eot?#iefix') format('embedded-opentype'), url('../fonts/webFont/VoiceoftheHighlander.woff') format('woff'), url('../fonts/webFont/VoiceoftheHighlander.ttf') format('truetype'), url('../fonts/webFont/VoiceoftheHighlander.svg#VoiceoftheHighlander') format('svg'); 
	font-weight: normal; font-style: normal; 
}


html,body{
	padding-top: 72px;
}

/*************************
***** header **************
***************************/
#header-desk{
	background-color: #313d32 !important;*/
}

	/*******************************************
*************   Banner   ******************
********************************************/
.banner{
    position: relative;
}

.banner .banner-info{
    position: absolute;
    top: 10%;
    width: 80%;
    left: 10%;
    z-index: 1;
}

.banner .banner-info .banner-text-up{
/*    border:1px solid yellow;*/
}

.banner .banner-info .banner-text-up .text-up{
    font-size: 16px;
    color:#1d71b9;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-color: rgba(246,246,246,0.7)
}

.banner .banner-info .banner-text-up .trapecio,
.banner .banner-info .banner-text-up .check-icon{
    display: none;
}

.banner .banner-title{
    position: relative;
}

.banner .banner-title h1{
    position: relative;
    font-size: 14px;
    text-align: center;
    color:#ffed01;
    z-index: 2;
    padding-top: 12px;
}

.banner .banner-title .paralelog{
    position: absolute;
    top: 0;
    width:85%;
    left: 7.5%;
    height: 40px;
    background-color: #1d1d1b;
    -webkit-transform: skew(-36deg);
    -moz-transform: skew(-36deg);
    -ms-transform: skew(-36deg);
    -o-transform: skew(-36deg);
    transform: skew(-36deg);
}

.banner .banner-title p{
    font-size: 65px;
    text-align: center;
    color:#1d71b9;
    font-family: "VoiceoftheHighlander";
    font-weight: normal;
    margin-top: 20px;
}

.banner .call-info{
	position: absolute;
	bottom: 5%;
	right: 1%;
	z-index: 5;
}

.banner .call-info span{
	color:#ffed00;
}

.banner .call-info span:first-child{
	font-size: 32px;
}

.banner .call-info span#tel{
	font-size: 10px;
	font-weight: bold;
}

/* carousel */
.carousel-fade .carousel-inner .carousel-item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .carousel-item.next,
	.carousel-fade .carousel-inner > .carousel-item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .carousel-item.prev,
	.carousel-fade .carousel-inner > .carousel-item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .carousel-item.next.left,
	.carousel-fade .carousel-inner > .carousel-item.prev.right,
	.carousel-fade .carousel-inner > .carousel-item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bg-about .img{
	position: relative;
	width: 100%;
	height: 670px;
	background-image: url(../img/slider/slide-5.jpg);
	background-position:cover;
}

/*******************************************
*************seccion info******************
********************************************/

#section-info .section-description h1{
	position: relative;
	font-size: 20px;
	text-align: center;
	background-color: #FF6464;
	color:white;
	width: 100%;
	height: 50px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#section-info .section-description h1:after{
	content: "";
    display: block;
    border-top: 20px solid #ff6464;
    border-right: 100% inset transparent;
    border-left: 100% inset transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 2;
}

#section-info .section-description .card{
	box-shadow: none;
	border:0;
}

#section-info .section-description h1:before{
	content: "-";
	font-size: 30px;
	color:#d14949;
	position: absolute;
	text-align: center;
	font-weight: bold;
	left: 49%;
	top: 40px;
	z-index: 20;

}

#section-info #room-description ul{
	margin-left: 20px;
}


#section-info #room-description ul li{
	margin-top: 5px;
	margin-bottom: 5px;
}

#section-info .section-description ul li i{
	color:#e5bd5b;
}

/************************
******* Los cards ******
*************************/
.card .card-block .aditional-info{
    margin-top: 5px;
    padding: 10px;
    background-color: #ecf0f1;
    border-radius: 5px
}

.card .card-block .aditional-info h6{
    font-family: 'Lato';
    font-size: .9rem ;
}


/*****************************
*** Elementos de la tabla ****
******************************/
.table-container{
	overflow:auto;
}

#t-rooms thead{
	background-color: #ecf0f1;
}

#t-rooms thead tr th,
#t-rooms tbody tr td,
#t-rooms tfoot tr td{
	font-size: 12px;
}

#t-rooms tbody tr td:nth-child(4){
	font-family: 'Lato';
}

#t-rooms tbody tr td:nth-child(5){
	text-align: center;
}

#t-rooms tbody tr td:nth-child(5) button{
	cursor: pointer;
}

#t-rooms tbody tr td:nth-child(5) button:hover{
	color:red;
}

#t-rooms tfoot{
	background-color: #89d5a9;
}

#t-rooms tfoot tr td:nth-child(2){
	font-family: 'Lato';
}



/****************************
********* cards *************
*****************************/


/**************************
******calendar*************
****************************/
div.calendar {
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}

div.calendar table {
	width: 100%;
}

div.dateField {
	width: 140px;
	padding: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #555;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div#popupDateField:hover {
	background-color: #cde;
	cursor: pointer;
} /* end Calendar */

#rooms .card-block .card-title{
	font-size: 1.2rem;
}

#rooms .card{
	margin-bottom: 20px;
}



@media (max-width: 575px){
	#rooms .row div[class*='col']{
		padding: 0 5px;
	}
	#rooms .card{
		padding: 0;
		margin:0 0 20px 0;
	}
}

@media (min-width:576px){
    
    .banner .banner-info .banner-text-up .text-up{
        width: 70%;
        font-size: 1rem;
    }
    
    .banner .banner-info .banner-title .paralelog{
        width: 70%;
        left: 15%;
        height: 50px;
    }

    .banner .banner-info .banner-title h1{
    	font-size: 20px;
    }

    .banner .banner-info .banner-title p{
    	font-size: 60px;
    }

    .banner .call-info span:first-child{
		font-size: 18px;
	}

	.banner .call-info span#tel{
		font-size: 12px;
	}
}

@media (min-width: 768px){
    
    .banner .banner-info{
        top: 6.5%;
        left: 7%;
        z-index: 10;
        width: 40%;
    }
    
    .banner .banner-info *{
        text-align: left !important;
        margin: 0 !important;
    }
 
    .banner .banner-info .banner-text-up{
/*        border:1px solid black;*/
        height: 40px;
    }
    
    .banner .banner-info .banner-text-up .text-up{
        background-color: transparent;
        width: 100%;
        text-align: left;
        text-indent: 38px;
        font-size: 16px;
        height: 100%;
        padding-top: 10px;
    }
    
    .banner .banner-info .banner-text-up .trapecio,
    .banner .banner-info .banner-text-up .check-icon{
        display: block;
    }

    .banner .banner-info .banner-text-up .trapecio{
        position: absolute;
        top: 0;
        left: 20px;
        height: 48px;
        border-top: 15px solid transparent;
        border-right: 300px solid rgba(246,246,246,0.7);
        border-bottom: 15px solid transparent;
        z-index: -1;
    }
    
    .banner .banner-info .banner-text-up .check-icon{
        position: absolute;
        top: 8px;
        left: 0;
        width: 32px;
        height: 32px;
        background-image: url(../img/check-yellow.png);
        background-repeat: no-repeat;
        background-size: 32px;
        background-position: center;
    }
    


    .banner .banner-title .paralelog{
        position: absolute;
        top: 0;
        left: -20px !important;
        width: 100% !important; 
        height: 50px;
    }
    
    .banner .banner-title h1{
        padding-top: 14px;
        font-weight: 800;
        font-size: 18px !important;
    }
    
    .banner .banner-title p{
        position: absolute;
        color:#1d71b9;
        font-size: 55px !important;
        font-family: "VoiceoftheHighlander";
        transform: rotate(-10deg) !important;
        -moz-transform:rotate(-10deg) !important;
        -webkit-transform:rotate(-10deg) !important;
        z-index: 5;
    }

    .banner .call-info span:first-child{
		font-size: 14px;
	}
}

@media (min-width:992px){
    .banner .banner-info{
        top: 10%;
        width: 42%;
    }
    
    .banner .banner-info .banner-text-up .text-up{
        font-size: 22px;
        font-weight:lighter;
        text-indent: 50px;
    }
    
    .banner .banner-info .banner-text-up{
        height: 45px;
    }
    
    .banner .banner-info .banner-text-up .trapecio{
        height: 55px;
        border-right-width: 350px;

    }
    
    .banner .banner-info .banner-text-up .check-icon{
        top: 5px;
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
    
    .banner .banner-info .banner-title h1{
        font-size: 28px !important;
        text-align: center !important;
        text-indent: -20px;
    }
    
    .banner .banner-info .banner-title .paralelog{
        height: 70px;
    }
    
    .banner .banner-info .banner-title p{
        line-height: 1.3;
        font-size: 80px !important;
        text-indent: 20px;
    }

    .banner .call-info span:first-child{
		font-size: 18px;
	}

	.banner .call-info span#tel{
		font-size: 12px;
	}
    
}

@media (min-width:1200px){

    .banner .banner-info .banner-text-up{
        height: 50px;
    }
    
    .banner .banner-info .banner-text-up .text-up{
        padding-top: 6px;
        font-size: 28px;
    }
    
    .banner .banner-info .banner-text-up .trapecio{
        border-right-width: 450px;
    }
    
    .banner .banner-info .banner-text-up .check-icon{
        top: 0;
        width: 50px;
        height: 50px;
        background-size: 50px;
    }
    
    .banner .banner-info .banner-title h1{
        font-size: 34px;
        text-indent: -80px;
        padding-top: 20px;
    }
    
    .banner .banner-info .banner-title .paralelog{
        width: 90% !important;
        height: 90px;
    }
    
    .banner .banner-info .banner-title p{
    	width: 100%;
    	font-size: 110px !important;
    	line-height: 0.7;
        text-indent: 20px;
        margin-top: 20px !important;
    }

     .banner .call-info span:first-child{
		font-size: 26px;
	}

	.banner .call-info span#tel{
		font-size: 14px;
	}
}

@media (min-width:1700px){
    .banner .banner-info{
        top: 20%;
    }

    .banner .banner-info .banner-title h1{
    	font-size: 38px !important;
		text-align: left !important;
		text-indent: 40px;
    }
}
