@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

* {
	font-family: 'Source Sans Pro', sans-serif;

}

html, body {
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	position: relative;
}

body {
	overflow-x: hidden;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 50px;
	height: 50px;
}

.cursorPointer {
	cursor: pointer;
}

.container.site-navbar.site-navbar-target img {
	height: 3.75rem;
	cursor: pointer;
}

.navDefinitions {
	color: #6eac2b;
	background-color: #fff;
	border-bottom: 1px solid #6eac2b;
}

.smallTop {
	padding-top: 20%;
}

.smallerTop {
	margin-top: 4%;
}

.smallTopWithSlideshow {
	padding-top: 5.9rem;
}

.contactFirstImage {
	top: 0;
	height: 37.5rem;
	object-fit: cover;
}

.imageShadowBottom {
	box-shadow: 0 2px 20px 4px grey;
}

.imageOverlayFixed {
	background-color: grey;
	width: 100%;
	height: 100%;
	opacity: 0.20;
	-moz-opacity: 20%;
	-webkit-opacity: 20%;
}

.imageBackgroundImage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.imageBackgroundContainerFade {
	width: 100%;
	height: 100%;
	background-color: #1b2125c2;
}

.fontSizeExtraLarge {
	font-size: 5rem;
}

.roundedSmall {
	border-radius: 1.25rem;
}

.arrowElement {
	height: 40px;
	position: relative;
	width: 200px;
	text-align: center;
	line-height: 40px;
}

.arrowElement:after {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	left: 100%;
	top: 0;
	border: 20px solid transparent;
}

.arrowElementColors {
	background: #6eac2b;
	color: #fff;
}

.arrowElementColors:after {
	border-left: 20px solid #6eac2b;
}

.arrowElementColorsSecond {
	background: #95c11f;
	color: #fff;
}

.arrowElementColorsSecond:after {
	border-left: 20px solid #95c11f;
}

.minHeightSmaller {
	min-height: 70px;
}

.navbarCss {
	min-height: 70px;
}

.navbarCss a {
	color: #6eac2b;
	transition: all 1s;
}

.navbarCss a:hover {
	color: #bdbdbd;
}

.navbarCss .active {
	color: #bdbdbd;
}

.footer {
	background: #6eac2b;
	color: #fff;
	font-size: 1.1rem;
}

.footer_bottom_section {
	font-size: 1.0rem;
}

.footer a {
	color: #fff;
	transition: all 1s;
	text-decoration: underline;
}

.footer a:hover {
	transition: all 1s;
	color: #bdbdbd;
}

.languageMenu .dropdown-menu {
	background-color: #fff;
}

.languageMenu .dropdown-menu .dropdown-item:hover {
	background-color: #ccddc4;
}

.iconSocialMedia {
	color: #bdbdbd;
	font-size: 20px;
	transition: all 1s;
	font-size: 2rem;
}

.iconSocialMedia a:hover {
	color: #95c11f;
}

.iconSocialMedia:hover {
	color: #95c11f;
}

#slideShow, #slideShow img {
	height: 100%;
	max-height: 750px;
	text-align: center;
	margin-top: 2rem;
}

.homeCarouselBanner img {
	height: 100%;
	max-height: 450px;
}

#Navigation {
	margin-left:10% !important;
	margin-right:10% !important;
}

.bg-White {
	background-color:white;
	color:black;
}

.bg-Black {
	background-color:black;
	color:white;
}

.homeActivitiesImages {
	max-height: 350px;
	max-width: 350px;
}

.modalMessageRedError { background-color: darkred; color: white; }
.modalMessageWarningError { background-color: #eaab33; color: white; }
.modalMessageGreenSuccess { background-color: green; color: white; }
.modalMessageBlue { background-color: darkblue; color: white; }
.modalMessageOrange { background-color: #ec922b; color: white; }
.colorSuccess {color: #5cb85c;}

.btnBig {
	padding: 10px 30px;
}

.msgIcon {
	position: absolute;
	top: -34px;
	left: 15px;
}
.msgText {
	position: relative;
	margin-left: 145px;
}

.containerModalPopOver {
	position: absolute !important;
}

.posAbsolute {
	background-color: #FFFFFF;
	position: relative;
	z-index:6000;
	font-size: 50px;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	border-radius: 7px;
	width:346px;
}
.noOverflow {
	overflow: hidden;
}

.noPadding {
	padding: 0;
}

.btn-delete-title {font-size:12px; color: black;}
.noFocus {
	outline: none;
}

.container-hide {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 1;
	-webkit-transition: opacity 100s ease-in;
	-moz-transition: opacity 100s ease-in;
	transition: opacity 100s ease-in;
	z-index: 1040;
}

.fadeIn {opacity: 0.6; -moz-opacity: 0.6;}

.borderBottom {
	--border-bottom: 1px solid #6eac2b;
}

.extraLargeFont {font-size:120px !important;}

.maxWidth_imageShow {
	max-width: 37.5rem;
}

.sectionsMargins {
	margin-top: 3.125rem;
	margin-bottom: 3.125rem;
}

.rotateText {
	transform: rotate(90deg);
}

.site-navbar {
	margin-top: 2vh;
	z-index: 1999;
	top: 0;
	width: 100%;
	background: white;
	vertical-align: baseline;
}

.btnNavbar {
	height: 96%;
	border: 1px solid #6eac2b;
}

.btnSpaceBetween {
	margin-right: 15%;
}

.contentTop {
	top: 0;
	width: 100%
}

.whiteFont {
	color: #ffffff;
}

.greyFont {
	color: #000;
}

.greyFont:hover {
	color: #aaa;
}

.imgLogo {
	width: 18.75rem;
}

.colorCombinationClient, .popover-body {
	background-color: #6eac2b;
	color: #fff;
}

.colorCombinationClientSecond {
	background-color: #95c11f;
	color: #fff;
}

.colorCombinationClientSecondReverse {
	background-color: #fff;
	color: #95c11f;
}

.heightMedium {
	height: 12.5rem !important;
}

.minHeightMedium {
	min-height: 22rem;
}

.minHeightBig {
	min-height: 30rem;
}

.shadowEffects {
	padding: 15px;
	box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px;
	transition: all .3s ease-in-out;
}

.shadowEffects:hover {
	box-shadow: rgba(0, 0, 0, 0.22) 0px 24px 37px !important;
	transform: translate3d(0px, -1px, 0px);
}

.shadowEffectsHome {
	box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 30px !important;
}

.borderClientColor {
	border-color: #6eac2b;
	border: 1px solid #6eac2b;
}

.colorCombinationClientError {
	background-color: #c91f1f;
	color: #fff;
}

.colorClient {
	color: #6eac2b;
}

a.colorClient:hover {
	color: #95c11f;
}

.colorClientSecond {
	color: #95c11f;
}

.objectFitCover {
	object-fit: cover;
	object-position: center;
}

.dropdown-menu {
	width: 100%;
}

.fontSize {
	font-size: 1.2rem;
}

.faqSmallImage {
	width: 2.5rem;
	height: 2.5rem;
}

.btn:focus{
	box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}

.maxWidthImageRightSide {
	max-width: 150px;
}

form.was-validated .form-control:valid {
  border-color: #ced4da;
  padding: 0.375rem 0.75rem;
  background: #fff;
}
form.was-validated .form-control:valid:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
form.was-validated .form-control:invalid {
  background-position: center right calc(.375em + 0.7875rem);
}

.mousePointer {
  cursor: pointer;
}

table {
  display: table !important;
}

.backgroundColorOptionalProduct {
	background-color: #ececec;
}

.backgroundColorDescriptionProjectsDecorations {
	background-color: #ffffff !important;
}

.btnSmall {
	width: 4.0625rem;
	font-size: 0.625rem;
}

.borderAttention {
	border: #f14f4f;
	border-style: double;
}

.warningColor {
	color: #ffbb00d5
}

.warningPosition {
	position: absolute;
	margin-left: 0px;
	margin-top: -0.625rem;
}

.pointerEventsNone {
	pointer-events: none;
	color: #7f8c8d;
}

.carouselDots {
	width: 0.625rem !important;
	height: 0.625rem !important;
	border-radius: 100% !important;
}

.carouselImgsScreen {
	max-height: 18.75rem;
	width:auto;
}

.carousel-inner {
	height: calc(100vh - 196px);
	margin: auto;
}

.imageActivitieSlideshow {
	max-height: 31.25rem;
}
.slideShowTopOfHeader {
	width: 100%;
	left: 0;
}

.headerRelative {
	position: relative;
	z-index: 2500;
}

.languageMenuDefinition a {
	color: #ffffff;
	text-align: right !important;
}

.languageMenuDefinition .dropdown-menu, .languageMenuDefinition .dropdown-item:hover{
	background-color: transparent;
	border: 0;
}

.buttonsSteps {
	background: #6eac2b;
	color: #fff;
	border: 4px solid #6eac2b;
	border-radius: 0.9375rem;
	display: inline-block;
	padding: 2.1875rem 0.9375rem;
	min-width: 12.5rem;
	margin-top: 0.9375rem;
	width: 25rem;
	max-width: 100%;
	cursor: pointer;
	margin: 0.625rem 0;
}

.buttonsHomeSteps {
	background: #6eac2b;
	color: #fff;
	border: 4px solid #6eac2b;
	border-radius: 0.9375rem;
	display: inline-block;
	padding: 2.1875rem 0.9375rem;
	min-width: 12.5rem;
	margin-top: 0.9375rem;
	width: 95%;
	max-width: 100%;
	cursor: pointer;
	margin: 0.625rem 0;
}

.companyColor {
	color: #6eac2b !important;
}

.cardHeaderQuestions.collapsed .card-collapsable-arrow {
	transform: rotate(-180deg);
}

.arrowsImageSlidShowThreeCards {
	font-size: 1.25rem;
	color: #bfbfbf;
}

.removeBootstrapMargin {
	margin-right: -15px !important;
	margin-left: -15px !important;
	--width: 70%;
	--margin: 0 auto;
}

.resetMarginBootstrap {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.backgroundSymbolDarkBlue {
	--background: url(../img/back007.png);
	background-color:black;
}

.imgMaxWidthServicesDescriptions {
	max-width: 50rem;
}

.tabsServices {
	min-height: 3.75rem;
	background-color: #313e48;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
}

.tabsServicesLast {
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	transform: skew(20deg);
	background-color: #313e48;
	margin-left: -10px;
}
.tabsServices .tabInside {
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	transform: skew(20deg);
}

.tabsServicesLast .tabInside {
	-webkit-transform: skew(0deg);
	-moz-transform: skew(0deg);
	-o-transform: skew(0deg);
	transform: skew(0deg);
}
#servicesSlideshow .carousel-caption {
	margin-bottom: 4.375rem;
}

.languageMenu, .languageMenu .nav-link, .languageMenu .dropdown-menu .dropdown-item {
	height: 2.1875rem;
}

.listing-item {
	position: relative;
	overflow: hidden;
}

.listing-item .listing-item-content {
	position: absolute;
	bottom: 20px;
	padding: 15px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.listing-item .listing-item-content .category {
	font-size: 12px;
	display: inline-block;
	padding: 5px 30px;
	border-radius: 30px;
	letter-spacing: .2em;
	text-transform: uppercase;
	cursor:pointer;
}
.cardText{
	color: #fff;
	text-shadow: grey 1px 1px;
}

.cardTextBackground{
	background-color: rgba(0, 0, 0, 0.4);
}

.paddingSection{
	padding-top: 1.5625rem;
	padding-bottom: 1.5625rem;
}

.list-item {
	margin-bottom: 1.5em;
	background: #888;
	padding: 0.9375rem;
}

.listing-item {
	position: relative;
	overflow: hidden;
}

.listing-item:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.31) 47%, rgba(0, 0, 0, 0.65) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(47%, rgba(255, 255, 255, 0.31)), color-stop(100%, rgba(0, 0, 0, 0.65)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.31) 47%, rgba(0, 0, 0, 0.65) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.31) 47%, rgba(0, 0, 0, 0.65) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.31) 47%, rgba(0, 0, 0, 0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(47%, rgba(255, 255, 255, 0.31)), to(rgba(0, 0, 0, 0.65)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.31) 47%, rgba(0, 0, 0, 0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.listing-item img {
	-o-object-fit: fill;
	object-fit: fill;
	height: 100%;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.listing-item:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.listing-item .listing-item-content .category {
	font-size: 12px;
	display: inline-block;
	padding: 5px 30px;
	border-radius: 30px;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.listing-image {
	max-height: 21.875rem;
	position: relative;
	overflow: hidden;
	left: 0;
	top:0;
}

.gallery {
	min-height: 25rem;
	background-attachment: fixed;
	background-position: 50% - 300px;
	background-repeat: no-repeat;
	background-size: cover;
}

.galleryImages {
	max-height: 16.5625rem;
	max-width: 31.25rem;
}

#gallery {
	z-index: 1000;
	color:white;
	min-height: 300px;
	background: rgba(0, 0, 0, 0.3);
}

.aboutusParallax {
	min-height: 18.75rem;
	background-attachment: fixed;
	background-position:50% - 300px;
	background-repeat: no-repeat;
	background-size: cover;
}

#aboutusParallax{
	z-index: 1000;
	color:white;
	min-height: 18.75rem;
	background: rgba(0, 0, 0, 0.3);
}

.fontBlack {
	color:black !important;
	text-shadow: 0 1px #266db9
}

.actividadeParallax {
	min-height: 18.75rem;
	background-attachment: fixed;
	background-position:50% - 300px;
	background-repeat: no-repeat;
	background-size: cover;
}

#actividadeParallax {
	z-index: 1000;
	color:white;
	min-height: 18.75rem;
	background: rgba(0, 0, 0, 0.3);
}

.carousel-inner {
	height:auto;
}

.testemony {
	transform: translate3d(-20px, 0px, 0px);
	transition: all 0s ease 0s;
	width: 5580px;
}

.testimonial {
	overflow: hidden;
}

.testimonial div {
	background-color: #266db9;
	color:#fff;
	text-shadow: 0px 1px 1px darkgrey;
	bottom: -20px;
	right: -20px;
	margin: 20px;
}

.testemonyDesc {
	height: auto;
	overflow-y:auto;
}

.testemonyName {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-size: 20px;
	color:white;
}

.testimonial:after {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity:0.3;
	background-color:#266db9;
	bottom: -20px;
	right: -20px;
	color: #fff;
}

/* display 3 */
.heading {
	z-index: 1;
}

.heading .backdrop.text-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.backdrop {
	line-height: 1;
	top: 12%;
	position: absolute;
	text-transform: uppercase;
	z-index: 0;
	font-weight: 900 !important;
	font-size: 5rem;
	opacity:0.05;
	color: #4c265b;
}

#homeTestemony .carousel-control-next, #homeTestemony .carousel-control-prev {
	width: 4%;
}

.slideshowFontSize {
	font-size: 75px;
}

.site-navbar .site-navigation .site-menu {
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}

.navbar-nav li {
	display: inline-block;
}

.appHeaderTitle {
	font-size: 1.5rem;
}

.fileInputPreview {
	height: 45px;
	width: 80%;
	display: inline-block;
	margin: 0;
	padding-right: 0;
	vertical-align: top;
	line-height: 30px;
	font-size: 12px;
}

.fileInputContainer {
	width: 23.7%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	right: 15px;
}

.fileInputLabel {
	min-width: 0;
	background: #6eac2b;
	border: 1px solid #6eac2b;
	padding: 11px 0;
	margin-top: 0;
	font-size: 14px;
	width: 100%;
}

.fileInput {
	width: 0.1px !important;
    height: 0.1px !important;
    opacity: 0;
    display: inline-block;
    background: #6eac2b;
    border: none;
    font-size: 11px;
    padding: 0 10px;
    color: black;
}

.btnGreenClient {
	color: #fff;
	background-color: #6eac2b;
	border-color: #6eac2b;
}

.btnGreenClient:hover {
	color: #fff;
	background-color: #95c11f;
	border-color: #6eac2b;
}

.textMedium {
	font-size: 1.2rem;
}

.infarmedLogo {
	width: 6.375rem;
}

.logo2020 {
	width: 16.5625rem;
}

.svgSmartCar {
	width: 6.25rem;
}

.svgSmartCarOrderPage {
	width: 7.5rem;
}

.minHeightOrderButtons {
	min-height: 5.4375rem;
}

.iconsHeaderContacts {
	font-size: 1.4rem;
}

.iconsHeaderContacts:hover {
	color: #95c11f;
}

.textHeaderContacts {
	color: #8e8e8e;
}

.textHeaderTitles {
	color: #8e8e8e !important;
}

.contactsInfoWidth {
	width: 2rem;
}

@media(min-width:767px) {
	.site-navbar {
		margin-bottom: 0px;
		height: 6.25rem;
	}

	.container.site-navbar.site-navbar-target img {
		height: 80px;
	}

	.footer a {
		text-decoration: none;
	}

	.smallTop {
		padding-top: 6%;
	}
}

@media(max-width: 768px) {
	.maxWidth_imageShow {
		max-width: 18.75rem;
	}

	/*#slideShow, #slideShow img, #slideShow .carousel-inner {
		height: 50vh;
	}*/

	.homeActivitiesImages {
		max-height: unset;
		max-width: 100%;
		height: auto !important;
	}

	.slideshowFontSize {
		font-size: 40px;
	}
}

@media(min-width:980px) {
	.navLinkCollapse {
		display: none;
	}
	.navLink {
		display: inline-block;
	}
}

@media(max-width:980px) {
	.fileInputPreview {
		width: 60%;
	}

	.fileInputContainer {
		width: 42%;
	}

	.navLinkCollapse {
		display: block;
	}
	.navLink{
		display: none;
	}
}

@media (min-width: 1200px) {
	.appHeaderTitle {
		font-size: 2rem;
	}

	.iconsHeaderContacts {
		font-size: 0.9rem;
	}
}

@media (max-width: 1250px) {
	.maxWidth_imageShow {
		max-width: 18.75rem;
	}
}

@media(max-width:1280px) {
	/*#slideShow, #slideShow img, #slideShow .carousel-inner {
		height: 80vh;
	}*/
}

@media(max-width:1040px) {
	/*#slideShow, #slideShow img, #slideShow .carousel-inner {
		height: 60vh;
	}*/
}

@media (min-width: 1200px) {
	#slideShow, #slideShow img {
		margin-top: 0rem;
	}
}
