/* ===================================== */
/* COTIZADOR RESPONSIVE MONARKA */
/* ===================================== */


/* ================= DESKTOP AJUSTES ================= */

@media screen and (max-width:1200px){

    .cotizador-wrapper{

        padding:140px 40px 50px !important;

    }

    .cotizador-box{

        gap:25px !important;

    }

}


/* ===================================== */
/* TABLETS */
/* ===================================== */

@media screen and (max-width:992px){

    .cotizador-box{

        flex-direction:column !important;

    }

    .panel-form,
    .panel-mapa{

        width:100% !important;

    }

}


/* ===================================== */
/* MOBILE */
/* ===================================== */

@media screen and (max-width:768px){

    /* ================= HEADER ================= */

    header{

        position:fixed !important;

        top:0;
        left:0;

        width:100%;

        z-index:9999;

        padding:18px 20px !important;

        display:flex;

        justify-content:space-between;
        align-items:center;

        background:rgba(0,0,0,0.30);

        backdrop-filter:blur(15px);

        -webkit-backdrop-filter:blur(15px);

        box-shadow:0 5px 20px rgba(0,0,0,0.25);

    }

    .logo{

        display:flex;

        align-items:center;

    }

    .logo img{

    width:95px !important;

    height:auto !important;

}

    /* MENU */

    .menu-toggle{

        display:flex !important;

        justify-content:center;
        align-items:center;

        font-size:42px;

        color:white;

        cursor:pointer;

        position:absolute;

        top:10px;
        right:25px;

        z-index:2000;

    }

    nav{
        display:none;

        width:100%;

        flex-direction:column;

        justify-content:center;
        align-items:center;

        gap:18px;

        padding:25px;

        border-radius:25px;

        background:rgba(255,255,255,0.08);

        backdrop-filter:blur(15px);

    }

    nav.show{

        display:flex !important;

    }

    nav a,
    .nav-right a{

        font-size:18px !important;

    }


    /* ================= COTIZADOR ================= */

    .cotizador-wrapper{

        width:100%;

        min-height:auto !important;

        padding:130px 20px 80px !important;

    }

    .cotizador-box{

        width:100%;

        display:flex;

        flex-direction:column !important;

        gap:25px;

    }


    /* PANEL FORM */

    .panel-form{

        width:100% !important;

        min-height:auto !important;

        padding:30px 25px !important;

        border-radius:30px !important;

        background:rgba(255,255,255,0.12) !important;

        backdrop-filter:blur(18px);

    }

    .panel-form input,
    .panel-form select{

        padding:18px !important;

        border-radius:18px !important;

        font-size:17px !important;

    }

    .panel-form button{

        padding:16px !important;

        font-size:17px !important;

        border-radius:30px !important;

    }

    /* RESULTADO */

    #resultado{

        margin-top:20px;

        padding:20px !important;

        border-radius:20px !important;

        font-size:16px !important;

        line-height:1.8 !important;

    }

    /* REGISTRO */

    .registro{

        margin-top:20px;

        font-size:15px !important;

        line-height:1.6;

    }


    /* ================= MAPA ================= */

    .panel-mapa{

        width:100% !important;

        padding:12px !important;

        border-radius:30px !important;

    }

    #map{

        width:100% !important;

        height:420px !important;

        border-radius:25px !important;

    }

}


/* ===================================== */
/* SMALL PHONES */
/* ===================================== */

@media screen and (max-width:480px){

    .panel-form{

        padding:25px 20px !important;

    }

    .panel-form input,
    .panel-form select{

        font-size:16px !important;

    }

    #map{

        height:350px !important;

    }

}
