.menuContainer{
    background-image: url(../img/bk_verde.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    position: fixed;
    z-index: 1000;
    top: 0;
    left:0;
    width: 100%;
    margin: 0;
    z-index: 3;
}
#bannerPuentes {
    background-color: #cccccc;
    /* Used if the image is unavailable */
    background-image: url("../img/green_mb.jpg");
    width: 100%;
    overflow: hidden;
    height: 80vh;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}
#bannerUru{
    background-color: #cccccc;
    /* Used if the image is unavailable */
    background-image: url("../img/uruguay_mb.jpg");
    width: 100%;
    overflow: hidden;
    height: 80vh;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}
#bannerMesas{
    background-color: #cccccc;
    /* Used if the image is unavailable */
    background-image: url("../img/mesas_mb.jpg");
    width: 100vw;
    overflow: hidden;
    height: 70vh;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}
#bannerMaster{
    background-color: #cccccc;
    /* Used if the image is unavailable */
    background-image: url("../img/master_mb.jpg");
    width: 100vw;
    overflow: hidden;
    height: 70vh;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

div.detallePuentes {
    background-image: url(../img/bk_crema.jpg);
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
div.franjaAnteriores {
    background-image: url(../img/bk_verde.jpg);
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
div.franjaConvocatoria {
    /* background-color:#8e8e8e;  */
    background-color: #ffb33f;
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
div.franjaAbierta{
    background-color: #ffb33f;
}
#estadoConvocatoria{
    /* margin-left: 5%; */
    padding: 15px 0 15px 30px;
    font-size: 0.8em;
    margin-bottom: 0;
    font-family: 'fivo_sansmedium', sans-serif;
    font-weight: bold;
    text-align: left;
}
.edAnteriores{
    /* margin-left: 5%; */
    padding: 15px 0 15px 30px;
    font-size: 0.8em;
    margin-bottom: 0;
    font-family: 'fivo_sansmedium', sans-serif;
    font-weight: bold;
    text-align: left;
    color:white;
    letter-spacing: .05rem;
}
#estadoConvocatoria2{
    padding: 15px 0 15px 30px;
    font-size: 0.8em;
    margin-bottom: 0;
    font-family: 'fivo_sansmedium', sans-serif;
    font-weight: bold;
    text-align: left;
    color:white;
    letter-spacing: .05rem;
    text-decoration: none;
}
#estadoConvocatoria2:hover{
    color:var(--verde);
}
h1.titulo_puentes{
    font-family: 'fivo_sansblack', sans-serif;
    font-size: 2em;
    margin-top:.5em;
}
h2.titulo_puentes{
    font-family: 'fivo_sansblack', sans-serif;
    font-size: 1.1em;
    margin:1em 0 0.5em 0;
}
h3.titulo_puentes{
    font-family: 'fivo_sansblack', sans-serif;
    font-size: 1em;
    margin:1em 0 0.5em 0;
}
#puentes_tit_selec{
    font-size:1.5em;
}
div.introPuentes{
    margin-bottom:1em;
}
section.contenidoEave{
    margin:1em 1.5em;
}
div.ganador_v{
    border-left: solid 7px var(--verde);
    margin:1em 0;
}
div.ganador_r{
    border-left: solid 7px var(--rojo);
    margin:1em 0;
}
div.ganador_c{
    border-left: solid 7px var(--crema);
    margin:1em 0;
}
div.ganador_v p, div.ganador_r p, div.ganador_c p{
    margin:0;
    padding-left: 1em;
}
.apoyosPuentes{
    margin-top:2em;
}
p.firmaFooter a{
    width:fit-content;
    padding:0;
}
p.firmaFooter img {
    max-width: 30px;
    width: 100%;
}
img.img_seleccion{
    width:100%;
}
ul.ulReal{
    all:revert;
    padding-left:1em;
    margin-top:0;
}
ul.ulReal li {
    all:revert;   
}

ul.ulReal li a{
    all:revert;
}
a.anterioresLink, a.formularioLink{
    color:black;
    text-decoration: none;
}
p.anterioresParrafo, p.formularioBoton{
    text-align: center;
    background-color: var(--crema);
    color:black;
    padding: 10px 0;
    font-weight: bold;
}
p.formularioBoton{
    width:max-content;
    padding:15px;
    background-color: var(--rojo);
    color: white;
    margin:1em 0 1em 0;
}
p.anterioresParrafo:hover, p.anterioresParrafo:active{
    color: white;
    background-color: var(--rojo);
}
p.formularioBoton:hover, p.formularioBoton:active{
    background-color: var(--crema);
    color:black;
}
img.puentesLogo{
    width:300px;
    max-width: 50%;
}
figure.puentesLogo{
    margin: 20px 0 40px 0;
    /* display: flex;
    justify-content: center; */
}
.logosSponsors{
    margin:40px 0 ;
}
.logosSponsors img{
    width:100%;
    max-width:200px;
    display: block;
    margin:0 auto;
}
.expertos{
    margin:2em auto;
    width:100%;
}
.logos_master{
    margin:2em auto;
    width:100%;
    max-width:850px;
}
.logos_master img{
    width: 100%;
}
.expertos img{
    width:100%;
}
.masterclasses{
    margin-top:2em; 
    padding:1em 0.5em 1em 0;
}
.titulo_masterclasses{
    font-family: 'fivo_sansblack', sans-serif;
}
hr.testimonio{
    border-top:solid .4em var(--rojo);
    width:6em;
    margin:1.5em 0;
    opacity: 100%;
}
.logosUru{
    width:100%;
}
p.cita{
    margin:2em; 
}

@media screen and (min-width:768px) {
    #bannerPuentes {
        background-image: url("../img/green_dk.jpg");
    }
    #bannerUru {
        background-image: url("../img/uruguay_dk.jpg");
    }
    #bannerMesas {
        background-image: url("../img/mesas_dk.jpg");
    }
    #bannerMaster {
        background-image: url("../img/master_dk.jpg");
    }
    #estadoConvocatoria, .edAnteriores, #estadoConvocatoria2{
        font-size: 1em;
        max-width:700px;
        padding: 15px 0;
    }
    h1.titulo_puentes{
        font-size: 4em;
    }
    h2.titulo_puentes{
        font-size: 1.5em;
    }
    h3.titulo_puentes{
        font-size: 1.2em;
    }
    #puentes_tit_selec{
        font-size:3em;
    }
    .logosSponsors img{
        width:100%;
        padding:10px;
        max-width:200px;
    }
    img.puentesLogo{
        width:300px;
    }
}
@media screen and (min-width:1150px) {
    #estadoConvocatoria, .edAnteriores, #estadoConvocatoria2{
        /* margin-left: 5%; */
        max-width:1000px;
        padding: 15px 0;
        font-size: 1.2em;
    }
    section.contenidoEave, section.contenidoAnteriores{
        max-width:1000px;
        width:1000px;
        margin:2em auto 4em auto;
    }
    #botoneraAnteriores{
        width: 1000px;
    }
    /* #puentes_uru_descripcion{
        width:80vw;
    } */

}