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

.text-wrap-balance {
    text-wrap: balance;
}

body.desactivar-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

#site-header {
    padding: 8px 20px;
    margin: 8px;
    background-color: #fefefedd;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    backdrop-filter: blur(10px);
    box-shadow: 0px 3px 8px -3px #0006;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 2;
    transition: all 0.3s ease;
}

#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;
    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: hidden;
    height: calc(100vh - 75px);
}

.site-navigation-dropdown .menu-menu-principal-container {
    height: 100%;
}

.site-navigation-dropdown .cabecera-menu-desplegado {
    padding: 4px 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: 24px;
}

.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: "▴";
}


a.custom-logo-link img {
    height: 70px;
    width: auto;
    transition: all 0.3s ease;
}

/* FIN CSS CABECERA */

/* CSS PIE */

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

.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;
    display: block;
    width: 100%;
}

footer#site-footer {
    padding: 5px 0;
}

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

section#media_image-2 {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

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

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

@media (max-width: 767px) {
    .footer-top-columns>div {
        width: 100%;
    }
}

/* FIN CSS PIE */

/* 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: nowrap;
    gap: 20px;
}

.wpcf7-form div.fila-dos-columnas>p>label {
    width: 50%
}

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

a.elementor-button:before {
    width: 100%;
    content: '';
    background: #f3f3f3;
    z-index: 1;
    display: block;
    height: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-out;
}

a.elementor-button:hover:before {
    height: 100%;
    transition: all 0.3s ease-out;
}

a.elementor-button:hover:before {
    height: 100%;
    transition: all 0.3s ease-out;
}

a.elementor-button:hover span.elementor-button-content-wrapper {
    color: #1c1c1c;
    transition: all 0.1s ease-out;
}


span.elementor-button-content-wrapper {
    z-index: 1;
    position: relative;
}

a.elementor-button:hover span.elementor-button-content-wrapper svg.e-font-icon-svg.e-fas-arrow-right {
    fill: #1c1c1c;
}

.copyright.show p a {
    color: #FFF;
    text-decoration: underline;
}

/* FORMULARIO CTA */

.formulario-cta input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: transparent;
    border: 1px solid #FFF;
    border: 0;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
}

.formulario-cta input::placeholder {
    color: #a3a3a3;
}

.formulario-cta input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 5px;
}

.formulario-cta label > span:first-child {
    display: none !important;
}

.formulario-cta span.wpcf7-list-item-label {
    color: #FFF;
    font-size: 14px;
}

.formulario-cta span.wpcf7-list-item-label > a{
    color: #FFF;
    font-size: 14px;
    text-decoration: underline;
}

.formulario-cta input.wpcf7-form-control.wpcf7-submit.has-spinner.botones-formulario {
    border: 0;
    border-bottom: 2px solid #FFF;
    border-radius: 0;
    padding: 10px 20px;
    color: #FFF;
    position: relative;
    transition: all 0.3s ease;
}

.formulario-cta input.wpcf7-form-control.wpcf7-submit.has-spinner.botones-formulario:hover {
    background-color: #FFF;
    color: #1c1c1c;
}

/* FORMULARIO CONTACTO */

.formulario-contacto input.wpcf7-form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #1c1c1c;
    border-radius: 0;
}

.formulario-contacto input::placeholder {
    color: #333;
}

.formulario-contacto input.wpcf7-form-control.wpcf7-text {
    padding: 5px;
}

.formulario-contacto label > span:first-child {
    display: none !important;
}

.formulario-contacto span.wpcf7-list-item-label {
    color: #1c1c1c;
    font-size: 14px;
}

.formulario-contacto span.wpcf7-list-item-label > a{
    color: #1c1c1c;
    font-size: 14px;
    text-decoration: underline;
}

.formulario-contacto input.wpcf7-form-control.wpcf7-submit.has-spinner.botones-formulario {
    border: 0;
    border-bottom: 2px solid #1c1c1c;
    border-radius: 0;
    padding: 10px 20px;
    color: #1c1c1c;
    position: relative;
    transition: all 0.3s ease;
}

.formulario-contacto input.wpcf7-form-control.wpcf7-submit.has-spinner.botones-formulario:hover {
    background-color: #1c1c1c;
    color: #FFF;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
}

.formulario-contacto textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #1c1c1c;
    border-radius: 0;

}

.site-navigation-toggle .fa.fa-bars {
    font-size: 24px;
    color: #000;
}

.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown>div {
    left: -5px;
    top: -5px;
    background-color: #1c1c1c;
    border-right: 1px solid #333;
    z-index: 6;
}

ul#menu-cabecera {
    background: #00000001;
}

.site-navigation-dropdown ul.menu li a {
        background: #00000001;;
    border-bottom: 1px solid #333;
    color: #FFF;
}

.cabecera-menu-desplegado .site-logo.show img {
    height: 50px;
    filter: invert(1);
}

div#cerrar-menu-closa .fa.fa-close {
    font-size: 24px;
    color: #FFF;
}

.cabecera-menu-desplegado a {
    background: #1c1c1c;
}

@media screen and (max-width: 576px) {
    #site-header {
        padding: 8px;
        margin: 4px;
    }

    a.custom-logo-link img {
        height: 60px;
        width: auto;
        transition: all 0.3s ease;
    }

    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        padding-inline-start: 0px; 
        padding-inline-end: 0px;
    }

    section#media_image-2 {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
}