a{
    text-decoration: none;
}

body{
    overflow-x: hidden;
}

.footer-row{
    min-height: 200px;
    box-shadow: 1px -4px 16px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px -4px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px -4px 16px 0px rgba(0,0,0,0.75);
}

.col{
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}

.tlf{
    display: flex;
}

.tlf p{
    margin-left: 10px;
    color: #B62C38;
    cursor: pointer;
}

.col h2{
    color: #B62C38;
}

.tlf i{
    color: #B62C38;
    font-size: 20px;
    cursor: pointer;
    transition: 1s;
}

footer:hover p,
footer:hover i{
    color: #003A64;
}

.fa-instagram:hover,
.fa-facebook:hover,
.fa-linkedin:hover{
    transform: scale(2);
}

#redes{
    width: 20%;
    justify-content: space-around;
}

@media (max-width: 991px){
    .col{
        margin-top: 25px;
    }

    /* .footer-row{
        height: 217px;
    } */
}















