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

/*********************************\
            HEADER
\*********************************/

.menuo-right #Top_bar .menu_wrapper{
	float: left !important;
}

.mfn-header-tmpl-menu-sidebar-wrapper li.button.menu-item{
	padding: 5px 0px !important;
    margin: 20px !important;
	display:none !important;
}
.mfn-header-tmpl-menu-sidebar-wrapper li.button.menu-item a{
	justify-content: center !important;
	color:white !important;
}
.mfn-header-tmpl-menu-sidebar-wrapper li.button.menu-item a .menu-label{
	    white-space: break-spaces !important;
    text-align: center !important;
	    font-size: 17px;
    font-weight: 500;
}
.mfn-header-tmpl-menu-sidebar-wrapper li.button.menu-item a .menu-label .small{
	margin-right: 10px;
}
/*********************************\
            SUBMENU
\*********************************/

#Header #Top_bar .menu > li ul{
	box-shadow:var(--box-shadow) !important;
	border-radius:20px !important;
	overflow:hidden !important;
}
#Top_bar .menu li ul li a span{
    line-height: 1.3;
    font-weight: 600;	
}
#Top_bar .menu li ul li a span b{
	color:var(--primary) !important;
}

.mfn-header-menu .mfn-menu-li .mfn-submenu .mfn-menu-link{
	    border-bottom: 1px solid #9191910d !important;
}

/*********************************\
            HOME
\*********************************/


.two-col-img .section_wrapper  .wrap.left {
	width:70% !important;
}
.two-col-img .section_wrapper  .wrap.right {
	width:30% !important;
}

.custom-loop-portfolio.more-solutions .column_banner_box .title{
	font-size: var(--tx-l) !important;
    line-height: 1.1 !important;
}
.more-solutions .column_banner_box:not(.custom) .banner-image:after{
		content:'';
	background:var(--gradient-dark) !important;
	height:100%;
	width:100%;
	position:absolute;
	top:0;		
}

.more-solutions .column_banner_box:not(.custom) .mfn-banner-box:hover .banner-desc {
		background:var(--primary);
}

.more-solutions .column_banner_box:not(.custom) .excerpt,
.more-solutions .column_banner_box:not(.custom) .banner-wrapper a{
	height: 0;
    opacity: 0;
}
.more-solutions .column_banner_box .excerpt{
	font-size:var(--tx-s) !important;
}
.more-solutions.custom-loop-portfolio .excerpt {
	max-width:500px;
	font-weight:500 !important;
	font-size:var(--tx-s) !important;
	line-height:calc(var(--tx-s) + 10px) !important;
}
.more-solutions .column_banner_box.custom .excerpt{
	 margin-bottom: 15px;
}
.more-solutions .column_banner_box:not(.custom) .mfn-banner-box:hover .excerpt{
    height: 100%;
    opacity: 1;
	margin-bottom: 15px;  
}
.more-solutions .column_banner_box:not(.custom) .mfn-banner-box:hover .banner-wrapper a{
	opacity:1;
	height:40px;
}
.more-solutions .banner-wrapper a{
	 position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px;
    margin-bottom: 0px !important;
	color: #000000;
    border-radius: 50% 50% 50% 50% !important;
    background-color: #FFFFFF;
    width: 40px;
	display: flex;
    align-items: center;
    justify-content: center;
   
}
.more-solutions .banner-wrapper a:hover{
	text-decoration:none;
	color:white;
	background:black;
}

.more-solutions{
	border-radius:100px ;
    overflow: hidden;
}

.custom-loop-portfolio.more-solutions .banner-wrapper{
	height: 100% !important;
	width:100% !important;
	    justify-content: space-between;
		padding:50px !important;
		
}
 .custom-loop-portfolio.more-solutions .banner-wrapper .banner-item{
	position: absolute;
    bottom: 50px;
	left:50px;
	right:50px;
	margin-bottom:0px !important;
}
 .custom-loop-portfolio.more-solutions .banner-wrapper:hover .title{
	opacity:0 !important;
}
.custom-loop-portfolio.more-solutions  .mfn-banner-box-image-zoom-in:hover .banner-image img{
	transform:none !important;
}

.custom-loop-portfolio.more-solutions i{
	font-size:25px !important;
}

.custom-loop-portfolio.one-box .excerpt
{
	display: flex;
    flex-direction: column;
    justify-content: space-between !important;
	text-align: left !important; 
    height: 100%;
	
}
.custom-loop-portfolio.one-box .excerpt{
	opacity:0;
	max-width:500px;
	font-size:var(--tx-s) !important;
	line-height:calc(var(--tx-s) + 10px) !important;
	
}




.custom-loop-portfolio.fullContainer{
	    margin-right: 0px !important;
    border-radius: 100px !important;
    width: 100% !important;
}
.custom-loop-portfolio.fullContainer .mfn-queryloop-item-wrapper:nth-of-type(2){
	padding:0px 12px 12px 0px !important;
}
.custom-loop-portfolio.fullContainer .mfn-queryloop-item-wrapper:nth-of-type(3){
	padding:0px 0px 12px 12px !important;
}
.custom-loop-portfolio.fullContainer .mfn-queryloop-item-wrapper:nth-of-type(4){
	padding:12px 12px 0px 0px !important;
}
.custom-loop-portfolio.fullContainer .mfn-queryloop-item-wrapper:nth-of-type(5){
	padding:12px 0px 0px 12px !important;
}

.custom-loop-portfolio.fullContainer .mcb-wrap-inner{
	margin-top:0px;
}
	
.related-solutions .portfolio_group .portfolio-item .desc{
	background-color: transparent !important;
}
/*********************************\
         SOLUTIONS 
\*********************************/

.wrap.more-solutions .mfn-banner-box .banner-image:after{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   
    transition: all var(--mfn-banner-box-animation-duration) ease-in-out;
}

/*Popups solutions*/
.mfn-popup-tmpl{
	    z-index: 999 !important;
}
.mfn-popup-tmpl .exit-mfn-popup-abs{
	background: var(--shadow);
    border-radius: 50%;
    color: white;
    right: -10px !important;
	top: -10px !important;
}
.mfn-popup-tmpl-content .event-gallery .galleryCarousel .slick-list{
	aspect-ratio: initial !important;
    width: 100%;
}
.mfn-popup-tmpl-content .event-gallery .galleryCarousel .gallery:after{display:none !important;}
.mfn-popup-tmpl-content .event-gallery .galleryCarousel .btn-arrow{
	display:flex !important;
}
.mfn-popup-tmpl-content .event-gallery .galleryCarousel .gallery .slick-arrow{
	background: #15151545;

	transition:0.3s all ease !important;
}
.mfn-popup-tmpl-content .event-gallery .galleryCarousel .gallery .slick-arrow:hover{
	background: var(--shadow);
}
.mfn-popup-tmpl-content .event-gallery .galleryCarousel .gallery .slick-arrow.left{
	left:15px !important;
}
.mfn-popup-tmpl-content .event-gallery .galleryCarousel .gallery .slick-arrow.right{
	right:15px;
	text-align: right;
}
.mfn-popup-tmpl-content .column_image .image_frame{
	overflow:hidden !important;
}
.mfn-toggle .toggle-icon i{
	color:white !important;
}
.toggle-heading{
	padding-right:20px !important;
}
/*********************************\
          PORTFOLIO
\*********************************/
.single-portfolio #Content{
	padding-top:0px !important;
}
.intro-solution{
	overflow:hidden;
}
.intro-solution .circle{
	    position: absolute;
    z-index: 99;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    bottom: calc(100% + 70px);
	left:0;
}

.intro-solution .column_image .mcb-column-inner,
.intro-solution .column_image .mcb-column-inner .image_frame,
.intro-solution .column_image .mcb-column-inner .image_frame .image_wrapper{
	height:100% !important;
}
.intro-solution .column_image .mcb-column-inner .image_frame .image_wrapper img{
	height: 100%;
    object-fit: cover;
    object-position: center;
}
.details-solution.full-screen .section_wrapper{
	    align-content: flex-start !important;		
}

.details-solution .col-visual .column_image .mcb-column-inner,
.details-solution .col-visual .column_image .mcb-column-inner .image_frame, 
.details-solution .col-visual .column_image .mcb-column-inner .image_frame .image_wrapper {
	height:100% !important;
}
.details-solution .col-visual .column_image .mcb-column-inner .image_frame .image_wrapper img{
	    object-fit: cover;
    object-position: center;
	width:100%;
	max-width:initial !important;
}

.details-solution .col-info .number .mcb-column-inner{
	align-items: center;
    justify-content: center;
    display: flex;
}

.related-solutions .column_portfolio .desc .entry-title{
	text-align:center !important;
}
.related-solutions .column_portfolio .image_wrapper{
	margin: 0px 20px;
    height:100% !important;
	aspect-ratio:2/3 !important;
	display:flex !important;
	-webkit-mask-size: contain;
    -webkit-mask-position: center;
	    -webkit-mask-repeat: no-repeat;
	-webkit-mask-image: url(/wp-content/uploads/2024/09/mascara-related-2024-09-09.png);
}
.related-solutions .column_portfolio .image_wrapper a{
	display:flex;
	
	align-items: stretch !important;
}
.related-solutions .column_portfolio .image_wrapper a img{
	object-position:center;
	object-fit: cover;	
	height:100% !important;
	
}
.related-solutions .column_portfolio .image_wrapper .image_links{
	display:none !important;
}

.related-solutions .column_portfolio .desc-wrapper{
	width: 100%;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	text-align:center !important;
}
/*App page solution*/

.mockup  .ui-tabs-nav{
	  
    justify-content: center;
    display: flex !important;
    flex-direction: column;
}
.mockup  .ui-tabs{
	display:flex !important;
}
.mockup .ui-tabs .ui-tabs-panel {
	display:flex;
	justify-content: space-between;
    align-items: center;
	height: 800px;
	
}
.mockup .ui-tabs .ui-tabs-panel .desc{
	width: calc(40% - 30px);
    margin-left: 30px
}

.mockup   .mobile{
	height: 100%;
    width: 60%;
    display: flex;
	position: relative;    
}
.mockup  .mobile.hasMobile .imagenmobile {
     height: 80%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 10%;
    bottom: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mockup  .mobile.hasMobile .imagenmobile .media-mobile{
	    width: 59%;
    height: 82%;
    margin-top: 6%;
    object-fit: cover;
	object-position: top;
}
.mockup  .mobile.hasMobile.hasDesktop .imagenmobile {
    height: 60%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	  
}
.mockup  .mobile.hasMobile.hasDesktop  .imagenmobile .media-mobile {
    width: 89%;
    height: 86%;
    object-fit: cover;
    margin-top: 42px;
	
}


.mockup  .mobile .imagenmobile:after{
	content: "";
    background: transparent url(/wp-content/uploads/2024/09/frame-2024-09-12.svg) no-repeat center center;
    background-size: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.mockup  .mobile .imagendesktop{
    height: 40%;
    width: 100%;
    position: absolute;
    z-index: 99;
    bottom: 5%;
    right: -50px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
}

.mockup  .mobile .imagendesktop:after{
	content: "";
    background: transparent url(/wp-content/uploads/2024/11/mockup-portatil-2024-11-19.svg) no-repeat center bottom;
    background-size: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
	left: 0;
}

.mockup  .mobile .imagendesktop .media-desktop {
      width: 73%;
    height: 100%;
    object-fit: contain;
    margin-right: 23px;
    margin-bottom: 21px;
}

.mockup  .ui-tabs.tabs_vertical .ui-tabs-nav li.ui-tabs-tab a{
	padding-left:0px !important;
}
.mockup  .ui-tabs.tabs_vertical .ui-tabs-active a{
	    font-weight: 600 !important;
}
.column_slider.fullW .content_slider_ul .slick-list{
	overflow: visible !important;
}
.column_slider.fullW .content_slider_ul .slick-list .slick-track:before{
	content:'';
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
	height:100%;
	width:20%;
	position:absolute;
	top:0;
	right:0;
	overflow:visible !important;
	
}
.column_slider.fullW .content_slider_ul .slick-slide .visual{
	display: flex;
     height: 600px !important;
    background: var(--primary);
    border-radius: 30px;
    margin: 0px 10px;
    overflow: hidden;
    border: 5px solid var(--primary);
}
.content_slider .button{
	    top: 300px !important;
}

.column_slider.fullW .content_slider_ul .slick-slide .visual img{
	    object-fit: contain;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    margin: 0px;
    display: flex !important;
    max-width: initial;
    max-height: initial;
}
.column_slider.fullW .content_slider.flat.description ul li .desc-wrap{
	padding: 40px 20% 0px 40px !important;
	text-align:left !important;
}
.column_slider.fullW .content_slider.flat.description ul li .desc{
	padding:0px !important;
	font-size: var(--tx-body);
    line-height: calc(var(--tx-body) + 10px);
}
.column_slider.fullW .content_slider a.button{
	font-size:30px !important;
	background:var(--primary) !important;
	    border: 3px solid white;
	padding:0px;
	height:60px;
	width:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50% !important;
}
.content_slider .content_slider_ul li{
	    transform: scale(0.9);
		transition:0.3s all ease !important;
		opacity:0.5;
}
.content_slider .content_slider_ul li.slick-current{
	transform: scale(1) !important;
	opacity:1;
} 
/*********************************\
            GALLERIES
\*********************************/
.wp-caption-text{

	position: absolute !important;
    bottom: 0;
    background: #00000082 !important ;
    color: white !important;
    text-align: left !important;
    padding: 10px 30px !important;	
}
/*Carousel base*/

.galleryCarousel .slick-list	{
	
	height:400px !important;
	
}
.galleryCarousel  .slick-list .slick-track{
	display:flex !important;
	height:400px !important;
}

.galleryCarousel  .slick-list .slick-track .gallery-icon,
.galleryCarousel  .slick-list .slick-track .gallery-icon .image_frame,
.galleryCarousel  .slick-list .slick-track .gallery-icon .image_frame .image_wrapper,
.galleryCarousel  .slick-list .slick-track .gallery-icon .image_frame .image_wrapper a{
	height:100% !important;
}
.galleryCarousel  .slick-list .slick-track .gallery-icon .image_frame .image_wrapper a img{
display:flex !important;
	width: 100%;
    max-width: initial;
    height: 100%;
    object-fit: cover;
    object-position: center;
	
}
.galleryCarousel .gallery .gallery-item{
	margin-top: 0 !important;
	padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.galleryCarousel .gallery .slick-arrow{
    position: absolute;
    z-index: 99;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor:pointer;
}

.galleryCarousel .gallery .slick-arrow.left{
	   left: 30px;
}
.galleryCarousel .gallery .slick-arrow.right{
	   right: 30px;
}
.galleryCarousel .gallery .slick-arrow img{
	border:0px !important;
}

/*Carousel con border*/

.galleryCarousel.border .slick-list	{
	border: 5px solid var(--primary);
	border-radius: 30px !important;
	height:600px !important;
	margin: 0px 30px;
}
.galleryCarousel.border  .slick-list .slick-track{
	display:flex !important;
	height:600px !important;
}
.galleryCarousel.border .gallery .slick-arrow{
	background: var(--primary);
  
}
.galleryCarousel.border .gallery .slick-arrow.left{
	   left: 0px;
}
.galleryCarousel.border .gallery .slick-arrow.right{
	   right: 0px;
}

/*Carousel page solutions*/

.gallery-solution .galleryCarousel .slick-list{
	    border: 0px !important;
    border-radius: 0px !important;
    height: 800px !important;
    margin: 0 !important;
}
.gallery-solution .galleryCarousel .slick-list .slick-track{
	height: 800px !important;
}
.gallery-solution .galleryCarousel .gallery .slick-arrow{
	background: #15151545;
	transition:0.3s all ease !important;
}
.gallery-solution .galleryCarousel .gallery .slick-arrow:hover{
	background: var(--shadow) !important;
	
}

/*Carousel header*/

 .galleryCarousel.header .slick-list{
	    border: 0px !important;
    border-radius: 0px !important;
    height: 400px !important;
    margin: 0 !important;
}
 .galleryCarousel.header .slick-list .slick-track{
	height: 400px !important;
}
.galleryCarousel.header .gallery .slick-arrow{
	display:none !important;
}

/*Carousel galleries*/

.event-gallery .galleryCarousel .gallery{
	border-radius: 30px;
    overflow: hidden;
}
.event-gallery .galleryCarousel .slick-list .slick-track{
	    height: 100% !important;
}
.event-gallery .galleryCarousel .slick-list {
    min-height: 300px;
    aspect-ratio: 1 / 1;
    max-height: 500px;
}
.event-gallery .galleryCarousel .btn-arrow{
	display:none !important;
}
.event-gallery .galleryCarousel .gallery:after{
	    content: "\e904";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    top: 30px;
    right: 30px;
    background: var(--shadow);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 20px;
	
}

/*********************************\
            ABOUT US
\*********************************/


.equalH .mfn-icon-box{
	height: 100%;
}
.equalH .mfn-icon-box .desc-wrapper{
	    flex-grow: initial !important;
}

/*********************************\
            FOOTER
\*********************************/
#mfn-footer-template{
	position:relative;
}

.mfn-footer ul.social{
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.mfn-footer ul.social li{
	margin-left:10px !important;
	    display: inline-flex !important;
		margin-bottom:0px !important;
}
.mfn-footer ul.social li i{
	font-size:30px !important;
}
footer a{
	text-decoration:none !important;
	transition:0.3s all ease !important;
}
.mfn-footer.mfn-footer-menu li a:hover{
	color:var(--primary) !important;
}

.custom-back-top{
	position: absolute !important;
    z-index: 999999;
    left: 0;
    right: 0;
    top: -48px;
}
/*********************************\
            LEGAL TEXT
\*********************************/

.page-template-accesibilidad .entry-content{
	    display: flex;
    flex-direction: column;
}
.page-template-accesibilidad .entry-content #cmplz-document{
	order:2 !important;
}
.page-template-accesibilidad .entry-content .mfn-builder-content{
	order:1 !important;
}
#cmplz-document{
	margin-bottom:100px !important;
	    max-width: 100% !important;
		font-size:var(--tx-body) !important;
}
#cmplz-document p,
#cmplz-document ul li{
	font-size:var(--tx-body) !important;
}
#cmplz-document h2{
	font-size:var(--tx-m) !important;
	line-height:calc(var(--tx-m) + 10px) !important;
}


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(--negro) !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%;
	background-color:transparent !important;
    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%);
}

.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label a{
	color:white !important;
}

/*********************************\
            COPYRIGHT
\*********************************/

body #Footer .copyright a:hover {
    text-decoration: none;
}

body #Footer .footer_copy {
    border: 0;
    background: black;
    color: white;
}

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

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

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: left;
}

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



/*********************************\
            RESPONSIVE
\*********************************/


.mfn-header-menu .mfn-submenu{
	box-shadow: none !important;
}

@media(max-width:1239px){
	
	.mfn-header-menu .mfn-menu-li.current-menu-item>.mfn-menu-link, .mfn-header-menu .mfn-menu-link .menu-icon i{
	color:var(--primary) !important;
}
.mockup .mobile .imagendesktop:after {  
    width: 107%;  
	background: transparent url(/wp-content/uploads/2024/11/mockup-portatil-2024-11-19.svg) no-repeat center top;
background-size: contain;
}

	.mockup .mobile.hasMobile .imagenmobile .media-mobile {
	width: 79%;
	height: 83%;
	margin-top: 37px;
	object-fit: cover;
	object-position: top;
}
	
	
	.mockup .mobile.hasMobile.hasDesktop .imagenmobile .media-mobile {
        width: 95%;
        height: 68%;
        object-fit: cover;
        margin-top: 27px;
}

	.mockup .mobile .imagendesktop{
	height: 34%;
    width: 100%;
    align-items: flex-start;
	right: 0;
}
	
	.mockup .mobile.hasMobile.hasDesktop .imagendesktop .media-desktop {
            width: 100%;
        height: 67%;
        object-fit: contain;
        margin-right: -5px;
        margin-bottom: 0;
        margin-top: 14px;
}
.mockup .mobile.hasMobile.hasDesktop .imagenmobile{
	height: 60%;
    width: 50%;
    position: absolute;
    left: 25%;
    top: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

}



@media(max-width:959px){
	.row-detail-solution .number .mcb-column-inner{
		    height: 50px !important;
    width: 50px !important;	
	}
	.row-detail-solution .number .mcb-column-inner .title{
		font-size:23px !important;
	}
	.mockup .accordion .accordion_wrapper .question .title{
		font-size: 18px !important;
        line-height: 28px !important;
	}
	.mockup .accordion .answer{		
		box-shadow: none !important;
	}
.mfn-footer ul.social{
		    justify-content: center;
    margin-left: 0px;
	}
	.mfn-footer ul.social li{
		margin: 0 10px !important;
	}
	.two-col-img .section_wrapper  .wrap.left {
	width:100% !important;
}
.mockup  .accordion .question>.title{
	box-shadow: none !important;
}
.mockup  .accordion .answer{
	padding: 30px 0px 50px 50px !important;
	min-height:400px;
	
}
.mockup  .accordion .answer .content{
	display:flex;
	flex-direction:row;
	align-items:center;
flex-direction: row;
        flex-wrap: wrap;
}
		.mockup .question.active .title{
		font-weight:600 !important;
	}
	.mockup  .accordion .answer .desc{
		width:50%;
	}
	.mockup .mobile{
		height: 400px;
		width: 50% !important;
	}
	.mockup .mobile.hasMobile .imagenmobile .media-mobile{
		        width: 47%;
        height: 83%;
        margin-top: 20px;
        object-fit: cover;
        object-position: top;
	}
	.mockup .mobile.hasMobile.hasDesktop .imagenmobile{
		        height: 80%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
	}
	
	.mockup .mobile.hasMobile.hasDesktop .imagenmobile .media-mobile{
		          width: 47%;
        height: 82%;
        margin-top: 13px;
	}
	.mockup .mobile.hasDesktop .imagendesktop{
        height: 50%;
        width: 100%;
        bottom: -64px;
        right: 0;
        left: 0;
    }
	    .mockup .mobile.hasMobile.hasDesktop .imagendesktop .media-desktop {
        width: 100%;
        height: 75%;
        object-fit: contain;
        margin-right: -4px;
        margin-bottom: 0;
        margin-top: 13px;
    }

		.style-simple .ui-tabs .ui-tabs-nav{
			border:0px !important;
		}
	.style-simple .ui-tabs .ui-tabs-nav li{
		border-radius: 10px;
		background: #f1f1f1 !important;
	    margin-bottom: 10px;
		overflow: hidden;
	}
	.style-simple .ui-tabs .ui-tabs-nav li a{
		        white-space: break-spaces !important;
	}
	
	.style-simple .ui-tabs .ui-tabs-panel{
		display: flex;
		flex-direction: column-reverse;
		    padding: 40px 0px 0px !important;
	}
		.style-simple .ui-tabs .ui-tabs-panel .desc{
			    margin: 0px 30px 0px 0px;
				    width: auto !important;
		}

	.intro-solution .wrap.border-path,
	.intro-solution .wrap.border-path .mcb-wrap-inner{
		position:initial !important;
	}
	
.custom-loop-portfolio.fullContainer .mfn-queryloop-item-wrapper:nth-of-type(2){
	padding:0px 0px 12px 0px !important;
}
.custom-loop-portfolio.fullContainer .mfn-queryloop-item-wrapper:nth-of-type(3){
	padding:12px 0px 12px 0px !important;
}
.custom-loop-portfolio.fullContainer .mfn-queryloop-item-wrapper:nth-of-type(4){
	padding:12px 0px 12px 0px !important;
}
.custom-loop-portfolio.fullContainer .mfn-queryloop-item-wrapper:nth-of-type(5){
	padding:12px 0px 0px 0px !important;
}
}

@media(max-width:767px){
	.more-solutions .banner-wrapper a{
	
    left: 40px;
	}
	.mockup .accordion .answer .content{
		        flex-direction: column-reverse;
	}
	.mockup .mobile{
		width:200px !important;
	}
	.mockup .accordion .answer .desc{
		        width: 100% !important;
	}
	.mockup .accordion .answer .desc{
		margin-bottom: 40px;
		padding-right:20px;
	}
	.mockup .mobile.hasMobile .imagenmobile{
		left: calc(50% - 100px);
		        width: 200px;
	}
	.mockup .mobile.hasMobile.hasDesktop {
		width: 100% !important;
	}
	.mockup .mobile.hasMobile.hasDesktop .imagenmobile{
		height: 100%;
        width: 200px;
        justify-content: flex-start;
		        align-items: flex-start;
	}
	.mockup .mobile .imagendesktop .media-desktop{
		width: 73%;
    height: 83%;
    object-fit: cover;
    margin-right: 5%;
    margin-bottom: 3%;
	}
	
	.mockup .mobile .imagendesktop{
		        height: 65%;
        width: 100%;
        bottom: -66px;
        right: -30px;
	}
	.mockup .mobile.hasMobile .imagenmobile .media-mobile{
		             width: 148px;
        height: 82%;
        margin-top: 17px;
	}
	.mockup .mobile.hasMobile.hasDesktop .imagenmobile .media-mobile {
              width: 187px;
        height: 85%;
        margin-top: 46px;
        margin-left: 8px;
    }
	.mockup .mobile.hasMobile.hasDesktop .imagendesktop .media-desktop{
		width: 243px;
        height: 213px;
        object-fit: contain;
        margin-right: -4px;
        margin-bottom: 0;
        margin-top: 0;
        margin-right: 22px;
	}
	.mockup .mobile.hasMobile.hasDesktop .imagendesktop{
		align-items: flex-end;
    justify-content: flex-end;
	        height: 200px;
        width: 300px;
        bottom: -64px;
        right: 0;
        left: initial;
	}
	.mockup .mobile .imagendesktop:after{
		background: transparent url(/wp-content/uploads/2024/11/mockup-portatil-2024-11-19.svg) no-repeat right bottom;
        background-size: contain;
	}
	
	
	.mfn-header-tmpl-menu-sidebar-wrapper li.button.menu-item{
	
	display:inline-flex !important;
}
.archive-solutions  .section_wrapper .wrap.custom-loop-portfolio{
	 border-radius: 60px !important;
}
.home .custom-loop-portfolio.fullContainer {
    border-radius: 60px 60px 0 0 !important;
}

.page-solution .custom-loop-portfolio.more-solutions{
	border-radius: 60px !important;
}
	.custom-loop-portfolio.more-solutions .banner-wrapper{
		padding: 40px !important;
	}
	.custom-loop-portfolio.more-solutions .banner-wrapper .banner-item{
    bottom: 40px;
    margin-bottom: 0px !important;
    left: 40px;
	right:40px;
	}
	
	.row-detail-solution .wrap.col-info .mcb-wrap-inner{
		    max-width: calc(var(--containerWidth) + 66px);
			margin: 0 auto;
			padding: 50px 33px 30px;
			
	}
	
	.gallery-solution .galleryCarousel .slick-list,
	.gallery-solution .galleryCarousel .slick-list .slick-track{
		height: 600px !important;
	}
	.galleryCarousel .slick-list,.galleryCarousel .slick-list .slick-track{
		height:400px !important;
	}
	.wrap.custom-loop-portfolio .mfn-queryloop-item-wrapper{
		padding-right:0px !important;
	}

.two-col-img .section_wrapper  .wrap.right {
	width:40% !important;
}
.intro-page.two-col-img .section_wrapper .wrap.right{
	width:100% !important;
}
.custom-loop-portfolio.one-box .excerpt,
.more-solutions.custom-loop-portfolio .excerpt{
		font-size:16px !important;
		line-height:26px !important;
	}
	.section.full-width .portfolio_group .portfolio-item{
		margin-bottom: 40px !important;
	}
	.more-solutions .column_banner_box .excerpt{
		font-size:16px !important;
	}
	
}

@media(max-width:480px){
	
	.galleryCarousel .slick-list, .galleryCarousel .slick-list .slick-track{
		height: 300px !important;
	}
	
	.mfn-toggle .mfn-toggle-item .toggle-icon i{
		color:var(--primary) !important;
	}
	.mfn-toggle .mfn-toggle-item.active .toggle-icon i,
	.mfn-toggle .mfn-toggle-item:hover .toggle-icon i{
		color:white !important;
	}
	.custom-loop-portfolio.more-solutions .banner-wrapper .banner-item{
    bottom: 30px;
    margin-bottom: 0px !important;
    left: 20px;
	right:20px;
	}
	.more-solutions .banner-wrapper a{
		bottom: 30px;
    left: 20px;
	}
	 .row-detail-solution .col-info .split-text.tx-s{
		 font-size:16px !important;
		 line-height:26px !important;
	 }
	.row-detail-solution .number .mcb-column-inner{
		    height: 40px !important;
    width: 40px !important;	
	}
	.row-detail-solution .number .mcb-column-inner .title{
		font-size:16px !important;
	}

	.single-portfolio #Content .mcb-column-inner .mfn-toggle .mfn-toggle-item .toggle-content{
		padding-left:75px !important;
	}
	
	.mockup .accordion .title{
		padding-left: 20px !important;
    padding-right: 50px;
	}
	.mockup .accordion .title i{
		right: 0 !important;
		left: initial !important;
	}
	.mockup .accordion .answer{
		padding: 0px 0px 50px 20px !important;
		
	}
	
	.mockup .accordion .answer .desc{
		padding-right:0px;
	}
	.mfn-popup-tmpl-content .mfn-toggle .toggle-bar {
		    align-items: flex-start;
    flex-direction: column;
	padding:20px !important;
	}
	.mfn-popup-tmpl-content  .mfn-toggle .toggle-bar-icon{
		margin-bottom: 15px !important;
	}
	.mfn-popup-tmpl-content  .mfn-toggle  .toggle-content{
		    padding-left: 20px !important;
	}
	.mfn-popup-tmpl-content .toggle-heading {
    padding-right: 0px !important;
}
	
	
	.gallery-solution .galleryCarousel .slick-list,
	.gallery-solution .galleryCarousel .slick-list .slick-track{
		height: 400px !important;
	}
	.section.full-width .section_wrapper .custom-loop-portfolio.wrap{
	width:95% !important;
	
}
  .section.page-solution  .section_wrapper .custom-loop-portfolio.wrap {
        width: 100% !important;
    }

.custom-loop-portfolio.more-solutions .banner-wrapper{
	padding:30px 20px !important;
}

.custom-loop-portfolio.more-solutions .column_banner_box .title{
	font-size: 26px !important;
}
	.two-col-img .section_wrapper  .wrap.left {
	width:100% !important;
}
.two-col-img .section_wrapper  .wrap.right {
	width:100% !important;
}
.two-col-img .section_wrapper  .wrap.left .mcb-wrap-inner{
	margin-bottom:20px !important;
}
.two-col-img .section_wrapper  .wrap .mcb-wrap-inner{
	margin-left:0px;
	margin-right:0px;
	
}
.galleryCarousel .slick-list{
	margin:0px !important;
}
.galleryCarousel .gallery .slick-arrow{
	    width: 40px;
    height: 40px;
	    top: calc(50% - 20px);
}
.galleryCarousel .gallery .slick-arrow.left {
    left: 20px;
}
.galleryCarousel .gallery .slick-arrow.right {
    right: 20px;
}
.galleryCarousel .gallery .slick-arrow img{
	width:20px !important;
}
}



.details-solution .section_wrapper {
	position: relative;
  }
  
  .details-solution .row-detail-solution {
	top: 0; /* Se queda pegado al top cuando hace scroll */
	z-index: 1; /* Se asegura de que esté sobre otros elementos */
	background: #fff; /* Opcional: fondo blanco para cubrir contenido debajo */
	
  }
  

  .is-sticky {
	z-index: 2; /* Asegura que esté sobre otros elementos */
	background-color: #f0f0f0; /* Cambia el fondo para hacer el estado sticky más visible */
  }


  /* Estilo para el toggle activo */
 .mfn-toggle-item.active {
	position: relative; /* Necesario para que la sombra se aplique bien */
	z-index: 100; /* Asegura que esté por encima del fondo */
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* Sombra para darle la apariencia de estar elevado */
	background: #fff; /* Fondo blanco para contrastar */
	transform: scale(1.03);
	transition: all 1s ease;
  }
  
  
 .mfn-popup-tmpl-content .mfn-toggle-item.active{
	     transform: scale(1) !important;
 }
.mfn-popup-tmpl-content .mfn-toggle-item .toggle-icon{display:none !important;}
  

  /* Añade este CSS a tu hoja de estilos */
.scroll-lock {
	overflow: hidden !important;

  }

  
  .ui-tabs-panel {
	
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	
  }
  
  /* Estilos para el panel activo */
  .ui-tabs-panel[aria-hidden="false"] {
	opacity: 1;
	visibility: visible;
	pointer-events: auto; /* Permitir interacciones cuando están visibles */
  }