@charset "utf-8";
/* CSS Document */

header.masthead {
 /* padding-top: 6rem;
  padding-bottom: calc(10rem - 4.5rem);*/
  background: url("../imagenes/pagina/BannerEOAA-2026.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #151A20;
  /*background-attachment: scroll;*/
  /*background-size: cover;  /* esta función es la que hace que la imagen de adapte al tamaño*/
}

.container p {
    text-align: justify;
    
}
.container ul, ol, li {
    text-align: justify;
}
.container ul li {
    list-style: none;
}
.container i {
    color: #e05900;
}
.text-them {
  --bs-text-opacity: 1;
  color: #3F4245 !important;
  font-size: 17px;
}
.invitados .container {
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
.invitados .container row {
    text-align: center!important;
}
#about .container p {
    text-align: justify;
}
#aceptados ul li {
    list-style: none;
}
#logistica ul li {
    list-style: none;
}

.programa {
  background-color: #151A20;  
}
.programa h2 {
    margin-top: 15%;
    text-align: center;
    color: #FFFFFF;
    font-size: 2.6rem;
    font-weight: bolder;
}
.programa h3 {
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}
.programac {
    text-align: justify;
}
.programac h3 {
    color: #e05900;
    font-size: 1.6rem;
    font-weight: bold;
}
.programac h4 {
    color: #00609c;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 1em;
}
.programac .hora {
    color: #00948B;
    font-weight: bold;
}
.programac .desc {
    color: #008360;
    text-decoration: underline;
}
.programac ul li {
    margin-bottom: 1.3em;
}
hr {
    border: 2px solid #f4623a;
}

form {
    text-align: left;
    line-height: 35px;
}
form label {
    font-weight: bold;
    font-size: 20px;
}