@charset "UTF-8";
@font-face {
  font-family: "Roc Grotesk";
  src: url("../fonts/RocGrotesk_Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roc Grotesk";
  src: url("../fonts/RocGrotesk_ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Roc Grotesk";
  src: url("../fonts/RocGrotesk_Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roc Grotesk";
  src: url("../fonts/RocGrotesk_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roc Grotesk";
  src: url("../fonts/RocGrotesk_Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roc Grotesk";
  src: url("../fonts/RocGrotesk_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roc Grotesk";
  src: url("../fonts/RocGrotesk_ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
body {
  font-family: "Roc Grotesk", sans-serif !important;
  font-weight: 400;
}

.menu-home nav ul li a {
  font-family: "Roc Grotesk", sans-serif !important;
}

.texto-azul h3 {
  margin: 0;
  padding: 0;
}

.redes ul li a {
  width: 30px !important;
  height: 30px !important;
  background-color: #fff;
  border-radius: 50%;
}
.redes ul li a span svg {
  fill: #4242FF !important;
}
.redes ul li a:hover {
  background-color: #000;
}
.redes ul li a:hover span svg {
  fill: #fff !important;
}

#lost-container h3,
#custom-login-form h3 {
  font-weight: 500;
  font-size: clamp(20px, 4vw, 30px);
  text-align: center;
  color: #363636;
}
#lost-container .form-group,
#custom-login-form .form-group {
  margin-bottom: 30px;
}
#lost-container .form-group label,
#custom-login-form .form-group label {
  margin-bottom: 10px;
  color: #363636;
}
#lost-container .flex,
#custom-login-form .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#lost-container .flex label,
#custom-login-form .flex label {
  margin: 0;
}
#lost-container .flex a,
#custom-login-form .flex a {
  color: #4242FF !important;
}
#lost-container .flex a:hover,
#custom-login-form .flex a:hover {
  color: #00278E !important;
}
#lost-container .btn-med,
#custom-login-form .btn-med {
  background-color: #4242FF !important;
  width: 100%;
  color: #fff !important;
  border: 0;
  border-radius: 50px;
  padding: 13px;
}
#lost-container .btn-med:hover,
#custom-login-form .btn-med:hover {
  background-color: #00278E !important;
  color: #fff !important;
}
#lost-container .form-group-registro,
#custom-login-form .form-group-registro {
  padding-top: 2rem;
}
#lost-container .form-group-registro p,
#custom-login-form .form-group-registro p {
  text-align: center;
  margin: 0;
}
#lost-container .form-group-registro p a,
#custom-login-form .form-group-registro p a {
  color: #4242FF;
}
#lost-container .form-group-registro p a:hover,
#custom-login-form .form-group-registro p a:hover {
  color: #00278E;
}
#lost-container a,
#custom-login-form a {
  color: #4242FF;
}
#lost-container a:hover,
#custom-login-form a:hover {
  color: #00278E;
}

.user-logged-in p {
  text-align: center;
}
.user-logged-in p a {
  color: #4242FF;
}

.formulario-registro {
  padding: 0 !important;
}
.formulario-registro input[type=date],
.formulario-registro input[type=email],
.formulario-registro input[type=number],
.formulario-registro input[type=password],
.formulario-registro input[type=search],
.formulario-registro input[type=tel],
.formulario-registro input[type=text],
.formulario-registro input[type=url],
.formulario-registro select, .formulario-registro textarea {
  border: 1px solid #dbdbdb;
  height: 42px;
}
.formulario-registro .form-control:focus {
  box-shadow: none !important;
}
.formulario-registro .texto-termino {
  height: 150px;
  overflow-y: scroll;
  padding-right: 30px;
}
.formulario-registro .btn-med {
  background-color: #4242FF;
  width: 100%;
  color: #fff !important;
  border: 0;
  border-radius: 50px;
  padding: 13px;
  max-width: 250px;
}
.formulario-registro .btn-med:hover {
  background-color: #00278E !important;
  color: #fff !important;
}
.formulario-registro a {
  color: #4242FF;
}
.formulario-registro a:hover {
  color: #00278E;
}

/* Para el dashboard y sus secciones */
.tutor-wrap,
.tutor-dashboard-content,
.tutor-dashboard-content-inner {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* Para páginas de curso, perfiles, etc. */
.tutor-single-course,
.tutor-single-lesson,
.tutor-root {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.contenido-modal {
  padding: 40px 20px 20px;
}
.contenido-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  color: #000 !important;
  font-size: 29px;
  border: none !important;
}
.contenido-modal .close:focus, .contenido-modal .close:hover {
  background-color: #fff !important;
  color: #4242FF !important;
}

[type=button], [type=submit], button {
  color: #4242FF !important;
  border: 1px solid #4242FF !important;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
  background-color: #4242FF !important;
  color: #fff !important;
}/*# sourceMappingURL=estilos.css.map */