/*--TIPOGRAFIAS--*/
@font-face {
    font-family: DancingScript;
    src: url('../fonts/DancingScript/DancingScript-Bold.ttf');  
}
@font-face{
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src:url('../fonts/poppins/Poppins-Regular.ttf');
}
@font-face{
    font-family: Poppins;
    font-style: thin;
    font-weight: 100;
    src:url('../fonts/poppins/Poppins-Thin.ttf');
}

@font-face{
    font-family: Ballon;
    font-style: thin;
    font-weight: 100;
    src:url('../fonts/ballon-mn-extrabold.ttf');
}
/*--/TIPOGRAFIAS--*/



/*--BODY--*/
.fixed{
    position: fixed;
}

.fixed-top{
    color: #000;
    background-color:rgba(200,200,200,0.6);
    padding-bottom:5px;
}

.fixed-top a{
    color: #000;
}

.bottom{
    bottom:20px;
}

.right{
    right:20px;
}

.disabled{
    background-color: #FAECEC;
}

.current-day{
    background-color: #E7F7B2;
}

.btn-reserva-ya{
    font-weight: bold;
    background-color:#3b775e;
    color:#FFF;
    font-weight: 500;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    box-shadow: 1px 1px 3px #333;
}

.darkHeader{
    background-color:rgba(200,200,200,0.6);
    padding-bottom:5px;
}
p{
    font-size:.9rem;
}
body{
    font-family: Poppins,Helvetica,sans-serif;
    font-style: normal;
}
.tipografia_secundaria{
    font-family: "Ballon","DancingScript",Times,serif;
}
.color_secundario{
    color: #3b775e;
}
.tipografia15x{
    font-size: 1.5em;
}
.tipografia25x{
    font-size: 2.5em;
}
.iconos-sociales{
    width:30px;
    margin-right:10px;
}
/*--/BODY--*/



/*--HEADER--*/
header{
    position: relative;
    width: 100%;
    height: auto;
    color: white;
    display: flex;
    flex-direction: column;
    align-content: space-between;
}
header address a{
    color: white;
}
.simbolo_hover_email_header{
 width: 0; 
 height: 0; 
 border-right: 5px solid transparent;
 border-top: 5px solid transparent;
 border-bottom: 5px solid transparent; 
 margin-top: .45rem;
 margin-left: .2rem;
}
header address a:hover ~ .simbolo_hover_email_header{
    border-right-color: #3b775e;  
}
header address a:hover{
    color: #3b775e;
    text-decoration: none;
} 
#texto_header{
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}
#enlace_header:hover{
    text-decoration: none;
    background-color: #3b775e;
    border-color: #3b775e!important;
}
#icono_telefono{
    width: 1rem;
    height: 1.1rem;
}
/*---CARRUSEL HEADER---*/
#carousel_header{
    width: 100%;
    max-height: 600px;
}
#carousel_header .carousel-inner{
    width: 100%;
    max-height: 600px;
    z-index: -1;
    background-color: rgba(0,0,0,.8);
}
#carousel_header .carousel-item img{
   width: 100%;
   max-height: 600px;
   display: block;
}

.footer-links a{
    color: #FFF !important;
    background-color: #3b775e;
    border-radius: 75%;
    padding: 5px 10px;
}

.footer-links a i{
    height: 16px !important;
    width: 16px !important;
}

.footer-facebook{
    padding-right: 5px !important;
}


#carousel_header .carousel-indicators li{
    width: 10px; 
    height: 10px; 
    background-color: rgba(68, 68, 68, 0.3);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#carousel_header .carousel-indicators li.active{
    background-color: #3b775e;
}
#filtro_carrusel_header{
    background-color: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
/*---/CARRUSEL HEADER---*/
/*--/HEADER--*/



/*--NAV--*/

#logo_movil{
    /*width: 5em; cambio para guedellos*/
    width: 15em;
}
#logo_web{
    /*width: 8em; cambio para guedellos*/
    width: 16em !important;
    transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
}
nav a{
    color: white;
}
.nav-item:hover a, header nav .active a{
    color: #3b775e; 
}
.simbolo_hover_nav{
   width: 0;
   height: 0;
   border-right: 5px solid transparent;
   border-top: 5px solid transparent;
   border-left: 5px solid transparent;
   border-bottom: 5px solid transparent;
}
.nav-item:hover .simbolo_hover_nav, header nav .active .simbolo_hover_nav{
   border-bottom-color: #3b775e;
}
/*--/NAV--*/

/*-- CALENDARIO --*/
.calendario header{
    color: #FFF;
    font-size: 1.4rem;
    background-color:#252525;
}
.calendario [date-day]:hover{
    cursor:pointer;
}
.calendario{
    border:1px solid #252525;
}
.calendario .no-disponible{
    color:#ff2323;
}
.calendario table{
    width: 100%;
    margin:10px auto;
}
.calendario h2.month{
    margin:5px 0;
    color:#3b775e;
}
.calendario .activo span{
    background-color:#3b775e;
    color:#FFF;
}
.calendario [date-day] span{
    padding:0px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
}
.calendario thead.event-days td{
    padding-top:10px;
}
.calendario .flecha-izquierda{
    position: absolute;
    top:50%;
    left:2%;
    transform:translateY(-50%);
    color:#FFF;
}
.calendario .flecha-derecha{
    position: absolute;
    top:50%;
    right:2%;
    transform:translateY(-50%);
    color:#FFF;

}
/*-- ./CALENDARIO --*/

/*--FOOTER--*/
footer{
    background-color:#252525;
    color: white;
}
footer .container a{
    color:#FFF;
}
/*--/FOOTER--*/



/*INDEX*/
h3{
    color:#000;
}
a:hover{
    text-decoration: none;
}
.p_mv_4x{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.p_mv_6x{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.comillas{
    width: 10%;
    height: auto;
}
.fondo_textura{
    background-color: #f5f5f5;
}
/*---CARRUSEL INDEX---*/
#carousel_index{
   /* position:absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: auto;
}
#carousel_index .carousel-inner{
    width: 100%;
    height: auto;
}
#carousel_index .carousel-item img{
   width: 10%;
   height: auto;
   display: block;
   margin: 0 auto;
}
#carousel_index .carousel-indicators li{
    width: 10px; 
    height: 10px; 
    background-color: rgba(68, 68, 68, 0.3);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#carousel_index .carousel-indicators li.active{
    background-color: #3b775e;
}
#carousel_index .carousel-indicators{
    position: relative;
    bottom: 0;
}
/*---/CARRUSEL INDEX---*/


/* -- CONTACTO -- */
input.form-control, textarea.form-control{
    border:none;
    border:1px solid #f1f1f1;
    border-radius: 0;
    font-size:.9rem;
}
input.form-control:focus, input.form-control:active, textarea.form-control:focus, textarea.form-control:active{
    outline:none;
    box-shadow: none;
}
form label{
    margin-bottom:0;
}
/* -- /CONTACTO -- */


/*---CAMBIOS GUEDELLOS---*/

.btn-reserva-ya:hover{
    color: #003175;
}

#maps-guedellos, #maps-guedellos>iframe{
    width: 100%;
    height: 400px;
}

#imagen-servicios{
    display: block;
    height: 500px;
    width: auto;
    margin: 0 auto;
}

.navbar-toggler-icon{
    display: none;
}


/*---MEDIA QUERYS---*/
/*TAMAÑO XS, SM, MD*/
@media (max-width: 992px) {
    /*---DESPLIEGUE Y CONFIGURACIÓN DEL NAVBAR---*/
    #navbarToggler{
        position: absolute;
        top: 100%;
        width: 100%;
        background-color: rgba(0,0,0,.8);
        padding: 1rem;
    }
    #navbarToggler ul{
        border: 2px white solid;
        padding: 1rem !important;
    }
    #navbarToggler ul li{
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
        border: 2px transparent solid;
        width: 100%;
        text-align: center;
    }
    #navbarToggler ul li:hover{
        border-color: #3b775e;
    }
    #navbarToggler ul li:hover a{
        color: #3b775e;
    }
    #navbarToggler ul a{
        color: white;
        font-size: 1.5rem;
        line-height: 3.5rem;
    }
    .simbolo_hover_nav{
        display: none;
    }
    #texto_header{
        font-size: 1rem ;
    }
    #texto_header h1{
        font-size: 1rem ;
    }
    /*---/DESPLIEGUE Y CONFIGURACIÓN DEL NAVBAR---*/

    .header-contacts{
        display: none;
    }

    address{
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    address.border-bottom{
        border-bottom: 0 !important;
    }

    .navbar-toggler-icon{
        display: inline;
        text-align: right;
    }

}


@media (max-width: 756px) {
    
    #carousel_header{
        padding-top: 150px;
    }

}

@media (max-width: 575px) {

    .header-bar-2{
        margin-top: 0 !important;
    }

    #carousel_header{
        padding-top: 180px;
    }
    
}