/*
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/variables.css';

.validate_email_against_bot {
    display: none;
}

body #cmplz-manage-consent .cmplz-manage-consent {
    background-image: url(imagenes/fondo-ajustes.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    right: unset !important;
    left: 0px;
    font-size: 0px;
    color: var(--body) !important;
    width: 140px;
    background-color: transparent !important;
    box-shadow: unset !important;
    bottom: -2px !important;
    padding: 0 !important;
}

body #cmplz-manage-consent .cmplz-manage-consent:before {
    content: "";
    background-image: url(imagenes/icono-ajustes.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.8s ease;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

body #cmplz-manage-consent .cmplz-manage-consent:hover:before {
    transform: translate(-50%, -54%);
    -webkit-transform: translate(-50%, -54%);
    -moz-transform: translate(-50%, -54%);
    -ms-transform: translate(-50%, -54%);
    -o-transform: translate(-50%, -54%);
}


#cmplz-document{max-width: 100% !important;}

#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td{
	font-size:var(--body) !important;
}
/* Arregla padding al abrir popup deshabilitando scroll de la web */
html.mfn-popup-browser-scroll-disabled {
    padding-right: 0;
}


/*********************************\
            COPYRIGHT
\*********************************/
body #Footer .copyright a:hover {
    text-decoration: none;
}

body #Footer .footer_copy {
    border: 0;
    background: #003296!important;
    color: white;
}

body #Footer .footer_copy a {
    color: white;
}

body #Footer .footer_copy a:hover {
    color: var(--blue);
}

body #Footer .footer_copy .one {
    --mfn-column-gap-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 0;
}

body #Footer .footer_copy .mcb-column-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body #Footer .menu {
    list-style: none;
    padding: 0;
    background: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

body #Footer .copyright .menu {
    gap: 0 10px;
    flex-direction: row;
}

body #Footer .menu li:after {
    content: none;
}

body #Footer .menu a {
    padding: 5px 0;
}

body #Footer .footer_copy .copyright {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: .02em;
    float: none;
    text-align: center;
	    width: 100%;
}

body #Footer .footer_copy .copyText {
    margin: 0 0 5px;
}

body #Footer .footer_copy .social {
    line-height: 0;
}

body #Footer .footer_copy .social li a {
    font-size: 22px;
    line-height: 1;
}

@media only screen and (max-width: 959px) {
    body .animate {
        animation-delay: 0ms !important;
    }

    body #Footer .footer_copy .mcb-column-inner {
        flex-direction: column;
    }

    body #Footer .copyright .menu {
        justify-content: center;
    }

    body #Footer .footer_copy .copyright {
        text-align: center;
    }

    body #Footer .footer_copy .social {
        margin-top: 15px;
    }
}


/*********************************\
            Footer
\*********************************/

#Footer .footer_action .header{
	font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
	text-align:center;
	padding-bottom: 50px;
}
#Footer .footer_action .header img{
	    width: 100px;
}
#Footer .footer_action .mcb-column-inner{
	    padding-top: 100px !important;
}
#back_to_top:hover i{
	color:var(--blue);
}
/*********************************\
            Menú
\*********************************/
#Top_bar .logo{
	    margin: 0 30px !important;
}
#Top_bar .menu>li>a span:not(.description){
	    text-transform: uppercase !important;
}

#Top_bar .top_bar_right{
	padding: 0 0px !important;
}
#Subheader:after{
	display:none !important;
}

#Subheader .container .column.one{
	padding: 0px 12px !important;
}


@media(min-width:1240px){
	#Top_bar .top_bar_left{
	padding: 0px 30px !important;
}
}
#Top_bar a.responsive-menu-toggle{
	    right: 30px !important;
}
#Top_bar a.responsive-menu-toggle i{
	    font-size: 30px;
    line-height: 44px;
}

/*********************************\
            Slider cabecera
\*********************************/

.content_slider .slider_pagination{
	margin-top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
	
}
.content_slider .slider_pagination a:after{display:none !important;}
.slider_pagination .slick-active a, .slider_pagination a.selected{
	    top: 0 !important;
    width: 12px !important;
    height: 12px !important;
	border-radius:50% !important;
}

.section.full-width .column.one.slider-cabecera .content_slider.hide-arrows{padding:0px !important;margin-bottom:0px !important;}

@media(max-width:1200px){
	.content_slider .content_slider_ul li img{
	    border-radius: 0 !important;
}
}
/*********************************\
            IFRAME calendar home
\*********************************/

.home iframe{    
max-width: 100%;
    border: none;
    width: var(--containerWidth)!important;
	border-radius:20px !important;
  
	}
	
	
/*********************************\
        HOME
\*********************************/

.style-simple .faq .question .answer, .style-simple .faq .question .title{
	    padding-left: 0px !important;
		    
}
.faq .question>.title .num,.style-simple .faq .question.active:after{display:none !important;}
.faq .question .title>.acc-icon-minus, .faq .question>.title>.acc-icon-plus{
	top: 30px !important;
}
.faq .question .title:hover,
.faq .question .title:hover i{color:var(--yellow) !important;}

.column.imagen-cuerpo .image_frame .image_wrapper {
	border-radius:20px;
}

.column.imagen-cuerpo .image_frame .wp-caption-text{
	max-width:1200px !important;
}

@media(max-width:1200px){
	.column.imagen-cuerpo .image_frame,
	.column.imagen-cuerpo .image_frame .image_wrapper{
	    border-radius: 0 !important;
}
}

.customSliderT .swiper-wrapper{
	    align-items: center;
}

.customSliderT .mfn-queryloop-item-wrapper{
	padding: 20px !important;
    background: #f5f5f5 !important;
    border-radius: 6px !important;
	
}

