@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');

footer{
    background-color: #ffffff;
    line-height: 10px;
}

#datos-contacto a{
    color: #222221;
}


 small {
     font-size: calc(12px + (15 - 12) * ((100vw - 360px) / (1600 - 360))) !important
 }

 .bold-text {
     color: #989c9e !important
 }

 .mt-55 {
     margin-top: calc(50px + (60 - 50) * ((100vw - 360px) / (1600 - 360))) !important
 }

 .h3-footer {
     font-size: calc(34px + (40 - 34) * ((100vw - 360px) / (1600 - 360))) !important
 }

 .social {
     font-size: 21px !important
 }

 .rights {
     font-size: calc(10px + (12 - 10) * ((100vw - 360px) / (1600 - 360))) !important
 }

 .icon-rounded-footer{
     background-color: #5d2276;
     border-radius: 50px;
     padding: 10px;
     width: 40px;
     height: 40px;
 }