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

/*CLASES EXTRA DEL FORMULARIO*/

p.titulo-formulario {
    font-weight: 700;
    color: #121d35;
    font-size: 1.25em;
    letter-spacing: normal;
    line-height: 1em;
}

input[type=email], input[type=text], select, textarea {
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
}

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

.wpcf7-form textarea, .wpcf7-form .wpcf7-text {
    font-size: 17px;
    letter-spacing: normal;
    line-height: 1.5;
    border-color: #fff;
    background-color: #ebebeb;
    color: #263b44;
    font-weight: 300;
}

.boton-formulario {
    width: 100%;
    background: #29cec6;
    border-radius: 15px;
    margin-top: 26px;
}
.boton-formulario input {
    width: 100%;
    border: none;
    color: black;
}
[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #FDEC0F;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid black;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
}

.boton-formulario input:hover {
    background: #29cec6;
    border-radius: 15px;
    color: black;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #000;
    background-color: #FDEC0F;
    text-decoration: none;
}
/*FIN CLASES EXTRA DEL FORMULARIO*/


/* FOOTER */
.contenedores-horizontales-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    color: white;
}
.site-footer.dynamic-footer.footer-has-copyright {
    background: #191919;
}
.copyright.show ,.copyright.show a {
    color: white;
    padding-bottom: 10px;
}
/* FIN FOOTER */


/*WHATSAPP*/

/*AAA*/
.copyright{
    margin-bottom: 45px;
}

section#media_image-2 {
    text-align: center;
}

section#media_image-2 > img{
   width: 50%;
}

/****************************PRUEBAS PARA OTRA PÁGINA*******************************/

.whatsapp-widget span {
    display: none;
}

.whatsapp-widget {
    position: fixed;
    bottom: 25px;
    right: 40px;
    z-index: 9999;
}

a.boton-whatsapp {
    background-color: #25d366;
    color: #fff;
    padding: 5px 5px;  /*5px 11px*/
    border-radius: 50%;
    font-size: 30px;
    text-decoration: none;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

a.boton-whatsapp img {
    height: 30px;
}

.texto-cta p {
    font-size: 40px;
    font-family: Oswald;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1.5;
}

.swiper-slide-contents > * {
    background-color: #00000001;
}

@media screen and (max-width: 1024px) {
    .whatsapp-widget {
        position: fixed;
        bottom: 70px;
        right: 10px;
        z-index: 9999;
    }
}

@media screen and (max-width: 576px) {
    .whatsapp-widget {
        position: fixed;
        width: 100%;
        left: 0;
        text-align: center;
        bottom: 0;
        border-radius: 0;
        height: 40px;
    }

    .whatsapp-widget > a {
        font-size: 16px;
    }

    a.boton-whatsapp {
        width: 100%;
        border-radius: 0px;
        padding: 5px;
        height: 40px;
    }

    .whatsapp-widget span {
        display: inline-block;
    }
}
.footer-has-copyright > div{
    display: flex !important;
}

@media screen and (max-width: 530px) {
    #site-header .site-logo > a > img {
        max-width: 100% !important;
        width: auto !important;
    }
    .site-navigation-toggle-holder {
        width: 20% !important;
    }
    .site-branding.show-logo {
        width: 80% !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 993px){
    #menu-menu-principal .menu-item  > a {
        font-size: 14px;
    }
    .site-header .header-inner {
        margin: 0 !important;
        max-width: max-content !important;
    }
    .site-branding.show-logo {
        width: 37%;
    }
}

@media screen and (max-width: 993px){
    .header-inner {
        margin: 0 !important;
        max-width: 100% !important;
    }
}

.wpcf7-form-control-wrap .wpcf7-list-item-label a{
    text-decoration: underline;
}

.site-navigation ul.menu li a {
    font-size: 20px !important;
}

.circulo > div {
    width: 15vw;
    height: 15vw;
}
.circulo{
    display: flex;
    justify-content: center;
}

@media screen and (max-width:1450px){
    .circulo > div {
        width: 15vw;
        height: 15vw;
    }
    .circulo > div span{
        font-size: 16px !important;
    }
}

@media screen and (max-width:1024px){
    .circulo > div {
        width: 20vw;
        height: 20vw;
    }    
}

@media screen and (max-width:767px){
    .circulo > div {
        width: 50vw;
        height: 50vw;
    }    
    .circulo > div span {
        font-size: 20px !important;
    }

    .clase-adaptable .elementor-icon-box-content{
        display: flex !important;
        align-items: center !important;
    }
}

@media screen and (max-width:425px){
    .circulo > div {
        width: 60vw;
        height: 60vw;
    }  
    .circulo > div span {
        font-size: 18px !important;
    }
}