*{
    /*border: 1px solid red;*/
}

.sorteos-container{
    background-color: #f9f7f0;
}
.sorteos-container .pro-container{
    max-width: 1320px;
}
.sorteos-container h1 span{
    position: relative;
}

.sorteos-container h1 span:after{
       content: "";
    position: absolute;
    left: -5%;
    bottom: -2px;
    width: 110%;
    height: 11px;
    background-image: url(underline.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.sorteo-estado-imagen{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.sorteo-estado{
    position: absolute;
    top: 14px;
    left: 14px;
    background: #DC3025;
    color: white;
    padding: 7px 20px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    z-index: 2;
}

.sorteo-estado.sorteo-finalizado{
    background: white;
    color: #4CC3EE;
}
.sorteo-estado.sorteo-proximamente{
    background: #109fd2;
    color: #fff;
}
.sorteo-estado-imagen-sorteo-finalizado:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #a4daed94;
}
.sorteo-imagen-link{
    position: relative;
    
    background-color: #97dcf8;
    background-image: url(bg-sorteo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sorteo-fecha-col{
    padding-right: 0;
    color: #56AAD7;
}
.sorteo-fecha-col-1{
    border-right: 1px solid #4CC3EE;
}

.sorteo-imagen-link img{
    margin: 50px 0;
    width: 70%;
}


.sorteo-pretitulo {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 14px 0;
}

.sorteo-pretitulo .text-bg-red {
    padding: 1px 10px;
    background-color: #DC3025;
}