/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1730291217
Updated: 2024-10-30 12:26:57

*/

a {
  color: var( --e-global-color-primary );
}

.display-none {
  display: none !important;
}

.width-100 {
	width: 100% !important;
}

/* 
** Heder
*/
/* responsive */
.menu-home {
  text-align: center;
  margin-bottom: 20px;
}


.menu-home ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.menu-home li {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 24px; 
  font-family: 'Raleway', sans-serif; 
  font-weight: 100; 
  color: #000000; 
  background: transparent; 
  border-radius: 5px;
  transition: all 0.3s ease;
  border: none; 
  text-transform: capitalize; 
}

.menu-home li a{
color: #000000;
font-weight: 300;

}

.menu-home li:hover {
  text-decoration: underline; 
}

.menu-home li.active {
  color: #fff;
  font-weight: 100;
  border-radius: 100px;
  background-color: #74B0A5;
}

.menu-home li.active a{
  color: #fff;
}

.red-span {
  color: red;
}

/* 
** HOME
*/
.tipo-terapeuta-home .search-filter-input-button-group {
  flex-wrap: nowrap;
  scroll-behavior: smooth;
  overflow-x: auto;
  white-space: nowrap;
  padding: 15px 0;
}

.search-filter-input-button {
border: 2px solid #7BBCB0 !important;
border-radius: 30px !important;
background: #fff !important;
color: #4E575D !important;
font-size: 18px !important;
font-family: Roboto !important;
font-weight: 400 !important;
line-height: 21.09px !important;
padding: 5px 30px !important;
height: 50px;
}

.search-filter-input-button:hover {
border: 2px solid #7BBCB0 !important;
border-radius: 30px !important;
background: #7BBCB0 !important;
color: #fff !important;
}


.search-filter-input-button img {
filter: grayscale(1) brightness(0);
transition: filter 0.3s ease;
}

.search-filter-input-button:hover img {
filter: brightness(0) invert(1);
}

@media (max-width: 1080px) {
  .elementor-widget-search-filter-field {
    width: 100%;
  }
}


.img-terapeuta-home {
  background-size: cover !important;
}

@media (max-width: 1399px) {
  .home-carousel h2 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
}

/* 
** PAGINA TERAPEUTA
*/
.lista-patologias {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lista-patologias li {
  position: relative;
  padding-left: 30px !important;
}

.lista-patologias li::before {
  content: '';
  display: inline-block;
  width: 20px; 
  height: 20px;
  background-image: url('https://naturpeutic.com/wp-content/uploads/2024/11/check-circle.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Oculta User Registration en un user edit */
.user-edit-php #fieldset-user_registration {
  display: none !important;
}

.lista-patologias-container {
  column-count: 3;  
  column-gap: 30px;  
}

/* Lista patologias */
.lista-patologias {
  list-style-type: none;  
  padding: 0;
  margin: 0;
}

.lista-patologias li {
  break-inside: avoid;  
  padding: 9px 0; 
}

@media (max-width: 768px) {
  .lista-patologias-container {
      column-count: 1;  
  }
}

/*
*** Pagina Perfil del terapeuta
*/
.dashboard-terapeuta {
display: flex;
width: 1100px;
margin: auto;
}
.menu-lateral {
width: 250px;
background: #f7f7f7;
padding: 20px;
border-right: 1px solid #ddd;
height: auto;
}
.menu-btn {
display: block;
width: 100%;
padding: 10px;
margin-bottom: 10px;
background: #74B0A5;
color: white;
border: none;
cursor: pointer;
text-align: left;
transition: background 0.3s;
}
.menu-btn.active {
background: #528D7E;
}
.contenido-dashboard {
flex: 1;
padding: 20px;
}
.seccion-oculta {
display: none;
}
.seccion-activa {
display: block;
}

.cerrar-sesion-btn {
  display: block;
  padding-left: 15px !important;
  background-color: #f7f7f7; 
  color: var( --e-global-color-primary ) !important;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100px 100px 100px 100px;
}

.cerrar-sesion-btn:hover {
  background-color: var( --e-global-color-primary );
  color: #fff !important;
}

/* Ocultar o mostrar pestañas */
.oculto { display: none; }
.menu-btn.active { background-color: #74B0A5; color: white; font-weight: bold; }
.dashboard-terapeuta { display: flex; }
.menu-lateral { width: 200px; background: #f7f7f7; padding: 15px; }
.contenido-dashboard { flex-grow: 1; padding: 20px; }

.subcampos {
padding: 10px;
background-color: #f9f9f9;
border-left: 3px solid #74B0A5;
border-radius: 0px;
display: flex;
flex-wrap: wrap;
gap: 20px;
margin: 10px 0 30px 20px;
}

.evento-item {
  margin-bottom: 20px;
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 5px;
}

@media (max-width: 1250px) {
  .dashboard-terapeuta {
    flex-direction: column;
    width: 100%;
  }

  .menu-lateral {
    display: flex;
  }

  .menu-lateral {
    display: flex;
    width: 100% !important;
    flex-direction: row; 
    overflow-x: auto; 
    white-space: nowrap; 
    padding: 10px;
    gap: 10px; 
  }
  
  .menu-btn {
    flex-shrink: 0; 
    padding: 10px 20px;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: auto;
  }

  .evento-item .button-secondary {
    margin-top: 15px !important;
  }
}


/*
*** Estilos para el video de bienvenida de registro
*/
.video-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-wrapper {
  background-color: white;
  width: 80%;
  max-width: 800px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.video-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #74B0A5;
  color: white;
}

.video-header h2 {
  margin: 0;
  color: white;
}

.cerrar-video-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.video-content {
  padding: 20px;
}

.video-content iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
}


/* verificación terapeuta */
.icono-verificado {
  color: green;
  margin-left: 8px;
  font-size: 1.2em;
  vertical-align: middle;
}

/* Form login */
@media (max-width: 767px) {
	.page-id-1560 .user-registration {
		padding: 0 !important;
	}

	.ur-frontend-form.login{
		padding: 40px 30px;
	}

  .user-registration-Button {
    width: 100%;
  }

  .ursc-login-media {
    width: 70% !important;
  }

}

/* Form Registro */
#privacy_policy_field,
#contrato_de_uso_field {
  display: flex;
}

#comunicacion_promocional_field ul {
  padding: 0 !important;
}

#comunicacion_promocional_field label {
  font-weight: 400 !important;
}


/* Arreglo evenetos carrusel home */
#carrusel-fix .swiper-slide > .elementor-element {
    height: auto !important;
}


/* Titulos terapeutas y eventos */

/* Oculto TODO por defecto */
#texto-terapeutas,
#terapeutas,
#eventos {
  display: none !important;
}

/* Cuando body tenga .show-terapeutas, muestro la sección de terapeutas */
body.show-terapeutas #texto-terapeutas,
body.show-terapeutas #terapeutas {
  display: block !important;
}

/* Cuando body tenga .show-eventos, muestro la sección de eventos */
body.show-eventos #eventos {
  display: block !important;
}

