/* 
	Theme Name: ANCEME
Theme URI: https://socialco.es/
Description: Tema hijo para estafamor.com
Author: Socialco
Author URI: https://socialco.es/
Template: hello-elementor
Version: 1.0.0
Text Domain: socialco
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

body{
    font-family: 'League Spartan', Sans-serif;
    color:#000;
    background-color:#ffffff;
}
p {
    margin-block-end: 0rem;
}
.hover-bloque:hover{
	background-color:#fdf3e3ad !important;
}
/*FORMULAIOS */

.cf7-formulario-custom {
  width: 100%;
}

.cf7-formulario-custom .cf7-fila {
  display: flex;
  gap: 20px;
}

.cf7-formulario-custom .cf7-fila .cf7-campo {
  width: 50%;
}

.cf7-formulario-custom .cf7-campo {
  margin-bottom: 20px;
}

.cf7-formulario-custom .cf7-completo {
  width: 100%;
}

.cf7-formulario-custom .cf7-campo > label,
.cf7-formulario-custom .cf7-bloque-cuota h3,
.cf7-formulario-custom .cf7-privacidad {
  font-family: "League Spartan", sans-serif;
}
.cf7-formulario-custom .cf7-campo > label {
  font-family: "League Spartan", sans-serif;
}
.cf7-formulario-custom .cf7-privacidad {
    font-size: 20px !important;
    font-weight: 300;
}

/* =========================
   ETIQUETAS
========================= */

.cf7-formulario-custom label {
  display: block;
  margin-bottom: 7px;
}


/* =========================
   CAMPOS
========================= */

.cf7-formulario-custom input[type="text"],
.cf7-formulario-custom input[type="email"],
.cf7-formulario-custom input[type="tel"],
.cf7-formulario-custom textarea {
  width: 100%;
  border: 1px solid #f2c300;
  border-radius: 25px;
  padding: 12px 18px;
  background-color: #fff;
  box-sizing: border-box;
  outline: none;
}


/* Campo activo */

.cf7-formulario-custom input[type="text"]:focus,
.cf7-formulario-custom input[type="email"]:focus,
.cf7-formulario-custom input[type="tel"]:focus,
.cf7-formulario-custom textarea:focus {
  border-color: #d9ac00;
  box-shadow: 0 0 0 3px rgba(242, 195, 0, 0.2);
}


/* Texto del placeholder */

.cf7-formulario-custom input::placeholder,
.cf7-formulario-custom textarea::placeholder {
  color: #777;
  opacity: 1;
}


/* =========================
   BLOQUE DE CUOTAS
========================= */

.cf7-formulario-custom .cf7-bloque-cuota {
  margin-bottom: 25px;
}

.cf7-formulario-custom .cf7-bloque-cuota h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.cf7-formulario-custom .cf7-cuotas .wpcf7-form-control {
  display: flex;
  gap: 10px;
  width: 100%;
}

.cf7-formulario-custom .cf7-cuotas .wpcf7-list-item {
  width: 33.333%;
  margin: 0;
}

.cf7-formulario-custom .cf7-cuotas .wpcf7-list-item label {
  display: block;
  margin: 0;
  cursor: pointer;
}

.cf7-formulario-custom .cf7-cuotas input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cf7-formulario-custom .cf7-cuotas .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 15px;
  border: 1px solid #f4a93d;
  border-radius: 25px;
  background-color: #fff;
  color: #000;
  text-align: center;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.cf7-formulario-custom
  .cf7-cuotas
  .wpcf7-list-item
  label:hover
  .wpcf7-list-item-label {
  background-color: #f4a93d;
  color: #000;
}

.cf7-formulario-custom
  .cf7-cuotas
  input[type="radio"]:checked
  + .wpcf7-list-item-label {
  background-color: #f4a93d;
  border-color: #f4a93d;
  color: #fff;
}

.cf7-formulario-custom
  .cf7-cuotas
  input[type="radio"]:focus-visible
  + .wpcf7-list-item-label {
  outline: 3px solid rgba(242, 195, 0, 0.35);
  outline-offset: 2px;
}


/* =========================
   PRIVACIDAD
========================= */

.cf7-formulario-custom .cf7-privacidad {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
}

.cf7-formulario-custom .cf7-privacidad .wpcf7-list-item {
  margin: 0;
}

.cf7-formulario-custom .cf7-privacidad label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
}

.cf7-formulario-custom .cf7-privacidad input[type="checkbox"] {
  margin-top: 4px;
}

.cf7-formulario-custom .cf7-privacidad a {
  color: inherit;
  text-decoration: underline;
}


/* =========================
   BOTÓN
========================= */

.cf7-formulario-custom .cf7-boton {
  margin-top: 15px;
}

.cf7-formulario-custom input[type="submit"] {
  width: 100%;
  border: 0;
  border-radius: 50px;
  padding: 14px 28px;
  cursor: pointer;
  background-color: #f4a93d;
  color: #fff;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.cf7-formulario-custom input[type="submit"]:hover {
  background-color: #bd1a8d;
  color: #fff;
}

.cf7-formulario-custom input[type="submit"]:focus-visible {
  outline: 3px solid rgba(189, 26, 141, 0.3);
  outline-offset: 3px;
}


/* =========================
   MENSAJES DE CONTACT FORM 7
========================= */

.cf7-formulario-custom .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 18px;
  border-radius: 20px;
}
/* =========================
OCULTAR LOS CAMPOS DEL CERTIFICADO ========================= */

.cf7-campos-certificado {
    display: none;
}

.cf7-campos-certificado.activo {
    display: block;
}
/* =========================
   MÓVIL
========================= */

@media (max-width: 767px) {

  .cf7-formulario-custom .cf7-fila {
    flex-direction: column;
    gap: 0;
  }

  .cf7-formulario-custom .cf7-fila .cf7-campo {
    width: 100%;
  }

  .cf7-formulario-custom .cf7-cuotas .wpcf7-form-control {
    flex-direction: column;
  }

  .cf7-formulario-custom .cf7-cuotas .wpcf7-list-item {
    width: 100%;
  }
}
.titulo-form{
	font-weight:700;
	margin-top:25px;
	margin-bottom:20px;
	font-size:18px;
}

.btn-entradas a{
	background-color: #f4a93d;
    font-family
font-family: "League Spartan", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    fill: #2a2a2a;
    color: #2a2a2a;
    border-style: none;
    border-radius: 999px 999px 999px 999px;
    padding: 14px 28px 14px 28px;
}
color:black;
}

/*Botón del menú*/
li.btn-header{
  padding: 0;
}

li.btn-header > a.elementor-item{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background-color: #859ccf;
  border: 1px solid #859ccf;
  border-radius: 10px;
  box-sizing: border-box;
  transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}

li.btn-header > a.elementor-item:hover{
  background-color: transparent;
  border-color: #859ccf;
}

li.btn-header > a.elementor-item::after,
li.btn-header > a.elementor-item:hover::after,
li.btn-header > a.elementor-item.elementor-item-active::after{
  display: none !important;
}

li.btn-header > a.elementor-item{
  line-height: 1;
}


/*Bullets de color*/
.lista-bullets ul {
  list-style: none;
  padding-left: 0;
}

.lista-bullets ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.lista-bullets ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em; 
  width: 12px;
  height: 12px;
  background-color: #bd1a8d;
  border-radius: 50%; 
  transform: translateY(-50%);
}

.taxonomia-recurso .elementor-post-info__terms-list-item{
font-weight:700;
}
.cuerpo-contenido p {
    margin-bottom: 1em !important;
}

.cuerpo-contenido h2,
.cuerpo-contenido h3,
.cuerpo-contenido h4,
.cuerpo-contenido h5,
.cuerpo-contenido h6 {
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}

