.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;
}

/*-------------------------------------Sections------------------------------------------------------*/
.sec1{
    background-image: url(../img/Fondo4.jpg);
    background-size: cover;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2), /* sombra abajo */
            0 -12px 16px rgba(0, 0, 0, 0.2); /* sombra arriba */
    padding-bottom: 20px;
}
.sec1 h1{
  position: relative;
  font-family: "DynaPuff", system-ui;
  font-size: 72px;
  font-weight: bold;
  z-index: 2;
 color: #00bf63;
 text-shadow: 8px 8px 0px black;
}
.imgs2{
    display: flex;
    justify-content: space-around;
}
.imgs2 img{
    width: 300px;
    height: 300px;
}

/*--------------------------------------Section2---------------------------------------------------*/
.sec2{
    background-image: url(../img/Fondo5.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    margin-top: 30px;
   justify-content: end;
}
.sec2 img{
    width: 400px;
}
.sec2 .parr2{
    width: 800px;
    text-align: center;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

/*--------------------------------------Section3-----------------------------------------------------*/
.sec3{
    background-image: url(../img/Fondo6.jpg);
    background-size: cover;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 70px;
    border-radius: 20px;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2), /* sombra abajo */
            0 -12px 16px rgba(0, 0, 0, 0.2); /* sombra arriba */
}
.escalonado {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  font-size: 48px;
  color: #f13215;
  position: relative;
  font-family: "DynaPuff", system-ui;
  font-weight: bold;
  z-index: 2;
}

/* La sombra negra "por debajo" */
.escalonado span::before {
  content: attr(data-text); /* clona el texto */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  font-family: "DynaPuff", system-ui;
  font-weight: bold;

  color: rgb(0, 0, 0);

  transform: translate(0px, 4px); /* misma sombra que tenías */
}

.escalonado span {
  display: inline-block;
}

.up {
  transform: translateY(-10px);
}

.down {
  transform: translateY(10px);
}
.iconoSec3{
    background-color: #007bff;
    border-radius: 20px;
    width: 75%;
    height: 250px;
    padding: 20px 20px 20px 20px;
    margin-top: 50px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
}
.iconoSec3 p{
    text-align: start;
    font-size: 26px;
    font-weight: 900;
    color: white;
    text-shadow: 2px 2px 0px black;
}
.iconoSec3 .imgicono{
    width: 360px;
    height:360px;
    position: absolute;
    top: 1100px;
    left: 10px;
    background-color: antiquewhite;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: circle(50% at 50% 50%);
}
.imgicono img{
    width: 320px;
}

/*--------------------------------------Section4---------------------------------------------------*/

.sec4{
    background-image: url(../img/Fondo7.jpg);
    background-size: cover;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.sec4 h1{
    position: relative;
  font-family: "DynaPuff", system-ui;
  font-size: 72px;
  font-weight: bold;
 text-shadow: 8px 8px 0px black;
 color: #00bf63;
}

.info4{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info4 p{
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}
.dist{
    color: rgb(124, 179, 241);
    font-weight: bold;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    
}

/*--------------------------------------Section5---------------------------------------------------*/

.sec5{
    background-image: url(../img/Fondo8.jpg);
    background-size: cover;
    margin-top: 30px;
    height: 530px;
    display: flex;
    flex-direction: column;
    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;
}
.sec5 h1{
    position: relative;
  font-family: "DynaPuff", system-ui;
  font-size: 72px;
  font-weight: bold;

 text-shadow: 8px 8px 0px black;
 color: #f13215;
}
.sec5 p{
    margin-top: 30px;
    text-align: center;
    width: 60%;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;

}

/*--------------------------------------Section6---------------------------------------------------*/

.sec6{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.card{
    width: 500px;
    text-align: center;
    padding: 20px 0px 20px 0px;
    background: #45ff30;
background: linear-gradient(33deg, rgba(69, 255, 48, 1) 0%, rgba(247, 255, 133, 1) 32%, rgba(255, 87, 87, 1) 67%, rgba(0, 162, 255, 1) 100%);
}
.card li{
    list-style: none;
    font-size: 20px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
}

/*--------------------------------------Footer-----------------------------------------------------*/
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;
}