



:root {
    --PolizaAzulPrincipal: #004663;
    --PolizaAzulsecundario: #005E87;
    --polizaAzulAcento: #1296C1;
    --PolizaAzulcielo: #82D6F5;
    --PolizaGrisAcento: #B5B9BF;
    --PolizaBackground: #F0F0F0;
    --PolizaGrisTenue: #ccced0;
    --PolizaGrisStrong: #999a9c;
    --textos: #2a2a2a;
    font-family: "Montserrat", sans-serif;

}


body {
    font-family: "Montserrat", sans-serif;
    width: 100%;
    height: auto;
}
main{
    overflow: hidden;
}
.cuerpo__cotizador {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 20px;
    border-radius: 17px;
    z-index: 2;
    background-color: var(--PolizaBackground);


}

.cotizador__h1 {
    width: 100%;
    color: var(--PolizaAzulPrincipal);
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 5%;
    margin-top: 5%;
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-self: center;
    justify-content: center;
}

#logoPoliza {
    width: 15%;
    margin-bottom: 5%;

}


.cotizador__cantidad {
    font-size: 18px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    color: var(--PolizaAzulPrincipal);
}

input {
    width: 50%;
    height: 40px;
    padding: 5px;
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: var(--textos);
    border-style: none;
    border-radius: 5px;
}

.boton_calcular {
    border: none;
    width: 180px;
    height: 40px;
    margin-top: 5%;
    cursor: pointer;
    border-radius: 7px;
    align-self: center;
    color: #ffffff;
    background-color: var(--PolizaAzulsecundario);

}

.boton_calcular:hover {
    background-color: var(--PolizaAzulPrincipal);

}

.cotizador__botones {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 5%;
    margin-top: -4%;
}

button {
    width: 280px;
    height: 45px;
    padding: 10px;
    border-radius: 7px;
    background-color: var(--PolizaAzulsecundario);
    color: var(--PolizaAzulsecundario);
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    /* From https://css.glass */
    background: rgba(206, 206, 206, 0.467);
    border-radius: 7px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.1px);
    -webkit-backdrop-filter: blur(0px);
    border: 1px solid rgba(206, 206, 206, 0.62);

}

button:hover {
    background-color: var(--PolizaAzulsecundario);
    color: #ffffff;
}

.print-only {
    display: none;
}

.cotizacion {
    width: 80%;
    margin: 20px 0;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 5%;
    font-family: "Montserrat", sans-serif;
    color: var(--PolizaAzulPrincipal);

}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    font-size: 14px;
    margin-top: 20px;
    font-family: "Montserat", sans-serif;
    color: var(--textos);

}

/* TABLET    ************************************************************************************************************* */
@media screen and (min-width:768px)and (max-width:1024px) and (orientation:portrait) {

    .cuerpo__cotizador {
        width: 80%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 4% auto;
        text-align: center;
        padding: 20px;
        border-radius: 17px;
        z-index: 2;
        background-color: var(--PolizaBackground);


    }

    .cotizador__h1 {
        width: 100%;
        color: var(--PolizaAzulPrincipal);
        font-size: 1.8em;
        font-weight: 600;
        margin-bottom: 5%;
        margin-top: 5%;
        font-family: "Montserrat", sans-serif;
        display: flex;
        align-self: center;
        justify-content: center;
    }

    #logoPoliza {
        width: 15%;
        margin-bottom: 5%;

    }


    .cotizador__cantidad {
        font-size: 18px;
        width: 100%;
        font-family: "Montserrat", sans-serif;
        color: var(--PolizaAzulPrincipal);
    }

    input {
        width: 50%;
        height: 40px;
        padding: 5px;
        margin: 10px 0;
        text-align: center;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        color: var(--textos);
        border-style: none;
        border-radius: 5px;
    }

    .boton_calcular {
        border: none;
        width: 180px;
        height: 40px;
        margin-top: 5%;
        cursor: pointer;
        border-radius: 7px;
        align-self: center;
        color: #ffffff;
        background-color: var(--PolizaAzulsecundario);

    }

    .boton_calcular:hover {
        background-color: var(--PolizaAzulPrincipal);

    }

    .cotizador__botones {
        width: 85%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 5%;
        margin-top: -4%;
        gap: 5%;
    }

    button {
        width: 280px;
        height: 45px;
        padding: 10px;
        border-radius: 7px;
        background-color: var(--PolizaAzulsecundario);
        color: var(--PolizaAzulsecundario);
        border: none;
        cursor: pointer;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        /* From https://css.glass */
        background: rgba(206, 206, 206, 0.467);
        border-radius: 7px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3.1px);
        -webkit-backdrop-filter: blur(0px);
        border: 1px solid rgba(206, 206, 206, 0.62);

    }

    button:hover {
        background-color: var(--PolizaAzulsecundario);
        color: #ffffff;
    }

    .print-only {
        display: none;
    }

    .cotizacion {
        width: 80%;
        margin: 20px 0;
        font-size: 16px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 5%;
        font-family: "Montserrat", sans-serif;
        color: var(--PolizaAzulPrincipal);

    }

    .contact-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        font-size: 14px;
        margin-top: 20px;
        font-family: "Montserat", sans-serif;
        color: var(--textos);

    }
}

/* *Mobile landscape ****************************************************************************************************** */
@media screen and (max-width:1024px) and (orientation:landscape) {

    .cuerpo__cotizador {
        width: 80%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 4% auto;
        text-align: center;
        padding: 20px;
        border-radius: 17px;
        z-index: 2;
        background-color: var(--PolizaBackground);


    }

    .cotizador__h1 {
        width: 100%;
        color: var(--PolizaAzulPrincipal);
        font-size: 1.8em;
        font-weight: 600;
        margin-bottom: 5%;
        margin-top: 5%;
        font-family: "Montserrat", sans-serif;
        display: flex;
        align-self: center;
        justify-content: center;
    }

    #logoPoliza {
        width: 15%;
        margin-bottom: 5%;

    }


    .cotizador__cantidad {
        font-size: 18px;
        width: 100%;
        font-family: "Montserrat", sans-serif;
        color: var(--PolizaAzulPrincipal);
    }

    input {
        width: 50%;
        height: 40px;
        padding: 5px;
        margin: 10px 0;
        text-align: center;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        color: var(--textos);
        border-style: none;
        border-radius: 5px;
    }

    .boton_calcular {
        border: none;
        width: 180px;
        height: 40px;
        margin-top: 5%;
        cursor: pointer;
        border-radius: 7px;
        align-self: center;
        color: #ffffff;
        background-color: var(--PolizaAzulsecundario);

    }

    .boton_calcular:hover {
        background-color: var(--PolizaAzulPrincipal);

    }

    .cotizador__botones {
        width: 85%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 5%;
        margin-top: -4%;
        gap: 5%;
    }

    button {
        width: 280px;
        height: 45px;
        padding: 10px;
        border-radius: 7px;
        background-color: var(--PolizaAzulsecundario);
        color: var(--PolizaAzulsecundario);
        border: none;
        cursor: pointer;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        /* From https://css.glass */
        background: rgba(206, 206, 206, 0.467);
        border-radius: 7px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3.1px);
        -webkit-backdrop-filter: blur(0px);
        border: 1px solid rgba(206, 206, 206, 0.62);

    }

    button:hover {
        background-color: var(--PolizaAzulsecundario);
        color: #ffffff;
    }

    .print-only {
        display: none;
    }

    .cotizacion {
        width: 80%;
        margin: 20px 0;
        font-size: 16px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 5%;
        font-family: "Montserrat", sans-serif;
        color: var(--PolizaAzulPrincipal);

    }

    .contact-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        font-size: 14px;
        margin-top: 20px;
        font-family: "Montserat", sans-serif;
        color: var(--textos);

    }
}

/* *Mobile Portrait *******************************************************************************************************/
@media screen and (max-width:767px) and (orientation:portrait) {
    .cuerpo__cotizador {
        width: 80%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 4% auto;
        text-align: center;
        padding: 20px;
        border-radius: 17px;
        z-index: 2;
        background-color: var(--PolizaBackground);
    }

    .cotizador__h1 {
        width: 100%;
        color: var(--PolizaAzulPrincipal);
        font-size: 1.5em;
        font-weight: 600;
        margin-bottom: 8%;
        margin-top: 5%;
        font-family: "Montserrat", sans-serif;
        display: flex;
        align-self: center;
        justify-content: center;
    }

    #logoPoliza {
        width: 25%;
        margin-bottom: 5%;

    }


    .cotizador__cantidad {
        font-size: 16px;
        width: 100%;
        font-family: "Montserrat", sans-serif;
        color: var(--PolizaAzulPrincipal);
    }

    input {
        width: 70%;
        height: 40px;
        padding: 5px;
        margin: 30px 0;
        text-align: center;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        color: var(--textos);
        border-style: none;
        border-radius: 5px;
    }

    .boton_calcular {
        border: none;
        width: 180px;
        height: 40px;
        margin-top: 5%;
        cursor: pointer;
        border-radius: 7px;
        align-self: center;
        color: #ffffff;
        background-color: var(--PolizaAzulsecundario);

    }

    .boton_calcular:hover {
        background-color: var(--PolizaAzulPrincipal);

    }

    .cotizador__botones {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 5%;
        margin-top: 0%;
        row-gap: 10px;
    }

    button {
        width: 200px;
        height: 55px;
        padding: 10px;
        border-radius: 7px;
        margin-bottom: 5%;
        background-color: var(--PolizaAzulsecundario);
        color: var(--PolizaAzulsecundario);
        border: none;
        cursor: pointer;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        /* From https://css.glass */
        background: rgba(206, 206, 206, 0.22);
        border-radius: 7px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3.1px);
        -webkit-backdrop-filter: blur(3.1px);
        border: 1px solid rgba(206, 206, 206, 0.62);

    }

    button:hover {
        background-color: var(--PolizaAzulsecundario);
        color: #ffffff;
    }

    .print-only {
        display: none;
    }

    .cotizacion {
        width: 80%;
        margin: 20px 0;
        font-size: 16px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 5%;
        font-family: "Montserrat", sans-serif;
        color: var(--PolizaAzulPrincipal);

    }

    .contact-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        font-size: 14px;
        margin-top: 20px;
        font-family: "Montserat", sans-serif;
        color: var(--textos);

    }

}

/* *SMALL MOBILE landscape ****************************************************************************************************** */
@media screen and (max-width: 568px) and (orientation: landscape){
    .cuerpo__cotizador {
        width: 85%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 10% auto;
        text-align: center;
        padding: 20px;
        border-radius: 17px;
        z-index: 2;
        background-color: var(--PolizaBackground);


    }

    .cotizador__h1 {
        width: 100%;
        color: var(--PolizaAzulPrincipal);
        font-size: 1.8em;
        font-weight: 600;
        margin-bottom: 5%;
        margin-top: 5%;
        font-family: "Montserrat", sans-serif;
        display: flex;
        align-self: center;
        justify-content: center;
    }

    #logoPoliza {
        width: 15%;
        margin-bottom: 5%;

    }


    .cotizador__cantidad {
        font-size: 18px;
        width: 100%;
        font-family: "Montserrat", sans-serif;
        color: var(--PolizaAzulPrincipal);
    }

    input {
        width: 50%;
        height: 40px;
        padding: 5px;
        margin: 10px 0;
        text-align: center;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        color: var(--textos);
        border-style: none;
        border-radius: 5px;
    }

    .boton_calcular {
        border: none;
        width: 180px;
        height: 40px;
        margin-top: 5%;
        cursor: pointer;
        border-radius: 7px;
        align-self: center;
        color: #ffffff;
        background-color: var(--PolizaAzulsecundario);

    }

    .boton_calcular:hover {
        background-color: var(--PolizaAzulPrincipal);

    }

    .cotizador__botones {
        width: 85%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 5%;
        margin-top: -4%;
        gap: 5%;
        row-gap: 20px;
    }

    button {
        width: 280px;
        height: 45px;
        padding: 10px;
        border-radius: 7px;
        background-color: var(--PolizaAzulsecundario);
        color: var(--PolizaAzulsecundario);
        border: none;
        cursor: pointer;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        /* From https://css.glass */
        background: rgba(206, 206, 206, 0.467);
        border-radius: 7px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3.1px);
        -webkit-backdrop-filter: blur(0px);
        border: 1px solid rgba(206, 206, 206, 0.62);

    }

    button:hover {
        background-color: var(--PolizaAzulsecundario);
        color: #ffffff;
    }

    .print-only {
        display: none;
    }

    .cotizacion {
        width: 80%;
        margin: 20px 0;
        font-size: 16px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 5%;
        font-family: "Montserrat", sans-serif;
        color: var(--PolizaAzulPrincipal);

    }

    .contact-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        font-size: 14px;
        margin-top: 20px;
        font-family: "Montserat", sans-serif;
        color: var(--textos);

    }
}
/* * SMALL MOBILE portrait /*************************************************************************************************************************************************************/
@media screen and (max-width:320px) and (orientation:portrait){
    .cuerpo__cotizador {
        width: 85%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 15% auto;
        text-align: center;
        padding: 20px;
        border-radius: 17px;
        z-index: 2;
        background-color: var(--PolizaBackground);
    }

    .cotizador__h1 {
        width: 100%;
        color: var(--PolizaAzulPrincipal);
        font-size: 1.5em;
        font-weight: 600;
        margin-bottom: 8%;
        margin-top: 5%;
        font-family: "Montserrat", sans-serif;
        display: flex;
        align-self: center;
        justify-content: center;
    }

    #logoPoliza {
        width: 25%;
        margin-bottom: 5%;

    }


    .cotizador__cantidad {
        font-size: 16px;
        width: 100%;
        font-family: "Montserrat", sans-serif;
        color: var(--PolizaAzulPrincipal);
    }

    input {
        width: 70%;
        height: 40px;
        padding: 5px;
        margin: 30px 0;
        text-align: center;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        color: var(--textos);
        border-style: none;
        border-radius: 5px;
    }

    .boton_calcular {
        border: none;
        width: 180px;
        height: 40px;
        margin-top: 5%;
        cursor: pointer;
        border-radius: 7px;
        align-self: center;
        color: #ffffff;
        background-color: var(--PolizaAzulsecundario);

    }

    .boton_calcular:hover {
        background-color: var(--PolizaAzulPrincipal);

    }

    .cotizador__botones {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 5%;
        margin-top: 0%;
        row-gap: 10px;
    }

    button {
        width: 200px;
        height: 55px;
        padding: 10px;
        border-radius: 7px;
        margin-bottom: 5%;
        background-color: var(--PolizaAzulsecundario);
        color: var(--PolizaAzulsecundario);
        border: none;
        cursor: pointer;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        /* From https://css.glass */
        background: rgba(206, 206, 206, 0.22);
        border-radius: 7px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3.1px);
        -webkit-backdrop-filter: blur(3.1px);
        border: 1px solid rgba(206, 206, 206, 0.62);

    }

    button:hover {
        background-color: var(--PolizaAzulsecundario);
        color: #ffffff;
    }

    .print-only {
        display: none;
    }

    .cotizacion {
        width: 80%;
        margin: 20px 0;
        font-size: 16px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 5%;
        font-family: "Montserrat", sans-serif;
        color: var(--PolizaAzulPrincipal);

    }

    .contact-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        font-size: 14px;
        margin-top: 20px;
        font-family: "Montserat", sans-serif;
        color: var(--textos);

    }
}

@media print {

    .print-only {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-self: center;
    }

    .boton_calcular {
        display: none;
    }

    .cotizador__botones {
        display: none;
    }

    .precio__seccion_2 {
        display: none;
    }

    nav {
        display: none;
    }

    .precio__seccion_1 {
        display: none;
    }

    .precio_hero {
        display: none;
    }

    footer {
        display: none;
    }

    .precio__seccion_3 {
        display: none;
    }

    .precio__seccion_4 {

        display: none;
    }

    .footer__info {
        display: none;
    }

    script {
        display: none;
    }

}