﻿.ranking {
    background: #012169;
    background: radial-gradient(circle, rgba(1, 33, 105, 1) 0%, rgba(0, 60, 123, 1) 0%, rgba(1, 33, 105, 1) 100%);
    padding: 80px 0;
}

.padding-0 {
    padding: 0;
}

.linea {
    border-color: #fff;
    width: 100%;
}

.ano {
    font-size: 50px;
}



.texto-logo .titulo,
.texto-logo .sub-titulo {
    color: #fff !important;
    text-transform: none;
}

.estadistica,
.texto-logo {
    overflow: auto;
}

.texto-logo .sub-titulo {
    font-weight: 400 !important;
}


@media(min-width:1200px){
    .ranking{
        padding: 40px 0;
    }
    .ano-container{
        width: 20%;
        border-right: 1px solid #fff;
    }

    .medalla{
        height: 300px;
    }

    .texto-container{
        padding-left: 25px;
    } 

    .estadistica img{
        height: 310px;
    }
}


@media(max-width:991px){
    .medalla{
        max-width: 100%;
    }
}



@media(min-width:768px) {

    .texto-logo .titulo {
        font-size: 40px;
    }

    .texto-logo .sub-titulo {
        font-size: 20px !important;
        font-weight: 300 !important;
    }

    .contenido {
        margin-top: 60px !important;
    }

    .contenido  p{
        font-size: 18px;
    }
}



@media(max-width:767px) {
    .ranking {
        padding: 40px 0 !important;
    }

    .texto-logo {
        margin-bottom: 65px;
    }

    .abHealth {
        padding-bottom: 10px !important;
    }

    .contenido {
        margin-top: 30px !important;
    }

    .linea {
        width: 40%;
    }

    .texto-logo .titulo {
        font-size: 28px;
    }

    .estadistica {
        padding: 0 1px;
    }

    .texto-logo {
        margin-bottom: 30px;
    }

    .medalla-container {
        height: 172px;
        display: flex;
        overflow: hidden;
        align-items: end;
        justify-content: flex-start;
        padding: 0;
    }

    .medalla {
        height: 145%;
    }

    .medala-texto-container,
    .ano-container,
    .texto-container {
        padding: 0;
    }

    .padding-xs-0 {
        padding: 0;
    }
}