/* 
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 !important;
}

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

#site-header {
    padding: 0px;
    box-shadow: 0px 0px 10px -2px #0004;
}

.header-inner-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F3f3f3;
    padding: 10px;
}

#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: auto;
    height: 50px;
}

body.menu-fixed-al-subir>div.elementor {
    padding-top: 100px;
}

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

.widget-cabecera-dcha {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-inner-top {
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #F3f3f3;
    padding: 10px 40px;
}

a.boton-cabecera-contacto {
    background-color: #000;
    color: #FFF !important;
    padding: 10px 25px;
    transition: all 0.3s ease;
    font-size: 14px;
}

a.boton-cabecera-contacto:hover {
    background-color: #444;
}

.header-inner-top>div {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-fixed-al-subir .header-inner-bottom {
    display: none;
}

.site-header.header-stacked .site-navigation-toggle-holder {
    justify-content: flex-start;
    max-width: 100%;
}

ul#menu-cabecera-1 {
    display: flex;
    gap: 5px;
    list-style: none;
    flex-direction: column;
}

ul#menu-cabecera-1 li,
ul#menu-cabecera-2 li {
    padding: 10px 20px;
    position: relative;
}

ul#menu-cabecera-1 li a:before,
ul#menu-cabecera-2 li a:before {
    content: "";
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: black;
    transition: all 0.3s ease;
}

ul#menu-cabecera-1 li:hover a:before,
ul#menu-cabecera-2 li:hover a:before {
    width: 100%;
    transition: all 0.3s ease;
}

ul#menu-cabecera-1 li a,
ul#menu-cabecera-2 li a {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.site-navigation-toggle-holder {
    display: flex;
    align-items: center;
    padding: 15px;
}

.header-inner-top>div.widget-cabecera-izq {
    justify-content: flex-start;
}

.header-inner-top>div.widget-cabecera-dcha {
    justify-content: flex-end;
}

.site-navigation-toggle {
    padding: 0 !important;
}

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

@media screen and (max-width: 576px) {
    .header-inner-bottom {
        display: none;
    }

    .header-inner-top {
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #F3f3f3;
        padding: 10px 0px;
    }

    .header-inner-top>div {
        width: auto;
    }

    .header-inner-top>div:last-child {
        width: 60%;
    }

    .site-logo.show {
        display: flex;
        align-items: center;
    }

    a.boton-cabecera-contacto {
        font-size: 14px;
    }

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

}

/* MENU DESPLEGABLE */
.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: 30%;
    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;
    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;
    box-shadow: 0px 0px 10px -2px #0004;
    z-index: 1;
    position: relative;
}

.site-navigation-dropdown ul.menu,
.site-navigation-dropdown ul.menu li a {
    background: transparent;

}

.site-navigation-dropdown.show li a,
.site-navigation-dropdown.show li:hover a {
    transition: all 0.3s ease;
}

.site-navigation-dropdown.show li:hover a {
    background-color: #F3f3f3 !important;
}

@media screen and (max-width: 576px) {

    .site-navigation-dropdown>div {
        width: 75%;
    }
}

/* FIN MENU DESPLEGABLE */

/* FIN CSS CABECERA */

/* CSS PIE */

.footer-top-columns>div {
    width: 100%;
    padding: 2% 4%;
    display: flex;
    flex-direction: column;
    justify-content: 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;
    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;
}

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

@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;
}

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

span.wpcf7-not-valid-tip {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border: 1px solid #f5c6cb !important;
    font-size: 11px;
    width: 100%;
    display: block;
    padding: 5px;
}

.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;
}

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

section#custom_html-6 p {
    font-size: 13px;
}

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

section#media_image-2 {
    padding-bottom: 20px;
}

/* FORMULARIO */

label {
    display: block;
    border: 1px solid #181818;
    padding: 10px 0px 0px;
    border-bottom: 0;
    background-color: #181818;
}

form p {
    margin: 0;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    width: 100%;
    border: 0;
    border-radius: 0px;
    padding: .5rem 1rem;
    transition: all .3s;
}

input,
textarea {
    margin-top: 10px;
    border-top: 1px solid black !important;
}

label span:first-child {
    padding: 0px 10px
}

input:focus-within,
textarea:focus-within {
    border-top: 2px solid black !important;
    border-radius: 0 !important;
    outline: 0;
}

span.wpcf7-form-control.wpcf7-acceptance label {
    background-color: #FFF;
    text-align: center;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
}

.boton-formulario input {
    width: 100%;
    border-radius: 0;
    background-color: #FFF;
    color: #000;
    border: 1px solid;
    margin-top: 0;
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-color: #000;
    position: relative;
    /* border-top: 0px !important; */
}


.site-footer.dynamic-footer.footer-full-width {
    border-top: 1px solid #f3f3f3;
}

.site-footer {
    padding-inline-end: 0px;
    padding-inline-start: 0px;
}

span.wpcf7-form-control.wpcf7-acceptance label {
    border: 0px;
}

.campo-textarea label {
    border-bottom: 1px solid black;
}

section#custom_html-5 div {
    display: flex !important;
    gap: 10px;
    flex-direction: column;
}

.e-gallery--ltr.e-gallery-masonry .e-gallery-item .elementor-gallery-item__overlay:after {
    height: 0%;
    right: 20px;
    position: absolute;
    bottom: 0;
    width: 1px;
    content: "";
    transition: all 0.6s ease-out
}

.e-gallery-item:hover .e-gallery-item .elementor-gallery-item__overlay {
    background-color: #18181840;
}

.e-gallery--ltr.e-gallery-masonry .e-gallery-item .elementor-gallery-item__overlay:before {
    height: 1px;
    right: 0;
    position: absolute;
    bottom: 20px;
    width: 0%;
    content: "";
    z-index: 1;
    background: #c7a972;
    transition: all 0.6s ease-out
}


.e-gallery--ltr.e-gallery-masonry .e-gallery-item:hover .elementor-gallery-item__overlay:after {
    height: 90%;
    content: "";
    background: #c7a972;
    transition: all 0.6s ease-out
}

.e-gallery--ltr.e-gallery-masonry .e-gallery-item:hover .elementor-gallery-item__overlay:before {
    position: absolute;
    width: 90%;
    content: "";
    transition: all 0.6s ease-out
}

.elementor-gallery-item__content {
    justify-content: flex-end !important;
    align-items: flex-end !important;
    text-align: right !important;
    padding: 30px !important;
}

.elementor-gallery-item__content>div {
    font-size: 1.2rem;
}

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

.formulario-cta-paginas input {
    margin-top: 10px;
    border: 0px solid #FFF !important;
    background-color: #FFF3;
}

.formulario-cta-paginas label {
    display: block;
    border: 1px solid #FFF;
    padding: 10px 0px 0px;
    border-bottom: 0;
    background-color: #0005;
}

.formulario-cta-paginas .wpcf7-form div:nth-child(2)>p>label {
    border-top: 1px solid #FFF;
}

.formulario-cta-paginas span.wpcf7-form-control.wpcf7-acceptance label {
    background-color: transparent;
    border: 1px solid #FFF;
}

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

label span:first-child {
    padding: 0px 10px;
    color: #FFF;
}

.formulario-cta-paginas .boton-formulario input {
    background-color: transparent;
    color: #000;
    position: relative;
    height: 58px;
    margin: 0;
    border: 1px solid #FFF !important;
    transition: all 0.6s ease-in;
}

.formulario-cta-paginas .boton-formulario:hover input {
    background-color: transparent;
    color: #000;
}

a.elementor-button {
    position: relative;
}

.boton-formulario>p {
    position: relative;
    background-color: #FFF;
}

.boton-formulario>p>input {
    width: 100%;
}

.boton-formulario>p input,
.boton-formulario>p input:hover {
    background: transparent;
    z-index: 2;
    color: #000;
}

a.elementor-button:before,
.boton-formulario>p:before {
    width: 0%;
    content: '';
    background: #f3e3c8;
    z-index: 1;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out;
}

a.elementor-button:hover:before,
.boton-formulario>p:hover:before {
    width: 100%;
    transition: all 0.3s ease-out;
}

a.elementor-button>span {
    z-index: 3 !important;
    position: relative;
}

.dos-columnas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.dos-columnas>div.boton-acceptacion {
    width: 70%;
}

.dos-columnas>div.boton-formulario {
    width: 30%;
}

fieldset.hidden-fields-container {
    display: none;
}

.elementor-element .e-gallery-item:hover .elementor-gallery-item__overlay,
.elementor-element .e-gallery-item:focus .elementor-gallery-item__overlay {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.site-branding.show-logo {
    align-items: center;
}

.site-header.header-stacked .header-inner {
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.menu-cabecera-container #menu-cabecera-1 li {
    padding: 0px !important;
}