
.collapse{
    display: flex;
    justify-content: space-around;
    background-color: rgb(92, 180, 231);
    border-radius: 20px;
}
.navbar-nav{
    display: flex;
    align-items: center;
}
.navbar-nav a{
    margin: 0px 50px 0px 0px;
}
.bannerimg{
    padding: 0px 50px 10px 50px;
    display: flex;
    justify-content: center;
    background-color: white;
    border-radius: 100px;
    width: 300px;  /* Ancho del elemento */
    height: 100px; /* Alto del elemento */
    border-radius: 0px 0px 100px 100px;  /* Bordes redondeados para formar un círculo en la parte superior */
}
.bannerimg img{
   width: 100px;
   height: 100px;
}

.Sec1{
    display: flex;
    justify-content: center;
}
.imgone{
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 30px;
    background-image: url(../img/Fondo1.jpg);
    background-size: cover;
    width: 97%;
    height: 450px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.link:hover{
   background-color: rgb(16, 91, 134);
   border-radius: 10px;
   color: rgb(228, 250, 30) !important;
}
.textos{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.imgone h1 {
  position: relative;
 font-family: "DynaPuff", system-ui;
  font-size: 72px;
  font-weight: bold;
  z-index: 2;
 color: #00bf63;
 text-shadow: 6px 6px 1px black;
}

.imgone p{
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.imgone img{
    width: 400px;
    height: 400px;
    z-index: 0;
}

.seceventos{
    display: flex;
    justify-content: center;
}
.eventos{
    background-image: url(../img/Banner1.jpeg);
    background-size: cover;
    width: 1325px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    margin-top: 40px;
}
.evelist img{
    width: 250px;
    height: 200px;
    object-fit: cover;
    border: 5px solid #007bff;
    border-style: dashed;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    border-radius: 15px;
}
.evelist {
    position: relative;
    text-align: center;
    margin: 0px 30px 0px 30px;
}
.evelist p {
    font-size: 25px;
    font-family: "DynaPuff", system-ui;
    font-weight: bold;
    color: white; /* Color del relleno de la letra */
  -webkit-text-stroke: 1px rgb(77, 77, 243); /* Grosor y color del borde */
  text-shadow: 2px 2px 2px rgb(77, 77, 243);
  font-weight: 900;
  font-size: 25px;
  letter-spacing: 2px; 
    margin-top: 10px;
}
.Sec2{
    display: flex;
    justify-content: center;
}
.sedes{
    background-image:url(../img/Fondo2.jpeg) ;
    background-size: cover;
    margin-top: 40px;
    height: 400px;
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
}
.sedes h1{
  position: relative;
  font-family: "DynaPuff", system-ui;
  font-size: 72px;
  font-weight: bold;
  z-index: 2;
 color: #00bf63;
 text-shadow: 6px 6px 1px black;
}
.nav1{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.evelist1 img{
    width: 200px;
    height: 200px;
    transition: all 0.25s;
    border-radius: 50px;
}
.evelist1 img:hover{
    transform: translateY(-15px);
box-shadow: 0 12px 16px rgba(0,0,0,0.2);
}
.horarios{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/Fondo3.jpg);
    background-size: cover;
}
.horarios h1{
  position: relative;
  font-family: "DynaPuff", system-ui;
  font-size: 72px;
  font-weight: bold;
  z-index: 2;
 color: #00bf63;
 text-shadow: 6px 6px 1px black;
}
.horarios ul{
    font-size: 25px;
    font-weight: bold;
    list-style: none;
    color: white; /* Color del relleno de la letra */
  -webkit-text-stroke: 1px rgb(243, 240, 77); /* Grosor y color del borde */
  text-shadow: 2px 2px 2px rgb(20, 42, 112);
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 2px; 
    margin-top: 10px;
}
.negrilla{
    -webkit-text-stroke: 1px rgb(4, 4, 80); /* Grosor y color del borde */
    text-shadow: 2px 2px 2px rgb(4, 4, 80);
}
.horarios img{
  image-rendering: auto;
}

.Sec3{
    margin-top: 50px;
    background-image: url(../img/Fondo3.jpg);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.OEventos{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Sec3 h1{
    position: relative;
  font-family: "DynaPuff", system-ui;
  font-size: 72px;
  font-weight: bold;
  z-index: 2;
 color: #00bf63;
 text-shadow: 6px 6px 1px black;
}
.imgE{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}
.imgE h4{
    position: relative;
    bottom: 80px;
    font-family: "DynaPuff", system-ui;
    right: 20px;
    z-index: 2;
    text-align: center;
     color: white; /* Color del relleno de la letra */
  -webkit-text-stroke: 1.5px rgb(72, 181, 253); /* Grosor y color del borde */
  text-shadow: 2px 2px 2px rgb(20, 42, 112);
  font-weight: 900;
  font-size: 25px;
}
.imgE img{
    width: 350px;
}
footer{
    background-color: #007bff;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 50px;
    font-family: "Montserrat", sans-serif;
}
.foot1, .foot2{
    margin: 20px 0px 50px 0px;
}
.foot1 h4, .foot2 h4{
    text-align: center;
    color: antiquewhite;
    font-weight: 700;
    font-size: 25px;
}
.foot1 li{
    list-style: none;
    text-align: center;
    color: antiquewhite;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 0px black;
}
.imgs img{
    height: 200px;
}