
@font-face {
    font-family: 'robert';
    src: url('../fonts/YDRAY-RoobertENEL-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robert';
    src: url('../fonts/YDRAY-RoobertENEL-Black.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'robert';
    src: url('../fonts/YDRAY-RoobertENEL-Light.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

.container_max {
    width:2000px;
    max-width:100%;
    margin: 0 auto;
}
.container_play {
    width:1200px;
    max-width:100%;
    margin: 0 auto;
}
.container_menu {
    width:1300px;
    max-width:100%;
    margin: 0 auto;
    padding: 40px 20px;
}

.logo {
    width:105px;
}

* {
    font-family: "Roboto", sans-serif;
}


.bg_blue {
    background: linear-gradient(
        180deg,
        #002547 0%,
        hsl(209deg 100% 14%) 8%,
        hsl(209deg 99% 15%) 17%,
        hsl(208deg 99% 15%) 25%,
        hsl(208deg 99% 16%) 33%,
        hsl(208deg 99% 16%) 42%,
        hsl(207deg 99% 17%) 50%,
        hsl(207deg 99% 17%) 58%,
        hsl(207deg 99% 18%) 67%,
        hsl(207deg 99% 18%) 75%,
        hsl(206deg 99% 19%) 83%,
        hsl(206deg 100% 19%) 92%,
        hsl(206deg 100% 20%) 100%
      );
}

.video_youtube {
    aspect-ratio:560/315!important;
    width:100%!important;
    height:auto!important;
}


.inscripcionescerradas {
    font-size:38px;
    font-weight:bold;
    color:#37a9df;
}
.text13, .text13 b {
    font-size:13px;
}
.text17, .text17 b {
    font-size:17px;
}
.text50, .text50 b {
    font-size:50px;
    line-height:1;
}
@media (max-width:1000px) {
    .text50, .text50 b {
        font-size:30px;
    }
}
/*@media (max-width:600px) {
    .text50, .text50 b {
        font-size:20px;
    }
}*/
.color_white, .color_white:hover {
    color:white;
}
.color_blue {
    color:#37a9df;
}
.mb-6 { margin-bottom:60px; }
.mb-7 { margin-bottom:70px; }
.mb-8 { margin-bottom:80px; }
.mb-9 { margin-bottom:90px; }
.mb-10 { margin-bottom:100px; }
.bold {
    font-weight:bold;
}
#countdown, #countdown2 {
    font-weight:300;
}
#countdown b, #countdown2 b{
    font-weight:800;
}

.back_lineas {
    background-image:url(../images/lineas_back_full.png);
    background-repeat:no-repeat;
    background-position: bottom center;
    background-color:#002547;
    background-size:contain;
}

.galafinal {
    font-family:'robert',sans-serif;
    font-weight:bold;
    color:white;
    font-size:112px;
    line-height:1.1;
}
@media (max-width:991px) {
    .galafinal {
        font-size:50px;
    }
}
.fechas{
    font-family:'robert',sans-serif;
    font-weight:lighter;
    color:white;
    font-size:24px;
}
.masinfo {
    font-family:'robert',sans-serif;
    font-weight:lighter;
    color:#002547;
    font-size:24px;
    background-color: white;
    border-radius:15px;
    padding:7px 20px;
    display:inline-block;
    margin-top:10px;
}
.siguenos {
    font-family:'robert',sans-serif;
    font-weight:lighter;
    font-size:18px;
    color:white;
}