/*
 Theme Name:   Sonia 26
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Danivera
 Author URI:   https://danivera.com
 Template:     generatepress
 Version:      0.1
*/



.grecaptcha-badge { 
    visibility: hidden;
}

/* CABECERAS */
.generate-columns-container .page-header,
.generate-columns-container .paging-navigation,
.tit-blog {
	padding: 20px 20px 0 20px !important;
}

.page-title::after,
.entry-title::after,
.separador-naranja::after,
.tit-blog::after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	background: var(--global-color-8);
	margin-top: 20px;
	margin-bottom: 20px;
}

.form-pie .separador-naranja::after {
	background: var(--Blanco);
}

.sepa-blanco::after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	background: var(--Blanco);
	margin-top: 20px;
	margin-bottom: 20px;
}

.caja-legal strong{
	color:#fff!important;
}

/* TÍTULOS Y TEXTOS */
.inside-article h2,
.inside-article h3,
.inside-article h4,
.entry-title {
	font-weight: 500;
}

.inside-article h2:first-child {
	margin-top: 0 !important;
}

.inside-article h2 {
	margin-top: 60px !important;
}

.inside-article h3 {
	margin-top: 40px !important;
}

.elementor-widget-text-editor strong,
.ico-color b,
.ico-color strong, .elementor-widget-text-editor b {
	font-weight: 500 !important;
	color: var(--global-color-8) !important;
}

.extracto-equipo b,
.extracto-equipo strong {
	color: var(--global-color-8);
}


/* CAJAS LEGALES */
.caja-legal a {
	text-decoration: underline;
}

.caja-legal ul {
	margin: 0 20px;
}

.caja-legal li {
	font-size: 14px;
	margin-bottom: 10px;
}
.elementor-widget-n-accordion .caja-legal strong{color:#fff!important;}

/* FORMULARIOS */
.form-contacto select.elementor-field-textual:invalid {
	color: #8e8c87;
}


/* LISTADOS */
.lista-bullet ul,
ul.lista-bullet,
.lista-check ul,
ul.lista-check,
.lista-ko ul,
ul.lista-ko {
	list-style: none;
	padding-left: 10px;
	margin-left: 10px;
}


/* Bullet verde */
.lista-bullet li,
ul.lista-bullet li {
	position: relative;
	padding-left: 1.2em;
	margin-bottom: 1em;
}

.lista-bullet li::before,
ul.lista-bullet li::before {
	content: "·";
	position: absolute;
	left: 0;
	top: -6px;
	color: var(--accent);
	font-weight: 700;
	font-size: 24px;
}


/* Check naranja */
.lista-check li,
ul.lista-check li {
	position: relative;
	padding-left: 1.4em;
	margin-bottom: 1em;
}

.lista-check li::before,
ul.lista-check li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: -2px;
	color: var(--global-color-8);
	font-weight: 700;
	font-size: 20px;
}


/* X naranja */
.lista-ko li,
ul.lista-ko li {
	position: relative;
	padding-left: 1.4em;
	margin-bottom: 1em;
}

.lista-ko li::before,
ul.lista-ko li::before {
	content: "✕";
	position: absolute;
	left: 0;
	top: -2px;
	color: var(--global-color-8);
	font-weight: 700;
	font-size: 20px;
}


/* MENÚ ACADEMIA */
.tipo-pagina-academia .men-principal {
	display: none !important;
}


/* PÁGINAS SIMPLES */
.tipo-pagina-simple .inside-article {
	padding: 0 20px;
}

.tipo-pagina-simple .site-main {
	margin-top: 0;
}


/* SERVICIOS */
.terapia-servicio .elementor-widget-theme-post-featured-image a {
	display: block;
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.terapia-servicio .elementor-widget-theme-post-featured-image img {
	display: block;
	width: 100% !important;
	height: 250px !important;
	max-height: none !important;
	object-fit: cover;
	object-position: center;
}


/* ICONOS */
.ico-color .elementor-icon {
	color: var(--e-global-color-primary) !important;
}

.ico-color .elementor-icon svg,
.ico-color .elementor-icon svg * {
	fill: currentColor !important;
}

.ico-color .elementor-icon svg [stroke]:not([stroke="none"]) {
	stroke: currentColor !important;
}


/* FICHAS PSICÓLOGAS */
.parra-texto p:last-child {
	margin-bottom: 0;
}


/* DESCARGAS */
.tipo-pagina-sin-form #formcontacto {
	display: none;
}


.tipo-pagina-academia #form-psicoterapia {
	display: none;
}


/* RECORTE DE IMÁGENES */
/* Solo tablet y ordenador */
@media (min-width: 768px) {

	.col-ima {
		position: relative !important;
		overflow: hidden !important;
		align-self: stretch !important;
		min-height: 300px;
	}

	.col-ima > .ima-recortada {
		position: absolute !important;
		inset: 0 !important;
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		object-fit: cover !important;
		object-position: 50% 50% !important;
	}
}


/* cuenta atras*/

.countdown-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  text-align: center;
  color: white;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-number {
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
}

.countdown-label {
  font-size: 1em;
  margin-top: 5px;
}

.ocultar{display:none!important;}

.joinchat__button{
	bottom: 78px!important;
}

/*popupo cartas espejo*/
.form-popup .elementor-field-option label,
.form-popup .elementor-field-option label a {
    font-size: 12px !important;
    line-height: 1.4;
}
.legal-popup,
.legal-popup * {
    color: #898989 !important;
}

.legal-popup svg,
.legal-popup svg path {
    fill: #898989 !important;
}

.legal-popup .caja-legal ul li strong,
.legal-popup .caja-legal ul li strong * {
    color: #898989 !important;
    -webkit-text-fill-color: #898989 !important;
}



/* markup for tablets */
@media screen and (min-width:769px) and (max-width:1024px) {


}

/* markup for mobile */
@media screen and (max-width:768px) {

    
}
