/*
Theme Name: Atica Business Solutions
Description: Brushwork Creative Studio - brushwork.es
Version: 0.0.7.9
Tags: 
Author: Juan Manuel Salcedo
This theme was created using Blocs (blocsapp.com).
*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'LemonTuesday';
	src: url('./fonts/LemonTuesday/LemonTuesday.woff2');
	src: url('./fonts/LemonTuesday/LemonTuesday.woff2') format('woff2'),
	url('./fonts/LemonTuesday/LemonTuesday.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-xxl{
	padding:200px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-sq{
	border-radius: 0px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-with-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-lg{
	font-size:60px!important;
}
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}


.text-justify{
	text-align: justify;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}
.modal-header > [data-bs-dismiss="modal"]{
	margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.10 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* Horizontal Scroll Container */
.blocs-horizontal-scroll-container{
	position:relative;
}
.blocs-horizontal-scroll-area{
	display:flex;
	overflow-x:auto;
	align-items:flex-start;
	gap:20px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.blocs-horizontal-scroll-area > *{
	flex-shrink:0;
	max-width:100%;
}
.blocs-horizontal-scroll-area::-webkit-scrollbar{
	display:none;
}
.blocs-horizontal-scroll-control{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	display:flex;
	text-align:center;
	border:0;
	margin:0 30px;
}
.blocs-scroll-control-next{
	right:0;
}
.blocs-round-btn{
	background:rgba(0,0,0,0.15);
	border-radius:100%;
	padding:12px;
	opacity:0;
	cursor:pointer;
	transform:scale(0.5);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	transition:opacity .50s ease,transform .50s ease;
}
.blocs-horizontal-scroll-container:hover .blocs-round-btn,.blocs-horizontal-scroll-container.show-controls .blocs-round-btn{
	opacity:1;
	transform:scale(1.0);
}
.blocs-round-btn:active{
	background:rgba(0,0,0,0.3);
	transform:scale(0.9)!important;
	transition:transform .30s ease,background .50s ease;
}
.compact-blocs-controls .blocs-round-btn{
	padding:2px;
	width:30px;
	height: 30px;
}
.compact-blocs-controls .blocs-round-btn svg{
	width:14px;
	height:14px;
}
.compact-blocs-controls .blocs-horizontal-scroll-control{
	margin:0 20px;
}
.horizontal-scroll-icon{
	fill:none;
	stroke:#fff;
	stroke-width:4px;
	fill-rule:evenodd;
	stroke-linecap:round;
}
.hide-left-control > .blocs-scroll-control-prev, .hide-right-control > .blocs-scroll-control-next{
	opacity:0!important;
	pointer-events: none;
	transition:opacity .50s ease;
}
.show-controls:not(.hide-left-control) > .blocs-scroll-control-prev, .show-controls:not(.hide-right-control) > .blocs-scroll-control-next{
	opacity:1!important;
}
.show-controls.hide-left-control > .blocs-scroll-control-prev, .show-controls.hide-right-control > .blocs-scroll-control-next{
	opacity:0.4!important;
}
.blocs-horizontal-scroll-area img.lazyload{
	height:0;
}
.horizontal-scroll-v-t .blocs-horizontal-scroll-control{
	top:-40px;
}
.horizontal-scroll-v-b .blocs-horizontal-scroll-control{
	top:100%;
}
.horizontal-scroll-h-c .blocs-scroll-control-next{
	left:50%;
}
.horizontal-scroll-h-c .blocs-scroll-control-prev{
	right:50%;
}
.horizontal-scroll-h-l .blocs-scroll-control-next{
	left:60px;
}
.horizontal-scroll-h-l.compact-blocs-controls .blocs-scroll-control-next{
	left:40px;
}
.horizontal-scroll-h-r .blocs-scroll-control-prev{
	right:60px;
}
.horizontal-scroll-h-r.compact-blocs-controls .blocs-scroll-control-prev{
	right:40px;
}

/* Wordpress Paginate */
.wp-paginate {
	margin: 20px 0;
	text-align: center;
}
.wp-paginate a,.wp-paginate .current{
	background:rgba(0,0,0,.1);
	color: rgba(0,0,0,0.8);
	font-size: 14px;
	padding: 3px 8px 4px 8px;
	border-radius: 3px;
	margin:3px;
}
.wp-paginate a:hover, .wp-paginate .current{
	background:rgba(0,0,0,.5);
	color: #FFF;
}
.wp-paginate .screen-reader-text{
	display:none;
}
.wp-paginate .nav-links{
	width:100%;
}
.wp-paginate-dark.wp-paginate a,.wp-comments-dark .wp-paginate a{
	background:rgba(255,255,255,.2);
	color: rgba(255,255,255,.5);
}
.wp-paginate-dark .page-numbers.dots{
	color:rgba(255,255,255,.5);
}
.wp-paginate-dark.wp-paginate a:hover, .wp-paginate-dark.wp-paginate .current, .wp-comments-dark .wp-paginate a:hover, .wp-comments-dark .wp-paginate .current{
	background:rgba(255,255,255,.5);
	color: #FFF;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Poppins";
	font-weight:500;
}
.container{
	max-width:1140px;
}
.navigation-toggle-right{
	font-family:"Archivo";
	color:var(--swatch-var-5803)!important;
	z-index:10000;
}
.navigation-3-links{
	font-family:"Archivo";
	width:100%;
	color:var(--swatch-var-5803)!important;
	z-index:10001;
}
.mini-text-logo{
	font-size:1.8em;
	text-transform:uppercase;
}
.bold{
	font-size:24px;
}
.menu-icon-bloc-10-stroke{
	stroke:var(--swatch-var-7747)!important;
	fill:var(--swatch-var-7747)!important;
}
.button-primary{
	background-color:var(--swatch-var-7896);
	color:#FFFFFF!important;
	border-radius:50px 50px 50px 50px;
	font-family:"Poppins";
	font-weight:600;
	font-size:20px;
	margin-left:30px;
	padding:12px 24px 12px 24px;
}
.button-primary:hover{
	background-color:var(--swatch-var-3850);
}
.button-primary:active{
	background-color:var(--swatch-var-5545);
}
.button-2{
	border-radius:50px 50px 50px 50px;
	color:var(--swatch-var-7896)!important;
	border-color:var(--swatch-var-7896)!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	background-color:var(--swatch-var-3850);
	font-family:"Archivo";
	font-weight:700;
	font-size:27px;
}
.button-2:hover{
	color:var(--swatch-var-7747)!important;
	background-color:var(--swatch-var-3850);
}
.nav-element{
	float:left;
	display:flex;
	width:33%;
}
.div-cabecera{
	background-image:url("img/pikaso_texttoimage_teleworking-in-a-sailboat.webp");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:900px;
	border-radius:10px 10px 10px 10px;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
	margin-top:-10px;
}
.titulo-cabecera{
	padding:0px 0px 0px 150px;
	min-height:100%;
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-direction:column;
	background:linear-gradient(90deg, var(--swatch-var-2948) 17%, var(--swatch-var-7036) 100%);
	border-radius:10px 10px 10px 10px;
	width:50%;
}
.broadcom-handshake{
	height:750px;
	background-position:center center;
	background-size:cover;
	border-radius:10px 10px 10px 10px;
	display:flex;
	align-items:center;
	justify-content:center;
	background-image:url("img/pikaso_texttoimage_males-handshake-short-shot-white-background-2.webp");
	background-color:#ECECEC;
	background-repeat:no-repeat;
}
.bloc-1-columna-2{
	min-height:100%;
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-direction:column;
	padding-left:100px;
	padding-right:100px;
}
.h2-style{
	color:var(--swatch-var-5803)!important;
	font-weight:bold;
}
.bloc-2-azul{
	color:var(--swatch-var-7896)!important;
}
.img-bloc-2-style{
	width:160px;
}
.nav-element:hover{
	text-decoration:none;
	color:var(--swatch-var-7896)!important;
}
.colaboradores{
	height:500px;
	border-radius:10px 10px 10px 10px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.h2-style-white{
	color:var(--swatch-var-7896)!important;
	text-align:center;
	font-weight:700;
	font-size:50px;
	font-family:"Poppins";
}
.logos{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	width:60%;
}
.img-3-style{
	width:99px;
}
.img-4-style{
	width:250px;
}
.img-5-style{
	width:159px;
}
.container-div-style{
	width:100%;
	height:130px;
	align-items:center;
	flex-direction:column;
	justify-content:center;
	display:flex;
	min-height:131px;
}
.caracteristics{
	border-radius:20px 20px 20px 20px;
	display:flex;
	flex-direction:column;
	align-items:center;
	margin-bottom:100px;
	background-color:var(--swatch-var-7896);
	padding-top:100px;
	margin-top:40px;
	background:linear-gradient(45deg, var(--swatch-var-7896) 0%, var(--swatch-var-75) 100%);
}
.titulo-bloc-3{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	width:90%;
	height:120px;
}
.row-2{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	padding-left:0px;
	padding-right:0px;
	width:90%;
	min-height:450px;
	max-height:600px;
}
.column-caracteristic{
	height:100%;
	padding-left:15px;
	border-width:0px 0px 0px 1px;
	border-color:var(--swatch-var-7747)!important;
	border-style:solid;
	padding-right:25px;
	width:100%;
}
.h3-style-white{
	color:var(--swatch-var-7747)!important;
}
.p-style-white{
	color:var(--swatch-var-7747)!important;
}
.column-caracteristicas{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.grid-style{
	width:90%;
	grid-template-rows:auto 2px;
	grid-template-columns:1fr 1fr 1fr 1fr;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	margin-bottom:100px;
}
.container-div-bloc-4-style{
	width:100%;
	display:flex;
}
.soluciones-title{
	display:flex;
	flex-direction:row;
	border-color:var(--swatch-var-7896)!important;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	width:100%;
	justify-content:center;
	align-items:flex-start;
	padding-top:30px;
}
.columna-1-bloc-4{
	width:50%;
}
.h1-style-clack{
	color:var(--swatch-var-5803)!important;
	font-weight:normal;
	font-size:40px;
}
.h3-style-blue{
	color:var(--swatch-var-7747)!important;
	font-weight:bold;
	margin-top:10px;
}
.p-style-black{
	color:var(--swatch-var-7747)!important;
	text-align:left;
	font-family:"Poppins";
	font-size:16px;
	font-weight:300;
}
.white{
	color:var(--swatch-var-7747)!important;
}
.clientes{
	background-color:var(--swatch-var-7896);
	color:var(--swatch-var-7747)!important;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.menu-icon-stroke{
	stroke:var(--swatch-var-7747)!important;
	fill:var(--swatch-var-7747)!important;
}
.link-nav{
	color:var(--swatch-var-5803)!important;
	font-weight:normal;
	font-family:"Archivo";
}
.soluciones-div{
	display:flex;
	flex-direction:column;
	align-items:center;
}
.rox-solutiones-1{
	display:flex;
	flex-direction:row;
	width:100%;
}
.valueops{
	background-image:url("img/pikaso_texttoimage_Managers-planning-looking-stats-on-her-computer-Of.webp");
	border-radius:10px 10px 10px 10px;
	background-size:cover;
	flex-direction:column;
	align-items:flex-start;
	padding:0px 0px 0px 0px;
	justify-content:space-between;
	height:700px;
	background-position:center center;
	display:flex;
	background-color:var(--swatch-var-5803);
	content:"";
	position:relative;
	width:49%;
}
.content-valueops{
	display:flex;
	border-radius:10px 10px 10px 10px;
	flex-direction:column;
	height:90%;
	justify-content:flex-end;
	width:100%;
}
.h2-valueops-style{
	font-size:40px;
	width:100%;
	height:150px;
	display:flex;
	flex-direction:row;
	align-items:center;
	padding-left:100px;
	padding-right:100px;
	background:linear-gradient(0deg, var(--swatch-var-7036)   0%, var(--swatch-var-2948) 70%);
	border-radius:10px 10px 10px 10px;
}
.link-solutions{
	text-transform:none;
	text-decoration:none;
	color:var(--swatch-var-485)!important;
	font-size:32px;
}
.h4-bloc-6-style{
	font-size:32px;
	width:100%;
	color:var(--swatch-var-485)!important;
}
.link-solutions:hover{
	color:var(--swatch-var-7747)!important;
	font-size:32px;
}
.valueops:hover{
	background-color:var(--swatch-var-3850);
	background:linear-gradient(0deg, var(--swatch-var-3850) 0%, var(--swatch-var-3850) 100%);
}
.row-soluciones-2{
	width:100%;
	display:flex;
	flex-direction:row-reverse;
	margin-top:-px;
	margin-bottom:-px;
}
.aiops{
	height:700px;
	width:49%;
	background-image:url("img/pikaso_texttoimage_happy-workers-in-a-rally-room-Office-with-natural-.webp");
	background-size:cover;
	background-position:center center;
	border-radius:10px 10px 10px 10px;
}
.netops{
	background-image:url("img/pikaso_texttoimage_workers-changing-stats-and-information-Office-with.webp");
}
.h2-valueops-style:hover{
	background:linear-gradient(0deg, var(--swatch-var-7036)   0%, var(--swatch-var-2948) 70%);
}
.capacity{
	background-image:url("img/2150951361.webp");
}
.margin-les{
	margin-bottom:-200px;
}
.timeline-div{
	display:flex;
	flex-direction:column;
	align-items:center;
	background-color:var(--swatch-var-6494);
	border-radius:10px 10px 10px 10px;
	padding-bottom:100px;
	padding-top:100px;
}
.card-timelapse{
	flex-direction:column;
	align-items:center;
	float:left;
	width:750px;
	margin-right:10px;
}
.linea{
	width:1px;
	background-color:var(--swatch-var-5803);
	height:100px;
}
.h1-3-style{
	font-size:100px;
}
.p-style{
	font-size:24px;
	color:var(--swatch-var-5803)!important;
	text-align:center;
}
.h3-6-style{
	font-size:50px;
	font-weight:normal;
}
.h1-2-style{
	font-size:50px;
}
.contacto-div{
	background-color:var(--swatch-var-7896);
	border-radius:20px 20px 20px 20px;
	display:flex;
	flex-direction:row;
	padding:50px 50px 50px 50px;
	justify-content:center;
	align-items:center;
	height:100%;
	background:linear-gradient(45deg, var(--swatch-var-7896) 0%, var(--swatch-var-75) 100%);
}
.datos-contacto{
	width:50%;
	flex-direction:column;
	padding:0px 100px 0px 0px;
	align-content:stretch;
	height:100%;
}
.contact-form{
	width:50%;
	background-color:var(--swatch-var-7747);
	height:100%;
	border-radius:10px 10px 10px 10px;
	padding:24px 24px 24px 24px;
}
.p-9-style{
	font-size:20px;
	color:var(--swatch-var-7747)!important;
	margin-bottom:0px;
}
.h2-10-style{
	width:100%;
	font-size:22px;
}
.container-div-bloc-8-style{
	width:82.34%;
}
.container-div-0-style{
	width:100%;
	padding-right:50px;
	height:280px;
	min-height:280px;
}
.container-div-bloc-8-min-height{
	min-height:50%;
	height:50%;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	padding-right:50px;
}
.label-style{
	font-size:18px;
	color:var(--swatch-var-5803)!important;
	font-family:"Archivo";
	font-weight:normal;
}
h5{
	font-family:"Archivo";
	color:var(--swatch-var-5803)!important;
}
.columna-footer{
	padding-right:20px;
	padding-left:80px;
	width:280px;
	margin-right:30px;
}
.p-bloc-10-style{
	width:100%;
	color:var(--swatch-var-5803)!important;
}
.navbar-nav li a{
	color:var(--swatch-var-5803)!important;
	font-family:"Poppins";
	font-size:18px;
	font-weight:500;
}
a{
	font-family:"Archivo";
	color:var(--swatch-var-5803)!important;
	font-size:16px;
}
label{
	font-family:"Archivo";
	font-size:16px;
	color:var(--swatch-var-5803)!important;
}
h6{
	font-family:"Archivo";
	color:var(--swatch-var-5803)!important;
	font-size:14px;
}
.h4-bloc-6-style:hover{
	color:var(--swatch-var-7747)!important;
	font-size:22px;
}
.container-div-0-bloc-8-style{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-7747)!important;
	align-items:center;
}
.h3-bloc-8-style{
	width:100%;
	color:var(--swatch-var-7747)!important;
	font-size:20px;
}
.email-link{
	font-family:"Archivo";
	color:var(--swatch-var-7747)!important;
	font-size:20px;
	text-decoration:none;
}
.email-link:hover{
	color:var(--swatch-var-5545)!important;
	font-size:20px;
	text-decoration:underline!important;
}
.img-envelopeop-style{
	width:39px;
}
header{
	height:700px;
	min-height:700px;
}
.img-aiops{
	background-image:url("img/pikaso_texttoimage_happy-workers-in-a-rally-room-Office-with-natural-.webp");
	background-size:cover;
	background-position:center center;
	content:"";
	background-repeat:no-repeat;
}
.container-div-bloc-10-min-height{
	min-height:700px;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	border-radius:10px 10px 10px 10px;
	background-color:var(--swatch-var-5803);
}
.container-div-bloc-10-style{
	width:100%;
	height:100%;
	min-height:100%;
	background-color:var(--swatch-var-2948);
	border-radius:10px 10px 10px 10px;
}
.container-div-46618-min-height{
	background-color:var(--swatch-var-7896);
	min-height:150px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:10px 10px 10px 10px;
	padding-right:200px;
	padding-left:200px;
}
.container-div-6392-min-height{
	min-height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.blue{
	color:var(--swatch-var-7896)!important;
}
.container-div-35712-style{
	width:100%;
	background-color:var(--swatch-var-6494);
	border-radius:10px 10px 10px 10px;
	padding:50px 50px 50px 50px;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	height:100%;
	min-height:435px;
}
.card-solution{
	width:100%;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-7896)!important;
	border-radius:10px 10px 10px 10px;
	padding:25px 25px 25px 25px;
	margin:0px 10px 0px 10px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:flex-start;
	text-align:left;
	background-color:#EEEEEE;
	height:420px;
}
.img-20-style{
	width:74px;
}
.p-11-style{
	width:100%;
	color:var(--swatch-var-5803)!important;
	font-size:16px;
}
.h2-12-style{
	font-weight:bold;
	color:var(--swatch-var-5803)!important;
}
.container-div-24564-style{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:center;
	min-height:100%;
	height:100%;
}
.container-div-41001-min-height{
	width:50%;
	background-size:cover;
	border-radius:10px 10px 10px 10px;
	background-position:center center;
	display:flex;
	flex-direction:row;
	align-items:center;
	height:400px;
}
.container-div-46378-min-height{
	width:50%;
	min-height:100%;
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	justify-content:center;
}
.flex{
	flex-direction:row-reverse;
}
.img-aiops-1{
	background-image:url("img/pikaso_texttoimage_manager-looking-stats-on-herlaptop-Office-with-nat.webp");
	background-size:cover;
	border-radius:10px 10px 10px 10px;
	background-repeat:no-repeat;
	background-position:left center;
}
.img-aiops-2{
	background-image:url("img/131443.webp");
	background-size:cover;
	background-position:right center;
	border-radius:10px 10px 10px 10px;
}
.nav-blur{
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
	z-index:10001;
}
.img-aiops-3{
	background-image:url("img/pikaso_texttoimage_Happy-workers-reaching-their-goals-highfiving-Offi.webp");
	background-size:cover;
}
.img-valueops{
	background-image:url("img/pikaso_texttoimage_Managers-planning-looking-stats-on-her-computer-Of.webp");
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
}
.img-valueops-1{
	background-image:url("img/pikaso_texttoimage_happy-teamattes-working-toghether-in-a-office-The-%20%281%29.webp");
	background-size:cover;
}
.img-valueops-2{
	background-size:cover;
	background-image:url("img/pikaso_texttoimage_Manager-planning-looking-stats-on-his-computer-Off.webp");
}
.img-valueops-3{
	background-size:cover;
	background-image:url("img/pikaso_texttoimage_Workers-collaborating-Office-with-natural-light-an.webp");
}
.img-netops{
	background-size:cover;
	background-image:url("img/pikaso_texttoimage_Office-with-1015-team-mattes-happy-and-collaborati.webp");
	background-position:center center;
}
.img-netops-1{
	background-size:cover;
	background-position:center center;
	background-image:url("img/pikaso_texttoimage_workers-changing-information-Office-with-natural-l.webp");
}
.img-netops-2{
	background-image:url("img/pikaso_texttoimage_workers-changing-information-Office-with-natural-l%20%281%29.webp");
}
.img-netops-3{
	background-image:url("img/pikaso_texttoimage_happy-workers-reaching-objetives-Office-with-natur.webp");
}
.img-capacity{
	background-size:cover;
	background-position:center top;
	background-image:url("img/2150951361.webp");
}
.img-capacity-1{
	background-image:url("img/professionals-collaborate-innovation-daytime-meeting.webp");
}
.img-capacity-2{
	background-image:url("img/man-woman-shaking-hands-with-woman-shaking-hands.webp");
	background-size:cover;
}
.img-capacity-3{
	background-image:url("img/124577.webp");
	background-size:cover;
}
.container-div-10662-min-height{
	min-height:567px;
	background-image:url("img/donut.svg");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
}
.container-div-48841-min-height{
	min-height:100%;
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	justify-content:center;
	margin-right:120px;
}
.h1-12-style{
	width:100%;
	color:var(--swatch-var-7896)!important;
	text-align:left;
	font-weight:bold;
}
.h2-23-style{
	width:100%;
	color:var(--swatch-var-5803)!important;
}
.container-div-15120-min-height{
	min-height:700px;
	border-radius:10px 10px 10px 10px;
	background-color:var(--swatch-var-7896);
	padding:100px 150px 100px 150px;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-direction:column;
}
.container-div-22499-min-height{
	height:100%;
	min-height:100%;
	width:100%;
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	justify-content:flex-start;
}
.h2-24-style{
	width:50%;
	color:var(--swatch-var-7747)!important;
	background-color:transparent;
}
.container-div-30415-style{
	width:96.28%;
	min-height:286px;
	padding:10px 10px 10px 10px;
	border-width:0px 0px 0px 1px;
	border-color:var(--swatch-var-7747)!important;
	border-style:solid;
	height:100%;
	max-height:100%;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-start;
}
.img-35-style{
	width:78px;
	margin-bottom:15px;
}
.container-div-36626-style{
	width:40%;
	display:flex;
}
.container-div-13286-style{
	width:20%;
}
.h3-45-style{
	color:var(--swatch-var-7747)!important;
}
.container-div-28376-style{
	width:100%;
	display:flex;
	flex-direction:row;
	padding-top:25px;
}
.container-div-41278-min-height{
	min-height:494px;
	width:50%;
	background-image:url("img/59017.webp");
	background-size:cover;
	background-position:center center;
	border-radius:10px 10px 10px 10px;
}
.container-div-15937-min-height{
	width:50%;
	padding:0px 50px 50px 50px;
	display:flex;
	flex-direction:row;
	align-items:center;
}
.container-div-37623-style{
	width:50%;
	margin:15px 15px 15px 15px;
	padding:15px 15px 15px 15px;
	background-color:var(--swatch-var-3467);
	border-radius:10px 10px 10px 10px;
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	text-shadow:0.00px -2.00px 0px #000000;
}
.img-47-style{
	width:79px;
}
.container-div-46512-style{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
}
.h2-29-style{
	width:100%;
	color:var(--swatch-var-7747)!important;
}
.p-26-style{
	width:100%;
	color:var(--swatch-var-7747)!important;
}
.container-div-39506-style{
	width:50%;
	background-color:var(--swatch-var-4629);
	border-radius:10px 10px 10px 10px;
	box-shadow:0.00px -0.00px 20px rgba(0,0,0,0.26);
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
	margin:15px 15px 15px 20px;
	padding:32px 32px 32px 32px;
}
.h2-13942-style{
	width:100%;
	font-weight:bold;
	color:var(--swatch-var-7896)!important;
}
.p-33365-style{
	width:100%;
	color:var(--swatch-var-5803)!important;
	font-size:20px;
}
.text-span-style{
	font-weight:bold;
	color:var(--swatch-var-7896)!important;
}
.text-span-0-style{
	font-weight:bold;
	font-size:24px;
	color:var(--swatch-var-7896)!important;
}
.att-cliente{
	background-color:var(--swatch-var-7747);
}
.container-div-bloc-16-min-height{
	height:100%;
}
.h2-11-style{
	width:100%;
	font-family:"Archivo";
	color:var(--swatch-var-7896)!important;
	font-size:36px;
	font-weight:bold;
}
.p-28524-style{
	width:100%;
	font-size:20px;
	color:var(--swatch-var-5803)!important;
}
.linea-azul{
	border-width:1px 0px 0px 0px;
	border-color:var(--swatch-var-7896)!important;
	border-style:solid;
}
.bg-navegador{
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
}
.p-21787-style{
	width:100%;
	font-family:"Archivo";
	font-size:18px;
	color:var(--swatch-var-5803)!important;
	padding:0px 20px 0px 20px;
}
.smartnav{
	position:sticky;
}
.navlink-margin{
	margin-left:7px;
	margin-right:7px;
}
.menu-icon-29711-stroke{
	stroke:var(--swatch-var-5803)!important;
	fill:var(--swatch-var-5803)!important;
}
.navbar-brand img{
	width:380px;
	height:100%;
	min-height:100%;
}
.logo-phone{
	float:left;
}
.container-div-0-bloc-10-min-height{
	min-height:149px;
}
.texto-content{
	color:var(--swatch-var-5803)!important;
	font-family:"Archivo";
	font-size:16px;
}
.h1-¡gracias--style{
	width:100%;
	color:var(--swatch-var-7896)!important;
	font-size:100px;
	font-family:"Poppins";
	font-weight:600;
}
.form-check-label{
	font-family:"Archivo";
	font-size:16px;
}
.h6-style{
	font-size:16px;
	width:100%;
	float:left;
	font-family:"Poppins";
	font-weight:300;
}
.link-datps-personales{
	font-family:"Archivo";
	font-size:16px;
	margin-left:0px;
}
.link-datos-personales{
	color:var(--swatch-var-7896)!important;
	margin-left:3px;
}
.btn-bloc-35-style{
	width:4.39%;
}
.h1-13-bloc-10-style{
	font-size:70px;
}
.h1-14-style{
	font-size:70px;
}
.h1-13-style{
	font-size:70px;
}
.columna-logo{
	width:450px;
	justify-items:start;
	justify-content:flex-start;
	background-size:length;
	display:flex;
}
.white:hover{
	color:var(--swatch-var-7747)!important;
}
.h1-12-bloc-10-style{
	font-size:70px;
}
.img-bloc-8-style{
	width:364px;
	border-radius:10px 10px 10px 10px;
}
.columna-content-blog{
	border-color:var(--swatch-var-2869)!important;
	border-width:0px 1px 0px 0px;
	border-style:solid;
}
.envase-blog{
	height:500px;
	min-height:500px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.container-div-37942-style{
	width:100%;
	height:530px;
	background-image:url("img/tic-4.webp");
	border-radius:10px 10px 10px 10px;
	background-size:cover;
}
.h1-1-style{
	width:45.88%;
	font-family:"Poppins";
	font-weight:700;
	height:100%;
	color:var(--swatch-var-7747)!important;
	padding-top:200px;
	padding-left:200px;
	font-size:46px;
}
.h1-14429-style{
	width:47.44%;
}
.h2-bloc-4-style{
	width:100%;
}
.half-screen-content{
	max-width:500px;
	margin:100px auto 100px auto;
}
.mini-large-p{
	font-size:1.7em;
	font-family:"Archivo";
	font-weight:bold;
}
.white-button{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	background-color:var(--swatch-var-7747);
	color:var(--swatch-var-4497)!important;
	border-color:rgba(0,0,0,0.28)!important;
}
.white-button:hover{
	background-color:var(--swatch-var-6494);
	color:var(--swatch-var-5803)!important;
	border-color:#000000!important;
}
.white-button:active{
	background-color:var(--swatch-var-6494);
}
.full-width{
	width:100%;
}
.img-9-style{
	width:499px;
}
.mini-video-thumb{
	background-size:cover;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
}
.mini-video-thumb:hover{
	background-blend-mode:darken;
	background-color:rgba(0,0,0,0.72);
}
.global-radius{
	overflow:hidden!important;
	border-radius:20px 20px 20px 20px;
}
.header-play-icon-div{
	position:absolute;
}
.mini-play-icon{
	font-size:60px;
	width:100px;
	height:100px;
	background-color:var(--swatch-var-5803);
	border-radius:100px 100px 100px 100px;
	padding-top:20%;
	padding-left:8%;
	color:#FEFFFF!important;
}
.mini-feature-modal{
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
	background-color:transparent;
}
.mini-cta-mail-field{
	height:50px;
	border-radius:0px 0px 0px 0px;
	padding-left:20px;
}
.dark-field{
	background-color:var(--swatch-var-4497);
	color:var(--swatch-var-7747)!important;
}
.mini-cta-white-button{
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.mini-small-p{
	font-size:0.9em;
}
.white-link{
	color:#FFFFFF!important;
	text-decoration:underline!important;
}
.div-content{
	width:500px;
	float:left;
	position:relative;
	display:block;
}
.svg-icon-style{
	width:72px!important;
	fill:var(--swatch-var-7747)!important;
	stroke:var(--swatch-var-7747)!important;
	height:px!important;
}
.svg-icon-bloc-5-style{
	width:100px!important;
}
.container-div-bloc-5-style{
	width:90%;
}
.h1-meisterplan®-style{
	font-size:40px;
}
.h1-bloc-6-style{
	font-size:40px;
}
.h1-bloc-7-style{
	font-size:40px;
}
.h1-valueops-rally-style{
	font-size:40px;
}
.container-div-13346-style{
	width:100%;
}
.columna-tic{
	width:380px;
	height:450px;
	padding-right:3px;
	padding-left:3px;
	margin-right:0px;
	margin-left:0px;
	float:left;
}
.rown-25{
	align-content:center;
	align-items:center;
	justify-content:center;
}
.tarjeta-tic{
	height:450px;
	margin-bottom:10px;
}
.container-div-5443-style{
	width:100%;
	height:235px;
	background-image:url("img/427488.webp");
	background-size:cover;
}
.container-div-27608-style{
	width:100%;
	height:235px;
	background-image:url("img/29318-2.webp");
	background-size:cover;
}
.container-div-16816-style{
	width:100%;
	height:235px;
	background-image:url("img/37320.webp");
	background-size:cover;
}
.container-div-35974-style{
	width:100%;
	height:235px;
	background-image:url("img/449183.webp");
	background-size:cover;
}
.svg-icon-bloc-3-style{
	width:72px!important;
	stroke:var(--swatch-var-7747)!important;
	fill:#FFFFFF!important;
}
.svg-icon-0-style{
	width:72px!important;
	stroke:var(--swatch-var-7747)!important;
	fill:var(--swatch-var-7747)!important;
	stroke-width:0!important;
}
.svg-icon-0-bloc-3-style{
	width:72px!important;
	stroke:var(--swatch-var-7747)!important;
	stroke-width:0!important;
	fill:#FFFFFF!important;
}
.img-2-style{
	width:100%;
	border-radius:20px 20px 0px 0px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
}
.p-bloc-2-style{
	width:100%;
}
.img-3-horizontal-col-style{
	width:250px;
}
.h1-44690-style{
	width:100%;
	height:180px;
	align-content:center;
	font-family:"Poppins";
	font-weight:700;
	color:var(--swatch-var-5803)!important;
	font-size:42px;
	border-color:var(--swatch-var-5803)!important;
	border-style:solid;
	border-width:0px 0px 0px 0px;
}
.img-10-style{
	width:150px;
}
.bloc-divider-t-fill{
	fill:transparent;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-7896);
	height:200px;
}
.h4-bloc-2-style{
	font-size:20px;
}
.rown-soluciones{
	justify-content:center;
	width:100%;
}
.columna-soluciones{
	width:100%;
}
.div-soluciones{
	justify-items:center;
	align-content:center;
}
.container-div-2704-style{
	width:24.89%;
	float:left;
}
.card-5-style{
	border-style:solid;
	border-width:0px 0px 0px 0px;
	border-radius:20px 20px 20px 20px;
	background-color:var(--swatch-var-3467);
	width:97%;
}
.h4-slider{
	font-size:50px;
	color:var(--swatch-var-7747)!important;
	font-family:"Poppins";
	font-weight:700;
	text-align:left;
}
.carousel-style{
	width:100%;
}
.imagen-carousel{
	border-radius:40px 40px 40px 40px;
}
.h1-carousel{
	color:var(--swatch-var-7747)!important;
	font-family:"Poppins";
	font-weight:700;
	font-size:50px;
}
.blocs-card-width{
	width:850px;
	height:500px;
}
.features-content-column{
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}
.mini-subtitle{
	text-transform:none;
}
.mini-feature-scrolling-images{
	display:flex;
	align-items:center;
	flex-direction:row;
	margin-left:-400px;
}
.img-arrow-style{
	width:150px;
}
.img-logo-itdesi-style{
	width:200px;
}
.container-div-2016-style{
	width:100%;
	min-height:246px;
	align-content:center;
}
.container-div-35837-style{
	width:93%;
}
.rown-logos{
	border-radius:20px 20px 20px 20px;
	height:250px;
	align-content:center;
}
.columna-titulo-home{
	height:130px;
	display:flex;
	align-items:center;
	flex-direction:column;
}
.svg-icon-fill{
	fill:var(--swatch-var-7747)!important;
	width:28px!important;
	fill-type:evenodd!important;
}
.svg-icon-bloc-4-style{
	width:30px!important;
	fill:var(--swatch-var-7896)!important;
	stroke:var(--swatch-var-7747)!important;
}
.svg-icon-bloc-4-style:hover{
	background-color:var(--swatch-var-7747);
}
.boton-info{
	background-color:var(--swatch-var-75);
	color:var(--swatch-var-7747)!important;
	font-family:"Poppins";
	font-weight:600;
	border-radius:50px 50px 50px 50px;
}
.boton-info:hover{
	background-color:var(--swatch-var-3850);
}
.mini-feature-img{
	width:25vw;
	height:auto;
}
.html-widget-style{
	height:38px;
	width:40%;
}
.post-thumbnail{
	border-radius:20px 20px 0px 0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.columna-post-atica{
	height:100%;
	border-radius:20px 20px 20px 20px;
	border-style:solid;
	border-color:var(--swatch-var-2948)!important;
	border-width:1px 1px 1px 1px;
	min-height:100%;
	margin-right:15px;
}
.columna-ultimos-post{
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-2948)!important;
	margin:0px 0px 0px 10px;
}
.container-div-0-bloc-10-style{
	width:100%;
	height:100%;
}
.widget-entradas-home{
	padding:10px 10px 10px 10px;
	border-radius:15px 15px 15px 15px;
	border-style:solid;
	border-color:var(--swatch-var-2948)!important;
	border-width:1px 1px 1px 1px;
}
.container-div-4353-style{
	width:100%;
	padding:0px 20px 0px 20px;
}
.row-bloc-10-style{
	height:100%;
	width:100%;
}
.container-div-10757-style{
	padding:0px 20px 0px 20px;
}
.img-15-style{
	width:300px;
}
.h2-1-style{
	width:100%;
	font-family:"Poppins";
	font-weight:500;
	color:var(--swatch-var-5803)!important;
}
.rown-broadcom{
	justify-content:center;
	border-radius:20px 20px 20px 20px;
	border-color:var(--swatch-var-2948)!important;
	border-style:solid;
	border-width:0px 0px 0px 0px;
}
.broadcom-style{
	font-family:"Poppins";
	font-weight:700;
}
.form-max-width{
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
}
.container-div-26634-style{
	width:100%;
}
.cart-meisterplan{
	float:left;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.card-style{
	width:23.29%;
}
.h3-61-style{
	font-family:"Poppins";
	font-weight:700;
	font-size:24px;
	margin-top:0px;
	line-height:24px;
}
.img-85-style{
	width:94px;
}
.img-handsha-style{
	width:111px;
}
.ling-acordion-meisterplan{
	font-family:"Poppins";
	font-weight:700;
	font-size:24px;
	text-decoration:none;
	color:var(--swatch-var-7896)!important;
}
.card-bloc-64-style{
	width:100%;
	border-radius:18px 18px 18px 18px;
	border-style:solid;
	border-color:var(--swatch-var-2948)!important;
	border-width:1px 1px 1px 1px;
	position:relative;
	color:var(--swatch-var-5803)!important;
}
.container-div-bloc-64-style{
	width:100%;
	border-radius:20px 20px 20px 20px;
	border-color:var(--swatch-var-2948)!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
.encabezado-tarjeta{
	border-width:0px 0px 0px 0px;
	color:var(--swatch-var-7747)!important;
}
.card-bloc-64-style:hover{
	background-color:var(--swatch-var-7747);
	transition:all 0.5s ease 0s;
	color:var(--swatch-var-5803)!important;
	border-color:var(--swatch-var-7896)!important;
	border-style:solid;
	border-width:3px 3px 3px 3px;
}
.none-03{
	display:none;
}
.none-04{
	display:none;
}
.none-05{
	display:none;
}
.none-02{
	display:none;
}
.none-01{
	display:none;
}
.img-atica-style{
	width:100%;
	height:100%;
}
.img-bloc-64-style{
	width:100%;
	height:100%;
}
.row-77-style{
	width:100%;
	background:linear-gradient(45deg, var(--swatch-var-7896) 0%, var(--swatch-var-75) 100%);
	height:200px;
	border-radius:30px 30px 30px 30px;
}
.card-body-style{
	background-color:var(--swatch-var-6142);
	border-radius:20px 20px 20px 20px;
	border-width:0px 0px 0px 0px;
	height:250px;
	min-height:250px;
}
.card-body-bloc-63-style{
	border-radius:20px 20px 20px 20px;
	background-color:var(--swatch-var-6142);
	height:250px;
	min-height:250px;
	border-width:0px 0px 0px 0px;
}
.card-body-7-style{
	border-radius:20px 20px 20px 20px;
	background-color:var(--swatch-var-6142);
	height:250px;
	min-height:250px;
	border-width:0px 0px 0px 0px;
}
.card-body-8-style{
	background-color:var(--swatch-var-6142);
	border-radius:20px 20px 20px 20px;
	height:250px;
	min-height:250px;
	border-width:0px 0px 0px 0px;
}
.row-bloc-67-style{
	width:93.02%;
}
.card-bloc-67-style{
	float:left;
	margin-bottom:28px;
	height:400px;
	border-radius:20px 20px 20px 20px;
	width:400px;
	margin-right:20px;
}
.p-bloc-67-style{
	width:100%;
	font-family:"Poppins";
	font-size:16px;
	color:var(--swatch-var-5803)!important;
	line-height:24px;
	font-weight:400;
	text-align:left;
}
.ling-acordion-meisterplan:hover{
	color:var(--swatch-var-7896)!important;
}
.accordion-button{
	color:var(--swatch-var-7896)!important;
	font-family:"Poppins";
	font-weight:600;
	font-size:20px;
	text-decoration:none;
}
.container-div-38108-style{
	width:93.24%;
}
.svg-icon-bloc-62-fill{
	fill:var(--swatch-var-7747)!important;
	width:30px!important;
}
.container-div-bloc-66-style{
	width:100%;
}
.btn-video{
	background-color:var(--swatch-var-7896);
}
.svg-icon-6407-style{
	width:50px!important;
	fill:var(--swatch-var-7896)!important;
}
.container-div-bloc-19-min-height{
	height:100%;
}
.columna-blog{
	width:300px;
	float:left;
}
.columna-post{
	border-radius:30px 30px 30px 30px;
	border-color:var(--swatch-var-2948)!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	padding:0px 0px 0px 0px;
	margin-right:15px;
	width:480px;
	height:700px;
}
.fila-blog{
	padding-left:0px;
	padding-right:0px;
	display:flex;
	justify-content:center;
}
p{
	font-family:"Poppins";
	font-weight:300;
}
.encabezado-tarjeta:hover{
	color:var(--swatch-var-7747)!important;
}
.card-5-style:hover{
	box-shadow:1.58px 1.23px 11px rgba(0,0,0,0.41);
}
.stretched-link:hover{
	text-decoration:none;
	color:var(--swatch-var-7747)!important;
}
.link-tarjeta{
	font-family:"Poppins";
	font-weight:300;
	color:var(--swatch-var-5803)!important;
}
.link-tarjeta:hover{
	text-decoration:none;
	font-family:"Poppins";
	font-weight:300;
}
.link-0-style{
	text-decoration:none;
}
.link-leer-artículo-style{
	text-decoration:none;
	color:var(--swatch-var-7896)!important;
	font-family:"Poppins";
	font-weight:500;
	font-size:16px;
}
.container-div-bloc-9-style{
	width:100%;
	align-items:flex-end;
	display:flex;
	align-content:flex-end;
	min-height:48px;
}
.container-div-0-bloc-9-style{
	padding-left:20px;
	padding-right:20px;
	width:100%;
	height:40px;
	min-height:40px;
}
.columna-post-linkedin{
	border-radius:20px 20px 20px 20px;
	border-color:var(--swatch-var-4629)!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	margin-right:10px;
	width:270px;
}
.img-29-style{
	width:260px;
}
.link-entrada{
	font-family:"Poppins";
	color:var(--swatch-var-7896)!important;
	font-size:14px;
	text-decoration:none;
}
.columna-content-post{
	width:100%;
	display:flex;
	justify-content:center;
}
.h3-5-style{
	font-family:"Poppins";
	font-weight:600;
	float:left;
	width:28%;
}
.svg-icon-9771-style{
	width:51px;
	fill:var(--swatch-var-7896)!important;
}
.columna-likedin-post{
	display:flex;
	justify-content:center;
}
.link-linkedin{
	font-family:"Poppins";
	font-weight:500;
	font-size:26px;
	color:var(--swatch-var-7896)!important;
	text-decoration:none;
}
.link-linkedin:hover{
	color:var(--swatch-var-3850)!important;
}
.svg-icon-34472-style{
	width:51px!important;
	fill:var(--swatch-var-1394)!important;
}
.container-div-832-style{
	width:100%;
	height:250px;
	padding:15px 15px 15px 15px;
	min-height:250px;
}
.p-bloc-9-style{
	width:100%;
	font-family:"Poppins";
	font-weight:300;
	color:var(--swatch-var-5803)!important;
	font-size:15px;
	line-height:20px;
}
.titulo-post{
	font-family:"Poppins";
	font-weight:500;
	color:var(--swatch-var-5803)!important;
	font-size:18px;
	line-height:20px;
}
.btn-bloc-3-style{
	width:58.24%;
	border-radius:50px 50px 50px 50px;
	color:var(--swatch-var-7896)!important;
	font-family:"Poppins";
	font-weight:500;
	font-size:18px;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-7896)!important;
	border-style:solid;
	background-color:var(--swatch-var-7036);
}
.p-6-style{
	width:100%;
	font-family:"Poppins";
	font-weight:500;
	font-size:19px;
}
.svg-icon-6994-style{
	width:30px!important;
	fill:var(--swatch-var-7747)!important;
}
.btn-bloc-3-style:hover{
	background-color:var(--swatch-var-3850);
	color:var(--swatch-var-7747)!important;
}
.btn-bloc-66-style{
	width:18.06%;
}
.btn--ver-video-style{
	width:13.49%;
}
.btn-bloc-68-style{
	width:16.97%;
}
.svg-icon-bloc-0-fill{
	fill:var(--swatch-var-7747)!important;
	width:40px!important;
}
.accordion-button:hover{
	color:var(--swatch-var-7896)!important;
}
.columna-video{
	border-radius:15px 15px 15px 15px;
}
.video-meisterplan{
	border-radius:30px 30px 30px 30px;
}
.fila-retos{
	display:flex;
	justify-content:center;
}
.svg-icon-0-fill{
	fill:var(--swatch-var-7747)!important;
	width:28px!important;
	stroke:transparent!important;
}
.p-bloc-64-style{
	font-family:"Poppins";
	font-weight:500;
	font-size:17px;
}
.p-55-style{
	font-family:"Poppins";
	font-weight:500;
	font-size:17px;
}
.p-56-bloc-64-style{
	font-family:"Poppins";
	font-weight:500;
	font-size:17px;
}
.p-57-style{
	font-family:"Poppins";
	font-weight:500;
	font-size:17px;
}
.p-58-bloc-64-style{
	font-family:"Poppins";
	font-weight:500;
	font-size:17px;
}
.d-none{
	width:100%;
}
.img-bloc-67-style{
	width:250px;
}
.img-88-style{
	width:250px;
}
.img-89-style{
	width:250px;
}
.columna-implantacion{
	display:flex;
	justify-content:center;
}
.columna-tarjetas-jira{
	display:inline-flex;
}
.container-div-bloc-62-style{
	width:100%;
	border-width:0px 0px 0px 0px;
}
.container-div-30196-style{
	width:23.9%;
	float:left;
	margin-right:15px;
	margin-bottom:20px;
}
.columna-jira{
	display:flex;
	justify-content:center;
	justify-items:center;
}
.container-div-9679-style{
	width:100%;
}
.container-div-32063-style{
	float:left;
	width:310px;
	border-radius:30px 30px 30px 30px;
	height:390px;
	border-width:2px 2px 2px 2px;
	padding:15px 15px 15px 15px;
	margin-bottom:20px;
	background-color:var(--swatch-var-7747);
	margin-right:20px;
}
.img-86-style{
	width:250px;
}
.img-31415-style{
	width:250px;
}
.envase-jira{
	border-radius:0px 0px 0px 0px;
	margin-left:3px;
	margin-right:3px;
	border-width:0px 0px 0px 0px;
}
.img-bloc-68-style{
	width:250px;
}
.h1-5272-style{
	width:100%;
	font-family:"Poppins";
	font-weight:700;
	color:var(--swatch-var-7896)!important;
	font-size:55px;
	text-align:left;
}
.list-style{
	width:99.85%;
	font-family:"Poppins";
	font-weight:600;
	color:var(--swatch-var-5803)!important;
	font-size:18px;
}
.btn-ir-al-inicio-style{
	width:18.07%;
}
.p-bloc-68-style{
	width:100%;
	font-family:"Poppins";
	font-weight:400;
	color:var(--swatch-var-5803)!important;
}
.tarjeta-acordion{
	border-radius:15px 15px 15px 15px;
	border-color:var(--swatch-var-6731)!important;
	border-style:solid;
	border-width:2px 2px 2px 2px;
}
.btn-bloc-62-style{
	border-radius:34px 34px 34px 34px;
	font-family:"Poppins";
	font-weight:700;
	color:var(--swatch-var-7747)!important;
	background-color:var(--swatch-var-7896);
	padding-top:12px;
	padding-bottom:12px;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-7747)!important;
	border-style:solid;
}
.btn-bloc-62-style:hover{
	background-color:var(--swatch-var-3850);
}
.btn-bloc-62-style:active{
	background-color:var(--swatch-var-3850);
}
.btn-bloc-62-style:visited{
	background-color:var(--swatch-var-3850);
}
.envase-acordion{
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
}
.imag-atica-acordion{
	width:100%;
	height:100%;
	min-height:100%;
	border-radius:18px 18px 18px 18px;
}
.img-anima-reporti-style{
	width:100%;
	height:100%;
	min-height:100%;
	border-radius:18px 18px 18px 18px;
}
.did-acordion-external{
	border-radius:20px 20px 20px 20px;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-6731)!important;
	border-style:solid;
}
.lista-menu{
	font-family:"Poppins";
	font-weight:500;
	color:var(--swatch-var-5803)!important;
}
.logo{
	width:100%;
	height:100%;
}
.img-horizontal-col-style{
	width:500px;
}
.container-div-min-height{
	min-height:91px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.svg-icon-9717-style{
	width:50px!important;
	fill:var(--swatch-var-1394)!important;
}
.envase-clarity-ppm{
	margin-right:2px;
	border-radius:20px 20px 20px 20px;
	height:100%;
	background-color:var(--swatch-var-6142);
	margin-top:50px;
	margin-left:2px;
}
.colunma-clarity-ppm{
	background-color:var(--swatch-var-7747);
	border-radius:30px 30px 30px 30px;
	width:900px;
}
.p-66-style{
	width:100%;
	color:var(--swatch-var-5803)!important;
	font-family:"Poppins";
	font-weight:500;
}
.svg-icon-38598-style{
	width:50px!important;
	fill:var(--swatch-var-7896)!important;
}
.columna2-clarity-ppm{
	margin-top:30px;
	width:900px;
	background-color:var(--swatch-var-7747);
	border-radius:30px 30px 30px 30px;
	height:300px;
	min-height:300px;
}
.fondo-clarity{
	background-color:#C3E5C3;
	width:900px;
	border-radius:30px 30px 30px 30px;
	margin-top:20px;
}
.rown-chat{
	display:flex;
	justify-content:flex-end;
	padding-right:400px;
}
.h1-29-style{
	width:100%;
	color:var(--swatch-var-5803)!important;
	font-family:"Poppins";
	font-weight:700;
	font-size:60px;
}
.svg-icon-bloc-73-style{
	width:50px!important;
	fill:var(--swatch-var-1394)!important;
}
.row-bloc-73-style{
	width:100%;
	padding-left:400px;
}
.row-89-style{
	width:100%;
	padding-left:400px;
}
.row-91-style{
	width:100%;
	padding-left:400px;
}
.row-93-style{
	width:100%;
	padding-left:400px;
}
.h3-bloc-73-style{
	width:100%;
	color:var(--swatch-var-5803)!important;
	font-family:"Poppins";
	font-weight:500;
	font-size:30px;
}
.p-61-style{
	width:100%;
	font-family:"Poppins";
	font-weight:500;
	color:var(--swatch-var-7747)!important;
	font-size:26px;
}
.h3-47860-style{
	width:100%;
	font-family:"Poppins";
	font-weight:500;
	color:var(--swatch-var-5803)!important;
	font-size:24px;
}
.container-div-911-style{
	width:45.83%;
	float:left;
	margin-right:20px;
}
.container-div-11345-style{
	width:50.75%;
	float:left;
}
.container-div-29578-style{
	float:left;
	width:43.37%;
}
.svg-icon-19535-fill{
	fill:var(--swatch-var-7747)!important;
	width:28px!important;
}
.envase-meisterplan{
	margin-right:2px;
	margin-left:2px;
	border-radius:30px 30px 30px 30px;
	background:linear-gradient(41deg, var(--swatch-var-7896)  0%, var(--swatch-var-75) 100%);
}
.h1-23-style{
	width:96.27%;
	font-family:"Poppins";
	font-weight:700;
	color:var(--swatch-var-7747)!important;
}
.envase-jira-meisterplan{
	background:linear-gradient(45deg, var(--swatch-var-7896) 0%, var(--swatch-var-75) 100%);
	padding-top:30px;
	padding-bottom:30px;
	border-radius:30px 30px 30px 30px;
	margin:80px 2px 50px 2px;
}
.envase-video-clarity{
	background:linear-gradient(45deg, var(--swatch-var-7896) 2%, var(--swatch-var-75) 100%);
	border-radius:30px 30px 30px 30px;
	margin-left:2px;
	margin-right:2px;
	padding-top:30px;
	padding-bottom:30px;
}
.envase-clarity{
	padding-top:30px;
	padding-bottom:30px;
	background:linear-gradient(45deg, var(--swatch-var-7896) 0%, var(--swatch-var-75) 100%);
	border-radius:20px 20px 20px 20px;
	margin-left:2px;
	margin-right:2px;
}
.p-bloc-73-style{
	width:100%;
	color:var(--swatch-var-5803)!important;
	font-family:"Poppins";
	font-weight:500;
	font-size:22px;
}
.row-97-style{
	width:36.15%;
	height:300px;
	float:left;
	margin-right:20px;
	margin-left:20px;
}
.row-98-style{
	float:left;
	height:300px;
	margin-left:20px;
	width:32.72%;
}
.row-bloc-76-style{
	width:30.1%;
	height:300px;
	margin-top:2px;
	margin-left:15px;
}
.row-100-style{
	width:39.61%;
	margin-top:20px;
	float:left;
	height:300px;
}
.row-101-style{
	height:300px;
	width:58.7%;
}
.svg-icon-bloc-76-style{
	width:80px!important;
	fill:var(--swatch-var-7896)!important;
}
.columna-características{
	border-radius:20px 20px 20px 20px;
	margin-left:0px;
	margin-right:0px;
	background-color:var(--swatch-var-6731);
	height:300px;
	min-height:300px;
}
.svg-icon-0-bloc-76-style{
	width:80px!important;
	fill:var(--swatch-var-7896)!important;
}
.columna2-caracteristicas{
	border-radius:20px 20px 20px 20px;
	background-color:var(--swatch-var-6731);
	height:300px;
	min-height:300px;
}
.svg-icon-24687-style{
	width:80px!important;
	fill:var(--swatch-var-7896)!important;
}
.columna4-caracteristicas{
	background-color:var(--swatch-var-6731);
	border-radius:20px 20px 20px 20px;
	height:300px;
	min-height:300px;
}
.svg-icon-17135-style{
	width:80px!important;
	fill:var(--swatch-var-7896)!important;
}
.columna5-caracteristicas{
	border-radius:20px 20px 20px 20px;
	background-color:var(--swatch-var-6731);
	width:100%;
	height:300px;
	min-height:300px;
}
.svg-icon-33815-style{
	width:90px!important;
	fill:var(--swatch-var-7896)!important;
}
.p-bloc-76-style{
	width:100%;
	color:var(--swatch-var-5803)!important;
	font-family:"Poppins";
	font-weight:400;
}
.h3-bloc-76-style{
	width:100%;
	color:var(--swatch-var-5803)!important;
	font-family:"Poppins";
	font-weight:500;
}
.container-ppm{
	float:left;
}
.envase-beneficios{
	border-radius:30px 30px 30px 30px;
	margin-left:2px;
	margin-right:2px;
	background:linear-gradient(45deg, var(--swatch-var-7896) 0%, var(--swatch-var-75) 100%);
	padding-top:80px;
	padding-bottom:80px;
	height:100%;
	min-height:100%;
	margin-bottom:40px;
}
.p-bloc-77-style{
	width:100%;
	color:var(--swatch-var-7747)!important;
	font-family:"Poppins";
	font-weight:500;
	margin-top:40px;
}
.container-div-bloc-77-style{
	width:41.09%;
}
.card-bloc-77-style{
	width:24.23%;
	float:left;
	margin-right:10px;
	height:100%;
	border-radius:30px 30px 30px 30px;
	min-height:100%;
}
.container-div-bloc-72-style{
	width:49.18%;
}
.bloc-fill{
	fill:var(--swatch-var-7896);
}
.envase-home-phone{
	margin-top:60px;
}
.card-header-style{
	width:100%;
	border-bottom-width:0px;
}
.envase-rally-software{
	background:linear-gradient(45deg, var(--swatch-var-7896) 0%, var(--swatch-var-75) 100%);
	margin-left:2px;
	margin-right:2px;
	border-radius:20px 20px 20px 20px;
}
.container-div-5645-style{
	width:48.84%;
	min-height:305px;
	float:left;
}
.p-85-style{
	width:88.6%;
	color:var(--swatch-var-7747)!important;
	font-family:"Poppins";
	font-weight:500;
}
.container-div-19856-style{
	width:40.17%;
	float:left;
}
.btn-rally{
	width:100%;
	border-radius:50px 50px 50px 50px;
	font-family:"Poppins";
	font-weight:700;
	color:var(--swatch-var-7747)!important;
	background-color:var(--swatch-var-7896);
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-7747)!important;
	border-style:solid;
}
.svg-icon-141-fill{
	fill:var(--swatch-var-7747)!important;
	width:28px!important;
}
.card-23-style{
	width:33%;
	margin-right:15px;
	border-radius:15px 15px 15px 15px;
	background-color:var(--swatch-var-1782);
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
	text-align:left;
}
.container-div-48404-style{
	width:50%;
	float:left;
	height:300px;
	align-content:center;
}
.img-94-style{
	width:400px;
	height:100%;
}
.h1-34-style{
	width:100%;
	font-family:"Poppins";
	font-weight:700;
	color:var(--swatch-var-5803)!important;
	font-size:40px;
}
.columna-rally-integraciones{
	display:flex;
	justify-content:center;
}
.svg-icon-16172-style{
	width:60px!important;
	fill:var(--swatch-var-7896)!important;
	align-items:center;
}
.svg-icon-43025-style{
	width:60px!important;
	fill:var(--swatch-var-7896)!important;
}
.svg-icon-7743-style{
	width:60px!important;
	fill:var(--swatch-var-7896)!important;
}
.svg-icon-24502-style{
	width:60px!important;
	fill:var(--swatch-var-7896)!important;
}
.svg-icon-24652-style{
	width:60px!important;
	fill:var(--swatch-var-7896)!important;
}
.svg-icon-43726-style{
	width:60px!important;
	stroke:transparent!important;
	fill:var(--swatch-var-7896)!important;
}
.img-bloc-83-style{
	width:400px;
}
.container-div-bloc-82-style{
	width:48.58%;
	float:left;
}
.container-div-bloc-84-style{
	width:49.02%;
	float:left;
}
.container-div-bloc-86-style{
	width:49.23%;
	float:left;
}
.container-div-bloc-81-style{
	width:48.09%;
	float:left;
}
.container-div-bloc-81-min-height{
	width:100%;
}
.columna-iphone{
	width:100%;
}
.html-widget-bloc-74-style{
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	margin-left:2px;
	margin-right:2px;
}
.h2-9-style{
	width:100%;
}
.container-div-bloc-83-min-height{
	width:100%;
}
.img-5144-style{
	width:398px;
}
.img-bloc-30-style{
	width:391px;
}
.mini-responsive-icon{
	font-size:60px;
}
.divider-style{
	width:3px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
}
.p-30-style{
	font-family:"Poppins";
	font-weight:700;
	line-height:40px;
	font-size:36px;
}
.h4-style{
	font-family:"Poppins";
	font-weight:600;
	font-size:24px;
	margin-top:16px;
}
.divider-0-style{
	width:3px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
}
.black-button{
	color:#EAEAEA!important;
	background-color:var(--swatch-var-4497);
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-4497)!important;
}
.black-button:hover{
	color:#FEFFFF!important;
	background-color:#181818;
	border-color:#181818!important;
}
.black-button:active{
	background-color:var(--swatch-var-5803);
}
.p-31-style{
	font-family:"Poppins";
	font-weight:700;
	font-size:24px;
}
.p-23-style{
	font-family:"Poppins";
	font-weight:700;
	font-size:24px;
}
.h2-bloc-43-style{
	font-size:24px;
}
.card-clarity{
	border-width:0px 0px 0px 0px;
	border-radius:24px 24px 24px 24px;
	margin-bottom:36px;
	height:240px;
}
.svg-icon-33126-style{
	width:56px!important;
	fill:var(--swatch-var-7896)!important;
}
.h6-bloc-11-style{
	width:100%;
	line-height:24px;
	text-decoration:underline!important;
}
.titulo-category{
	font-family:"Poppins";
	font-weight:700;
	font-size:45px;
}
.container-div-22582-min-height{
	min-height:181px;
	background-image:url("img/427488.webp");
	border-radius:20px 20px 0px 0px;
	border-width:0px 0px 0px 0px;
	background-size:cover;
}
.columna-post-new{
	border-radius:20px 20px 20px 20px;
	border-color:var(--swatch-var-1782)!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	margin-right:15px;
	background-size:contain;
	width:314px;
	font-family:"Poppins";
	font-weight:500;
	color:var(--swatch-var-5803)!important;
	font-size:15px;
	position:relative;
}
.h4-bloc-10-style{
	font-size:18px;
}
.columna-post4{
	width:320px;
	padding:0px 0px 0px 0px;
	border-color:var(--swatch-var-4629)!important;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-radius:20px 20px 20px 20px;
}
.row-bloc-11-style{
	width:100%;
	display:flex;
	justify-content:center;
}
.container-div-bloc-11-min-height{
	height:200px;
	min-height:200px;
	margin-bottom:15px;
	background-image:url("img/29318.webp");
	background-size:cover;
	background-position:center center;
	border-radius:20px 20px 0px 0px;
}
.p-bloc-11-style{
	line-height:23px;
}
.container-div-bloc-11-style{
	width:100%;
	padding-left:15px;
	padding-right:15px;
	font-family:"Poppins";
	font-weight:600;
	color:var(--swatch-var-5803)!important;
}
.h5-bloc-11-style{
	width:100%;
	font-family:"Poppins";
	font-weight:500;
	color:var(--swatch-var-5803)!important;
	font-size:18px;
}
.p-14-style{
	width:100%;
	font-family:"Poppins";
	font-weight:300;
	color:var(--swatch-var-5803)!important;
	line-height:22px;
}
.card-body-29-style{
	background-color:var(--swatch-var-7747);
	text-align:left;
	border-radius:10px 10px 10px 10px;
}
.h6-bloc-701-style{
	width:99.88%;
	text-align:center;
	font-family:"Poppins";
	font-weight:500;
	font-size:14px;
}
.p-bloc-84-style{
	width:100%;
	font-family:"Poppins";
	font-weight:300;
	color:var(--swatch-var-2948)!important;
	font-size:13px;
	line-height:17px;
}
.card-bloc-84-style{
	width:100%;
	border-radius:10px 10px 10px 10px;
}
.card-19-style{
	width:19.28%;
	float:left;
	margin-right:10px;
	height:350px;
	border-radius:20px 20px 20px 20px;
	background-color:var(--swatch-var-6142);
	border-width:0px 0px 0px 0px;
}
.svg-icon-6055-style{
	width:67px;
	fill:var(--swatch-var-7896)!important;
	margin-bottom:10px;
}
.h4-17-style{
	font-size:26px;
}
.container-div-bloc-1-style{
	width:100%;
}
.row-traduccion{
	width:120px;
	float:left;
}
.row-service-home{
	padding-right:10px;
	display:flex;
	padding-left:10px;
	justify-content:center;
	align-items:center;
	margin-left:0px;
	margin-right:0px;
}
.columna-nuestros-servicios-1{
	padding:20px 20px 20px 20px;
	border-radius:15px 15px 15px 15px;
	background-color:var(--swatch-var-4376);
	height:400px;
	width:400px;
}
.columna-nuestros-servicios-2{
	background-color:var(--swatch-var-6142);
	padding:20px 20px 20px 20px;
	border-radius:15px 15px 15px 15px;
	height:400px;
	width:400px;
}
.columna-nuestros-servicios-3{
	padding:20px 20px 20px 20px;
	border-radius:15px 15px 15px 15px;
	background-color:var(--swatch-var-7969);
	height:400px;
	width:400px;
}
.columna-nuestros-servicios-4{
	padding:20px 20px 20px 20px;
	border-radius:15px 15px 15px 15px;
	background-color:var(--swatch-var-6060);
	height:400px;
	width:400px;
}
.img-style{
	width:200px;
}
.h4-2-style{
	font-family:"Poppins";
	font-weight:700;
}
.h4-3-style{
	font-family:"Poppins";
	font-weight:700;
}
.h4-4-style{
	font-family:"Poppins";
	font-weight:700;
}
.h4-5-style{
	font-family:"Poppins";
	font-weight:700;
}
.traducciones{
	float:left;
}
.img-2-horizontal-col-style{
	width:443px;
}
.close{
	margin-top:10px;
	margin-right:10px;
	color:var(--swatch-var-7896)!important;
}
.rotate-lemon{
	font-family:"LemonTuesday";
	font-size:30px;
	transform:rotate(-10deg);
}
.img-flec-style{
	width:93px;
}
.h4-46335-style{
	font-family:"LemonTuesday";
	width:98.8%;
	transform:rotate(-10deg);
	font-size:26px;
}
.container-div-49277-style{
	width:47.18%;
	float:left;
}
.container-div-41051-style{
	position:absolute;
	top:20px;
	right:80px;
	left:220px;
	width:100px;
}
.container-div-9748-style{
	width:26.12%;
	min-height:133px;
	left:1400px;
	bottom:70px;
	position:relative;
}
.columna-hands{
	height:20px;
}
.texto-hands{
	font-size:28px;
	font-family:"LemonTuesday";
	color:var(--swatch-var-5803)!important;
	transform:rotate(-5deg);
}
.h3-style{
	line-height:30px;
	width:85.07%;
}
.container-div-bloc-3-style{
	width:27.06%;
	float:left;
	left:1200px;
	bottom:40px;
	position:relative;
}
.row-hands{
	height:60px;
}
.card-bloc-40-style{
	width:100%;
	height:260px;
	background-color:var(--swatch-var-6731);
	border-width:0px 0px 0px 0px;
	border-radius:20px 20px 20px 20px;
}
.img-bloc-40-style{
	width:117px;
}
.img-calendarche-style{
	width:108px;
}
.img-briefca-style{
	width:109px;
}
.container-div-0-bloc-3-style{
	width:100%;
	height:150px;
	min-height:200px;
}
.container-div-1852-style{
	width:100%;
	margin-top:20px;
	justify-content:center;
	align-items:center;
}
.container-div-bloc-3-min-height{
	min-height:123px;
}
.p-bloc-3-style{
	font-size:15px;
}
.p-3-style{
	font-size:15px;
}
.p-4-style{
	font-size:15px;
}
.p-5-style{
	font-size:15px;
}
.envase-servicios{
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-7747:rgba(255,255,255,1.00);
	
	--swatch-var-5803:rgba(16,16,16,1.00);
	
	--swatch-var-4497:rgba(32,32,32,1.00);
	
	--swatch-var-7896:rgba(0,88,239,1.00);
	
	--swatch-var-3850:rgba(36,36,160,1.00);
	
	--swatch-var-3972:rgba(255,255,255,0.75);
	
	--swatch-var-2948:rgba(0,0,0,0.41);
	
	--swatch-var-7036:rgba(0,0,0,0.00);
	
	--swatch-var-6494:rgba(238,238,238,1.00);
	
	--swatch-var-485:rgba(255,255,255,0.00);
	
	--swatch-var-2869:rgba(0,0,0,1.00);
	
	--swatch-var-3467:rgba(199,199,199,0.42);
	
	--swatch-var-4629:rgba(0,0,0,0.26);
	
	--swatch-var-779:#0066CC;
	
	--swatch-var-5545:rgba(0,136,255,1.00);
	
	--swatch-var-2472:#0074FF;
	
	--swatch-var-3412:rgba(2,16,181,1.00);
	
	--swatch-var-1461:rgba(255,17,47,1.00);
	
	--swatch-var-7301:rgba(0,116,255,0.07);
	
	--swatch-var-4593:rgba(255,255,255,0.5);
	
	--swatch-var-75:rgba(169,77,203,1.00);
	
	--swatch-var-6060:rgba(251,135,180,0.23);
	
	--swatch-var-7969:rgba(102,183,63,0.21);
	
	--swatch-var-6142:rgba(0,112,227,0.18);
	
	--swatch-var-1394:rgba(255,91,0,1.00);
	
	--swatch-var-6731:rgba(0,112,227,0.23);
	
	--swatch-var-1782:rgba(180,192,206,0.44);
	
	--swatch-var-4376:rgba(252,231,102,0.26);
	
}


/* Background colour styles */

.bgc-7747{
	background-color:var(--swatch-var-7747);
}
.bgc-3467{
	background-color:var(--swatch-var-3467);
}
.bgc-3850{
	background-color:var(--swatch-var-3850);
}
.bgc-7896{
	background-color:var(--swatch-var-7896);
}

/* Text colour styles */

.tc-5803{
	color:var(--swatch-var-5803)!important;
}
.tc-4497{
	color:var(--swatch-var-4497)!important;
}
.tc-7747{
	color:var(--swatch-var-7747)!important;
}
.tc-6494{
	color:var(--swatch-var-6494)!important;
}
.tc-7896{
	color:var(--swatch-var-7896)!important;
}
.tc-2869{
	color:var(--swatch-var-2869)!important;
}
.tc-4593{
	color:var(--swatch-var-4593)!important;
}

/* Icon colour styles */

.icon-7896{
	color:var(--swatch-var-7896)!important;
	border-color:var(--swatch-var-7896)!important;
}

/* Bloc image backgrounds */

.bg-3707{
	background-image:url("img/3707.webp");
}
.bg-ChatGPT-20Image-209-20may-202025-2013-38-59{
	background-image:url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.png");
	background-image: -webkit-image-set(url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.webp") 1x,
url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.webp") 2x);background-image: image-set(url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.png") 1x,
url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.png") 2x,url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.webp") 1x,
url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.webp") 2x);
	background-image: -webkit-image-set(url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.webp") 1x,
url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.webp") 2x);background-image: image-set(url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.png") 1x,
url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.png") 2x,url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.webp") 1x,
url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.webp") 2x);
}
.bg-ChatGPT-20Image-209-20may-202025-2013-38-59{
	background-image:url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.png");
	background-image: -webkit-image-set(url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.webp") 1x,
url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.webp") 2x);background-image: image-set(url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.png") 1x,
url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.png") 2x,url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.webp") 1x,
url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.webp") 2x);
	background-image: -webkit-image-set(url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.webp") 1x,
url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.webp") 2x);background-image: image-set(url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.png") 1x,
url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.png") 2x,url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.webp") 1x,
url("img/ChatGPT%20Image%209%20may%202025,%2013_38_59.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

/* WP Widget Styling */.widget-zone ul{
	list-style: none;
	padding: 0;
}
.smartnav{
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:1030;
	-webkit-overflow-scrolling:touch;
}
.smartnav .navbar-nav>.nav-item a.nav-link{
	border:0 solid transparent}.scrolled-down{
	transform:translateY(-100%);
	transition:all .3s ease-in-out}.scrolled-up{
	transform:translateY(0);
	transition:all .3s ease-in-out}
/* = Additional CSS
-------------------------------------------------------------- */
.post-thumbnail {
    width: 100%;
    height: 150px; /* Ajusta la altura según necesites */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	border-top-right-radius:20px;
	border-top-radius:20px;
}

import 'dart:async';
import 'package:flutter_bloc/flutter_bloc.dart';

class AccordionState {
  final int activeIndex;
  AccordionState(this.activeIndex);
}

class AccordionEvent {}

class NextAccordionItem extends AccordionEvent {}

class AccordionBloc extends Bloc<AccordionEvent, AccordionState> {
  AccordionBloc() : super(AccordionState(-1)) {
    _startAutoSwitch();
  }

  void _startAutoSwitch() {
    int index = 0;
    Timer.periodic(Duration(seconds: 3), (timer) {
      add(NextAccordionItem());
      index++;
    });
  }

  @override
  Stream<AccordionState> mapEventToState(AccordionEvent event) async* {
    if (event is NextAccordionItem) {
      int nextIndex = (state.activeIndex + 1) % 3; // Cambia según el número de ítems
      yield AccordionState(nextIndex);
    }
  }
}



.floating-buttons {
  position: fixed;
  top: 40%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.floating-buttons .btn {
  background-color: white;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.floating-buttons .btn:hover {
  background-color: #2424A0;
}

.floating-buttons img {
  width: 20px;
  height: 20px;
}



 .floating-buttons {
      position: fixed;
      top: 50%;
      right: 0px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .floating-buttons a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      background-color: #0058EF; /* Azul LinkedIn por defecto */
      color: white;
      border-radius: 5px 0 0 5px;
      text-decoration: #ffffff;
      font-size: 24px;
      transition: background-color 0.3s;
    }

    .floating-buttons a.rss {
      background-color: #f26522;
    }

    .floating-buttons a:hover {
      background-color: #005582;
    }

    .floating-buttons a.rss:hover {
      background-color: #cc5200;
    }

 .floating-buttons a i {
      color: white;
    }


/* From Uiverse.io by andrew-demchenk0 */ 
.button {
  position: relative;
  width: 150px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 0px solid #2424A0;
  background-color: #0058EF;
  text-decoration: none;
  color: inherit;
}

.button, .button__icon, .button__text {
  transition: all 0.3s;
}

.button .button__text {
  transform: translateX(30px);
  color: #fff;
  font-weight: 600;
}

.button .button__icon {
  position: absolute;
  transform: translateX(109px);
  height: 100%;
  width: 39px;
  background-color: #2424A0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button .svg {
  width: 30px;
  stroke: #fff;
}

.button:hover {
  background: #2424A0;
}

.button:hover .button__text {
  color: transparent;
}

.button:hover .button__icon {
  width: 148px;
  transform: translateX(0);
}

.button:active .button__icon {
  background-color: #2424A0;
}

.button:active {
  border: 1px solid #2424A0;
}

.button {
  border-radius: 999px; /* o 20px si prefieres algo menos redondo */
  overflow: hidden;     /* asegura que los bordes no se desborden */
}

.button .button__icon {
  border-radius: 999px; /* igual que el botón para continuidad visual */
}

.button:visited {
  text-decoration: none;
  color: inherit;
}

/* whatsapp */

<style>
    body {
      background: #ece5dd;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 200vh;
      margin: 0;
      font-family: Arial, sans-serif;
    }
    .iphone {
      width: 340px;
      height: 800px;
      background: #000;
      border-radius: 40px;
      padding: 20px 10px;
      box-shadow: 0 0 20px rgba(0,0,0,0.5);
      position: relative;
      display: flex;
      flex-direction: column;
    }
    .screen {
      background: #ece5dd;
      flex: 1;
      border-radius: 30px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      position: relative;
    }
    .header {
      background: #075e54;
      color: white;
      padding: 10px;
      font-weight: bold;
    }
    .messages {
      flex: 1;
      padding: 10px;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
    }
    .msg {
      background: #dcf8c6;
      padding: 8px 12px;
      margin: 5px;
      border-radius: 10px 10px 0 10px;
      max-width: 80%;
      align-self: flex-end;
      opacity: 0;
      transition: opacity 0.5s ease-in;
	   font-weight:600;

    }
    .reply {
      background: #fff;
      padding: 8px 12px;
      margin: 5px;
      border-radius: 10px 10px 10px 0;
      max-width: 80%;
      align-self: flex-start;
      opacity: 0;
      transition: opacity 0.5s ease-in;
 	   font-weight:600;

    }
    .typing {
      font-style: italic;
      color: gray;
      margin-left: 10px;
      animation: blink 1s infinite;
    }
    @keyframes blink {
      0%, 100% { opacity: 0.2; }
      50% { opacity: 1; }
    }
    .input-box {
      background: #f0f0f0;
      padding: 10px;
      display: flex;
      gap: 10px;
    }
    input[type="text"] {
      flex: 1;
      padding: 8px;
      border: none;
      border-radius: 20px;
    }
    button {
      padding: 8px 12px;
      background: #25d366;
      color: white;
      border: none;
      border-radius: 10px;
      cursor: pointer;
    }

.post-thumbnail {
    height: 200px;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.card {
    border: 1px solid #eee;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}
.card:hover {
    transform: translateY(-5px);
}

.post-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

  </style>






/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mini-text-logo{
	}
	.navigation-3-links{
		font-size:16px;
	}
	.button-2{
		font-size:16px;
	}
	.button-primary{
		font-size:20px;
	}
	.menu-icon-bloc-10-stroke{
		stroke:var(--swatch-var-5803)!important;
		fill:var(--swatch-var-5803)!important;
	}
	.titulo-cabecera{
		padding-left:50px;
		padding-right:50px;
		justify-content:center;
		border-radius:10px 10px 10px 10px;
		width:75%;
	}
	.div-cabecera{
		height:700px;
	}
	.envase-bloc-2{
		padding:0px 0px 0px 0px;
	}
	.bloc-1-columna-2{
		padding:30px 30px 30px 30px;
	}
	.broadcom-handshake{
		height:400px;
		background-size:400px auto;
	}
	.img-bloc-2-style{
		width:236px;
	}
	.container-div-style{
		width:97.94%;
		padding-top:50px;
	}
	.colaboradores{
		height:200px;
	}
	.logos{
		width:90%;
	}
	.img-4-style{
		width:250px;
	}
	.img-5-style{
		width:150px;
	}
	.img-3-style{
		width:162px;
	}
	.caracteristics{
		margin-bottom:50px;
		margin-top:40px;
		padding-top:50px;
	}
	.row-2{
		padding-left:50px;
		padding-right:50px;
		padding-bottom:50px;
		flex-direction:column;
		justify-content:flex-start;
		height:75%;
	}
	.column-caracteristic{
		width:50%;
		padding-right:15px;
	}
	.column-caracteristicas{
		width:100%;
	}
	.titulo-bloc-3{
		height:25%;
		align-items:flex-start;
	}
	.grid-style{
		grid-template-rows:auto auto;
		flex-direction:column;
	}
	.h3-style-white{
		font-size:24px;
		font-weight:bold;
	}
	.columna-1-bloc-4{
		width:50%;
	}
	.valueops{
		height:500px;
		padding:0px 0px 0px 0px;
	}
	.h2-valueops-style{
		font-size:40px;
		background:linear-gradient(0deg, var(--swatch-var-485) 0%, var(--swatch-var-2948) 100%);
	}
	.h4-bloc-6-style{
		font-size:26px;
	}
	.h2-style{
		width:100%;
		height:100px;
		display:flex;
		justify-content:center;
		flex-direction:column;
		border-radius:10px 10px 10px 10px;
	}
	.valueops:hover{
		background-image:url("img/pikaso_texttoimage_Managers-planning-looking-stats-on-her-computer-Of.webp");
		background-size:cover;
		background-position:center center;
	}
	.h2-style:hover{
		border-radius:10px 10px 10px 10px;
	}
	.link-solutions:hover{
	}
	.link-solutions{
		color:var(--swatch-var-7747)!important;
	}
	.aiops:hover{
		background-image:url("img/pikaso_texttoimage_happy-workers-in-a-rally-room-Office-with-natural-.webp");
	}
	.netops:hover{
		background-image:url("img/pikaso_texttoimage_workers-changing-stats-and-information-Office-with.webp");
	}
	.card-timelapse{
		width:70%;
	}
	.contacto-div{
		padding:50px 50px 50px 50px;
		flex-direction:column;
	}
	.datos-contacto{
		width:100%;
	}
	.contact-form{
		width:100%;
		padding-left:50px;
		padding-right:50px;
		padding-top:15px;
		margin:80px 0px 0px 0px;
	}
	.capacity:hover{
		background-image:url("img/2150951361.webp");
	}
	.menu-icon-bloc-0-stroke{
		stroke:var(--swatch-var-5803)!important;
		fill:var(--swatch-var-5803)!important;
	}
	.container-div-bloc-8-min-height{
		padding-right:0px;
		min-height:165px;
	}
	.container-div-46618-min-height{
		padding-left:50px;
		padding-right:50px;
	}
	.h2-12-style{
		width:100%;
		font-size:24px;
	}
	.container-div-46378-min-height{
		max-height:100%;
		padding:20px 20px 20px 20px;
	}
	.container-div-24564-style{
		min-height:100%;
		align-items:center;
	}
	.container-div-35712-style{
		flex-direction:column;
	}
	.card-solution{
		margin-left:0px;
		width:100%;
		margin-bottom:20px;
		margin-right:0px;
		height:32%;
		min-height:32%;
		max-height:32%;
	}
	.img-20-style{
		margin-bottom:15px;
		width:67px;
	}
	.container-div-41001-min-height{
		align-items:center;
		display:flex;
		min-height:245px;
	}
	.label-style{
		font-size:16px;
	}
	.img-aiops-1{
		background-size:500px auto;
	}
	.img-aiops-2{
		background-size:500px auto;
	}
	.img-valueops{
		background-size:cover;
		background-position:center top;
	}
	.img-aiops{
		background-size:cover;
	}
	.container-div-48841-min-height{
		padding-right:0px;
	}
	.container-div-10662-min-height{
		min-height:340px;
	}
	.h2-23-style{
		font-size:26px;
	}
	.h1-12-style{
		font-size:32px;
	}
	.container-div-15120-min-height{
		padding:50px 50px 50px 50px;
	}
	.h2-24-style{
		width:100%;
		font-size:32px;
	}
	.container-div-30415-style{
		width:100%;
		min-height:201px;
	}
	.container-div-36626-style{
		width:100%;
		margin-bottom:15px;
	}
	.container-div-22499-min-height{
		flex-direction:column;
	}
	.container-div-28376-style{
		flex-direction:column;
		padding-left:50px;
		padding-right:50px;
	}
	.container-div-41278-min-height{
		min-height:344px;
		height:100%;
		width:100%;
		margin-bottom:30px;
	}
	.container-div-15937-min-height{
		width:100%;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
	}
	.img-47-style{
		width:81px;
	}
	.navlink-margin{
		margin-left:5px;
		margin-right:5px;
	}
	.container-div-1502-min-height{
		min-height:100%;
	}
	.h1-¡gracias--style{
		text-align:center;
	}
	.h2-43-style{
		width:100%;
	}
	.h1-bloc-1-style{
		font-size:40px;
	}
	.h1-13-bloc-10-style{
		font-size:40px;
	}
	.h1-14-style{
		font-size:40px;
	}
	.h1-13-style{
		font-size:40px;
	}
	.half-screen-content{
		margin-top:50px;
		margin-bottom:50px;
	}
	.mini-large-p{
		font-size:1.2em;
	}
	.h1-44690-style{
		height:200px;
		width:100%;
		font-size:34px;
	}
	.h1-1-style{
		padding-left:50px;
		padding-top:90px;
	}
	.container-div-37942-style{
		height:380px;
	}
	.columna-tic{
		margin-bottom:5px;
	}
	.tarjeta-tic{
		border-radius:20px 20px 20px 20px;
		border-color:var(--swatch-var-5803)!important;
	}
	.h1-14429-style{
		width:83.76%;
		font-size:40px;
	}
	.blocs-card-width{
		width:50%;
	}
	.mini-feature-scrolling-images{
		margin-left:-200px;
	}
	.container-div-2704-style{
		width:50%;
		margin-bottom:10px;
	}
	.columna-servicios{
		width:50%;
	}
	.img-soluciones-style{
		border-radius:20px 20px 20px 20px;
	}
	.img-25-soluciones-style{
		border-radius:20px 20px 20px 20px;
	}
	.img-26-soluciones-style{
		border-radius:20px 20px 20px 20px;
	}
	.img-27-soluciones-style{
		border-radius:20px 20px 20px 20px;
	}
	.h2-bloc-4-style{
		font-size:40px;
	}
	.boton-info{
		font-size:20px;
	}
	.mini-feature-img{
		width:35vw;
	}
	.container-div-bloc-8-style{
		width:100%;
	}
	.row-bloc-10-style{
		width:100%;
	}
	.columna-ultimos-post{
		width:230px;
		margin-left:10px;
	}
	.columna-post-atica{
		margin-left:8px;
	}
	.container-div-10757-style{
		padding:0px 20px 0px 20px;
	}
	.cart-meisterplan{
		margin-right:15px;
		width:355px;
		margin-bottom:15px;
	}
	.card-bloc-67-style{
		width:46%;
		margin-right:29px;
	}
	.columna-implantacion{
	}
	.fila-blog{
		padding-left:15px;
		padding-right:15px;
	}
	.columna-post{
		width:350px;
	}
	.container-div-0-bloc-8-style{
		height:10px;
		min-height:74px;
	}
	.container-div-0-min-height{
		min-height:143px;
	}
	.img-29-style{
		width:230px;
	}
	.h3-5-style{
		width:50%;
	}
	.svg-icon-9771-style{
		margin-top:5px;
		margin-right:10px;
	}
	.svg-icon-34472-style{
		margin-top:5px;
	}
	.btn-bloc-66-style{
		width:30.56%;
	}
	.btn--ver-video-style{
		width:24.06%;
	}
	.btn-bloc-68-style{
		width:32.12%;
	}
	.envase-jira{
		height:100%;
		width:100px;
	}
	.container-div-32063-style{
		width:346px;
	}
	.navbar-brand img{
		width:300px;
	}
	.columna-logo{
		width:400px;
	}
	.card-bloc-77-style{
		width:48.58%;
		height:230px;
		margin-bottom:20px;
		margin-right:10px;
	}
	.envase-beneficios{
		height:1200px;
		padding-bottom:40px;
	}
	.row-97-style{
		width:44.25%;
		margin-right:20px;
	}
	.row-98-style{
		width:50%;
	}
	.row-bloc-76-style{
		width:54.69%;
		float:left;
		height:365px;
	}
	.row-100-style{
		width:40.03%;
	}
	.columna2-caracteristicas{
		margin-top:20px;
		height:350px;
		min-height:350px;
	}
	.row-101-style{
		height:300px;
		width:97.89%;
	}
	.columna5-caracteristicas{
		height:100%;
		width:100%;
	}
	.columna4-caracteristicas{
		height:350px;
		min-height:350px;
	}
	.h1-23-style{
		font-family:"Poppins";
		font-weight:700;
		font-size:26px;
	}
	.envase-clarity{
		margin-left:4px;
	}
	.container-div-29578-style{
		width:49.93%;
	}
	.row-bloc-73-style{
		padding-left:30px;
		padding-right:200px;
	}
	.rown-chat{
		padding-right:30px;
		margin-bottom:20px;
		padding-left:200px;
	}
	.row-89-style{
		margin-top:20px;
		padding-left:30px;
		padding-right:200px;
	}
	.row-91-style{
		padding-left:30px;
		padding-right:200px;
	}
	.row-93-style{
		padding-left:30px;
		padding-right:200px;
		margin-top:20px;
	}
	.h1-5272-style{
		font-size:40px;
	}
	.columna-titulo-home{
		height:50px;
	}
	.container-div-911-style{
		width:100%;
	}
	.container-div-11345-style{
		width:100%;
	}
	.container-div-bloc-72-style{
		width:100%;
	}
	.columna-iphone{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
		width:100%;
	}
	.html-widget-bloc-74-style{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	.mini-responsive-icon{
		font-size:50px;
	}
	.divider-style{
		height:100px;
	}
	.black-button{
	}
	.card-clarity{
		height:auto;
	}
	.container-div-5645-style{
		width:100%;
	}
	.card-body-bloc-50-style{
		width:100%;
	}
	.card-19-style{
		width:46.85%;
		margin-left:12px;
		margin-bottom:15px;
	}
	.columna-nuestros-servicios-1{
		width:500px;
	}
	.row-service-home{
		padding-left:10px;
		padding-right:0px;
	}
	.columna-nuestros-servicios-2{
		width:500px;
	}
	.columna-nuestros-servicios-3{
		width:500px;
	}
	.columna-nuestros-servicios-4{
		width:500px;
	}
	.close{
		margin-top:10px;
		margin-right:10px;
		color:var(--swatch-var-7896)!important;
	}
	.img-2-horizontal-col-style{
		width:301px;
	}
	.columna-menu{
	}
	.h3-61-style{
		line-height:27px;
	}
	
}

@media (max-width: 767px){
	.navigation-toggle-right{
		float:right;
		width:100%;
	}
	.container-fluid-nav{
		margin-left:0px;
		padding:0px 0px 0px 0px;
		display:flex;
		flex-direction:column;
	}
	.div-cabecera{
		height:600px;
	}
	.titulo-cabecera{
		border-radius:10px 10px 10px 10px;
	}
	.img-4-style{
		width:250px;
	}
	.img-5-style{
		width:111px;
	}
	.img-3-style{
		width:139px;
	}
	.colaboradores{
		height:175px;
	}
	.container-div-style{
		width:100%;
		padding-top:40px;
		padding-left:0px;
		justify-content:flex-start;
		padding-right:10px;
		min-height:234px;
	}
	.column-caracteristicas{
		flex-direction:column;
		height:50%;
	}
	.column-caracteristic{
		width:100%;
		border-left-width:0px;
		padding-left:0px;
		padding-right:0px;
		margin-bottom:20px;
	}
	.caracteristics{
		margin-bottom:20px;
	}
	.titulo-bloc-3{
		flex-direction:row;
		height:15%;
	}
	.h2-style-white{
		width:100%;
		font-size:23px;
	}
	.row-2{
		padding-left:30px;
		padding-right:30px;
		height:80%;
	}
	.h3-style-white{
		font-size:22px;
	}
	.container-div-bloc-4-style{
		flex-direction:column;
	}
	.soluciones-title{
		flex-direction:column;
	}
	.h1-style-clack{
		width:100%;
	}
	.columna-1-bloc-4{
		width:100%;
	}
	.h3-style-blue{
		font-size:22px;
		font-weight:bold;
	}
	.h2-valueops-style{
		font-size:36px;
		justify-content:center;
		align-items:flex-start;
		padding-top:35px;
		background:linear-gradient(0deg, var(--swatch-var-485)  0%, var(--swatch-var-2948) 69%);
		padding-bottom:35px;
	}
	.h4-bloc-6-style{
		font-size:24px;
	}
	.valueops{
		width:100%;
		height:100%;
	}
	.valueops:hover{
		padding:0px 0px 0px 0px;
	}
	.capacity:hover{
		background-image:url("img/2150951361.webp");
	}
	.margin-les{
		margin-bottom:0px;
	}
	.card-timelapse{
		width:80%;
	}
	.container-div-0-style:hover{
	}
	.h2-hablemos-style{
		font-size:38px;
	}
	.datos-contacto{
		height:100%;
	}
	.contact-form{
		padding:15px 30px 15px 30px;
		margin-top:0px;
	}
	.contacto-div{
		padding:50px 25px 50px 25px;
	}
	.container-div-0-style{
		min-height:50px;
		height:46%;
	}
	.container-div-bloc-8-min-height{
		height:50%;
		justify-content:flex-start;
	}
	.container-div-46618-min-height{
		min-height:100%;
	}
	.container-div-bloc-10-style{
		max-height:500px;
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
		height:500px;
		min-height:500px;
	}
	.img-aiops{
		background-size:cover;
	}
	.container-div-bloc-10-min-height{
		min-height:500px;
	}
	.h2-style{
		min-height:100%;
		max-height:100%;
		margin-bottom:200px;
		height:100%;
	}
	.h2-12-style{
		font-size:20px;
	}
	.container-div-24564-style{
		align-items:center;
		flex-direction:column;
	}
	.container-div-41001-min-height{
		width:100%;
	}
	.container-div-46378-min-height{
		width:100%;
		justify-content:flex-start;
		min-height:125px;
	}
	.container-div-bloc-16-min-height{
		min-height:980px;
	}
	.label-style{
		font-size:16px;
	}
	.img-aiops-2{
		background-size:700px auto;
	}
	.img-aiops-1{
		background-size:700px auto;
	}
	.img-valueops{
		background-size:cover;
		background-position:center center;
	}
	.img-20-style{
		width:91px;
	}
	.h2-style:hover{
	}
	.rox-solutiones-1{
		height:100%;
		min-height:100%;
		max-height:100%;
	}
	.link-solutions{
		font-size:24px;
	}
	.link-solutions:hover{
		font-size:24px;
	}
	.container-div-35712-style{
		height:100%;
		min-height:100%;
		max-height:100%;
	}
	.card-solution{
		min-height:100%;
	}
	.container-div-10662-min-height{
		min-height:255px;
	}
	.h2-24-style{
		font-size:28px;
	}
	.container-div-15120-min-height{
		padding:50px 25px 50px 25px;
	}
	.container-div-28376-style{
		padding-left:0px;
		padding-right:0px;
	}
	.container-div-41278-min-height{
		border-radius:5px 5px 5px 5px;
	}
	.container-div-46512-style{
		flex-direction:column;
	}
	.container-div-39506-style{
		width:100%;
		margin:0px 0px 0px 0px;
	}
	.broadcom-handshake{
		background-size:600px auto;
		background-position:center center;
	}
	.img-1-style{
		width:331px;
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-7747);
	}
	.close-special-menu .close-icon{
		background-color:var(--swatch-var-5803);
	}
	.p-style{
		width:93.3%;
	}
	.h1-¡gracias--style{
		font-size:70px;
	}
	.container-div-14148-min-height{
		min-height:1471px;
	}
	.half-screen-content{
		margin-top:80px;
		margin-bottom:80px;
	}
	.mini-video-thumb{
	}
	.blocs-card-width{
		width:50%;
	}
	.h2-bloc-4-style{
		font-size:40px;
	}
	.mini-feature-img{
		width:45vw;
	}
	.columna-ultimos-post{
		width:99%;
		margin-left:5px;
	}
	.container-div-10757-style{
		padding:0px 20px 0px 20px;
	}
	.columna-post-atica{
		margin-left:5px;
		height:100%;
	}
	.h1-44690-style{
		height:120px;
		font-size:28px;
	}
	.card-bloc-67-style{
		width:46%;
		margin-right:20px;
		margin-bottom:20px;
		margin-left:12px;
	}
	.card-body-style{
		width:100%;
	}
	.cart-meisterplan{
		width:268px;
		margin-right:10px;
		margin-bottom:10px;
	}
	.btn-video{
		width:90%;
	}
	.button-primary{
		width:90%;
	}
	.boton-info{
		width:90%;
	}
	.fila-blog{
		padding-left:10px;
		padding-right:10px;
	}
	.columna-post{
		width:100%;
	}
	.img-29-style{
		width:200px;
	}
	.img-logo-itdesi-style{
		width:160px;
	}
	.h3-5-style{
		width:60%;
	}
	.svg-icon-9771-style{
		margin-top:20px;
	}
	.svg-icon-34472-style{
		margin-top:20px;
	}
	.btn-hablemos-style{
		width:100%;
	}
	.btn-bloc-3-style{
		width:90%;
	}
	.columna-post-linkedin{
		width:245px;
	}
	.container-div-32063-style{
		width:255px;
		margin-right:15px;
	}
	.envase-jira{
		height:100%;
		min-height:100%;
		padding-top:0px;
		padding-bottom:30px;
	}
	.navbar-brand img{
		width:320px;
	}
	.columna-logo{
		width:400px;
	}
	.h3-47860-style{
		font-size:18px;
	}
	.row-97-style{
		width:48.85%;
	}
	.row-98-style{
		width:47.96%;
		height:320px;
	}
	.columna-características{
		height:320px;
		min-height:320px;
	}
	.row-bloc-76-style{
		width:50.09%;
		height:350px;
	}
	.columna2-caracteristicas{
		margin-top:5px;
	}
	.columna4-caracteristicas{
		height:340px;
		min-height:340px;
	}
	.row-100-style{
		margin-top:5px;
		width:48.5%;
		height:350px;
	}
	.row-101-style{
		width:100%;
		height:300px;
	}
	.columna5-caracteristicas{
		margin-top:5px;
		height:250px;
		min-height:250px;
	}
	.card-bloc-77-style{
		width:100%;
		height:650px;
		min-height:150px;
	}
	.envase-beneficios{
		height:2800px;
	}
	.p-bloc-76-style{
		font-size:15px;
	}
	.btn-bloc-62-style{
		width:96.25%;
	}
	.container-ppm{
		text-align:center;
	}
	.h1-23-style{
		width:100%;
	}
	.container-div-bloc-72-style{
		width:98.35%;
	}
	.container-div-11345-style{
		width:100%;
	}
	.container-div-29578-style{
		width:100%;
	}
	.envase-home-phone{
		margin-top:30px;
	}
	.h1-5272-style{
		font-size:30px;
	}
	.columna-titulo-home{
		align-items:center;
		flex-direction:column;
		height:60px;
	}
	.container-div-911-style{
		width:100%;
	}
	.columna-iphone{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
		width:100%;
	}
	.html-widget-bloc-74-style{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	.divider-style{
		height:70px;
	}
	.container-div-19856-style{
		width:45.72%;
	}
	.card-23-style{
		width:33%;
		margin-bottom:20px;
	}
	.card-19-style{
		width:45.75%;
		margin-bottom:20px;
	}
	.columna-post4{
		width:500px;
	}
	.close{
		margin-right:10px;
		margin-top:10px;
		color:var(--swatch-var-7896)!important;
	}
	
}

@media (max-width: 575px){
	.navigation-toggle-right{
		float:right;
		text-align:right;
	}
	.mini-text-logo{
	}
	.titulo-cabecera{
		justify-content:flex-end;
		border-radius:5px 5px 5px 5px;
		background:linear-gradient(11deg, var(--swatch-var-2948) 29%, var(--swatch-var-7036) 57%);
		padding:350px 0px 20px 0px;
		width:100%;
		align-items:center;
	}
	.div-cabecera{
		background-size:cover;
		background-repeat:no-repeat;
		background-position:center center;
		border-radius:5px 5px 5px 5px;
		background-image:url("img/pikaso_texttoimage_teleworking-in-a-sailboat-2.webp");
		height:700px;
		align-items:center;
	}
	.logos{
		flex-direction:column;
		height:125px;
	}
	.colaboradores{
		height:100%;
		padding-top:30px;
		padding-bottom:30px;
		border-radius:5px 5px 5px 5px;
	}
	.img-5-style{
		width:102px;
	}
	.bloc-1-columna-2{
		padding-left:20px;
		padding-right:20px;
	}
	.column-caracteristic{
		margin-bottom:40px;
	}
	.caracteristics{
		border-radius:15px 15px 15px 15px;
		margin-top:0px;
		margin-bottom:0px;
	}
	.h2-style-white{
		font-size:32px;
	}
	.titulo-bloc-3{
		width:85%;
	}
	.grid-style{
		width:85%;
	}
	.soluciones-title{
		padding-top:15px;
	}
	.h2-style{
		font-size:24px;
		border-radius:5px 5px 5px 5px;
		height:100%;
		justify-content:flex-start;
		padding-top:25px;
		align-items:flex-start;
		margin-bottom:200px;
	}
	.h1-style-clack{
		font-weight:bold;
		font-size:32px;
	}
	.navbar-nav li a{
		font-family:"Archivo";
		font-size:14px;
	}
	.navbar-logo{
		font-size:18px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-5803)!important;
		fill:var(--swatch-var-5803)!important;
	}
	.nav-toggle{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:flex-start;
	}
	.navigation-3-links{
		flex-direction:column;
		display:flex;
	}
	.h4-bloc-6-style{
		font-weight:bold;
		font-size:20px;
	}
	.h2-valueops-style{
		background:linear-gradient(0deg, var(--swatch-var-485)  0%, var(--swatch-var-2948) 65%);
	}
	.container-div-bloc-2-min-height{
		min-height:298px;
	}
	.card-timelapse{
		width:90%;
	}
	.timeline-div{
		padding-top:59px;
		padding-bottom:50px;
		border-radius:5px 5px 5px 5px;
	}
	.p-style{
		font-size:18px;
		width:100%;
	}
	.h1-2-style{
		font-size:36px;
	}
	.broadcom-handshake{
		border-radius:5px 5px 5px 5px;
		background-size:cover;
		background-position:center center;
	}
	.valueops{
		border-radius:5px 5px 5px 5px;
		justify-content:space-between;
		height:100%;
	}
	.datos-contacto{
		padding-right:0px;
		position:relative;
		justify-content:flex-start;
		height:100%;
	}
	.p-9-style{
		font-size:16px;
		width:100%;
	}
	.contacto-div{
		padding-right:15px;
		padding-bottom:15px;
		height:100%;
		justify-content:flex-start;
		align-items:center;
		padding-left:15px;
		border-radius:15px 15px 15px 15px;
	}
	.container-div-0-style{
		min-height:217px;
		padding-right:20px;
	}
	.container-div-bloc-8-min-height{
		min-height:394px;
	}
	.contact-form{
		padding:15px 15px 15px 15px;
		display:flex;
		flex-direction:column;
		justify-content:center;
		border-radius:10px 10px 10px 10px;
		height:100%;
	}
	.h2-10-style{
		font-weight:bold;
		line-height:px;
	}
	.email-link{
		font-size:16px;
	}
	.container-div-46618-min-height{
		min-height:100%;
		border-radius:5px 5px 5px 5px;
	}
	.white{
	}
	.link-solutions{
		font-size:20px;
	}
	.link-solutions:hover{
		font-size:20px;
	}
	.h2-valueops-style:hover{
	}
	.h2-style:hover{
		border-radius:5px 5px 5px 5px;
	}
	.container-div-bloc-10-min-height{
		border-radius:5px 5px 5px 5px;
		min-height:450px;
	}
	.container-div-bloc-10-style{
		border-radius:5px 5px 5px 5px;
		min-height:450px;
		max-height:450px;
		height:450px;
	}
	.container-div-24564-style{
		flex-direction:column;
	}
	.container-div-46378-min-height{
		width:100%;
		padding:0px 0px 0px 0px;
		margin-top:15px;
		align-items:flex-start;
	}
	.container-div-41001-min-height{
		width:100%;
		background-size:cover;
		height:auto;
		margin-bottom:0px;
	}
	.p-11-style{
		font-size:15px;
	}
	.container-div-35712-style{
		padding:25px 15px 25px 15px;
		min-height:100%;
		max-height:100%;
	}
	.card-solution{
		margin-right:0px;
		padding:15px 10px 15px 10px;
	}
	.img-20-style{
		width:63px;
	}
	.label-style{
		font-size:22px;
	}
	.email-link:hover{
		font-size:16px;
	}
	.img-aiops-1{
		background-size:cover;
		background-position:center center;
	}
	.img-aiops-2{
		background-size:400px auto;
		background-position:center center;
	}
	.img-valueops{
		background-size:cover;
		background-position:center center;
	}
	.img-aiops{
		background-size:cover;
	}
	.img-capacity{
		background-size:cover;
	}
	.rox-solutiones-1{
		height:100%;
		min-height:100%;
		max-height:100%;
	}
	.container-div-bloc-15-min-height{
		min-height:33%;
		height:33%;
		max-height:33%;
	}
	.container-div-0-bloc-15-min-height{
		min-height:447px;
		opacity:1.0;
		height:100%;
	}
	.container-div-10662-min-height{
		min-height:470px;
	}
	.h2-24-style{
		font-size:20px;
	}
	.container-div-36626-style{
		flex-direction:column;
		margin-bottom:0px;
	}
	.container-div-13286-style{
		width:100%;
	}
	.h3-45-style{
		font-size:20px;
	}
	.container-div-30415-style{
		margin-bottom:10px;
		min-height:185px;
		border-top-width:1px;
		border-left-width:0px;
	}
	.container-div-15120-min-height{
		padding:25px 15px 25px 15px;
	}
	.container-div-28376-style{
		padding-left:0px;
		padding-right:0px;
	}
	.h2-23-style{
		font-size:22px;
	}
	.h1-12-style{
		font-size:28px;
	}
	.img-47-style{
		width:72px;
	}
	.img-35-style{
		margin:0px 0px 10px 0px;
		width:56px;
	}
	.p-33365-style{
		font-size:16px;
	}
	.text-span-0-style{
		font-size:20px;
	}
	.columna-phone-menu{
		width:400px;
	}
	.navbar-brand img{
		width:45px;
	}
	.barra-de-navegacion-phone{
		padding:0px 0px 0px 0px;
		margin-bottom:20px;
		margin-top:10px;
	}
	.container-menu-phone{
		padding-left:0px;
		padding-right:0px;
	}
	.burger-phone{
	}
	.img-1-style{
		width:241px;
	}
	.menu-icon-29711-stroke{
		stroke:var(--swatch-var-5803)!important;
		fill:var(--swatch-var-5803)!important;
	}
	.row-bloc-1-style{
		width:300px;
	}
	.columna-burger{
		width:100%;
		position:relative;
		bottom:3px;
	}
	.envase-phone{
		height:100px;
	}
	.container-div-bloc-1-style{
		position:relative;
		top:50px;
		width:280px;
		margin-top:0px;
	}
	.row-2-style{
		width:83.99%;
	}
	.container-div-0-bloc-1-style{
		width:100%;
	}
	.navigation{
		margin-top:-50px;
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-7747);
	}
	.close-special-menu .close-icon{
		background-color:var(--swatch-var-5803);
	}
	.p-28524-style{
		width:100%;
	}
	.container-div-0-bloc-16-min-height{
		min-height:452px;
	}
	.nav-blur{
		z-index:0;
	}
	.container-div-14148-min-height{
		min-height:2065px;
	}
	.container-div-40101-min-height{
		min-height:499px;
	}
	.container-div-39390-min-height{
	}
	.container-div-1502-min-height{
		min-height:100%;
	}
	.h2-bloc-11-style{
		font-size:28px;
	}
	.h1-13-style{
		font-size:28px;
	}
	.container-div-0-bloc-10-min-height{
		min-height:283px;
	}
	.container-div-24009-min-height{
		min-height:392px;
	}
	.container-div-2762-min-height{
		min-height:477px;
	}
	.h1-¡gracias--style{
		font-size:50px;
	}
	.h6-style{
		width:95.96%;
	}
	.link-datos-personales{
		font-size:16px;
	}
	.container-div-bloc-16-min-height{
		min-height:2083px;
		height:1335px;
	}
	.btn-bloc-35-style{
		width:43px;
	}
	.close{
		color:var(--swatch-var-7896)!important;
		font-size:20px;
		font-family:"Poppins";
		font-weight:700;
		margin-top:5px;
		margin-right:5px;
	}
	.close:hover{
		color:var(--swatch-var-1461)!important;
	}
	.card-body-bloc-35-style{
		width:100%;
	}
	.container-div-bloc-9-min-height{
		min-height:434px;
		height:400px;
	}
	.p-bloc-10-style{
		font-family:"Archivo";
		font-size:14px;
		width:100%;
	}
	.container-div-15185-min-height{
		min-height:1967px;
	}
	.container-div-bloc-19-min-height{
		min-height:100%;
	}
	.white:hover{
		color:var(--swatch-var-7747)!important;
	}
	.h2-18-style{
		font-size:26px;
	}
	.h1-14-style{
		font-size:36px;
	}
	.envase-blog{
		height:300px;
		min-height:30px;
	}
	.half-screen-content{
		margin-top:60px;
		margin-bottom:60px;
	}
	.mini-large-p{
		font-size:1.1em;
	}
	.mini-video-thumb{
	}
	.mini-play-icon{
		width:80px;
		height:80px;
		font-size:49px;
	}
	.mini-cta-mail-field{
		margin-bottom:14px;
	}
	.blocs-card-width{
		width:100%;
		border-style:solid;
		border-color:var(--swatch-var-5803)!important;
		border-width:1px 1px 1px 1px;
		height:400px;
		border-radius:20px 20px 20px 20px;
	}
	.mini-feature-scrolling-images{
		margin-left:-100px;
	}
	.h1-1-style{
		padding:50px 0px 0px 30px;
		font-size:30px;
	}
	.h1-44690-style{
		font-size:22px;
		height:120px;
		font-weight:700;
		min-height:120px;
		line-height:30px;
	}
	.container-div-2704-style{
		width:100%;
	}
	.card-5-style{
		width:100%;
		margin-bottom:20px;
		height:100%;
	}
	.container-div-style{
		height:130px;
		min-height:248px;
		padding-top:20px;
	}
	.img-bloc-8-style{
		width:364px;
	}
	.rown-logos{
		height:350px;
		background-color:var(--swatch-var-3467);
	}
	.img-arrow-style{
		width:120px;
	}
	.img-25-logo-itdesi-style{
		width:200px;
	}
	.img-26-style{
		width:200px;
	}
	.img-27-style{
		width:150px;
	}
	.nuestros-socios-comerciales{
	}
	.img-bloc-2-style{
		width:180px;
	}
	.columna-servicios{
		padding:0px 0px 0px 0px;
		width:100%;
	}
	.img-soluciones-style{
		width:100%;
		border-radius:15px 15px 15px 15px;
	}
	.img-25-soluciones-style{
		width:100%;
		border-radius:15px 15px 15px 15px;
	}
	.img-26-soluciones-style{
		width:100%;
		border-radius:15px 15px 15px 15px;
	}
	.img-27-soluciones-style{
		width:100%;
		border-radius:15px 15px 15px 15px;
	}
	.img-2-style{
	}
	.boton-info{
		width:90%;
		font-size:22px;
	}
	.button-primary{
		width:90%;
		font-size:20px;
		margin-left:10px;
	}
	.svg-icon-fill{
		width:30px!important;
	}
	.columna-soluciones-home{
	}
	.mini-feature-img{
		width:55vw;
	}
	.img-logo-itdesi-style{
		width:180px;
	}
	.container-div-bloc-8-style{
		width:100%;
	}
	.container-div-41118-style{
		width:100%;
	}
	.columna-ultimos-post{
		margin-left:0px;
	}
	.columna-post-atica{
	}
	.p-21787-style{
		padding:0px 0px 0px 0px;
	}
	.container-div-4353-style{
		padding:0px 15px 0px 15px;
	}
	.html-widget-style{
	}
	.container-div-10757-style{
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 15px 0px 15px;
	}
	.post-thumbnail{
	}
	.row-bloc-10-style{
	}
	.widget-entradas-home{
		padding-left:10px;
		margin-left:5px;
		width:100%;
	}
	.global-radius{
		border-radius:12px 12px 12px 12px;
	}
	.card-style{
		width:100%;
		margin-bottom:15px;
	}
	.card-bloc-67-style{
		height:420px;
		width:17.99%;
	}
	.h3-bloc-65-style{
		width:100%;
		font-family:"Poppins";
		font-weight:700;
		color:var(--swatch-var-7896)!important;
	}
	.h3-66-style{
		width:100%;
		font-family:"Poppins";
		font-weight:700;
		color:var(--swatch-var-7747)!important;
	}
	.p-bloc-65-style{
		width:100%;
		color:var(--swatch-var-7747)!important;
	}
	.h3-67-style{
		width:100%;
		font-family:"Poppins";
		font-weight:700;
		font-size:24px;
		color:var(--swatch-var-7896)!important;
	}
	.h3-rerporting-style{
		width:100%;
		font-family:"Poppins";
		font-weight:700;
		color:var(--swatch-var-7747)!important;
	}
	.p-56-style{
		width:100%;
		color:var(--swatch-var-7747)!important;
	}
	.h3-integraciones-style{
		width:100%;
		font-family:"Poppins";
		font-weight:700;
		font-size:24px;
		color:var(--swatch-var-7896)!important;
	}
	.h-scroll-button{
		background-color:var(--swatch-var-2948);
	}
	.columna-llamada{
		height:100%;
	}
	.fila-blog{
		padding-left:5px;
		padding-right:5px;
	}
	.container-div-0-bloc-9-style{
		width:100%;
		padding-left:20px;
		padding-right:20px;
	}
	.container-div-0-bloc-8-style{
		min-height:73px;
	}
	.columna-post-linkedin{
		width:100%;
		margin-right:0px;
	}
	.link-entrada{
	}
	.columna-content-post{
		width:100%;
	}
	.h3-5-style{
		width:100%;
	}
	.svg-icon-9771-style{
		margin-top:15px;
	}
	.link-linkedin{
		font-size:16px;
	}
	.svg-icon-34472-style{
		margin-top:15px;
	}
	.btn-video{
		font-family:"Poppins";
		font-weight:600;
		color:var(--swatch-var-7747)!important;
		font-size:24px;
	}
	.columna-titulo-home{
		height:120px;
	}
	.img-4-style{
		width:220px;
	}
	.btn-bloc-3-style{
		width:80%;
	}
	.btn-hablemos-style{
		width:84.18%;
	}
	.p-6-style{
		font-size:16px;
	}
	.row-bloc-9-style{
		margin-left:2px;
		margin-right:2px;
		width:100%;
	}
	.columna-tarjetas-jira{
	}
	.columna-video{
	}
	.video-meisterplan{
	}
	.svg-icon-0-fill{
		width:30px!important;
	}
	.container-div-30196-style{
		width:19.87%;
	}
	.img-bloc-67-style{
	}
	.container-div-32063-style{
		width:100%;
		height:400px;
	}
	.envase-jira{
		padding-top:20px;
		padding-bottom:20px;
		border-radius:20px 20px 20px 20px;
	}
	.h1-5272-style{
		line-height:36px;
		width:100%;
		font-size:28px;
	}
	.btn-bloc-62-style{
		width:100%;
	}
	.link-46634-style{
		width:86.87%;
	}
	.logo{
	}
	.contenedor-nav{
		width:100px;
	}
	.columna-logo{
		width:250px;
	}
	.p-66-style{
		font-size:14px;
		display:flex;
	}
	.colunma-clarity-ppm{
		width:280px;
		display:flex;
		border-radius:15px 15px 15px 15px;
		margin-left:5px;
		margin-right:60px;
	}
	.svg-icon-9717-style{
		width:30px!important;
	}
	.svg-icon-38598-style{
		width:30px!important;
	}
	.fondo-clarity{
		border-radius:15px 15px 15px 15px;
		width:280px;
		margin-top:10px;
	}
	.container-div-bloc-73-style{
		width:100%;
	}
	.svg-icon-bloc-73-style{
		width:30px!important;
	}
	.h1-29-style{
		font-size:35px;
		margin-top:30px;
	}
	.rown-chat{
		width:100%;
		margin-top:10px;
		padding-left:90px;
		padding-right:5px;
	}
	.envase-clarity-ppm{
		border-radius:20px 20px 20px 20px;
		margin-right:3px;
		margin-left:3px;
		width:100%;
	}
	.row-bloc-73-style{
		padding-left:5px;
		padding-right:60px;
	}
	.row-89-style{
		padding-right:60px;
		margin-bottom:10px;
		padding-left:2px;
	}
	.row-91-style{
		padding-left:2px;
		margin-top:10px;
		padding-right:60px;
		margin-bottom:10px;
	}
	.row-93-style{
		padding-left:2px;
		padding-right:60px;
		margin-bottom:10px;
	}
	.h3-bloc-73-style{
		font-size:20px;
	}
	.h1-23-style{
		width:100%;
		font-size:24px;
	}
	.container-div-911-style{
		width:100%;
		min-height:450px;
		height:267px;
	}
	.envase-meisterplan{
		padding-top:30px;
		padding-bottom:30px;
	}
	.container-div-29578-style{
		width:100%;
	}
	.container-div-11345-style{
		width:100%;
	}
	.envase-video-clarity{
		padding-top:20px;
		padding-bottom:20px;
	}
	.p-61-style{
		font-family:"Poppins";
		font-weight:500;
		font-size:20px;
		line-height:23px;
	}
	.p-bloc-73-style{
		font-size:18px;
	}
	.container-ppm{
	}
	.h3-47860-style{
		font-size:14px;
	}
	.row-97-style{
		width:100%;
		margin-bottom:20px;
		height:310px;
	}
	.row-98-style{
		width:100%;
		height:300px;
		margin-bottom:20px;
	}
	.row-bloc-76-style{
		width:100%;
		height:320px;
		min-height:320px;
	}
	.row-100-style{
		width:100%;
		height:350px;
		min-height:350px;
	}
	.row-101-style{
		width:100%;
		height:350px;
	}
	.columna-características{
		margin-left:2px;
		margin-right:2px;
		background-color:var(--swatch-var-6731);
	}
	.columna2-caracteristicas{
		height:320px;
		min-height:320px;
	}
	.columna4-caracteristicas{
		height:350px;
		min-height:350px;
	}
	.columna5-caracteristicas{
		height:350px;
		min-height:350px;
	}
	.columna-general-caracteristicas{
		height:100%;
		min-height:100%;
	}
	.card-bloc-77-style{
		width:100%;
		margin-bottom:20px;
		border-radius:20px 20px 20px 20px;
		height:450px;
	}
	.envase-beneficios{
		padding-top:40px;
		padding-bottom:40px;
		height:2000px;
		border-radius:20px 20px 20px 20px;
	}
	.container-div-bloc-72-style{
		width:100%;
	}
	.envase-home-phone{
		padding-top:10px;
		height:130px;
		margin-top:0px;
	}
	.page-preloader{
		background-color:var(--swatch-var-7747);
	}
	.container-div-48404-style{
		width:100%;
		height:250px;
		align-content:center;
	}
	.h1-34-style{
		font-size:26px;
		width:100%;
	}
	.card-23-style{
		width:100%;
		margin-bottom:15px;
		text-align:left;
	}
	.columna-rally-integraciones{
		justify-content:center;
		flex-direction:column;
	}
	.h1-integraciones-style{
		font-size:28px;
	}
	.container-div-5645-style{
		width:100%;
		min-height:166px;
	}
	.container-div-19856-style{
		width:100%;
	}
	.envase-rally-software{
		padding-top:20px;
		padding-bottom:20px;
	}
	.p-85-style{
		font-size:14px;
		width:100%;
	}
	.envase-rally-phone{
		padding-top:20px;
		padding-bottom:20px;
	}
	.columna-rally-phone{
		height:550px;
		min-height:550px;
	}
	.container-div-bloc-81-min-height{
		min-height:430px;
		width:100%;
	}
	.img-94-style{
	}
	.container-div-bloc-83-min-height{
		min-height:508px;
	}
	.p-bloc-67-style{
		width:100%;
	}
	.container-div-bloc-81-style{
		width:100%;
	}
	.columna-iphone{
		width:100%;
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
		padding-left:0px;
		padding-right:0px;
	}
	.rown-iphone{
	}
	.html-widget-bloc-74-style{
		width:100%;
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	.mini-responsive-icon{
		font-size:50px;
	}
	.divider-style{
		margin-left:auto;
		margin-right:auto;
		height:180px;
	}
	.p-31-style{
		height:auto;
	}
	.h4-bloc-41-style{
		font-size:16px;
	}
	.container-div-39506-style{
		padding:12px 12px 12px 12px;
	}
	.card-clarity{
		padding:12px 12px 12px 12px;
	}
	.svg-icon-33126-style{
		width:48px!important;
	}
	.img-5144-style{
		width:256px;
	}
	.envase-movil-meisterplan{
		height:200px;
		min-height:30px;
	}
	.container-div-bloc-96-min-height{
		min-height:522px;
	}
	.container-div-0-bloc-96-min-height{
		min-height:494px;
	}
	.columna-valueopss{
		display:flex;
		justify-content:center;
		flex-direction:column;
		align-items:center;
	}
	.p-23-style{
		font-size:20px;
	}
	.columna-content-blog{
		border-width:0px 0px 0px 0px;
	}
	.row-bloc-11-style{
		width:100%;
	}
	.columna-post4{
		width:310px;
	}
	.card-19-style{
		width:97.64%;
		margin-left:8px;
	}
	.columna-nuestros-servicios-1{
	}
	.row-service-home{
		padding:5px 8px 5px 8px;
	}
	.columna-nuestros-servicios-2{
	}
	.columna-nuestros-servicios-3{
	}
	.columna-nuestros-servicios-4{
	}
	.p-14-style{
	}
	.h4-2-style{
		font-family:"Poppins";
		font-weight:700;
	}
	.h4-3-style{
		font-family:"Poppins";
		font-weight:700;
	}
	.h4-4-style{
		font-family:"Poppins";
		font-weight:700;
	}
	.h4-5-style{
		font-family:"Poppins";
		font-weight:700;
	}
	.container-div-bloc-3-style{
		width:100%;
		min-height:154px;
		bottom:18px;
		left:20px;
	}
	.row-hands{
		height:150px;
	}
	.h3-style{
		font-size:32px;
	}
	
}

