/* Error de minimización. Devolviendo el contenido no minimizado.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,17): run-time error CSS1039: Token not allowed after unary operator: '-azul'
(81,17): run-time error CSS1039: Token not allowed after unary operator: '-azul'
(264,21): run-time error CSS1039: Token not allowed after unary operator: '-azul'
(269,17): run-time error CSS1039: Token not allowed after unary operator: '-azul'
(547,48): run-time error CSS1046: Expect comma, found '0'
(547,52): run-time error CSS1046: Expect comma, found '/'
(548,40): run-time error CSS1046: Expect comma, found '0'
(548,44): run-time error CSS1046: Expect comma, found '/'
(562,48): run-time error CSS1046: Expect comma, found '0'
(562,52): run-time error CSS1046: Expect comma, found '/'
(563,40): run-time error CSS1046: Expect comma, found '0'
(563,44): run-time error CSS1046: Expect comma, found '/'
 */
:root {
    --azul: #07518D;
}

body {
    font-family: 'Montserrat', sans-serif !important;
    color: var(--azul);
    box-sizing: border-box;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.caveat {
    font-family: 'Caveat', cursive;
}

.bg-patron {
    background-image: url("../Img/Landing/Patron3.svg");
    background-repeat: repeat;
}

.contenedor-principal {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.titulo-gracias {
    font-size: 107px;
    font-weight: 900;
}

.titulo-2x1 {
    font-size: 320px;
    font-weight: 900;
}

#img-club {
    background-image: url('/Img/Landing/Sello.png');
    background-position: bottom right;
    background-size: 400px 400px;
    background-repeat: no-repeat;
    height: 500px;
}


@media (max-width: 1399.98px) {
    #img-club {
        background-image: url('/Img/Landing/Sello.png');
        background-position: bottom right;
        background-size: 400px 400px;
        background-repeat: no-repeat;
        height: 500px;
    }

    .titulo-2x1 {
        font-size: 150px;
        line-height: 1;
    }
}

.subtitulo-2x1 {
    font-size: 38px;
    font-weight: 900;
}

@media (min-width: 1400px) {
    .subtitulo-2x1 {
        margin-top: -3rem !important;
    }
}

.fw-900 {
    font-weight: 900;
}

.color-azul {
    color: var(--azul);
}

.contenedor-central-movil .img-barco {
    position: absolute;
    width: 100%;
    top: 80%;
    left: 0;
    z-index: -1;
}

.contenedor-central-movil .img-ola {
    width: 100%;
    top: 95%;
    left: 0;
    z-index: -2;
}

.bg-conjunto {
    background-image: url(/Img/Landing/Conjunto.png);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.bg-barco {
    background-image: url(../Img/Landing/Conjunto-Movil.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.contenedor-central-movil .img-ola-2 {
    width: 100%;
    top: 97%;
    left: 0;
    z-index: -3;
}

.contenedor-superior {
    z-index: 1;
}

    .contenedor-superior .gracias {
        margin-bottom: -2rem;
    }

    .contenedor-superior .sello-club {
        top: -5%;
        right: 0%;
        z-index: 1;
    }

    .contenedor-superior .sello-movil {
        margin-bottom: -7rem;
    }

.dos-por-uno-movil {
    font-size: 170px;
    font-weight: 900;
}

.contenedor-central .row {
    z-index: 1;
}

.contenedor-central img {
    position: absolute;
    left: 0;
    top: 37%;
    z-index: 0;
    width: 100%;
}

@media (max-width: 1920px) {
    .contenedor-central img {
        top: 40%;
    }
}

.texto-central {
    text-align: right;
    z-index: 1;
}

    .texto-central h2 {
        color: white;
        font-size: 38px;
        font-weight: 900;
    }

    .texto-central h3 {
        color: white;
        font-size: 38px;
        font-weight: 900;
    }

    .texto-central h4 {
        color: white;
        font-size: 30px;
        font-weight: 900;
    }

.texto-barco h5 {
    color: white;
    font-size: 29px;
    font-weight: 900;
}

@media (max-width: 400px) {
    .texto-barco-movil h5 {
        font-size: 0.80rem !important;
    }
}

@media (min-width: 680px) {
    .margen-barco-w680 {
        margin-top: 6.3rem !important;
    }
}

@media (max-width: 1599.98px) {
    .texto-central h2 {
        font-size: 30px;
        font-weight: 900;
    }

    .texto-central h3 {
        font-size: 25px;
        font-weight: 900;
    }

    .texto-central h4 {
        font-size: 20px;
        font-weight: 900;
    }

    .texto-barco h5 {
        font-size: 15px;
        font-weight: 900;
    }
}

.subtitulo-hacemos-ola {
    font-size: 60px;
    font-weight: 900;
}

.subtitulo-hacemos-ola-movil {
    font-size: 18px;
    font-weight: 900;
}

.titulo-hacemos-ola {
    font-size: 145px;
    font-weight: 900;
}

.texto-footer {
    font-size: 28px;
    font-weight: 900;
}

.texto-footer-movil {
    font-size: 20px;
    font-weight: 900;
}

.texto-debajo-motor {
    font-size: 20px;
    font-weight: 600;
}

    .texto-debajo-motor p {
        margin-bottom: 0;
    }

    .texto-debajo-motor i b {
        font-size: 20px;
        font-weight: 900;
        color: var(--azul);
    }


.texto-central-movil {
    color: var(--azul);
    font-weight: 900;
}

.text-justify {
    text-align: justify;
}

@media (min-width: 1050px) {
    .texto-central {
        margin-top: -10rem !important;
    }
}

@media (min-width: 1200px) {
    .texto-barco {
        padding-top: 2rem !important;
    }
}

@media (min-width: 1400px) {

    .sello-club {
        width: 40% !important;
    }

    .texto-barco {
        padding-top: 5rem !important;
        padding-bottom: 4rem;
    }

    .texto-central {
        margin-top: -10rem !important;
    }
}

@media (min-width: 1600px) {
    .texto-central {
        margin-top: 12rem !important;
    }

    .texto-barco {
        padding-top: 3rem !important;
        padding-bottom: 4rem;
    }
}

@media (min-width: 1600px) {
    @media (max-width: 1699.98px) {
        .texto-barco {
            padding-top: 0 !important;
        }
    }

    @media (max-width: 1799.98px) {
        .texto-central {
            padding-top: 0 !important;
        }
    }
}

@media (min-width: 1700px) {
    @media (max-width: 1839.98px) {
        .texto-barco {
            padding-top: 3rem !important;
        }
    }
}

@media (min-width: 1920px) {
    .texto-barco {
        padding-top: 5rem !important;
    }

    .texto-central {
        padding-top: 6rem !important;
    }
}


@media (max-width: 767.98px) {
    .texto-debajo-motor p,
    .texto-debajo-motor i b {
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    @media (min-width: 700px) {
        .texto-barco h5 {
            font-size: 12px;
        }
    }
}

@media (max-width: 794.98px) {
    @media (min-width: 768px) {
        .texto-central {
            padding-top: 2rem !important;
        }
    }
}

@media(max-width: 939.98px) {
    @media(min-width: 700px) {
        .texto-central h2 {
            font-size: 28px;
        }

        .texto-central h3 {
            font-size: 18px;
        }

        .texto-central h4 {
            font-size: 14px;
        }
    }

    @media(min-width: 768px) {
        .texto-central {
            margin-top: 4rem;
            padding-top: 0;
        }

        .contenedor-central {
        }

            .contenedor-central h2 {
                font-size: 17px;
            }

        .contenedor-superior {
            margin: 0px !important;
        }
    }
}

@media (max-width: 964.98px) {
    @media (min-width: 940px) {
        .texto-central {
            padding-top: 6rem !important;
        }
    }
}

@media (max-width: 991.98px) {
    @media (min-width: 700px) {
        .subtitulo-2x1 {
            font-size: 30px;
        }
    }
}

@media (max-width: 1049.98px) {
    @media (min-width: 992px) {
        .texto-central {
            padding-top: 2rem !important;
            margin-top: 0rem !important;
        }

        .texto-central {
            margin-top: 6rem !important;
            padding-top: 0 !important;
        }
    }
}

@media (max-width: 1199.98px) {
    @media(min-width: 1120px) {
        .texto-barco h5 {
            margin-top: 1rem;
        }
    }
}

@media (max-width: 1249.98px) {
    @media (min-width: 1200px) {
        .texto-barco {
            padding-top: 3rem !important;
        }
    }
}

@media (max-width: 1399.98px) {
    @media(min-width: 1350px) {
        .texto-barco h5 {
            margin-top: 3rem;
        }
    }
}

@media (max-width: 1499.98px) {
    @media (min-width: 1400px) {
        .titulo-2x1 {
            font-size: 240px;
        }

        .subtitulo-2x1 {
            font-size: 36px;
        }
    }
}

@media (min-width: 1500px) {
    .texto-central {
        margin-top: 12rem !important;
    }
}

@media (min-width: 2000px) {
    .texto-central {
        margin-top: 14rem !important;
    }
}

@media (min-width: 2200px) {
    .texto-central {
        margin-top: 18rem !important;
    }
}

@media (min-width: 2400px) {
    .texto-central h2 {
        font-size: 50px;
    }

    .texto-central h3 {
        font-size: 40px;
    }

    .texto-central h4 {
        font-size: 34px;
    }
}



















.contenedor-formulario {
    border-radius: 30px;
    box-shadow: 0 0 10px;
    width: 60%;
}

#divreservas {
    position: relative;
    z-index: 1500;
    width: 60%;
    min-height: 180px;
    height: auto;
    margin: auto;
}

#reservas {
    position: absolute;
    z-index: 400;
    width: 100%;
    min-height: 80px;
    height: auto;
    margin: auto;
    padding: 10px 20px;
    background-color: #FFF;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 55%);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 55%);
}

#divocupacion {
    display: none;
    position: absolute;
    z-index: 600;
    top: 120px;
    left: 50%;
    background-color: #FFF;
    width: 300px;
    padding: 20px;
    height: auto;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 55%);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 55%);
    overflow: hidden;
}

#reservas #dividavue {
    width: auto;
    float: left;
    text-align: left;
    margin-right: 20px;
}

.caja {
    width: 100%;
    padding: 3px 6px;
    float: left;
}

.salto {
    clear: both;
    display: block;
    overflow: auto;
}

#reservas #divorigen, #reservas #divdestino, #reservas #divvehiculo, #reservas #divmarca, #reservas #divmodelo, #divreservas #divfamilia {
    position: relative;
    width: 15%;
    float: left;
}

#reservas #divfechas {
    position: relative;
    width: 20%;
    float: left;
}

.div-motor {
    overflow-y: auto;
    overflow-x: hidden;
    z-index: -2;
    padding-top: 25px;
}

.mb-70px {
    margin-bottom: 70px;
}

.mb-100px {
    margin-bottom: 100px;
}

#form-motor {
    border-radius: 15px;
    margin-top: 0px;
}

.inner-div-motor {
    width: auto;
}

@keyframes efectoTitulo {
    0% {
        opacity: 0;
        transform: scale(0.4);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes AparecerYDesaparecer {
    0% {
        opacity: 0;
    }

    35% {
        opacity: 1;
    }

    65% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes flotar {
    0% {
        transform: translate(0, 0px);
    }

    40% {
        transform: translate(0, 4px);
    }

    100% {
        transform: translate(0, 0px);
    }
}

.btn-azul, .btn-azul:hover, .btn-azul:focus {
    background-color: rgb(63,139,182);
    color: white;
}

.titulo-motor {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.input-motor {
    /*    background-color: rgba(216,233,249,0.9);*/
    background-color: white;
    box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5);
    border-radius: 10px;
    padding: 7px 18px;
    border: none;
}

.btn-outline-primary, .btn-outline-primary:hover {
    color: white !important;
    border-color: white !important;
    background-color: transparent !important;
}

.btn-check:checked + .btn-outline-primary {
    color: black !important;
    background-color: white !important;
    border-color: white !important;
}

.btn-outline-primary:focus, .btn-outline-primary:active:focus {
    box-shadow: none !important;
}

.text-azul {
    color: rgb(63,139,182);
}

.btn-blanco {
    background-color: white;
    color: cornflowerblue;
    border-radius: 10px;
    padding: 7px 12px;
    font-family: 'Caveat', cursive;
    border: none;
}

.titulo-SomMenorca {
    font-size: 60px;
}

.Subtitulo-SomMenorca {
    font-size: 30px;
}

.w-fit-content {
    width: fit-content;
}

.titulo-enviado {
    font-size: 30px;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {

    .logoLegal {
        width: 350px;
    }

    body.active .div-motor {
        z-index: 6;
        transition: all 0s 2s ease;
    }

    .inner-div-motor {
        width: 700px;
    }


    .div-motor {
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: -2;
    }

    #Ola1, #Ola2 {
        width: 100%;
    }

    .titulo-SomMenorca {
        font-size: 120px;
    }

    .titulo-enviado {
        font-size: 60px;
    }

    .Subtitulo-SomMenorca > h1 {
        font-size: 60px;
    }

    .Subtitulo-SomMenorca > h2 {
        font-size: 50px;
    }

    .Subtitulo-SomMenorca > h3 {
        font-size: 40px;
    }

    body.active #Ola2 {
        opacity: 1;
        top: 0px;
        transition: all 1s 1s ease;
    }

    .titulo-motor {
        font-size: 25px;
    }

    body.active > #sectionMenorcaLines > #LogoMenorcaLines, #LogoMenorcaLinesEnviado {
        transform: translate(0px,0px);
        right: 3%;
        top: 8%;
        width: 350px;
    }


    @media (max-height: 800px) {
        #LogoMenorcaLines {
            height: 80px;
        }

        .titulo-motor {
            font-size: 20px;
        }

        #titulo-motor-principal {
            margin-top: 160px;
        }

        .div-motor-content {
            margin-top: 0px;
            padding: 100px 0;
        }
    }
}



/* COOKIES */
.cookies {
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
    z-index: -9999999999999999;
    background-color: rgba(0,0,0,0.5);
    width: 100vw;
    opacity: 0;
    transition: all 0.8s 0s ease;
}

    .cookies.active {
        opacity: 1;
        z-index: 9999999999999999;
    }

.cookies-content {
    background-color: white;
    height: 100%;
}

.text-azul {
    color: rgb(63,139,182);
}

.btn_cookie {
    padding: 0px 40px 0px 40px !important;
    background-color: rgb(63,139,182);
    color: white !important;
    border-radius: 30px;
    text-decoration: none;
}

.titulo-cookies {
    font-size: 35px;
}

