body {
  background-color: #f2f3f8;
  font-family: "Montserrat", sans-serif;
}

.headerp {
  color: black;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(
    90deg,
    rgb(7, 96, 131) 10%,
    rgb(12, 121, 146) 50%,
    rgb(67, 202, 217) 100%
  );
  height: 100px !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  #title-tex {
    font-size: 20pt;
  }

  #date,
  #date2 {
    font-size: 10pt;
  }

  .section-content {
    padding: 5px;
  }

  .accordion {
    width: 95%;
    overflow-y: hidden;
    overflow-x: scroll;
  }

  table {
    font-size: 8pt;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0px auto;
  }
}

.title-main {
  font-family: "Montserrat", sans-serif;
  min-height: 130px;
  width: 100%;
  margin: auto;
  text-align: center;
  word-wrap: break-word;
  background-color: white;
  align-items: center;
  justify-content: center;
}

.title-main div {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  outline: none;
  text-decoration: none !important;
  text-transform: none;
  font-family: arial;
  transition: all 0.3s ease;
}

.title-tex {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin: 10px;
  width: auto;
  left: 500px;
  top: 0;
  font-weight: bold;
  font-size: 42px;
  color: rgb(7, 96, 131);
  display: inline-block;
  padding: 10px;
  font-weight: bold;
}

.form-footer {
  background: rgb(41, 151, 161);
  margin-top: 10%;
  padding: 20px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  bottom: 0;
  width: 100%;
}

/*************************************************************/
.tileO {
  font-family: "Montserrat", sans-serif;
  height: 200px;
  width: 225px;
  margin: 20px;
  display: inline-block;
  text-decoration: none;
  color: #434749;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  user-select: none;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  text-align: center;
}
.tileO:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.tileO:hover a {
  color: #370494;
}

.tileO:hover .icono {
  color: #370494;
}
.tileO-tittle {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  height: 40px;
  padding: 14px 5px; /* Agregamos padding arriba y abajo para centrar */
  box-sizing: border-box;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
  transition: all 0.2s ease-in-out;
  font-size: 11px;
  font-weight: 600;
  text-align: center;

  overflow: hidden;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tileO:hover .tileO-tittle {
  color: #046592;
}

.material-symbols-outlined {
  color: #455a64;
}
.material-symbols-rounded {
  color: #455a64;
}

.tileO-icon {
  width: 100%;
  height: 160px;
  box-sizing: border-box;
  padding-top: 20px;
  margin-top: -2%;
  overflow: hidden;
}

/* Transición suave para la imagen */
.tileO-icon img {
  width: 40%;
  margin-top: 0;
  transition: transform 0.3s ease, fill 0.3s ease;
}

/* Efecto hover: agranda suavemente */
.tileO:hover .tileO-icon img {
  transform: scale(1.2); /* 👈 zoom de 10% */
}

/* Mantienes tus efectos de color ya existentes */
.tileO:hover .tileO-icon > i,
.tileO:hover .tileO-icon > svg,
.tileO:hover .tileO-icon > img,
.tileO:hover .tileO-icon > p {
  color: red !important;
}

span.material-symbols-rounded {
  font-size: 55px !important;
}

a.btn span.material-symbols-rounded,
button.btn span.material-symbols-rounded {
  font-size: 22px !important;
}

/* .tileO-icon:hover > span {
  color: #046592;
}

.tileO-icon:hover > svg {
  fill: #046592;
}
.tileO-icon:hover > img {
  fill: #046592;
} */

.fa,
.fas {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

/* .tileO:hover .tileO-icon > i,
.tileO:hover .tileO-icon > svg,
.tileO:hover .tileO-icon > p {
  color: #046592;
} */

/*En tu hoja de estilos */
a:link,
a:visited,
a:active {
  text-decoration: none;
}

.tileO-container {
  text-align: center;
  padding: 20px 25px;
}

/* .tileO-icon span.material-symbols-rounded {
  font-size: 55px;
  transition: transform 0.3s ease, color 0.3s ease;
} */

/* .tileO:hover .tileO-icon span.material-symbols-rounded {
  transform: scale(1.25);
  color: #046592;
}
.tileO-icon span.material-symbols-outlined {
  font-size: 55px;
  transition: transform 0.3s ease, color 0.3s ease;
} */
/* 
.tileO:hover .tileO-icon span.material-symbols-outlined {
  transform: scale(1.25);
  color: #046592;
}

.tileO-icon img {
  filter: brightness(0) saturate(100%);
  transition: filter 0.3s ease;
} */

.tileO:hover .tileO-icon img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(99%) saturate(604%)
    hue-rotate(160deg) brightness(91%) contrast(97%);
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.modal-content {
  background: #fff;
  width: min(600px, 65vw);
  height: min(60vh, 600px);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.cerrar {
  position: absolute;
  color: #046592;
  font-weight: bold;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  background: #152f4a;
  width: 100%;
  text-align: right;
}
.st-ps{
  font-weight: bold;
  font-size: 30px;
}


.form-footer a{
	font-size: 20px;
}