body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  background: #000;
}

html {scroll-behavior: smooth;}
a:link {transition: 0.5s;}


header .banner {
  background: url(../img/Banner_centro_desktop.jpg)no-repeat center top;
  background-size: cover;
  height: 350px;
}

header .banner-xs {
  background: url(../img/Banner_centro_movil.jpg)no-repeat center top;
  background-size: cover;
  height: 400px;
}

.img-logo img{width: 240px; height: auto;}
.img-logo {justify-content: center; display: flex; flex-flow: row wrap;}

.contactanos p {
    background-repeat:no-repeat;
    background-position: left;
    background-size: 20px;
    padding-left: 40px;
    text-align: left;
}

.contactanos p.tel {
    background-image: url(./../img/icono_tel.svg);
}

.contactanos p.mail {
    background-image: url(./../img/icono_correo.svg);
}

.contactanos p.wa {
    background-image: url(./../img/icono_whatsapp.svg);
}

.contactanos p.tree {
    background-image: url(./../img/icono_web.svg);
}

footer .contactanos a {color: #fff; }
footer h2 {color: #000; font-weight: 900; text-transform:uppercase; }
footer .h2-bk {transform: skewX(-18deg); background: #FDD700; text-align: center;}
footer p {font-size: 16px;text-align: left;}
footer .contactanos a:hover {color: #FDD700; text-decoration: underline;}


.logos-flex {display: flex;flex-flow: row wrap;justify-content: space-evenly;gap:20px; align-items: center;}
.logos-flex a {flex-basis: 3rem;flex-grow: 0;}
footer .contactanos, .logos-footer1 {width: 100%; margin: 0 auto; color: #fff;}

.logos-flex a:hover {transform: scale(1.15);
    transition: all ease 400ms;}

.copy {color:#fff;display: block;}
.copy p {margin-bottom: 0;}