footer p{
    margin: 0;
    padding: 0;
    padding-bottom: 0.5em;
}

.footer_P {
    background-image: url('../img/Inicio/footerF.png');
    background-attachment: fixed;
    /* Efecto Parallax */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding: 0 20em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_P .cont_1,.cont_2,.cont_3{
    width: 280px;
}

.footer_P .cont_1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2em;
    color: #0080FF;
    font-weight: 600;
    text-align: left;
}

.footer_P .cont_1 .logo img{
    width: 60%;
}

.footer_P .cont_1 .pagos .pay{
    display: flex;
}

.footer_P .cont_1 .pagos .pay img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0.3em;
}

.footer_P .cont_1 .redes a{
    padding: 0 0.2em;
    font-size: 1.4em;
}

.footer_P .cont_1 .redes i{
    color: #fff;    
}

.footer_P h4{
    color: #0080FF;
    font-size: 1.2em;
}

.footer_P ul{
    padding-inline-start: 0;
}

.footer_P li{
    padding: .5em 0;
    color: #fff;
    font-weight: 500;
}


.footer_S {
    display: flex;
    justify-content: space-around;
    background-color: #0080FF;
    color: #222222;
    font-size: 0.7em;
    font-weight: 600;
}

.footer_S a {
    color: #fff;
}


@media (max-width: 800px){
    .footer_P {
        height: 100%;
        padding: 3em 1em 0 1em;
        flex-direction: column;
        justify-content: center;
    }
    
    .footer_P .cont_1,.cont_2,.cont_3{
        width: 70%;
        padding-bottom: 3em;
    }
    
    .footer_P .cont_1 .logo img{
        width: 90%;
    }

    .footer_P h4{
        font-size: 1em;
    }

    .footer_P .cont_1 .redes a{
        font-size: 1.5em;
    }

    .footer_P li{
        font-size: .9em;
    }
    
    .footer_S {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}