.footer{
    /* position: relative; */
    bottom: 0;
    position: relative;
}

.fondo-web{
    position: absolute;
    z-index: -1;
    top: -665px;
    left: 15px;
    /*top: 586%;*/
    /*left: 1.4%;*/
}

.fondo-web img{
    width: 90%  ;
}

.contenedor-footer{
    width: 100%;
    height: auto;
    margin-top: 5%;
}

.contenedor-footer-wrapper{
    display: grid;
    grid-template-rows: 0.9fr 3.5fr;
}

.contenedor-footer-contenedor-redesSociales-wrapper{
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: repeat(15,1fr);
}

.contenedor-footer-contenedor-redesSociales-contenedor{
    grid-column: 11 / 14;
    grid-row: 1;
}

.contenedor-footer-contenedor-redesSociales-base{
    width: 100%;
    height: 100%;
    background-color: #0054e8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.contenedor-footer-contenedor-redesSociales-base-imagen{
    width: auto;
    height: auto;
    margin: auto;
}


.primer-redSocial{
    grid-column: 1;
    grid-row: 1;
}

.segunda-redSocial{
    grid-column: 2;
    grid-row: 1;
}

.tercera-redSocial{
    grid-column: 3;
    grid-row: 1;
}

.cuarta-redSocial{
    grid-column: 4;
    grid-row: 1;
}

.quinta-redSocial{
    grid-column: 5;
    grid-row: 1;
}

.centrar-imagen-diseno{
    display: block;
    margin: auto;

}


/*** parte inferior del footer ***/
.contenedor-footer-contenedor-informacion-wrapper{
    grid-column: 1;
    grid-row: 2;
    display: grid;
    grid-template-rows: 5fr 1fr;
    background-color: #0054e8;
    /*box-shadow: -4px -4px 3px #00000087;*/
    /*box-shadow: -3px -2px 8px 3px #8a868696;*/
    box-shadow: -3px -2px 8px 3px #35343452
}

.contenedor-footer-contenedor-informacion-datosGrales{
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-family: 'Raleway', sans-serif;
    font-size: 1.1vw;
    width: 90%;
    margin-left: 10%;
}

.contenedor-footer-contenedor-informacion-datosDireccion{
    grid-column: 1;
    grid-row: 2;
}

.contenedor-footer-contenedor-informacion-datosDireccion p{
    margin-left: 13%;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 1vw;
}

.contenedor-footer-contenedor-informacion-datosGrales-blisterpack{
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-rows: 1fr 3fr;
    height: 80%;
    margin-top: 10%;
}

.contenedor-footer-contenedor-informacion-datosGrales-blisterpack-titulo{
    grid-column: 1;
    grid-row: 1;
    width: 70%;
    margin: auto;
    color: white;
    margin-bottom: 0%;
}

.contenedor-footer-contenedor-informacion-datosGrales-blisterpack-info{
    grid-column: 1;
    grid-row: 2;
    width: 70%;
    margin: auto;
    color: white;
    margin-top: 0%;
}

.contenedor-footer-contenedor-informacion-datosGrales-blisterpack-info p{
    margin-bottom: 0;
}

.contenedor-footer-contenedor-informacion-datosGrales-blisterpack-info a{
    color: white;
}

.contenedor-footer-contenedor-informacion-datosGrales-informacion{
    grid-column: 2;
    grid-row: 1;
    display: grid;
    grid-template-rows: 1fr 3fr;
    height: 80%;
    margin-top: 10%;
}

.contenedor-footer-contenedor-informacion-datosGrales-telefono{
    grid-column: 3;
    grid-row: 1;
    width: 80%;
    margin: auto;
    color: white;
    font-size: 1.5vw;
    height: 70%;
    text-align: right;
}

.contenedor-footer-contenedor-informacion-datosGrales-imagen-contenedor{
    width: 40%;
    height: 40%;
    color: white;
    margin-top: 7%;
    /*margin-left: 10%;*/
}
.contenedor-footer-contenedor-informacion-datosGrales-imagen-contenedor img{
    width: 12vw;
}


.contenedor-footer-contenedor-disenador{
    grid-column: 1;
    grid-row: 3;
}

.contenedor-footer-contenedor-disenador-contenedor{
    width: 30%;
    height: auto;
    margin: auto;
}

.margen-izquierdo{
    margin: 0%;
    width: 100%;
}

@media screen and (max-width: 800px){
    .fondo-web{
        display: none;
    }

    .contenedor-footer-contenedor-redesSociales-contenedor {
        grid-column: 5 / 15;
    }

    .contenedor-footer-contenedor-redesSociales-base-imagen img{
        width: 65%;
    }

    .contenedor-footer-contenedor-redesSociales-base {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .contenedor-footer-contenedor-informacion-wrapper {
        grid-template-rows: none;
    }

    .contenedor-footer-contenedor-informacion-datosGrales {
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        margin-left: unset;
    }

    .contenedor-footer-contenedor-informacion-datosGrales-imagen{
        grid-row: 1/1;
        grid-column: 1;
        width: 100%;
    }

    .contenedor-footer-contenedor-informacion-datosGrales-telefono {
        grid-row: 1/1;
        grid-column: 2;
        width: 100%;
        text-align: center;
    }

    .contenedor-footer-contenedor-informacion-datosGrales-telefono p{
        font-size: 4vw;
    }
    .contenedor-footer-contenedor-informacion-datosGrales-telefono i{
        font-size: 4vw;
    }
    .contenedor-footer-contenedor-informacion-datosGrales-blisterpack{
        grid-row: 2;
        grid-column: 1/3;
        margin-top: 1%;
        margin-bottom: 2%;
        font-size: 3.5vw;
    }
    .contenedor-footer-contenedor-informacion-datosGrales-informacion{
        grid-row: 3;
        grid-column: 1/3;
        margin-top: 2%;
        margin-bottom: 2%;
        font-size: 3.5vw;
    }

    .contenedor-footer-contenedor-informacion-datosGrales-imagen-contenedor {
        width: 90%;
        height: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contenedor-footer-contenedor-informacion-datosGrales-imagen-contenedor img{
        width: 65%;
        /*display: block;*/
        /*margin: auto;*/
    }

    .contenedor-footer-contenedor-informacion-datosGrales-blisterpack-titulo{
        margin-left: 7%;
    }

    .contenedor-footer-contenedor-informacion-datosGrales-blisterpack-titulo p{
        margin-bottom: 0%;
    }

    .contenedor-footer-contenedor-informacion-datosGrales-blisterpack-info{
        margin-left: 7%;
    }

    .contenedor-footer-contenedor-informacion-datosDireccion p{
        font-size: 3.3vw;
        margin-bottom: 0%;
        margin-left: 7%;
    }

    .contenedor-footer-wrapper{
        grid-template-rows: none;
    }


    .contenedor-footer-contenedor-informacion-datosDireccion{
        margin-top: 5%;
    }


    .centrar-imagen-diseno {
        width: 75%;
    }

}
