@charset "UTF-8";
/* CSS Document */

[data-toggle~="collapse"] {
    cursor: pointer;
}

a {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

img {
    max-width: 100%;
}

.logo-evento {
    text-align: left;
}

img.logo {
    max-height: 120px;
}

.descripcion {
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 15px;
}

.descripcion p.lead {
    margin-bottom: 0;
}

.navbar {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
}

.panel h3, .panel h4 {
    font-family: 'Roboto Condensed', sans-serif;
}

.cabezote {
    margin-bottom: 20px;
    margin-top: 30px;
}

.breadcrumb {
    width: calc(100% - 30px);
}

.list-group.list-group-flush {
    list-style: none;
    border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
    border-radius: 0;
    overflow: hidden;
}

.panel, .panel button {
    border-radius: 0;
}

footer {
    text-align: center;
    margin: 50px 0;
    border-top: 1px solid #e1e1e1;
    padding-top: 30px
}

.titulo h2 {
    font-family: 'Roboto Condensed', sans-serif;
}

.titulo h2 img {
    margin-right: 10px;
    height: 36px;
    margin-bottom: 5px;
}

.row .row {
    margin-left: 0;
    margin-right: 0;
}

.btn-default {
    border-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

@media (min-width: 400px) and (max-width: 991px) {
    .descripcion {
        text-align: center;
        border-bottom: 1px dotted #f1f1f1;
        padding-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .col-md-4 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

#container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding {
    padding: 0;
}

.cmp-titulodeporte h2 img, .cmp-titulotorneo h2 img {
    margin-right: 10px;
    height: 36px;
    margin-bottom: 5px;
}

/*IMAGENES DE FICHA */

.modulo-ficha img.bandera, .ganadores img.bandera {
    margin-left: -20px !important;
    bottom: 10px;
    left: 50%;
}

/* ----- IMAGENES DE FICHA ----- */
.modulo-ganadores .doble .bronce p:nth-child(1) img.bandera {
    top: 60px !important;
}

.modulo-ganadores .doble .bronce p:nth-child(2) img.bandera {
    top: 160px !important;
}

.ficha a {
    width: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    height: auto !important;
}

.ficha > .text-center > a, .atleta > .text-center > a {
    max-height: 138px !important;
    overflow: hidden;
    display: inline-block;
    border-radius: 50% !important;
    border: 4px solid #666 !important;
    max-width: 138px;
}

.ficha a img.img-circle, .atleta a img.img-circle {
    border-radius: 0% !important;
    border: 0 !important;
    height: auto !important;
    min-height: 140px;
    min-width: 138px;
}

.doble a.bronze-winner {
    border: 5px solid #e69627;
}

@media (min-width: 300px) and (max-width: 400px) {
    .ficha .text-center a, .ficha a img.img-circle {
        min-height: 60px;
        min-width: 60px !important;
        max-height: 60px;
        max-width: 60px;
        border: 2px solid #666;
    }
}

@media (min-width: 400px) and (max-width: 620px) {
    .ficha .text-center a, .ficha a img.img-circle {
        min-height: 80px;
        min-width: 80px !important;
        max-height: 80px;
        max-width: 80px;
        border: 2px solid #666;
    }
}

@media (min-width: 992px) {
    .ficha a, .atleta a.foto {
        width: 138px;
        height: 140px;
        overflow: hidden;
        display: inline-block;
        border-radius: 50%;
        border: 5px solid #666;
    }
}

/*IMAGENES DE GANADORES */

.modulo-ganadores img.bandera {
    margin-left: -20px !important;
    bottom: 10px;
    left: 50%;
}

.modulo-ganadores a {
    max-height: 170px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    max-width: 170px;
    padding: 0 !important;
    min-width: 170px;
}

.modulo-ganadores img.img-circle {
    border-radius: 0% !important;
    border: 0 !important;
    height: auto !important;
    min-height: 140px;
    min-width: 140px;
}

a.silver-winner {
    border: 15px solid #cfd4d8;
}

a.gold-winner {
    border: 15px solid #efc523;
}

.modulo-ganadores img.img-circle {
    max-width: 120px;
}

a.bronze-winner {
    border: 15px solid #e69627;
}

.modulo-ganadores img.bandera {
    left: 50% !important;
    margin-left: -10px !important;
    bottom: auto !important;
    top: 170px;
    margin-top: 0 !important;
}

.modulo-ganadores p span {
    display: block;
}

.modulo-ganadores .doble a {
    width: 70px !important;
    height: 70px;
    max-width: 70px !important;
    min-width: 70px;
    min-height: 70px;
}

.modulo-ganadores .doble img.img-circle {
    width: 65px !important;
    max-width: 80px !important;
    min-width: 80px;
    min-height: 80px;
}

@media (min-width: 992px) {
    .modulo-ganadores a {
        width: 170px;
        height: 170px;
        overflow: hidden;
        display: inline-block;
        border-radius: 50%
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .modulo-ganadores a {
        width: 120px;
        height: 120px;
        max-width: 120px;
        min-height: 120px;
        min-width: 100px;
    }

    .modulo-ganadores a img.img-circle {
        width: 100px;
        height: 100px;
        max-width: 100px;
        min-height: 100px;
        min-width: 100px;
    }

    .modulo-ganadores img.bandera {
        top: 120px;
    }
}

@media (min-width: 599px) {
    .modulo-ganadores .podio .doble .bronce {
        font-size: 10px;
    }
}

@media (min-width: 300px) and (max-width: 600px) {
    .modulo-ganadores .doble .bronce p:nth-child(1) img.bandera {
        top: 45px !important;
    }

    .modulo-ganadores .doble .bronce p:nth-child(2) img.bandera {
        top: 130px !important;
    }

    .modulo-ganadores a {
        min-height: 55px;
        min-width: 55px !important;
        max-height: 55px;
        max-width: 55px;
    }

    .modulo-ganadores a img.img-circle {
        min-height: 55px;
        min-width: 55px !important;
        max-height: 55px;
        max-width: 55px;
    }

    .modulo-ganadores .doble a {
        width: 55px !important;
        height: 55px;
        max-width: 55px !important;
        min-width: 55px;
        min-height: 55px;
    }

    .modulo-ganadores .doble img.img-circle {
        width: 55px !important;
        max-width: 55px !important;
        min-width: 55px;
        min-height: 55px;
    }

    .row.podio {
        padding: 0 15px;
    }

    .modulo-ganadores img.bandera {
        top: 65px;
    }

    a.bronze-winner {
        border: 5px solid #e69627;
        margin-bottom: 10px
    }

    a.silver-winner {
        border: 5px solid #cfd4d8;
        margin-bottom: 10px
    }

    a.gold-winner {
        border: 5px solid #efc523;
        margin-bottom: 10px
    }

    .row.podio .col-xs-4 {
        font-size: 5px;
    }
}

.modulo-ganadores .podio .oro {
    border-bottom: 80px solid #efc523;
    width: 100%
}

.modulo-ganadores .podio .plata {
    border-bottom: 50px solid #cfd4d8;
    width: 100%
}

.modulo-ganadores .podio .bronce {
    border-bottom: 20px solid #e69627;
    width: 100%;
}

.modulo-ganadores .podio div {
    vertical-align: bottom;
    bottom: 0 !important;
    display: inline-block;
    float: none;
    margin-right: -4px;
}

.modulo-ganadores .podio span {
    display: block;
    color: #999;
}

.modulo-ganadores .podio {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.modulo-ganadores .podio .ganador {
    min-height: 100px;
}

@media (min-width: 300px) and (max-width: 380px) {
    .item-masonry.col-sm-4.col-xs-12.cmp-logo_evento {
        width: calc(100% - 70px) !important;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 10px 0;
    }
}

@media (min-width: 300px) and (max-width: 325px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 10px 0;
    }
}

@media (min-width: 300px) and (max-width: 768px) {
    a.btn.btn-default.pull-right {
        display: block;
        float: none !important;
    }

    .navbar-nav {
        margin: 7.5px 30px;
    }
}

@media (min-width: 400px) {
    .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 300px) and (max-width: 992px) {
    .logo-evento {
        margin-top: 20px;
    }
}

@media (max-width: 1200px) and (min-width: 300px) {
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 3px;
    }
}

@media (min-width: 668px) and (max-width: 992px) {
    .item-masonry.col-sm-8.col-xs-12.cmp-item {
        width: 100%;
    }

    .item-masonry.col-sm-4.col-xs-12.cmp-medalleria
    .item-masonry.col-sm-8.col-xs-12.cmp-lista_items,
    .item-masonry.col-sm-4.col-xs-12.cmp-ultimos_medallistas,
    .item-masonry.col-sm-4.col-xs-12.cmp-html,
    .item-masonry.col-sm-4.col-xs-12.cmp-resultados,
    .item-masonry.col-sm-4.col-xs-12.cmp-escenarios,
    .item-masonry.col-sm-4.col-xs-12.cmp-delegaciones,
    .item-masonry.col-sm-4.col-xs-12,
    .item-masonry.col-sm-8.col-xs-12 {
        width: 50% !important;
    }

    .item-masonry.col-sm-4.col-xs-12#logos-top, .item-masonry.col-sm-4.col-xs-12.cmp-cronometro,
    .item-masonry.col-sm-4.col-xs-12.cmp-logo_evento {
        width: 100% !important;
    }

    .item-masonry.col-sm-4.col-xs-12.cmp-logo_evento .logo-evento {
        text-align: center !important;
    }
}

.deportevirtual {
    text-align: center;
    padding-top: 10px;
}

.deportevirtual img {
    vertical-align: middle
}

@media print {
    a[href]:after {
        content: none !important;
    }
}