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

.text-wrap-balance > * {
	text-wrap: balance !important;
}

footer.site-footer, div.site-footer {
    padding: 20px;
    margin: 0px 40px;
    border-radius: 20px 20px 0px 0px;
	box-shadow: 0px 10px 35px 0px #0002;
	border: 1px solid #eee;
	border-bottom:0;
}

footer.site-footer {
    margin-bottom: 10px;
    border-radius: 0px 0px 20px 20px;
	border-bottom:1px solid #eee;
	border-top: 0px;
}


/* CSS CABECERA */
body.desactivar-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
#site-header{
	padding: 40px;
}
#site-header .site-logo > a{
	line-height: 0;
}
#site-header .site-navigation ul.menu > li.menu-item:last-child > a{
	padding-right: 0;
}

header#site-header {
    position: fixed;
    top: 0;
    z-index: 2;
    left: 0;
    right: 0;
    background-image: linear-gradient(180deg, #181818, transparent);
    transition: all 0.3s ease;
}

body.menu-fixed-al-subir #site-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #181818;
    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-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;
}

	body.menu-fixed-al-subir #site-header {
    	padding: 15px 40px;
	}

@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%;
    }
	footer.site-footer, div.site-footer {
		margin: 0px 20px;
	}
		
}
/* 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: 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;
}

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

label {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

form > div > p > label > span:first-child {
    font-size: 14px;
}

span.wpcf7-list-item > label {
    flex-direction: row;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.botones-formulario {
    padding: 10px 40px;
    width: 100%;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 12px;
    background: #FFF;
    color: var(--e-global-color-primary);
        box-shadow: 0px 10px 35px 0px #0001;
}

span.wpcf7-list-item-label > a {
    text-decoration: underline;
    color: var(--e-global-color-primary);
}

input.wpcf7-form-control {
    border-radius: 12px;
}

/* FIN FORMULARIO CONJUNTO */

img.custom-logo {
    width: 150px;
}

i.fa.fa-bars {
    font-size: 24px;
    color: #FFF;
}

.site-navigation-dropdown .cabecera-menu-desplegado {
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
    background-color: #181818;
}

.cabecera-menu-desplegado img.custom-logo {
    width: 100px;
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
    background: #a4393f;
    color: #fff;
}

div#cerrar-menu-closa i {
    font-size: 20px;
    color: #FFF;
}


.copyright.show a {
    text-decoration: none;
    font-weight: 300;
	color: #a4393f;
}

.site-navigation-dropdown ul.menu li a{
	text-transform: uppercase
}

textarea {
	height: 100px;
}

button#mdp-readabler-trigger-button {
    background-color: #FFF;
    box-shadow: 0px 0px 20px 0px #0002;
    border: 1px solid #eee;
    color: #a4393f;
    padding: 10px;
}

button#mdp-readabler-trigger-button:hover {
    background-color: #F3F3F3;
}

.mdp-readabler-trigger-button-box button .mdp-readabler-trigger-button-icon svg {
    fill: #a9343f;
}

.mdp-readabler-trigger-button-box button:active .mdp-readabler-trigger-button-icon svg, .mdp-readabler-trigger-button-box button:focus .mdp-readabler-trigger-button-icon svg, .mdp-readabler-trigger-button-box button:focus-visible .mdp-readabler-trigger-button-icon svg, .mdp-readabler-trigger-button-box button:hover .mdp-readabler-trigger-button-icon svg {
    fill: #a9343f;
}