@font-face {
    font-family: 'Roboto';
    src: url('/themes/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/themes/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/themes/fonts/Roboto-LightItalic.ttf') format('truetype');
    font-style: italic;
    font-display: swap;
}

html, body {
    background: #EFF3F4;
}

/*.backstretch { opacity:0.4}*/
strong, b {
    font-family: 'Roboto';
}

/*nav.navbar	{ background-color:rgba(255,255,255);}*/

.navbar-brand {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.auspiciantes img {
    max-height: 80px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    vertical-align: middle;
}

.auspiciantes figure {
    margin: 0 auto;
}

table.table tbody tr:hover {
    background-color: #ff9800 !important;
    color: white;
}

.is-primario {
    color: #444;
}

.is-naranja, .is-primario:hover {
    color: darkblue;
}

.is-primary {
    background-color: #ff9800 !important;
}

.is-info {
    background-color: #3f51b5 !important;
}

table.table tbody tr.link:hover {
    cursor: pointer;
}

table.table tbody tr.link:hover a {
    color: white;
}

table.table tbody tr.link .is-link {
    line-height: 1;
    height: auto;
}

table.table tbody tr.link:hover .is-link:hover {
    background: transparent;
}

.table td:before {
    display: none;
}

.table th, .table td {
    display: table-cell;
}

.table th:first-child, .table td:first-child {
    padding-left: 0;
}

.table th:last-child, .table td:last-child {
    padding-right: 0;
}

.table {
    overflow: hidden;
}

.table th, .table td {
    padding: 4px !important;
}

.progress.is-warning::-webkit-progress-value {
    background-color: #ff9800
}

.progress.is-warning::-moz-progress-bar {
    background-color: #ff9800
}

.progress.is-warning::-ms-fill {
    background-color: #ff9800
}

.progress.is-warning:indeterminate {
    background-image: linear-gradient(to right, #ff9800 30%, #dbdbdb 30%)
}

.progress::-webkit-progress-value {
    transition: width 3.5s ease !important;
}

#load-corredor {
    transition: left 3.5s ease !important;
}

.media-right .date p span {
    font-size: 12px;
}

.media-right .date p {
    font-size: 40px;
}

.media+.media {
    border: 0;
}

.date {
    max-width: 130px;
    max-height: 120px;
    margin: 0 auto;
    min-width: 110px;
    background: #fcfcfc;
    border: 1px solid #d2d2d2;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.footer {
    width: 100%;
    color: white;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 12px
}

.footer a {
    color: #999 !important;
}

.shadow {
    box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
}

.hero .navbar {
    background-color: #fff !important;
}

.hero-body .title {
    color: hsl(192, 17%, 99%) !important;
}

.hero-body .box {
    max-width: 700px;
    margin: 0 auto;
}

.box.cta {
    border-radius: 0;
    border-left: none;
    border-right: none;
}

.card.large .card-content {
    height: 240px;
}

.hero-body .subtitle {
    color: hsl(192, 17%, 99%) !important;
    padding-top: 2rem;
    line-height: 1.5;
}


.label-container {
    position: absolute;
    /* bottom:48px; */
    right: 65px;
    display: table;
    white-space: nowrap;
    visibility: hidden;
}

.label-text {
    color: #FFF;
    background: rgba(51, 51, 51, 0.5);
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border-radius: 3px;
}

.label-arrow {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    opacity: 0.5;
}

.float-div {
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 9998;
}

.float {
    width: 60px;
    height: 60px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 7px #000;
    animation: bot-to-top 2s ease-out;
    margin-bottom: 10px;
}

.float-w {
    background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}

.my-float {
    font-size: 24px;
    margin-top: 18px;
}

a.float+div.label-container {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover+div.label-container {
    visibility: visible;
    opacity: 1;
}




@media (max-width: 380px) {
    .level.is-mobile {
        display: none;
    }
}

@media (min-width: 480px) {
    .table th, .table td {
        margin: .5em 1em;
    }
}

@media (max-width: 480px) {
    .table {
        margin: 1em 0;
        min-width: 300px;
    }

    .table tr {
        border: 1px solid #ccc;
    }

    .table td {
        border: 0px !important;
        text-align: left;
    }

    .table thead {
        display: none;
    }

    .table tbody td {
        display: block;
    }

    .table td:first-child {
        padding-top: .5em;
    }

    .table td:last-child {
        padding-bottom: .5em;
    }

    .table td.has-text-right {
        text-align: left !important;
    }

    .table td:before {
        content: attr(data-th);
        font-weight: bold;
        width: 8em;
        display: inline-block;
    }
}

.title {
    font-weight: 100 !important;
}

.has-text-light {
    font-weight: 100 !important;
    font-size: 20px !important;
}

.subtitle.is-5 {
    font-weight: 100 !important;
    font-size: 24px;
    padding-top: 20px;
}

.compartir {
    color: #959595;
}