/*Font*/

body {
	background-color: #ffffff;
}

@font-face {
	font-family: 'Mono Social Icons Font';
	src: url('../font/MonoSocialIconsFont-1.10.eot');
	src: url('../font/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'), url('../font/MonoSocialIconsFont-1.10.woff') format('woff'), url('../font/MonoSocialIconsFont-1.10.ttf') format('truetype'), url('../font/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
	src: url('../font/MonoSocialIconsFont-1.10.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	color: #000032;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

p {
	font-size: 17px;
	color: #000032;
	line-height: 20px;
}

.form {
	max-width: 600px;
	margin: 0 auto;
}

select {
	color: #0066af !important;
}

i .symbol,
a.symbol:before {
	font-family: 'Mono Social Icons Font';
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

a.symbol:before {
	content: attr(title);
	margin-right: 0.3em;
	font-size: 130%;
}

a.symbol {
	background: #9f9f9f;
	padding: 7px 5px 3px 5px;
	color: white;
	text-decoration: none;
}

.symbol {
	font-size: 35px;
	padding: 0 4px;
	color: white;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.symbol2 {
	font-size: 33px;
	padding: 0 6px;
}

.symbol:hover {
	color: rgba(64, 165, 247, 0.78);
}


/*Main Clases*/

.col-centered {
	float: none;
	margin: 0 auto;
}

.no_margin {
	margin: 0;
	padding: 0;
}

.spacer {
	height: 20px;
	clear: both;
	/* display: none; */
}

.spacer2 {
	height: 40px;
	clear: both;
}

.max {
	width: 100%;
}

.white {
	color: white;
}

.black {
	color: black;
}

.gray {
	color: gray;
}

.bgBlue {
	background-color: #0060AE !important;
	min-height: 81px;
	/* padding: 13px; */
}

footer.bgBlue {
	background-color: #0060AE !important;
	min-height: 85px;
	padding: 19px;
}

.form-control {
	border-radius: 0;
	border-color: rgba(0, 96, 174, 0.47);
	font-weight: 100;
}

.logo {
	padding: 15px;
	max-width: 260px;
}

.logo2 {
	display: flex;
	/* max-width: 222px; */
	/* flex-direction: column;*/
	align-items: center;
	/* justify-content: center;*/
}

.btn-primary {
	border-radius: 0;
	width: 195px;
	border-radius: 0;
	margin-top: 24px;
	border: 0;
	width: 189px;
	border-radius: 0 53px 0 53px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
	border-radius: 0;
	width: 195px;
	color: #000032;
	background-color: #00CCFF;
	border-radius: 53px 0 53px 0;
}

.fa-phone {
	color: rgb(110, 190, 255);
}

.footerText {
	font-size: 14px;
	padding: 0;
	margin-top: 0px;
}

.footerSocial {
	font-size: 10px;
	padding: 0;
	/* margin-top: 14px; */
	/* height: 400px; */
	display: flex;
	/* flex-direction: column;*/
	align-items: center;
	/* justify-content: center;*/
}

.imgSlider {
	width: 400%;
}

.img {
	/*background-image: url(../img/slider.jpg);*/
	background-size: cover;
	background-position: center;
	min-height: 300px;
}

#popUp {
	overflow: hidden;
	display: none;
	background-color: white;
	border-radius: 10px;
	border: 2px solid white;
	position: fixed;
	z-index: 3330;
	margin: 0 auto;
	width: 400px;
	height: auto;
	margin: 5% auto;
	left: 0;
	right: 0;
	top: 25%;
	padding: 0px;
	margin-bottom: 20px;
	z-index: 999;
}

.text {
	line-height: 20px;
	margin-top: 10px;
	color: black;
}
.text h3 {
	line-height: 25px;
	margin-top: 10px;
	color: #000019;
}
.text p {
	line-height: 20px;
	margin-top: 10px;
	color: #000019;
}

#popBlack {
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
}

.butonPop {
	z-index: 9999;
	font-size: 20px;
	margin-left: 92%;
	;
}

.secondImg {
	max-width: 560px;
	width: 100%;
}

section#form {
	/* margin-top: 57px; */
}

.footerSocial .fa {
	background-color: white;
	border-radius: 30px;
	color: #0060ae;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: auto 3px;
	width: 30px;
	font-size: 15px;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footerSocial .fa:hover {
	background-color: #000032;
	color: #00CCFF;
}

label {
	color: #000032;
	font-size: 16px;
}

#form p {
	/* max-width: 633px; */
	display: block;
	margin: 0 auto;
	padding-bottom: 24px;
	/* padding: 20px 10px 24px; */
	/* float: none; */
	/* position: relative; */
}

select,
input {
	color: #000032 !important;
	background-color: red;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}

::-webkit-input-placeholder {
	color: #000032 !important;
	padding-left: 5px;
}

input:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 96, 174, 0.78) !important;
}

input::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 96, 174, 0.78) !important;
}

input:-ms-input-placeholder {
	color: rgba(0, 96, 174, 0.78) !important;
}

a {
	color: #00CCFF;
}

a:hover {
	color: #10305C;
	text-decoration: none;
}
a:focus  {
	color: #fdfdfd;
}
#form h1 {
	font-size: 24px;
	font-weight: 400;
	color: #000032;
}

#form h1 span {
	color: #00CCFF;
	font-weight: 500;
}

p.text-center.socialCenter {
	margin: 0 auto;
	margin-top: 10px;
}

h3.lightNote {}

#form h3 {
	color: #00CCFF !important;
	/* padding-bottom: 24px; */
} 

p.fooText {
    padding: 10px;
    font-size:13px;
}
}