/*Titulo*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Grenze+Gotisch:wght@100..900&family=Henny+Penny&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/*Lo demas*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@keyframes animacionMenu {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
body{
    padding: 0;
    margin: 0;
}
html, body {
            height: 100%;
            margin: 0;
            display: flex;
            flex-direction: column;
        }
nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #ffe600;
}
#escudo{
    object-fit: cover;
    height: 70px;
    width: 70px;
    margin: 20px;
    transition: all 0.3s;
    cursor: pointer;
}
#escudo:hover{
    transform: scale(1.2);
}
#menu{
    margin-right: 1rem;
    display: flex;
    flex-direction:row ;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    list-style: none;
}
.menuChild{
    margin: 20px;
}
a{
    font-family: "Poppins", sans-serif;
    font-size: 1.3rem;
    text-decoration: none;
    color:black
}
#boton{
background-color: black;
border-radius: 30%;
border: none;
}
#boton:hover{
    transform: scale(1.1);
}
#boton1{
    color: #ffe600;
}
.menuChild:hover{
    transform: scale(1.1);
}
#equipos{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 10%;
        height: 100px;
        width: 250px;
        background-color: white;
        border-radius: 5%;
        z-index: 1000;
}
#equipo:hover #equipos{
    display: block;
    list-style: none;
    animation: animacionMenu 2s;
}
.tipoEquipos{
    margin: 15px;
}
li ul a:hover {
    color: #ffe600;
}
#principal{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto; 
}
#banner{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 300px;
    background-repeat: no-repeat;
    background-image: url("banner.jpg");
    background-size: cover;
}
.section-title {
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
h1{
    margin: 0;
    font-size: 5rem;
    text-decoration: underline;
    font-family: "Bebas Neue", sans-serif;
    color: #ffe600;
    text-underline-offset: 25%;
}
.titulo{
    border: 1px solid black;
    margin: 0;
    background-color: black;
}
h2{
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-size: 3rem;
    color: #ffe600;
}
.p,li,label{
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
}
p{
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
	text-align: center;
}
#noticias{
    margin: 20px;
    display: flex;
    flex-direction: row;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.new{
    cursor: pointer;
}
.new:hover{
    transform: scale(1.1);
    transition-duration:1s ;
}
#fotoNoticia{
    width:100%;
    height: 180px;
    object-fit: cover;
}
.textoNoticia{
    width: 280px;
    height: 200px;
}
.picture{
    width: 100%;
    height: 100%;
}
#enlace{
    color: #ffe600;
}
#secundario{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#logoGomgo{
    margin-top: 20px;
    margin-bottom: 20px;
    height: 30%;
    width: 30%;
}
h3{
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
}
#patrocinador{
    margin: 20px;
    width: 50%;
}
#contenedor{
    display: flex;
    flex-direction: row;
    align-items: center;   
}
footer{
    background-color: black;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 70px;
}
.inscripcion{
    width: 80%;
}
.custom-btn {
    background-color: #ffe600;
    color: #000;
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
  }

  .custom-btn:hover {
    background-color: black;
    color: #ffe600;
  }
  .formu{
    background-color: #ffe600;
  }
  .patrocinador{
    text-align: left;
    margin-left: 10%;
    width: 100%;
  }
  .historia-section {
            margin-bottom: 4rem;
        }

        .historia-section img {
            max-width: 100%;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        }

        .historia-section p {
            font-size: 1.1rem;
            line-height: 1.8;
        }
        .countdown {
  background-color: #ffe600; /* Fondo amarillo */
  color: #333; /* Color de texto oscuro para contraste */
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  margin-top: 20px;
  font-size: 1.5rem; /* Aumenta el tamaño del texto para que sea más visible */
}

#tiempoRestante {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
}
#tituloEvento {
  font-size: 1.5rem;
  margin-top: 10px;
  color: #333;
}
.equipos-municipales .card {
    border: none;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.equipos-municipales .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.equipos-municipales .card-header {
    background-color: #ffe600;
    color: black;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    padding: 1rem;
    border-bottom: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.equipos-municipales .card-body {
    padding: 1.5rem;
    color: #333;
}

.equipos-municipales .card-body p {
    margin-bottom: 0.6rem;
    font-size: 1rem;
}

.equipos-municipales .card-body h4 {
    margin-top: 1.2rem;
    font-size: 1rem;
    color: black;
    font-weight: 600;
    border-bottom: 2px solid #ffe600;
    padding-bottom: 0.3rem;
    margin-bottom: 0.6rem;
}

.equipos-municipales .card-body ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.equipos-municipales .card-body ul li {
    padding: 5px 0;
    font-size: 0.95rem;
    border-bottom: 1px dashed #ccc;
}

.patrocinador-container {
        background-color: #ffe600;
        padding: 1.5rem;
        border-radius: 0.5rem;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .patrocinador-container img {
        width: 150px;
        height: auto;
        object-fit: contain;
        border-radius: 0.5rem;
        margin-right: 1.5rem;
    }

    .patrocinador-container h3 {
        margin-bottom: 1rem;
        color: #212529;
    }

    .patrocinador-container p {
        margin-bottom: 0.5rem;
        color: #212529;
    }


#mainNavbar .navbar-toggler {
  width: 40px;
  height: 30px;
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mainNavbar .custom-toggler-icon, 
#mainNavbar .custom-toggler-icon::before,
#mainNavbar .custom-toggler-icon::after {
  display: block;
  background-color: #333;
  height: 4px;
  width: 30px;
  border-radius: 2px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

#mainNavbar .custom-toggler-icon::before,
#mainNavbar .custom-toggler-icon::after {
  content: '';
  position: absolute;
  left: 0;
}

#mainNavbar .custom-toggler-icon::before {
  top: -10px;
}

#mainNavbar .custom-toggler-icon::after {
  top: 10px;
}

#mainNavbar .navbar-toggler:not(.collapsed) .custom-toggler-icon {
  background-color: transparent;
}

#mainNavbar .navbar-toggler:not(.collapsed) .custom-toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}

#mainNavbar .navbar-toggler:not(.collapsed) .custom-toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}



@media (max-width:800px){
    html{
        font-size: 12px;
    }
    #contenedor{
        display: flex;
        flex-direction: column;
        align-items: center;   
    }
}