/* 
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{
	background-color: #e6ce89;
    
}
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: "▴";
}
/* 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;
}

@media (max-width: 1000px){
    .site-footer .footer-inner.footer-top-columns {
        flex-wrap: wrap;
        justify-content: center;
    }
    .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;
    margin-bottom: 20px;
}

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,
.fila-tres-columnas>p,
.fila-cuatro-columnas>p {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    box-sizing: border-box;
    justify-content: space-between;
}

.wpcf7-form div.fila-dos-columnas>p>label {
    width: calc(50% - 15px);
}

.wpcf7-form div.fila-tres-columnas>p>label {
    width: calc(33.33% - 15px);
}

.wpcf7-form div.fila-cuatro-columnas>p>label {
    width: calc(25% - 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 */

.wpcf7-form div>p>label {
    position: relative;
}

.wpcf7-form div>p>label>span:not(.wpcf7-form-control-wrap) {
    position: absolute;
    padding: 0 14px;
    top: -11px;
    left: 10px;
    background-color: #FFF;
    font-size: 15px;
    line-height: 22.5px;
    color: #000;
    z-index: 5;
}

.page-id-48 .wpcf7-form div>p>label>span:not(.wpcf7-form-control-wrap) {
    background-color: #2E2E2E;
	color: #FFF;
}

.page-id-48 .wpcf7-form div>p>label {
   color: #FFF;
}

.page-id-48 .boton-formulario [type=submit] {
    background-color: #fff;
    color: #000;
}

.page-id-48 .wpcf7-list-item-label,
.page-id-48 .wpcf7-list-item-label a{
	color: #FFF;
}

.page-id-48 .wpcf7-list-item-label a,
.page-id-98 .wpcf7-list-item-label a{
	text-decoration: underline;
}

.page-id-98 .wpcf7-list-item-label,
.page-id-98 .wpcf7-list-item-label a{
	color: #000;
}


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 {
    border: 1.5px solid #000;
    background-color: rgba(255, 255, 255, .3);
    font-size: 14px;
    line-height: 14px;
    padding: 17px 20px;
    border-radius: 0px;
    margin-bottom: 0px;
}

/* .wpcf7-form div.fila-dos-columnas>p>label:first-child,
.wpcf7-form div.fila-tres-columnas>p>label:not(:last-child),
.wpcf7-form div.fila-cuatro-columnas>p>label:not(:last-child) {
    margin-right: 15px;
}

.wpcf7-form div.fila-dos-columnas>p>label:last-child,
.wpcf7-form div.fila-tres-columnas>p>label:last-child,
.wpcf7-form div.fila-cuatro-columnas>p>label:last-child {
    margin-left: 15px;
} */


.wpcf7-form div>p textarea {
    margin-bottom: 0;
}

.boton-formulario>p {
    text-align: center;
}

.boton-formulario [type=submit] {
    background-color: #000;
    color: #fff;
    border: 0px;
    padding: 0 38px;
    font-size: 16px;
    font-weight: 500;
    min-height: 55px;
    border-radius: 3px;
    line-height: 24px;
}

.texto-contacto-subtitulo {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    width: 30%;
    flex-wrap: wrap;
    column-gap: 20px;
}
/* FIN FORMULARIO 1 */

.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;
}
/* FIN FORMULARIO 2 */

.copyright.show p a {
    color: #FFF;
}

@media screen and (max-width: 768px) {
    .site-header .header-inner .site-branding .site-logo img {
        display: block;
        border-style: none;
        height: 55px;
        max-width: 100%;
        width: auto;
    }

    .cabecera-menu-desplegado .site-logo.show img {
        height: 50px;
        width: auto;
    }

    .site-navigation-dropdown ul.menu li.current-menu-item a {
        color: #000;
        background: #fae8b4;
    }
    .wpcf7-form div.fila-cuatro-columnas>p>label,
    .wpcf7-form div.fila-tres-columnas>p>label,
    .wpcf7-form div.fila-dos-columnas>p>label {
        width: 100%;
    }

    span.wpcf7-form-control.wpcf7-checkbox {
        display: flex;
        width: 50%;
        flex-wrap: wrap;
        column-gap: 20px;
    }

    .site-navigation-dropdown ul.menu li:last-child a {
        color: #000;
        background: #e6ce89;
    }
}

.site-header .header-inner .site-branding .site-logo img {
    display: block;
    height: 70px;
    object-fit: contain;
}

body.menu-fixed-al-subir #site-header {
    background-color: #000;
}

#site-header .site-navigation ul.menu > li.menu-item:last-child > a {
    color: #000;
	background-color: #FFF;
}

button#mdp-readabler-trigger-button {
    padding: 10px !important;
}


span.wpcf7-list-item-label {
    color: #FFF;
}

span.wpcf7-list-item-label a {
    color: #FFF;
    text-decoration: underline;
}

[class*=" eicon-"], [class^=eicon] {
    display: inline-block;
    color: #FFF;
}