.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;
}

/*----------------------------------------------------------------------Section1------------------------------------------------------------*/

.sec1{
    margin-top: 50px;
    background-image: url(../img/Fondo12.jpg);
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2), /* sombra abajo */
            0 -12px 16px rgba(0, 0, 0, 0.2); /* sombra arriba */
    border-radius: 20px;
}
.sec1 p{
    width: 60%;
    text-align: justify;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
}
.sec1 img{
    width: 300px;
}

/*-------------------------------------------------------------Section2------------------------------------------------------------------*/

.sec2{
    margin-top: 50px;
    background-image: url(../img/Fondo13.jpg);
    background-size: cover;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec2 p{
    width: 75%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 400;
}

/*---------------------------------------------------------------Section3-----------------------------------------------------------------*/

.sec3{
   margin-top: 50px;
   background-image: url(../img/Fondo14.jpg);
   background-size: cover;
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   height: 550px;
   box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2), /* sombra abajo */
            0 -12px 16px rgba(0, 0, 0, 0.2); /* sombra arriba */
    border-radius: 20px;
}
.escalonado {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  font-size: 48px;
  color: #007bff;
  font-size: 72px;
  font-weight: bold;
 -webkit-text-stroke: 2px black;
 text-shadow: 8px 8px 0px black;
 font-family: "Luckiest Guy", cursive;
}

.escalonado span {
  display: inline-block;
}

.up {
  transform: translateY(-10px);
}

.down {
  transform: translateY(10px);
}
.lista1{
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.lista1 img{
    width: 350px;
}
.listtext{
    width: 50%;
}
.listtext p, li{
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    list-style: none;
}
.listtext li::before{
    content: "🎁 ";
}

/*--------------------------------------------------------------Section4--------------------------------------------------------------------*/

.sec4{
    margin-top: 50px;
    background-image: url(../img/Fondo15.jpg);
    background-size: cover;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sec4 h1{
  text-align: center;
  font-family: "Luckiest Guy", cursive;
  font-size: 72px;
  font-weight: bold;
 -webkit-text-stroke: 2px black;
 text-shadow: 8px 8px 0px black;
 color: yellow;
}
.sec4 ul{
    margin-top: 30px;
    width: 50%;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

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;
}