.head {
  color: white;
  background-color: #f28c19;
}

.fondo {
  color: black;
  background-color: #f28c19;

}

.titulo {
  margin-top: 4%;
  margin-bottom: 2%;
  text-align: center;
  font-family: fantasy;
  color: #027c45;
  font-size: 32px;
  line-height: 34px;
}

.subtitulo {
  font-family: fantasy;
  font-size: 24px;
  color: #f39501;
  text-align: center;
}

.subtitulo2 {
  font-family: fantasy;
  font-size: 30px;
  color: #f39501;
  text-align: center;
  margin-bottom: 2%;
}

.vistagrande {
  color: #027c45;
  align-items: center;
}

.contenido {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: black;
  font-size: 16px;
  padding-left: 10%;
  text-align: justify;
}

.pertenece {
  font-size: 18px !important;
  font-weight: 600;
  padding-left: 25px;
}

.disfruta {
  font-family: "Homer Simpson", cursive;
  color: black;
  font-size: 18px;
  text-align: center;
  padding-top: 0%;
}

.costos {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: black;
  font-size: 18px;
}

.titulocosto {
  text-align: center;
  font-family: fantasy;
  color: #00a261;
  font-size: 28px;
}

.bordes {
  border-bottom: 4px solid #00a261;
  border-right: 4px solid #00a261;
  border-left: 4px solid #00a261;
  border-top: 4px solid #00a261;
  box-shadow: 10px 10px 5px #114013;
}

.inscripciones {
  font-family: fantasy;
  color: #027c45;
  font-size: 20px;
  margin-top: -1% !important;
  padding-bottom: 2%;
  font-weight: 600px;
 
}

.imagen {
  padding-left: 0%;
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.icon {
  color: #f39501;
  font-size: 20px;
  font-family: fantasy;  
}

.visual {
  z-index: 9999;
  background-color: rgb(0, 0, 0, 0.46);
}

.gratis {
  font-size: 24px;
  font-weight: 300;
}

.logo1 {
  width: 80%;
}

.logo2 {
  width: 60%;
}

.final {
  text-align: center;
  font-family: fantasy;
  color: #027c45;
  font-size: 24px;
  padding-bottom: 5%;
  padding-left: 10%;
  padding-right: 10%;
}

@media (max-width: 600px) {
  .titulo {
    margin-top: 4%;
    margin-bottom: 2%;
    text-align: center;
    font-family: fantasy;
    color: #027c45;
    font-size: 20px;
    line-height: 28px;
  }

  .subtitulo2 {
    font-family: fantasy;
    font-size: 20px;
    color: #f39501;
    text-align: center;
    margin-bottom: 2%;
    margin-top: -5px;
  }

  .subtitulo {
    font-family: fantasy;
    font-size: 18px;
    color: #f39501;
    text-align: center;
  }

  .inscripciones {
    color: #027c45;
    font-size: 20px;   
    margin-top: -5% !important;
  }

  .contenido {
    font-family: 'Segoe UI',
      Tahoma,
      Geneva,
      Verdana,
      sans-serif;
    color: black;
    font-size: 12px;
    padding-left: 7%;
    padding-right: 5%;
    text-align: justify;

  }

  .pertenece {
    font-size: 18px !important;
    font-weight: 600;
  }

  .disfruta {
    font-family: "Homer Simpson", cursive;
    color: black;
    font-size: 14px;
    text-align: center;
    padding-top: 0%;
    font-weight: 300;
  }

  .logo2 {
    width: 30%;
    float: right;
  }

  .logo1 {
    width: 40%;

    float: left;
  }

  .final {
    text-align: center;
    font-family: fantasy;
    color: #027c45;
    font-size: 18px;
    padding-bottom: 5%;
  }

  .seguridad {
    width: 100%;
    height: 150px;
  }
}