@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Titillium+Web&display=swap');

  .btn {
  font-family: Arial;
  color: #ffffff;
  font-size: 24px;
  background: #00539f;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #0069c4;
  text-decoration: none;
}

  footer{
    bottom: 0;
    width: 100%;
    position: relative;
  }

  header{
    top: 0;
    width: 100%;
    position: relative;
  }

  hr{
    color: #00539f;
  }

  .progress {
    margin: 0 auto;
    position: relative;
   width: 60%;
   height: 50px;
   border-radius: 50px;
   border: solid 3px #00539f;
   background: linear-gradient(#00539f 0 0) left/0% 100% no-repeat #fff;
   animation: progress-c2d4ps 2s infinite steps(10);
}

  .mensaje_sistema{
    margin: 3em auto auto auto;
    position: relative;
    width: 60%;
   height: 220px;
   border-radius: 50px;
   border: solid 3px #00539f;
   display: block;
   padding-bottom: 1em;
   margin-bottom: 3em;
}

  .contenedor{
    width: 100% !important;
    height: auto;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 3vh;
    padding-bottom: 6vh;
  }

  .tiempo_restante{
    font-size: 9vw;
    color: #00539f;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    display: block;
  position: relative;
  margin: 0 auto;
  padding-bottom: 0.5em;
  }

  .titulo{
    font-size: 2.3em;
    color: #00539f;
    font-family: 'Roboto', sans-serif;
    position: relative;
    display: block;
    margin: 0 auto;
    padding-bottom: 2vh;
    padding-top: 3vh;
  }

  .titulo_mensaje{
    padding-top: 1em;
    font-size: 2vw;
    color: #00539f;
    font-family: 'Roboto', sans-serif;
    position: relative;
    display: block;
    margin: 0 auto;
  }

  .mensaje{
    font-size: 1.5vw;
    color: #00539f;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    position: relative;
    margin: 0 auto;
    display: block;
  }

  .texto_descargar{
    text-align: left !important;
    color: #00539f;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding-bottom: 1em;
    position: relative;
      display: block;
      margin: 0 auto;
      width: 70%;
  }

  .iframe_size{
    height: 589px;
  }

  .footer_size{
    height: 306px;
  }
html, body {
  position: relative;
  overflow-y: auto;
  padding: 0px;
  margin: 0px;
}
body {
    font-family: 'Helvetica';
    height: 100% !important;
}
.root {
    min-height: 100%;
    min-width: 100%;
}
.icono_store{
        width: 30%;
      }


a{
    color: #00539f;
    font-weight: bold;
}

@media screen and (min-width: 991px) and (max-width: 1366px){.iframe_size{
    height: 306px;
  }
.icono_store{
        width: 50%;
      }
}
@media screen and (max-width: 990px){.iframe_size{
    height: 226px;
  }
.icono_store{
        width: 75%;
      }
}
@media screen and (min-width: 991px){.iframe_size{
    height: 469px;
  }
.icono_store{
        width: 20%;
      }

      .contenedor{
    width: 100% !important;
    height: auto;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }

  .tiempo_restante{
        font-size: 3vw;
        color: #00539f;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        display: block;
      position: relative;
      margin: 0 auto;
      padding-bottom: 0.5em;
      }
}


@media screen and (max-width: 500px){.iframe_size{
    height: 190px;
  }
  .footer_size{
    height: 420px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px){.iframe_size{
    height: 306px;
  }
.icono_store{
        width: 30%;
      }
}

.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  line-height: 1.5;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1px;
  opacity: 0.9;
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-inner {
  padding: 8px 10px;
  color: #333333;
  text-align: left;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 3px;
  min-height: 34px;
  border: 1px solid #b1b1b1;
}
.rc-tooltip-arrow,
.rc-tooltip-arrow-inner {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: -5px;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #b1b1b1;
}
.rc-tooltip-placement-top .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topRight .rc-tooltip-arrow-inner {
  bottom: 1px;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #ffffff;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: -5px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #b1b1b1;
}
.rc-tooltip-placement-right .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow-inner {
  left: 1px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #ffffff;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: -5px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #b1b1b1;
}
.rc-tooltip-placement-left .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow-inner {
  right: 1px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #ffffff;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: -5px;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #b1b1b1;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow-inner {
  top: 1px;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #ffffff;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Titillium+Web&display=swap');

        .banner_img{
            background: url("https://content.secutix.com/FANTIX/images/2nd_Banner-Bottom-Background.png") no-repeat;
            position: absolute;
            box-sizing: border-box;
            display: block;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            background-size: cover;
            background-position: 50% 50%;
            will-change: opacity;
            transition: opacity 0.35s ease 0.25s;
            visibility: visible;
            opacity: 1;
            z-index: 1;
            
        }
        .footer_banner{
            position: relative;
        }
        .footer_banner .ft_info h1{
            position: absolute;
            z-index: 2;
            font-size: 4.5vw;
            color: #fff;
            right: 7%;
            top: 0;
            margin-top: 1.1%;
        }
        .footer_banner .ft_info .AFA_tickets{
            position: absolute;
            top: 0;
            left: 8%;
            width: 10%;
            margin-top: 6%;
        }
        .footer_banner .ft_info .afa_app{
            right: -2%;
            bottom: 6%;
            position: absolute;
            z-index: 2;
            width: 30%;
        }
        .footer_banner .ft_info .afa_app img{
            max-width: 36%;
        }
        .footer_menu{
            background: url('https://content.secutix.com/FANTIX/images/Footer-Background.png') center no-repeat;
            width: 100%;
            background-size: 100% 100%;
            padding-top: 70px;
            padding-bottom: 40px;
        }
        .ft_menu{
            display: flex;
            justify-content: space-between;
        }
        .footer_menu .second_menu ul{
            display: flex;
            justify-content: space-between;
            width: 60%;
            margin: 70px auto;
        }
        .footer_menu .second_menu ul a img{
            height: 28px;
        }
        .first_menu, .third_menu, .second_menu{
            width: 33%;
        }
        .first_menu{
            padding-bottom: 20px;
        }
        .first_menu ul li{
            padding: 1%;
        }
        .first_menu ul li a{
            color: #fff;
        }
        .third_menu{
            position: relative;
            display: flex;
            flex-direction: row-reverse;
            align-items: flex-end;
        }
        .footer_menu .third_menu img{
            max-width: 100px;
        }
        .footer_menu .third_menu .AAIP{
            max-width: 63px;
        }
        .footer_sponsors {
            max-width: 80%;
            margin: 0 auto;
        }
        @media screen and (min-width: 991px){
            .footer_sponsors {
                padding-top: 25px;
                padding-bottom: 25px;
            }
            .first_menu ul{
                padding-left: 20%;
            }
            .footer_menu .third_menu .third_menu_img{
                margin-right: 8%;
            }
        }
        @media screen and (max-width: 990px){
            .ft_menu{
                display: grid;
                justify-content: center;
            }
            .first_menu, .third_menu, .second_menu{
                width: 100%;
                text-align: center;
            }
            .first_menu ul{
                width: 100%;
                padding: 0;
            }
            .first_menu ul li{
                padding: 2% 0;
            }
            .footer_menu .second_menu ul {
                display: flex;
                justify-content: space-between;
                width: 100%;
                margin: 10% auto;
                padding: 0;
            }
            .footer_menu{
                padding-top: 40px;
            }

            .footer_menu .second_menu ul{
                margin-bottom: 60px;
            }   

            .third_menu{
                flex-direction: row;
                align-items: center;
                justify-content: center;
            }

            .mensaje_sistema{
                margin: 3em auto auto auto;
                position: relative;
                width: 90%;
               height: 200px;
               border-radius: 50px;
               border: solid 3px #00539f;
               display: block;
               margin-bottom: 3em;
            }

            .progress {
                margin: 0 auto;
                position: relative;
               width: 90%;
               height: 50px;
               border-radius: 50px;
               border: solid 3px #00539f;
               background: linear-gradient(#00539f 0 0) left/0% 100% no-repeat #fff;
               animation: progress-c2d4ps 2s infinite steps(10);
            }

            .titulo_mensaje{
                font-size: 7vw;
                color: #00539f;
                font-family: 'Roboto', sans-serif;
                position: relative;
                display: block;
                margin: 0 auto;
                padding-top: 1em;
              }

              .mensaje{
                font-size: 4vw;
                color: #00539f;
                font-family: 'Roboto', sans-serif;
                font-weight: normal;
                position: relative;
                margin: 0 auto;
                display: block;
              }

              .texto_descargar{
                text-align: left !important;
                    color: #00539f;
                    font-family: 'Roboto', sans-serif;
                    font-weight: normal;
                    padding-bottom: 3em;
                    position: relative;
                      display: block;
                      margin: 0 auto;
                      width: 90%;
                  }

                  .titulo{
                    font-size: 2em;
                    color: #00539f;
                    font-family: 'Roboto', sans-serif;
                    position: relative;
                    display: block;
                    margin: 0 auto;
                    padding-bottom: 2vh;
                    line-height: 1em;
                  }

                  .tiempo_restante{
                        font-size: 6vw;
                        color: #00539f;
                        font-family: 'Roboto', sans-serif;
                        font-weight: normal;
                        display: block;
                      position: relative;
                      margin: 0 auto;
                      padding-bottom: 0.5em;
                      }

        }
        @media screen and (min-width: 991px) and (max-width: 1366px){
            .icono_store{
                width: 50%;
            }

            .footer_menu .second_menu ul{
                margin: 62px auto;
            }
        }

        @media screen and (min-width: 991px) and (max-width: 1366px){
            .footer_menu .second_menu ul{
                margin: 62px auto;
            }
        }

        body{
            width: 100%;
            height: 100% !important;
            margin: 0;
            font-family: 'Roboto', sans-serif;
            /*font-family: 'Titillium Web', sans-serif;*/
            
        }
        a,ul,li{
            text-decoration: none;
            list-style: none;
        }
        #top_menu{
            display: flex;
            justify-content: space-between;
            margin-bottom: 1px;
            background: url("https://content.secutix.com/FANTIX/images/Header_Bar-Menu-Background.png") no-repeat;
            background-size: cover;
            width: 100%;
        }
        #top_logo{
            margin-left: 6%;
        }
        #right_menu{
            margin-right: 6%;
            width: 100%;
        }
        #right_menu ul li a{
            color: #fff;
            display: inline-flex;
            vertical-align: -webkit-baseline-middle;
            align-items: center;
        }
        #right_menu ul li a:hover{
            color: #CBAF7E;
        }
        #top_banner{
            position: relative;
        }
        #top_banner .inline_logo{
            position: absolute;
            left: 10%;
            top: 25%;
            max-width: 20%;
        }
        .afa_language:hover a.es{
            color:#CBAF7E !important;
        }
        @media screen and (max-width: 990px){
            #account_mobile{
                display: block;
            }
            #right_menu ul{
                display: none;
            }
            #account_mobile .mobile_menu{
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }   
            #account_mobile .mobile_menu a{
                color: #fff;
            }   
            #account_mobile .mobile_menu .afa_language img{
                vertical-align: bottom;
            }
            #account_mobile .mobile_menu .afa_language{
                margin-right: 10px;
            }
            #top_banner .inline_logo{
                left: 40px;
                top: 60px;
                width: 25%;
                left: 10%;
            }

            #top_logo img{
                margin: 15px;
                max-width: 100px;
            }
            #account_mobile{
                margin-top: 20px;
            }
            #my_account_mobile svg{
                padding-top: 3px;
            }
            #account_mobile .mobile_menu a{
                font-size: 0.8rem;
            }
            #account_mobile .afa_language div{
                display: inline-flex;
                flex-direction: column;
                align-items: flex-start;
            }
            #account_mobile .afa_language {
                margin-top: -3px;
            }
            #account_mobile .afa_language:target span>img{
                vertical-align: -webkit-baseline-middle !important;
            }
            #account_mobile .dropdown{
                position: relative;
                display: inline-block;
            }
            #account_mobile .block_menu .dropdown-content {
              display: block;
            }
            #account_mobile .block_menu a.en{
              display: block !important;
              margin-left: 32px;
            }
            #account_mobile .dropdown-content {
              display: none;
              position: absolute;
              min-width: 65px;
              z-index: 1;
            }
            .afa_language span img{
                width: 18px;
            }

            .icono_store{
                width: 50%;
            }
        }
        @media screen and (min-width: 991px){
            #account_mobile{
                display: none;
            }
            #account span img{
                margin-top: 2px;
            }
            #top_logo img{
                margin: 15px;
                max-width: 140px;
            }
            #top_banner{
                margin: 0 auto;
                display: block;
            }
            #right_menu ul{
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                gap: 40px;
                min-height: 45px;
                align-items: center;
            }
            #right_menu {
                margin-top: 10px;
            }
            .afa_language div{
                display: inline-flex;
                flex-direction: column;
                align-items: flex-start;
            }
            .afa_language span img{
                vertical-align: bottom;
            }
            /*.afa_language:hover a{
                display:block !important;
            }*/
            /*.afa_language:hover span>img{
                vertical-align: middle;
                margin-top: 12px;
            }*/
            .dropdown{
                position: relative;
                display: inline-block;
            }
            .afa_language:hover .dropdown-content {
              display: block;
            }
            .afa_language:hover a.en{
              display: block !important;
              margin-left: 32px;
            }
            .dropdown-content {
              display: none;
              position: absolute;
              min-width: 65px;
              z-index: 1;
            }
            .afa_tickets, .afa_app, .afa_login{
                margin-top: -1px;
            }
            .afa_language{
                margin-top: -0.5px;
            }

            .icono_store{
                width: 50%;
            }
        }
        @media screen and (max-width: 500px){
            #top_banner .inline_logo{
                top: 30px;
            }
        }
        @media screen and (min-width: 991px) and (max-width: 1200px){
            #right_menu ul li a{
                font-size: 0.8rem;
            }
            #right_menu ul{
                gap: 30px;
            }
            .afa_language span img{
                width: 18px;
            }
            .icono_store{
                width: 50%;
            }
        }




@keyframes progress-c2d4ps {
   100% {
      background-size: 110% 100%;
   }
}