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

b {
    font-weight: 300;
}

p span {
    font-weight: 300 !important;
}

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;
} */
.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%;
    padding: 15px;
}
.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;
    }
    .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: 0rem;
    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 {
    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 */

.wpcf7-form div > p > label{
    position: relative;
    margin-bottom: 20px;
}
.wpcf7-form div > p > label > span:not(.wpcf7-form-control-wrap){
    position: absolute;
    padding: 0 14px;
    top: -11px;
    left: 20px;
    background-color: #ffffff;
    font-size: 15px;
    line-height: 22.5px;
    color: #343434;
    z-index: 5;
}
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 #343434;
    background-color: rgba(255,255,255,.6);
    font-size: 14px;
    line-height: 14px;
    padding: 17px 20px;
    border-radius: 0px;
}
.wpcf7-form div.fila-dos-columnas > p > label:first-child{
    margin-right: 15px;
}
.wpcf7-form div.fila-dos-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: #876c5d;
    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;
}

/* FORMULARIO BLANCO */

.formulario-blanco input[type=date], 
.formulario-blanco input[type=email], 
.formulario-blanco input[type=number], 
.formulario-blanco input[type=password], 
.formulario-blanco input[type=search], 
.formulario-blanco input[type=tel], 
.formulario-blanco input[type=text], 
.formulario-blanco input[type=url], 
.formulario-blanco select, 
.formulario-blanco textarea{
    border: 1.5px solid #FFF;
    background-color: transparent;
    font-size: 14px;
    line-height: 14px;
    padding: 17px 20px;
    border-radius: 0px;
}

.formulario-blanco .boton-formulario [type=submit] {
    background-color: #FFF;
    color: #876c5d;
}
.texto-contacto-subtitulo{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.formulario-blanco .wpcf7-form div > p > label > span:not(.wpcf7-form-control-wrap) {
    background-color: #876C5D;
    color: #FFF;
}

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

/* FIN FOMRULARIO BLANCO */

/* FIN FORMULARIO 1 */

/* ICONOS RRSS */

.iconos-rrss {
    max-width: 100%;
    display: flex;
    margin-top: 20px;
}
.iconos-rrss > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
}
.iconos-rrss > a > i{
    width: 30px;
    height: 30px;
    transition: all 0.1s linear;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iconos-rrss > a:hover > i{
    color: #876C5D;
}
.iconos-rrss i:before {
    font-size: 30px;
}
/* FIN FORMULARIO 2 */


span.destacado-cta {
    font-size: 55px;
    font-weight: 500 !important;
    display: block;
}

span.destacado-texto,
span.destacado-texto h2 {
    font-size: 55px;
    font-weight: 500 !important;
    display: block;
    line-height: 65px;
    color: #876C5D;
    text-transform: uppercase;
    margin: 0;
}

span.destacado-texto.blanco,
span.destacado-texto.blanco h2 {
    color: #FFF;
    line-height: 55px;
}

span.destacado-titulo {
    font-size: 45px;
    font-weight: 500 !important;
    display: block;
}

.texto-subrayado:before,
a.boton-imagen-home:before {
    content: "";
    width: 25%;
    height: 3px;
    position: absolute;
    bottom: -7px;
    background: linear-gradient(45deg, rgba(135, 108, 93, 1) 0%, rgba(238, 233, 231, 1) 75%);
}


.site-footer.dynamic-footer {
    color: #FFF;
    font-size: 16px;
}

.site-footer.dynamic-footer a {
    color: #FFF;
}

.site-footer.dynamic-footer a:hover {
    color: #876C5D;
}

#site-header {
    flex-direction: column;
    padding: 0px;
    z-index: 10;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
}

.site-header .header-inner {
    padding: 15px;
}

.barra-superior-cabecera {
    padding: 5px 10px;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #eee9e7;
}

.barra-superior-cabecera div.barra-interior-superior {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.barra-superior-cabecera div.columna-cabecera div {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.barra-superior-cabecera div.columna-cabecera:last-child a {
    display: flex;
    align-items: center;
}

.barra-superior-cabecera div.columna-cabecera:last-child i {
    font-size: 20px;
}


.barra-superior-cabecera p {
    margin-bottom: 0px;
}

.barra-superior-cabecera p i{
    margin-right: 10px;
}

.columna-cabecera {
    display: flex;
    align-items: center;
}

.barra-superior-cabecera {
    transition: all 0.2s ease;
}

.menu-fixed-al-subir .barra-superior-cabecera {
    display: none;
}
.site-navigation > ul.menu li:not(:last-child) a:before {
    content: "";
    height: 35%;
    background: #ded4cf;
    width: 1px;
    position: absolute;
    right: 0;
    top: 14px;
}

.site-header .header-inner {
    padding: 15px 0;
}

/* .elementor {
    margin-top: -165px;
    z-index: -1;
} */

#site-header {
    flex-direction: column;
    padding: 0px;
    z-index: 10;
}

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

.footer-inner.footer-top-columns p {
    margin-bottom: 5px;
}

.site-footer {
    padding-block-start: 60px;
    padding-block-end: 20px;
    position: relative;
}

ul#menu-footer li {
    list-style: none;
}

.site-navigation-toggle-holder .site-navigation-toggle {
    color: #DED4CF;
}

section#custom_html-5 p i {
    margin-right: 10px;
}

.titulo-columna-footer {
    font-size: 20px;
    font-weight: 500;
}

.site-header .site-navigation ul.menu li a {
    line-height: 1.25;
    transition: color 0.3s ease;
}

.site-header .site-navigation ul.menu li.current-menu-item a {
    color: #CDBEB7;
}

.site-header .site-navigation ul.menu li a:hover {
    color: #876C5D !important;
}

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

span.wpcf7-list-item-label {
    font-size: 16px;
}

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

.site-navigation-dropdown ul.menu,
.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown > div > div,
.site-navigation-dropdown ul.menu li a{
    background-color: #181818CC;
    backdrop-filter: blur(10px);
    color: #FFF;
}

.site-navigation-dropdown ul.menu li a {
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .2);
}

p.texto-copyright {
    font-size: 14px;
}

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

section#custom_html-8 p {
    margin-bottom: 0;
}

span.texto-mini {
    font-size: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

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

    span.texto-mini {
        font-size: 18px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

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

    .footer-top-columns > div:nth-child(2) {
        width: 100%;
    }

    ul#menu-footer {
        display: flex;
        flex-wrap: wrap;
    }

    ul#menu-footer li {
        list-style: none;
        width: 50%;
    }

    .barra-superior-cabecera {
        display: none;
    }
    .site-header .header-inner {
        padding: 15px;
    }
    span.destacado-texto {
        font-size: 35px;
        line-height: 40px;
    }

    span.destacado-cta {
        font-size: 35px;
        line-height: 40px;
    }

    span.destacado-titulo {
        font-size: 35px;
        line-height: 40px;
        font-weight: 500 !important;
        display: block;
    }

    span.destacado-texto,
    span.destacado-texto h2 {
        font-size: 35px;
        font-weight: 500 !important;
        display: block;
        line-height: 40px;
        color: #876C5D;
        text-transform: uppercase;
        margin: 0;
    }

    span.destacado-texto.blanco, span.destacado-texto.blanco h2 {
        color: #FFF;
        line-height: 40px;
        margin-top: 10px;
    }

    .site-footer {
        padding: 30px 15px;
    }

    ul#menu-footer {
        padding: 0;
    }

    .site-footer .footer-inner.footer-top-columns {
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer-top-columns > div {
        width: 48%;
        padding-bottom: 20px;
    }

    .site-footer .footer-inner.footer-top-columns {
        flex-wrap: wrap;
        gap: 2%;
    }

    .site-footer.dynamic-footer {
        font-size: 14px;
        letter-spacing: 1px;
    }

    img.custom-logo {
        border-style: none;
        height: 65px;
        max-width: 100%;
        width: auto;
    }

    .wpcf7-form div.fila-dos-columnas > p > label {
        width: 100%;
        margin: 0px !important;
    }

    .fila-dos-columnas > p {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    div.elementor {
        padding-top: 95px;
    }

    .texto-subrayado:before {
        width: 100%;
        position: absolute;
        left: 0;
    }

    .titulo-columna-footer {
        font-size: 16px;
        font-weight: 500;
    }

}

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

    ul#menu-footer {
        display: flex;
        flex-wrap: wrap;
    }
    
    ul#menu-footer li {
        width: 50%;
    }
    
}

a.boton-imagen-home {
    color: #000;
    border: 0;
    position: relative;
    font-size: 1rem;
    background-color: transparent;
    padding: 0 10px;
    font-size: 18px;
}

a.boton-imagen-home svg {
    position: relative;
    right: -5px;
    top: 10px;
    opacity: 1;
    transition: all 0.3s ease-in;
}

a.boton-imagen-home:hover svg {
    right: -40px;
    opacity: 0;
}

a.boton-imagen-home:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -7px;
    background: linear-gradient(135deg, rgba(135, 108, 93, 1) 0%, rgba(238, 233, 231, 1) 75%);
}

.banner-kit {
    text-align: center !important;
}

.banner-kit img {
    height: 80px !important;
    width: auto;
}

.site-navigation ul.menu li.menu-item-has-children:after {
    content: "▾";
    font-size: 1.5em;
    color: #ded4cf;
    position: absolute;
    right: 6px;
    bottom: 2px;
}

.site-navigation ul.menu li ul {
    background: #000;
    display: none;
    min-width: 150px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
}

.elementor-post__text {
    padding: 30px;
}

.site-navigation ul.menu li ul li {
    border-block-end: #554339 1px solid;
}

.otgs-development-site-front-end {
    display: none;
}

@media screen and (max-width: 576px) {
    
    .banner-kit img {
        height: auto !important;
        width: auto;
    }
}