:root{
    --primario:#211E70;
    --secundario:#E1AF40;
    --terciario:#FFFFFF;
}

body,
html {
    margin: 0;
    font-size: 16px;
    background-color: var(--primario);
    color: var(--terciario);
    font-family: 'Montserrat', sans-serif;
}

#loading {
    /* (A1) COVER FULL PAGE */
    position: fixed;
    top: 0; left: 0; z-index: 999;
    width: 100vw; height: 100vh;
    display: none;
  
    /* (A2) SPINNER IMAGE */
    background-color: #211E70;
    background-image: url("https://sportsticketpublic.s3.amazonaws.com/sportsticketlogo.gif");
    background-position: center;
    background-repeat: no-repeat;
  }
  
.main {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    font-size: 16px;
    background-color: var(--primario) !important;
    color: var(--terciario);
    font-family: 'Montserrat', sans-serif;
}

.desarrolloG {
    display: none;
}
  
.desarrolloS {
    display: block;
}

.entradas {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    margin-top: -10px;
}
  
.entrada {
    width: 90%;
    max-width: 650px;
    min-width: 400px;
    box-sizing: border-box;
    background: radial-gradient(var(--secundario), gold);
    border-radius: 10px;	
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 15px;
    color: var(--primario);
    text-align: center;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}
  
.entrada:hover {
    transform: scale(1.05);
}
  
.entrada-izquierda {
    width: 70%;
    border: 2px solid var(--terciario);
    border-right: 3px dotted var(--primario);
    border-radius: 10px 0 0 10px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
  
.entrada-izquierda:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background:var(--primario);
    border-radius: 100%;
    top: -12px;
    border: 2px solid var(--terciario);
    box-sizing: border-box;
    right: -13px;
}
  
.entrada-izquierda:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: var(--primario);
    border-radius: 100%;
    bottom: -12px;
    border: 2px solid var(--terciario);
    box-sizing: border-box;
    right: -13px;
}
  
.entrada-derecha {
    display: inline-block;
    text-align: right;
    width: 30%;
    font-size: x-large;
    border: 2px solid var(--terciario);
    border-left: none;
    border-radius: 0 10px 10px 0;
}
  
.entradaagotado {
    width: 90%;
    max-width: 650px;
    min-width: 400px;
    box-sizing: border-box;
    background-color: darkgrey;
    border-radius: 10px;	
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 15px;
    color: black;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(120, 120, 120, .4);
    overflow: hidden;
}

.entradavertical {
    text-align: center;
    width: 90%;
    max-width: 400px;
    min-width: 200px;
    color: var(--primario);
    border-radius: 10px;
    margin: auto;
    margin-top: 15px;
    background: radial-gradient(var(--secundario), gold);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
    overflow: hidden;
  }
  
.entradavertical:hover {
    transform: scale(1.05);
}
  
.entradavertical-titulo {
    height: 50px;
    border: 2px solid var(--terciario);
    border-bottom: 3px dotted var(--primario);
    border-radius: 10px 10px 0 0;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
  
.entradavertical-titulo:before, .entradavertical-titulo:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: var(--primario);
    border-radius: 100%;
    bottom: -12px;
    border: 2px solid var(--terciario);
    box-sizing: border-box;
}
  
.entradavertical-titulo:before { 
    left: -13px;
}
  
.entradavertical-titulo:after {
    right: -13px;
}
  
.entradavertical-cuerpo {
    border: 2px solid var(--terciario);
    border-top: none;
    border-radius: 0 0 10px 10px;
    margin-top:-5px;
}
  
.entradaverticalagotado {
    text-align: center;
    width: 90%;
    max-width: 400px;
    min-width: 200px;
    color: black;
    border-radius: 10px;
    margin: auto;
    margin-top: 15px;
    background-color: darkgrey;
    overflow: hidden;
}
    
img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}
  
footer {
    width: 100%;
    margin: 0;
    margin-bottom: -22px;
    background-color: #E1AF40;  
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}

a {
    text-decoration: none;
}
.wrapper{
    position: relative;
}
.wrapper:after {
    position: absolute;
    content: "";
    background-image: url(../images/bg2.png);
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.wrapper .main-sec,
.main-sec-b .search-dropdown-sec,
.main-sec-b .flyer-sec,
.main-sec-b .grid-sec,
.main-sec-b .register-sec,
.main-sec-b .footer-sec,
.main-sec-b .under-footer{
    position: relative;
    z-index: 2;
}


.main-sec-b{
    background-image: url(../images/bg1.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.nav-sec {
    padding: 1rem;
}

.nav-sec .nav-link {
    font-size: 1.125rem;
    font-weight: 300;
    color: #fff !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    margin-top: 0.25rem;
}

.nav-sec .nav-link:hover {
    color: #e0ae40 !important;
}

.nav-sec .link-soy {
    margin-top: 0;
    font-size: 1.25rem;
    font-weight: 500;
    display: flex;
    align-items: self-start;
    gap: 0.25rem;
}

.n-btn {
    border-radius: 0.625rem;
    filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.16));
    background: #e0ae40;
    border-color: #000000;
    font-size: 1.125rem;
    font-weight: 500;
    color: #ffffff;
    border: 1px solid #e0ae40;
    padding: 0.25rem 1.75rem;
    transition: .3s;
}

.n-btn:hover {
    border: 1px solid #211E70;
}

.navbar-brand img {
    width: 16.5rem;
}

.navbar-btn-r {
    margin-left: 1.75rem;
}

.search-dropdown-col {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search-col {
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.search-col input {
    border-color: #000000;
    border-radius: 1.563rem;
    filter: drop-shadow(0px 4px 1.5px rgba(0, 0, 0, 0.16));
    background: #e0ae40;
    border: 1px solid transparent;
    width: 100%;
    min-height: 2.75rem;
    padding: 0.125rem 1rem 0.125rem 3rem;
    font-size: 1.125rem;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -1px;
}

.search-col input::placeholder {
    color: #ffffff;
}

.search-col img {
    position: absolute;
    left: 1rem;
    width: 1.5rem;
}

.select-col {
    width: 35%;
}

.select-col .form-select {
    border-color: #000000;
    border-radius: 1.563rem;
    filter: drop-shadow(0px 4px 1.5px rgba(0, 0, 0, 0.16));
    background-color: #e0ae40;
    border: 1px solid transparent;
    width: 100%;
    min-height: 2.75rem;
    padding: 0.125rem 3rem 0.125rem 1rem;
    font-size: 1.125rem;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -1px;
    text-align: end;
    background-image: url(../images/dwn-arw.png);
    background-size: 18px 12px;
}

.select-col .form-select:focus {
    border-color: transparent;
    box-shadow: none;
}

.search-dropdown-sec {
    padding: 3rem 0 1.75rem;
}

.flyer-col {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 0 1rem;
}

.flyer-col img {
    width: 12rem;
    height: 12rem;
    object-fit: cover;
    object-position: center;
    border-radius: 0.35rem;
    transition: .2s;
    border: 1px solid #ccc;
}

.flyer-col img:hover {
    transform: scale(1.075);
}

.flyer-sec {
    padding: 0 0 0.5rem;
}

.grid-inner1x {
    background: #e0ae40;
    border-radius: 0.5rem;
    padding: 1.125rem;
    margin-top: 1.875rem;
    margin-left: 1rem;
    min-height: 27rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.grid-inner-img {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
}

.grid-inner-img .grid-baner-img {
    border-radius: 0.7rem;
    width: 100%;
}

.grid-inner-img .heart-img-grid {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    cursor: pointer;
    width: 1.25rem;
}

.grid-inner-head {
    display: flex;
    align-items: self-start;
    gap: 0.5rem;
    margin-top: 1rem;
}

.grid-inner-head-1 {
    border-radius: 0.313rem;
    background: #211d72;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-inner-head-1 h6 {
    margin: 0;
    font-size: 1.25rem;
    color: #ffffff;
}

.grid-inner-head-content {
    width: calc(100% - 3.5rem);
}

.grid-inner-head-content h5 {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0.05rem;
}

.grid-inner-head-content p {
    margin: 0;
    font-size: 0.75rem;
    color: #211d72;
    font-weight: 400;
}

.grid-inner1x h4 {
    margin: 0;
    font-size: 0.875rem;
    color: #211d72;
    margin-top: 1.25rem;
}

.grid-inner1x h4 span {
    color: #fff;
    font-weight: 700;
}

.talent-spans {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.talent-spans span {
    font-size: 0.5rem;
    color: #555555;
    border-color: #555555;
    border-width: 0.5px;
    border-style: solid;
    border-radius: 3px;
    height: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.875rem;
}

.talent-spans span:last-child {
    padding: 0 0.25rem;
}

.d-btn {
    font-size: 1.125rem;
    color: #ffffff;
    width: 100%;
    border-radius: 0.5rem;
    background: #211d72;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.875rem;
    border: 1px solid transparent;
    transition: .3s;
}

.d-btn:hover {
    color: #e0ae40;
}

.grid-btn {
    margin-top: 0.75rem;
}

.d-btn span {
    transition: .1s;
}

.d-btn:hover span {
    transform: scale(1.05);
}

.music-beat-col {
    border-radius: 0.875rem;
    background: #211d72;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.75rem 1rem;
    margin-top: 1.875rem;
}

.music-beat-col img {
    width: 100%;
}

.grid-sec .col-md-4 {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
}

.ver-btn-dd {
    width: 100%;
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ver-btn-dd a {
    width: 31%;
}

.ver-btn-dd a .d-btn {
    font-weight: 500;
}

.register-sec {
    padding: 6rem 0;
}

.register-sec .row {
    justify-content: center;
}

.register-col {
    border-radius: 0.875rem;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));
    background: #ffffff;
    padding: 1.25rem 1.125rem 1.25rem 1.125rem;
    margin: 0 1rem;
}

.register-col h1 {
    font-size: 1.3875rem;
    color: #0d0c2e;
    text-align: center;
    font-weight: 600;
}

.register-col h6 {
    text-align: center;
    font-size: 0.85rem;
    color: #0d0c2e;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

.register-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.register-inner input {
    border-color: #D2D1D2;
    border-width: 2px;
    border-style: solid;
    background: #ffffff;
    min-height: 2.25rem;
    width: 55%;
    font-size: 0.85rem;
    font-weight: 600;
    color: #3f6179;
    padding: 0.125rem 0.65rem 0.125rem 0.65rem;
    border-radius: 0.313rem;
}

.register-inner input::placeholder {
    font-weight: 600;
    color: #3f6179;
}

.register-inner button {
    font-size: 1rem;
    color: #ffffff;
    border-radius: 0.313rem;
    background: #211d72;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    border: 1px solid transparent;
    transition: .3s;
    padding: 0.25rem 3rem;
}

.register-inner button:hover {
    color: #e0ae40;
}

.register-col p {
    font-size: 0.5rem;
    color: #0d0c2e;
    max-width: 52rem;
    margin: auto;
    margin-top: 1rem;
}

.footer-sec {
    background: #211E70;
    padding: 2rem 0 1rem;
}

.f-logo img {
    width: 16.5rem;
}

.footer-inner1x {
    margin-top: 3rem;
}

.footer-inner1x h3 {
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: -1px;
    color: #ffffff;
    margin-bottom: 1rem;
}

.footer-inner1x ul li {
    margin: 0.75rem 0;
}

.footer-inner1x ul li a {
    font-size: 1.025rem;
    color: #d2d1e3;
    transition: .3s;
}

.footer-inner1x ul li a:hover {
    color: #e0ae40;
}

.under-f-inner p {
    margin: 0;
    font-size: 1.025rem;
    color: #d2d1e3;
    text-align: center;
}

.under-footer {
    background: #211E70;
}

.under-f-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem 0 2rem;
}

#slider {
    position: relative;
    margin: 0 auto;
    perspective: 1400px;
    transform-style: preserve-3d;
    border-radius: 12px;
}

/* Radio buttons for slide control */
input[type=radio] {
    display: none;
}

input[type=radio]:checked {
    display: none;
}

/* Labels and images */
#slider label,
#slider label img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 15px;
    /* Rounded corners */
    transition: transform 400ms ease, opacity 400ms ease;
    /* Added opacity transition */
}

/* New addition for Zoom Effect */
.zoom-container {
    overflow: hidden;
    /* Hide the part of the image that extends outside the div */
}

/* Zoom effect */
.zoom-container:hover {
    cursor: default;
    /* Change cursor to zoom-in icon */
}



/* Existing transition rules */
#s1:checked~#slide1,
#s2:checked~#slide2,
#s3:checked~#slide3,
#s4:checked~#slide4,
#s5:checked~#slide5 {
    box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
    transform: translate3d(0%, 0, 0px);
}

#s1:checked~#slide2,
#s2:checked~#slide3,
#s3:checked~#slide4,
#s4:checked~#slide5,
#s5:checked~#slide1 {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    transform: translate3d(24%, 0, -100px);
}

#s1:checked~#slide3,
#s2:checked~#slide4,
#s3:checked~#slide5,
#s4:checked~#slide1,
#s5:checked~#slide2 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    transform: translate3d(40%, 0, -250px);
}

#s1:checked~#slide4,
#s2:checked~#slide5,
#s3:checked~#slide1,
#s4:checked~#slide2,
#s5:checked~#slide3 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    transform: translate3d(-40%, 0, -250px);
}

#s1:checked~#slide5,
#s2:checked~#slide1,
#s3:checked~#slide2,
#s4:checked~#slide3,
#s5:checked~#slide4 {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    transform: translate3d(-24%, 0, -100px);
}

.slider-sec {
    position: relative;
}

.next-previous-btns {
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    right: 0;
    top: calc(50% - 3rem);
    width: 75%;
    margin: auto;
}

.pre-btn {
    border: 0;
    background: transparent;
    padding: 0;
}

.nex-btn {
    border: 0;
    background: transparent;
    padding: 0;
}

.next-previous-btns img {
    width: 3.75rem;
}
.next-previous-btns img:hover{
opacity: .8;
}
.grid-inner1x.hover{
    position: relative;
}
.grid-inner1x:after{
    position: absolute;
    content: "";
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color: rgba(255, 255, 255, .3);
    z-index:1;
    transition: all .2s ease;
    opacity:0;
    visibility: hidden;
}
.grid-inner1x.hover:after{
    opacity:1;
    visibility: visible;
}
.grid-inner1x.hover .grid-btn{
    position: relative;
    z-index: 2;
}
.nav-sec .link-soy svg{
width: .5rem;
height: .5rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-sec .link-soy svg path{
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-sec .link-soy:hover svg path{
stroke: #e0ae40;
}