* {
  margin: 0;
  box-sizing: border-box;
  
}

p {
    margin: 1rem;
}


.divider {
    width: 8px;
    height: 2px;
    background-color: #333;
    margin: 15px auto; /* Centers the divider */
  }



body {
  line-height: 1.5;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  width: 100%;

}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #006633;
}

h4{text-align: center;
font-family: serif;
}

h1 {
  text-align: center;
  font-family: serif;
}

.header img {
  padding-top: 2rem;
}

section {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  padding: 2rem;
  width: 80%;
}



.btn-registro {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  display: inline-block;
  padding: 12px 24px;
  background-color: #2E6F40; /* Azul moderno */
  color: rgba(255, 255, 255, 0.97);
  text-decoration: none;
  border-radius: 8px;
  font-family: sans-serif;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-registro:hover {
  background-color: #5e7d67; /* Un tono más oscuro al pasar el mouse */
}





.photos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  left: 50%;
  padding: 1rem;
}

.row {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.column {
  flex: 50%;
  padding: 5px;
}

table {
  font-size: 1em;
  padding: 10% 10%;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}


.table{
  font-size: 0.9em;
  padding-bottom: 1rem;
}


th,
td {
  text-align: left;
  padding: 3px;
  border: 1px solid #dee2e6;
  padding: 10px;
  text-align: center;
}
/* tr:nth-child(even) {
      background-color: #E3E4DB;
    } */
.accordion {
  background-color: inherit;
  color: #006580;
  cursor: pointer;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border: none;
  text-decoration: underline;
}

.highlight {
 
  background-color:#2E6F40;
  color: rgba(255, 255, 255, 0.97);
}

.active,
.accordion:hover {
  background-color: none;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: inherit;
}

a {
  color: #006633;
}

a:link {
  text-decoration: underline;
}

a:hover {
  color: #365486;
}

hr {
  background-color: #1a1a1a;
  border: none;
  height: 1px;
  margin: 1em 0;
}


table caption {
  margin-bottom: 0.75em;
}
tbody {
  margin-top: 0.5em;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
li {
  font-size: 0.9em;
  word-wrap: break-word;
}

header {
  margin-bottom: 4em;
  text-align: center;
}
#TOC li {
  list-style: none;
}
#TOC ul {
  padding-left: 1.3em;
}
#TOC > ul {
  padding-left: 0;
}
#TOC a:not(:hover) {
  text-decoration: none;
}

span.smallcaps {
  font-variant: small-caps;
}
div.column {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
ul.task-list {
  list-style: none;
}

.table {
  overflow-x: scroll;
}

@media (max-width: 640px) {
  .row {
    overflow-x: scroll;
  }
  section {
    width: 95%;
}
iframe {
  display: none;
}
}


@media (max-width: 840px) {
iframe {
  display: none;
}


}
@media (min-width: 840px) {
  
 iframe {
  padding: 2rem;
  width: 90%;
  height: 400;
  border:0
  } 
}


@media (min-width: 1024px) {
  section {
    width: 952px;
  }
 
}