

/* GLOBAL
HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */
body{   
    font-family: 'Quicksand', sans-serif;
}

h1{
    text-align: center;
}

h1 i{
    color: #1b86bd;
    border: 1px solid;
    padding: 9px;
}

.divider{
    border-top: 1px solid #14C5D4;
    margin: 25px 0px 70px 0px;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 576px){
    .divider{
        width: 40%;
    }
}

@media only screen and (min-width: 768px){
    .divider{
        width: 28%;
    }
}

@media only screen and (min-width: 992px){
    .divider{
        width: 13%;
    }
}

.dividerInterno{
    border-top: 1px solid #1b86bd;
    margin: 45px 0px 45px 0px;
}




/* Inicio
HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */
.inicio{
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(../img/coverMobile.jpg);
    background-repeat: no-repeat;
    background-size: 250%;
    animation: movimiento 23s linear infinite alternate;
    color: white;
    font-family: 'Meie Script', cursive;
    text-align: center;
    position: relative;
}

@keyframes movimiento{
    from{
background-position: bottom left;
    }
    to{
background-position: top right;
    }
}

.bgInicio{
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    background: -webkit-linear-gradient(left,#002743,#74c6ff);
    opacity: 0.41;
}

.logoInicio{
    width: 45%;
    margin-top: 40%;
    margin-bottom: 10%;
    position: relative;
}

.inicio h1{
    font-size: 45px;
    position: relative;
}

@media only screen and (max-width: 575px){

    .logoInicio{
        width: 75%;
        margin-top: 21%;
        margin-bottom: 6%;
    }
}

@media only screen and (min-width: 576px){

    .logoInicio{
        width: 50%;
        margin-top: 27%;
        margin-bottom: 5%;
    }

}

@media only screen and (min-width: 768px){
    
    .inicio{
        background-image: url(../img/cover.jpg);
        background-size: 135%;
        animation: movimiento 17s linear infinite alternate;
    }

    .logoInicio{
        width: 30%;
        margin-top: 9%;
        margin-bottom: 4%;
    }

    .inicio h1{
        font-size: 90px;
    }

}

@media only screen and (min-width: 992px){

}


/* Navegacion
HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */
.navbar{
    background-color: rgba(0,0,0,.05)!important;
    padding: 15px;
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    background-color: rgba(255,255,255,.5);
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #1b86bd;
}

#barraNavegacion .idioma {
    color: #000000;
    text-decoration: none;
    padding-left: 0px;
    margin-left: -30px;
}

#barraNavegacion .idioma:visited {
  color: #000000;
}

.navbar a{
    color: #FFFFFF !important;
}
.navbar a:hover{
    color: #3EBDFF !important;
}

.cambiarMenu{
    background-color: #FFFFFF !important;
}

.cambiarMenu a{
    color: #000000 !important;
}

.cambiarMenu .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}

#barraNavegacion .active a{
    /* color: #1b86bd !important; */
    border-bottom: 1px solid;
    padding-bottom: 0px;
}

@media only screen and (min-width: 576px){
    /* margin-left: -100px; */
}

@media only screen and (min-width: 768px){
   
}

@media only screen and (min-width: 992px){
    #barraNavegacion .idioma {
        padding-left: 3px;
        margin-left: 0px;
      }
}



/* Nosotros
HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */
#nosotros{
    background: url(../img/bgMainMobile.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width:100% !important;
}

.bgNosotros{
    padding:95px 15px !important;
    background: rgba(255, 255, 255, 0.93);
}

#nosotros i{
    display: block;
    color: #FAFAFA;
    padding: 9px;
    font-size: 30px;
    text-align: center;
}

.dividerNosotros{
    border-top: 1px dotted #000000;
    margin: 15px 0px 70px 0px;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}

#nosotros p {
    padding-bottom:21px;
    font-weight: bold;
    font-size: 23px;
    text-align: justify;
}

#nosotros img{
    width: 100%;
    height: auto;
    padding: 10px 5px;

}

#nosotros span{
    font-size: 35px;
    text-align: center;
}

@media only screen and (max-width: 575px){
    #nosotros{
        background-size: contain;
        background-repeat: repeat;
    }
    #nosotros span{
        font-size: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 576px){

}

@media only screen and (min-width: 768px){
    #nosotros{
        background-image: url(../img/bgMain.jpg);
    }
    #nosotros p {
        padding-bottom:25px;
        font-size: 25px;
        text-align: center;
    }
    #nosotros span{
        font-size: 41px;
        text-align: center;
    }
}

@media only screen and (min-width: 992px){

}




/* Habitaciones
HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */
#habitaciones{
    background-image: url(../img/bgMainMobile.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    width:100% !important;
}

.bgHabitaciones{
    padding:95px 15px !important;
    background: rgba(255, 255, 255, 0.93);
}

#mainIcon{
    display: block;
    color: #000000;
    padding: 9px;
    font-size: 30px;
    text-align: center !important;
}

.dividerHabitaciones{
    border-top: 1px dotted #000000;
    margin: 15px 0px 70px 0px;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}

#habitaciones .tipoKing{
    text-align: left !important;
}

#habitaciones .tipoTwin{
    text-align: right !important;
}

#habitaciones img{
    width: 100%;
    height: auto;
    padding: 10px 5px;
}

.habitacion__icon {
    background: #1b86bd;
    color: #FFFFFF;
    width: 35px;
    height: 35px;
    border: 1px solid;
    border-radius: 0%;
    float: left;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#habitaciones ul {
    line-height: 35px;
    vertical-align: middle;
    margin-bottom: 0px;
}

#habitaciones li {
    margin-top: 10px;
    list-style: none;
}

#habitaciones a{
    width: 50%;
    background-color: #1b86bd !important;
    border: #1b86bd 1px solid !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#habitaciones a:hover{
    background-color: #FFFFFF !important;
    border: #1b86bd 1px solid !important;
    color: #1b86bd !important;
    text-decoration: none;
}

@media only screen and (max-width: 575px){
    #habitaciones {
        background-size: contain;
        background-repeat: repeat;
    }
}

@media only screen and (min-width: 576px){

}

@media only screen and (min-width: 768px){
    #habitaciones{
        background-image: url(../img/bgMain.jpg);
    }
}

@media only screen and (min-width: 992px){

}




/* Galeria
HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */
#galeria{
    background-image: url(../img/bgGaleriaMobile.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    width:100% !important;
    color: #FAFAFA;
}

.bgGaleria{
    padding:95px 15px 165px 15px !important;
    background: rgba(0, 96, 163, 0.75);
}

#galeria i{
    display: block;
    color: #FAFAFA;
    padding: 9px;
    font-size: 30px;
    text-align: center;
}

.dividerGaleria{
    border-top: 1px dotted #FAFAFA;
    margin: 15px 0px 70px 0px;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}

#galeria img {
    width:100%;
    padding: 0px;
    height: auto;
}

.migaleria-item{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 3px;
    margin: 0px;
}

.migaleria-img{
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.migaleria-item:hover .migaleria-img{
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

@media only screen and (max-width: 575px){
    #galeria{
        background-size: contain;
        background-repeat: space;
    }
}

@media only screen and (min-width: 576px){
    .migaleria-text{
        height: 30%;
    }
    .migaleria-text p{
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px){
    #galeria{
        background-image: url(../img/bgGaleria.jpg);
    }
    .migaleria-text{
        height: 35%;
    }
    .migaleria-text p{
        font-size: 17px;
    }  
}

@media only screen and (min-width: 992px){

}



/* Ubicacion
HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */
#ubicacion{
    background-image: url(../img/bgUbicacionMobile.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    color: #FAFAFA;
}

.bgUbicacion{
    padding:95px 15px 165px 15px !important;
    background: rgba(47, 102, 148, 0.85);
}

#ubicacion i{
    display: block;
    color: #FAFAFA;
    padding: 9px;
    font-size: 30px;
    text-align: center;
}

#ubicacion p{
    font-size: 20px;
    text-align: justify;
}

.dividerUbicacion{
    border-top: 1px dotted #FAFAFA;
    margin: 15px 0px 70px 0px;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}

#tituloMapa{
    width: 97%;
    margin-left:auto;
    margin-right:auto;
}

#map_canvas{
    height:450px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left:auto;
    margin-right:auto;
    border-radius:2px;
}

@media only screen and (max-width: 575px){
    #ubicacion{
        background-size: contain;
        background-repeat: space;
    }
}

@media only screen and (min-width: 576px){
    #ubicacion p{
        font-size: 23px;
        text-align: justify;
    }
}

@media only screen and (min-width: 768px){
    #ubicacion{
        background-image: url(../img/bgUbicacion.jpg);
    }
    #ubicacion p{
        font-size: 25px;
    }
}

@media only screen and (min-width: 992px){

}


/* Contacto
HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */
#contacto{
    background-image: url(../img/bgMainMobile.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width:100% !important;
    color: #000000;
}

.bgContacto{
    padding:95px 15px !important;
    background: rgba(255,255,255,0.93);
}

.dividerContacto{
    border-top: 1px dotted #000000;
    margin: 15px 0px 70px 0px;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}

#contacto ul{
    padding: 0px;
    text-align: center;
}

#contacto li{
    list-style:none;
    text-align: center;
}

#contacto a{
    color:#000000;
}

#btncontact {
    color: #FFFFFF !important;
    background-color: #1b86bd !important;
    border-color: #1b86bd !important;
}

#btncontact:hover{
    background-color: #FFFFFF !important;
    border-color: #1b86bd !important;
    color: #1b86bd !important;
}

.contactoicon {
    margin: 10px 10px 10px 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #000000;
    border-radius: 10%;
    font-size: 25px;
    color: #FFFFFF;
    padding-top: 10px;
}

#contacto .social ul {
    list-style: none;
    margin:0;
    padding:0;
}
#contacto .social ul li {  
    position: relative;
    display: inline-block; 
}

.socialicon {
    margin: 10px 10px 10px 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #1b86bd;
    border-radius: 10%;
    font-size: 25px;
    color: #FFFFFF;
    padding-top: 10px;
}

.socialicon:hover{
    color: #000;
    background: #fff;
    transition: .5s ease-in-out;
}

#nombre {
    background-color: #FAFAFA;
    border: none;
    border-bottom: solid 1px #1b86bd;
}

#email {
    background-color: #FAFAFA;
    border: none;
    border-bottom: solid 1px #1b86bd;
}

#telefono {
    background-color: #FAFAFA;
    border: none;
    border-bottom: solid 1px #1b86bd;
}

#fechallegada {
    background-color: #FAFAFA;
    border: none;
    border-bottom: solid 1px #1b86bd;
}

#fechasalida {
    background-color: #FAFAFA;
    border: none;
    border-bottom: solid 1px #1b86bd;
}

#tipo {
    background-color: #FAFAFA;
    border: none;
    border-bottom: solid 1px #1b86bd;
}

#mensaje {
    background-color: #FAFAFA;
    border: none;
    border-bottom: solid 1px #1b86bd;
}

@media only screen and (max-width: 575px){
    #contacto{
        background-size: contain;
        background-repeat: repeat;
    }
}

@media only screen and (min-width: 576px){
   
}

@media only screen and (min-width: 768px){
    #contacto{
        background-image: url(../img/bgMain.jpg);
    }
    
    #contacto li{
        position: relative;
        display: inline-block;
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 992px){

}


/* Reservar
HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */
#reservas{
    text-decoration: none;
    list-style: none;
    font-size: 16px;
    margin: 15px;
}
#reservas:hover{
    background-color: #FFFFFF;
}

.cambiarBtnReservas{
    background-color: #F9F9F9;
    border: solid 1px #000000;
    
}


/* Button Reservar mobil
HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */
#book-btn{
    z-index:9999999;
    background:#006cff;
    width:100%;
    text-align:center;
    color:#fff;
    display:none;
    position:fixed;
    bottom:0;
    left:0;
    padding:10px;
}

@media (max-width:900px){
#book-btn{
    display:block;
    }
}


/* Footer
HMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHMHM */

footer{
    background: #161616;
    color: #F0F0F0;
    text-align: center;
    background-image: url(../img/bgFooter.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:0px;
}

.bgFooter{
    padding:75px 15px !important;
    background: rgba(0,0,0,0.35);
}

.dividerFooter{
    border-top: 1px solid #00a0bd;
    margin: 21px 0px 21px 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

footer a {
    color:#F1F1F1F1;
    font-size: 22px;
}
footer a:hover {
    color:#02cff3;
}

footer p{
    margin: 0px;
    font-size: 23px;
}



#avisoModal{
 text-align: center !important;
}

#avisoModal img{
    width: 160px;
    margin-left: auto; 
    margin-right: auto;
}


.modal-dialog{
    color: #000000;
}

.modal-dialog h5{
    color: #1b86bd !important;
}

.modal-dialog p{
    margin-bottom: 15px;
    font-size: 14px;
}

@media only screen and (max-width: 575px){
    
}

@media only screen and (min-width: 576px){
    footer a {
        font-size: 23px;
    }
}

@media only screen and (min-width: 768px){
    footer a{
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px){
    
    .modal-dialog {
        max-width: 70%;
    }
    
}




.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:70px;
	right:30px;
    background-color:#1bbd4c;
    opacity: 0.75;
	color:#FFFFFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #1bbd4c;
    background-color:#FFFFFF;
}

.my-float{
	margin-top:10px;
}







/* Estilo para el boton "Ir Arriba" */
.scroll-top {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 130px;
    right: 35px;
    display: none; /* Estara oculto por defecto */
    text-indent: -9999px; /* Oculta el texto del enlace */
    z-index: 1000; /* Evita que otros elementos esten por encima */
    background: url('../img/arriba.png') no-repeat;

}
/* Estilo para generar un efecto al posicionar el puntero encima del botÃ³n */
.scroll-top:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}


