/*******************
***** Carousel *****
********************/

#wrapper #slider #carouselMain{
    position: relative;
}

/*Titulo del carrusel*/
#wrapper #slider #carouselMain #carousel-text{
    position: absolute;
    top: 30%;
    width: 80%;
    left: 10%;
    z-index: 1;
}


#wrapper #slider #carouselMain #carousel-text h1{
    font-family: 'Bandidota';
    font-size: 24px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow:0px 0px 2px black;
}


#wrapper #slider #carouselMain #carousel-text h1 span{
    font-size: 20px;
    padding-bottom: 40px !important;
}

#wrapper #slider #carouselMain #carousel-text h1 #name{
    text-transform: uppercase;
    font-size: 24px;
}


#wrapper #slider #carouselMain .carousel-control-next-icon,
#wrapper #slider #carouselMain .carousel-control-prev-icon{
    background-image: none;
}


#wrapper #slider #carouselMain .carousel-control-next-icon:after{
    font-family: "FontAwesome";
    content:"\f105";
    font-size: 48px;
}

#wrapper #slider #carouselMain .carousel-control-prev-icon:after{
    font-family: "FontAwesome";
    content:"\f104";
    font-size: 48px;
}

#wrapper #slider #btn-arrow{
    position: absolute;
    font-size: 28px;
    background-color: #2f2f2f;
    opacity: 0.4;
    border-color: transparent;
    color:white;
    line-height: 1;
    bottom: 5px;
    width: 60px;
    height: 40px;
    left: calc(50% - 30px);
    transition: all 500ms;
}

#wrapper #slider #btn-arrow:hover{
    opacity: 1;
}

/*****************************************
*** Section Start Rating and Direction ***
******************************************/

section#rating-and-address #rating #starts .nav-item{
    font-size: 40px;
    margin: 10px 20px;
    color:#facc65;
    text-shadow:0px 6px 4px rgba(100,100,100,0.5);
}

section#rating-and-address #address{
    color:#6b6b6b;
}


Section#rating-and-address #exampleModalCenter .modal-dialog .modal-content #iframe-map{
    width: 100%;
    height: 150px;
}

/*Section About*/
section#about-section{
    /*background-image: url(../images/slider/sl8.jpeg);*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

section#about-section h3{
    text-transform: uppercase;
}

section#about-section p{
    color:#667279;
}

/* wifi info */

#wifi-info #wifi-icon{
    padding-top: 20px;
    color:#c59d5f;
    border:2px solid #c59d5f;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
}

#wifi-info #wifi-info-text{
    width: 95%;
    font-size: 20px;
}

/*pool info*/
section#pool-info{
    background-color: #F7F7F7;
}


/**********************
****lodging info ******
***********************/
section#lodging-info .row #carousel-container{
    padding: 0;
}

section#lodging-info{
    background-color: #F7F7F7;
}

section#lodging-info #lodging-info-icons .nav-item{
    font-size: 32px;
}

section#lodging-info #lodging-info-icons .nav-item .fa{
    color:#D45107;
}


section#lodging-info #lodging-info-text{
    font-size: 14px;
    color:#6b6b6b;
}


/******Carousel********/
section#lodging-info .carousel .carousel-inner .carousel-item .carousel-caption{
    background-color: rgba(0,0,0,0.7);
}

section#lodging-info .carousel .carousel-inner .carousel-item .carousel-caption h3{
    color: #e88021;
}

section#lodging-info .carousel .carousel-inner .carousel-item .discount-caption{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
}

#welcomeEnd + #resaltar{
    color:#79a242;
    text-shadow:0px 4px 6px rgba(0,0,0,0.3);
    font-weight: bold;
}

/*video*/
#video{
    height: 162px;
}

#video iframe{
    border: none;
}

/****super small****/
@media only screen and (max-width: 370px){
    section.banner .banner-content .banner-title{
        font-size: 42px;
        margin-top: 50px;
    }

    section.banner .banner-content .banner-title .small-title{	
        font-size: 22px;
    }

    section.banner .banner-content .banner-text{
        margin-top: 15px;
    }

    section#lodging-info .carousel .carousel-inner .carousel-item .carousel-caption h3{
        font-size: 18px;
    }

    section#lodging-info #lodging-info-icons .nav-item{
        width: 50%;
    }

}

/***Small***/
@media (min-width: 576px){

    #wrapper #slider #carouselMain #carousel-text h1{
        font-size: 42px;
    }
    
    #wrapper #slider #carouselMain #carousel-text h1 #name{
        font-size: 48px;
    }

    #video{
        height: 300px;
    }

    Section#rating-and-address #exampleModalCenter .modal-dialog .modal-content #iframe-map{
        height: 300px;
    }

}

/***Medium***/
@media (min-width: 768px){

    #wrapper #slider #carouselMain #carousel-text{
        top: 20%;
    }

    #wrapper #slider #carouselMain #carousel-text h1{
        font-size: 58px;
    }

    #wrapper #slider #carouselMain #carousel-text h1 span{
        font-size: 30px;
    }

    #wrapper #slider #btn-arrow{
        bottom: 15px;
    }

    #wifi-info #wifi-info-text{
        width: 85%;
    }

    #video{
        height: 420px;
    }

    Section#rating-and-address #exampleModalCenter .modal-dialog{
        max-width: 90%;
    }

    Section#rating-and-address #exampleModalCenter .modal-dialog .modal-content #iframe-map{
        height: 350px;
    }


}

/***Large***/
@media (min-width: 992px){

    body{
        padding-top: 0;
    }

    #wrapper #slider #carouselMain #carousel-text{
        top: 30%;
    }

    #wrapper #slider #btn-arrow{
        bottom: 120px;
    }

    section#lodging-info #lodging-info-icons .nav-item{
        font-size: 24px;
    }

    section#lodging-info #lodging-info-icons .nav-item .icon-text{
        font-size: 12px;
        font-weight: bold;
    }

    section#lodging-info #lodging-info-title{
        font-size: 26px;
    }

    section#lodging-info #lodging-info-text{
        font-size: 16px;
    }

    #wifi-info #wifi-info-text{
        width: 65%;
    }


    #video{
        height: 550px;
    }

}

/*****ExtraLarge***/
@media (min-width: 1200px){

    section#lodging-info #lodging-info-icons .nav-item{
        font-size: 32px;
    }

    section#lodging-info #lodging-info-icons .nav-item .icon-text{
        font-size: 14px;
        font-weight: bold;
    }
    
    Section#rating-and-address #exampleModalCenter .modal-dialog .modal-content #iframe-map{
        height: 450px;
    }
}


