
@font-face {
  font-family: 'Robert';
  src: url(../fonts/RoobertENEL-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Robert';
  src: url(../fonts/RoobertENEL-Bold.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Robert';
  src: url(../fonts/RoobertENEL-Black.ttf) format('truetype');
  font-weight: 800;
  font-style: normal;
}


* {
    font-family : "Robert", sans-serif;
}

.container_max{
    width:100%;
    max-width:2000px;
    margin: 0 auto;
}
.container_endesa {
    width:100%;
    max-width:1200px;
    margin: 0 auto;
}

.background_player {
    background-image: url(../images/background_desktop.png);
    background-size:cover;
    background-repeat:no-repeat;
    padding-bottom:200px;
    background-position:top center;
}
@media (max-width:800px) {
    .background_player {
        background-image: url(../images/background_mobile.png);
    }
}

.top_line {
    background-color: #0555FA;
    width:100%;
    height:20px;
    position:relative;
}
.top_logos_desktop {
    position:absolute;
    top:0px;
    left:50%;
    transform:translateX(-50%);
    z-index:1;
    max-width:100%;
    pointer-events: none;
}
.top_logos_mobile {
    position:absolute;
    top:0px;
    left:50%;
    transform:translateX(-50%);
    z-index:1;
    max-width:100%;
    display:none;
}


.language_switcher {
    text-align:right;
    color:white;
    font-size:16px;
}
.language_switcher a {
    color:white;
    text-decoration:none;
}
.language_switcher a.active {
    color:#0555FA;
    font-weight:bold;
}

.section_1 {
    margin-top:200px;
}


@media (max-width:800px) {
    
    .top_logos_desktop {
        display:none;
    }
    .top_logos_mobile {
        display:block;
    }
    .language_switcher {
        margin-top:70px;
    }
    
    .section_1 {
        margin-top:20px;
    }
}
@media (max-width:450px) {
    .language_switcher {
        margin-top:40px;
    }
}



.section_1_grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:300px 20px;
}
.section_1_grid_col1_txt1 {
    color:white;
    font-size:29px;
    line-height:1.2;
}
.section_1_grid_col1_txt2 {
    color:#41B9E6;
    font-size:69px;
    line-height:1;
    font-weight:800;
}
.section_1_grid_col1_txt3 {
    color:#0555FA;
    font-size:103px;
    line-height:0.7;
    font-weight:800;
}
.section_1_grid_col2 {
    text-align:right;
}
.section_1_grid_col2_txt2 {
    color:#0555FA;
    font-size:42px;
    line-height:1;
    font-weight:800;
}
.section_1_grid_col2_txt3 {
    color:#41B9E6;
    font-size:42px;
    line-height:1;
    font-weight:800;
}
.bola_apuntate {
    margin-top:20px;
}


.section_1_grid_col2_mobile {
    display:none;
}
.section_1_grid_col2_mobile_grid {
    display:grid;
    grid-template-columns:1fr 0.45fr;
}
@media (max-width:800px) {
    
    .section_1_grid {
        grid-template-columns:1fr;
    }
    .section_1_grid_col1_txt1 {
        font-size:23px;   
    }
    .section_1_grid_col1_txt2 {
        font-size:56px;   
    }
    .section_1_grid_col1_txt3 {
        font-size:84px;   
    }
    .section_1_grid_col2_txt2 {
        font-size:33px;
    }
    .section_1_grid_col2_txt3 {
        font-size:34px;
    }
    .section_1_grid_col2 {
        text-align:left;
    }
    .section_1_grid_col2_mobile {
        display:block;
    }
    .section_1_grid_col2_desktop {
        display:none;
    }
    .bola_apuntate {
        max-width:100%;
    }
}


.background_blue {
    background-color:#0555FA;
}
.section2_grid {
    display:grid;
    grid-template-columns:1fr 1fr;
}
.section2_col1 {
    background-color:#41B9E6;
}
.section2_col1_txt1 {
    color:#41B9E6;
    font-size:36px;
    line-height:1;
    font-weight:800;
}
.section2_col1_txt2 {
    color:#0555FA;
    font-size:46px;
    line-height:1;
    font-weight:800;
    margin-bottom:25px;
}
.section2_col1_txt3 {
    font-size:18px;
    color:#1f1f1f;
}
.section2_col1_section1 {
    background-color: white;
    padding:45px 30px 45px 25px;
}
.section2_col1_txt4 {
    color:white;
    font-size:28px;
    font-weight:bold;
}
.section2_col1_txt5 {
    color:#0555FA;
    font-size:53px;
    line-height:1;
    font-weight:800;
}
.section2_col1_section2 {
    background-color: #41B9E6;
    padding:40px 20px 40px 20px;
    text-align:center;
}

.section2_col2 {
    background-color: #3777fb ;
    padding:30px 30px 30px 30px;
}

.section2_col2_txt1 {
    color:#41B9E6;
    font-size:16px;
}

.section2_col1_section2_mobile {
    display:none;
}
@media (max-width:800px) {
    .section2_grid {
        grid-template-columns:1fr;
    }
    .section2_col1_txt1 {
        font-size:36px;
    }
    .section2_col1_txt2 {
        font-size:46px;
    }
    .section2_col1_section2_desktop {
        display:none;
    }
    .section2_col1_section2_mobile {
        display:block;
    }
    .section2_col1_txt4 {
        font-size:25px;
    }
    .section2_col1_txt5 {
        font-size:45px;
    }
}

.input_text {
    background-color:#3777fb;
    border:1px solid white;
    border-radius:10px;
    padding:7px 15px;
    color:white;
    font-size:16px;
    width:100%;
}
.input_text::placeholder {
    color: white;
}
.input_text.error {
    border:1px solid red!important;
}
label.error {
    color:red!important;
}
.btn_send {
    background-color: #111C3D;
    color:white;
    font-size:24px;
    border:0px solid transparent;
    padding:7px 40px;
    border-radius:50px;
    font-weight:bold;
}

.section_3 {
    margin-top:70px;
}
.section3_grid {
    display:grid;
    grid-template-columns:0.6fr 1fr;
    gap:20px 20px;
    background: #0555FA;
    background: linear-gradient(90deg, rgba(5, 85, 250, 1) 0%, rgba(17, 28, 61, 1) 100%);
    border-radius:15px;
}
.section3_grid_col2_text1 {
    color:#41B9E6;
    font-size:30px;
    line-height:1;
    font-weight:800;
}
.section3_grid_col2_text2 {
    color:white;
    font-size:64px;
    font-weight:800;
    line-height:1;
}
.section3_grid_col2_text3 {
    color:white;
    font-size:29px;
    line-height:1;
}
.section3_grid_col2_text4 {
    color:#0555FA;
    font-size:42px;
    line-height:1;
    font-weight:800;
}
.section3_grid_col1 {
    position:relative;
}
.abono_tickets {
    position:absolute;
    top:-20px;
    left:20px;
    max-width:90%;
}
.section3_grid_col2 {
    padding:30px 0px;
}

.section3_mobile {
    background: #0555FA;
    background: linear-gradient(90deg, rgba(5, 85, 250, 1) 0%, rgba(17, 28, 61, 1) 100%);
    border-radius:15px;
    position:relative;
    padding:25px;
    display:none;
}

@media (max-width:800px) {
    .section3_desktop {
        display:none;
    }
    .section3_mobile {
        display:block;
    }
    .section3_grid_col2_text1 {
        font-size:25px;
    }
    .section3_grid_col2_text2 {
        font-size:45px;
    }
    .section3_grid_col2_text3 {
        font-size:20px;
    }
    .section3_grid_col2_text4 {
        font-size:36px;
    }
    .abono_tickets {
        position:absolute;
        top:20px;
        right:20px;
        left:unset;
        width:100px;
    }
}



.bottom_line {
    width:100%;
    height:20px;
    background-color: #111C3D;
    position:relative;
    margin-bottom:150px;
}
@media (max-width:500px) {
    .bottom_line {
        margin-bottom:70px;
    }
}
.bottom_logos_desktop {
    position:absolute;
    top:0px;
    left:50%;
    transform:translateX(-50%);
    max-width:90%;
}
.bottom_logos_mobile {
    position:absolute;
    top:0px;
    left:50%;
    transform:translateX(-50%);
    width:100%;
    display:none;
}
@media (max-width:800px) {
    .bottom_logos_desktop {
        display:none;
    }
    .bottom_logos_mobile {
        display:block;
    }
}

.footer_links {
    font-size:14px;
    color:#0555FA;
}

#faqs_fixed {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color: #0557faad;
    z-index:9;
    /*padding-top:50px;*/
}
.faqs_content {
    background-color: white;
    border-radius:15px;
    padding:50px 30px 30px 30px;
    position:relative;
    width:700px;
    max-width:90%;
    overflow-y:auto;
    max-height:90vh;
}
.faqs_closer {
    position:absolute;
    top:10px;
    right:20px;
    font-size:30px;
    color:#0555FA;
}
.faqs_closer:hover {
    cursor:pointer;
}
.faqs_title {
    font-size:44px;
    color:#0555FA;
    font-weight:bold;
}
.faqs_questions {
    font-size:18px;
}


.bold { font-weight:bold; }
.color_white { color:white; }
.mt-6 { margin-top:60px; }
.mt-7 { margin-top:70px; }
.mt-8 { margin-top:80px; }
.mt-9 { margin-top:90px; }
.mt-10 { margin-top:100px; }
.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; }
.mb-15 { margin-bottom:150px; }
.pt-6 { padding-top:60px; }
.pt-7 { padding-top:70px; }
.pt-8 { padding-top:80px; }
.pt-9 { padding-top:90px; }
.pt-10 { padding-top:100px; }
.pb-6 { padding-bottom:60px; }
.pb-7 { padding-bottom:70px; }
.pb-8 { padding-bottom:80px; }
.pb-9 { padding-bottom:90px; }
.pb-10 { padding-bottom:100px; }