/*20240510 1233*/
:root {
	--font-family-text: 'Barlow', sans-serif;
	--font-family-heading: 'Barlow', sans-serif;

	--color-cyan: #00b3bb;
	--color-red: #e4483e;

	--color-text-light: #ffffff;
	--color-text: #000000;
	--color-text-dark:;
	--color-text-alt-light: var(--color-cyan);
	--color-text-alt: var(--color-red);
	--color-text-alt-dark:;
	--color-heading-light: #ffffff;
	--color-heading: #000000;
	--color-heading-dark:;
	--color-heading-alt-light: var(--color-cyan);
	--color-heading-alt: var(--color-red);
	--color-heading-alt-dark:;
	--color-background-light: #f1f2f4;
	--color-background : #ffffff;
	--color-background-dark: #000000;
	--color-background-alt-light: var(--color-cyan);
	--color-background-alt: var(--color-red);
	--color-background-alt-dark: #d7f2f3;

	--bs-breadcrumb-divider: '>';
	--color-text-required: #8f1111;
	--bs-link-color: var(--bs-link-color);
	--bs-nav-link-color: var(--color-text);
	--swiper-theme-color: var(--color-background-alt);
	--bs-primary-rgb: 228, 72, 62;
	--color-main: var(--color-heading-alt);
	--bs-body-font-size: 1.2rem;
}

html{scroll-behavior: smooth;}
body{font-family: var(--font-family-text); color: var(--color-text, #000);}
/*RESET*/
	a, a:focus, a:hover, a:active, li:focus, li:hover, li:active, button:focus, button:hover, button:active, span:focus, span:hover, span:active {outline: 0; text-decoration: none !important;}
	a{color: var(--color-text, #000);}
	a:focus, a:hover, a:active{color: var(--color-text-dark);}
	.btn, button, .modal-content{border-radius: 0;}
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-weight: 700; font-family: var(--font-family-heading); line-height: 1; line-height: 1.2; margin-bottom: 1rem; color: var(--color-heading);}
	h2, .h2{font-size: 2.5rem;}
	p{line-height: 1.3;}
	mark, .mark {background-color: var(--bs-light);}
	small, .small {font-size: .8rem;}
	strong, .strong{font-weight: 700; color: var(--color-text-alt);}
	strong.red{color: var(--color-text-required);}
	figure{margin: 0;}
	.item-image{width: 100%;}
	.slogan{ font-size: 2.2rem; font-weight: 700; line-height: 1; margin-bottom: 0; color: var(--color-text-alt); }
	.bg-cyan{background: var(--color-background-alt-light);}
/*TEXT*/
	.text-underline:after {content: ''; display: block; border-top: 4px solid var(--color-heading-alt); width: 100px; margin: 5px 0; }
	.text-upperline:before {content: ''; display: block; border-top: 4px solid; border-image-slice: 1; width: 3rem; margin-bottom: 0.5rem; border-image-source: linear-gradient(to right, #003478, #63cafc); }
	.text-sideline:before {content: ''; display: inline-block; width: 2rem; border-bottom: 1px solid var(--color-text); margin-right: 0.5rem;}
	.lead {font-size: 1.25rem; font-weight: 600; }
	.text-success, .text-main{color: var(--color-text-alt-light) !important;}
	.text-cyan{color: var(--color-text-alt-light) !important;}
	.text-danger{color: var(--color-text-alt) !important;}
	.text-col-2{columns: 2}
	.text-left{text-align: left;}
	.text-right{text-align: right;}
	.text-big {font-size: 2rem; line-height: 1.2; }

	.header-special {font-weight: 400; position: relative; line-height: 1; margin-left: 50px;}
	.header-special strong{display: block;}
	.header-special:before,.header-special:after{content: ''; display: block; position: absolute; width: 20px; left: -50px;border-radius: 10px;} 
	.header-special:before {height: 50px; top: 5px; background: var(--color-background-alt-light);  }
	.header-special:after {height: 20px; top: 63px; background: var(--color-background-alt);  }

/*LISTS*/
	/*.r-content .content ul:not(.nav):not(.tab) {list-style: none; padding-left: 20px; position: relative;}*/
	/*.r-content .content ul:not(.nav):not(.tab) > li {position: relative; margin-left: 20px; font-size: 1.2rem; line-height: 1; margin: 0 .4rem 1rem;}*/
	/*.r-content .content ul:not(.nav):not(.tab) > li:before {position: absolute; left: -22px; top: 3px; font-family: 'Material Design Icons'; content: '\F0336'; color: var(--color-main); font-weight: bold; font-size: 1.2rem; line-height: 1; }*/
	
	ul.list-diamond > li:before {content: '\F0B8B'!important;}
	ul.list-checked > li:before {content: '\F0791'!important;}
	ul.list-chevron > li:before {content: '\f0142'!important;}
	::marker {font-size: 1.5rem; color: var(--color-main); line-height: .9;}
	li {margin-bottom: 5px;}
/*BUTTONS*/
	.btn-link:hover {color: var(--color-text, #000); }
	.btn-primary {background: var(--color-background-alt); border: none; color: var(--color-text-light); cursor: pointer; display: inline-block; font-size: 1.3rem; font-weight: 700; padding: 8px 30px; text-transform: uppercase; border-radius: 30px; }
	.btn-primary:hover {background: var(--color-background-alt-light); border: none; color: var(--color-text);}
	.btn-cta {background: var(--color-background-alt); color: var(--color-text-light); text-transform: uppercase; border-radius: 25px; font-size: 1.5rem; line-height: 1; padding: 12px 40px; display: inline-block; }
	.border-radius{ border-radius:25px!important }
	.btn .border-radius{border-radius:25px!important}
	.btn:hover{color: var(--color-text-alt-light);}
/*OWL-CAROUSEL*/
	.swiper .swiper-pagination-bullets{}
	.swiper .swiper-pagination-bullet {height: 10px; width: 10px;}
	.swiper .swiper-pagination-bullet-active{background: var(--color-background-alt);}
	.swiper-button-next svg, .swiper-button-prev svg {fill:  var(--color-background-alt) !important;} 
	.swiper .swiper-button-prev, .swiper .swiper-button-next {top: initial !important; bottom: 9px !important; height: 16px; width: 16px; }
	.swiper .swiper-button-prev{left: calc(50% - 80px)!important}
	.swiper .swiper-button-next{left: calc(50% + 60px) !important;}
/*SWIPER-SLIDE-ACTIVE*/
	.swiper-solutions .swiper-wrapper{margin-top: 20px; margin-bottom: 70px;}
	.swiper-solutions .solution-card {display: flex ; border-radius: 15px; overflow: hidden; box-shadow: 0 0 20px #0000003d; background: var(--color-background-light);}
	.swiper-solutions .solution-card .left{flex: 1 1; background: var(--color-background-light); padding: 30px 25px;}
	.swiper-solutions .solution-card .left h3{ font-size:2rem; line-height:1; margin-bottom: 7px; }
	.swiper-solutions .solution-card .left strong {font-size: 1.5rem; line-height: 1; font-weight: 500; margin-bottom: 20px; display: inline-block; }
	.swiper-solutions .solution-card .left p{margin: 0;}
	.swiper-solutions .solution-card .right{flex: 0 1 500px}
	.swiper-solutions .solution-card .right img{max-width: 100%; height: auto;}
	.swiper-solutions .swiper-pagination-bullets{bottom: 7px!important;}
 /*SWIPER-MATERIAL*/
    .slider-sectores-wrapper {position: relative; padding: 0 30px; }
    .slider-sectores-wrapper .banner-media {min-height:480px; border-radius:10px; background-position:center; }
    .slider-sectores-wrapper .banner-media .media-content {background-color: rgba(0, 0, 0, 0.8); Bottom: 0; border-radius: 0px 10px 0px 10px; width: 80px; height: 440px; display: flex ; align-items: center; justify-content: center; z-index: 1; }
    .slider-sectores-wrapper .banner-media .media-content h3, .slider-sectores-wrapper .banner-media .media-content h3 a {font-size:24px; color:#fff; line-height:36px; font-weight:400; writing-mode: vertical-rl; transform: rotate(180deg); }
    .slider-sectores-wrapper .banner-media .media-content-2 {bottom:0; left:0; right:0; opacity:0; visibility:hidden; padding:0px 50px 10px 30px; transition-property: visibility; transition-delay: .5s;}
    .slider-sectores-wrapper .banner-media::after {content:""; position:absolute; width:100%; height:70%; bottom:0; left:0; border-radius:10px; background: linear-gradient(180deg, rgba(37, 52, 69, 0) 0%, #253445 100%); z-index:0; }
    .slider-sectores-wrapper .banner-media .media-content-2 h2 {font-size: 30px; line-height: 1; color: #fff; margin: 0; position: relative; width: 100%;}
    .slider-sectores-wrapper .banner-media .media-content-2 h2 a{color:#fff; font-weight: 700; display: block; padding: 20px 0;}
    .slider-sectores-wrapper .banner-media .media-content-2 .btn {padding:12px 26px; font-size:15px; border-radius:5px; }
    .slider-sectores-wrapper .swiper-slide  {transition:0.5s; z-index: 100}
    .slider-sectores-wrapper .swiper-slide:hover , .slider-sectores-wrapper .swiper-slide.active {width:40% !important; }
    .slider-sectores-wrapper .swiper-slide:hover .media-content , .slider-sectores-wrapper .swiper-slide.active .media-content {visibility:hidden; opacity:0; transition:.8s; }
    .slider-sectores-wrapper .swiper-slide:hover .media-content-2 , .slider-sectores-wrapper .swiper-slide.active .media-content-2 {visibility:visible; opacity:1; z-index:1; }
    .slider-sectores-wrapper .btn-next, .slider-sectores-wrapper .btn-prev {padding:8px; width:48px; height:48px; border-radius:8px; color:#fff; }
    .slider-sectores-wrapper .btn-prev {left:-22px; }
    .slider-sectores-wrapper .btn-next {right:-22px; }
    .slider-sectores-wrapper .swiper-button-next:after, .slider-sectores-wrapper .swiper-button-prev:after {font-size:16px !important; font-weight:600 !important; }
    .bg-comercios{background-image:url(/images/home/sectores/comercios.webp);}
    .bg-congresos{background-image:url(/images/home/sectores/congresos-ferias-eventos.webp);}
    .bg-editorial{background-image:url(/images/home/sectores/editorial-autores-independientes.webp);}
    .bg-educacion{background-image:url(/images/home/sectores/educacion-capacitacion.webp);}
    .bg-franquicias{background-image:url(/images/home/sectores/franquicias.webp);}
    .bg-marketing{background-image:url(/images/home/sectores/marketing-corporativo.webp);}
    .bg-packaging{background-image:url(/images/home/sectores/produccion-packaging.webp);}
    .swiper-why-us-module{ margin: 30px 0 100px; }

    .slider-sectores-wrapper-mobile .slider-wrapper {position: relative; border-radius: 20px; overflow: hidden; }
    .slider-sectores-wrapper-mobile .slider-wrapper h3 {position: absolute; writing-mode: vertical-rl; transform: rotate(180deg); margin: 0; padding: 20px 10px 20px 20px; background: rgba(0, 0, 0, 0.8); bottom: 0; top: 0; left: 0; font-size: 1.5rem}
    .slider-sectores-wrapper-mobile .slider-wrapper h3 a{font-size:inherit; color:#fff; line-height:36px; font-weight:400;}
    .slider-sectores-wrapper-mobile .slider-wrapper img{border-radius: 20px; width: 100%; display: block;}
/*WELL-MARKETING-IMPRESO*/
    .well-marketing-impreso-wrapper {background: var(--color-background-alt); position: relative; border-radius: 20px; margin-bottom: 80px;}
    .well-marketing-impreso-wrapper .left {padding: 50px 0px 40px 50px; }
    .well-marketing-impreso-wrapper .right img{margin: -70px 0;}
    .well-marketing-impreso-wrapper .h1{font-size: 3.9rem; line-height: 1; margin-bottom: 30px;}
    .well-marketing-impreso-wrapper .h2{font-size: 2.8rem; line-height: 1; margin-bottom: 12px;}
/*WELL-IMPRESION-ON-DEMAND*/
    .well-impresion-on-demand-wrapper{background: var(--color-background-alt-light); border-radius: 20px; padding: 20px;}
    .well-impresion-on-demand-wrapper .left {}
    .well-impresion-on-demand-wrapper .center{ font-size: 1.5rem; line-height: 1; color: var(--color-text);	display: flex ; align-items: center;}
    .well-impresion-on-demand-wrapper .right{ display: flex ; align-items: center; justify-content: center;}
    .well-impresion-on-demand-wrapper .h1{font-size: 4.4rem; line-height: 1; margin-bottom: 0;}
	.well-impresion-on-demand-wrapper strong, .well-impresion-on-demand-wrapper .strong{color: var(--color-text);}
/*WELL*/
	.well {border: 1px solid #ccc; padding: 1rem; text-align: center; position: relative; }
	.well:before {content: ""; width: 5rem; height: 1px; background: #000; position: absolute; display: block; top: -1px; left: calc(50% - 40px); }
	.well-special {position: relative; font-family: var(--font-family-heading); font-weight: 700; font-size: 1.3rem; line-height: 1.3; padding: 2rem 0 0 4rem; }
	.well-special:before {content: '\f0757'; font-family: 'Material Design Icons'; position: absolute; top: 3.5rem; left: -2rem; color: var(--bs-gray-500); font-size: 12rem; line-height: 0; opacity: 0.3; z-index: 0; }
/*BLOCKQUOTE*/
	.blockquote {margin: 2.5rem 0 2.5rem 2rem; padding: .5rem 0 .5rem 1rem; border-left: 8px solid var(--color-background-alt); font-size: 1rem;}
	.blockquote h3 {font-size: 1rem; color: #000; font-weight: 800; margin-bottom: 0; }
/*ACCORDION*/
	.accordion {margin-top: 1.5rem;}
	.accordion .accordion-item {margin-bottom: .4rem; border: none; }
	.accordion .accordion-item:first-of-type {border-radius: 0;}
	.accordion .accordion-item:last-of-type {border-radius: 0;}
	.accordion .accordion-header {margin: 0;}
	.accordion .accordion-button {font-size: 1.3rem; line-height: 1.2; color: var(--color-heading-dark); font-weight: 400; padding: 1rem 1.45rem ; background-color: var(--bs-light); text-transform: uppercase; border-radius: 5px!important; box-shadow: none;}
	.accordion .accordion-button:focus {box-shadow: none;}
	.accordion .accordion-button::after {background-image: none; content: "\f0140"; display: inline-block; font-family:  "Material Design Icons"; font-size: 2rem; text-rendering: auto; line-height: .5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
	.accordion .accordion-button:not(.collapsed)::after {transform: none; content: "\f0374"}
	.accordion .accordion-body {padding: 1rem .4rem; }
/*MENU*/
	.mod-menu li{margin-bottom:0;}
/*MENU MAIN*/
	.menu-main-wrapper .navbar-toggler:focus {box-shadow: none;}
	.menu-main .nav-fill .nav-item, .menu-main .nav-fill>.nav-link {text-align: left; }
	.menu-main .btn-cta{background: var(--color-background-alt); color: #FFF!important; border-radius: 10px!important;} 
	.menu-main>.nav-item.parent{position: relative;}
	.menu-main>.nav-item.parent>a::after{content: "\F0140"; display: inline-block; font: normal normal normal 24px/1 "Material Design Icons"; font-size: inherit; text-rendering: auto; line-height: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
	.menu-main .nav-item > .nav-link {color: var(--color-text, #000); font-size: 1.3rem; font-weight: 400; font-family: var(--font-family-heading); text-transform: uppercase; line-height: 1; padding: 10px 20px; }
	.menu-main>.nav-item.active {border-left: 1px solid var(--color-background-alt);}
	.menu-main .submenu-wrapper {position: absolute; top: calc(100% + 29px); z-index: 5; overflow: hidden; padding: 8px 0 0; transition: all 300ms ease; min-width: 330px; border-bottom: 3px solid var(--bs-gray-500); background: var(--color-background-light); right: 0; }
	.menu-main .submenu-wrapper .nav-item>a {color: var(--color-text, #000); padding: 8px 20px 16px 20px;border-bottom: 1px solid var(--color-background-alt); font-size: 1.3rem; font-weight: 500; font-family: var(--font-family-heading); text-transform: uppercase; line-height: 1; }
	.menu-main .submenu-wrapper .nav-item>a:hover {color: var(--color-text-alt); }
	.menu-main .submenu-wrapper .nav-child{display: flex; flex-direction: column; gap: 10px;}

/*MENU ACCESORIES*/
	.btn-social, .btn-social .mdi{padding: 0;}
	.btn-social:before, .btn-social .mdi:before {font-size: 1.5rem; line-height: 1; color: var(--color-text-dark); }
	.btn-social:hover:before, .btn-social:hover  .mdi:before{color: var(--color-text-alt);}
	.btn-social.mdi-youtube:before {font-size: 2rem;}
/*MENU TOP*/
	.menu-top .nav-link {color: var(--color-text, #000); font-size: 1rem; font-weight: 300; font-family: var(--font-family-heading); text-transform: uppercase; line-height: 1; padding: 12px 20px; }
/*FORMS*/
	form .btn-primary:hover {background-color: var(--color-background-alt-dark); border-color: var(--color-background-alt-dark); }
	form .btn-primary{background: var(--color-background-alt); }
	form .btn{border: none; color: var(--color-text-light); cursor: pointer; display: block; font-size: 1.3rem; font-weight: 700; padding: 8px; text-transform: uppercase; }
	form .controls{display: flex; justify-content: flex-end;}
	form .form-check-input:checked {background-color: var(--color-background-alt-dark); border-color: var(--color-background-alt-dark); }
	form .form-control {font-size: .8rem;}
	form .form-floating [type="password"]{padding-top: 1.625rem; padding-bottom: .625rem; }
	form .form-floating>.form-control-plaintext~label, 
	form .form-floating>.form-control-plaintext~label::after, 
	form .form-floating>.form-control:focus~label, 
	form .form-floating>.form-control:focus~label::after, 
	form .form-floating>.form-control:not(:placeholder-shown)~label, 
	form .form-floating>.form-control:not(:placeholder-shown)~label::after, 
	form .form-floating>.form-select~label {color: inherit; opacity: .8;}
	form .form-floating>.form-select~label::after {display: none!important; }
	form .form-floating>label {display: flex; gap: 10px; padding: 0.7rem .75rem 1rem .75rem; color: rgba(var(--bs-body-color-rgb), .65); transform: scale(.85) translateY(-.5rem) translateX(.15rem); }
	form .form-footer .btn-send {background: var(--color-background-alt); border: none; color: var(--color-text-light); cursor: pointer; display: block; font-size: 1.3rem; font-weight: 700; padding: 8px 0; text-transform: uppercase; width: 100%; border-radius: 30px;}
	form .form-footer{margin-top: 20px}
	form .form-select {width: 100%; text-transform: uppercase; font-size: 0.8rem; border-radius: 0; }
	form .required .star{color: var(--color-text-required)}
	form [readonly]{background: var(--bs-gray-100);}
	form textarea.form-control {min-height: 100px; }
	form textarea.form-control:focus {min-height: 250px; }
	form.form-no-labels .form-group {display: flex; position: relative; align-items: center; padding: 0; margin-bottom: 1rem;}
	form.form-no-labels .form-control {padding: 0.2rem 0.5rem; font-size: .8rem; background-color: transparent; border-radius: 0 !important; border: none; color: #fff; border-bottom: 1px solid var(--bs-gray-500); transition: all .7s ease;}
	form.form-no-labels .form-control::placeholder {color: var(--color-text); text-transform: uppercase;}
	form.form-no-labels .form-control:focus + .control-label {color: var(0);}
	form.form-no-labels .form-control:focus {box-shadow: 0 0 0 0.2rem var(--color-background);}
	form.form-no-labels .form-control:valid + .control-label {display: none;}
	form.form-no-labels .form-control label.form-check-label {color: var(--color-text); }
	form.form-no-labels .form-control select {background-color: #202020; color: var(--color-text); text-transform: uppercase; font-size: 0.8rem; width: 100%; border: none; border-bottom: 1px solid #fff; padding-bottom: .5rem; }
	form.form-no-labels .form-control textarea + .control-label {padding-top: .3rem;}
	form.form-with-labels .form-control {font-size: .8rem; background-color: transparent; border-radius: 0 !important; border: none; border-bottom: 1px solid var(--bs-gray-500); transition: all .7s ease;}
	form.form-with-labels label{color: var(--color-text)!important;}
/*MODALES*/
	.modal .modal-header {padding: 0;}
	.modal .modal-header button.close {position: relative; top: -50px; right: 40px; background-color: var(--bs-gray-500); border: none; border-radius: 15px!important; padding: 0; height: 25px; min-width: 0; }
	.modal .modal-header button .mdi-close:before {display: inline-block; content: "\f0156"; font-family: "Material Design Icons"; color: #fff; font-style: normal; font-size: 1rem; line-height: 1; vertical-align: middle;}
	.modal .modal-body {padding: 1rem; }
	.modal .modal-body h2 {font-size: 2rem; line-height:1;}
	.modal .modal-body .form-control {border-radius: 0;}
	.modal .modal-body .form-group {margin-bottom: .5rem;}
	.modal .modal-body .btn-send {text-transform: uppercase; color: #fff; background-color: var(--color-background-alt); width: 100%; padding: 5px 40px;}
	.modal .contact-form .form-control {font-size: .8rem;}
	.modal .contact-form select {width: 100%; border-color: var(--bs-gray-500); padding: 25px 5px 5px 13px; text-transform: uppercase; font-size: .9rem; color: #000 } 
	.modal .modal-title {margin-bottom: 0; line-height: 1; color: #1d1d1d; font-size: 2rem; font-weight: 600; }
	.modal.modal-contact .modal-header {background: var(--color-background-alt-light);}
	.modal.modal-contact .form-footer{margin-top: 20px;}
	.modal.modal-contact textarea.form-control:focus{min-height: 200px;}
/*MODULO-NOVEDADES*/
	.module-blog-articles .item-wrapper {display: block; text-decoration: none; overflow: hidden;}
	.module-blog-articles .item-wrapper .newsflash-image{background: #000; overflow: hidden;}
	.module-blog-articles .item-wrapper .newsflash-image .item-image { background-color: var(--color-background-alt) transform: scale(1); transition: all 500ms ease; width: 100%;}
	.module-blog-articles .item-wrapper .newsflash-title {color: var(--color-text-dark); margin: 0; font-size: 1.2rem; margin-top: 7px; font-weight: 600; line-height: 1.2; font-style: normal; }
	.module-blog-articles .item-wrapper:hover .item-title {color: var(--color-text-light);}
	.module-blog-articles .item-wrapper:hover .item-image {transform: scale(1.1); opacity: .75;}
/*CONTACT FORM*/
	.module-contact-form {padding: 20px; border: 1px solid var(--bs-gray-500); border-radius: 20px;}
	.module-contact-form .header {background: none; color: var(--color-heading-alt); font-size: 2.4rem; font-weight: 700; line-height: 1; margin-bottom: 20px; }
/*HERO-ANIMATED-MODULE*/
	.hero-animated-module .img-produt,.hero-animated-module .slogan {opacity: 0; visibility: hidden; }
	.hero-animated-module .img-produt-1,.hero-animated-module .slogan-1 {opacity: 1; visibility: visible; }
 	.hero-animated-module .img-produt {animation-duration: 12s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; transform-origin: center center; }
	.hero-animated-module .img-produt-1 {animation-name: slideImage1; }
	.hero-animated-module .img-produt-2 {animation-name: slideImage2; }
	.hero-animated-module .img-produt-3 {animation-name: slideImage3; }
	@keyframes slideImage1 {0%, 25% {opacity: 1; visibility: visible; transform: scale(1); } 33.33% {opacity: 0; visibility: hidden; transform: scale(0.8); } 33.34%, 100% {opacity: 0; visibility: hidden; transform: scale(1); } }
	@keyframes slideImage2 {0%, 33.33% {opacity: 0; visibility: hidden; transform: scale(1); } 33.34%, 58.33% {opacity: 1; visibility: visible; transform: scale(1); } 66.66% {opacity: 0; visibility: hidden; transform: scale(0.8); } 66.67%, 100% {opacity: 0; visibility: hidden; transform: scale(1); } }
	@keyframes slideImage3 {0%, 66.66% {opacity: 0; visibility: hidden; transform: scale(1); } 66.67%, 91.66% {opacity: 1; visibility: visible; transform: scale(1); } 100% {opacity: 0; visibility: hidden; transform: scale(0.8); } }
	.hero-animated-module .slogan-wrapper{position: relative; min-height: 8rem;}
	.hero-animated-module .slogan {animation-duration: 12s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; }
	.hero-animated-module .slogan-1 {animation-name: slideSlogan1; }
	.hero-animated-module .slogan-2 {animation-name: slideSlogan2; }
	.hero-animated-module .slogan-3 {animation-name: slideSlogan3; }
	@keyframes slideSlogan1 {0%, 25% {opacity: 1; visibility: visible; } 33.33% {opacity: 0; visibility: hidden; } 33.34%, 100% {opacity: 0; visibility: hidden; } }
	@keyframes slideSlogan2 {0%, 33.33% {opacity: 0; visibility: hidden; } 33.34%, 58.33% {opacity: 1; visibility: visible; } 66.66%, 100% {opacity: 0; visibility: hidden; } }
	@keyframes slideSlogan3 {0%, 66.66% {opacity: 0; visibility: hidden; } 66.67%, 91.66% {opacity: 1; visibility: visible; } 100% {opacity: 0; visibility: hidden; } }
	.hero-animated-module .img-produt, .hero-animated-module .slogan {will-change: opacity, transform; backface-visibility: hidden; -webkit-font-smoothing: antialiased; }
	.hero-animated-module .img-wrapper {position: relative; width: 100%; max-width: 830px; height: 100%;}
	.hero-animated-module .img-wrapper .img-produt {position: absolute; top: 0; right: 0; width: auto; height: 100%; object-fit: cover; }
	/*.hero-animated-module .img-wrapper .img-produt-1 {position: relative; right: 0; }*/
	.hero-animated-module .img-wrapper img {position: absolute; top: calc(50% - 300px); right: 0; }
	.hero-animated-module .right{ display: flex ; align-items: center; justify-content: center; padding: 120px 50px 60px 50px; }
	.hero-animated-module .right h1 {font-size: 5rem; font-weight: 700; line-height: 0.95; margin-bottom: 40px; }
	.hero-animated-module .right .slogan{ position: absolute; width: 100%; left: 0; font-size: 2rem; font-weight: 400; line-height: 1; color: var(--color-text-alt); margin-bottom: 70px;}
/*TABS*/
	.tab-wrapper .nav-pills .nav-link.active, .tab-wrapper .nav-pills .show>.nav-link {color: #FFF; background-color: var(--color-background-dark); }
	.tab-wrapper .nav-link, .tab-wrapper .nav-link {background: var(--color-background); color: var(--color-heading); transition:all ease .5s; }
	.tab-wrapper .nav-link:focus, .tab-wrapper .nav-link:hover {background: var(--color-background); color: var(--color-text-alt); }
	.tab-soluciones-wrapper .nav-pills .nav-link {border-radius: 10px; font-size: 1.8rem; line-height: 1; padding: 15px 20px; width: 100%; height: 100%; text-align: left; }
	.tab-soluciones-wrapper .nav.nav-pills{gap: 10px;}
	.tab-soluciones-wrapper .nav-item{flex: 1 1 calc(20% - 10px); margin: 0;}
	.tab-soluciones-wrapper .tab-content .tab-pane {padding: 40px 0 0; }
	.tab-soluciones-wrapper .tab-content h2,.tab-soluciones-wrapper .tab-content .h2 {font-size: 2.4rem; color: var(--color-heading); }
	.tab-soluciones-wrapper .tab-content .text-cyan{font-size: 1.7rem; line-height: 1.2;}
	.tab-soluciones-wrapper .tab-content img{border-radius: 20px;}
/*MINI-CARD*/
	.module-cyan-cards .mini-card {margin: 30px 0; height: calc(100% - 60px); border-radius: 10px; padding: 20px;}
	.module-cyan-cards .mini-card .h3,.module-cyan-cards .mini-card h3 {font-size: 2.2rem; }
	.module-cyan-cards .mini-card ul{margin: 0;}
	.module-cyan-cards .mini-card ul li{line-height: 1;}
	.module-cyan-cards .mini-card ul li::marker {font-size: 1.5rem; color: var(--color-background); line-height: 0.9; }
/*MOD-ABPC-REVIEWS*/
	.mod-abpc-reviews{min-height: 270px; margin-bottom: 50px;}
	.mod-abpc-reviews .reviewer-name{color: var(--color-red); font-size:1.2rem; font-weight:600; }
	.mod-abpc-reviews .reviewer-company{font-size: 0.9rem; line-height: 1;}
	.mod-abpc-reviews .review-rating{border-bottom: 3px solid var(--color-red); padding-bottom: 5px; margin-bottom: 5px;}
	.mod-abpc-reviews .abpc-reviews-stars{font-size: 1rem;}
	.mod-abpc-reviews .abpc-reviews-stars .star{color: var(--bs-yellow);}
	.mod-abpc-reviews .abpc-reviews-stars .rating-number{display: none;}
	.mod-abpc-reviews .review-body {position: relative; display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: row; font-size: 1.1rem; line-height: 1.2; }
	.mod-abpc-reviews .review-body:before{content: "\F0E23"; color: var(--color-red); position: relative; display: inline-block; font-family: "Material Design Icons"; font-size: 5rem; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
	.mod-abpc-reviews .review-date {margin-top: 1rem; display: flex; align-items: center; justify-content: flex-end; font-size: 0.9rem; line-height: 1; font-style: italic; filter: opacity(0.5); }

/*ROWS*/
	/*R-TOP*/
		.r-top {padding: 0; background: var(--color-background-alt-dark); }
		.r-top .menu-wrapper{display: flex; justify-content: flex-end; gap: 10px; align-items: center;}
	/*R-NAVBAR*/
		.r-navbar{border-top: 1px solid var(--bs-gray-500); border-bottom: 1px solid var(--bs-gray-500); padding: 18px 0;}
		.r-navbar .navbar{padding-top: 0; padding-bottom: 0;}
		.r-navbar .navbar .navbar-brand{padding-top: 0; padding-bottom: 0; max-width: 40%}
		.r-navbar .navbar .navbar-brand img{display: block; max-width: 100%; height: auto;}
		.r-navbar .navbar .mod-menu {gap: 10px; padding: 10px 0; }
	/*R-SLIDER*/
		.r-slider{background:var(--color-background-light); padding: 30px 0;}
		/*.r-slider .h1{font-size: 1.8rem; font-weight: 400; line-height: 1; margin: 0; text-transform: uppercase;}*/
		.r-slider .h1 {line-height: 1; margin: 0; }
	/*R-POST-SLIDER*/
		.r-post-slider{padding: 20px 0px;}
	/*R-CONTENT*/
		.r-content{padding: 2rem 0}
	/*R-POST-CONTENT*/
		.r-post-content{background: var(--color-background-light);}
	/*R-BOTTOM*/
		.r-bottom{margin-bottom: 50px;}
	/*R-PRE-FOOTER*/
		.r-pre-footer{ padding: 2rem 0; }
	/*R FOOTER*/
		.r-footer {background: var(--color-background-dark); color: var(--color-text-light); overflow: hidden;}
		.r-footer .moduletable {margin: 2rem 0 0;}
		.r-footer h2 {font-size: 1.5rem!important; color: var(--color-heading-alt-light); text-transform: uppercase; font-weight: 400; line-height: 1; margin-bottom: 1rem;}
		.r-footer h2.text-sideline:before {border-color: var(--color-heading-alt-light); width: 1.5rem;}
		.r-footer a {color: var(--color-text-light);}
		.r-footer a:hover {color: var(--color-text-alt-light);}
		/*CONTACT*/
			.r-footer .nav-contact {padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 0.3rem; }
			.r-footer .nav-contact a {display: flex; gap: 0.5rem;}
			.r-footer .nav-contact .mdi:before { color: var(--color-text-light);}
		/*NEWSLETTER*/
			.r-footer .module-newsletter form .form-control {border-radius: 0;}
			.r-footer .module-newsletter form .btn {background: var(--color-background-alt-light); color: var(--color-text-light);}
			.r-footer .module-newsletter .row-success p {font-size: .9rem;}
		/*SOCIAL*/
			.r-footer .menu-rrss .btn-social .mdi:before {font-size: 2rem; line-height: 2rem; margin-right: 1rem; color: var(--color-text-light);}
			.r-footer .menu-rrss .btn-social:hover .mdi:before {color: var(--color-text-alt-light); }
		/*LINK INTERES*/
			.r-footer .menu-links{flex-direction: column; gap: .5rem;}
			.r-footer .menu-links .nav-link{padding: 0}
	/*R COPYRIGHT*/
		.r-copyright {background: var(--color-background-dark); font-size: .8rem; padding: .5rem; color: var(--color-text-light); text-align: center;}
		.r-copyright * {color: var(--color-text-light); }
/*SPECIFIC PAGES*/
	/*HOME*/
		.home h2, .home .h2{font-size: 2.8rem;}
		.home .swiper-module{margin-top: 40px; min-height: 540px;}
		.home .r-slider{padding: 1.5rem 0; background: linear-gradient(to right,  var(--color-background-alt) 0%,var(--color-background-alt) 50%,var(--color-background-light) 50%,var(--color-background-light) 100%);}
		.home .r-post-slider{padding: 60px 0 0;}
		.home .r-content{padding:0;}
		.home .r-pre-footer{padding: 3rem 0 2rem; background-color: var(--color-background-light); }
		.home .r-pre-footer h2{font-size: 1.5rem; color: var(--color-heading-alt-light); text-transform: uppercase; font-weight: 400; line-height: 1; margin-bottom: 0;}
		.home .r-pre-footer h2.text-sideline:before {border-color: var(--color-heading-alt-light); width: 1.5rem;}
		.home .r-pre-footer .module-blog-articles{margin: 20px 0;}
	/*BLOG*/
		/*CATEGORY*/
			.blog.view-category .r-content article{margin-bottom: 50px;}
			.blog.view-category .r-content article figure{margin: 0;}
			.blog.view-category .r-content article .item-image {margin-bottom: 0; }
			.blog.view-category .r-content article .page-header{padding-top: 20px;}
			.blog.view-category .r-content article h1, .blog.view-category .r-content article .h1 {font-weight: 600; font-size: 1.5rem; }
		/*ARTICLE*/
			.blog.view-article .r-content .content .item-image {background: repeating-linear-gradient(45deg, black 0px, black 1px, transparent 1px, transparent 12px);}
			/*.blog.view-article .r-content .content .lead {font-weight: 700; line-height: 1.2; margin-top: -2.6rem; background-color: rgb(255 255 255 / 80%); padding: 20px; border-left: 15px solid var(--color-background-alt);}*/
			.blog.view-article .r-content .content .lead{position: relative; font-weight: 700; line-height: 1.2; margin-top: -2.6rem; background-color: rgb(255 255 255 / 80%); padding: 20px;}
			.blog.view-article .r-content .content .lead:before, .blog.view-article .r-content .content .lead:after {content: ''; display: block; position: absolute; width: 20px; left: -10px; border-radius: 10px; }
			.blog.view-article .r-content .content .lead:before {height: 50px; top: 5px; background: var(--color-background-alt-light); }
			.blog.view-article .r-content .content .lead:after {height: 20px; top: 63px; background: var(--color-background-alt); }
			.blog.view-article .r-content .content img {max-width: 100%; height: auto; position: relative; top: 10px; }
			.blog.view-article .r-content .content h2, .blog.view-article .r-content .content .h2{ color: var(--color-heading-alt);}
	/*GRACIAS*/
		.gracias .r-content .content{display: flex; height: 100%; justify-content: center; align-items: center; text-align: center;}
	/*ALIAS-SOLUCIONES */
		.alias-soluciones .r-slider{padding: 60px 0 100px 0; background-color: var(--color-background-light); background-position: calc(50% + 580px) 0; background-image: url(/images/soluciones/intro-solucion.webp); background-repeat: no-repeat; background-size: contain;}
		.alias-soluciones .r-slider .right h1 {font-size: 5rem; font-weight: 700; line-height: 1; margin-bottom: 35px; }
		.alias-soluciones .r-slider .slogan{ font-size: 1.6rem; font-weight: 400; line-height: 1; color: var(--color-text-alt); margin-bottom: 45px;}
		.alias-soluciones .r-content {padding: 4.5rem 0 5.3rem 0; }
		.alias-soluciones .r-content strong{color: var(--color-text);}
		.alias-soluciones .r-post-content{padding: 50px 0}
		.alias-soluciones .r-pre-footer {padding: 4rem 0 2rem 0; }
		.alias-soluciones .r-pre-footer h2{	font-size: 3.1rem;}
		.alias-soluciones .r-pre-footer .slogan {font-size: 2.5rem;}
		.alias-soluciones .module-value-proposition{padding:40px 0 0px 0;}
	/*SECTORES*/
		.parent-sectores .r-slider .right h1 {font-size: 5rem; font-weight: 700; line-height: 0.8; margin-bottom: 35px; }
		.parent-sectores .r-slider .slogan {font-size: 1.6rem; font-weight: 400; line-height: 1.2; color: var(--color-text-alt); margin-bottom: 70px; }
		
		.parent-sectores .r-slider{padding: 140px 0 40px 0; position: relative; overflow: hidden; z-index: 0; min-height: 590px;}
		.parent-sectores .r-slider:before {background-position: calc(50% + 520px) 0; background-repeat: no-repeat; background-size: contain; z-index: -1; display: block; content: ''; position: absolute; top: 0; left: 0; right: 0; height: 100%; background-color: var(--color-background-light); background-image: url(/images/sectores/franquicias/intro.web);}
		.parent-sectores.alias-congresos 	.r-slider:before{ background-image: url(/images/sectores/congresos-ferias-eventos/intro.webp); background-position: calc(50% + 570px) 0;}
		.parent-sectores.alias-editoriales 	.r-slider:before{ background-image: url(/images/sectores/editoriales-autores-independientes/intro.webp); background-position: calc(50% + 570px) 0;}
		.parent-sectores.alias-educacion	.r-slider:before{ background-image: url(/images/sectores/educacion-capacitacion/intro.webp);}
		.parent-sectores.alias-franquicias 	.r-slider:before{ background-image: url(/images/sectores/franquicias/intro.webp);}
		.parent-sectores.alias-marketing	.r-slider:before{ background-image: url(/images/sectores/marketing-corporativo/intro.webp);}
		.parent-sectores.alias-packaging 	.r-slider:before{ background-image: url(/images/sectores/produccion-packaging/intro.webp); background-position: calc(50% + 570px) 0;}
		.parent-sectores.alias-comercial 	.r-slider:before{ background-image: url(/images/sectores/sector-comercial/intro.webp);}

		.parent-sectores.alias-congresos .r-slider .right h1 {font-size: 4.8rem; line-height: 1; margin-bottom: 25px; }
		.parent-sectores strong{color: var(--color-heading);}
		.parent-sectores .header-special{margin-bottom: 75px;}
		.parent-sectores .r-content {padding: 70px 0 ; }
		.parent-sectores .r-content .module-value-proposition{margin: 35px 0 0;}
		.parent-sectores .r-post-content{padding: 50px 0;}
		.parent-sectores .r-post-content h3{font-size: 2.5rem; margin-bottom: 6px;}
		.parent-sectores .r-post-content .text-cyan {font-size: 1.5rem; line-height: 1; margin-bottom: 30px; }
		.parent-sectores .r-post-content img{border-radius: 20px;}
	/*ALIAS-NOSOTROS*/
		.alias-nosotros .r-content h2{font-size: 2rem;}
	/*LANDING*/
		.parent-landing .r-slider .right h1 {font-size: 5rem; font-weight: 700; line-height: 0.8; margin-bottom: 35px; }
		.parent-landing .r-slider .slogan {font-size: 1.6rem; font-weight: 400; line-height: 1.2; color: var(--color-text-alt); margin-bottom: 70px; }
		.parent-landing .r-slider{padding: 140px 0 40px 0; position: relative; overflow: hidden; z-index: 0; min-height: 590px;}
		.parent-landing .r-slider:before {background-position: calc(50% + 520px) 0; background-repeat: no-repeat; background-size: contain; z-index: -1; display: block; content: ''; position: absolute; top: 0; left: 0; right: 0; height: 100%; background-color: var(--color-background-light); background-image: url(/images/sectores/franquicias/intro.webp);}
		.parent-landing.alias-congresos 	.r-slider:before{ background-image: url(/images/sectores/congresos-ferias-eventos/intro.webp); background-position: calc(50% + 570px) 0;}
		.parent-landing.alias-editoriales 	.r-slider:before{ background-image: url(/images/sectores/editoriales-autores-independientes/intro.webp); background-position: calc(50% + 570px) 0;}
		.parent-landing.alias-educacion		.r-slider:before{ background-image: url(/images/sectores/educacion-capacitacion/intro.webp);}
		.parent-landing.alias-franquicias 	.r-slider:before{ background-image: url(/images/sectores/franquicias/intro.webp);}
		.parent-landing.alias-marketing		.r-slider:before{ background-image: url(/images/sectores/marketing-corporativo/intro.webp);}
		.parent-landing.alias-packaging 	.r-slider:before{ background-image: url(/images/sectores/produccion-packaging/intro.webp); background-position: calc(50% + 570px) 0;}
		.parent-landing.alias-comercial 	.r-slider:before{ background-image: url(/images/sectores/sector-comercial/intro.webp);}
		.parent-landing.alias-corporativo	.r-slider:before{ background-image: url(/images/sectores/congresos-ferias-eventos/intro.webp);}

		.parent-landing.alias-congresos .r-slider .right h1 {font-size: 4.8rem; line-height: 1; margin-bottom: 25px; }
		.parent-landing strong{color: var(--color-heading);}
		.parent-landing .header-special{margin-bottom: 75px;}
		.parent-landing .r-content {padding: 70px 0 ; }
		.parent-landing .r-content .module-value-proposition{margin: 35px 0 0;}
		.parent-landing .r-post-content{padding: 50px 0;}
		.parent-landing .r-post-content h3{font-size: 2.5rem; margin-bottom: 6px;}
		.parent-landing .r-post-content .text-cyan {font-size: 1.5rem; line-height: 1; margin-bottom: 30px; }
		.parent-landing .r-post-content img{border-radius: 20px;}

/*MEDIA QUERIES*/
/*
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
 */
@media (max-width:1400px){}
@media (max-width:1200px){
	.menu-main .submenu-wrapper{position: relative;}
	.module-news .item-wrapper {margin-bottom: 2rem; }
	.mod-custom .item-wrapper {margin-bottom: 2rem; }
	.parent-sectores .r-slider .right h1 {font-size: 5rem; }
	.alias-soluciones .r-slider {background-position: calc(50% + 630px) 0; }
}
@media (max-width:1024px){
	.hero-animated-module .right {padding: 0 30px; }
	.hero-animated-module .right h1 {font-size: 3rem;}
	.hero-animated-module .right .slogan {font-size: 1.8rem;}
}
@media (max-width:992px){
	.text-xl-right{text-align: right;}
	.home .r-slider {padding: 0; background: none; overflow: hidden;}
	.home .r-slider .img-wrapper:before{content: ''; display: block; position: absolute; top: 0; bottom: 0; width: 100vh; left: calc(50% - 30vh); z-index: -1; background-color: var(--color-background-alt);}
	.home .r-post-slider {padding: 0; }
	.hero-animated-module .img-wrapper .img-produt {max-width: 100%; object-fit: contain; }
	.hero-animated-module .right {padding: 30px 50px; }
	.hero-animated-module .right h1 {font-size: 4rem; }
	.hero-animated-module .right .slogan {font-size: 1.6rem; color: var(--color-text-light); margin-bottom: 20px; }
	.blog.view-article .r-content {padding: 2rem 0 1rem 0; }
	.blog.view-article .r-content .lead {margin-top: 1rem; font-size: 1.3rem;}
	.slider-industrias-wrapper .btn-next, .slider-industrias-wrapper .btn-prev {top: 10%; }
	.slider-industrias-wrapper .swiper-slide:hover .media-content-2, .slider-industrias-wrapper .swiper-slide.active .media-content-2 {visibility: hidden; opacity: 0;}
	.slider-industrias-wrapper .swiper-slide:hover .media-content, .slider-industrias-wrapper .swiper-slide.active .media-content {visibility: visible; opacity: 1; }
	.well-impresion-on-demand-wrapper .center {text-align: right; }
	.parent-sectores .r-slider:before {background-position: calc(50% + 600px) 0;}
	.alias-soluciones .r-slider {background: none; padding: 0;}
	.alias-soluciones .r-slider .hero-module{ padding: 20px 0;}
	.parent-sectores .r-slider{padding: 0;}
	.parent-sectores .r-slider:before{display: none; }
	.parent-sectores .r-slider .hero-module{padding: 40px 0;}
	.slider-sectores-wrapper {padding: 0; }
	.slider-sectores-wrapper-mobile .slider-wrapper h3 {font-size: 2rem;}
}
@media (min-width: 768px) and (max-width: 991px) {}
@media (max-width:768px){
	.alias-soluciones .r-pre-footer h2 {line-height: 1; }
	.alias-soluciones .r-slider .right h1 {font-size: 2.5rem; line-height: 1; margin-bottom: 35px;}
	.alias-soluciones .r-slider .slogan {margin-bottom: 30px; }
	.alias-soluciones .r-slider:before {background-position: 50%; height: 270px; background-size: cover; }
	.blog.view-article .r-content .content .lead{margin-top: 15px;}
	.header-special {margin-left: 30px; }
	.header-special:before, .header-special:after {left: -30px; }
	.home .r-slider .img-wrapper:before {left: calc(50% - 80vh);}
	.hero-animated-module .img-wrapper {min-height: 250px; background: var(--color-background-alt);}
	.hero-animated-module .right .slogan {color: var(--color-text-alt);font-size: 1.6rem; }
	.hero-animated-module .right h1 {font-size: 2.5rem; margin-bottom: 20px;}
	.hero-animated-module .slogan-wrapper {min-height: 9rem; }
	.menu-main .submenu-wrapper {max-width: 100%; min-width: auto; }
	.module-blog-articles .item-wrapper {margin-bottom: 40px; }
	.module-cyan-cards .mini-card .h3, .module-cyan-cards .mini-card h3 {font-size: 2rem; margin-bottom: 0; }
	.module-cyan-cards .mini-card ul {margin: 0; columns: 2; column-gap: 30px; }
	.module-cyan-cards .mini-card {margin: 30px 0 0; height: auto; }
	.parent-sectores .header-special {margin-bottom: 35px; }
	.parent-sectores .r-content {padding: 40px 0; }
	.parent-sectores .r-slider .right h1 {font-size: 2.8rem!important; line-height: 1!important; margin-bottom: 35px!important; }
	.parent-sectores .r-slider .slogan {margin-bottom: 30px; }
	.parent-sectores .r-slider { background: none!important; position: relative;min-height: initial;} 
	.parent-sectores .r-slider:before {background-position: 50%; height: 270px; background-size: cover; }
	.slider-industrias-wrapper .banner-media .media-content-2 h2:after {display: none;}
	.slider-industrias-wrapper .btn-next {right: 0;}
	.slider-industrias-wrapper .btn-prev {left: 0; }
	.slider-sectores-wrapper .banner-media .media-content {display: none !important; }
	.slider-sectores-wrapper .banner-media .media-content-2 {display: none !important; }
	.swiper-button-prev, .swiper-button-next{display: none!important;}
	.swiper-module{margin-bottom: 30px;}
	.swiper-solutions .solution-card .right {flex: 1 1; }
	.swiper-solutions .solution-card {flex-direction: column-reverse; }
	.swiper-solutions .solution-card{min-height: 680px;}
	.swiper-solutions .swiper-wrapper { padding: 0; }
	.swiper-why-us-module {margin: 30px 0 70px; }
	.tab-soluciones-wrapper .nav-pills .nav-link {font-size: 1rem; padding: 7px; text-align: center; }
	.tab-soluciones-wrapper .nav.nav-pills {gap: 7px; }
	.tab-soluciones-wrapper .tab-content .tab-pane {padding: 10px; background: white; margin: 10px 0; border-radius: 10px; }
	.tab-soluciones-wrapper .tab-content .text-cyan {font-size: 1.6rem; line-height: 1.1; }
	.well-impresion-on-demand-wrapper .h1 {font-size: 2.5rem; line-height: 1; margin-bottom: 20px; }
	.well-marketing-impreso-wrapper .h1 {font-size: 2.8rem; }
	.well-marketing-impreso-wrapper .left {padding: 20px; }
	.well-marketing-impreso-wrapper .right img {margin: -20px 0; } 
	.well-marketing-impreso-wrapper {margin-bottom: 60px; }
	/*.alias-soluciones .r-slider{padding: 330px 0 20px 0; background-position: 0 0;}*/
	/*.swiper-solutions .swiper-pagination{top: 0!important;}*/
	/*.swiper-solutions {padding: 40px 0 0!important;}*/


}
@media (max-width:576px){
	.slogan {font-size: 1.5rem; margin-bottom: 10px; }
	.home h2, .home .h2 {font-size: 2.2rem; line-height: 1; }
	.slider-sectores-wrapper-mobile .slider-wrapper h3 {font-size: 1rem;}
}
