/*
Theme Name: Base
Theme URI: https://www.invbit.com
Author: Base
Author URI: https://www.invbit.com
Description: Base para Betheme
Template: betheme
Version: 1.6.2
*/


.validate_email_against_bot {
    display: none;
}

#Side_slide .close-wrapper button.close {
    height: calc( (34 / 16) * 1rem );
    width: calc( (34 / 16) * 1rem );
    display: block;
    margin: 13px 13px 0 auto;
    background: transparent;
    padding: 0;
}

#Side_slide .close-wrapper button.close i {
    font-size: 22px;
    line-height: calc( (34 / 16) * 1rem );
}

#Side_slide .search-wrapper button.submit {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: calc( (20 / 16) * 1rem );
    padding: 10px;
    background: transparent;
}

#Top_bar button.responsive-menu-toggle {
    display: none;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -17px;
    width: calc( (34 / 16) * 1rem );
    height: calc( (34 / 16) * 1rem );
    text-align: center;
    border-radius: 3px;
    z-index: 200;
    padding: 0;
    box-shadow: none;
}

#Top_bar button.responsive-menu-toggle span {
    font-size: 22px;
    line-height: calc( (34 / 16) * 1rem );
}

#Side_slide .close-wrapper {
    height: auto;
    margin-bottom: 1rem;
}

#back_to_top {
    padding: 0;
    background: transparent;
}

#Top_bar .search_wrapper button[type="submit"] {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobile-header-mini #Top_bar button.responsive-menu-toggle {
        top: 30px!important;
        left: auto;
        right: 10px;
        margin-top: -17px;
    }
}

@media only screen and (max-width: 1239px) {
    #Top_bar button.responsive-menu-toggle {
        display: block;
    }
}

/*Kit digital*/
#Footer .footer_action {
    background: none;
}

#Footer .footer_action .one {
    margin-bottom: 0;
}

#Footer .footer_action .financiacion {
    display: grid;
    grid-template-columns: 1fr 1fr 5fr;
    gap: 20px;
    text-align: left;
    align-items: center;
}

#Footer .footer_action .financiacion > div {
    line-height: 0;
}

#Footer .footer_action .financiacion > div img {
    max-height: 50px;
    width: auto;
}

#Footer .footer_action .financiacion > div p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
	#Footer .footer_action .financiacion {
		grid-template-columns: 1fr 1fr;
		text-align: center;
		gap: 5px;
	}

	#Footer .footer_action .financiacion > div:last-child {
		grid-column: 1 / span 2;
	}
}

@media only screen and (max-width: 767px) {
	#Footer .footer_action .financiacion > div img {
		max-height: unset;
		width: 100%;
	}
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
    line-height: 1.2;
}