﻿

@media screen and (max-width: 1370px) {

    .logo img {
        display: flex;
        margin-left: -35px;
        height: 130px;
        width: 130px;
    }

    .menuColgante {
        background-color: white;
        width: 100%;
        height: 20px;
        position: fixed;
        z-index: 90;
    }

    .contenedorMenu {
        position: fixed;
        background-color: #2C3E50;
        width: 100%;
        top: 15px;
        left: 0;
        right: 0;
        z-index: 90;
    }

    .cajaBuscarProducto {
        position: fixed;
        top: 26px;
        left: 160px;
        width: 70%;
        z-index: 100;
    }

    .buscarProducto {
        justify-content: center;
        font-size: 14px;
        height: 33px;
        width: 100%;
        border-radius: 7px;
        margin-right: 20px;
        margin-left: 20px;
        background-color: #EDEEF2;
        padding-left: 10px;
        color: #2C3E50;
    }

    .botonBuscar {
        display: none;
    }

    .valorMovil {
        display: none;
    }

    .contenedorMenu .contenedorElementosMenu {
        justify-content: space-between;
        align-items: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }


    .fondoMovilMenu {
        position: fixed;
        display: flex;
        top: 0;
        left: 0;
        background-color: white;
        width: 100%;
        height: 90px;
        z-index: 90;
    }

    .modal_container {
        height: 280px;
    }



    /*********************************************************************************/
    /*********************************************************************************/

    .menu {
        position: absolute;
        display: flex;
        width: 100%;
        height: 500vh;
        background: rgba(51, 51, 51, 1);
        top: 58px;
        left: 0;
        transition: all 0.5s;
        transform: translateX(-100%);
    }

        .menu > ul {
            position: absolute;
            display: block;
            width: 100%;
        }

            .menu > ul > li {
                display: block;
                height: 58px;
            }

                .menu > ul > li > a {
                    width: 100%;
                    height: 100%;
                    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
                }

    #icoMenu {
        display: flex;
        font-size: 28px;
        color: white;
        cursor: pointer;
    }

    #menu-bar:checked ~ .menu {
        transform: translateX(0);
    }


    /**************************************************************/
    /******************** SECCIÓN FOODER **************************/

    footer .marginFooter {
        display: block;
        width: 95%;
    }

    footer .contenedorFooter {
        display: block;
        width: 100%;
        text-align: center;
    }

        footer .contenedorFooter li {
            width: 100%;
            height: 40px;
        }

        footer .contenedorFooter #iconosRedesSociales {
            display: none;
        }

        footer .contenedorFooter #datoTelefono {
            display: none;
        }

    footer .pieFooter {
        width: 95%;
    }

        footer .pieFooter #textPieFooter {
            width: 100%;
        }
}

@media screen and (max-width: 1024px) {
    .cajaBuscarProducto {
        position: fixed;
        top: 26px;
        left: 140px;
        width: 70%;
        z-index: 100;
    }
}

@media screen and (max-width: 950px) {

    .cajaBuscarProducto {
        left: 130px;
        width: 65%;
    }
}

@media screen and (max-width: 768px) {

    .logo img {
        display: flex;
        margin-left: -25px;
        height: 110px;
        width: 110px;
    }

    .cajaBuscarProducto {
        left: 120px;
        width: 65%;
    }

    footer .pieFooter #textPieFooter {
        flex-direction: column;
    }
    .contenedorDireccion {
        padding: 20px 0px;
    }
}

@media screen and (max-width: 730px) {

    .cajaBuscarProducto {
        left: 120px;
        width: 60%;
    }
}

@media screen and (max-width: 650px) {

    .cajaBuscarProducto {
        left: 98px;
        width: 55%;
    }
}

@media screen and (max-width: 550px) {

    .cajaBuscarProducto {
        left: 105px;
        width: 60%;
    }
}

@media screen and (max-width: 470px) {

    .cajaBuscarProducto {
        left: 100px;
        width: 55%;
    }
}

@media screen and (max-width: 425px) {


    .logo img {
        display: flex;
        margin-left: -15px;
        height: 110px;
        width: 110px;
    }

    .cajaBuscarProducto {
        left: 100px;
        width: 55%;
    }
}

@media screen and (max-width: 400px) {

    .cajaBuscarProducto {
        left: 100px;
        width: 52%;
    }
}

@media screen and (max-width: 375px) {

    .logo img {
        display: flex;
        margin-left: -15px;
        height: 110px;
        width: 110px;
    }


    .cajaBuscarProducto {
        left: 100px;
        width: 50%;
    }

    .buscarProducto {
        font-size: 12px;
    }
}

@media screen and (max-width: 350px) {

    .cajaBuscarProducto {
        left: 100px;
        width: 47%;
    }
}

@media screen and (max-width: 320px) {

    .logo img {
        display: flex;
        margin-left: -12px;
        height: 90px;
        width: 90px;
    }


    .cajaBuscarProducto {
        left: 80px;
        width: 52%;
    }

    .buscarProducto {
        font-size: 10px;
    }
}
