/*Estilos generales*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
body{font-family: "Jost", sans-serif; color: #000000;}
h1{font-size:40px; font-weight:500; }
h2{font-size:24px; font-weight:500}
h3{font-size:20px; font-weight:300}
h4{font-size:18px; font-weight:300}
p{font-size:18px; font-weight:300}
b{font-size:18px; font-weight:600}
a{font-size:16px; font-weight:400; color: #000000; text-decoration: underline;     display: inline-block;}
.lead{font-size:24px; font-weight:400}
section{padding-top:60px; padding-bottom: 60px }
.tuenweb_box{}
.tuenweb_copyright{color: #FFF}
.tuenweb_copyright p{margin: 0}
ul{list-style: none; padding: 0}
li{font-size:18px; font-weight:300}
/*colores*/
.tuenweb_azul{color: #0394BA}
.tuenweb_negro{color: #333333}
.tuenweb_gris light{color: #EDEDED}
.tuenweb_gris{color: #808080}
.tuenweb_rojo{color: #850000}
.tuenweb_verde{color: #00B533}
.tuenweb_naranja{color: #FF7D00}
.tuenweb_bg_azul{background: #0394BA}
.tuenweb_bg_negro{background: #333333}
.tuenweb_bg_gris light{background: #EDEDED}
.tuenweb_bg_gris{background: #808080}
.tuenweb_bg_rojo{background: #850000}
.tuenweb_bg_verde{background: #00B533}
.tuenweb_bg_naranja{background: #FF7D00}
.tuenweb_hero {
  background-size: cover;        /* La imagen cubre todo el hero */
  background-position: center;   /* Centrada horizontal y vertical */
  background-repeat: no-repeat;  /* Evita repeticiones */
}
footer{}
footer p{}
footer a{}
footer ul{color:#FFF}
footer ul li{}
footer ul li a{}