/* 
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 */

/* CSS CABECERA */
body.desactivar-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
#site-header{
	padding: 15px;
}
#site-header .site-logo > a{
	line-height: 0;
}
/*#site-header .site-navigation ul.menu > li.menu-item:last-child > a{
	padding-right: 0;
}*/
body.menu-fixed-al-subir #site-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 99;
    transition: all 0.3s ease;
}
body.menu-fixed-al-subir.admin-bar #site-header{
	top: 32px;
}
#cerrar-menu-closa > div > i.eicon-menu-bar:before{
    content: "\e87f";
    font-size: 25px;
}
body.menu-fixed-al-subir #site-header .site-logo img{
	width: 100%;
    height: 50px;
}
body.menu-fixed-al-subir > div.elementor{
    padding-top: 100px;
}
.site-navigation-dropdown {
    position: fixed;
    margin-block-start: 0px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(0 0 0 / 30%);
    transition:none;
}
.site-navigation-dropdown > div{
    background-color: #ffffff;
    width: 75%;
    left: -75%;
    position: relative;
    transition: left 0.5s ease-in-out;
}
.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown > div{
    left: 0;
}
.site-navigation-dropdown .site-logo > a{
    display: block;
    line-height: 0;
}
.site-navigation-dropdown ul.menu{
    position: static;
    display: block;
    overflow-y: scroll;
    height: calc(100vh - 75px);
}
.site-navigation-dropdown .menu-menu-principal-container{
    height: 100%;
}
.site-navigation-dropdown .cabecera-menu-desplegado{
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
}
.site-navigation-toggle-holder .site-navigation-toggle{
    background-color: transparent;
}
.eicon-menu-bar:before{
    font-size: 25px;
}
.site-navigation-dropdown ul.menu li.menu-item-has-children > span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 15%;
    max-height: 64px;
}
#site-header nav:not(.site-navigation-dropdown) ul.menu li.menu-item-has-children > span{
    display: none;
}
.site-navigation-dropdown ul.menu li.menu-item-has-children > span:after{
    display: block;
    content: "▾";
    font-size: 1.5em;
}
.site-navigation-dropdown ul.menu li.menu-item-has-children.elementor-active > span:after{
    content: "▴";
}

img.custom-logo {
    width: auto;
    height: 90px;
}
/* FIN CSS CABECERA */

/* CSS PIE */


.footer-top-columns>div {
    width: 100%;
    padding: 2% 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.site-footer:not(.footer-stacked) .footer-inner .copyright {
    max-width: initial;
    width: 100%;
}

.site-footer:not(.footer-stacked) .footer-inner .copyright p {
    text-align: center !important;
    display: block;
    width: 100%;
}

.site-footer .footer-inner.footer-top-columns {
    flex-wrap: nowrap;
}

.footer-top-columns>div:first-child {
    width: 50%;
}

.footer-top-columns>div:not(:first-child) {
    width: 25%;
}

ul#menu-cabecera-2 {
    list-style: none;
    padding: 0;
}

ul#menu-cabecera-2 li {
    padding: 5px 0px;
}

.site-footer {
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    padding-block-start: 0rem;
    padding-block-end: 0rem;
    box-shadow: 0px -10px 20px 0px #0001;
}

.footer-top-columns>div:first-child {
    width: 50%;
    padding: 2% 4%;
}

header#site-header {
    box-shadow: 0px 10px 20px 0px #0001;
}

@media (max-width: 1000px) {
    .site-footer .footer-inner.footer-top-columns {
        flex-wrap: wrap;
    }

    .footer-top-columns>div {
        width: 50%;
    }
}

.footer-top-columns>div {
    width: 100% !important;
}

@media (max-width: 576px) {

    .site-footer .footer-inner.footer-top-columns {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 0;
    }

    .footer-top-columns>div {
        width: 100%;
        padding: 20px !important;
    }

    a.custom-logo-link img {
        height: 60px;
        width: auto;
    }

    label span {
        font-size: 16px;
    }

    section#custom_html-5 p {
        font-size: 1rem;
    }

    .formulario-cta-paginas span.wpcf7-list-item-label,
    .formulario-cta-paginas span.wpcf7-list-item-label a {
        color: #FFF;
        font-size: 11px;
    }
}

.footer-top-columns>div {
    width: 100% !important;
}

.site-footer section p {
    margin-bottom: 0 !important;
    font-size: 16px;
}

.footer-top-columns>div:first-child {
    background: #FECE5D;
}

.footer-top-columns>div:nth-child(2) {
    background-color:#FFE6AE ; 
}

.footer-top-columns>div:nth-child(3) {
    background-color:#FFF2D6 ; 
}

/* FIN CSS PIE */

span.subrayado-cst.home {
    text-decoration: underline;
    text-underline-offset: 15px;
}

/* FORMULARIO CONJUNTO */

.invalid .wpcf7-response-output,
.unaccepted .wpcf7-response-output,
.spam  .wpcf7-response-output {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border: 1px solid #f5c6cb !important;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}
span.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    font-size: 11px;
}
.wpcf7-response-output{ 
    font-size: 12px;
    line-height: 1.5rem !important;
}
.sent  .wpcf7-response-output {
    color: #155724 !important;
    background-color: #d4edda !important;
    border: 1px solid #c3e6cb!important;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}
.fila-dos-columnas > p {
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-form div.fila-dos-columnas > p > label {
    width: calc(50% - 15px);
}
.wpcf7-form div > p > label{
    width: 100%;
}
.wpcf7-list-item-label a:hover{
    text-decoration: underline;
}
.submitting .wpcf7-spinner{
    display: inline-block;
}
.wpcf7-spinner{
    display: none;
}
.screen-reader-response{
    display: none !important;
}
span.wpcf7-list-item-label {
    margin-left: 7px;
}
/* FIN FORMULARIO CONJUNTO */

/* FORMULARIO 1 */

.page-id-347 .wpcf7-form div > p > label{
    position: relative;
}
.page-id-347 .wpcf7-form div > p > label > span:not(.wpcf7-form-control-wrap){
    position: absolute;
    padding: 0 14px;
    top: -11px;
    left: 20px;
    background-color: #242424;
    font-size: 15px;
    line-height: 22.5px;
    color: white;
    z-index: 5;
}
.page-id-347 input[type=date], 
.page-id-347 input[type=email], 
.page-id-347 input[type=number], 
.page-id-347 input[type=password], 
.page-id-347 input[type=search], 
.page-id-347 input[type=tel], 
.page-id-347 input[type=text], 
.page-id-347 input[type=url], 
.page-id-347 select, 
.page-id-347 textarea{
    border: 1.5px solid white;
    background-color: transparent;
    font-size: 14px;
    line-height: 14px;
    padding: 17px 20px;
    border-radius: 0px;
    margin-bottom: 20px;
    color: white;
}
.page-id-347 .wpcf7-form div.fila-dos-columnas > p > label:first-child{
    margin-right: 15px;
}
.page-id-347 .wpcf7-form div.fila-dos-columnas > p > label:last-child{
    margin-left: 15px;
}
.page-id-347 .wpcf7-form div > p textarea{
    margin-bottom: 0;
}
.page-id-347 .boton-formulario > p{
    text-align: center;
}
.page-id-347 .boton-formulario [type=submit] {
    background-color: #3F48CC;
    color: #fff;
    border: 0px;
    padding: 0 38px;
    font-size: 16px;
    font-weight: 500;
    min-height: 55px;
    border-radius: 3px;
    line-height: 24px;
}
.page-id-347 .texto-contacto-subtitulo{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
/*RESPONSIVE*/
@media only screen and (max-width: 768px){
    .wpcf7-form div.fila-dos-columnas > p > label {
    width: 100% !important;
    }
    .page-id-347 .wpcf7-form div.fila-dos-columnas > p > label:first-child {
        margin-right: 0px;
    }

    .page-id-347 .wpcf7-form div.fila-dos-columnas > p > label:last-child {
        margin-left: 0px;
        margin-top: 20px;
    }
    
}
/*FIN FORMULARIO */

/* FORMULARIO CONJUNTO */

.invalid .wpcf7-response-output,
.unaccepted .wpcf7-response-output,
.spam  .wpcf7-response-output {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border: 1px solid #f5c6cb !important;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}
span.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    font-size: 11px;
}
.wpcf7-response-output{ 
    font-size: 12px;
    line-height: 1.5rem !important;
}
.sent  .wpcf7-response-output {
    color: #155724 !important;
    background-color: #d4edda !important;
    border: 1px solid #c3e6cb!important;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}
.fila-dos-columnas > p {
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-form div.fila-dos-columnas > p > label {
    width: calc(50% - 15px);
}
.wpcf7-form div > p > label{
    width: 100%;
}
.wpcf7-list-item-label a:hover{
    text-decoration: underline;
}
.submitting .wpcf7-spinner{
    display: inline-block;
}
.wpcf7-spinner{
    display: none;
}
.screen-reader-response{
    display: none !important;
}
span.wpcf7-list-item-label {
    margin-left: 7px;
}
/* FIN FORMULARIO CONJUNTO */
 
.iconos-rrss {
  max-width: 100%;
  display: flex;
}
.iconos-rrss > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
}
.iconos-rrss > a > i{
    border: 1px solid #FFF;
    width: 40px;
    height: 40px;
    transition: all 0.1s linear;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iconos-rrss > a:hover > i{
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
}
.iconos-rrss i:before {
    font-size: 24px;
}
.wpcf7-list-item-label a,
.wpcf7-list-item-label{
    color: white;
} 
.wpcf7-list-item-label a{
    text-decoration: underline;
} 
.e--pointer-double-line .elementor-item:after,
.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:after,
.e--pointer-overline .elementor-item:before,
.e--pointer-underline .elementor-item:after,
.e--pointer-underline .elementor-item:before {
    background-color: #3F48CC;
}

/* BOTON WHATS */

.whatsapp-widget span {
    display: none;
}

.texto-whatsapp {
    font-size: 14px;
    color: white !important;
}

.contenedor-whatsapp-widget {
    position: fixed;
    bottom: 80px;
    right: 14px;
    z-index: 9999;
    display: flex;
    align-items: center;
    background-color: #25D366;
    border-radius: 50px;
    padding: 5px;
    transition: all 0.3s ease;
    width: 60px;
    overflow: hidden;
}

.contenedor-whatsapp-widget:hover {
    width: 275px; 
    background-color: #1da851;
}

.boton-whatsapp {
    background-color: transparent; 
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.texto-que-acompaña-2 {
    color: white;
    font-size: 16px;
    margin-left: 10px; /* Espaciado entre el icono y el texto */
    white-space: nowrap; /* Evita que el texto se divida en varias líneas */
    opacity: 0; /* Invisible inicialmente */
    transform: translateX(-20px); /* Desplazado hacia la izquierda */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Transición suave */
}

.contenedor-whatsapp-widget:hover .texto-que-acompaña-2 {
    opacity: 1; /* Hace visible el texto */
    transform: translateX(0); /* Devuelve el texto a su posición original */
}
 
.contenedor-whatsapp-widget:hover .boton-whatsapp{
    padding: 5px 5px;  /*5px 11px*/
}

a.boton-whatsapp {
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    text-decoration: none;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

a.boton-whatsapp img {
    height: 30px;
}

.texto-cta p {
    font-size: 40px;
    font-family: Oswald;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1.5;
}

.swiper-slide-contents > * {
    background-color: #00000001;
}

.texto-whatsapp{
    color: white;
    text-decoration: none;
}


@media screen and (max-width: 576px) {
    .contenedor-whatsapp-widget:hover .boton-whatsapp{
        padding: 1px;/
    }
    .texto-que-acompaña-2{
        display: none;
    }
    .contenedor-whatsapp-widget{
        position: fixed;
        bottom: 0px;
    }
    .whatsapp-widget {
        position: fixed;
        width: 100%;
        left: 0;
        text-align: center;
        bottom: 0;
        border-radius: 0;
        height: 40px;
    }

    .whatsapp-widget > a {
        font-size: 16px;
    }

    a.boton-whatsapp {
        width: 100%;
        border-radius: 0px;
        padding: 1px;
        height: 40px;
    }

    .whatsapp-widget span {
        display: inline-block;
    }

    #readabler-ai-trigger{
        bottom: 40px;
    }
}
.footer-has-copyright > div{
    display: flex !important;
}
.widget-whats {
    position: absolute;
    bottom: 0;
}

fieldset {

    display: none;
}