@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//coachfitmadrid.es/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.4.3") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Quicksand", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(196,2,43);
	--wd-alternative-color: rgb(0,0,0);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(196,2,43);
	--btn-accented-bgcolor-hover: rgb(168,1,32);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255, 255, 255);
	background-image: url(https://coachfitmadrid.es/wp-content/uploads/2021/09/corporate-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: rgb(23, 150, 229);
	background-image: url(https://coachfitmadrid.es/wp-content/uploads/2021/09/corporate-page-title.jpg);
}
.footer-container {
	background-color: rgb(196, 2, 43);
	background-image: none;
}
.wd-load-additional-fonts-700 {
	font-family: "Quicksand", Arial, Helvetica, sans-serif;
	font-weight: 700;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.acordeon {
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.acordeon-item {
    background-color: #f9f9f9;
}

.acordeon-titulo {
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.titulo-texto {
    flex: 1;
}

.icono {
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.acordeon-contenido {
    padding: 10px;
}

.acordeon-contenido p {
    margin: 0 0 10px;
}

blockquote {
    margin: 0;
    padding: 10px;
    background-color: #f1f1f1;
    border-left: 5px solid #4CAF50;
    color: #333;
}
.acordeon-contenido {
    display: none;
}
.member-social {
    display: none;
}
#contact-form {
    max-width: 800px; /* Doble de ancho */
    margin: auto;
    background-color: transparent; /* Fondo transparente */
    padding: 20px;
    border-radius: 8px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */ /* Opcional: Si no deseas sombra, puedes eliminar esta línea */
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 10px; /* Reducción de espacio entre campos */
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: calc(100% - 22px); /* Ancho ajustado */
    padding: 10px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 4px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    margin-bottom: 10px; /* Reducción de espacio entre campos */
}

textarea {
    resize: vertical;
    min-height: 50px; /* Reducción de altura */
}

.button-container {
    display: flex;
    justify-content: center;
}

.button-container button[type="submit"] {
    background-color: rgb(196, 2, 43);
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.button-container button[type="submit"]:hover {
    background-color: #ad001f;
}

/* Estilo para el texto "He leído y acepto las condiciones de uso." */
.label-checkbox label {
    color: #ffffff; /* Cambiar el color del texto a blanco */
}

.label-checkbox {
    display: flex;
    align-items: center;
    color: #ffffff; /* Color blanco */
    margin-bottom: 10px; /* Añadido espacio inferior */
}

.label-checkbox input[type="checkbox"] {
    margin-right: 10px; /* Espacio entre el texto y el checkbox */
}

/* Estilos generales */
body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333333;
}

/* Estilos generales */
body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333333;
}

/* Estilos generales */
body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333333;
}

.tarifas-container {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.tarifa-cluster {
    width: 300px;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.tarifa-cluster:hover {
    transform: translateY(-5px);
}

.tarifa-cluster h3 {
    background-color: #ad001f;
    color: white;
    padding: 10px;
    margin: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.tarifa {
    background-color: white;
    padding: 20px;
    border-radius: 0 0 15px 15px;
}

.tarifa h4 {
    color: #ad001f;
    margin-top: 0;
}

.tarifa p {
    margin: 5px 0;
}

.tarifa p:last-child {
    font-weight: bold;
    color: #ad001f;
}

/* Separación entre clusters */
.tarifa-cluster + .tarifa-cluster {
    margin-left: 20px;
}

/* Efecto de brillo */
.tarifa-cluster:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}

/* Estilos para dispositivos móviles */
@media screen and (max-width: 768px) {
    .tarifa-cluster {
        width: calc(50% - 20px);
    }

    .tarifa-cluster + .tarifa-cluster {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .tarifa-cluster {
        width: 100%;
    }
}
/* Estilos generales */
body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333333;
}

.tarifas-container {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.tarifa-cluster {
    width: 300px;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.tarifa-cluster h3 {
    background-color: #ad001f;
    color: white;
    padding: 10px;
    margin: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.tarifa {
    background-color: white;
    padding: 20px;
    border-radius: 0 0 15px 15px;
}

.tarifa h4 {
    color: #ad001f;
    margin-top: 0;
}

.tarifa p {
    margin: 5px 0;
}

.tarifa p:last-child {
    font-weight: bold;
    color: #ad001f;
}
/* Estilos generales */
body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333333;
}

.metodologia-container {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.metodologia-cluster {
    width: 300px;
    margin-bottom: 20px; /* Reducir la separación entre clusters */
    border-radius: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.metodologia h4 {
    background-color: #ad001f;
    color: white;
    padding: 10px;
    margin: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.metodologia {
    background-color: white;
    padding: 20px;
    border-radius: 0 0 15px 15px;
}

.metodologia p {
    margin: 5px 0;
}

/* Estilos para dispositivos móviles */
@media screen and (max-width: 768px) {
    .metodologia-cluster {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 480px) {
    .metodologia-cluster {
        width: 100%;
    }
}
/* Estilos generales */
body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333333;
}

.servicios-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
}

.servicio {
    width: 300px;
    margin-bottom: 20px;
    text-align: center;
}

.servicio img {
    max-width: 100%;
}

.servicio h3 {
    margin-top: 10px;
}

.servicio a {
    display: block;
    margin-top: 10px;
    background-color: #ad001f;
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
}

.servicio a:hover {
    background-color: #890019;
}

/* Estilos para dispositivos móviles */
@media screen and (max-width: 768px) {
    .servicio {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 480px) {
    .servicio {
        width: 100%;
    }
}
/* Estilos para formulario */
<style>
.form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 50%;
    margin: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 600px) {
    .form-container {
        width: 95%;
    }
}

.form-group {
    width: 100%;
    margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: calc(100% - 22px);
    padding: 10px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 4px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
}

textarea {
    resize: vertical;
    min-height: 50px;
}

.button-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.button-container button[type="submit"] {
    background-color: rgb(196, 2, 43);
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.button-container button[type="submit"]:hover {
    background-color: #ad001f;
}

/* Estilo para el texto "He leído y acepto las condiciones de uso." */
.label-checkbox {
    display: flex;
    align-items: center;
    color: #ffffff; /* Texto en blanco */
    margin-bottom: 10px; /* Añadido espacio inferior */
}

.label-checkbox input[type="checkbox"] {
    margin-right: 10px; /* Espacio entre el texto y el checkbox */
}

/* Estilo específico para el enlace dentro de la clase .label-checkbox */
.label-checkbox a {
    color: #ffffff; /* Color blanco para el enlace */
    text-decoration: underline; /* Subrayado para indicar que es un enlace */
}

body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333333;
}

/* Estilo para el mensaje de confirmación */
.wpcf7-response-output {
    color: #ffffff; /* Color del texto */
    background-color: rgb(196, 2, 43); /* Color de fondo */
    border: 1px solid #ccc; /* Borde */
    border-radius: 4px; /* Bordes redondeados */
    padding: 10px; /* Relleno */
    margin-top: 10px; /* Espacio superior */
    text-align: center; /* Centrado del texto */
    font-size: 16px; /* Tamaño del texto */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1); /* Sombra */
    width: calc(100% - 22px); /* Ancho ajustado */
    margin-left: auto;
    margin-right: auto;
}
</style>
@media (max-width: 576px) {
	/* Estilos generales */
body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333333;
}

#contact-form {
    max-width: 90%; /* Reducir el ancho máximo para dispositivos móviles */
    margin: auto;
    background-color: transparent; /* Fondo transparente */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 15px; /* Aumentar el espacio entre campos */
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%; /* Ancho completo */
    padding: 12px; /* Aumentar el relleno para hacer los campos más grandes */
    border: 1px solid rgb(0, 0, 0);
    border-radius: 4px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    margin-bottom: 15px; /* Aumentar el espacio entre campos */
    box-sizing: border-box; /* Incluir el relleno en el tamaño total */
}

textarea {
    resize: vertical;
    min-height: 100px; /* Aumentar la altura mínima */
}

.button-container {
    display: flex;
    justify-content: center;
}

.button-container button[type="submit"] {
    background-color: rgb(196, 2, 43);
    color: #ffffff;
    border: none;
    padding: 12px 20px; /* Aumentar el relleno del botón */
    border-radius: 4px;
    cursor: pointer;
}

.button-container button[type="submit"]:hover {
    background-color: #ad001f;
}

/* Estilo para el texto "He leído y acepto las condiciones de uso." */
.label-checkbox label {
    color: #ffffff; /* Cambiar el color del texto a blanco */
}

.label-checkbox {
    display: flex;
    align-items: center;
    color: #ffffff; /* Color blanco */
    margin-bottom: 15px; /* Aumentar el espacio inferior */
}

.label-checkbox input[type="checkbox"] {
    margin-right: 10px; /* Espacio entre el texto y el checkbox */
}

}

