* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    background: #000000 !important;
    font-display: swap;
    font-family: LeagueGothic-Regular, sans-serif !important;
}

h1,
h4 {
    margin-top: 0.3rem;
}

h2 {
    color: #0F1113 !important;
}

.mapa-div {
    width: 100%;
    height: 100vh;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mapa-div svg {
  filter: drop-shadow(0 8px 6px rgba(0, 0, 0, 0.25));
  fill: #fff;
}

.logo {
    height: 60px;
    filter: invert(1);
}

.logo-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-div h1,
h1, .elegido {
    color: #feffff !important;
}

.logo-principal {
    width: 100%;
    /* height: 100px; */
    height: 18%;
}

.area {
    width: 100%;
}


.mapa-div path {
    fill: #6f6f6f !important;
    stroke: #e9e9e9 !important;
    stroke-width: 2px;
}

.mundial {
    padding: 2% !important;
}

/* Estilos para los enlaces del mapa */
.mundial a {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.3, 1);
    transform-origin: center;
}

/* ==================== Colores base por región ==================== */

a .Colombia,
#sudamerica path,
a .Australia,
a .Zealand,
a .Mexico,
a .States,
a .Canada,
a .world,
a .europe {
    /* opacity: 1; */
    filter: brightness(1.12) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.484));
    transition: all 0.4s cubic-bezier(0.25, 1, 0.3, 1);
    transform-origin: center;
    position: relative;
}


a .world,
a .us {
  fill: #B22222 !important; /* Rest of the World & USA */
}

a .Canada {
    /*Color perla*/
    fill: #fffefe !important;
}

a .Mexico {
  fill: #B22222 !important; /* México */
}

a .Australia,
a .Zealand {
  fill: #030371 !important; /* Australia & New Zealand */
}

a path.europe,
[class*="europe"],
a#europe .europe,
a#europe [class*="Europe"],
a#europe [class*="europe"] {
    fill: #00297A !important;
} /* Europa – azul oscuro */

/* América del Sur – azul profundo con leve contraste */
#sudamerica path{
  fill: #69AAE2 !important;
}

a #CO {
  fill: #FFD700 !important; /* Colombia */
}

#eurpe:hover path,
a:hover .europe {
    fill: white !important;

}

a:hover .Mexico {
    opacity: .8 !important;
}

#sudamerica:hover path,
a:hover .Colombia,
a:hover .Australia,
a:hover .Zealand,
a:hover .Mexico,
a:hover .States,
a:hover .Canada,
a:hover .world,
a:hover .europe {
    /* filter: drop-shadow(8px 8px 0px 0px rgba(0,0,0,1)); */
    transform: scale(1.005);
    /* opacity: .8; */
    filter: brightness(.99) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.619));
   
    z-index: 20;
    cursor: pointer;
}

/* Efecto al hacer clic - región seleccionada */
#sudamerica:active path,
a:active .Colombia,
a:active .Australia,
a:active .Zealand,
a:active .Mexico,
a:active .States,
a:active .Canada,
a:active .world,
a:active .europe {
    transform: scale(1.008);
    filter: brightness(1) drop-shadow(0 5px 7px rgba(0, 0, 0, 0.9));
    transition: all 0.3s ease;
    z-index: 30;
}

/* ==============================Footer============================================ */
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #1d1d1d;
    min-height: 18%;
}

footer p {
    margin-top: 15px;
}

.footer-responsive {
    padding-bottom: 10px;
    background-color: #1d1d1d;
}

.redes-sociales {
    margin-top: 20px;
}

.redes-sociales img {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}


.redes-sociales a,
.redes-sociales label {
  display: inline-block;
  transition: transform 0.3s ease, filter 0.3s ease-in;
}

.redes-sociales a img,
.redes-sociales label img {
  transition: transform 0.3s ease, filter 0.3s ease-in;
}


/* Efecto al pasar el mouse */
.redes-sociales a:hover img,
.redes-sociales label:hover img {
  transform: scale(1.15);
  filter: brightness(1.2);
}


/* ==============================Modal============================================ */
#btn-modal {
    display: none;
}

#btn-modal-desktop{
    display: none;
}

.lbl-modal {
    cursor: pointer;
}

.modal-header {
    border-bottom: none !important;
}

.modal-body {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.modal-title{
    font-family: Arial, Helvetica, sans-serif;
}

.form{
    font-family: Arial, Helvetica, sans-serif;
}

.form>input {
    display: block;
    width: 383px;
    margin-top: 28px;
    height: 50px;
}

textarea {
    display: block;
    width: 383px;
    margin-top: 28px;
    height: 100px;
}

button {
    width: 391px;
    height: 50px;
    border: none;
    background: red;
    margin-top: 28px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.modal-footer {
    justify-content: center !important;
    border-top: none !important;
    padding-bottom: 3.5rem !important;
    font-family: Arial, Helvetica, sans-serif;
}

/* ==============================Logo Responsive============================================ */

.container_mobile {
    width: 100%;
    height: 100px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.mobile-logo {
    height: 100%;
    width: 100%;
    margin-top: 2rem;
}

.mobile {
    width: 100px;
    height: 100px;
    color: #ffffff !important;
}

/* ==============================Media Queries============================================ */

/* Tablets y pantallas medianas */
@media (max-width: 1024px) {
    .logo-principal {
        height: 15%;
    }
    
    .logo {
        height: 50px;
    }
    
    h2 {
        font-size: 1.8rem!important;
    }
    
    .mundial {
        padding: 3% !important;
    }
}

/* Pantallas pequeñas - tablets verticales */
@media (max-width: 768px) {
    .mapa-div {
        height: auto;
        min-height: 100vh !important;
        padding: 1rem 0;
        justify-content: space-between;
    }
    
    .logo-principal {
        height: auto;
        padding: 1rem 0;
        flex-shrink: 0;
    }
    
    .logo {
        height: 40px;
    }
    
    h2 {
        font-size: 1.75rem !important;
    }
    
    .mapa-div svg {
        width: 100% !important;
        height: auto;
    }
    
    .mundial {
        padding: 1rem !important;
    }
    
    footer {
        padding: 1.5rem 1rem;
        margin-top: auto;
        flex-shrink: 0;
    }
    
    footer h3 {
        font-size: 1.5rem !important;
    }
    
    footer p {
        font-size: 0.9rem;
        padding: 0 1rem;
    }
    
    .redes-sociales img {
        width: 18px;
        height: 18px;
    }
}

/* Móviles */
@media (max-width: 576px) {
    body{
        overflow-x: hidden;
    }
    .mapa-div {
        padding: 0.5rem 0;
        min-height: 100vh;
        justify-content: space-between;
    }
    
    .logo-principal {
        padding: 0.5rem 0;
        flex-shrink: 0;
    }
    
    .logo {
        height: 55px;
    }
    
    h2 {
        font-size: 2rem !important;
    }
    
    .mapa-div svg {
        width: 100% !important;
        height: auto;
        padding: 0 0.5rem;
        flex-grow: 1;
        transform: scale(1.2);
    }
    
    .mundial {
        padding: 0.5rem !important;
    }
    
    footer {
        min-height: auto;
        padding: 1.5rem 0.5rem;
        margin-top: auto;
        flex-shrink: 0;
        width: 108vw !important;
    }
    
    footer h3 {
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem;
    }
    
    footer p {
        font-size: 0.8rem;
        padding: 0 0.5rem;
        margin-top: 0.5rem;
    }
    
    .redes-sociales {
        margin-top: 1rem;
    }
    
    .redes-sociales img {
        width: 20px;
        height: 20px;
        margin: 0 0.3rem;
    }
    
    /* Modal responsive */
    .modal-dialog {
        margin: 1rem;
    }
    
    .form {
        width: 100%;
    }
    .form>input,
    textarea{
        width: 100% !important;
        max-width: 100%;
    }
    
    button[type="submit"],
    button[type="button"] {
        width: 100% !important;
        max-width: 100%;
    }

    .modal-title {
        width: 100%;
    }
}

/* Móviles pequeños */
@media (max-width: 375px) {
    .logo {
        height: 55px;
    }
    
    h2 {
        font-size: 1rem;
    }
    
    footer{
        width: 108vw !important;
        background-color: #1d1d1d !important;
    }
    footer h3 {
        font-size: 0.9rem;
    }
    
    footer p {
        font-size: 0.75rem;
    }
    
    .redes-sociales img {
        width: 18px;
        height: 18px;
    }
}