* {color: white; font-family: Arial, Helvetica, sans-serif;}
header ul { list-style: none;;}
    header ul li{ display: inline-block;}
    header ul li a.btn{ color: white; font-family:  "Poppins", serif; font-weight: bold;}
.section_1 .row > div { /* padding: 0; */}
.section_1 .row > div .imgportada { overflow-x: hidden;}
    header ul li a.btn:hover{ color: #8D1C1C;}
.convocados{position: relative;  min-height: 200px; background-position: center;}
    .convocados .titulo { position: absolute; top: 20px; left: 0; right: 0; font-size: 32px; color: #ef2d2d; font-weight: bold; text-transform: uppercase;}
    .convocados .description { position: absolute; bottom:50px; left: 0; right: 0;}
    .convocados .description * { width: 90%; margin: 0 auto; }
    .convocados .description h2, .convocados .description h4, .convocados .description h3 { background-color: rgba(141,28,28, 0.85); padding-top: 3px;padding-bottom: 3px;}
    .convocados .description p { background-color: rgba(13,23,69, 0.85); padding: 10px 20px; font-size: 14px; text-align: justify;}
.rol_partidos{ }
.rol_partidos .description {left: initial;  line-height: 1; bottom: 65px;background-color: red; width: 55%;}
.rol_partidos .description > * { background-color: transparent!important; color: rgba(13,23,69); font-size: 20px; font-weight: bold; }
.bg_blue{ background-color: #0D1745; background: linear-gradient(90deg, #000, #283A7C);}
.bg_blue2{ background-color: #0D1745; background: linear-gradient(90deg,#283A7C, #000);}
.bg_red{ background-color: #EF2E2D; background: linear-gradient(90deg, #ef2d2d,  #000);}
.bg_red2{ background: linear-gradient(90deg,  #000, #ef2d2d);}
.bg_red_white{  background: linear-gradient(90deg, #B61E2C,  #FFF);}
.bg_red_blue{  background: linear-gradient(90deg, #B61E2C,  #070914);}
.bg_white{  background: #fff}
#noticias iframe {width: 100%!important;}
@media screen and (max-width: 450px) {
    /* header .row > * { width: 100%;}
    header .row > * img { width: 50%;} */
    .section_1 img { width: auto; height: 600px;}
    header ul li {display: block;}
    header ul li a.btn {padding: 0; line-height: 1;}
}
.table>:not(caption)>*>*{padding: 3px;}
#leyendas p { font-size: 16px; text-align: justify;}
h1,h2,h3,h4,h5,h6{font-weight: bold; font-family:  "Poppins", serif; text-transform: uppercase;}