.contenedor_titulo {
  position: relative;
}
.contenedor_titulo img {
  width: 100%;
  object-fit: cover;
}
.titulosecciones {
  text-align: center;
  position: absolute;
  top: 87%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.contenedor_titulo h1 {
  font-size: 30px;
  font-weight: 500;
  color: var(--rosado);
}
.cursosnutricion {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 15px;
}
.cursosnutricion a {
  text-decoration: none;
}
.cursosnutricion article {
  max-width: 320px;
  box-shadow: 0px 0px 10px #d3d3d3;
  padding: 16px;
  min-height: 450px;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.5s;
}
.cursosnutricion article:hover {
  background-color: #f3f3f3;
}
.cursosnutricion article figure {
  width: 100%;
}
.cursosnutricion article:hover figcaption {
  transform: scale(1.2);
}
.tituloitems {
  color: var(--rosado);
  padding: 15px 0px;
}
.cursosnutricion article figure img {
  width: 100%;
}
.cursosnutricion figure {
  position: relative;
}
.cursosnutricion figcaption {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.5s;
  background-color: rgba(147, 203, 0, 1);
  color: white;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.contenedordegradado {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(232, 245, 207, 1) 100%
  );
}
.contenedordegradado2 {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(242, 221, 236, 1) 100%
  );
}
.contenedordegradado3 {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(227, 225, 225, 1) 100%
  );
}
.todoscursos {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
.todoscursos a {
  text-decoration: none;
  color: var(--rosado);
  max-width: 300px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.todoscursos h3 {
  padding-left: 20px;
}
.regresarcursos {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
.regresarcursos a {
  text-decoration: none;
  color: var(--verde);
  max-width: 300px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.regresarcursos h3 {
  padding-left: 20px;
}
.info {
  padding: 15px 15px 15px 0px;
  max-width: 700px;
}
.info h1 {
  line-height: 35px;
}
.contenidocurso {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 15px;
}
.contenidocurso h1 {
  font-size: 30px;
}
#video {
  width: 100%;
}
.card {
  max-width: 500px;
  background-color: white;
  border-bottom: 5px var(--rosado) solid;
}
.card h3 {
  padding: 20px;
}
.precio {
  font-size: 35px;
  color: var(--rosado);
  padding: 0px 20px 20px 20px;
}
.card a {
  margin-left: 20px;
}
.contenedormaestra {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.caracteristicascurso {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding-right: 20px;
}
.caracteristicascurso span {
  font-size: 14px;
  padding-left: 10px;
}
.contenedormaestra figure {
  width: 100px;
}
.contenedormaestra figure img {
  width: 100%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 10px 5px 10px #ccc;
}
.contenedormaestra h2 {
  font-size: 20px;
}
.contenedormaestra .nombre {
  margin-left: 30px;
}
.contenedormaestra h3 {
  font-size: 18px;
  font-weight: normal;
}
.caracteristicascurso {
  padding: 20px 0px;
}
.contenedortabla {
  border-radius: 10px;
  background-color: white;
  padding: 15px;
}
.tabla {
  background-color: var(--grisbajo);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.tabla:nth-child(odd) {
  background-color: #f6f6f6;
  color: #333;
}
.centrar {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 150px;
}
.tabla p {
  word-break: break-word;
}
.cursotabla {
  width: 50%;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.icono_candados {
  width: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-right: 15px;
  text-decoration: none;
}
.contenedor_post {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.contenedor_post figure {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  overflow: hidden;
}
.contenedor_post figure img {
  width: 100%;
}
.info_post {
  margin-top: 20px;
  border: 1px var(--gris) solid;
  padding: 15px;
}
/* formulario css */
.elementosformulario h2 {
  padding-left: 15px;
}
#elementos_formulario h2 {
  padding-bottom: 20px;
  line-height: 30px;
}
#elementos_formulario input {
  border-radius: 5px;
  border: 1px #d3d3d3 solid;
  padding: 10px;
  width: 95%;
  font-size: 16px;
}
#elementos_formulario {
  margin-top: 20px;
  padding: 15px;
}
.bienvenidos2 {
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
form {
  width: 100%;
  line-height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  font-size: 16px;
}
form .derecha {
  width: 50%;
}
form .izquierda {
  width: 50%;
}
input {
  margin-bottom: 10px;
}
select {
  border-radius: 5px;
  border: 1px #d3d3d3 solid;
  padding-left: 10px;
  height: 35px;
  width: 95%;
  color: var(--negro);
  margin-bottom: 10px;
  font-size: 16px;
  background-color: white;
}
textarea {
  font-family: "Montserrat";
  border-radius: 5px;
  resize: none;
  border: 1px #d3d3d3 solid;
  background-color: white;
  padding: 10px;
  width: 100%;
  height: 230px;
  font-size: 15px;
}
button {
  font-size: 16px;
  width: 100%;
  padding: 10px;
  background-color: var(--rosado);
  color: white;
  border: 0;
  margin-top: 15px;
  border-radius: 40px;
  cursor: pointer;
}
#codigo {
  color: var(--rojo);
  font-weight: bold;
}
#seguridad {
  padding: 10px 5px 0px 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
}
#seguridad img {
  display: inline-block;
}
#seguridad #security_code {
  max-width: 80px;
}
.registrate {
  padding: 15px;
}
.registrate form {
  margin-top: 20px;
  display: flex;
  padding: 50px;
  border: 1 var(--grisbajo) solid;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #ccc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  margin: auto;
}
.registrate input {
  border-radius: 5px;
  border: 1px #d3d3d3 solid;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
}
/* modal */
.mascara,
.mascara2 {
  display: none;
  position: fixed;
  z-index: 1000;
  padding: 100px 10px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.8);
}
.contenidomodal {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
}
.contenidomodal h3 {
  color: var(--rosado);
  font-size: 24px;
  padding: 15px;
}
.contenidomodal p {
  padding: 15px;
  color: var(--gris);
}
.contenidomodal img {
  display: block;
  margin: auto;
  max-width: 200px;
}
.estructuramodal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cerrarmodal {
  cursor: pointer;
  color: red;
  font-size: 26px;
  transition: all 0.5s;
}
.cerrarmodal:hover {
  color: black;
}
.comentariopost {
  border-radius: 10px;
  border: 1px #ececec solid;
  background-color: var(--grisbajo);
  padding: 15px;
}
.respuesta {
  padding: 15px;
  margin-left: 20px;
}
.mostrarcomentarios {
  margin-bottom: 30px;
}
.btn_verde {
  cursor: pointer;
  padding: 10px 30px;
  color: white;
  background-color: var(--verde);
  border-radius: 40px;
  text-decoration: none;
  margin: 15px 0px;
  display: inline-block;
  transition: all 0.5s;
}
.btn_verde:hover {
  background-color: black;
}
.margen {
  padding: 10px;
}
.escribircomentario form {
  display: flex;
  flex-direction: column;
}
.videocurso {
}
.descripcionvideo {
  background-color: var(--grisbajo);
  padding: 15px;
  border-radius: 10px;
}
.descripcionvideo h2 {
  padding: 15px 0px;
}
.iconoreloj {
  border-radius: 50%;
  background-color: var(--rosado);
  color: white;
  width: 30px;
  height: 30px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iconodata {
  border-radius: 50%;
  background-color: var(--verde);
  color: white;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
