/* @override
	https://local.rstgroup-logistica.com/cont/css/styles_public_rstGroup.css
	https://rstgroup-logistica.com/cont/css/styles_public_rstGroup.css
	
*/

/* @group Resets and Defaults, Global Classes */

html {
	font-size: 1rem;
} 

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

body {
	margin: 0rem;
	padding: 0rem;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
}

#wrapper #mainContentArea {
	background-color: #FFF;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-transform: inherit;
	line-height: inherit;
}

a, a:active, a:hover {
	text-decoration: none;
	color: inherit;
	outline: none; 
}
 
ul, ol, li { 
	list-style-type: none; 
}

.imgContainer {
	overflow: hidden;
}

.imgContainer > img, 
.imgContainer > a > img  {
	width: 100%;
}

.contentViewport {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.flexContainer, 
.innerFlexContainer > * {
	display: flex;
	justify-content: space-between;
}

.col {
	overflow: hidden;
}

.stack {
	width: 100%;
	clear: both;
}

/* @end */

/* @group global modifier classes */

.flush, 
.box.innerFlush .listing > * {
	padding: 0rem 0rem 0rem 0rem;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.capitalize {
	text-transform: capitalize;
}

.hideSubTitle .subTitle, 
.hideFooter footer, 
.hideHeader header, 
.hide {
	display: none;
}

.noMargin {
	margin: 0rem !important;
}

.marginTop-XS {
	margin-top: 1rem;
}

.marginBottom-XS {
	margin-bottom: 1rem;
}

.marginTop-S {
	margin-top: 2rem;
}

.marginBottom-S {
	margin-bottom: 2rem;
}

.marginTop-M {
	margin-top: 4rem;
}

.marginBottom-M {
	margin-bottom: 4rem; 
}

.marginTop-L {
	margin-top: 6rem;
}

.marginBottom-L {
	margin-bottom: 6rem;
}

.paddingTop-S {
	padding-top: 2rem;
}

.paddingBottom-S {
	padding-bottom: 2rem;
}

.paddingTop-M {
	padding-top: 4rem;
}

.paddingBottom-M {
	padding-bottom: 4rem;
}

.paddingTop-L {
	padding-top: 6rem;
}

.paddingBottom-L {
	padding-bottom: 6rem;
}

.bgStyle1 {
	background-color: #3F3A60;
}

.bgStyle2 {
	background-image: url('/cont/img/background_arrows.svg');
	background-repeat: no-repeat;
	background-size: 100%;
}

.bgStyle3 {
	background-image: url('/cont/img/background_arrows2.svg');
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: right;
}

.bgStyle4 {
	background-color: #3F3A60;
	background-image: url('/cont/img/background_squares1.svg');
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: right;
}
 
.headerStyle1 {
	padding: 1rem 0rem 1rem 0rem;
	display: flex;
	justify-content: center;
	
}

.headerStyle1 h2 {
	margin: 0rem 1rem 0rem 0rem;
	font-size: 1rem;
	
}

.headerStyle1 img {
	width: 1.4rem;
	
}

.headerStyle2 h2 {
	margin: 0rem 0rem 2rem 0rem;
	color: #1D1D1B;
	font-size: 1.2rem;
	font-weight: 200;
	text-align: center;
}

.headerStyle3 {
	padding: 4rem 0% 0rem 5.7%;
}

.headerStyle3 .txt {
	flex-basis: 55%;
}

.headerStyle3 .imgContainer {
	flex-basis: 40%;
}

.headerStyle3 h1 {
	margin: 0rem 0rem 1rem 0rem;
	color: #FFF;
	font-size: 2.5rem;
	font-weight: 200;
}

.headerStyle3 h2 {
	margin: 0rem;
	color: #FFF;
	font-size: 1.1rem;
	font-weight: 200;
	line-height: 1.5;
}

/* @end */

/* @group Template Layouts */

/* flexLayout1 [description] */

.flexLayout1 > .col1, 
.innerFlexLayout1 .listing > * {
	
}

.flexLayout1 > .col2, 
.innerFlexLayout1 .listing > * {
	
}

/* flexLayout2 [description] */

.flexLayout2 > .col1 {
	
}

.flexLayout2 > .col2 {
	
}

.flexLayout2 > .col3 {
	
}

/* subFlexLayout1 two column layout to use inside of column 1 of flexLayout1 */

.subFlexLayout1 {
	
}

.subFlexLayout1 .col1 {
	
}

.subFlexLayout1 .col2 {
	
}

/* subFlexLayout2 two column layout to use inside of column 1 of flexLayout1 */

.subFlexLayout2 {
	
}

.subFlexLayout2 .col1 {
	
}

.subFlexLayout2 .col2 {
	
}



/* @end */

/* @group Atoms */

/* Small mostly single tag elements available for use across the whole site */

/* @group Buttons */

.btnStyle1 {
	
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.2rem 2rem 0.2rem 1rem;
    display: inline-block;
    background-color: #D5DB45;
    font-size: 0.8rem;
    font-weight: 500;
    color: #1D1D1B;
    text-transform: uppercase;
	border: 0px;
    border-radius: 1rem;
	background-image: url('/cont/img/icn_arrowBlack.svg');
	background-size: 1.5rem;
	background-repeat: no-repeat;
	background-position: right;
}

/* @end */

/* @end */

/* @group Molecules */

/* Intermediate multi tag elements with one same function or purpose, available across all the website */

/* @group socialSharing */

.socialSharing {
	display: flex !important;
	flex-direction: row;
	justify-content: flex-start;
}

.socialSharing.dark, 
.socialSharing.light {
	height: 2.8rem;
	text-align: right;
}

.socialSharing header {
	margin: 0rem 0.5rem 0rem 0rem;
}

.socialSharing article {
}

.socialSharing header h1 {
	display: inline !important;
	font-weight: 300;
	font-size: 0.9rem;
	text-transform: uppercase;
}

.socialSharing a.icn {
	width: 1.5rem;
	height: 1.5rem;
	margin: 0rem 0rem 0.3rem 0.1rem;
	padding-top: 0.3rem;
	border-radius: 1rem;
	display: inline-block;
	font-size: 0rem;
	color: #FFF;
	text-align: center;
}

.socialSharing.dark a.icn {
	color: #373737;
}

.socialSharing a.icn i {
	font-size: 0.9rem;
}

.socialSharing a.icn.facebook, 
.socialSharing.dark a.icn.facebook:hover {
	padding-top: 0.4rem;
	background-color: #4b69a6;
}

.socialSharing.dark a.icn.facebook {
	background-color: #6c6c6c;
}

.fa-facebook-square {
	color: #4b69a6;
}

.socialSharing a.icn.twitter, 
.socialSharing.dark a.icn.twitter:hover {
	background-color: #5fb4f0;
}

.socialSharing.dark a.icn.twitter {
	background-color: #6c6c6c;
}

.fa-twitter-square {
	color: #5fb4f0;
}

.socialSharing a.icn.linkedIn, 
.socialSharing.dark a.icn.linkedIn:hover {
	background-color: #1d90c3;
}

.socialSharing.dark a.icn.linkedIn {
	background-color: #6c6c6c;
}

.fa-linkedin-square {
	color: #1d90c3;
}

.fa-google-plus-square {
	color: #e1584b;
}

.socialSharing a.icn.google, 
.socialSharing.dark a.icn.google:hover {
	background-color: #e15540;
}

.socialSharing.dark a.icn.google {
	background-color: #6c6c6c;
}

.socialSharing a.icn.pinterest, 
.socialSharing.dark a.icn.pinterest:hover {
	background-color: #d1242b;
}

.socialSharing.dark a.icn.pinterest {
	background-color: #6c6c6c;
}

.socialSharing a.icn.reddit, 
.socialSharing.dark a.icn.reddit:hover {
	background-color: #ff4500;
}

.socialSharing.dark a.icn.reddit {
	background-color: #ff4500;
}

.fa-reddit-alien {
	color: #FFF;
}
/* @end */

/* @group navBox1 */



/* @end */

/* @end */

/* @group Organisms */

/* Standard layout elements (boxes, article styles, etc…) available across sections */


/* @group Header */

#wrapper > header {
	
}

#wrapper > header .col1 {
	flex-basis: 20%;
	padding: 1rem 0rem 0rem 4%;
	align-content: center;
}

#wrapper > header .col1 img {
	height: 3rem;
}

#wrapper > header .col2 {
	flex-basis: 65%;
	text-align: right;
}

#wrapper > header .col3 {
	flex-basis: 15%;
	padding: 0rem 1rem 0rem 4.2rem;
	height: 4.4rem;
	background-color: #D5DB45;
	align-content: center;
	font-size: 1rem;
	position: relative;
}

#wrapper > header .col3 img {
	/* WhatsApp Icon */
	width: 1.5rem;
	position: absolute;
	top: 1.4rem;
	left: 2.2rem;
}

/* @end */

/* @group Footer */

#wrapper > footer {
	padding: 2rem 5% 2rem 5%;
}

#wrapper > footer .col1 {
	flex-basis: 10%;
}

#wrapper > footer .col1 img {
	width: 100%;
}

#wrapper > footer .col2 {
	flex-basis: 70%;
	margin: 0rem;
	padding: 0.2rem 0rem 0rem 1rem;
	border-left: 3px solid #D5DB45;
	color: #FFF;
	font-weight: 200;
}

#wrapper > footer .col2 p {
	margin: 0rem;
	color: #FFF;
	font-weight: 200;
}

#wrapper > footer .col3 {
	flex-basis: 18%;
}

#wrapper > footer .col3 img {
	position: fixed;
	right: 6.5rem;
	bottom: 2rem;
	width: 2rem;
}

/* @end */

/* @group Main menu */

nav.main > ul {
	height: 4.4rem;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 1rem 0rem 0rem;
	display: flex;
	justify-content: flex-end;
}

nav.main > ul > li {
	
}

nav.main > ul > li > a {
	height: 4.4rem;
	display: inline-block;
	margin: 0rem -1px 0rem 0rem;
	padding: 1.6rem 1.5rem 1rem 1.5rem;
	font-size: 1rem;
	font-weight: 500;
	color: #FFF;
}

nav.main > ul > li:hover > ul {
	
}

/* sub menu */

nav.main > ul > li > ul {
	
}

nav.main > ul > li > ul > li {
	
}

nav.main > ul > li > ul > li > a {
	
}

/* @end */


/* @group Box Styles */

/* boxStyle1 [description] */

.boxStyle1 {
	
}

/* boxStyle2 [description] */

.boxStyle2 {
	
}


/* @end */

/* @group Article Styles */

.articleStyle1 {
	min-height: 30rem;
	margin: 0rem auto 0rem auto;
	padding: 5rem 0rem 5rem 0rem;
}

.articleStyle1 > div {
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.articleStyle1 div > .imgContainer {
	flex-basis: 40%;
}

.articleStyle1 div > .imgContainer img {
	width: 80%;
}

.articleStyle1 div > .txt {
	flex-basis: 60%;
	padding: 3rem 5% 3rem 2%;
}

.articleStyle1 div > .txt h1, 
.articleStyle1 div > .txt h2, 
.articleStyle1 div > .txt h3, 
.articleStyle1 > h1, 
.articleStyle1 > h2, 
.articleStyle1 > h3 {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0.5rem 0rem;
	font-size: 1.6rem;
	font-weight: 200;
	color: #3C3C3B;
	border-bottom: 1px solid #758592;
}

.articleStyle1 > h1, 
.articleStyle1 > h2, 
.articleStyle1 > h3 {
	max-width: 60%;
	margin-left: 9%;
}

.articleStyle1 div > .txt p, 
.articleStyle1 p {
	padding: 0rem 0rem 0.5rem 0rem;
	font-size: 1rem;
	font-weight: 200;
	color: #000;
}
 
.articleStyle1 > p {
	margin-left: 9%;
}

/* @end */

/* @end */

/* @group Section specific styles & overrides */

/* Styles that apply only to specific sections, section specific modifiers of globally available classes */

/* @group Home */

#home .homeSplashArea {
	padding: 3rem 10% 10rem 10%;
	text-align: center;
	color: #FFF;
}

#home .homeSplashArea h1 {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 2.5rem;
	font-weight: 200;
}

#home .homeSplashArea h2 {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1rem;
	font-weight: 100;
	line-height: 1.6;
}

#home .slideshow {
	margin-top: -21.3rem;
	padding: 0rem 5.6% 0rem 5.6%;
}

#home .slideshow header, 
#home .slideshow .nivo-controlNav, 
#home .slideshow footer {
	display: none;
}

#home .slideshow article {
	border-radius: 2rem;
	overflow: hidden;
}

#home .slideshow article .nivo-directionNav a {
	width: 4rem;
	height: 4rem;
	font-size: 0rem;
	background-image: url('/cont/img/navigationalArrow-left.svg');
}

#home .slideshow article .nivo-directionNav a.nivo-prevNav {
	left: 1rem;
	background-image: url('/cont/img/navigationalArrow-left.svg');
}

#home .slideshow article .nivo-directionNav a.nivo-nextNav {
	right: 1rem;
	background-image: url('/cont/img/navigationalArrow-right.svg');
}

#home .slideshow article img {
	width: 100%;
}

#home .homeServices {
	padding: 0rem;
}

#home .homeServices .box {
	width: 100%;
	padding: 1rem 9% 1rem 9%;
	display: flex;
	justify-content: space-between;
	
}

#home .homeServices .box article {
	flex-basis: 32%;
	margin: 0rem;
	padding: 0rem;
	background-color: red;
	text-align: center;
	border-radius: 1rem;
	overflow: hidden;
	background-color: #FFF;
	box-shadow: 0 0 5px #aaaaaa;
}

#home .homeServices .box article .imgContainer {
	padding: 3rem 0rem 3rem 0rem;
	background-color: #3F3A60;
}

#home .homeServices .box article:hover .imgContainer {
	
}

#home .homeServices .box article .imgContainer img {
	max-width: 70%;
	max-height: 6rem;
}

#home .homeServices .box article:hover img {
  -moz-animation: spinHorizontal 1s infinite linear;
    -o-animation: spinHorizontal 1s infinite linear;    
    -webkit-animation: spinHorizontal 1s infinite linear;
    animation: spinHorizontal 1s infinite linear;
}

#home .homeServices .box article:hover svg {
  fill: #000;
}

.imageRotateHorizontal{
    -moz-animation: spinHorizontal 1s infinite linear;
    -o-animation: spinHorizontal 1s infinite linear;    
    -webkit-animation: spinHorizontal 1s infinite linear;
    animation: spinHorizontal 1s infinite linear;
}

@-moz-keyframes spinHorizontal {
    0% {
        -moz-transform: rotateY(0deg);
    }

    100% {
        -moz-transform: rotateY(360deg);
    }
}

@keyframes spinHorizontal {
	0% { 
        transform: rotateY(0deg); 
	}
    100% {
        transform: rotateY(360deg);
    }
}

#home .stack.homeServices .box article:hover img path,
#home .stack.homeServices .box article:hover svg path {
  fill: #000;
}
.service-block-two .inner-box:hover .icon::after {
  
}

#home .stack.homeServices .box article .txt {
	padding: 2rem 1rem 1rem 2rem;
	text-align: left;
}

#home .stack.homeServices .box article .txt p {
	margin: 0rem 0rem 1.5rem 0rem;
	padding: 0rem;
	font-weight: 200;
}

#home .contactForm form {
	padding: 0rem 12% 0rem 12%;
}

#home .contactForm form p {
	margin: 0rem 0rem 2rem 0rem;
	color: #1D1D1B;
	font-size: 1.2rem;
	font-weight: 200;
	text-align: center;
}

#home .contactForm form label {
	display: none;
}

#home .contactForm form input[type="text"],
#home .contactForm form input[type="email"],  
#home .contactForm form textarea {
	width: 100%;
	margin: 0rem 0rem 1rem 0rem;
	background-color: #F0F1F6;
	border: 0rem;
	padding: 0.8rem 0.8rem 0.8rem 0.8rem;
	border-radius: 0.4rem;
	font-size: 1rem;
}

#home .contactForm form .twoCol input {
	flex-basis: 49%;
}

#home .contactForm #confMessage p {
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.6;
	color: #494949;
}

#home .locationMap {
	padding-left: 8.7%;
	padding-right: 8.7%;
}

/* @end */

/* @group Gen */

#gen {
	
}

/* @end */

/* @group Product Brands */

.box.productBrands {
	height: 6rem;
	padding: 2rem 10% 1rem 10%;
	overflow: hidden;
	position: relative;
}

.box.productBrands header {
	text-align: center;
	display: none;
}

.box.productBrands .caroufredsel_wrapper {
	margin: 0rem 1rem 0rem 4rem;
	padding: 0rem 3rem 0rem 3rem;
	overflow: hidden;
}

.box.productBrands .carrouselContainer {
	position: relative;
}

.box.productBrands .pagination a {
	display: none;
}

.box.productBrands .carrouselItem {
	wid th: 5rem;
	height: 9.6rem;
	padding: 0rem 1rem 0rem 1rem;
	overflow: hidden;
	float: left;
	text-align: center;
}

.box.productBrands .carrouselItem img {
	max-width: 7rem;
	height: 4rem;
}

.box.productBrands .carrouselItem header {
	display: none;
}

.box.productBrands .btn.prev, 
.box.productBrands .btn.next {
	display: block !important;
	width: 2rem;
	height: 3rem;
	position: absolute;
	top: 8rem;
	z-index: 22222222;
	background-image: url('/cont/img/arrowLeft_grey.svg');
	background-repeat: no-repeat;
	font-size: 0rem;
}

.box.productBrands .btn.prev {
	left: 0rem;
	background-image: url('/cont/img/arrowLeft_grey.svg');
}

.box.productBrands .btn i {
	display: none;
}

.box.productBrands .btn.next {
	right: 0rem;
	background-image: url('/cont/img/arrowRight_grey.svg');
}

/* @end */

/* @end */
