h1, h2 {
  font-family: "Staatliches" "cursive";
  text-align: center;
  line-height: 1.6;
  font-size: 60px;
  padding-bottom: 10px; }

.containerTitulosIndex, .containerTitulos {
  background: linear-gradient(45deg, white, rgba(255, 0, 0, 0.516), white); }

.containerSectionDiv {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row; }

* {
  margin: 0%;
  padding: 0%; }

.containerSection {
  border: solid 10px white;
  line-height: 35px;
  border-radius: 40px; }

.containerTitulos {
  font-size: 35px; }

.colorTitulos {
  color: rgba(255, 0, 0, 0.745); }

.botonIndex a {
  text-decoration: none;
  color: black; }
  .botonIndex a:hover {
    text-decoration: underline;
    color: #db4848; }

h3 {
  font-family: "Staatliches" "cursive";
  text-align: center;
  font-size: 30px;
  color: rgba(255, 0, 0, 0.745); }

h4 {
  font-family: "Staatliches" "cursive";
  text-align: center;
  font-size: 50px;
  color: rgba(255, 0, 0, 0.745); }

h5 {
  font-family: "Staatliches" "cursive";
  text-align: left;
  font-size: 16px;
  color: #303030;
  margin: 0px;
  line-height: 28px; }

p {
  font-family: "Inter" "sans-serif";
  text-align: center;
  font-size: 18px;
  color: #303030; }

ul {
  list-style-type: none; }

/* SECION 0 (IMAGEN DE FONDO)  */
.containerFondo {
  background-image: url(../img/fondo4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: solid 10px white;
  line-height: 35px;
  margin-top: -30px;
  height: 30rem; }

/* SECCION 1 (PLANES) */
.botonPlanes a {
  text-decoration: none;
  color: #db4848; }
  .botonPlanes a:hover {
    text-decoration: underline;
    color: black; }

.cardsPlanes {
  display: flex;
  justify-content: space-between;
  list-style: none; }

.svgCheck {
  color: green; }

.svgCruz {
  color: red; }

/* SECCION 2 (CLASES Y PROFESORES) */
.cardsClases {
  height: 625px; }

/* SECCION 3 (ESPACIOS) */
.card {
  margin-bottom: 15px; }

/* SECCION 4 (CONTACTO) */
.fondoFormulario {
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
  padding: 35px;
  border: solid 3px #db4848;
  box-shadow: 10px 10px 10px black; }

header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 20px; }

.navegador {
  font-family: "Staatliches" "cursive";
  width: 100%; }

.navegador ul {
  background: linear-gradient(45deg, white, rgba(255, 0, 0, 0.516), white);
  padding: 5px;
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .navegador ul li {
    display: inline;
    text-align: center;
    margin: 10px;
    padding: 12px; }
    .navegador ul li a {
      text-decoration: none;
      color: black;
      font-size: 30px;
      font-weight: 500; }
      .navegador ul li a:hover {
        color: rgba(255, 0, 0, 0.745);
        text-decoration: underline; }

.logoHeader {
  height: 100px;
  width: 100px;
  border: solid 1px black;
  border-radius: 100%;
  margin: 7px;
  padding: 5px;
  overflow: hidden; }

/* SECCION FOOTER */
footer {
  padding: 10px;
  background-color: #e1e1e1;
  border-top: 1px solid black;
  margin-top: 30px; }

.footerContacto {
  margin-top: 119px; }

footer ul {
  display: flex;
  align-items: center;
  width: 100%; }
  footer ul li {
    margin: 5px 10px;
    width: 60px; }

.svgRedes {
  color: #db4848; }

/* MEDIA QUERIES TABLET */
@media screen and (max-width: 768px) {
  /* ETIQUETAS */
  h3 {
    font-size: 24px; }
  h5 {
    font-size: 18px; }
  /* HEADER */
  .navegador ul li {
    padding: 1px;
    margin: 1px; }
  /* SECCION 1 (PLANES) */
  .svgCheck {
    height: 27px;
    width: 27px; }
  .svgCruz {
    height: 27px;
    width: 27px; }
  /* SECCION 2 (CLASES Y PROFESORES) */
  .cardsClases {
    height: 600px; } }

/* MEDIA QUERIES MOBILE 425 */
/* SECCION 5 (CONTACTO) */
@media screen and (max-width: 425px) {
  .containerSectionDiv {
    flex-direction: column;
    gap: 50px;
    flex-wrap: wrap; } }

/* MEDIA QUERIES MOBILE 375 */
/* SECCION 5 (CONTACTO) */
@media screen and (max-width: 375px) {
  .containerSectionDiv {
    flex-direction: column;
    gap: 50px;
    flex-wrap: wrap; }
  /* SECCION 0 */
  .containerFondo {
    height: 20rem; } }

/* MEDIA QUERIES MOBILE 320 */
@media screen and (max-width: 320px) {
  /* CONTENEDORES GENERALES */
  .containerSectionDiv {
    flex-direction: column;
    gap: 50px;
    flex-wrap: wrap; }
  .containerSection h2 {
    font-size: 44px; }
  /* HEADER */
  .navegador ul li {
    padding: 1px;
    margin: 1px; }
  /* ETIQUETAS */
  h1 {
    font-size: 30px; }
  h2 {
    font-size: 45px; }
  h3 {
    font-size: 20px; }
  h4 {
    font-size: 40px; }
  h5 {
    font-size: 16px; }
  /* SECCION 0 */
  .containerFondo {
    height: 20rem; }
  /* SECCION 1 (PLANES) */
  .svgCheck {
    height: 25px;
    width: 25px; }
  .svgCruz {
    height: 25px;
    width: 25px; } }
