/* S1 CSS */

body {
	overflow-x:hidden;
	font-family: 'Open Sans', sans-serif;
}

.row { margin:0px; }

.menu-lg {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:30px;
	padding-top:30px;
	background-color:transparent;
	z-index:9999;
	color:#ffffff;
	display:flex;
	transition:0.5s all;
}
.menu-links {
	display:flex;
	justify-content:space-evenly;
}
.menu-links a {
	color:#ffffff;
	text-decoration:none;
	transition:0.5s all;
}
.menu-links a:hover {
	color:#73f8fa;
	transition:0.5s all;
}
.menu-socials { 
	margin-top:-20px;
	line-height:0.5;
}
.menu-socials a {
	color:#ffffff;
	text-decoration:none;
	transition:0.5s all;
}
.menu-socials a:hover {
	color:#73f8fa;
	transition:0.5s all;
}
.fade-in { 
	background-color:rgba(0,0,0,0.7);
	transition:0.5s all;
}

.header-m { 
	position:fixed;
	display:flex;
	top:0px;
	left:0px;
	width:100%;
	background-color:#000000;
	z-index:1001;
	padding-top:15px;
	padding-bottom:15px;
	height:75px;
}
.menu-m {
	position:fixed;
	top:0px;
	left:-100%;
	width:100%;
	background-color:#000000;
	z-index:999;
	padding-top:75px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;
	height:100vh;
	transition:0.8s all;
	z-index:1000;
}
.menu-m-show {
	left:0%;
	transition:0.8s all;
}
.menu-m a { 
	color:#ffffff;
	font-size:20px;
	text-decoration:none;
}

.banner { 
	padding:0px;
}

.mosaico { 
	display:flex;
	padding:0px;
	justify-content:space-between;
}
.mosaico > div { 
	width:24.8%; 
	position:relative;
}
.mosaico-text { 
	text-align: center;
    position: absolute;
    left: 0%;
    bottom: 10%;
    color: #ffffff;
    font-size: 18px;
    width: 100%;
}
.mosaico-gradient {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8211659663865546) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8211659663865546) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8211659663865546) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}


.mosaico2 { 
	display:flex;
	padding:0px;
	justify-content:space-evenly;
}
.mosaico2 > div { 
	width:18%; 
	position:relative;
	padding-top:3%;
	padding-bottom:4%;
}
.mosaico2-text { 
	text-align: center;
    position: absolute;
    left: -9px;
    top: 30%; 
	color: #ffffff;
    font-size: 20px;
    width: 100%;
	cursor:pointer;
}
.mosaico2-button { 
	font-size:18px;
	background-color:#044d70;
	color:#ffffff;
	/*background: rgb(209,246,255);
	background: -moz-linear-gradient(90deg, rgba(209,246,255,1) 0%, rgba(255,255,255,1) 29%);
	background: -webkit-linear-gradient(90deg, rgba(209,246,255,1) 0%, rgba(255,255,255,1) 29%);
	background: linear-gradient(90deg, rgba(209,246,255,1) 0%, rgba(255,255,255,1) 29%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1f6ff",endColorstr="#ffffff",GradientType=1); */
	padding:10px;
	border:0px;
	border-radius:10px;
	transition:0.5s all;
}
.mosaico2-button:hover { 
	color:#044d70;
	/*background: rgb(110,110,110);
	background: -moz-linear-gradient(90deg, rgba(110,110,110,1) 0%, rgba(27,27,27,1) 29%);
	background: -webkit-linear-gradient(90deg, rgba(110,110,110,1) 0%, rgba(27,27,27,1) 29%);
	background: linear-gradient(90deg, rgba(110,110,110,1) 0%, rgba(27,27,27,1) 29%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e6e6e",endColorstr="#1b1b1b",GradientType=1); */
	background-color:#ffffff;
	transition:0.5s all;

}
.mosaico3 { 
	display:flex;
	padding:0px;
	justify-content:space-between;
}
.mosaico3 > div { 
	width:24.7%; 
	position:relative;
}


.header-button { 
	font-size:18px;
	background-color:rgba(0,0,0,0);
	color:#ffffff;
	/*background: rgb(209,246,255);
	background: -moz-linear-gradient(90deg, rgba(209,246,255,1) 0%, rgba(255,255,255,1) 29%);
	background: -webkit-linear-gradient(90deg, rgba(209,246,255,1) 0%, rgba(255,255,255,1) 29%);
	background: linear-gradient(90deg, rgba(209,246,255,1) 0%, rgba(255,255,255,1) 29%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1f6ff",endColorstr="#ffffff",GradientType=1); */
	padding:10px;
	border:0px;
	border-radius:10px;
	transition:0.5s all;
}
.header-button:hover { 
	color:#044d70;
	/*background: rgb(110,110,110);
	background: -moz-linear-gradient(90deg, rgba(110,110,110,1) 0%, rgba(27,27,27,1) 29%);
	background: -webkit-linear-gradient(90deg, rgba(110,110,110,1) 0%, rgba(27,27,27,1) 29%);
	background: linear-gradient(90deg, rgba(110,110,110,1) 0%, rgba(27,27,27,1) 29%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e6e6e",endColorstr="#1b1b1b",GradientType=1); */
	background-color:#ffffff;
	transition:0.5s all;

}


.greygrad {
	background: rgb(87,87,87);
	background: -moz-linear-gradient(180deg, rgba(87,87,87,1) 0%, rgba(187,187,187,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(87,87,87,1) 0%, rgba(187,187,187,1) 100%);
	background: linear-gradient(180deg, rgba(87,87,87,1) 0%, rgba(187,187,187,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#575757",endColorstr="#bbbbbb",GradientType=1);
}

.greygrad-v {
	background: rgb(87,87,87);
	background: -moz-linear-gradient(0deg, rgba(87,87,87,1) 0%, rgba(47,47,47,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(87,87,87,1) 0%, rgba(47,47,47,1) 100%);
	background: linear-gradient(0deg, rgba(87,87,87,1) 0%, rgba(47,47,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#575757",endColorstr="#bbbbbb",GradientType=1);
}

.whitegrad {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(157,157,157,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(157,157,157,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(157,157,157,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#9d9d9d",GradientType=1);
}

.bluegrad {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(-90deg, rgba(255,255,255,1) 60%, rgba(122, 173, 255,1) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(255,255,255,1) 60%, rgba(122, 173, 255,1) 100%);
	background: linear-gradient(-90deg, rgba(255,255,255,1) 60%, rgba(122, 173, 255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#7aadff",GradientType=1);
}

.blackgrad {
	background: rgb(70,70,70);
	background: -moz-linear-gradient(270deg, rgba(70,70,70,1) 0%, rgba(33,33,33,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(70,70,70,1) 0%, rgba(33,33,33,1) 100%);
	background: linear-gradient(270deg, rgba(70,70,70,1) 0%, rgba(33,33,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#464646",endColorstr="#212121",GradientType=1);
}

.vertical-line { 
	background-image: linear-gradient(#ffffff, #ffffff);
	background-size: 2px 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.white-circle {
	border-radius: 50%;
    text-align: center;
    color: #000000;
    font-weight: bold;
    background-color: white;
    width: 75px;
    height: 75px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.formulario { 
	background-color:white;
	color:#ffffff;
	font-size:15px;
	padding:10px;
	border:#eeeeee 1px solid;
	border-radius:7px;
	width:100%;
}


.darkblue { 
	color:#0d3370;
}
.darkblue a { 
	color:#0d3370;
	text-decoration:none;
	cursor:pointer;
}

.stick-menu { 
	height:100px;
	background-color:rgb(17,17,17);
	border-top:5px white solid;
	border-bottom:5px white solid;
	padding-top:15px;
	padding-bottom:15px;
}

@media only screen and (max-width: 999px) {
	.hidden-xs { display:none; }
	.mosaico > div { width: 48%; }
	.mosaico2 { width:100%; flex-wrap:wrap; }
	.mosaico2 > div { width: 45%;  }
	.mosaico2-text { 
		left: -5px;
		top: 16%;
		font-size: 15px;
	}
	.banner { padding-top:75px; }
	.mosaico3 { width:100%; flex-wrap:wrap; }
	.mosaico3 > div { width: 100%; }
}

@media only screen and (min-width:1000px) {
	.hidden-lg { display:none; }
	.mosaico-right { padding-right:0px; }
	
}

@media only screen and (min-width:1600px) {
	.mosaico-text { font-size:24px; }
	
}