
.Coll{
    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;
}

.collapsed{
    color: #007bff;
    font-family: "DynaPuff", system-ui;
    font-size: 25px;
}
/* Cuando el botón está abierto */
.accordion-button:not(.collapsed) {
   color: red;
   font-family: "DynaPuff", system-ui;
   background-color: #ebed58;
   font-size: 25px;
}
.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;
}
.itemuno{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.itemuno img{
   width: 80%;
   border-radius: 10px;
}
.iconM{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.ubi, .correo{
    background: #58c3ed;
background: #ebed58;
background: linear-gradient(33deg, rgba(235, 237, 88, 1) 0%, rgba(128, 253, 255, 1) 50%, rgba(209, 224, 38, 1) 100%);
    padding: 0px 20px 30px 0px;
    width: 400px;
    border-radius: 30px;
}
.iconM img{
    width: 80px;
    position: relative;
    bottom: 20px;
    left: 170px;
    z-index: 2;
}
.iconM ul{
    text-align: center;
    list-style: none;
    font-family: "Montserrat", sans-serif;
    color: rgb(255, 90, 84);
    font-weight: 900;
    font-size: 22px;
}
.mapa{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mapa h2{
  position: relative;
  font-family: "DynaPuff", system-ui;
  font-size: 50px;
  font-weight: bold;
  z-index: 2;
 color: #00BF63;
  
 text-shadow: 2px 2px 1px black;
}
iframe{
    width: 800px;
    height: 300px;
    border-radius: 20px;
}
.cards{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
.cards .img1{
    position: absolute;
    width: 150px;
    top: 1550px;
    right: 2px;
    z-index: 2;
}
.carta{
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    border: black solid 3px;
    background: #ebed58;
    background: linear-gradient(33deg, rgba(235, 237, 88, 1) 0%, rgba(128, 253, 255, 1) 50%, rgba(209, 224, 38, 1) 100%);
    padding: 0px 20px 0px 20px;
}
.carta h2{
  position: relative;
  font-family: "DynaPuff", system-ui;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
 color: #099AC1;
 text-shadow: 3px 3px 3px black;
}
.carta li{
    list-style: none;
    text-align: start;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: rgb(46, 45, 45);
    font-size: 18px;
}
.carta li::before{
    content: "🎈 ";
}
.tyc{
    margin-top: 50px;
    text-align: center;
    background: #ebed58;
    background: linear-gradient(33deg, rgba(235, 237, 88, 1) 0%, rgba(128, 253, 255, 1) 50%, rgba(209, 224, 38, 1) 100%);
    padding: 20px 30px 20px 30px;
    border-radius: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: rgb(51, 51, 145);
    text-shadow: 1.5px 1.5px 1.5px rgb(169, 174, 245);
}
.cards .img2{
    position: absolute;
    width: 150px;
    left: 80px;
    top: 1800px;
}
.cards .img3{
    position: absolute;
    width: 150px;
    top: 1650px;
    right: 2px;
    z-index: 2;
}



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;
}