/* latin-ext */
a:hover {
	cursor: default
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


* html {
	clear: none;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

a {
	cursor: pointer
}

* {
	max-width: 100%;
	box-sizing: border-box;
	font-family: "Segoe UI", "Segoe WP", Segoe, device-segoe, Tahoma, Helvetica, Arial, sans-serif !important;
}

html {
	width: 100%;
}

body {
	background-color: #ffffff;
	margin: 0px;
	width: 100%;

	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-weight: 400;
	font-size: 10pt;
	color: #444;
	/* overflow: hidden;    
 background-size: cover;*/
	background-color: #fff;

}

@media(max-width:340px) {
	main {
		padding: 0 20px 10px 20px !important;
	}
}


/* navigation menu*/

#fixedlayer {
	width: 100%;
	top: 0px;
	background-image: url(degradado.jpg);
	background-repeat: repeat-x;
	z-index: 1;
	position: fixed;
}

.menuNav {
	display: flex;
	align-items: center;
	height: 50px;
	background-color: white;
	padding-left: 20px;
}

.menuNav a {
	cursor: pointer;
}

.menuNav:nth-child(1) {
	justify-content: space-between;
	background-color: #282828;
}

.menuNav:nth-child(2)>* {
	padding: 0 10px;
}

#header1 {
	color: #ffffff;
	font-size: 12pt;
	text-align: left;
}

.menuIcons {
	background-color: #282828;
}




#companyname {
	text-align: left;
	max-width: 45%;
	color: #212121;
	font-size: 13pt;
	font-weight: bold;
	padding: 0px 10px 0px 40px;
}

#companyname img {
	max-height: 60px;
}

#ourteam {
	text-align: center;
	line-height: 30px;

	color: #212121;
	font-size: 12pt;
}

#setupand {
	width: 180px;
	height: 33px;

	text-align: center;
	line-height: 30px;

	color: #212121;
	font-size: 12pt;
}

#button1 {
	background-color: #ffffff;
}

#button1:hover {
	background-color: #d9f0f2;
}


.menuNav:nth-child(3)>div>* {
	padding: 0px 20px;
	height: 33px;
	text-align: center;
	line-height: 30px;

	color: #57aeb1;
	font-size: 15px;
}

.menuNav:nth-child(3)>#button2 {
	display: none;
}

.menuNav:nth-child(3)>#button2:hover+div {
	display: flex !important;
}

.menuNav:nth-child(3)>#button2:hover {
	opacity: 0;
}

.menuNav:nth-child(3)>div:last-child:hover {
	display: flex !important;
}


.menuNav:nth-child(3)>div:first-child {
	padding-left: 40px;
}

@media(max-width: 800px) {
	.menuNav:nth-child(3)>div {
		flex-wrap: wrap;
		justify-content: center;
	}

}

@media(max-width: 600px) {
	.menuNav:nth-child(3) {
		height: 50px;
	}

	.menuNav:nth-child(3)>div:last-child {
		display: none !important;
		margin-left: -50px;
	}

	.menuNav:nth-child(3)>#button2 {
		display: block;
		margin-left: -50px;
	}
}

@media(max-width: 600px) {
	.menuNav:nth-child(2)>#vertical2 {
		display: none;
	}

	.menuNav:nth-child(2)>#button1 {
		display: none;
	}

	.menuNav:nth-child(2)>#companyname {
		padding-left: 20px;
	}
}


/*main content*/

main {
	position: relative;
	padding: 0 40px 10px 40px;
	top: 200px;
}


/*slideshow*/

.slideHeader {
	text-align: left;
	line-height: 30px;

	color: black;
	font-size: 12px;
	font-weight: bold;
}

/* Slideshow container */
.slideshow-container {
	width: 500px;
}

#puntos {

	top: 325px;
	left: 25px;
	margin: auto;

}

.slideWrapper {
	margin: 20px 0
}

/* Hide the images by default */
.mySlides {
	display: none;
	height: 120px;
	text-align: left;
	line-height: 40px;

	color: #505c6d;
	font-size: 42px;
	font-weight: normal;
}

/* Caption text */
.text {

	color: #505c6d;
	font-size: 45px;
	font-weight: normal;
	bottom: 8px;

	text-align: center;
}

/* The dots/bullets/indicators */
.dot {
	height: 7px;
	width: 7px;
	margin: 2 2px;
	background-color: black;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
	cursor: pointer;
}

.active,
.dot:hover {
	background-color: #00a5ae;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}


/*actions section*/

.actionWrapper {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	margin: 30px 0;
}

@media(max-width: 962px) {
	.actionWrapper {
		justify-content: left;
	}
}

.actions {
	max-width: 370px;
}

@media(max-width: 800px) {
	.actions {
		padding: 0 0
	}
}

.actions>div {
	display: flex;
}

@media(max-width: 450px) {
	.actions {
		max-width: 310px;
	}

	.actions>div {
		flex-wrap: wrap;
		justify-content: space-around;
	}
}

.actions a {
	display: block;
	text-align: left;
	padding: 2px 10px;
	font-weight: lighter;
	line-height: 20px;
	font-weight: 500
}

.actions>div>div:first-child a {
	padding-left: 0;

}

.actions span {
	font-size: 25px;
	line-height: 10px;
	position: relative;
	top: 3px
}

.actions>div>div:last-child span {
	font-size: 15px;
	top: 0
}


/* header with line of sections*/


.articleHeader>div:first-child {
	text-align: left;
	line-height: 40px;

	color: black;
	font-size: 15px;
	font-weight: bold;
}

/*activities section*/

/*users*/

.users {
	text-align: left;
	margin-bottom: 10px
}

.users>div:first-child {
	width: 145px;
	text-align: left;
	color: black;
	font-size: 14px;
	font-weight: 500
}

.users>div:nth-child(2) {
	width: 45px;
	height: 60px;

	font-size: 42px;
}

.users>div:nth-child(3) {
	background-image: url(horizontaline2.png);
	background-repeat: repeat-x;
	width: 85px;
	height: 3px;

}


/*tiles*/

.padding {
	padding-right: 20px;
	padding-bottom: 20px;
}

@media(max-width: 580px) {
	.padding {
		padding-right: 0
	}
}

.tilesWrap {
	display: flex;
	flex-wrap: wrap;
}

.tileTitle {
	text-align: left;
	color: black;
	font-size: 15px;
	font-weight: 500;
}

.tile {
	text-align: left;
	margin-right: 6px;
	margin-top: 6px;
	width: 122px;
	font-size: 12px;
	color: #ffffff;
	background-color: #008591;
	padding: 10px 10px 0 10px;
}

.tile:nth-child(1) {
	margin-left: 0;
}

.tile:hover {
	background-color: #006f79;

}

.tile>p {
	margin: 0;
	height: 34px;
	font-size: 14px;
}

.tile>div:nth-child(2) {
	text-align: left;
	width: 60px;
	height: 64px;
	font-size: 42px;
}

.tile>div:nth-child(3) {
	background-image: url(horizontaline3.png);
	background-repeat: repeat-x;
	width: 85px;
	height: 3px;
}

.tile>div:nth-child(4) {
	width: 15px;
	height: 30px;
	font-size: 20px;
}


/*insight secticon*/

.insightsContent {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

@media(max-width: 914px) {
	.insightsContent {
		justify-content: flex-start;
	}

	body {
		background-image: linear-gradient(white, white) !important;
	}

	#fixedlayer {
		background-image: linear-gradient(white, white) !important;
	}
}

.graph>p {
	position: absolute;
	top: 0
}

.headquaters {
	width: 100px;
	height: 33px;
	text-align: left;
	line-height: 30px;

	color: #212121;
	font-size: 14pt;
}

#downarrow3 {
	left: 132px;
	top: 685px;
}

#office {
	left: 22px;
	top: 695px;
}


#desc {
	background: #f6f7f8;
	width: 423px;

	color: #212121;
}

#desc p {
	margin: 0;
}

.tableRow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding: 0 10px;
	height: 30px
}

.tableRow>div {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	height: 100%;
}

.tableRow img {
	display: none;
	background-color: #00d7dd;
	padding: 6px 15px;
}

.tableRow>div:hover img {
	display: block;
}

.tableRow>p {
	width: 100%;
	text-align: left;
}

.tableRow>p:last-child {
	width: 100%;
	text-align: right;
}


#backtotop {
	left: 25px;
	top: 1090px;

	color: #57aeb1;
	font-size: 15px;
	font-weight: bold;
}

a.btp {
	cursor: pointer;
}

a.btp:visited {
	color: #57aeb1;
}

a.btp:hover,
a.btp :link,
a.btp:active {
	color: #57aeb1;
}

#end {
	position: absolute;
	left: 25px;
	top: 1150px;

	color: white;
	font-size: 15px;
	font-weight: bold;
}




a {
	text-decoration: none;
	color: #0f8b8f;
}

a.left:visited {
	color: #0f8b8f;
}

a.left {
	position: relative;
}

a.left:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #0f8b8f;
	visibility: hidden;
	/*transition: all 0.3s ease-in-out;*/
}

a.left:hover:before {
	visibility: visible;
	width: 100%;
}

/*************Scroll bar************/
/* width */
::-webkit-scrollbar {
	width: 13px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #efefef;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #aaaaaa;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #aaaaaa;
}

/**************** Layer effect ************************/

.dropdown-content:hover {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}