/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


header li.iniciar-sesion a{
	background: #A7B9C9;
	color: #fff !important;
    border-radius: 27px;
}

header li.iniciar-sesion a:hover{
	opacity: .8 !important;
}

a.btn-t1 {
    background: #A7B9C9;
    color: #fff;
    border-radius: 27px;
    padding: 10px 20px;
    border: 2px solid #a1b5c4;
    display: inline-flex;       /* para alinear mejor texto + icono */
    align-items: center;
    text-decoration: none;
}

a.btn-t1 svg {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    width: 16px;
    transition: transform .25s ease;
  	transform: translateX(0);
  	margin-bottom: -2px;
}

a.btn-t2{
	background: #fff;
	color: #a1b5c4;
    border-radius: 27px;
    padding: 10px 20px;
    border: 2px solid #a1b5c4;
    transition: .6s;
}

a.btn-t1:hover {
    color: #fff !important;
    background: #a1b5c4e6 !important;
}

a.btn-t1:hover svg {
    transform: translateX(5px); /* mueve la flecha 5px a la derecha */
}

a.btn-t2:hover{
	background: #a1b5c4;
	color: #fff !important;
}

.underline-anim {
  position: relative;
  display: inline-block;
  color: #A7B9C9;
}

.underline-anim::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px; /* un poco por debajo del texto */
  height: 3px; /* grosor de la línea */
  width: 0;
  background: #A7B9C9; /* color de la línea */
  animation: underline 1s ease forwards;
}

.carla-formulario-inteligente{
    min-height: 750px !important;
}

body{
    background-color: #fff !important;
}

@keyframes underline {
  from { width: 0; }
  to   { width: 100%; }
}


.iconos-servicios-presenciales{
	border-radius: 50%;
    background: #a1b5c41a;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .6s;
}

.iconos-servicios-presenciales svg{
	color: #a1b5c4;
}

.servicio-presencial:hover{
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.ver-detalles{
	color: #a1b5c4;
	border:1px solid #a1b5c4;
	border-radius: 16px;
    padding: 0.7rem 1rem;
    transition: .6s;
    display: block;
    margin-top: 10px;
}

.ver-detalles:hover{
	color: #fff;
	background: #a1b5c4;
}


a.suscribirme {
    background: #a1b5c4;
    color: #fff;
    width: 100%;
    display: block;
    max-width: 90%;
    border-radius: 13px;
    padding: 0.6rem 7rem;
    font-size: 0.9rem;
    transition: .6s;
    text-align: center;
    margin: 0 auto;
}

a.suscribirme:hover{
	opacity: .8;
}

.etiqueta{
	padding-top: .125rem;
    padding-bottom: .125rem;
    padding-left: .625rem;
    padding-right: .625rem;
    background: #e8e4d9;
    border-radius: 9999px;
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: 20px;
}

.etiqueta.premium{
	color: #a1b5c4;
	background: #a1b5c41a;
}

.etiqueta.vip{
    color: #fff;
    background-image: linear-gradient(to right, hsl(206, 23%, 70%) 0%, hsl(210deg 100% 80% / 42%) 100%);
}

.precio{
    font-weight: 700;
    color: #a1b5c4;
    font-size: 1.875rem;
    line-height: 2.25rem;
}

p.puntos-clases {
    font-size: 14px;
    font-weight: 400;
}

svg.custom-check{
    color: #a1b5c4;
    max-width: 18px;
    margin-bottom: -7px;
    margin-right: 10px;
}

#maspopular {
    border: 2px solid #a1b5c4;
}

#maspopular:after{
    content: "Más Popular";
    position: absolute;
    top: -1px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    min-width: 119px;
    background: #a1b5c4;
    color: #fff;
    border-radius: 22px;
    padding: 8px;
    text-align: center;
    font-weight: 600;
    font-size: .75rem;
    line-height: 1rem;
}

.icono-carla {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #a1b5c4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
}

.puntos-clave-carla {
    background: #a1b5c40d;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 20px;
    border-left: 4px solid #a1b5c4;
}

.puntos-clave-carla h6{
    color: #2b303b;
    font-weight: 600;
    font-size: 16px;
}

.puntos-clave-carla p{
    color: #6c727f;
    font-weight: 300;
    font-size: 14px;
}

.etiqueta.e-opiniones {
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #a1b5c4;
    background: transparent;
    color: #a1b5c4;
}

.etiqueta.e-opinion{
    color: #a1b5c4;
    background: #a1b5c41a;
    width: 100%;
    min-width: 90px;
    text-align: center;
}

.svg-opinion:before{
    content: " ";
    position: absolute;
    top: -15px;
    left: -10px;
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/themes/hello-theme-child-master/img/comillas.svg");
    background-repeat: no-repeat;
    background-color: #a1b5c41a;
    background-position: center;
    background-size: 16px;
}


.elementor-form .elementor-field,
.elementor-form .elementor-button{
  height: 44px;
  border-radius: 50px;       
}


input[type="text"],input[type="email"],textarea{
    border: 1px solid #ece9df !important;
    border-radius: 14px !important;
    margin-top: 10px !important;
    appearance: textfield !important;
}

#contacto textarea{
    min-height: 150px;
    border-radius: 14px !important;
}


/* Evita stretch y fuerza auto-height en esta sección */



