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

@import 'css/_typography.css';

.validate_email_against_bot {
    display: none;
}

/* Margin general */
.margin-0 { margin: 0; }
.margin-1 { margin: .5rem; }
.margin-2 { margin: 1rem; }
.margin-3 { margin: 1.5rem; }
.margin-4 { margin: 2rem; }
.margin-5 { margin: 2.5rem; }

/* Margin top */
.margin-t-0 { margin-top: 0; }
.margin-t-1 { margin-top: .5rem; }
.margin-t-2 { margin-top: 1rem; }
.margin-t-3 { margin-top: 1.5rem; }
.margin-t-4 { margin-top: 2rem; }
.margin-t-5 { margin-top: 2.5rem; }

/* Margin right */
.margin-r-0 { margin-right: 0; }
.margin-r-1 { margin-right: .5rem; }
.margin-r-2 { margin-right: 1rem; }
.margin-r-3 { margin-right: 1.5rem; }
.margin-r-4 { margin-right: 2rem; }
.margin-r-5 { margin-right: 2.5rem; }

/* Margin bottom */
.margin-b-0 { margin-bottom: 0; }
 .margin-b-1 h2, .margin-b-1 h3, .margin-b-1 h4, .margin-b-1 h5, .margin-b-1 h6, .margin-b-1 p, .margin-b-1 a { margin-bottom: .5rem; }
.margin-b-2 { margin-bottom: 1rem; }
.margin-b-3 { margin-bottom: 1.5rem; }
.margin-b-4 { margin-bottom: 2rem; }
.margin-b-5 { margin-bottom: 2.5rem; }

/* Margin left */
.margin-l-0 { margin-left: 0; }
.margin-l-1 { margin-left: .5rem; }
.margin-l-2 { margin-left: 1rem; }
.margin-l-3 { margin-left: 1.5rem; }
.margin-l-4 { margin-left: 2rem; }
.margin-l-5 { margin-left: 2.5rem; }

/* Padding general */
.padding-0 { padding: 0; }
.padding-1 { padding: .5rem; }
.padding-2 { padding: 1rem; }
.padding-3 { padding: 1.5rem; }
.padding-4 { padding: 2rem; }
.padding-5 { padding: 2.5rem; }

/* Padding top */
.padding-t-0 { padding-top: 0; }
.padding-t-1 { padding-top: .5rem; }
.padding-t-2 { padding-top: 1rem; }
.padding-t-3 { padding-top: 1.5rem; }
.padding-t-4 { padding-top: 2rem; }
.padding-t-5 { padding-top: 2.5rem; }

/* Padding right */
.padding-r-0 { padding-right: 0; }
.padding-r-1 { padding-right: .5rem; }
.padding-r-2 { padding-right: 1rem; }
.padding-r-3 { padding-right: 1.5rem; }
.padding-r-4 { padding-right: 2rem; }
.padding-r-5 { padding-right: 2.5rem; }

/* Padding bottom */
.padding-b-0 { padding-bottom: 0; }
.padding-b-1 { padding-bottom: .5rem; }
.padding-b-2 { padding-bottom: 1rem; }
.padding-b-3 { padding-bottom: 1.5rem; }
.padding-b-4 { padding-bottom: 2rem; }
.padding-b-5 { padding-bottom: 2.5rem; }

/* Padding left */
.padding-l-0 { padding-left: 0; }
.padding-l-1 { padding-left: .5rem; }
.padding-l-2 { padding-left: 1rem; }
.padding-l-3 { padding-left: 1.5rem; }
.padding-l-4 { padding-left: 2rem; }
.padding-l-5 { padding-left: 2.5rem; }


#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;
}

#Top_bar .menu>li>a span:not(.description) {
    line-height: 1.2;
}

@media screen and (min-width: 768px) {
    #Top_bar.is-sticky .menu_wrapper {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        padding-top: .4rem;
    }
    #Top_bar.is-sticky #header-phones {
        padding-top: 0;
    }
}

@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;
    }
}

#header-phones {
    display: flex;
    justify-content: center;
    background-color: var(--primary);
    color: #fff;
    gap: .3rem;
    padding: .5rem;
}

#header-phones i {
    color: #fff;
}
#header-phones a {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    #header-phones {
        padding: 1rem 0 0 0;
        background-color: transparent;
        justify-content: flex-end;
    }
    #header-phones i {
        color: var(--primary);
    }
}

/* Cover styles */
#cover-hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    left: 0;
    top: 0;
}
#cover-hero::after {
    content: "OUTLET";
    position: absolute;
    bottom: 0;
    font-size: 20vw;
    color: #fff;
    font-weight: bold;
    display: block;
    line-height: .7;
    text-align: center;
    left: 0;
    right: 0;
    mix-blend-mode: exclusion;
    opacity: .7;
}

@media screen and (min-width: 768px) {
    #cover-hero::after {
        font-size: 12vw;
        opacity: .3;
    }
}

.banner .splide__slide {
    color: #fff;
    white-space: nowrap;
    font-weight: bold;
}

.block-category__badge {
    position: absolute;
    left: -8px;
    top: 1rem;
    z-index: 1;
	font-size: 25px;
    line-height: 1.3;
}
.block-category__badge p {
    margin-bottom: 0;
}

.block-category__badge .column_attr>*{
	color:white !important;
	margin:0px !important;
}
.img-block {
    padding-left: 24px;
    padding-top: 24px;
}
.img-block::before {
    content: "";
    width: 150px;
    height: 250px;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (min-width: 1280px) {
    .title-cover-hero {
        font-size: 5rem;
        line-height: 1;
    }
    .title-cover-hero + h2 {
        font-size: 2rem;
        line-height: 1;
    }
}

#contact-form .icon_box.icon_position_left {
    min-height: 60px;
    padding-left: 80px;
}
#contact-form .icon_box .icon_wrapper {
    font-size: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
#contact-form .column_icon_box {
    margin-bottom: 10px;
}

.form-legal {
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
}
.wpcf7-list-item {
    margin: 0 0 0 2rem;
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]+span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 20px;
    width: 20px;
    top: 0;
    left: 0;
    background: transparent;
    border: 1px solid #2c4591;
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked+span:after {
    visibility: visible;
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]+span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 20px;
    width: 20px;
    top: 0;
    left: 0;
    visibility: hidden;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    color: #2c4591;
}
span.wpcf7-form-control-wrap {
    display: inline-block;
    position: relative;
    width: 100%;
    position: relative!important;
    display: inline-block;
    margin-bottom: 3px;
}

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, .woocommerce .quantity input.qty {
    border-width: 1px 1px 1px 4px;
    box-shadow: unset;
    resize: none;
    border-left-color: var(--primary);
}

/* Footer */
#Footer .widget {
    display: flex;
    justify-content: center;
}

.footer-copy-center #Footer .footer_copy {
    background-color: #fff;
}
.footer-copy-center #Footer .footer_copy .column.one {
    padding-top: 1rem;
    margin-bottom: 1rem;
    min-height: auto;
}
.footer-copy-center #Footer .footer_copy a {
    color: white;
}
.footer-copy-center #Footer .footer_copy .copyright {
    margin: 0;
}
.column_button .button {
	    background-color: white;
    color: var(--primary);
	padding: 0px;
}
.column_button .button .button_label{
	text-transform:uppercase !important;
	font-weight:500;
}

.legal-text,#cmplz-document{
	max-width:900px;
	padding:50px 0px;
	margin:0 auto;
	text-align:justify !important;
}
.legal-text h2, .legal-text h3, #cmplz-document h2, #cmplz-document h3{
	font-size: 25px;
    line-height: 1.3;
    font-weight: 600;
}
#Footer{
	    display: flex;
    flex-direction: column;
}
#Footer .widgets_wrapper{
	order:1;
}
#Footer .footer_action{
	order:2;
}
#Footer .footer_copy{
	order:3;
}
#Footer .logos{
	display: flex;
    flex-direction: row;
    width: 50%;
    align-items: center;
}

#Footer .logos img{
	width:calc(50% - 30px) !important;
	margin-right: 30px;
}
#Footer .footer_action p{
	width:50%;
	margin-bottom:0px;
}
#Footer .footer_action{
	padding:30px 0px;
	background: none !important;
    border-top: 1px solid black;
    order: 2;
}

#Footer .footer_action .column{
	align-items:center;
}
.footer-copy-center #Footer .footer_copy{
	    background-color: black;
}
#Footer .footer_action .mcb-column-inner{
	    display: flex;
    align-items: center;
}
.footer-copy-center #Footer .footer_copy .social{
	display:none !important;
}
.footer_copy .mcb-column-inner{
	margin-bottom:0px;
}
.copyright{
	font-size: .8rem;
}
.copyright p{margin-bottom:5px !important;}
@media screen and (min-width: 768px) {
    #Footer #menu-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5rem;
        font-size: .8rem;
    }
	
}
@media screen and (max-width: 768px){
	#Footer .footer_action .column{
		    flex-direction: column !important;
	}
	#Footer .logos{
		width:100%;
		align-items: center;
    margin-bottom: 20px;
	}
	#Footer .footer_action p{
		width:100%;
	}
	.widget{
		margin: 5px 0;
	}
}