:root {
	--blue-mcets: #334170;
	--green-mcets: #81ab4e;
	--cyan-mcets: #0299fa;
	--text-1: #8492a6;
}

body {
	background: #fff;
	color: #8492a6;
	font-family: open sans, sans-serif
}
a {
	color: #007bff;
	transition: .5s
}
a:hover, a:active, a:focus {
	color: #0b6bd3;
	outline: none;
	text-decoration: none
}
p {
	padding: 0;
	margin: 0 0 30px
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 0 0 20px;
	padding: 0
}

@-webkit-keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
#header {
	height: 80px;
	transition: all .5s;
	z-index: 997;
	transition: all .5s;
	padding: 20px 0;
	background: #0054ac;
}
#header.header-scrolled, #header.header-pages {
	height: 60px;
	padding: 10px 0;
	background-color: #0756a7;
}
#header .logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase
}
#header .logo h1 a,
#header .logo h1 a:hover {
	color: #00366f;
	text-decoration: none
}
#header .logo img {
	padding: 0;
  margin: 0;
  width: 170px;
}
.main-pages {
	margin-top: 60px
}
#intro {
	width: 100%;
	position: relative;
	min-height: calc(100vh - 80px);
	background: url(../img/intro-bg.jpg) center bottom no-repeat;
	background-size: cover;
}
#intro .intro-img {
	width: 50%;
	float: right
}
.sistema-quatrobus-img {
    width: 1050px;
    max-width: none;
}
#intro .intro-info h2 {
	color: #fff;
	margin-bottom: 40px;
	font-size: 38px;
	font-weight: 700
}
#intro .intro-info h2 span {
	color: #74b5fc;
	text-decoration: underline
}
#intro .intro-info .btn-contact, #intro .intro-info .btn-about-us {
	font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 50px;
    transition: .5s;
    margin: 0 20px 20px 0;
    color: #fff;
    width: 160px;
    text-align: center;
}
#intro .intro-info .btn-contact {
	background: #81ab4e;
	border: 2px solid #81ab4e;
	color: #fff
}
#intro .intro-info .btn-contact:hover {
	background: #668d36;
	border-color: #668d36;
	color: #fff
}
#intro .intro-info .btn-about-us {
	background: #fff;
	border: 2px solid #fff;
	color: #334170
}
#intro .intro-info .btn-about-us:hover {
	opacity: .75;
}
.intro-info img{
	width: 50%;
}
.main-nav, .main-nav * {
	margin: 0;
	padding: 0;
	list-style: none
}
.main-nav>ul>li {
	position: relative;
	white-space: nowrap;
	float: left;
	cursor: pointer;
}
.main-nav a {
    width: 120px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 0;
    border-radius: 50px;
    transition: .5s;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    opacity: .5;
}
.main-nav a.activeMenu {
	opacity: 1;
}
.main-nav a:nth-child(1){
	margin-left: 20px;
}
.main-nav a:hover, .main-nav .active>a, .main-nav li:hover>a {
	opacity: 1;
	text-decoration: none;
	color: #fff;
}

.mouse {
	opacity: .9;
	background: #dddddd linear-gradient(transparent 0%, transparent 50%, #dddddd 50%, #dddddd 100%);
	position: absolute;
	bottom: 20px;
	left: calc(50% - 26px);
	width: 40px;
	height: 64px;
	border-radius: 100px;
	background-size: 100% 200%;
	animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}
.mouse:before, .mouse:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.mouse:before {
	width: 34px;
	height: 58px;
	background-color: #0057a4;
	border-radius: 100px;
}
.mouse:after {
	background-color: #fff;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	animation: trackBallSlide 5s linear infinite;
}
@keyframes colorSlide {
	0% {
	background-position: 0% 100%;
	}
	20% {
	background-position: 0% 0%;
	}
	21% {
	background-color: #b1b1b1;
	}
	29.99% {
	background-color: #fff;
	background-position: 0% 0%;
	}
	30% {
	background-color: #b1b1b1;
	background-position: 0% 100%;
	}
	50% {
	background-position: 0% 0%;
	}
	51% {
	background-color: #b1b1b1;
	}
	59% {
	background-color: #fff;
	background-position: 0% 0%;
	}
	60% {
	background-color: #b1b1b1;
	background-position: 0% 100%;
	}
	80% {
	background-position: 0% 0%;
	}
	81% {
	background-color: #b1b1b1;
	}
	90%, 100% {
	background-color: #fff;
	}
}
@keyframes trackBallSlide {
	0% {
	opacity: 1;
	transform: scale(1) translateY(-13px);
	}
	6% {
	opacity: 1;
	transform: scale(0.9) translateY(5px);
	}
	14% {
	opacity: 0;
	transform: scale(0.4) translateY(40px);
	}
	15%, 19% {
	opacity: 0;
	transform: scale(0.4) translateY(-13px);
	}
	28%, 29.99% {
	opacity: 1;
	transform: scale(1) translateY(-13px);
	}
	30% {
	opacity: 1;
	transform: scale(1) translateY(-13px);
	}
	36% {
	opacity: 1;
	transform: scale(0.9) translateY(5px);
	}
	44% {
	opacity: 0;
	transform: scale(0.4) translateY(40px);
	}
	45%, 49% {
	opacity: 0;
	transform: scale(0.4) translateY(-13px);
	}
	58%, 59.99% {
	opacity: 1;
	transform: scale(1) translateY(-13px);
	}
	60% {
	opacity: 1;
	transform: scale(1) translateY(-13px);
	}
	66% {
	opacity: 1;
	transform: scale(0.9) translateY(5px);
	}
	74% {
	opacity: 0;
	transform: scale(0.4) translateY(40px);
	}
	75%, 79% {
	opacity: 0;
	transform: scale(0.4) translateY(-13px);
	}
	88%, 100% {
	opacity: 1;
	transform: scale(1) translateY(-13px);
	}
}
@keyframes nudgeMouse {
	0% {
	transform: translateY(0);
	}
	20% {
	transform: translateY(8px);
	}
	30% {
	transform: translateY(0);
	}
	50% {
	transform: translateY(8px);
	}
	60% {
	transform: translateY(0);
	}
	80% {
	transform: translateY(8px);
	}
	90% {
	transform: translateY(0);
	}
}
@keyframes nudgeText {
	0% {
	transform: translateY(0);
	}
	20% {
	transform: translateY(2px);
	}
	30% {
	transform: translateY(0);
	}
	50% {
	transform: translateY(2px);
	}
	60% {
	transform: translateY(0);
	}
	80% {
	transform: translateY(2px);
	}
	90% {
	transform: translateY(0);
	}
}
@keyframes colorText {
	21% {
	color: #b1b1b1;
	}
	30% {
	color: #fff;
	}
	51% {
	color: #b1b1b1;
	}
	60% {
	color: #fff;
	}
	81% {
	color: #b1b1b1;
	}
	90% {
	color: #fff;
	}
}
#select-your-country {
	width: 100%;
    position: relative;
    background: url(../img/select-country-bg.jpg) center top no-repeat;
	background-size: contain;
	padding: 95px 0 200px;
}
h3.text-one{
	font-weight: 500;
	font-size: 22px;
}
h2.text-second{
	font-weight: 700;
	font-size: 44px;
	color: #334170;
}
.box-country{
    margin: auto;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
	box-shadow: 0 10px 29px 0 rgba(68,88,144,.1);
	transition:  all 0.3s;
	cursor: pointer;
}

.box-country:hover{
	transform: translateY(-10px);
	box-shadow: 0 10px 29px 0 rgba(68,88,144,.1);
}

.img-country{
	display: block;
	max-width: 110px;
    margin: 0 auto 25px;
}
.text-country{
	display: block;
	color: #3c4858;
	font-size: 22px;
	font-weight: 600;
}

#about-us{
	background-color: #f5f5f5;
	padding: 95px 0 90px;
}
.box-about-us{
    padding: 20px 30px 20px 35px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background: #fff;
	box-shadow: 0 10px 29px 0 rgba(68,88,144,.1);
	margin-bottom: 30px;
	color: #4d5a6c;
}
.box-about-us h5{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px !important;
}
.box-about-us p{
	line-height: 20px;
    font-size: 15px;
}
.box-about-us.border-1{
	border-left: 3px solid #0299fa;
}
.box-about-us.border-2{
	border-left: 3px solid #81ab4e;
}
.box-about-us.border-3{
	border-left: 3px solid #334170;
}

#contact {
	padding: 95px 0 80px;
	overflow: hidden;
	background: url(../img/bg-contact.jpg) center bottom no-repeat;
}

h3.send-message{
	font-size: 30px;
	color: #8492a6;
	font-weight: 600;
}

.box-contact{
	border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(68,88,144,.15);
    padding: 70px 0 75px;
	margin: 0 100px 0 160px;
	background-color: #fff;
}
.box-represents{
	background-color: #0068c4;
    color: #fff;
    padding: 55px 45px 65px;
	border-radius: 10px;
	margin: 0 auto;
	min-width: 400px;
	font-size: 14px;
	position: absolute;
    left: -80px;
    top: 0;
}
.text-contact-us{
	font-size: 36px;
	font-weight: 600;
}
.text-represent{
	font-size: 18px;
	font-weight: 600;
}


/* Formularios */
.box-icon-2 {
	width: 8%;
}
.box-input {
	width: 92%;
}
.form-field__control label{
    position: absolute;
    transform: translateY(3px);
}
.form-field__control input:focus + label, .form-field__control input:not([value=""]) + label {
    transform: translateY(-9px);
	font-size: 12px;
	padding: 0;
	width: auto;
}
.form-field__control input:focus + label{
    color: var(--cyan-mcets);
}
.form-field__input {
    transition: all 0.4s;
}
.form-field {
    border-bottom: 1px solid #e2e7ed;
}
.form-field--is-active .form-field__label {
    color: var(--light-blue);
    font-size: 14px;
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
}
.form-field--is-filled .form-field__label {
    font-size: 14px;
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
}

.form-field__label {
    color: #8492a6;
	display: block;
	font-size: 14px;
    left: 0;
    margin-top: -5px;
    top: 0;
    transition: all 0.4s;
    width: 100%;
}

.form-field__control {
    position: relative;
	width: 100%;
	height: 40px;
}

.form-field__input, .form-field__textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--dark);
    display: block;
    font-size: 14px;
    outline: 0;
    width: 100%;
}

.form-field__textarea {
    height: 150px;
}

.text-error {
	display: none;
	color: #ff5c75;
	font-size: 0.75rem;
	position: absolute;
	top: 30px;
	left: 0;
}
.text-rejected{
	display: none;
	margin: 20px 0 -30px;
	color: #ff5c75;
	font-size: 0.9rem;
}
.text-approved{
	display: none;
	margin: 20px 0 -30px;
	color: #39C49B;
	font-size: 0.9rem;
}
/* END Formularios */


.btn-send{
	background: #81ab4e;
    border: 2px solid #81ab4e;
	color: #fff;
	font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 12px 10px;
    border-radius: 50px;
    transition: .5s;
	width: 100%;
    text-align: center;
}
.btn-send:hover, .btn-send:active, .btn-send:focus{
	background: #668d36;
    border-color: #668d36;
    color: #fff;
}

#footer {
    background: #152440;
    padding: 0 0 30px;
    color: #eee;
    font-size: 14px;
}
#footer .copyright {
	text-align: left;
	padding-top: 30px;
	display: inline-block;
}
#footer .logo-footer {
	float: right;	
}
#footer .logo-footer img{
	width: 170px;
}
.box-country-argentina:hover{
	transform: translateY(0) !important;
	box-shadow: 0 10px 29px 0 rgba(68,88,144,.1);
}

/* Mostrando los tooltips*/
.box-arg:hover .tooltip2 {
	opacity: 1 !important;
}
/* Tooltip CSS 2.1 */
.tooltip2:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #334070;
    top: -6px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}
.tooltip2 {
	transition: all 0.3s;
    background-color: #334070;
    border-radius: 6px;
    color: #FFFFFF;
    width: 155px;
    text-align: center;
    opacity: 0;
    left: calc(50% - 75px);
    padding: 10px 20px;
    position: absolute;
    bottom: -55px;
}

/* Tabs MCETS */
.tabs-mcets{
	border-right: 1px solid;
	border-color: #d3d3d3;
	float: left;
	list-style: none;
	text-align: right;
	width: 25%;
}
.tabs-mcets li{
	padding: 20px 40px 20px 0;
	border-bottom: 1px solid;
	border-color: #d3d3d3;
}
.tabs-mcets li:first-child {
    padding-top: 0;
}
.tabs-mcets li:last-child {
    border-bottom: 0px solid;
}
.tabs-mcets li a{
	font-weight: 600;
	color: #aeb7c1;
}
.tabs-mcets li a.active{
	color: #aeb7c1;
	color: #3c4858;
}
.contents-tabs{
	color: #3c4858;
	margin-left: -1px;
	padding-left: 70px;
	padding-bottom: 70px;
	border-left: 1px solid;
	border-color: #d3d3d3;
	width: 75%;
    position: relative;
    z-index: 2;
}
.contents-tabs h5{
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 20px;
	font-weight: 600;
}
.line-divider{
	width: 170px;
    height: 5px;
    margin-top: 0px;
	margin-bottom: 24px;
	display: block;
	background:#0299fa
}

@media(max-width:1200px){
	.box-contact {
		margin: 0 50px 0 80px;
	}
}
@media(min-width:992px){

}

@media(max-width:991px){
	.mouse{
		display: none;
	}
	.main-nav a {
		width: 39px;
	}
	#header{
		height:60px;padding:10px 0
	}
	#header .logo h1 {
		font-size:28px;
		padding:8px 0
	}
	#intro {
		padding:140px 0 60px
	}
	#intro .intro-img {
		width:80%;
		float:none;
		margin:0 auto 25px
	}
	#intro .intro-info {
		width:80%;
		float:none;
		margin:auto;
		text-align:center
	}
	.sistema-quatrobus-img{
		width: 80%;
		margin: 35px auto;
		display: block;
	}
	#select-your-country{
		padding: 95px 0 120px;
	}
	#contact{
		padding: 55px 0 0;
	}
	.box-contact{
		margin: 0;
		box-shadow: none;
		padding: 50px 0;
	}
	.box-represents{
		position: initial;
		min-width: 100%;
		width: 100%;
	}
	.box-contact .col-12 {
		padding: 0;
	}
	.box-contact{
		background-color: transparent;
	}
}

@media(max-width:768px){

}

@media(max-width:767px){
	#intro .intro-info {
		width:100%
	}
	#intro .intro-info h2 {
		font-size:30px;
		margin-bottom:30px
	}
	#intro .intro-info .btn-contact, #intro .intro-info .btn-about-us{
		margin: 0;
	}
	.intro-info img{
		width: 100%;
	}
	.sistema-quatrobus-img{
		width: 100%;
	}
	.img-country{
		margin: 0 auto 15px;
	}
	.text-country{
		font-size: 18px;
	}
	h2.text-second{
		font-size: 38px;
	}
	.box-about-us{
		margin-bottom: 30px;
	}
	#footer .copyright {
		display: block;
		text-align: center;
	}
	#footer .logo-footer {
		display: none;
	}
	.tabs-mcets{
		width: 100%;
	}
	.tabs-mcets li{
		width: 33%;
		float: left;
		padding: 10px 5px 15px !important;
		text-align: center;
	}
	.tabs-mcets li:nth-child(2){
		border-right: 1px solid;
		border-left: 1px solid;
		border-color: #d3d3d3;
	}
	.tabs-mcets li:last-child{
		border-bottom: 1px solid;
		border-color: #d3d3d3;
	}
	.contents-tabs{
		width: 100%;
		padding: 20px 15px;
		text-align: center;
	}
	.contents-tabs h5{
		margin-top: 20px;
	}
	.line-divider{
		margin-left: auto;
		margin-right: auto;
	}
}

@media(max-width:574px){
	#intro{
		padding:70px 0 20px
	}
}