
.bgFooter{
    background-image: url('https://res.cloudinary.com/dyfvpmg3o/image/upload/v1772314368/imgFooter_bsxgoc.png');
    background-position: center;
    background-size: cover;
    padding: 40px 0px 0px 0px;
    color: white;
}
.bgFooter .topFooter{
    text-align: center;
}
.bgFooter h2{
    font-weight: 600;
}
.bgFooter p{
    letter-spacing: 4px;
    padding-top: 10px;
}
.bgFooter button{
    border: none;
    color: white;
    background-color: rgba(249, 161, 12, 1.0);
    border-radius: 3px;
    padding: 8px 30px 8px 30px;
    margin: 30px 0px 5px 0px;
    text-transform: uppercase;
    font-size: 15px;
}
.bgFooter .topFooter div{
    display: flex;
    justify-content: center;
    column-gap: 20px;
    padding-top: 15px;
}

.bgFooter .topFooter div svg{
        width: 30px;
        height: 30px;
        color: rgba(249, 161, 12, 1.0); 
        color: rgba(252, 219, 91, 1.0);
        border: 1px solid rgba(249, 161, 12, 1.0);
        border: 1px solid rgba(252, 219, 91, 1.0);
        padding: 5px;
        border-radius: 1px;
    }

.bgFooter .bottomFooter{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "bottomFooter1 bottomFooter2 bottomFooter3";
    margin-top: 30px;
    padding: 30px 70px 30px 70px;
    background-color: rgba(18, 76, 63, 0.8);
}
.bgFooter .bottomFooter1 p{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 23px;
    line-height: 20px;
}
.bgFooter .bottomFooter1 p:first-child{
    letter-spacing: 6px;
}
.bgFooter .bottomFooter1 p:last-child{
    letter-spacing: -0.5px;
    color: rgba(252, 219, 91, 1.0);
}

.bgFooter .bottomFooter2{
    display: flex;
    justify-content: start !important;
    column-gap: 15px;
    font-size: 15px;
}
.bottomFooter2 p a{
    text-decoration: none;
    color: white;
}
.bottomFooter2 p a:hover{
    color: rgba(249, 161, 12, 1.0);
    transition: 0.2s;
}

.bgFooter .bottomFooter3{
    display: grid;
    justify-content: end;
}
.bgFooter .bottomFooter3 a{
    color: white;
    text-decoration: none;
    font-size: 13px;
}
.bgFooter .bottomFooter3 a:hover{
    border-bottom: 1px solid white;
}
.bgFooter .bottomFooter3 p{
    letter-spacing: 2px;
}
.bgFooter .bottomFooter3 svg{
    color: rgba(252, 219, 91, 1.0);
    margin-right: 5px;
}

.copiryght{
    width: 100%;
    background-color: rgba(18, 76, 63, 0.8);
    padding: 20px 40px 20px 40px;
    text-align: center;
}
@media screen and (min-width: 640px){
    .copiryght{
        padding: 20px 180px 20px 180px;
        padding-top: 30px;
    }
}
.copiryght > p{
    border-top: 1px solid white;
    width: 100%;
    letter-spacing: 0px;
    margin: 0px auto;
}
.copiryght > p a{
    text-decoration: none;
    color: rgba(252, 219, 91, 1.0);
    font-size: 13px;
}



/* ==== RESPONSIVE ===== */
@media screen and (max-width: 900px){
     .bgFooter .topFooter{
        text-align: start;
        padding: 30px 0px 30px 40px;
    }
    .bgFooter .topFooter div{
        justify-content: start;
        padding-top: 20px;
        column-gap: 10px;
    }
    .bgFooter button{
        margin: 40px 0px 0px 0px;
        border-radius: 1px;
    }
    
    .bgFooter .bottomFooter{
        grid-template-columns: 1fr;
        grid-template-areas:"bottomFooter1"
                            "bottomFooter2"
                            "bottomFooter3";
        padding: 30px 40px 30px 40px;
    }
    .bgFooter .bottomFooter2{
        display: grid;
        column-gap: 0px;
        padding-top: 20px;
    }
    .bgFooter .bottomFooter3{
        justify-content: start;
        padding-top: 20px;
    }
    .bgFooter .bottomFooter3 a{
        font-size: 15px;
    }
}
@media screen and (min-width: 800px) and (max-width: 1060px){
    .bgFooter .bottomFooter{
        padding: 30px 30px 30px 30px;
    }
    .bgFooter .bottomFooter1 p:first-child{
        letter-spacing: 0px;
    }
    .bgFooter .bottomFooter1 p:last-child{
        letter-spacing: 1px;
    }
    .bgFooter .bottomFooter1 p{
        font-size: 20px;
    }
    .bgFooter .bottomFooter3 p{
        letter-spacing: 0.5px;
    }
    .bgFooter .bottomFooter3 svg{
        margin-right: 0px;
    }
}

/* ==== FIN RESPONSIVE ==== */
