





/*Grid banner Empieza*/

.bannerCode{
    min-height: 10svh;
    height: 100%;
    width: 100%;
    margin-top: 5.2rem;
}

.bannerCode .container{
    background: #fff;
    padding: 1rem;
    border-radius: 7px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.075);

}

.bannerCode .container h1{
    font-size: clamp(2rem, 5vw, 5rem);
    color: #185070;
}
.bannerCode .container h1 i{
    color: #ff4500;
}

.bannerCode .container p{
    font-size: clamp(1rem, 3vw, 1.3rem);
    color: var(--gray);
}

/*Grid banner Termina*/





/*Sección Buscador Empieza*/
.search{
    min-height: 10svh;
}

.search .container{
    background: url(/images/resources/mapBg.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0 8px 15px rgba(0,0,0, .3);
}

.search .container img{
    width: 20%;
    border-radius: 50px;
    outline: 2px solid #dfdfdf;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.6);
}

.search .container .bigCont{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .5rem;
}

.search .container .bigCont .containerForm{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 50px;
    gap: .2rem;
}
.search .container .bigCont .containerForm label{
    font-size: clamp(1rem, 3vw, 1.2rem);
    width: max-content;
    padding: .5rem 1rem;
    color: #ffffff;
    font-weight: 800;
    margin-right: auto;
    background: #0088aa;
    border-radius: 7px;
}

.search .container .bigCont .containerForm input{
    padding: .5rem 1rem;
    width: 100%;
    border-radius:25rem;
    color: #136391;
    font-weight: bolder;
    font-size: 1.2rem;
    background: #ffffff;
    border: 1px solid #a0a0a0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.151);
}

.search .container .bigCont .containerForm input::placeholder{
        color: #61a9da;
        font-weight: 500;
        font-size: .8rem;
        font-style: oblique;
}

.search .container .bigCont .submit{
    cursor: pointer;
    background: #0756be;
    color: #fff;
    position: relative;
    height: 2.5rem;
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    overflow: hidden;
    border-radius: 7rem;
}
.search .container .bigCont .submit:hover{
    background: #07479b;
}


/*Secciónn Buscador Termina*/


/*Sección Localizado Empieza*/
.locate{
    position: fixed;
    background: #eee;
    min-height: 100svh;
    height: 100%;
    width: 100%;
    top: 0;
    left: -110%;
    z-index: 9999;
    cursor: default;
    opacity: 0;
}

.locate.active{
    left: 0;
    opacity: 1;
}



.locate .container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
    background: #f9f9f9;
    padding: .5rem;
    border-radius: 7px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
    gap: .5rem;
}
.locate .container i{
    font-size: 2.5rem;
    color: #134269;
    cursor: pointer;
    margin-left: auto;
}
.locate .container i:hover{
    color:#002d52 ;
}

.locate .container p,
.locate .container span{
    text-align: left;
    width: 100%;
}

.locate .container .title{
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    color: #243364;
    font-weight: bolder;
    text-align: center;
    font-weight: 400;
}
.locate .container .message{
    margin-bottom: 2rem;
    font-size: clamp(1rem, 2vw, 2.2rem);
    color: #666;
    text-align: center;
}

/* .locate .container .message::first-letter{
    font-size: clamp(2rem, 3vw, 5rem);
    text-shadow: -3px 3px 3px rgba(0,0,0, .6);
} */

.locate .container .showContainer{
    width: 75%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
    border-radius: 7px;
    margin-bottom: 1rem;
    background: #fff;
}

.locate .container .showContainer .shows{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: clamp(1rem, 2vw, 1.7rem);
    color: #191d52;
}



.locate .container .showContainer .shows .postalCode{
    font-size: clamp(.8rem, 3vw, 4rem);
    color: #fff;
    padding: .5rem 3rem;
    background:#13567c;
    border-radius: 50px;
    font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial !important;
}

.locate .container .showContainer .barrios{
    font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial !important;
    margin-bottom: 5rem;
}

.locate .container .showContainer .barrios h5{
    padding: .5rem;
    border-radius: 3px;
    background:#13567c;
}

.locate .container .showContainer .shows h5{
    margin-left: auto;
    color: #fff;
}


.locate .close{
    cursor: pointer;
    padding: .3rem 3rem;
    background:#0E9FE1;
    color: #fff;
    width: max-content;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    font-size: clamp(1rem, 3vw, 1.5rem);
}

.locate .close:hover{
    background:#0081bd;

}


/*Sección Localizado Termina*/























@media(max-width:1200px){

    /*BotÃƒÂ³n Menu Empieza*/
    .header .menuBar{
        display: block;
    }
    /*BotÃƒÂ³n Menu Termina*/


    /*NavBar Empieza*/
    .header .navBar{
        position: absolute;
        top: 100%;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        background: var(--black);
        min-height: 96dvh;
        border-top: 1px solid var(--gold);
        padding: 1rem .5rem;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        background-image: url(/images/icons/favicon.png);
        background-repeat: no-repeat;
        background-size: 25%;
        background-position:50% 70%;
    }
    .header .navBar.active{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    .header .navBar span{
        display: block;
    }
    /*NavBar Termina*/


    .aviso-carrito {
    width: 75%;
}

        .search .bigCont .submit{
        width: 100%;
    }

    .search .bigCont .container label{
        display: none;
    }


    .search .bigCont .container input{
        width: 100%;
    }

    .locate .container .showContainer{
        width: 100%;
    }
    .locate .close{
        width: 100%;
        text-align: center;
    }

}