/*CODED BY José Miguel "JMIDEV" Pérez*/
/*CODED BY José Miguel "JMIDEV" Pérez*/
/*CODED BY José Miguel "JMIDEV" Pérez*/
/*CODED BY José Miguel "JMIDEV" Pérez*/
/*CODED BY José Miguel "JMIDEV" Pérez*/
/*CODED BY José Miguel "JMIDEV" Pérez*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap');

body{

    /*background: rgb(12, 12, 12);*/
    /*background: linear-gradient(324deg, #000000 0%, #131313 100%);*/
    background: url("FooterBg.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin: 0px;
    padding: 0px;

}

.content{

    margin-left: 15vmax;
    margin-right: 15vmax;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.content div{

    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;

}

.logofooter{

    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.6));

}

.logofooter img{

    width: 250px;

}

.logofooter span{

    font-family: "Poppins", sans-serif;
    color: white;
    margin-top: 20px;

}

.socialsfooter{

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
    flex-wrap: wrap;
    gap: 10px;
    height: 50%;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.6));

}

.socialbutton{

    outline: none;
    transition: 0.3s;

}

.socialbutton:hover{

    opacity: 0.4;

}

.socialbutton:focus{

    opacity: 0.4;

}

.socialbutton img{

    width: 45px;
    border-radius: 1080px;
    aspect-ratio: 1/1;

}

@media only screen and (max-width: 1100px) {

    .content{

        margin-left: 3vmax;
        margin-right: 3vmax;
    
    }

    .logofooter img{

        width: 80%;
    
    }

}