/**********************************************************************************************************************/
/** MEDIA QUERIES *****************************************************************************************************/
/**********************************************************************************************************************/

/***********************************************
Pantalla 3480x2160 16:9 4K
***********************************************/
@media only screen and (min-width:2651px) and (max-width: 3840px) {

    :root {
        --ancho-titulo-seccion: 45rem;
    }

	.show-mobile { display:none !important; }
	.show-tablet { display:none !important; }
	.show-screen { display:block; }
	.hide-mobile { display:block !important; }
	.hide-tablet { display:block !important; }
	.hide-screen { display:none !important; }

	.contenidoBloqueSeccion {
		width: 65%;
    }

    .textoSlider {
        top: calc(50vh - 25%);
    }
    .textoSlider p {
        font-size: 3.8rem;
        line-height: 4rem;
    }
    .textoSlider h1 {
        font-size: 6.8rem;
        line-height: 5rem;
    }

    .botonSlider{
        border-width: 0.5rem !important;
    }
    .botonSlider p{
        font-size: 3rem !important;
    }

}


/***********************************************
Pantalla 2560x1440 16:9 2K
***********************************************/
@media only screen and (min-width:1921px) and (max-width: 2560px) {

    :root {
        --ancho-titulo-seccion: 30rem;
    }

	.show-mobile { display:none !important; }
	.show-tablet { display:none !important; }
	.show-screen { display:block; }
	.hide-mobile { display:block !important; }
	.hide-tablet { display:block !important; }
	.hide-screen { display:none !important; }

	.contenidoBloqueSeccion {
		width: 65%;
    }

    .textoSlider {
        top: calc(50vh - 25%);
    }
    .textoSlider p {
        font-size: 2.8rem;
        line-height: 3rem;
    }
    .textoSlider h1 {
        font-size: 5.8rem;
        line-height: 4rem;
    }

    .botonSlider p{
        font-size: 2rem !important;
    }

}


/***********************************************
Pantalla 1920x1080 16:9
***********************************************/
@media only screen and (min-width:1681px) and (max-width: 1920px) {

	.show-mobile { display:none !important; }
	.show-tablet { display:none !important; }
	.show-screen { display:block; }
	.hide-mobile { display:block !important; }
	.hide-tablet { display:block !important; }
    .hide-screen { display:none !important; }
    
	.contenidoBloqueSeccion {
		width: 65%;
    }

    /* panel */

    .flexPanelCentral {
        flex-basis: 65%;
    }

    .bloquePacks {
        justify-content: center;
    }

}


/***********************************************
Pantalla 1680x1050 16:10
***********************************************/
@media only screen and (min-width:1441px) and (max-width: 1680px) {

    :root {
        --ancho-titulo-seccion: 20rem;
    }

	.show-mobile { display:none !important; }
	.show-tablet { display:none !important; }
	.show-screen { display:block; }
	.hide-mobile { display:block !important; }
	.hide-tablet { display:block !important; }
	.hide-screen { display:none !important; }

	.contenidoBloqueSeccion {
		width: 65%;
    }

    .contenidoBarraMenu > div {
        flex-basis: 40%;
    }
    .contenidoBarraMenu img {
        max-height: 70px;
    }
    .menu {
        flex-basis: 60%;
    }

    .textoSlider {
        top: calc(50vh - 35%);
    }
    
    .bloquePacks {
        justify-content: center;
    }
}


/***********************************************
Pantalla 1440x628 16:9
***********************************************/
@media only screen and (min-width:1367px) and (max-width: 1440px) {

    :root {
        --ancho-titulo-seccion: 15rem;
    }

	.show-mobile { display:none !important; }
	.show-tablet { display:none !important; }
	.show-screen { display:block; }
	.hide-mobile { display:block !important; }
	.hide-tablet { display:block !important; }
	.hide-screen { display:none !important; }

    .contenidoBloqueSeccion {
		width: 70%;
    }
    
    .contenidoBarraMenu > div {
        flex-basis: 35%;
    }
    .contenidoBarraMenu img {
        max-height: 60px;
    }
    .menu {
        flex-basis: 65%;
    }
    .menu ul {
        justify-content: center;
    }
    .menu li {
        margin: 0 .8rem;
        font-size: 1rem;
    }

    .textoSlider {
        top: calc(50vh - 35%);
    }
    .textoSlider p {
        font-size: 1.8rem;
        line-height: 2rem;
    }
    .textoSlider h1 {
        font-size: 5rem;
        line-height: 3rem;
    }

    /* paquete */

    .textoReserva {     
        width: 100%;
    }

    /* panel */

    .flexPanelCentral {
        flex-basis: 60%;
    }

    .bloquePacks {
        justify-content: center;
    }

}


/***********************************************
Pantalla 1366x768 16:9
***********************************************/
@media only screen and (min-width:1281px) and (max-width: 1366px) {

    :root {
        --ancho-titulo-seccion: 15rem;
    }

	.show-mobile { display:none !important; }
	.show-tablet { display:none !important; }
	.show-screen { display:block; }
	.hide-mobile { display:block !important; }
	.hide-tablet { display:block !important; }
	.hide-screen { display:none !important; }

    .contenidoBloqueSeccion {
		width: 70%;
    }

    .contenidoBarraMenu > div {
        flex-basis: 30%;
    }
    .contenidoBarraMenu img {
        max-height: 60px;
    }
    .menu {
        flex-basis: 70%;
    }
    .menu ul {
        justify-content: center;
    }
    .menu li {
        margin: 0 .8rem;
        font-size: 1rem;
    }

    .textoSlider {
        top: calc(50vh - 45%);
    }
    .textoSlider p {
        font-size: 1.8rem;
        line-height: 2rem;
    }
    .textoSlider h1 {
        font-size: 5rem;
        line-height: 3rem;
    }

    /* paquete */

    .imagenReserva {
        width: 35px;
    }

    
    /* packs */

    .bloquePacks {
        justify-content: center;
    }

    /* panel */

    .flexPanelCentral {
        flex-basis: 60%;
    }


}


/***********************************************
Pantalla 1280x720 16:9
***********************************************/
@media only screen and (min-width:1025px) and (max-width: 1280px) {

    :root {
        --ancho-titulo-seccion: 10rem;
    }

	.show-mobile { display:none !important; }
	.show-tablet { display:none !important; }
	.show-screen { display:block; }
	.hide-mobile { display:block !important; }
	.hide-tablet { display:block !important; }
	.hide-screen { display:none !important; }

	.contenidoBloqueSeccion {
		width: 80%;
	}

    .tituloSeccion h1 {
        font-size: 1.7rem;
    }

    .contenidoBarraMenu > div {
        flex-basis: 30%;
    }
    .contenidoBarraMenu img {
        max-height: 55px;
    }
    .menu {
        flex-basis: 70%;
    }
    .menu ul {
        justify-content: center;
    }
    .menu li {
        margin: 0 .8rem;
        font-size: 1rem;
    }

    .textoSlider {
        top: calc(50vh - 45%);
    }
    .textoSlider p {
        font-size: 1.8rem;
        line-height: 2rem;
    }
    .textoSlider h1 {
        font-size: 5rem;
        line-height: 3rem;
    }

    /* paquete */

    .imagenReserva {
        width: 35px;
    }

    .precioReserva p {
        font-size: 1.7rem !important;
    }

    /* packs */

    .bloquePacks {
        justify-content: center;
    }

    /* panel */

    .flexPanelCentral {
        flex-basis: 60%;
    }

}


/***********************************************
Pantalla 1024x600 16:10
***********************************************/
@media only screen and (min-width:960px) and (max-width: 1024px) {

    :root {
        --ancho-titulo-seccion: 5rem;
    }

	.show-mobile { display:none !important; }
	.show-tablet { display:none !important; }
	.show-screen { display:block; }
	.hide-mobile { display:block !important; }
	.hide-tablet { display:block !important; }
	.hide-screen { display:none !important; }

    .contenidoBloqueSeccion {
		width: 90%;
    }

    .tituloSeccion h1 {
        font-size: 1.7rem;
    }

    #barraMenu {
        min-height: 80px;
    }
    .contenidoBarraMenu > div {
        flex-basis: 30%;
    }
    
    .menu {
        flex-basis: 70%;
    }
    .menu li {
        margin: 0 0.5rem;
        font-size: 0.9rem;
    }

    .menu ul {
        justify-content: center;
        width: 85%;
        margin: 0 auto 0 auto;
    }

    .textoSlider {
        top: calc(50vh - 50%);
    }
    .textoSlider p {
        font-size: 1.8rem;
        line-height: 2rem;
    }
    .textoSlider h1 {
        font-size:  4rem;
        line-height: 3rem;
    }

    .bloqueFaqs {
        width: 75%;
    }

    .contenidoBarraMenu img {
        max-height: 50px;
        margin: 0 0 0 1rem;
    }

    /* tiempo */

    #bloqueContenidoTiempo {
        width: 75%;
    }

    /* paquete */

    .textoReserva p {
        text-align: center;
    }

    .bloqueReservas {
        flex-direction: column;
    }
    .precioReserva {
        justify-content: space-evenly;
        align-items: center;
        padding: 0 1rem 1rem 1rem;
    }
    .imagenReserva {
        width: 37px;
    }

    .bloquePacks {
        justify-content: center;
    }

    /* panel */

    .flexPanelCentral {
        flex-basis: 55%;
    }

}

/***********************************************
Tablet (Smaller than 959px)
***********************************************/
@media only screen and (min-width:768px) and (max-width: 959px) {

    :root {
        --altura-cabecera: 80px;
        --ancho-titulo-seccion: 5rem;
    }

	.show-mobile { display:none !important; }
	.show-tablet { display:block !important; }
	.show-screen { display:none !important; }
	.hide-mobile { display:block !important; }
	.hide-tablet { display:none !important; }
	.hide-screen { display:block !important; }

	.contenidoBloqueSeccion {
		width: 90%;
    }

    .tituloSeccion h1 {
        font-size: 1.3rem;
    }
    .tituloSeccion h2 {
        margin-bottom: 0.5rem;
    }
    .tituloSeccionInterior {
        padding-top: 1rem;
    }
    
    #barraMenu {
        min-height: 80px;
    }
    .contenidoBarraMenu {
        min-height: 80px;
        justify-content: flex-end;
    }
    .contenidoBarraMenu img {
        margin: 0;
        margin-right: 1rem;
        max-height: 60px;
    }
    .contenidoBarraMenu > div {
        flex-basis: 50%;
    }

    #menuLateralMovil ul li {
        margin: 3.5rem;
        font-size: 1.7rem;
    }

    .textoSlider {
        top: calc(50vh - 45%);
    }
    .textoSlider p {
        font-size: 2rem;
        line-height: 2.2rem;
    }
    .textoSlider h1 {
        font-size: 5rem;
        line-height: 4.2rem;
    }

    .textoPresentacion {
        padding: 0rem 2rem 2rem 0;
    }

    .packsDestacados {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .bloqueFaqs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }


    #bloqueContenidoTiempo {
        width: 80%;
    }

    /* paquete */

    #inicioPack > .contenido {
        width: 90%;
    }

    #inicioPack > .contenido .fotos {
        width: 60%;
    }

    .bloqueReservaPack {
        width: 40%;
    }

    .precioReserva {
        justify-content: space-around;
        align-items: center;
        padding: 0.5rem;
    }

    .imagenReserva {
        width: 40px;
    }

    #descripcionPack > .contenido {
        width: 90%;
    }

    /* panel */

    .totalPanel h2 {
        margin-bottom: 3rem;
    }

    .totalCesta {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .totalPaquetes h2 {
        width: 65%;
    }

    .flexPanelCentral {
        flex-basis: 45%;
    }

    .reserva {
        padding: 0rem;
    }

    /* faqs */

    .respuestaFAQ iframe {
        width: 100%;
    }

    .faqConoce {
        width: 85%;
    }

}


/***********************************************
Mobile (portrait 300px)
***********************************************/
@media only screen and (max-width:767px) {

    :root {
        --altura-cabecera: 70px;
        --ancho-titulo-seccion: 3rem;
    }

	.show-mobile { display:block !important; }
	.show-tablet { display:none !important; }
	.show-screen { display:none !important; }
	.hide-mobile { display:none !important; }
	.hide-tablet { display:block !important; }
    .hide-screen { display:block !important; }
    
	h2 {
		font-size: 1.2rem;
        text-align: center;
	}

	.bloqueCampoFormulario {
	    width: 100% !important;
	}
	.bloqueCampoFormulario input[type=text] {
	    width: 100% !important;
	}
	.bloqueCampoFormulario select {
	    width: 100% !important;
	}
	.bloqueCampoFormulario textarea {
	    width: 100% !important;
	}

    .enlacesDondeComer {
        width: 80%;
    }

	.bloqueFlex {
		flex-wrap: wrap;
		justify-content: center;
	}

    .container{
        overflow: hidden;
        height: 100%;
    }

    .videoInicio{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5rem;
    }
    
    .flexVideo video{
        width: 100%;
    }

    .app{
        width: 90%;
    }
}


/***********************************************
Mobile (landscape 420px)
***********************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.show-mobile { display:block !important; }
	.show-tablet { display:none !important; }
	.show-screen { display:none !important; }
	.hide-mobile { display:none !important; }
	.hide-tablet { display:block !important; }
    .hide-screen { display:block !important; }

}