/*ESTILOS WIT*/

/*BANNER DE COOKIES (COMPLIANCE AGENCY MOOVE) TEMA CLARO*/
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    border-top: 0 !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%) !important;
}

/*BANNER DE COOKIES (COMPLIANCE AGENCY MOOVE) TEMA OSCURO*/
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    border-top: 0 !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%) !important;
}

/*OCULTA EL TÍTULO DE HELLO-ELEMENTOR SI SE ACTIVA POR ERROR LA PLANTILLA POR DEFECTO*/
.page-header {
  display: none;
}

.sin-margen p:last-child{
    margin-bottom: 0px;
}

/*PÁGINAS LEGALES */
#texto-legal h1,
#texto-legal h2,
#texto-legal h3,
#texto-legal h4,
#texto-legal h5,
#texto-legal h6{
    margin-top:30px;
}

#texto-legal h1{
    font-size: 30px;
}

#texto-legal h2{
    font-size: 26px;
}

#texto-legal h3{
    font-size: 24px;
}

#texto-legal h4{
    font-size: 22px;
}

#texto-legal h5{
    font-size: 20px;
}

#texto-legal h6{
    font-size: 18px;
}

#texto-legal p{
    font-size: 15px;
}

#texto-legal ol,
#texto-legal ul{
    margin-bottom: 30px;
}

.iconos{
  line-height:0;
}

.woocommerce-form-login {
  height: auto !important;
}

/**********BOTÓN ANIMADO*********/
.btn-flecha {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 2px 2px 2px 10px;
    background: #000000;
    border: 2px solid #2d2d2d;
    border-radius: 50px;
    text-decoration: none;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 18px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    cursor: pointer;
    font-family: "Josefin Sans", sans-serif;
}

.btn-flecha-blanco{
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 2px 2px 2px 10px;
    background: #ffffff;
    border: 2px solid #2d2d2d;
    border-radius: 50px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 400;
    font-size: 18px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    cursor: pointer;
    font-family: "Josefin Sans", sans-serif;
}

.btn-texto {
    position: relative;
    z-index: 1;
}

.btn-circulo {
    width: 44px;
    height: 44px;
    border: 1.5px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    background:#ffffff;
    color:#000000;
}

.btn-circulo-negro {
    width: 44px;
    height: 44px;
    border: 1.5px solid #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    background:#000000;
    color:#ffffff;
}

.btn-circulo svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 2.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.4s ease;
}

.btn-circulo-negro svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 2.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.4s ease;
}

.btn-flecha:hover {
    background: #c3d036;
    border-color: #c3d036;
    color: #2d2d2d;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255,235,59,0.3);
}

.btn-flecha-blanco:hover {
    background: #c3d036;
    border-color: #c3d036;
    color: #2d2d2d;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255,235,59,0.3);
}

.btn-flecha:hover .btn-circulo {
    background: #2d2d2d;
    border-color: #2d2d2d;
    transform: rotate(-45deg);
}

.btn-flecha-blanco:hover .btn-circulo-negro {
    background: #2d2d2d;
    border-color: #2d2d2d;
    transform: rotate(-45deg);
}

.btn-flecha:hover .btn-circulo svg {
    stroke: #fff;
}

.btn-flecha-blanco:hover .btn-circulo-negro svg {
    stroke: #ffffff;
}
/**********FIN BOTÓN ANIMADO*********/

/**********MARQUESINA************/
.marquee-container {
    width: 100vw;
    height: 120px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.marquee {
    font-family: "Josefin Sans", sans-serif;
    white-space: nowrap;
    position: absolute;
    width:fit-content;
    animation: scroll 40s linear infinite;
    font-size: 120px;
    color: #C3D036;
    will-change: transform;
    text-transform: uppercase;
}

.marquee p {
    display: inline-block;
    margin: 0;
    padding: 0;
}

@keyframes scroll {
    0% {
        transform: translateX(50%);
    }
    100% {
        transform: translateX(-100%);
    }
}
/**********FIN MARQUESINA************/

.highlight{
    color: #C3D036;
}

.josefin{
    font-family: "Josefin", sans-serif;
}

/******CONTADORES*****/
.elementor-counter-title {
  text-align: center;
}