* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h5 {
  color: #f0f0f0;
  font-size: 15px;
  font-weight: 200;
  font-family: "Roboto", sans-serif;
  text-align: start;
  margin-top: 4px;
} 
h6 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
}
p {
  margin: 5px;
}
label {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  margin-left: 5px;
}
/* Fin Tipografía General */
body {
  background-image: url(../images/general/general_background.webp);
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  background-size: cover;
  background-position: center;
  background-size: 100%;
  background-attachment: fixed;
}
.section {
  max-width: 1550px;
  margin: 0 auto;
}
.cover_container {
  padding: 105px 25% 45px 25%;
  text-align: center;
}
.arreglo_base_secciones {
  padding: 0 10%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
  justify-content: space-between;
}
.arreglo_base_secciones h3 {
  font-size: 21px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 8px;
  padding: 0;
  color:#f0f0f0;
}
.arreglo_base_secciones h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 5px;
  text-align: center;
  color: #f0f0f0;
}

.contenedor_cursos_personales {
  width: 50%;
  padding: 0 2% 0 0;
}
.contenedor_cursos_negocios {
  width: 50%;
  padding: 0 0 0 2%;
}
.curso {
  display: flex;
  background-color: #101010;
  background-size: cover;
  border-radius: 7px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
  transition: .4s;
  overflow: hidden;
  cursor: pointer;
  height: 370px;
}
.curso img {
  width: 40%;
  object-fit: cover; 
  border-radius: 7px 0 0 7px;
  transition: transform 0.3s ease ;

}
.contenido_curso {
  padding: 2% 10px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contenido_curso .estreno {
  background-image:  url(../images/general/background_button.webp);
  background-size: cover;
  width: fit-content;
  margin: 0px auto;
  border-radius: 3px;
  padding: 2px 10px;
}
.curso span {
  color: #f0f0f0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contenido_curso #cuenta_regresiva p {
  font-size: 15px;
  text-align: center;
  color: #464646;
}
.contenido_curso .registro {
  background-image: url(../images/general/background_button.webp);
  background-size: cover;
  color: #f0f0f0;
  font-size: 15px;
  font-family:"Roboto", sans-serif; 
  padding: 7px 5px;
  border: none;
  border-radius: 3px;
  transition: 0.3s;
  margin: 12px auto;
  width: 50%;
  cursor: pointer;
}
.contenido_curso .registro:hover {
  box-shadow: 0px 0px 5px 2px rgba(4, 141, 152, 0.7);
}
.formulario {
  background-color: #101010;
  padding: 2%;
  border-radius: 0 7px 7px 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  display: none;
  transition: 500ms;
  position: relative;
}
.formulario .registro_datos {
  width: 100%;
} 
.formulario .registro_datos span {
  color: #fa4646;
  font-weight: 100;
  font-size: 13px;
}

.formulario .registro_datos .none {
  display: none;
}
.formulario .registro_datos .error_dato.active {
  display: flex;
}
.formulario .close_formulario_ {
  display: flex;
}

.formulario .closeform {
  display: flex;
  height: 25px;
  width: 25px;
  align-items:center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
}
.formulario #barra1-personal, #barra2-personal, #barra1-negocios, #barra2-negocios {
  content: "";
  background: #ffffff;
  width: 22px;
  height: 2.4px;
  border-radius: 7px;
}
#barra1-personal, #barra1-negocios {
  transform: rotate(-140deg);
  position: absolute;
}
#barra2-personal, #barra2-negocios {
  transform: rotate(140deg);
  position: absolute;
}
.formulario h5 {
  font-size: 14px;
  text-align: center;
  margin-top: 18px;
  color:#F0F0F0;
}
.formulario h6 {
  font-size: 17px;
}
.formulario .registro_datos {
  text-align: center;
}
.formulario .dato {
  width: 92%;
  height: 30px;
  margin-top: 8px;
  padding: 4px;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(255, 255, 255, 0.05);
  color:#f0f0f0;
  border: none;
  border-radius: 4px;
  font-size: 15px;
}
.formulario .validador_politicas {
  margin-top: 7px;
  display: flex;
  justify-content: center;
}
.formulario p {
  font-size: 12px;
  align-items: center;
  text-align: center;
  margin: 10px 0;
}
.formulario a {
  color:#429a87;
  font-family: "Open Sans", sans-serif;
}
.formulario .boton {
  font-size: 15px; 
  text-decoration: none; 
  color: #F0F0F0;
  background-image: url(../images/general/background_button.webp);
  background-size: cover;
  width: 50%;
  padding: 7px 5px;
  height: auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Open Sans", sans-serif;
  border: none;
  margin:15px 0;
}
.formulario .boton:hover {
  box-shadow: 0px 0px 5px 2px rgba(4, 141, 152, 0.7);
}
.formulario .confirmacion {
  display: none;
}
.formulario .confirmacion.activo {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
}
.formulario .contenedor_confirmacion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  text-align: center;
  background: linear-gradient(45deg, rgba(4, 141, 150, 0.3), rgba(18, 63, 89, 0.3));
  padding: 10px;
  border-radius: 5px;
}
.formulario .confirmacion img {
  height: 60px;
  width: 60px;
}
.formulario .confirmacion h4 {
  color: #f0f0f0
}
.curso:hover {
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.5);
}
.curso:hover img {
  transform: scale(1.01);
  transform-origin: center center;
}
.curso .formulario.activo {
  display: flex;
  height: 100%;
  /*position: absolute;*/
}  
.curso .contenido_curso.oculto {
  display: none;
}
@media (min-width: 1600px){
  .cover_container {
    padding: 105px 130px 45px 130px;
  }
  .arreglo_base_secciones{
    padding: 0 130px;
  }
}
@media (max-width: 1115px){
  .curso {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
  }
  .contenido_curso .registro {
    display: none;
  }
  .formulario .closeform {
    display: none;
  }
  .curso img {
    width: 100%;
    max-height: 25vh;
    border-radius: 7px 7px 0 0;
  }
  .curso .contenido_curso {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .curso .contenido_curso.oculto {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .formulario {
    display: flex;
    flex-direction: column;
    opacity: 1;
  }
}
@media (max-width: 1030px) {
  .arreglo_base_secciones {
    padding: 0 5%;
  }
}
@media (max-width: 850px) {
  body {
    background-color: rgba(0, 0, 0, 0.2);
    background-size: 200%;
  }
}
@media (max-width: 750px){
  .curso {
    height: auto;
  }
  .contenedor_cursos_personales {
    width: 100%;
    padding: 0;
    margin-top: 25px;
  }
  .contenedor_cursos_negocios {
    width: 100%;
    padding: 0;
    margin-top: 25px;
  }
}
@media (max-width: 650px) {
  body {
    background-size: 300%;
  }
  .arreglo_base_secciones {
    padding: 0 3%;
  }
  .cover_container {
    padding: 105px 3% 20px 3%;
    
  }
}

