@import "parametros.css";


body {
    color: #4c4c4c;
    background-color: var(--color-white);
    font-family: var(--font-family-main);
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
}

.linkedBy{
    padding: 50px 0 60px;
}

.linkedBy .logo_main{
    max-width: 300px;
    margin-bottom: 50px;
}

.linkedBy .linkedByLink{
    display: block;
    background-color: #f9f9f9;
    color: #2d2d2d;
    padding: 18px 20px;
    text-decoration: none;
    margin-bottom: 10px;

    font-size: 16px;
    font-weight: 300;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.linkedBy .linkedByLink:hover{
    background-color: var(--color-mexicana-rose);
    color: var(--color-white);
    font-weight: 400;
}

.linkedBy .list-social-footer{
    margin-top: 50px;
}

.linkedBy .list-social-footer a{
    color: var(--color-verde);
    margin: 0 10px;
    font-size: 20px;
}

.linkedBy .list-social-footer a:hover{
    color: var(--color-mexicana-rose);
}



/* `xxl` applies to x-large devices (large desktops, up than 1400px) */
@media (min-width: 1400px) {


}


/* `xxl` applies to x-large devices (large desktops, less than 1600px) */
@media (max-width: 1599.98px) {


}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {


}


/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {


}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {


}


/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}

/* `sm` applies to x-small devices (portrait phones, less than 420px) */
@media (max-width: 419.98px) {

}




