.primerPremio{
    min-height: 20vh;
    width: 100%;
    background-color: black;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 90px;
}
.primerPremioIzq img{
    width: 100%;
    border-top:solid 40px black;
    
}
.primerPremioIzq{
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.primerPremioDer{
    width: 50%;
    color: #fff;
    padding: 50px;
    font-size: 20px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.primerPremioDer h4{

    color: #fff;
    font-size: 30px;
    
}
@media (max-width: 1100px){
    .primerPremioIzq{
        width: 100%;
    }
    .primerPremioDer{
        width: 100%;
        padding-top: 40px;
      
        
    }
}