@font-face {
  font-family: 'Roboto-light';
  src: url('../Fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-regular';
  src: url('../Fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-bold';
  src: url('../Fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Vietnam';
  src: url('../Fonts/BeVietnamPro-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Vietnam-bold';
  src: url('../Fonts/BeVietnamPro-Bold.ttf') format('truetype');
}

:root {
  --dark-blue: rgb(35, 61, 77);
  --white: #FFFFFF;
  --pink: rgb(165, 127, 164);
  --yellow: rgb(252, 202, 72);
  --roboto-light: 'Roboto-light' , sans-serif;
  --roboto-regular: 'Roboto-regular' , sans-serif;
  --roboto-bold: 'Roboto-bold' , sans-serif;
  --vietnam: 'Vietnam' , sans-serif;
  --vietnam-bold: 'Vietnam-bold' , sans-serif;
  --max-width: 1366px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--white);
  font-family: var(--roboto-regular) !important;
  box-sizing: border-box;
  border: 0;
  margin: 0;
}

#itemAcerca, #itemConsultas {
  border-bottom: 6px solid rgba(128, 128, 128, .2);
}
.font-bold-vietnam {
  position: relative;
  border-bottom: none !important;
}
.font-bold-vietnam img {
  position: absolute;
  bottom: -18px;
  right: calc(50% - 7px);
  width: 10px;
  height: 10px;
}
.puntoMenu {
  width: 10px;
  height: 10px;
}
.font-bold-vietnam a {
  font-family: var(--vietnam-bold);
}
.hide {
  display: none !important;
}
.text-light {
  font-family: var(--roboto-light);
}
.text-bold {
  font-family: var(--vietnam-bold);
}

.footer {
  display: block;
  padding: 48px 12px;
  max-height: 350px;
  background-color: var(--dark-blue);
  color: #FFFFFF;
  text-align: center;
}
.footer-content,
.footer-copyright {
  max-width: 400px;
  margin: 0 auto;
}
.footer-content {
  margin-bottom: 24px;
}
.footer-copyright::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  max-width: 400px;
  top: 0;
  left: 0;
  background-color: var(--white);
}
.footer-info,
.footer-contact,
.footer-social,
.footer-copyright {
  position: relative;
  padding: 12px 0;
}

.footer-info div {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 16px;
}
.footer-info div .logo-cocrea {
  max-width: 150px;
}
.footer-info div .logo-semaforo {
  max-width: 105px;
}
.footer-social img {
  width: 32px;
}
.footer-social a:first-of-type {
  margin-right: 16px;
}

@media (min-width: 992px) {
  .footer {
    /* padding: 80px 24px 48px; */
  }
  .footer-content {
    max-width: 1366px;
    margin: 0 auto 40px;
  }
  .footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-contact {
    font-size: 20px;
  }
  .footer-contact p {
    max-width: 180px;
    text-align: left;
    margin: 0 auto;
  }
  .footer-copyright {
    max-width: 400px;
    margin: 0 auto;
  }
  .footer-info {
    width: 100%;
    max-width: 30%;
  }
  .footer-info div {
    justify-content: start;
  }
  .footer-info div .logo-cocrea {
    margin-right: 20px;
  }
  .footer-info p {
    text-align: left;
  }
  .footer-contact,
  .footer-social {
    width: 100%;
    max-width: 30%;
  }
}














.span-verde {
  color: #00cc83;
}

.custom-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.button-whastapp {
  position: fixed;
  right: 0;
  bottom: 10;
  justify-content: flex-end;
  border: 1px solid white;
  border-radius: 25px;
  width: auto;
  padding: 5px 5px 5px 20px;
  background-color: black;
}
@media only screen and (min-width: 768px) {
  .button-whastapp {
    right: 60;
    bottom: 20;
  }
}

.custom-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.container_btn-verde {
  width: 240px;
  text-align: right;
  margin-top: 32px;
}
.btn-verde {
  position: relative;
  font-size: 18px !important;
  font-family: var(--vietnam-bold) !important;
  background-color: #FCCA46 !important;
  color: #233D4D !important;
  border-radius: 40px !important;
  padding-left: 60px;
  overflow: visible !important;
  z-index: 2 !important;
}
.btn-verde::before {
  position: absolute;
  content: '';
  width: 56px;
  height: 56px;
  background-color: #FCCA46;
  left: -52px;
  top: 0px;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  z-index: 0 !important;
}
.btn-verde::before:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.btn-verde::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #FE7F2D;
  left: -30px;
  top: 22px;
  border-radius: 50%;
}

.btn-login {
  text-transform: none !important;
}

.contenedor-bienvenida-categorias {
  background-color: #FFF;
  padding: 45px 20px;
}
@media only screen and (min-width: 1000px) {
  .contenedor-bienvenida-categorias {
    padding: 45px 72px;
  }
}

.contenedor-bienvenida-entrenamientos {
  position: relative;
  width: 100%;
  max-width: 1366px;
  height: 700px;
  padding: 45px 40px;
}
@media only screen and (min-width: 800px) {
  .contenedor-bienvenida-entrenamientos {
    padding: 45px 72px;
  }
}

.contenedor-bienvenida-entrenamientos__imagen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -10;
}

.entrenamientos_lista {
  position: relative !important;
  width: auto !important;
}

.entrenamientos {
  position: relative;
  height: 175px;
}
@media only screen and (min-width: 800px) {
  .entrenamientos {
    display: flex;
    justify-content: center;
  }
}
.entrenamientos__titulo {
  max-width: 100%;
  font-size: 300%;
  font-weight: bold;
  line-height: 65px;
}
@media only screen and (max-width: 800px) {
  .entrenamientos__titulo {
    font-size: 150%;
    line-height: 1.5;
  }
}
.entrenamientos__contenedor-informacion {
  position: relative;
  width: 100%;
  max-width: 1366px !important;
  height: auto;
  line-height: 1.5;
  overflow: hidden;
  background-color: #1C1B1B !important;
  color: white;
  display: flex;
  flex-direction: row;
  padding: 80px;
}
@media only screen and (max-width: 800px) {
  .entrenamientos__contenedor-informacion {
    flex-direction: column;
  }
}
.entrenamientos__contenedor-texto-informacion {
  display: flex;
  flex-direction: column;
  padding-right: 4rem !important;
}
@media only screen and (max-width: 800px) {
  .entrenamientos__contenedor-texto-informacion {
    padding-right: 0 !important;
  }
}
.entrenamientos__titulo-informacion {
  font-weight: bold;
  font-size: 350%;
  line-height: 60px;
}
@media only screen and (max-width: 800px) {
  .entrenamientos__titulo-informacion {
    font-size: 150%;
    line-height: 1.2;
  }
}
.entrenamientos__descripcion-informacion {
  font-size: 130%;
}
.entrenamientos__link {
  font-weight: bold;
  font-size: 250%;
  line-height: 60px;
  margin-top: auto;
}
@media only screen and (max-width: 800px) {
  .entrenamientos__link {
    font-size: 150%;
    line-height: 1.2;
    padding-bottom: 100px;
  }
}
.entrenamientos__contenedor-decoracion {
  align-items: center;
  display: flex;
}
.entrenamientos__titulo-formulario {
  color: #00cc83;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 200%;
}
.entrenamientos__carrusel {
  display: flex;
}
.entrenamientos__carrusel-vacio {
  border: 1px solid;
  border-color: #00cc83;
}
.entrenamientos__contenedor-carrusel {
  padding: 0 !important;
}
.entrenamientos__contenedor-carrusel-debajo {
  padding-bottom: 400px !important;
}

.contenedor-bienvenida-informacion {
  position: relative;
  width: 100%;
  height: auto;
  padding: 100px 0 0 0;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (min-width: 736px) {
  .contenedor-bienvenida-informacion {
    height: 598px;
    padding: 200px 0 0 0;
  }
}

.contenedor-bienvenida-informacion__imagen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -10;
}

.contenedor-pagina {
  position: relative;
  width: 100%;
  /* max-width: 1366px !important; */
  height: auto;
  padding: 0 0 120px 0 !important;
  box-sizing: content-box !important;
  background-color: #fff;
  line-height: 1.5;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .contenedor-pagina {
    padding: 0 !important;
  }
}

.contenedor-pagina-debajo {
  position: relative;
  width: 100%;
  /* max-width: 1366px; */
  margin-right: auto;
  margin-left: auto;
}

.login-form {
  margin: 0;
}

.login__contenido .login-input {
  color: white !important;
  border: 1px solid #233D4D !important;
  border-radius: 16px !important;
  padding-left: 20px !important;
  margin-top: 20px !important;
}

.login-input:focus {
  color: #233D4D !important;
}

.navegacion {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  background-color: #1C1B1B;
  font-family: "Source Sans Pro", sans-serif !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100px;
  padding: 1rem 0 1rem 0;
}
@media only screen and (min-width: 800px) {
  .navegacion {
    padding: 2rem 0 2rem 0;
  }
}
.navegacion__logo {
  width: 200px;
}
@media only screen and (orientation: landscape) {
  .navegacion__logo {
    width: 100%;
    max-width: 140px;
  }
}

.navegacion-contenedor-boton a {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.navegacion-contenedor-boton a img {
  margin-right: 8px;
}
.navegacion-contenedor-boton__enlace {
  color: #233D4D !important;
  font-family: var(--vietnam-bold);
  padding: 0.5rem 0 0 0;
  font-size: 20px !important;
}
.navegacion-contenedor-desplegable {
  width: 30%;
  margin-left: auto !important;
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  justify-content: left;
  align-items: center;
}
@media only screen and (orientation: landscape) {
  .navegacion-contenedor-desplegable {
    width: 17%;
  }
}
.navegacion-contenedor-desplegable__enlace {
  color: #233D4D !important;
  padding: 8px;
  font-size: 20px !important
}
@media only screen and (orientation: landscape) {
  .navegacion-contenedor-desplegable__enlace {
    font-size: 80%;
  }
}
.navegacion-contenedor-desplegable__enlace-submenu {
  color: gray !important;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif !important;
  padding: 0.5rem 0.5rem 0.5rem 0;
  font-size: 75%;
}
@media only screen and (orientation: landscape) {
  .navegacion-contenedor-desplegable__enlace-submenu {
    font-size: 80%;
  }
}
.navegacion-contenedor-desplegable__ultimo-enlace {
  margin-right: 0 !important;
}
@media screen and (min-width: 878px) {
  .navegacion-contenedor-desplegable__ultimo-enlace {
    margin-right: 30px !important;
  }
}

.navegacion-contenedor-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 1rem 0 1rem;
}
@media only screen and (min-width: 800px) {
  .navegacion-contenedor-logo {
    padding: 0 2rem 0 2rem;
  }
}

.navegacion-transparente {
  background-color: transparent !important;
}

.bienvenida-logo {
  width: 30%;
  background-color: white;
  margin-left: auto;
  margin-right: 0;
  height: 47px;
}
@media only screen and (orientation: landscape) {
  .bienvenida-logo {
    width: 17%;
  }
}

.bienvenida-mensaje {
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 200px;
  width: 50%;
  padding: 0 0 0 40px;
  display: block;
  text-align: left;
}
@media only screen and (orientation: portrait) {
  .bienvenida-mensaje {
    position: initial;
    width: 100%;
    margin-top: 30px;
    padding: 0 10px 0 10px;
    text-align: center;
  }
}
.bienvenida-mensaje__titulo {
  max-width: 100%;
  font-size: 30px;
  font-weight: bold;
  line-height: 65px;
}
@media only screen and (min-width: 800px) {
  .bienvenida-mensaje__titulo {
    font-size: 48px;
  }
}
@media only screen and (max-height: 500px) {
  .bienvenida-mensaje__titulo {
    font-size: 200%;
  }
}

.seccion-encabezado {
  display: block !important;
  color: white;
}
@media only screen and (orientation: portrait) {
  .seccion-encabezado {
    /*position: initial;*/
    position: absolute;
    width: 100%;
  }
}
.seccion-encabezado__titulo {
  font-weight: bold;
  line-height: 1;
  font-size: 200%;
  padding-right: 10px;
  margin-bottom: 0;
}
@media only screen and (orientation: portrait) {
  .seccion-encabezado__titulo {
    text-align: center;
    padding: 20px 0;
  }
}
@media only screen and (orientation: landscape) {
  .seccion-encabezado__titulo {
    font-size: 280%;
  }
}
.seccion-encabezado__titulo .fondo-turquesa {
  height: 35px;
}
@media only screen and (min-width: 800px) {
  .seccion-encabezado__titulo .fondo-turquesa {
    height: 50px;
  }
}
.seccion-encabezado__subtitulo {
  font-size: 100%;
  line-height: 30px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif !important;
}
@media only screen and (min-width: 800px) {
  .seccion-encabezado__subtitulo {
    font-size: 145%;
    text-align: start;
  }
}

.contenedor-bienvenida-fondo {
  /*border: thin solid rgba(255, 255, 255, 0.5);*/
  width: 60%;
  height: 100%;
  float: right;
  top: 0;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.imagen-bienvenida-fondo {
  width: 100%;
  position: absolute;
  top: -200;
  bottom: 0;
  filter: brightness(0.5);
}

.contenedor-pagina-debajo-seccion {
  width: 100%;
  max-width: 1366px;
  padding: 0 0px 70px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
@media only screen and (min-width: 736px) {
  .contenedor-pagina-debajo-seccion {
    padding: 0 0 60px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .contenedor-pagina-debajo-seccion .contenedor-bienvenida-figuras div:first-child {
    text-align: end;
    margin-right: 75px;
  }
  .contenedor-pagina-debajo-seccion .contenedor-bienvenida-figuras .contenedor-figuras {
    text-align: start;
  }
}

.bienvenida-titulo-1 {
  max-width: 100% !important;
  position: relative;
  color: white;
}
@media only screen and (orientation: portrait) {
  .bienvenida-titulo-1 {
    top: unset;
  }
}

.bienvenida-titulo-2 {
  max-width: 100% !important;
  position: relative;
  color: white;
  text-align: start;
}
@media only screen and (orientation: portrait) {
  .bienvenida-titulo-2 {
    top: unset;
  }
}

@media not screen and (min-width: 485px) {
  .contenedor-bienvenida-titulo {
    display: block;
  }
  @media not screen and (max-height: 500px) {
    .contenedor-bienvenida-titulo {
      position: relative;
      /*top: 40%;*/
      /*margin-right: -50%;*/
    }
  }
}

.contenedor-interno-seccion-encabezado {
  display: flex;
}
@media only screen and (orientation: portrait) {
  .contenedor-interno-seccion-encabezado {
    display: block;
    width: -webkit-fill-available;
  }
}

.contenedor-bienvenida-titulo-categorias__elemento {
  padding: 0 0 25px 0px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}
@media only screen and (min-width: 800px) {
  .contenedor-bienvenida-titulo-categorias__elemento {
    padding: 0 0 25px 70px;
    font-size: 50px;
  }
}

.contenedor-bienvenida-titulo-categorias__descripcion {
  max-width: 380px;
  padding: 10px 0 0 0;
  font-size: 20px;
  line-height: 1;
  color: #000;
}
@media only screen and (min-width: 800px) {
  .contenedor-bienvenida-titulo-categorias__descripcion {
    padding: 10px 0 0 70px;
    font-size: 16px;
  }
}

.contenedor-bienvenida-titulo-categorias {
  padding-bottom: 30px;
}
@media only screen and (orientation: portrait) {
  .contenedor-bienvenida-titulo-categorias {
    flex-direction: column;
    padding-bottom: 0;
  }
}
@media not screen and (min-width: 485px) {
  .contenedor-bienvenida-titulo-categorias {
    flex-direction: column;
    padding-bottom: 0;
  }
}

.contenedor-bienvenida-titulo-entrenamientos {
  width: auto;
  margin: 0 120px 40px 120px !important;
  padding: 200px 0 0 0;
  justify-content: right;
}
@media only screen and (max-width: 800px) {
  .contenedor-bienvenida-titulo-entrenamientos {
    margin: 0 0 40px 40px !important;
    padding: 150px 0 0 0;
  }
}

.entrenamientos-titulo-2 {
  max-width: 100% !important;
  position: relative;
  color: white;
  text-align: right;
}
@media only screen and (orientation: portrait) {
  .entrenamientos-titulo-2 {
    top: unset;
  }
}

.contenedor-seccion-encabezado-con-imagen {
  position: relative;
  width: 100%;
  max-width: 1366px;
  height: 710px;
  margin-bottom: 100px;
  background-color: #fff;
  z-index: 0;
}

.territorios-oportunidad {
  display: none !important;
  width: 100%;
  max-width: 1366px;
  margin: 80px auto;
  text-align: center;
}
.territorios-oportunidad p {
  font-size: 28px;
  font-weight: bold;
}
.territorios-oportunidad form div {
  display: inline-block;
  margin-right: 80px;
}
.territorios-oportunidad label {
  font-size: 25px;
  font-weight: bold;
  color: #6c757d;
}
.territorios-oportunidad input {
  width: 25px;
  height: 25px;
}

.contenedor-seccion-encabezado-success {
  height: 585px;
}
@media only screen and (max-width: 800px) {
  .contenedor-seccion-encabezado-success {
    height: 55%;
  }
}

.contenedor-seccion-encabezado {
  padding: 180px 0px 0 20px;
}
@media only screen and (min-width: 800px) {
  .contenedor-seccion-encabezado {
    padding: 220px 0px 0 100px;
  }
}

.consultas-logo5t {
  width: 60px;
  position: absolute;
  bottom: -280;
  right: 10px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 553px) {
  .consultas-logo5t {
    bottom: -177;
  }
}
@media only screen and (min-width: 800px) {
  .consultas-logo5t {
    width: 70px;
    bottom: -132px;
    right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .consultas-logo5t {
    width: 80px;
    bottom: -134px;
    right: 80px;
  }
}

.contenedor-seccion-encabezado__subtitulo {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 20px;
  font-size: 200%;
  font-weight: bold;
  line-height: 50px;
  color: #1C1B1B;
}
@media only screen and (min-width: 800px) {
  .contenedor-seccion-encabezado__subtitulo {
    padding-left: 100px;
    font-size: 280%;
  }
}
.contenedor-seccion-encabezado__subtitulo span {
  color: #00cc83;
}

.fondo-realizar-consulta {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 600px;
  object-fit: cover;
  z-index: -10;
}

.fondo-success {
  width: 100%;
  height: unset;
}
@media only screen and (max-width: 800px) {
  .fondo-success {
    height: 100%;
    object-fit: cover;
  }
}

.bienvenida-subtitulo {
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  align-items: flex-end;
  display: block;
  position: absolute;
  text-align: center;
  width: 50%;
}
@media only screen and (orientation: portrait) {
  .bienvenida-subtitulo {
    padding: 10vw;
  }
}
.bienvenida-subtitulo__texto {
  max-width: 100%;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif !important;
}
@media only screen and (orientation: portrait) {
  .bienvenida-subtitulo__texto {
    font-size: 15px;
  }
}

.categorias-espacio-boton {
  /*height: calc(5vmax + 10px);*/
  height: 5vmax;
  width: 100%;
  background-color: #1C1B1B;
}

.bienvenida-contenedor-boton {
  position: relative;
  width: 326px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0px 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: 2px solid #00cc83;
}
@media only screen and (min-width: 485px) {
  .bienvenida-contenedor-boton {
    width: 410px;
  }
}
@media only screen and (min-width: 800px) {
  .bienvenida-contenedor-boton {
    width: 480px;
    margin: 0 0 0 135px;
    padding: 12px 0px;
  }
}

.bienvenida-boton-y-label {
  color: #00cc83;
  box-sizing: content-box;
}
@media only screen and (max-width: 300px) {
  .bienvenida-boton-y-label {
    line-break: anywhere;
  }
}
.bienvenida-boton-y-label__titulo {
  margin: 0 !important;
  padding: 2px 10px 2px 20px;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (min-width: 485px) {
  .bienvenida-boton-y-label__titulo {
    font-size: 25px !important;
  }
}

.bienvenida-boton {
  /*@media only screen and (orientation: landscape) {
  	top: 27vmax;
  }
     top: 60vmax;*/
  /*height: 166px;*/
  box-sizing: content-box;
  display: flex;
  justify-content: flex-end;
  margin-right: 0px;
}

.bienvenida-informacion__titulo {
  padding: 25px 25px 15px 25px;
  font-size: 140%;
  line-height: 1.2;
  font-weight: bold;
}
.bienvenida-informacion__contenido {
  padding: 0 25px 25px 25px;
  font-size: 100%;
  font-weight: 100;
  color: gray;
}
.bienvenida-informacion__boton {
  padding: 0px 15px 25px;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 736px) {
  .bienvenida-informacion__boton {
    font-size: 25px;
    padding: 0px 15px;
    text-align: end;
  }
}
@media only screen and (min-width: 1060px) {
  .bienvenida-informacion__boton {
    font-size: 32px;
    padding: 0px 25px;
  }
}
@media only screen and (min-width: 1320px) {
  .bienvenida-informacion__boton {
    font-size: 32px;
    padding: 0px 150px;
  }
}
.bienvenida-informacion__boton a {
  color: #00cc83 !important;
}

.bienvenida-categorias__titulo {
  position: relative;
  padding: 25px 0 35px 0;
  font-size: 140%;
  line-height: 1.2;
  font-weight: bold;
  color: #00cc83 !important;
}
.bienvenida-categorias__titulo p {
  margin-right: 100px;
}
@media only screen and (min-width: 800px) {
  .bienvenida-categorias__titulo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.bienvenida-categorias__contenido {
  padding: 0 0 25px 0px;
  font-size: 17px;
  font-weight: 100;
  color: gray;
}
.bienvenida-categorias__elemento {
  flex: 1 1 50%;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 40px 10px 0;
}
.bienvenida-categorias__elemento a {
  color: black !important;
}
.bienvenida-categorias__boton {
  background-color: transparent;
  border: 0;
  font-size: 30px;
  /*padding: 0 25px 25px 25px;
  font-weight: bold;
  font-size: 90%;
  text-transform: uppercase;
  & a {
  	color: white !important;
  }*/
}
.bienvenida-categorias__contenedor_categorias {
  display: flex;
  height: 230px;
  margin: 1px;
  overflow: hidden;
  white-space: nowrap;
  /*will change this to hidden later to deny scolling to user*/
  scroll-behavior: auto;
  scroll-behavior: smooth;
}
.bienvenida-categorias__caja_categoria {
  display: inline-block;
  height: 210px !important;
  background-color: #F2F2F2;
  margin: 0 10px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
}
@media only screen and (orientation: portrait) {
  .bienvenida-categorias__caja_categoria {
    flex-basis: 50%;
  }
}
.bienvenida-categorias__caja_imagen_categoria {
  display: flex;
  width: 100%;
  height: 170px;
}
.bienvenida-categorias__imagen_categoria {
  width: 100%;
  object-fit: cover;
}
.bienvenida-categorias__titulo_categoria {
  font-size: 15px;
  font-weight: bold;
  padding: 8px 10px;
  color: black;
  white-space: normal;
}
@media only screen and (min-width: 800px) {
  .bienvenida-categorias__titulo_categoria {
    font-size: 20px;
  }
}

.contenedor-cita {
  color: white;
  padding: 20px 80px;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .contenedor-cita {
    padding: 2rem 2rem 4rem 2rem;
  }
}

.cita-titulo {
  font-size: 2vmax;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}
@media only screen and (orientation: landscape) {
  .cita-titulo {
    /*font-size: 1.1vmax;*/
    font-size: 24px;
  }
}

.cita-subtitulo {
  font-size: 1.6vmax;
  padding-left: 10px;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (orientation: landscape) {
  .cita-subtitulo {
    /*font-size: 1vmax;*/
    font-size: 20px;
  }
}
@media only screen and (min-width: 800px) {
  .cita-subtitulo {
    text-align: center;
  }
}

.acerca-de {
  padding: 1.5rem;
  background-color: white;
  color: black !important;
}
@media only screen and (min-width: 800px) {
  .acerca-de {
    padding: 2.5rem 4.5rem;
  }
}
.acerca-de__titulo {
  padding: 0.5rem 0;
  color: #00cc83;
  font-weight: bold;
  text-transform: uppercase;
}
.acerca-de__subtitulo {
  color: #00cc83;
  font-weight: bold;
  line-height: 1.2;
  margin: 10px 0 20px;
  text-align: center;
  padding: 1rem;
}
.acerca-de__imagen {
  width: 80%;
}

.acerca-de-imagen {
  display: flex;
  justify-content: center;
  align-items: center;
}

.acerca-de-cuerpo {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 100%;
  color: black;
}
.acerca-de-cuerpo h4, .acerca-de-cuerpo h5 {
  color: #00cc83;
  font-weight: bold;
  text-transform: uppercase;
}

.acerca-de-boton {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 100%;
  text-transform: uppercase;
}

.terminos-y-condiciones {
  padding: 1.5rem;
  background-color: white;
  min-height: 90%;
  color: black !important;
}
@media only screen and (min-width: 800px) {
  .terminos-y-condiciones {
    padding: 2.5rem 4.5rem;
  }
}
.terminos-y-condiciones__titulo {
  padding: 0.5rem 0;
  color: #00cc83;
  font-weight: bold;
  text-transform: uppercase;
}
.terminos-y-condiciones__subtitulo {
  color: #00cc83;
  font-weight: bold;
  line-height: 1.2;
  margin: 10px 0 20px;
  text-align: center;
  padding: 1rem;
}
.terminos-y-condiciones__imagen {
  width: 80%;
}

.terminos-y-condiciones-imagen {
  display: flex;
  justify-content: center;
  align-items: center;
}

.terminos-y-condiciones-cuerpo {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 100%;
  color: black;
}
.terminos-y-condiciones-cuerpo h4, .terminos-y-condiciones-cuerpo h5 {
  color: #00cc83;
  font-weight: bold;
  text-transform: uppercase;
}

.terminos-y-condiciones-boton {
  background-color: #00cc83 !important;
  color: white !important;
  padding: 0.5rem !important;
  font-size: 100% !important;
  font-weight: bold !important;
  margin: auto !important;
  display: block !important;
  width: 80%;
}

.formulario-informacion {
  background: white;
  padding: 72px;
  color: black;
}
.formulario-informacion h4 {
  font-weight: bold;
  font-size: 100%;
}
@media only screen and (min-width: 800px) {
  .formulario-informacion h4 {
    font-size: 130%;
  }
}
.formulario-informacion ol {
  font-size: 90%;
  padding-left: 20px;
  padding-right: 0;
}
@media only screen and (min-width: 800px) {
  .formulario-informacion ol {
    font-size: 120%;
  }
}
.formulario-informacion__texto-tachado {
  color: red;
  text-decoration: line-through;
}
.formulario-informacion__texto-resaltado {
  color: #00cc83;
}

.formulario-cliente {
  background: white;
  border: thin solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  margin: auto;
  max-width: 1020px;
}
.formulario-cliente__boton-enviar {
  transform: translateY(-30px);
  height: auto;
  background-color: #00cc83 !important;
  color: white !important;
  /*padding: 1rem 2.4rem;*/
  font-size: 120% !important;
  font-weight: bold !important;
  /*margin:auto !important;*/
  /*margin: 0 20px;*/
  margin: 0 !important;
  display: block !important;
  width: auto;
}

.formulario-cliente-titulo {
  color: black;
  margin: 10px 0 20px;
  font-weight: bold;
  font-size: 100%;
  text-transform: none;
}
@media only screen and (min-width: 800px) {
  .formulario-cliente-titulo {
    font-size: 50px;
  }
}

.col-6, .col-md-6 {
  padding-left: 0px !important;
}

.contenedor-seccion_cuerpo {
  width: 100%;
  max-width: 1366px;
  padding-left: 20px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.contenedor-seccion_cuerpo .formularioCliente_tabla #button-pagar {
  padding: 0;
  background-color: transparent !important;
  box-shadow: none;
}
.contenedor-seccion_cuerpo .formularioCliente_tabla #button-pagar img {
  max-width: 250px;
}
@media only screen and (min-width: 890px) {
  .contenedor-seccion_cuerpo {
    padding-left: 100px;
    padding-bottom: 40px;
  }
}

.formularioCliente {
  width: 100%;
  margin-bottom: 100px;
}
@media only screen and (min-width: 890px) {
  .formularioCliente {
    display: flex;
  }
}

.formularioCliente_texto {
  display: flex;
}

.formularioCliente_formulario {
  width: 100%;
}
.formularioCliente_formulario .item-explicacion {
  margin-bottom: 80px;
}
.formularioCliente_formulario .formulario_campos {
  margin-bottom: 60px;
}
.formularioCliente_formulario .formulario_campos input,
.formularioCliente_formulario .formulario_campos-info input,
.formularioCliente_formulario .formulario_campos-info textarea,
.formularioCliente_subcategoria .categorias div .custom-select {
  border-radius: 0px;
  border: none;
  border-bottom: 3px solid #ced4da;
}
.formularioCliente_formulario .formulario_campos input:focus,
.formularioCliente_formulario .formulario_campos-info input:focus,
.formularioCliente_formulario .formulario_campos-info textarea:focus,
.formularioCliente_subcategoria .categorias div .custom-select:focus {
  border-bottom: 3px solid rgb(35, 61, 77, 0.6);
  box-shadow: none;
}
.formulario_campos {
  display: block;
}
@media only screen and (min-width: 890px) {
  .formulario_campos {
    display: flex;
    max-width: none;
  }
}

.formulario_campos div:nth-child(2) {
  margin-right: 30px;
}
@media only screen and (min-width: 890px) {
  .formulario_campos div:nth-child(2) {
    margin-right: 0;
  }
}

.formulario_campos div:first-child,
.formulario_campos div:nth-child(2) {
  margin-right: 30px;
}

.formulario_label {
  font-family: var(--roboto-bold);
  font-size: 16px;
  color: rgba(35, 61, 77, 0.8);
}

.md-textarea {
  height: 40px;
  max-height: 40px;
}

.formulario_campos-info {
  width: 100%;
  max-width: 400px;
  margin: 0 !important;
  padding: 0 !important;
  flex-direction: column;
}

.formularioCliente_texto {
  margin: 0 20px 40px 0;
}

.formularioCliente_texto div:first-child {
  margin-right: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 80px;
  font-weight: bold;
  color: #00cc83;
}

.formularioCliente_categoria {
  display: block;
  width: 100%;
  margin-bottom: 100px;
}
@media only screen and (min-width: 800px) {
  .formularioCliente_categoria {
    display: flex;
  }
}

.formularioCliente_subcategoria div:first-child {
  margin-bottom: 120px;
}
.formularioCliente_subcategoria .categorias {
  display: flex;
  justify-content: space-between;
}
.formularioCliente_subcategoria .categorias div {
  width: 100%;
  max-width: 40%;
}

.formularioCliente .formulario_campos-info {
  max-width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.formularioCliente .formulario_campos-info div:first-child {
  width: 30%;
}
.formularioCliente .formulario_campos-info div:nth-child(2) {
  width: 60%;
}

.form-control {
  margin: 0.5rem 0px;
}

.form-control__inputPequeno {
  width: 260px;
  margin-right: 30px !important;
}

.form-control__inputMediano {
  width: 500px !important;
}

.form-control__inputGrande {
  width: 400px;
}

.resumen {
  width: 100%;
  display: block;
}

.resumen_formulario {
  display: block;
}
.resumen_formulario .resumen1 p {
  margin-bottom: 4px;
}
.resumen .resumen_formulario > div,
.consultaTitle .resumen_formulario > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.resumen .resumen_formulario > div {
  justify-content: center;
}
.resumen .resumen_formulario > div .resumen1,
  .consultaTitle .resumen_formulario > div .resumen1 {
  width: 100%;
  max-width: 40%;
}
.consultaTitle .resumen_formulario > div .resumen1 .resumen_nombres {
  margin-bottom: 8px;
}
@media only screen and (min-width: 800px) {
  .resumen_formulario {
    display: flex;
    width: 100%;
  }
}

.resumen_formulario > div:first-child {
  margin: 0 50px 40px 0;
}
@media only screen and (min-width: 800px) {
  .resumen_formulario > div:first-child {
    margin-right: 50px;
  }
}

.resumen_formulario div:nth-child(2) {
  font-weight: 500;
  color: #000;
}
.resumen_formulario .resumen_nombres,
.resumen_formulario #agenda-direccion {
  font-family: var(--vietnam);
  color: rgba(35, 61, 77, 0.9);
  line-height: 1;
}
.tabla_contenedor {
  width: 100%;
  margin-bottom: 100px;
  padding: 40px 25px;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
}
.tabla_contenedor-img {
  background-image: url('../img/cocrea/fondo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tabla_contenedor-img section {
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 890px) {
  .tabla_contenedor {
    width: 80%;
  }
}

#dynamictable { 
  position: relative;
  display: block;
  height: auto;
}
#dynamictable .orangeC {
  color: #FE7F2D;
}
#dynamictable {
  font-family: var(--vietnam) !important;
}
#dynamictable table tbody tr th {
  width: 100px;
}
#dynamictable table td {
  border: 3px solid #233D4D;
}
#dynamictable table th {
  border: none;
}
@media (min-width: 900px) {
  #dynamictable {
    display: flex;
    height: 550px;
    background-color: transparent;
  }
}

.formulario-cliente-cuerpo {
  padding: 20px 32px;
}
.formulario-cliente-cuerpo__label {
  font-family: var(--roboto-bold);
  font-size: 16px;
  color: rgba(35, 61, 77, 0.8);
}
.formulario-cliente-cuerpo__span {
  background: #1C1B1B;
  padding-right: 10px;
}
.formulario-cliente-cuerpo__subtitle {
  color: #6c757d;
  text-transform: none;
  font-size: 100%;
}
@media only screen and (min-width: 800px) {
  .formulario-cliente-cuerpo__subtitle {
    font-size: 110%;
  }
}
.formulario-cliente-cuerpo__input-label {
  font-weight: bold;
  font-size: 100% !important;
}
@media only screen and (min-width: 800px) {
  .formulario-cliente-cuerpo__input-label {
    font-size: 130% !important;
  }
}

.formulario-cliente-terminos-y-condiciones__label {
  box-sizing: border-box !important;
  left: 0 !important;
  padding: 0 !important;
  display: initial !important;
  white-space: unset !important;
  overflow: unset !important;
  text-overflow: unset !important;
  position: relative !important;
  color: white;
  text-transform: none;
  font-size: 80% !important;
  font-weight: 400 !important;
}
@media only screen and (min-width: 800px) {
  .formulario-cliente-terminos-y-condiciones__label {
    font-size: 90%;
  }
}

.formulario-regalo {
  margin: 2rem;
}
.formulario-regalo__boton-enviar {
  /*position: absolute !important;
  left: 15%;
  bottom: 0;*/
  background-color: #00cc83 !important;
  color: white !important;
  /* padding: 1rem 2.4rem; */
  font-size: 100% !important;
  /* margin: auto !important; */
  /* margin: 0 20px; */
  margin: auto !important;
  display: block !important;
  width: 70%;
}

.formulario-regalo-cuerpo__label {
  color: #00cc83;
  width: 100%;
  margin: 10px 0 20px;
  font-weight: bold;
  font-size: 100%;
}
@media only screen and (min-width: 800px) {
  .formulario-regalo-cuerpo__label {
    font-size: 20px;
  }
}
.formulario-regalo-cuerpo__span {
  background: #1C1B1B;
  padding-right: 10px;
}
.formulario-regalo-cuerpo__subtitle {
  color: #6c757d;
  text-transform: none;
  font-size: 100%;
}
@media only screen and (min-width: 800px) {
  .formulario-regalo-cuerpo__subtitle {
    font-size: 110%;
  }
}
.formulario-regalo-cuerpo__input {
  color: white !important;
  padding-left: 15px;
  font-weight: bold;
  font-size: 100% !important;
}
@media only screen and (min-width: 800px) {
  .formulario-regalo-cuerpo__input {
    /*font-size: 130% !important;*/
  }
}
.formulario-regalo-cuerpo__input-label {
  color: white !important;
  padding-left: 15px;
  font-weight: bold;
  font-size: 100% !important;
}
@media only screen and (min-width: 800px) {
  .formulario-regalo-cuerpo__input-label {
    font-size: 130% !important;
  }
}

.formulario-regalo-cuerpo__input:focus {
  color: white !important;
}

.formulario-regalo-terminos-y-condiciones__label {
  box-sizing: border-box !important;
  left: 0 !important;
  padding: 0 !important;
  display: initial !important;
  white-space: unset !important;
  overflow: unset !important;
  text-overflow: unset !important;
  position: relative !important;
  color: white !important;
  text-transform: none;
  font-size: 80% !important;
  font-weight: 400 !important;
}
@media only screen and (min-width: 800px) {
  .formulario-regalo-terminos-y-condiciones__label {
    font-size: 90%;
  }
}

.md-form label:not(.formulario-regalo-cuerpo__input-label, .formulario-regalo-cuerpo__input-check) {
  padding-left: 15px;
}

.md-form label.active {
  -webkit-transform: translateX(-5px) translateY(-26px) scale(0.8) !important;
  transform: translateX(-5px) translateY(-26px) scale(0.8) !important;
}

.md-form .form-control {
  padding: 8px 20px !important;
}

.contenedor-titulo-seccion-encabezado {
  padding: 32px 32px 0 32px;
}
@media only screen and (orientation: portrait) {
  .contenedor-titulo-seccion-encabezado {
    text-align: center;
  }
}

.label-titulo-categorias {
  color: #00cc83;
  margin: 10px 0 20px;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 800px) {
  .label-titulo-categorias {
    font-size: 25px;
  }
}

.elemento-verde {
  color: #FFF;
}

.carrusel-entrenamientos__categoria {
  color: white;
  background-color: #00cc83;
  border-radius: 12px;
  padding: 2px 6px;
  width: fit-content;
  font-weight: 500;
  margin-bottom: 0;
}
.carrusel-entrenamientos__titulo {
  white-space: pre-wrap;
  color: black;
  line-height: 1.2;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (min-width: 800px) {
  .carrusel-entrenamientos__titulo {
    font-size: 24px;
  }
}
.carrusel-entrenamientos__fecha {
  color: #00cc83;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (min-width: 800px) {
  .carrusel-entrenamientos__fecha {
    font-size: 18px;
  }
}
.carrusel-entrenamientos__resumen {
  margin-bottom: 20px !important;
  overflow: scroll;
  overflow-x: hidden;
  height: 100px;
  color: gray;
  font-size: 16px;
}
@media only screen and (min-width: 800px) {
  .carrusel-entrenamientos__resumen {
    font-size: 18px;
  }
}

.login {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.login__contenedor-titulo {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .login__contenedor-titulo {
    width: 100%;
  }
}
.login__contenedor-controles {
  display: flex;
  align-items: center;
  min-height: unset;
  background-color: #FFF;
  flex: 1;
  overflow: unset;
  margin: 60px 0px 200px;
}
.login__contenedor-titulo {
  text-align: center;
}
.login__contenedor-titulo img {
  width: 100%;
  max-width: 450px;
}
.login__titulo {
  font-family: var(--vietnam-bold);
  font-size: 48px;
  font-weight: bold;
  color: #233D4D;
  text-align: center;
  padding: 1rem;
  margin: 0;
}
.login__contenido .login-input {
  color: #233D4D !important;
  width: 100%;
  max-width: 400px;
}
.login__contenido .login__label {
  font-family: var(--vietnam-bold) !important;
  color: #233D4D;
  font-size: 28px !important;
  padding-left: 0px !important;
}
.ingresar-mobile {
  display: none;
}

@media only screen and (min-width: 800px) {
  .login__titulo {
    padding: 2.5rem 4.5rem;
  }
}
.login__contenido {
  width: 50%;
  padding: 2rem;
  max-width: 1024px;
  margin: 0 auto;
}
@media only screen and (min-width: 800px) {
  .login__contenido {
    padding: 3.5rem 0 2.5rem 4.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .login__contenido {
    width: 100%;
  }
}

.datos-cliente-cita {
  background-image: url('../img/cocrea/fondo.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.asignar-cita__titulo {
  font-size: 25px;
  font-weight: bold;
  color: #00cc83;
  text-align: center;
  padding: 1rem;
  margin: 0 0 100px 0;
}
.asignar-cita__contenido {
  padding: 2rem;
}
@media only screen and (min-width: 800px) {
  .asignar-cita__contenido {
    padding: 2.5rem 4.5rem;
  }
}
.asignar-cita__label {
  color: #233D4D;
  width: 100%;
  border-bottom: 1px solid white;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.asignar-cita__span {
  font-family: var(--roboto-bold);
  color: #233D4D;
  border-bottom: 2px solid rgba(128, 128, 128, .8);
  font-weight: 500;
}
.asignar-cita__input {
  display: none;
}
.asignar-cita__p {
  font-weight: 500;
}
.asignar-cita__small {
  color: white;
}
.asignar-cita__check-label {
  color: #1C1B1B;
}
.asignar-cita__parametros-label {
  text-transform: uppercase;
  color: white;
}
.asignar-cita__boton-enviar {
  font-size: 100% !important;
  margin: auto !important;
  display: block !important;
  width: 100%;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.asignar-cita__boton-enviar img {
  max-width: 200px;
}
.asignar-cita__p {
  font-weight: 500;
}

.cita-grid {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.cita-grid__item {
  position: relative;
  width: 350px;
  height: 550px;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  margin-bottom: 10px;
}
.cita-grid__item .form-control {
  border-radius: 20px !important;
  border-color: #233D4D;
}
.cita-grid__item .form-control:focus {
  border-color: #233D4D;
  box-shadow: 0 2px 0 0 #233D4D;
}

@media (min-width: 1300px) {
  .cita-grid {
    justify-content: center;
    padding: 0;
    gap: 20px;
  }
}
.disponibilidad-horaria {
  height: 490px;
  overflow-x: hidden;
}
.disponibilidad-horaria__dia {
  margin-bottom: 15px;
}
.disponibilidad-horaria__dia > p:first-child {
  width: 180px;
  margin: 0;
}
.disponibilidad-horaria__dia span {
  font-size: 14px;
  margin-right: 30px;
  font-weight: 500;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/
.disponibilidad-horaria::-webkit-scrollbar,
.resultadosFranjaHoraria::-webkit-scrollbar {
  -webkit-appearance: none;
}

.disponibilidad-horaria::-webkit-scrollbar:vertical,
.resultadosFranjaHoraria::-webkit-scrollbar:vertical {
  width: 10px;
}

.disponibilidad-horaria::-webkit-scrollbar-button:increment,
.disponibilidad-horaria::-webkit-scrollbar-button,
.resultadosFranjaHoraria::-webkit-scrollbar-button:increment,
.resultadosFranjaHoraria::-webkit-scrollbar-button {
  display: none;
}

.disponibilidad-horaria::-webkit-scrollbar:horizontal,
.resultadosFranjaHoraria::-webkit-scrollbar:horizontal {
  height: 10px;
}

.disponibilidad-horaria::-webkit-scrollbar-thumb,
.resultadosFranjaHoraria::-webkit-scrollbar-thumb {
  background-color: #233D4D;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}

.disponibilidad-horaria::-webkit-scrollbar-track,
.resultadosFranjaHoraria::-webkit-scrollbar-track {
  border-radius: 10px;
}

.first-item {
  width: 460px;
}
.first-item .mb-3 {
  margin-bottom: 0 !important;
}

.flex {
  display: flex;
}
.flex > div:first-child {
  width: 190px;
  margin-right: 30px;
}
.flex > div:nth-child(2) {
  min-width: 185px;
}

.item-p {
  position: absolute;
  color: #233D4D;
  font-weight: 500;
  font-size: 20px;
  top: -40px;
  left: 0;
}

.dias-parrafo {
  margin-bottom: 5px;
  font-weight: 500;
}

.ocultar-input {
  visibility: hidden;
  position: absolute;
}

.disponibilidad__titulo {
  font-size: 25px;
  font-family: var(--vietnam-bold);
  color: #233D4D;
  text-align: center;
  padding: 1rem;
  margin: 0;
}
.disponibilidad__label {
  color: #233D4D;
  width: 100%;
  border-bottom: 1px solid white;
  line-height: 0.1em;
  margin: 10px 0 40px;
}
.disponibilidad__span {
  padding-right: 10px;
  font-family: var(--vietnam);
  font-size: 20px;
  border-bottom: 3px solid rgba(128, 128, 128, .6);
}
.disponibilidad__contenido {
  padding: 2rem;
}
#formCitas button {
  max-width: 450px;
  margin: 40px auto 0;
}
@media only screen and (min-width: 800px) {
  .disponibilidad__contenido {
    padding: 2.5rem 4.5rem;
  }
}

.admin__contenido {
  margin: 0;
  padding: 24px;
}
.admin__contenido button {
  font-size: 16px;
  padding: 10px 28px;
  margin-right: 60px;
  margin-left: 48px;
}
.admin__contenido button.btn-verde::before {
  width: 50px;
  height: 50px;
  left: -48px;
}
.admin__contenido button.btn-verde::after {
  left: -28px;
  top: 20px;
  width: 10px;
  height: 10px;
}
@media only screen and (min-width: 800px) {
  .admin__contenido {
    padding: 2.5rem 4.5rem;
  }
}
.admin__contenido label, .admin__contenido a {
  color: white !important;
}

.profesional__contenido {
  margin: 0;
  padding: 24px;
}
.profesional__contenido button {
  margin-left: 60px;
}
@media only screen and (min-width: 800px) {
  .profesional__contenido {
    padding: 2.5rem 4.5rem;
  }
}
.profesional__contenido label, .profesional__contenido a {
  color: #233D4D !important;
}

.historial-cita__contenido {
  margin: 0;
  padding: 24px;
}
.historial-cita__contenido button {
  margin-left: 52px;
}
@media only screen and (min-width: 800px) {
  .historial-cita__contenido {
    padding: 2.5rem 4.5rem;
  }
}
.historial-cita__contenido label, .historial-cita__contenido a {
  color: white !important;
}

.success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto" !important;
}

.success-contenido {
  display: flex;
  flex-direction: row;
  color: black;
  text-align: left;
  line-height: 1.5;
  font-size: 4vw;
  margin: 20px 0 20px 0;
  width: 80%;
}
@media only screen and (orientation: landscape) {
  .success-contenido {
    font-size: 110%;
  }
}
@media only screen and (max-width: 800px) {
  .success-contenido {
    flex-direction: column;
  }
}
.success-contenido__mensaje {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .success-contenido__mensaje {
    width: 100%;
    padding-bottom: 50px !important;
  }
}
.success-contenido__factura {
  display: flex;
  flex-direction: row;
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .success-contenido__factura {
    width: 100%;
  }
}
.success-contenido__factura__titulo {
  text-transform: uppercase;
  font-weight: bold;
}
.success-contenido__factura__datos {
  font-size: 80%;
}

.success-factura {
  background-color: white;
  margin: 20px 0 20px 0;
  padding: 20px 40px;
  /* TEMPORAL */
  width: 80%;
  max-width: 600px;
}
.success-factura__titulo {
  text-transform: uppercase;
  color: #00cc83;
  font-weight: bold;
  font-size: 90%;
}
.success-factura__span {
  background: white;
  padding-right: 10px;
}
.success-factura__elemento {
  color: #00cc83;
  width: 100%;
  border-bottom: 1px solid #6c757d;
  line-height: 1em;
  font-size: 90%;
}
.success-factura__elemento-valor {
  color: #00cc83;
  font-weight: bold;
  padding-left: 10px;
  font-size: 90%;
}
.success-factura__elemento-descuento {
  color: red;
  width: 100%;
  border-bottom: 1px solid #6c757d;
  line-height: 1em;
  font-size: 90%;
}
.success-factura__elemento-descuento-valor {
  color: red;
  font-weight: bold;
  padding-left: 10px;
  font-size: 90%;
}
.success-factura__subelemento {
  font-size: 80%;
}
.success-factura__total {
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #6c757d;
  line-height: 1em;
  font-size: 90%;
}
.success-factura__total-valor {
  font-weight: bold;
  padding-left: 10px;
  font-size: 90%;
}

.success-factura-columna-valores {
  flex: 0 1 auto !important;
  width: 20%;
  text-align: right;
}
@media only screen and (orientation: landscape) {
  .success-factura-columna-valores {
    width: 15%;
  }
}

.success-boton {
  max-width: 600px;
  background-color: #00cc83 !important;
  color: white !important;
  padding: 0.5rem !important;
  margin-bottom: 3rem !important;
  font-size: 100% !important;
  font-weight: bold !important;
  display: block !important;
  width: 80%;
}

.detalle-categoria-frase {
  font-size: 2vmax;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2px;
}
@media only screen and (orientation: landscape) {
  .detalle-categoria-frase {
    font-size: 1.5vmax;
  }
}

.detalle-categoria-boton {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0px;
  z-index: 10;
  background-color: #00cc83;
  padding: 0px 24px;
  width: 100%;
  max-width: 1366px;
  height: 5vmax;
  font-weight: bold;
  font-size: 1.5vmax;
  text-transform: uppercase;
}
@media only screen and (orientation: landscape) {
  .detalle-categoria-boton {
    width: 25%;
  }
}
.detalle-categoria-boton a {
  color: white !important;
}

.detalle-categoria-tarjeta {
  background-color: #f2f2f2;
  margin: 16px auto;
  line-height: 1.2;
}
.detalle-categoria-tarjeta__titulo {
  /*font-size: 2.2vmax;*/
  font-size: 100%;
  font-weight: bold;
  padding-top: 8px;
  margin-bottom: 10px;
}
@media only screen and (orientation: landscape) {
  .detalle-categoria-tarjeta__titulo {
    /*font-size: 1.5vmax;*/
    font-size: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .detalle-categoria-tarjeta__titulo {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
.detalle-categoria-tarjeta__descripcion {
  /*font-size: 1.5vmax;*/
  font-size: 100%;
  padding-bottom: 8px;
  margin-bottom: 0;
}
@media only screen and (orientation: landscape) {
  .detalle-categoria-tarjeta__descripcion {
    font-size: 100%;
    /*font-size: 1.1vmax;*/
  }
}
@media only screen and (min-width: 800px) {
  .detalle-categoria-tarjeta__descripcion {
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
  }
}
.detalle-categoria-tarjeta__imagen {
  display: block;
  margin: 0;
}
@media only screen and (orientation: portrait) {
  .detalle-categoria-tarjeta__imagen {
    width: 100%;
    /*object-fit: contain;*/
  }
  @supports (-webkit-touch-callout: none) {
    .detalle-categoria-tarjeta__imagen {
      /* CSS specific to iOS devices */
    }
  }
  @supports not (-webkit-touch-callout: none) {
    .detalle-categoria-tarjeta__imagen {
      /* CSS specific to non-iOS devices */
      min-height: 100%;
    }
  }
}

.detalle-categoria-tarjeta-contenedor-texto {
  margin: 0 15px;
  align-items: flex-start;
  justify-content: flex-start;
}

.detalle-categoria-tarjeta-contenedor-imagen {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  /*width: 170px !important;*/
  overflow: hidden;
}
@media only screen and (orientation: landscape) {
  .detalle-categoria-tarjeta-contenedor-imagen {
    /*width: 374px !important;*/
  }
}

.detalle-categoria {
  padding: 1.5rem;
  background-color: white;
  min-height: 90%;
  color: black !important;
}
@media only screen and (min-width: 800px) {
  .detalle-categoria {
    padding: 0 4.5rem 2.5rem 4.5rem;
  }
}
.detalle-categoria__titulo {
  font-size: 2.5vmax;
  padding: 0.5rem;
  text-align: center;
  color: #00cc83;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (orientation: landscape) {
  .detalle-categoria__titulo {
    font-size: 2.1vmax;
    padding: 1.5rem;
  }
}
.detalle-categoria__subtitulo {
  color: #00cc83;
  font-weight: bold;
  line-height: 1.2;
  margin: 10px 0 20px;
  text-align: center;
  padding: 1rem;
}

.detalle-categoria-cuerpo {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: black;
  /*font-size: 1.4vmax;*/
  font-size: 100%;
  margin-bottom: 100px;
}
@media only screen and (orientation: landscape) {
  .detalle-categoria-cuerpo {
    /*font-size: 1.2vmax;*/
    font-size: 100%;
  }
}
.detalle-categoria-cuerpo h4 {
  color: #00cc83;
  font-weight: bold;
  text-transform: uppercase;
}

.pago-procesado {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.pago-procesado-titulo {
  color: #00cc83;
  text-transform: uppercase;
  margin-top: 20px;
}
.pago-procesado-titulo h4 {
  font-weight: bold !important;
}

.pago-procesado-contenedor-exito {
  background-color: white;
  width: 70%;
  margin: 20px;
  padding: 20px 0 20px 0;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.pago-procesado-contenedor-exito p {
  margin: 0;
}

.pago-procesado-contenedor-error {
  background-color: white;
  width: 70%;
  margin: 20px;
  padding: 20px 0 20px 0;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.pago-procesado-contenedor-error p {
  margin: 0;
}
.pago-procesado-contenedor-error__texto-resaltado {
  color: #00cc83;
  font-weight: bold;
}

.pago-procesado-boton {
  text-transform: uppercase;
  color: #00cc83;
  margin: 20px;
  font-weight: bold;
  font-size: 1.9vmax;
}

.header-pago-procesado {
  max-width: 1366px;
  height: 105px;
  position: relative;
  top: 0;
  background-color: #FFF !important;
  margin: 0 auto;
}

b, .modal-title {
  font-weight: bold !important;
}

@media only screen and (max-width: 900px) {
  .schedule-table, .resultadosFranjaHoraria {
    width: 100%;
  }
}
.resultadosFranjaHoraria {
  position: relative;
  height: 495px;
  max-height: 495px;
  padding: 5px 10px 0px 20px;
  overflow-y: scroll;
  background-color: transparent;
}
@media only screen and (min-width: 900px) {
  .resultadosFranjaHoraria .resultadosFranjaHoraria {
    width: 30%;
  }
}

.resultadosFranjaHoraria2 {
  width: 250px;
  height: 250px;
  margin: 25px 0px;
  padding: 0;
}
.resultadosFranjaHoraria2 p {
  text-align: start !important;
}

.realizar-Consulta {
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
}

.schedule-table th, td {
  padding: 5px;
}

.iniciar-cita {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.iniciar-cita-contenido {
  color: white;
  text-align: left;
  line-height: 1.5;
  font-size: 4vw;
  margin: 20px 0 20px 0;
  width: 80%;
}
@media only screen and (orientation: landscape) {
  .iniciar-cita-contenido {
    font-size: 110%;
  }
}

.iniciar-cita-factura {
  background-color: white;
  margin: 20px 0 20px 0;
  padding: 20px 40px;
  /* TEMPORAL */
  width: 80%;
}

.iniciar-cita-fila {
  margin: 10px 0;
}

@media only screen and (orientation: portrait) {
  .iniciar-cita-columna {
    padding-right: 10px;
  }
}

.iniciar-cita-columna-control {
  flex: 0 1 auto !important;
  width: 70%;
}
@media only screen and (orientation: landscape) {
  .iniciar-cita-columna-control {
    width: 60%;
  }
}
.iniciar-cita-columna-control input:focus, .iniciar-cita-columna-control textarea:focus {
  color: black !important;
}

.iniciar-cita-botones {
  margin: 20px 0 20px 0;
  width: 80%;
  justify-content: center;
  align-items: center;
}
.iniciar-cita-botones__continuar {
  background-color: #FCCA46 !important;
  color: white !important;
  padding: 0.5rem !important;
  margin-bottom: 3rem !important;
  font-size: 100% !important;
  font-weight: bold !important;
  display: block !important;
  width: 45%;
}
.iniciar-cita-botones__regresar {
  background-color: #FCCA46 !important;
  color: white !important;
  padding: 0.5rem !important;
  margin-bottom: 3rem !important;
  font-size: 100% !important;
  font-weight: bold !important;
  display: block !important;
  width: 45%;
}

.anotaciones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.anotaciones-contenido {
  color: white;
  text-align: left;
  line-height: 1.5;
  font-size: 4vw;
  margin: 20px 0 20px 0;
  width: 80%;
}
@media only screen and (orientation: landscape) {
  .anotaciones-contenido {
    font-size: 110%;
  }
}

.anotaciones-factura {
  background-color: white;
  margin: 20px 0 20px 0;
  padding: 20px 40px;
  /* TEMPORAL */
  width: 80%;
}

.anotaciones-fila {
  margin: 10px 0;
}

.anotaciones-columna-control {
  flex: 0 1 auto !important;
  width: 70%;
}
@media only screen and (orientation: landscape) {
  .anotaciones-columna-control {
    width: 60%;
  }
}
.anotaciones-columna-control input:focus, .anotaciones-columna-control textarea:focus {
  color: black !important;
}

.anotaciones-boton {
  background-color: #00cc83 !important;
  color: white !important;
  padding: 0.5rem !important;
  margin-bottom: 3rem !important;
  font-size: 100% !important;
  font-weight: bold !important;
  display: block !important;
  width: 80%;
}

.dataTables_info, .dataTables_paginate {
  color: #233D4D !important;
}

input:focus, textarea:focus {
  color: black !important;
}

.form-disabled, .form-default {
  color: black;
}

table .even {
  background-color: #233D4D !important;
}

table .odd {
  background-color: #233D4D  !important;
}

table .red {
  background-color: #dc3545 !important;
}

#tabla_citas_filter input {
  padding: 0px 12px;
  border-radius: 16px;
  border: 1px solid #233D4D;
}
#tabla_citas_filter input:focus-visible {
  outline: none;
}
#tabla_citas_filter input:focus {
  box-shadow: 0 1px 0 0 #233D4D;
}

.input-fecha-hora {
  border: none !important;
}

.input-fecha-hora:focus {
  background-color: gray !important;
}

.hidelem {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.hide {
  display: none;
}

.contenedor-bienvenida-titulos {
  width: auto;
  margin: 0 0 40px 120px !important;
  padding: 200px 0 0 0;
}
@media only screen and (max-width: 800px) {
  .contenedor-bienvenida-titulos {
    margin: 0 0 40px 40px !important;
    padding: 150px 0 0 0;
  }
}

.contenedor-bienvenida-suscribir {
  background-color: #1C1B1B;
}
@media only screen and (min-width: 800px) {
  .contenedor-bienvenida-suscribir {
    padding: 2.5rem -1.5625rem 4.5rem -1.5625rem;
  }
}

.footer-login .contenedor-bienvenida-suscribir {
  display: none;
}

.contenedor-bienvenida-regalo {
  position: relative;
  background-color: white;
  text-align: center;
  padding: 110px 0px;
}
.contenedor-bienvenida-regalo__texto {
  font-weight: bold;
  font-size: 140%;
  color: #1C1B1B;
}
.contenedor-bienvenida-regalo__imagen_regalo {
  animation: pulse 0.8s infinite;
}
.contenedor-bienvenida-regalo::after {
  content: "";
  position: absolute;
  right: 0;
  top: 155px;
  width: 100px;
  height: 1px;
  background-color: #00cc83;
}
.contenedor-bienvenida-regalo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 155px;
  width: 100px;
  height: 1px;
  background-color: #00cc83;
}
@media only screen and (min-width: 680px) {
  .contenedor-bienvenida-regalo::after {
    width: 150px;
  }
  .contenedor-bienvenida-regalo::before {
    width: 150px;
  }
}
@media only screen and (min-width: 680px) {
  .contenedor-bienvenida-regalo::after {
    width: 200px;
  }
  .contenedor-bienvenida-regalo::before {
    width: 200px;
  }
}
@media only screen and (min-width: 800px) {
  .contenedor-bienvenida-regalo::after {
    width: 250px;
  }
  .contenedor-bienvenida-regalo::before {
    width: 250px;
  }
}
@media only screen and (min-width: 1000px) {
  .contenedor-bienvenida-regalo::after {
    width: 300px;
  }
  .contenedor-bienvenida-regalo::before {
    width: 300px;
  }
}
@media only screen and (min-width: 1300px) {
  .contenedor-bienvenida-regalo::after {
    width: 500px;
  }
  .contenedor-bienvenida-regalo::before {
    width: 500px;
  }
}

.bienvenida-subscribir {
  display: flex;
  padding: 0 25px 25px 25px;
  font-weight: bold;
  font-size: 100%;
}
.bienvenida-subscribir__contenido {
  padding: 35px 25px 25px 25px;
  font-size: 100%;
  font-weight: 100;
  color: white;
  font-weight: 400;
}
.bienvenida-subscribir__boton {
  display: block !important;
  background-color: #00cc83 !important;
  color: white !important;
  font-size: 100% !important;
  margin: 0 !important;
  padding: 10 0 !important;
  width: auto;
  min-width: 30%;
  white-space: nowrap !important;
  text-transform: unset !important;
}
.bienvenida-subscribir__input {
  width: -webkit-fill-available;
  padding: 0 20px;
  color: black !important;
}
.bienvenida-subscribir input:focus, .bienvenida-subscribir textarea:focus {
  color: black !important;
}

.formulario-cliente-cupon h4 {
  font-weight: bold;
  font-size: 1rem;
  color: white;
  text-transform: none;
}
.formulario-cliente-cupon-controles {
  display: flex;
  font-weight: bold;
  font-size: 100%;
}
.formulario-cliente-cupon-controles__input {
  width: 180px !important;
  padding: 0 20px;
  color: black !important;
}
.formulario-cliente-cupon-controles__boton {
  display: block !important;
  background-color: #00cc83 !important;
  color: white !important;
  font-size: 100% !important;
  margin: 0 !important;
  padding: 10 0 !important;
  width: auto;
  min-width: 30%;
  white-space: nowrap !important;
  text-transform: unset !important;
}

.regalo-contenedor-introduccion {
  padding: 2.5rem;
  background-color: white;
  color: black !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 800px) {
  .regalo-contenedor-introduccion {
    padding: 2.5rem 4.5rem;
  }
}
.regalo-contenedor-introduccion__titulo {
  color: #00cc83;
  padding: 20px 0 40px 0;
}

.formulario-regalo-titulo {
  color: #00cc83;
  margin: 10px 0 20px;
  font-weight: bold;
  font-size: 120%;
}
@media only screen and (min-width: 800px) {
  .formulario-regalo-titulo {
    font-size: 110%;
  }
}

.regalo-formulario__label {
  color: #00cc83;
  width: 100%;
  line-height: 0.1em;
  margin: 10px 0 20px;
  font-weight: bold;
  font-size: 100%;
}
@media only screen and (min-width: 800px) {
  .regalo-formulario__label {
    font-size: 110%;
  }
}

.pago-regalo__codigo {
  font-weight: bold;
  color: #00cc83;
}
.pago-regalo__boton {
  background-color: #00cc83 !important;
  color: white !important;
  padding: 0.5rem !important;
  margin-bottom: 3rem !important;
  font-size: 100% !important;
  font-weight: bold !important;
  display: block !important;
}

.oculto {
  padding: 0 !important;
  margin: 0 !important;
  width: 0 !important;
}

@keyframes pulse {
  10% {
    transform: scale(1.5);
  }
}
.form-check-input {
  transform: translateX(-8px) translateY(-2px) scale(1.6);
}
@media only screen and (min-width: 800px) {
  .form-check-input {
    transform: translateX(-8px) translateY(-2px) scale(2);
  }
}

.contenedor-header-login .navbar {
  position: relative !important;
  margin: 0 auto;
}

.navbar {
  position: relative !important;
  width: -webkit-fill-available;
  max-width: 1366px !important;
  z-index: 2;
  box-shadow: none !important;
  font-size: 18px !important;
  padding: 15px 60px 15px 0 !important;
  flex-flow: row !important;
  background-color: transparent !important;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .navbar {
    display: flex !important;
    justify-content: space-between !important;
    padding: 30px 40px !important;
    align-items: baseline !important;
  }
}

.grid {
  background-color: #1C1B1B;
}

.datos-cliente-cita {
  padding: 120px 0px;
}

.cita-grid {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

@media (min-width: 1300px) {
  .cita-grid {
    justify-content: center;
    padding: 0;
    gap: 20px;
  }
}
.cita-grid__item {
  position: relative;
  width: 350px;
  height: 550px;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 10px 1px rgba(128, 128, 128, 0.5);
}

.first-item {
  width: 460px;
}
.first-item .mb-3 {
  margin-bottom: 0 !important;
}

.item-img {
  position: absolute;
  height: 70px;
  top: -35px;
  right: 50px;
}

.item-p {
  position: absolute;
  font-family: var(--vietnam-bold);
  color: #233D4D;
  font-weight: 500;
  font-size: 20px;
  top: -40px;
  left: 0;
}

.disponibilidad-horaria {
  height: 490px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/
.disponibilidad-horaria::-webkit-scrollbar,
.resultadosFranjaHoraria::-webkit-scrollbar {
  -webkit-appearance: none;
}

.disponibilidad-horaria::-webkit-scrollbar:vertical,
.resultadosFranjaHoraria::-webkit-scrollbar:vertical {
  width: 10px;
}

.disponibilidad-horaria::-webkit-scrollbar-button:increment,
.disponibilidad-horaria::-webkit-scrollbar-button,
.resultadosFranjaHoraria::-webkit-scrollbar-button:increment,
.resultadosFranjaHoraria::-webkit-scrollbar-button {
  display: none;
}

.disponibilidad-horaria::-webkit-scrollbar:horizontal,
.resultadosFranjaHoraria::-webkit-scrollbar:horizontal {
  height: 10px;
}

.disponibilidad-horaria::-webkit-scrollbar-thumb,
.resultadosFranjaHoraria::-webkit-scrollbar-thumb {
  background-color: #233D4D;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}

.disponibilidad-horaria::-webkit-scrollbar-track,
.resultadosFranjaHoraria::-webkit-scrollbar-track {
  border-radius: 10px;
}

.disponibilidad-horaria__dia {
  margin-bottom: 15px;
}
.disponibilidad-horaria__dia > p:first-child {
  width: 180px;
  margin: 0;
}
.disponibilidad-horaria__dia span {
  font-size: 14px;
  margin-right: 30px;
  font-weight: 500;
}

.fondo-negro {
  background-color: #FFF !important;
}

.dias-parrafo {
  margin-bottom: 5px;
  font-weight: 500;
}

.main-nav {
  display: flex;
  padding: 0;
  align-items: baseline !important;
  list-style-type: none !important;
  margin-bottom: 0 !important;
  width: auto !important;
}

.main-nav-sub-menu {
  padding: 0;
  align-items: baseline !important;
  list-style-type: none !important;
  /*display: none !important;*/
  margin-bottom: 0 !important;
}
@media screen and (min-width: 878px) {
  .main-nav-sub-menu {
    display: flex !important;
    /*margin-right: 30px;*/
    width: -webkit-fill-available !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
  }
}

.nav-links,
.main-nav li {
  margin: 5px auto !important;
}
@media screen and (min-width: 878px) {
  .nav-links,
.main-nav li {
    margin: 0 0 0 0 !important;
    text-align: center !important;
  }
}
@media screen and (min-width: 1005px) {
  .nav-links,
.main-nav li {
    padding: 10px !important;
    text-align: center !important;
  }
}

@media screen and (min-width: 878px) {
  .nav-links {
    font-weight: 500;
  }
}

.logo {
  display: inline-block !important;
  font-size: 22px !important;
  margin-left: 20px !important;
}
@media screen and (min-width: 878px) {
  .logo {
    margin-top: 0 !important;
  }
}

.navbar-toggle {
  position: absolute !important;
  top: 40px !important;
  right: 30px !important;
  cursor: pointer !important;
  color: #233D4D !important;
  font-size: 24px !important;
  z-index: 10;
}
@media screen and (min-width: 991px) {
  .navbar-toggle {
    display: none !important;
  }
}

.active2 {
  display: block !important;
  position: absolute;
  top: 30px;
  right: 0px;
}
@media screen and (min-width: 553px) {
  .active2 {
    top: 10px;
    right: 30px;
  }
}

.descripcion-entrenamientos-categoria {
  background: #00cc83;
  background: linear-gradient(180deg, #00cc83 50%, #adf1d9 100%);
  border-radius: 300px;
  color: white;
  width: fit-content;
  margin: 30px 0;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: bold;
}

.descripcion-entrenamientos-fecha {
  color: #00cc83;
  font-weight: bold;
  font-size: 18px;
}

.contenedor-bienvenida-figuras {
  width: 265px;
  text-align: center;
  padding: 30px 0;
}
.contenedor-bienvenida-figuras div:first-child {
  text-align: center;
  margin-right: 0px;
}
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
  position: relative;
  width: 100%;
  height: 300px;
}

.jcarousel-categorias {
  height: 500px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .jcarousel-categorias {
    display: block;
    height: auto;
  }
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
  position: absolute;
  width: 100%;
  height: 100%;
  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel ul li {
  width: 100% !important;
  max-width: unset !important;
}

.carrusel_categorias_ul {
  position: relative !important;
  display: grid;
  justify-content: center;
  grid-template-columns: 320px;
  grid-row-gap: 80px;
  text-align: center;
}
@media screen and (min-width: 650px) {
  .carrusel_categorias_ul {
    display: grid;
    grid-template-columns: 320px 300px;
    grid-row-gap: 80px;
    text-align: end;
  }
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
  /* Required only for block elements like <li>'s */
  float: left;
  width: 275px;
  height: 220px;
}

.contenedor-flechas {
  display: flex;
  justify-content: flex-end;
}

.sub-menu {
  z-index: -1;
  opacity: 0;
  display: none;
}

.drop {
  display: inline-block;
  transition: all 0.25s;
}

.main-nav li.submenu_active > .drop {
  transform: rotate(180deg);
}

.main-nav li.submenu_active > .sub-menu {
  z-index: 1;
  opacity: 1;
  display: block;
}

.fondo-turquesa {
  display: inline-block;
  height: 70px;
  background-color: #00cc83;
}

.contenedor-figuras {
  padding: 30px 30px 0 30px;
  color: #FFF;
  font-weight: 300;
  text-align: center;
}

.contenedor-entrenamientos {
  display: flex;
  flex-direction: column;
  width: 374px;
  min-width: 374px;
  padding-right: 20px;
}
.contenedor-entrenamientos__imagen {
  flex: 1 0 100%;
  width: 100%;
  min-height: 150px;
  background-position: top;
  background-size: cover;
}
.contenedor-entrenamientos__descripcion {
  flex: 1 0 100%;
  background: white;
  border: 1px solid black;
  width: 100%;
  padding: 15px;
}
.contenedor-entrenamientos__detalle {
  display: flex;
  flex-direction: column;
  width: auto;
  padding: 0 20px;
}

.formulario-entrenamientos {
  background: white;
  margin: 130px 100px;
}
@media screen and (max-width: 800px) {
  .formulario-entrenamientos {
    margin: 0;
    padding: 80px;
  }
}

.mostrarMensaje {
  display: block;
}

.ocultarMensaje {
  display: none;
}

#limpiar {
  position: absolute;
  bottom: -20px;
  right: calc(50% + 10px);
  width: 90px;
  height: 30px;
  background-color: #FCCA46 !important;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  z-index: 100;
}

.flex {
  display: flex;
}
.flex > div:first-child {
  width: 190px;
  margin-right: 30px;
}
.flex > div:nth-child(2) {
  width: 190px;
}

/*# sourceMappingURL=style.css.map */

.acercaDe {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  background-image: url('../img/cocrea/Acerca/fondo.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.acercaDe section,
.funcionamiento section,
.categoriasAcerca section,
.categoriasAcerca .title,
.seccionSuscripcion section,
.home-bloque1 section,
.consultaTitle section {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1366px;
  height: auto;
  margin: 0 auto;
}
.funcionamiento section {
  height: auto;
}
.acercaDe section {
  justify-content: center;
}
.acercaDe section div {
  margin-top: 80px;
}
.acercaDe section div:first-child,
.acercaDe section div:last-child {
  width: 100%;
  min-width: 300px;
  max-width: 310px;
  /* margin-left: auto;
  margin-right: auto; */
}
.acercaDe section p {
  font-family: var(--vietnam);
  font-size: 18px;
  line-height: 1.2;
  color: rgba(35, 61, 77, .8);
}
.acercaDe section p.subtitle {
  color: rgba(35, 61, 77, 1);
}
.acercaDe section div:nth-child(2) {
  max-width: 480px;
  margin: 80px 60px 0;
}
.acercaDe section img {
  width: 100%;
  max-width: 400px;
}
.acercaDe section .subtitle {
  font-family: var(--vietnam-bold);
  line-height: 1.4;
}
.acercaDe h4 {
  font-family: var(--vietnam-bold);
  font-size: 40px;
  color: #233D4D;
}
.funcionamiento {
  width: 100%;
  height: 900px;
  max-height: 600px;
  padding: 60px 0;
  background-image: url('../img/cocrea/Acerca/fondo2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.funcionamiento h4 {
  margin-bottom: 40px;
}
.funcionamiento section {
  margin-bottom: 40px;
}
.funcionamiento a img {
  max-width: 330px;
}
.funcionamiento section div:first-child,
.funcionamiento section div:last-child {
  width: 200px;
  margin-right: 40px;
}
.funcionamiento section div:nth-child(2) {
  width: 280px;
  margin-right: 40px;
}
.funcionamiento section div img {
  margin-bottom: 20px;
  max-width: 68px;
}
.funcionamiento div p{
  font-size: 20px;
  text-align: left;
  color: rgba(255,255,255, 0.8);
}
.funcionamiento .title {
  font-family: var(--vietnam);
  font-size: 40px;
  color: #ffffff;
}
.categoriasAcerca, 
.regalaConsula,
.seccionSuscripcion,
.home-bloque1, .consultaTitle {
  width: 100%;
  height: auto;
  padding: 80px 0 80px;
  background-color: #fff;
}
.categoriasAcerca {
  margin-bottom: 20px;
}
.categoriasAcerca section {
  align-items: center;
  justify-content: space-around;
}
.categoriasAcerca section div:first-child img,
.home-bloque1 section div:last-child img {
  max-width: 450px;
}
.categoriasAcerca .title {
  flex-direction: column;
  height: auto;
  padding-left: 140px;
  margin-bottom: 40px;
}
.categoriasAcerca .title h4,
.seccionSuscripcion section h4 {
  font-family: var(--vietnam-bold);
  font-size: 48px;
  color: #233D4D;
}
.categoriasAcerca .title h6,
.seccionSuscripcion section h6 {
  font-family: var(--vietnam);
  font-size: 28px;
  color: #233D4D;
}
.categoriasAcerca ul {
  list-style: none;
}
.categoriasAcerca ul button {
  width: auto;
  width: 500px;
  height: 90px;
  overflow: hidden;
  padding: 0px 0px 20px;
  font-family: var(--roboto-bold);
  font-size: 20px;
  color: #233D4D;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid rgba(128, 128, 128, .8);
  transition: all .5s ease;
}
.categoriasAcerca ul button:focus {
  outline: none;
}
.categoriasAcerca ul button p {
  width: 412px;
  margin-left: auto;
  margin-top: 20px;
  text-align:left;
  font-family: var(--vietnam);
  font-size: 16px;
}
.categoriasAcerca ul button .flecha {
  transition: all .5s ease;
}
.categoriasAcerca ul button.showTexto {
  height: 170px;
}
.categoriasAcerca ul button.showTexto .flecha {
  transform: rotate(90deg);
}
.categoriasAcerca ul button div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.categoriasAcerca ul li {
  margin-bottom: 20px;
}
.categoriasAcerca ul button img:first-child {
  width: 68px;
  margin-right: 20px;
}
.categoriasAcerca ul button .flecha {
  margin-left: auto;
  width: 16px;
}
.regalaConsula {
  height: 207px;
  max-height: 207px;
  padding: 63px 0;
  background-image: url('../img/cocrea/Acerca/franjaRegalo.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.regalaConsula section {
  max-width: 1366px;
  margin: 0 auto;
}
.regalaConsula section div {
    max-width: 330px;
    margin-left: auto;
}
.regalaConsula a {
  font-family: var(--vietnam-bold);
    font-size: 40px;
    color: #233D4D;
    line-height: 1;
}
.regalaConsula a:hover {
  color: #233D4D;
}
.regalaConsula a img {
  width: 32px;
}
.seccionSuscripcion {
  height: auto;
  height: 367px;
  max-height: 367px;
  height: 400px;
  max-height: 400px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  background-image: url('../img/cocrea/Acerca/fondoCuadros-2.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.seccionSuscripcion section {
  height: auto;
  max-width: 1000px;
}
.seccionSuscripcion section div {
  width: 100%;
}
.seccionSuscripcion form button {
  border: none;
  outline: none;
  background: transparent;
}
.seccionSuscripcion form button {
  position: relative;
  margin-left: 60px;
}
.seccionSuscripcion form button .suscribirse {
  max-width: 240px;
}
.seccionSuscripcion form button .puntos {
  position: absolute;
  left: 4px;
  top: -80px;
  max-width: 80px;
}
.seccionSuscripcion form div {
  display: flex;
}
.seccionSuscripcion section h4 {
  font-size: 40px;
}
.seccionSuscripcion section h6 {
  font-size: 24px;
}
.seccionSuscripcion input {
  color: #233D4D;
  width: 100%;
  padding: 8px 20px;
  border: 1px solid #233D4D;
  border-radius: 16px;
  background: transparent;
}
.home-bloque1 section {
  align-items: center;
}
.home-bloque1 section div:first-child div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.home-bloque1 section div:first-child div img {
  max-width: 60px;
}
.home-bloque1 section div:first-child a img {
  max-width: 350px;
}
.home-bloque1 section div:first-child div span {
  font-size: 20px;
  display: inline-block;
  margin-right: 180px;
}
.home-bloque1 section h4 {
  font-family: var(--vietnam);
  font-size: 48px;
  color: #233D4D;
  margin-bottom: 20px;
}
.home-bloque1 section h4 span {
  font-family: var(--vietnam-bold);
}
.funcionamiento.home-funcionamiento {
  height: 922px;
}
.funcionamiento.home-funcionamiento section {
  justify-content: space-around;
  margin-bottom: 20px;
}
.funcionamiento.home-funcionamiento h4 {
  margin-bottom: 40px;
}
.funcionamiento.home-funcionamiento section div:first-child {
  width: 206px;
}
.funcionamiento.home-funcionamiento section div:nth-child(2) {
  width: 219px;
}
.funcionamiento.home-funcionamiento section div:nth-child(3) {
  width: 200px;
}
.consultaTitle {
  height: auto;
  padding-bottom: 0px;
}
.consultaTitle .title_registroExitoso h5:first-child {
  font-family: var(--vietnam-bold);
  font-size: 36px;
  color: #233D4D;
  line-height: 1;
  margin-bottom: 40px;
}
.consultaTitle .title_registroExitoso h5:first-child span {
  color: #FE7F2D;
}
.consultaTitle .title_registroExitoso h5:last-child {
  font-family: var(--vietnam);
  font-size: 36px;
  color: #233D4D;
  line-height: 1;
  margin-bottom: 40px;
}
.consultaTitle .resumen_formulario > div {
  justify-content: space-evenly;
}
.consultaTitle section {
  height: auto;
  align-items: center;
}
.consultaTitle h4 {
  font-family: var(--vietnam);
  font-size: 44px;
  color: #233D4D;
  line-height: 1;
}
.consultaTitle h4 span {
  font-family: var(--vietnam-bold);
}
.consultaTitle div:last-child img {
  max-width: 550px;
}
.item-explicacion {
  font-family: var(--vietnam);
  font-size: 24px;
  color: rgba(35, 61, 77, 0.9);
  line-height: 1;
}
.profesional__contenido #tabla_citas_wrapper,
.profesional__contenido .buttonContainer {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .login__contenedor-controles {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .login__contenedor-controles .login__contenido {
    max-width: 500px;
  }
  .navegacion-contenedor-boton__enlace {
    padding: 10px;
  }
  .ingresar-mobile {
    display: block;
  }
  .ingresar-desktop {
    display: none;
  }
  .main-nav {
    display: none;
    position: fixed;
    top: 86px;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 100%;
    transition: all 2s ease !important;
    text-align: center;
  }
  .main-nav li {
    margin-bottom: 40px !important;
  }
  .acercaDe {
    height: auto;
    padding: 40px 0 80px;
    background-size: auto;
    background-repeat: repeat-y;
    background-position: center;
  }
  .acercaDe section,
  .consultaTitle section {
    display: block;
    height: auto;
    padding: 0 30px;
  }
  .acercaDe section img,
  .consultaTitle div:last-child img {
    display: block;
    max-width: 330px;
    margin: 0 auto;
  }
  .acercaDe section p {
    font-size: 16px
  }
  .funcionamiento {
    height: auto;
  }
  .funcionamiento .title {
    font-size: 40px;
  }
  .funcionamiento section {
    display: block;
    text-align: center;
  }
  .funcionamiento section div {
    width: 100% !important;
  }
  .funcionamiento div p {
    text-align: center;
  }
  .funcionamiento {
    padding: 60px 0 100px;
  }
  .funcionamiento section {
    padding: 0 30px;
  }
  .funcionamiento section div {
    max-width: 330px;
    margin: 0 auto;
  }
  .funcionamiento a img {
    max-width: 300px;
  }
  .categoriasAcerca {
    padding: 60px 30px;
    height: auto;
    max-height: 819px;
  }
  .categoriasAcerca .title {
    padding-left: 0px;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .categoriasAcerca .title h4 {
    font-size: 40px;
  }
  .categoriasAcerca .title h6 {
    font-size: 24px;
  }
  .categoriasAcerca section {
    display: block;
    height: auto;
  }
  .categoriasAcerca section div:first-child {
    margin-bottom: 80px;
  }
  .categoriasAcerca section div:first-child img {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .categoriasAcerca section div:last-child ul {
    padding: 0;
  }
  .categoriasAcerca ul button {
    width: auto;
    max-width: 330px;
    margin: 0 auto;
    font-size: 16px;
  }
  .categoriasAcerca ul button img:first-child {
    width: 48px;
  }
  .regalaConsula a {
    font-size: 40px;
  }
  .seccionSuscripcion section h4 {
    font-size: 36px;
  }
  .seccionSuscripcion section {
    max-width: 680px;
  }
  .seccionSuscripcion section h6 {
    font-size: 20px;
    margin-bottom: 60px;
  }
  .seccionSuscripcion form div {
    display: block;
  }
  .seccionSuscripcion form button {
    margin-left: 0;
  }
  .seccionSuscripcion form button .puntos {
    display: none;
  }
  .seccionSuscripcion input {
    margin-bottom: 40px;
  }
  .home-bloque1 section div,
  .consultaTitle section div {
    max-width: 350px;
    margin: 0 auto;
  }
  .home-bloque1 section {
    display: block;
    padding: 0 30px;
  }
  .home-bloque1 section h4 {
    font-size: 28px;
  }
  .home-bloque1 section div:first-child {
    margin-bottom: 60px;
  }
  .home-bloque1 section div:first-child div {
    max-width: 315px;
  }
  .home-bloque1 section div:first-child div span {
    margin-right: 0px;
  }
  .home-bloque1 section div:first-child a img {
    max-width: 280px;
  }
  .home-bloque1 section div:last-child img {
    width: 100%;
    max-width: 330px;
  }
  .funcionamiento.home-funcionamiento h4 {
    font-size: 26px;
    padding: 0 30px;
    margin-bottom: 60px;
  }
  .funcionamiento.home-funcionamiento {
    height: auto;
  }
  .consultaTitle h4 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}