:root {
  --blue_college: rgba(14, 4, 123, 1);
  --red_college: rgba(245, 1, 1, 1);
  --red_college_dark: rgba(155, 11, 11, 0.935);
  --gray_college: rgba(128, 128, 128, 1);
  --white: rgba(255, 255, 255, 1);
  --color_text: rgba(0, 0, 0, 1);
  --color_network: rgba(141, 134, 134, 1);
  --shadow: rbga(220, 220, 223, 1);
  --red_collage_m: rgba(160, 16, 11, 0.966);
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  width: 80%;
  margin: 0 auto;
  box-shadow: 0px 0px 5px rgb(220, 220, 223);
  padding: 20px;
}
.ola {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.content_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.content_row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.content_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}

.title-is {
  display: flex;
  background-color: var(--gray_college);
  height: 50px;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.title-isc {
  display: flex;
  background-color: var(--blue_college);
  height: 50px;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.desing-areas {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.section-areas {
  margin: 0 auto;
  width: 80%;
  font-family: Roboto;
}

.desing-image {
  border-radius: 25%;
}

.school-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--blue_college);
  color: var(--white);
  font-size: 12px;
}

.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
  margin-left: 100px;
  margin-right: 100px;
  font-family: roboto;
}
.line {
  border-bottom: 1px solid var(--gray_college);
}

.menu2 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  background-color: rgb(22, 9, 139);
  background: radial-gradient(
    circle,
    rgba(22, 9, 139, 1) 0%,
    rgba(255, 255, 255, 1) 16%,
    rgba(255, 255, 255, 1) 82%,
    rgba(22, 9, 139, 1) 100%
  );
  opacity: 0.5;
  padding: 5px;
}
.menu3 {
  background: var(--blue_college);
  margin: 0;
  padding: 0;
}

.menu-horizontal {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-left: 100px;
  margin-right: 100px;
}

.menu-horizontal {
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.menu-horizontal > li > a {
  display: block;
  justify-content: space-around;
  padding: 15px 15px;
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
}

.menu-horizontal > li > a:hover {
  background-color: rgb(236, 232, 232);
  color: #020024;
}

.menu-ident {
  display: flex;
  list-style: none;
  justify-content: left;
  align-items: center;
  gap: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}

.menu-ident-column {
  display: flex;
  flex-direction: column;
  list-style: none;
  justify-content: left;
  justify-items: center;
  gap: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}

.menu-icon {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.icon {
  width: 20px;
  height: 20px;
  padding: 10px;
  fill: var(--blue_collegese);
  border-radius: 50%;
}

.icon-container img {
  max-height: 20px;
  max-width: 20px;
}

.icon:hover {
  fill: var(--white);
  background-color: #e0d8d8;
}

.icon:focus {
  fill: #ffffff;
  background-color: #c8c2c2;
}

.btn-lang1 {
  display: flex;
  width: 32px;
  height: 32px;
  background-image: url(../images/es.jpg);
  border: none;
  cursor: pointer;
}
.btn-lang2 {
  display: flex;
  width: 32px;
  height: 32px;
  background-image: url(../images/en.jpg);
  border: none;
  cursor: pointer;
}
.btn-lang3 {
  display: flex;
  width: 32px;
  height: 32px;
  background-image: url(../images/loitalia.jpg);
  border: none;
  cursor: pointer;
}

.menu-vertical {
  position: absolute;
  display: none;
  list-style: none;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.5);
}
.menu-horizontal li:hover .menu-vertical {
  display: block;
}
.menu-vertical li:hover {
  background-color: black;
}
.menu-vertical li a {
  display: block;
  color: white;
  padding: 15px 15px 15px 20px;
  text-decoration: none;
}

.content-section {
  width: 80%;
  margin: 0 auto;
}

.subtitles {
  color: var(--white);
  font-size: 20px;
  font-family: roboto;
  background-color: rgb(14, 4, 123, 10);
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.content-subtitles {
  color: beige;
  padding: 10px;
}

.content-subtitlesins {
  color: var(--color_text);
  padding: 10px;
}
.section-footer {
  background: var(--blue_college);
  width: 100%;
  margin-top: 20px;
  border: var(--red_collage_m) 4px solid;
  overflow: hidden;
}

.content-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: ronoto;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
}
.af {
  color: #ffffff;
}
.content-programs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.a {
  text-decoration: none;
  color: aliceblue;
  margin-left: 10%;
  display: flex;
  justify-content: space-between;
}
.b {
  text-decoration: none;
  color: aliceblue;
  margin-left: 10%;
}
.c {
  text-decoration: none;
  color: aliceblue;
  margin-left: 10%;
}

.section-banner {
  margin-left: 0 auto;
  margin-right: 0 auto;
}
.pond {
  display: flex;
  flex-direction: row;
}
.info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.desing-areas {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.contenedor {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: left;
  height: 50vh;
}
.contenedor figure {
  position: relative;
  height: 250px;
  cursor: pointer;
  width: 350px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.5);
}
.contenedor figure img {
  width: 100%;
  height: 100%;
  transition: all 400ms ease-out;
  will-change: transform;
}
.contenedor figure .capa {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(123, 0, 0, 0.7);
  transition: all 400ms ease-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.contenedor figure:hover > .capa {
  opacity: 1;
  visibility: visible;
}
.contenedor figure:hover > .capa h3 {
  margin-top: 70px;
  margin-bottom: 15px;
}
.contenedor figure:hover > img {
  transform: scale(1.3);
}
.contenedor figure .capa h3 {
  color: #fff;
  font-weight: 400;
  font-size: 60px;
  margin-bottom: 120px;
  transition: all 400ms ease-out;
  margin-top: 30px;
}
.contenedor figure .capa p {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  width: 100%;
  max-width: 220px;
  margin: auto;
}

.desing-image {
  border-radius: 20px;
}

.slider {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.slider ul {
  display: flex;
  padding: 0;
  width: 400%;

  animation: cambio 10s infinite alternate;
  animation-timing-function: ease-in;
}
.slider li {
  width: 100%;
  list-style: none;
}

@keyframes cambio {
  0% {
    margin-left: 0;
  }
  20% {
    margin-left: 0;
  }

  25% {
    margin-left: -100%;
  }
  45% {
    margin-left: -100%;
  }

  50% {
    margin-left: -200%;
  }
  70% {
    margin-left: -200%;
  }

  75% {
    margin-left: -300%;
  }
  100% {
    margin-left: -300%;
  }
}

/* .desing-icon {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.icon-container {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(68, 11, 181);
}
.icon-container:hover .icon-container:focus {
  background: #2196f3;
} */

.hr1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.hr2 {
  background-color: rgba(18, 22, 232, 0.63);
  padding: 0px 19px;
  font-size: 17px;
  width: 600px;
}

.search-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-box {
  position: relative;
}

.search-box input[type="text"] {
  padding: 10px;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.search-box button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background-color: #3369a3;
  border: none;
  color: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

main {
  padding: 20px;
}

/* Responsive CSS */
@media (max-width: 600px) {
  header,
  footer {
    font-size: 18px;
  }

  main {
    font-size: 16px;
  }
}

.icon-container-rad {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgb(34, 62, 244, 0.5);
}

.h3b {
  text-align: center;
}

.btnp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}

.btn {
  height: 50px;
  width: 100%;
  background-color: brown;
  font-family: roboto;
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin: 6px 0;
}
.btninst {
  height: 50px;
  width: 100%;
  background-color: #0e047b;
  font-family: roboto;
  font-size: 30px;
  color: rgb(255, 255, 255);
  margin: 15px 0;
}

.btninst-text {
  height: 100%;
  width: 100%;
  font-family: roboto;
  font-size: 30px;
  color: rgb(255, 255, 255);
  margin: 6px 0;
  display: flex;
  justify-content: center;
}

.padres {
  text-align: center;
}

.inclusion {
  display: flex;
  flex-direction: column;
  padding: 10px;
  align-items: center;
  color: black;
  margin-top: 20px;
}
.inclusionimg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.inclusion-text {
  color: rgb(8, 8, 8);
  padding: 15px;
  font-size: 20px;
  font-family: roboto;
  font-weight: 300;
  list-style: none;
}

a {
  text-decoration: none;
}

.PIAR {
  display: flex;
  margin: 20px;
  flex-direction: column;
  list-style: none;
}

.criterios {
  display: flex;
  padding-top: 10%;
  flex-direction: column;
  padding-right: 10%;
}
.criterios-2 {
  display: flex;
  padding-top: 10%;
  flex-direction: column;
  padding-right: 10%;
}
.ope {
  display: flex;
  flex-direction: row;
  color: rgb(0, 0, 0);
}
.mh2 {
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.mh2 > li > a {
  display: block;
  padding: 15px 20px;
}
.mh2 > li:hover {
  background-color: rgb(254, 12, 12);
}
.col {
  font-size: 30px;
  color: rgb(255, 252, 252);
  background-color: rgb(20, 20, 112);
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
  border: rgb(185, 7, 7) 3px ridge;
}

.ini {
  display: flex;
  justify-content: center;
  color: rgb(255, 255, 255);
  background-color: rgb(20, 20, 112);
  font-size: 40px;
  border-style: inset;
  border-width: 1px;
  border: rgb(185, 7, 7) 3px ridge;
}
.yes {
  color: var(--color_text);
}
.sub {
  background-color: rgb(20, 20, 112);
  font-size: 20px;
  color: rgb(255, 255, 255);
}

.sede {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  padding: 30px 100px;
  text-align: center;
  text-decoration: none;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
}

.pol {
  height: 4vh;
}

.desing-areas {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

.btnp:hover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}

.btn {
  height: 50px;
  width: 100%;
  background-color: brown;
  font-family: roboto;
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin: 6px 0;
}

.padres {
  text-align: center;
}

.content-boton {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: center;
  gap: 50px;
  margin-top: 20px;
}
.a-btn {
  text-decoration: none;
  color: #0000f2;
  font-size: 30px;
}
.boton {
  background-color: rgb(200, 200, 205);
  border: rgb(110, 4, 4) 10px outset;
  height: 150px;
  width: 700px;
  display: end;
  font-size: 16px;
  font-family: roboto;
}
.button {
  width: 300px;
  height: 200px;
  margin: 20px;
  font-size: 40px;
  text-align: center;
  background-color: rgb(1, 34, 141) f;
  color: #ff0000;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.button:hover {
  background-color: #0056b3;
}

.desing-image {
  border-radius: 25%;
}
.cp {
  background: rgb(255, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(255, 0, 0, 1) 0%,
    rgba(154, 7, 7, 1) 35%,
    rgba(0, 212, 255, 1) 49%,
    rgba(55, 0, 255, 1) 100%
  );
}
.waza {
  background: rgb(255, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(255, 0, 0, 1) 0%,
    rgba(154, 7, 7, 1) 35%,
    rgba(0, 212, 255, 1) 49%,
    rgba(55, 0, 255, 1) 100%
  );
}
.horarios {
  display: flex;
  display: flex;
  justify-content: left;
  align-items: normal;
}
.cp2 {
  position: absolute;
  top: 259px;
  right: 25px;
}
.pg {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-content: space-between;
  align-items: center;
}
.pg-img {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding: 20px 0px;
}
/*-----------------------------------*/
.content-botone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  gap: 5px;
  margin-top: 20px;
}

.a-btn {
  text-decoration: none;
  color: #0000f2;
  font-size: 50px;
}
.botone {
  background-color: rgb(200, 200, 205);
  border: rgb(110, 4, 4) 8px outset;
  height: 300px;
  width: 300px;
  font-size: 14px;
  font-family: roboto;
}

.proyects {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-content: space-between;
  align-items: center;
}

.letters {
  font-size: medium;
  width: 360px;
  color: black;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  padding: 6px;
  text-align: center;
}

.ap {
  text-decoration: none;
}

.line {
  text-decoration: none;
  font-family: cursive;
  color: black;
  font-size: 25px;
}

.btnz {
  background-color: rgb(206, 166, 252);
  width: 300px;
  height: 50px;
  border-radius: 5px;
  border: rgb(22, 102, 194) 6px inset;
  align-items: center;
  margin-right: 15px;
}

.btnz:hover {
  background-color: lightgray;
}

.buttonz {
  display: flex;
  justify-content: center;
  padding: 35px;
}

.h2z {
  background-color: cornflowerblue;
  height: 30px;
  font-size: 20px;
  color: black;
  text-align: center;
  font-style: italic;
  margin-top: 10px;
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
  justify-content: center;
}
/* emisoras*/
.content-programs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 30px;
}
.programs {
  padding: 11px;
  color: rg(0, 0, 0); /*color de las letras*/
  padding: 3px 10px;
  border: rgb(3, 7, 200) 5px solid;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  font-size: 17px;
  line-height: 0.9;
  letter-spacing: 0.008em;
  font-weight: 500;
}
.programs-2 {
  border: #ff2621 5px solid;
  padding: 11px;
  color: rgb(0, 0, 0); /*color de las letras*/
  padding: 3px 10px;
  border-radius: 20px;
  display: flex; /*cenra*/
  justify-content: center; /*cenra*/
  align-items: center; /*cenra*/
  font-size: 14px;
  line-height: 0.9;
  letter-spacing: 0.008em;
  font-weight: 500;
}
.audio {
  border-radius: 23px;
  border: 5px solid #ff2621;
}

.half/*centra todo*/ {
  display: flex; /*cenra*/
  justify-content: center; /*cenra*/
  align-items: center; /*cenra*/
}
.emisora-radio-joven {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.al-aire {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-right: auto;
  color: #df2525;
  margin-top: 100px;
  margin-bottom: 100px;
}
.center {
  display: flex;
  justify-content: center;
  padding: 15px;
}
.menu-horizontal-sup {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-left: 100px;
  margin-right: 100px;
}
.menu-horizontal-sup {
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.menu-horizontal-sup > li > a {
  display: block;
  padding: 15px 10px;
  color: var(--color_text);
  text-decoration: none;
  font-size: 14px;
}

.menu-horizontal-sup > li :hover {
  background-color: var(--blue_college);
  /*border-radius: 5px;*/
  color: var(--white);
}
.menu-vertical-sup {
  position: absolute;
  display: none;
  list-style: none;
  width: 200px;
  background-color: var(--blue_college);
  font-size: 14px;
}
.menu-horizontal-sup li:hover .menu-vertical-sup {
  display: block;
}
.menu-vertical-sup li:hover {
  background-color: var(--blue_college);
}
.menu-vertical-sup li a {
  display: block;
  color: white;
  padding: 15px 15px 15px 20px;
  background-color: var(--blue_college);
}
.menu-vertical-sup > li :hover {
  background-color: var(--red_college_dark);
  border-radius: 5px;
  color: var(--white);
}

.centrar-imagenes {
  display: flex;
  justify-content: center;
}

.btn {
  background-color: rgb(206, 166, 252);
  width: 300px;
  height: 50px;
  border-radius: 5px;
  border: rgb(22, 102, 194) 6px inset;
  align-items: center;
  margin-right: 15px;
}

.btn:hover {
  background-color: lightgray;
}

.button {
  display: flex;
  justify-content: center;
  padding: 35px;
}

.cont-row {
  display: flex;
  flex-direction: row;
  gap: 100px;
  justify-content: center;
  align-items: center;
}

.line {
  text-decoration: none;
  font-family: cursive;
  color: black;
  font-size: 25px;
}

.notic {
  font-size: 16px;
  font-family: roboto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: #020024;
}

.no {
  text-align: center;
}
.target {
  border: hsl(211, 52%, 42%);
}

.target-portfolio {
  position: relative;
  overflow: hidden;
  border: rgb(221, 211, 211) solid 1px;
  text-decoration: none;
  height: 320px;
  width: 370px;
  text-align: center;
  background-color: black;
}

.target-portfolio:hover {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 2px 1px rgba(212, 209, 209, 0.2);
  text-decoration: none;
}

.contenedo {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: left;
  border: solid 2px #020024;
  background-color: #df2525;
  border-radius: 50%;
  padding: 50px;
  margin: 30px 80px;
  height: 100px;
}
.contenedo figure {
  position: relative;
  height: 250px;
  cursor: pointer;
  width: 350px;
  overflow: hidden;
}
.contenedo figure img {
  width: 100%;
  height: 100%;
  transition: all 400ms ease-out;
  will-change: transform;
}
.contenedo figure .capa {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.274);
  transition: all 400ms ease-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}
.contenedo figure:hover > .capa {
  opacity: 1;
  visibility: visible;
  display: flex;
  flex-direction: column-reverse;
}
.contenedo figure:hover > .capa h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}

.contenedo figure .capa h3 {
  color: var(--color_text);
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 120px;
  transition: all 400ms ease-out;
  margin-top: 30px;
}
.contenedo figure .capa p {
  color: #050505;
  font-size: 15px;
  line-height: 1.5;
  width: 100%;
  max-width: 220px;
  margin: auto;
}

/*ola*/
.general-content {
  background-image: url(../images/_Matriculas_.jpg);
  background-size: cover;
  color: azure;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Estilos Modal */

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),
    visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal {
  width: 528px;
  height: 580px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
}

.close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #0000001a;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.close-btn:focus,
.close-btn:hover {
  fill: red;
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.modal-form {
  display: flex;
  flex-direction: column;
}

.modal-form-head {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0.03em;
  color: #2196f3;
  margin-bottom: 12px;
}

.modal-form-field {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.16;
  letter-spacing: 0.01em;
  color: #2196f3;
  margin-bottom: 14px;
}
.modal-form-input-wrapper {
  position: relative;
  display: block;
  margin-top: 4px;
}

.modal-form-input {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(33, 33, 33, 0.2);
  box-sizing: border-box;
  border-radius: 4px;
  padding-left: 42px;
  cursor: pointer;
  transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-form-input:focus {
  outline: none;
  border: 1px solid #2196f3;
}

.modal-form-icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}

.modal-form-input:focus + .modal-form-icon {
  fill: red;
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-form-message {
  width: 528px;
  height: 120px;
  margin-top: 4px;
  border: 1px solid rgba(33, 33, 33, 0.2);
  box-sizing: border-box;
  border-radius: 4px;
  resize: none;
  padding: 12px 16px;
  transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-form-message:focus {
  outline: none;
  border-color: red;
}

.modal-form-message::placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: rgba(117, 117, 117, 0.5);
}

/* Checkbox */

.c {
  display: flex;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 0px !important;
  width: 0px !important;
  overflow: hidden;
}

.modal-form-checkbox-label {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.03em;
  color: green;
  margin-bottom: 30px;
}

.modal-form-checkbox-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  border: 1px solid green;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 9px;
  margin-bottom: 20px;
}

.modal-form-checkbox:checked + .modal-form-checkbox-label::before {
  background-image: url(./images/iconcheck.svg);
  border-color: #2196f3;
  background-color: #2196f3;
}

.modal-form-btn {
  background-color: #2196f3;
  display: inline-block;
  align-items: center;
  align-self: center;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  width: 200px;
  height: 50px;
  padding: 10px 56px;
  cursor: pointer;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border: none;
}
/*arenas*/
.textos-centrados {
  text-align: center;
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
}
.textos-justify {
  text-align: justify;
}
.fondo {
  background-color: var(--red_collage_m);
}

.separacion-textos {
  margin-bottom: 50px;
}
.proyects-tec {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-content: space-between;
  align-items: center;
}

.letters_tec {
  font-size: medium;
  width: 360px;
  color: black;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  padding: 2px 2px 2px 30px;
  text-align: center;
}

.contenedor_tec {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: left;
  height: 50vh;
}
.contenedor_tec figure {
  position: relative;
  height: 250px;
  cursor: pointer;
  width: 350px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 6px 6px 6px rgba(233, 230, 230, 0.5);
}
.contenedor_tec figure img {
  width: 100%;
  height: 100%;
  transition: all 400ms ease-out;
  will-change: transform;
}
.contenedor_tec figure .capa {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(123, 0, 0, 0.7);
  transition: all 400ms ease-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.contenedor_tec figure:hover > .capa {
  opacity: 1;
  visibility: visible;
}
.contenedor_tec figure:hover > .capa h3 {
  margin-top: 70px;
  margin-bottom: 15px;
}
.contenedor_tec figure:hover > img {
  transform: scale(1.3);
}
.contenedor_tec figure .capa h3 {
  color: #fff;
  font-weight: 400;
  font-size: 60px;
  margin-bottom: 120px;
  transition: all 400ms ease-out;
  margin-top: 30px;
}
.contenedor_tec figure .capa p {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  width: 100%;
  max-width: 220px;
  margin: auto;
}
.noti_estudiantes {
  font-size: 30px;
  text-align: center;
}
.footer-bot {
  height: 40px;
  width: 400px;
  font-size: 30px;
  background-color: var(--blue_college);
  color: var(--white);
}
.sed_borde {
  border-left: 5px solid;
  border-right: 5px solid;
  border-color: var(--red_college_dark);
}
.content_column2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

flotante {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  overflow: hidden;
}

.concp {
  position: relative;
  width: 100%;
  height: 100%;
}

.cuaderno {
  width: 100px;
  height: auto;
  position: absolute;
}

.floating {
  animation: float 5s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Posiciones iniciales para los cuadernos */
.cuaderno:nth-child(1) {
  top: 10%;
  left: 20%;
  animation-duration: 6s;
}

.cuaderno:nth-child(2) {
  top: 30%;
  left: 60%;
  animation-duration: 8s;
}

.cuaderno:nth-child(3) {
  top: 70%;
  left: 40%;
  animation-duration: 7s;
}

.cuaderno:nth-child(4) {
  top: 50%;
  left: 80%;
  animation-duration: 5s;
}

.fondo-cos {
  background-image: url(../images/A.cosmos.png);
  background-size: cover;
  background-position: top;
  background-position: center;
  border: 5px solid rgba(22, 8, 143, 0.938);
}

.la-verdadera {
  display: flex;
  flex-direction: row;

  list-style: none;
  align-items: center;
  gap: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 50%;
}

.yellow {
  color: var(--yellow);
}

.book {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
  background-color: rgb(235, 229, 229);
}

.sectioncos {
  display: flex;
  margin-top: 30px;
  padding-bottom: 60px;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.comic {
  width: 80%;
  margin: 0 auto;
  box-shadow: 0px 0px 5px rgb(220, 220, 223);
  padding: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 80%;
  margin: 0 auto;
  box-shadow: 0px 0px 5px rgb(220, 220, 223);
  padding: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* Por si acaso es pecífico esto, esto sirve: para hacer responsivos los iframes, osease por ejemplo los videos de youtube, presentaciones de prezzi,, documentos formales, entre otros. */
.RWD-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
  }

  .RWD-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


/* Estilos base (para dispositivos móviles) */
:root {
  --blue_college: rgba(14, 4, 123, 1);
  --red_college: rgba(245, 1, 1, 1);
  --red_college_dark: rgba(155, 11, 11, 0.935);
  --gray_college: rgba(128, 128, 128, 1);
  --white: rgba(255, 255, 255, 1);
  --color_text: rgba(0, 0, 0, 1);
  --color_network: rgba(141, 134, 134, 1);
  --shadow: rbga(220, 220, 223, 1);
  --red_collage_m: rgba(160, 16, 11, 0.966);
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 0px 5px rgb(220, 220, 223);
  padding: 10px;
}

.ola {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.content_row,
.content_row-reverse,
.content_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.title-is,
.title-isc {
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.title-is {
  background-color: var(--gray_college);
}

.title-isc {
  background-color: var(--blue_college);
}

.desing-areas {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-areas {
  width: 100%;
  font-family: Roboto;
}

.desing-image {
  border-radius: 25%;
  max-width: 100%;
  height: auto;
}

.school-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--blue_college);
  color: var(--white);
  font-size: 12px;
  padding: 10px;
}

.menu,
.menu2,
.menu3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.menu-horizontal,
.menu-horizontal-sup {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.menu-horizontal > li > a,
.menu-horizontal-sup > li > a {
  display: block;
  padding: 10px;
  color: var(--color_text);
  text-decoration: none;
  font-size: 14px;
  width: 100%;
  text-align: center;
}

.menu-vertical,
.menu-vertical-sup {
  display: none;
}

.menu-icon {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}

.icon {
  width: 20px;
  height: 20px;
  padding: 10px;
  fill: var(--blue_collegese);
  border-radius: 50%;
}

.btn-lang1,
.btn-lang2,
.btn-lang3 {
  width: 32px;
  height: 32px;
  background-size: cover;
  border: none;
  cursor: pointer;
  margin: 5px;
}

.content-section {
  width: 100%;
}

.subtitles {
  font-size: 18px;
  padding: 10px;
  width: 100%;
}

.section-footer {
  width: 100%;
  margin-top: 20px;
  border: var(--red_collage_m) 4px solid;
}

.content-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 1.5em;
}

/* Media query para tablets */
@media screen and (min-width: 768px) {
  .container {
    width: 90%;
    padding: 15px;
  }

  .content_row,
  .content_row-reverse {
    flex-direction: row;
    justify-content: space-between;
  }

  .desing-areas {
    flex-direction: row;
    justify-content: space-around;
  }

  .school-title {
    flex-direction: row;
    font-size: 14px;
  }

  .menu,
  .menu2,
  .menu3 {
    flex-direction: row;
    justify-content: space-between;
  }

  .menu-horizontal,
  .menu-horizontal-sup {
    flex-direction: row;
  }

  .menu-horizontal > li > a,
  .menu-horizontal-sup > li > a {
    width: auto;
  }

  .content-footer {
    flex-direction: row;
    justify-content: space-between;
    font-size: 16px;
  }
}

/* Media query para computadoras de escritorio */
@media screen and (min-width: 1024px) {
  .container {
    width: 80%;
    padding: 20px;
  }

  .school-title {
    font-size: 16px;
  }

  .menu-horizontal > li > a,
  .menu-horizontal-sup > li > a {
    font-size: 16px;
  }

  .menu-vertical,
  .menu-vertical-sup {
    display: none;
    position: absolute;
    width: 200px;
    background-color: var(--blue_college);
  }

  .menu-horizontal li:hover .menu-vertical,
  .menu-horizontal-sup li:hover .menu-vertical-sup {
    display: block;
  }

  .content-footer {
    font-size: 18px;
  }
}

/* Media query para pantallas grandes */
@media screen and (min-width: 1440px) {
  .container {
    width: 70%;
  }

  .school-title {
    font-size: 18px;
  }

  .menu-horizontal > li > a,
  .menu-horizontal-sup > li > a {
    font-size: 18px;
  }
}