/*
	Jsoftapps.co
*/
@font-face {
	font-family: 'Signika';
	src: url(assets/Signika-Regular.otf);
}
@font-face {
	font-family: 'Heebo';
	src: url(assets/Heebo-Light.otf);
}
@font-face {
	font-family: 'DancingScript';
	src: url(assets/DancingScript-Bold.ttf);
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600');
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	background: #FFF;
}

#wrapper {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#wrapper header {
	position: relative;
	width: 100%;
	height: 800px;
	display: block;
}
#wrapper header:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient( transparent 39%, rgba(0,0,0,.5) 100% );
	top: 0;
	left: 0;
	z-index: 0;
}
#wrapper header > nav {
	display: block;
	text-align: right;
	position: absolute;
	z-index: 99;
	width: 100%;
}
#wrapper header > nav a {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	padding: 15px 10px;
	font-size: 20px;
}
#wrapper header > img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	margin: 0;
	left: 0;
	top: 0;
	background-size: contain;
	object-fit: cover;
}





#wrapper header #center_banner {
	width: 100%;
	height: 100%;
	position: absolute;
}

#wrapper header #center_banner #menu_top {
	display: flex;
	justify-content: center;
	top: 0px;
	position: fixed;
	width: 100%;
	height: 35px;
	background: #f3f3f3;
	left: 0;
	z-index: 7;
	padding: 2px 20px;
	box-sizing: border-box;
	z-index: 99999999;
}
#wrapper header #center_banner #menu_bottom {
	display: block;
	width: 100%;
	background: transparent;
	padding: 2px 20px;
	box-sizing: border-box;
	margin: 0;
	position: absolute;
	top: 35px;
	left: 0;
}
#wrapper header #center_banner #menu_bottom img {
	display: block;
	height: 177px;
	margin: 2px;
	width: auto;
}
#wrapper header #center_banner #menu_top > div {
	display: block;
	width: 50%;
	height: auto;
	padding: 5px 10px;
	box-sizing: border-box;
}
#wrapper header #center_banner #menu_top > div a {
	display: inline-block;
	margin: 0 3px;
	text-decoration: none;
	color: gray;
	cursor: pointer;
	padding: 2px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
}
#wrapper header #center_banner #menu_top > div .icon {
	font-size: 17px;
}
#wrapper header #center_banner #menu_top > div .icon:hover {
	color: #004580;
}

#wrapper header #center_banner #menu_top > div a i {
	display: inline-block;
	margin: 0 5px 0;
}
#wrapper header #center_banner #menu_top > #m_left {
	text-align: left;
	width: 111px;
}
#wrapper header #center_banner #menu_top > #m_right {
	text-align: right;
	width: calc(100% - 111px);
}


#wrapper header #center_banner > img {
    position: absolute;
    top: 61px;
    left: 1%;
    z-index: 9;
}
#wrapper header #center_banner > div {
	display: flex;
	justify-content: center;
	width: 95%;
	margin: 180px auto 0;
	padding: 0;
	position: relative;
}
#wrapper header #center_banner > div nav {
	display: block;
	width: 70%;
	position: relative;
	margin: 0px;
}


#wrapper header #center_banner > div #nav1 {
	width: 30%;
	min-width: 300px;
}

#wrapper header #center_banner > div nav {

}
#wrapper header #center_banner > div nav form {
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
	background: #FFF;
	padding: 10px;
	box-sizing: border-box;
	margin: 55px auto 0;
}

#wrapper header #center_banner > div nav form h2 {
	display: block;
	width: 90%;
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 30px;
	color: #4D4D4D;
}
#wrapper header #center_banner > div nav form h2 b {
	font-weight: 500;
}
#wrapper header #center_banner > div nav form * {
	display: block;
	margin: 5px auto;
}
#wrapper header #center_banner > div nav form label {
	width: 95%;
	margin: 10px auto 5px;
	font-size: 14px;
}
#wrapper header #center_banner > div nav form input {
	padding: 10px 0 10px 10px;
	box-sizing: border-box;
	border: 1px solid #eee;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	width: 95%;
}
#wrapper header #center_banner > div nav form textarea {
	padding: 10px 0 10px 10px;
	box-sizing: border-box;
	border: 1px solid #eee;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	width: 95%;
	max-width: 95%;
	min-width: 95%;
	min-height: 70px;
	max-height: 70px;

}
#wrapper header #center_banner > div nav form button {
	position: relative;
	background: #004580;
	color: white;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	padding: 13px;
	width: 95%;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
}






#wrapper header #center_banner > div nav p {
	display: block;
	font-size: 19px;
	color: #FFF;
	text-align: right;
	margin: 22% 0 0 0;
	font-family: 'Heebo';
	text-shadow: 0 0 1px #000;
}
#wrapper header #center_banner > div nav p b {
	display: block;
	font-size: 35px;
	font-family: 'Signika';
}










#wrapper section {
	display: block;
	margin: 0px auto;
	width: 100%;
}
#wrapper section article {
	position: relative;
	display: block;
	margin: 0px auto;
	width: 100%;
	padding: 100px 0px;
	box-sizing: border-box;
}
#wrapper section article #content_servicios {
	position: relative;
	display: block;
	width: 90%;
	padding: 30px 0;
	box-sizing: border-box;
	position: relative;
	margin: 0px auto;
}

#wrapper section article #content_servicios > img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	background-size: contain;
	object-fit: cover;
}
#wrapper section article #content_servicios > div {
	position: relative;
	display: inline-block;
	width: 250px;
	height: 215px;
	color: #FFF;
	box-sizing: border-box;
	padding: 45px 25px 0 25px;
	margin: 5px 7px;
	background: rgba(0,0,0,.25);
	vertical-align: top;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	cursor: default;
	z-index: 3;
}
#wrapper section article #content_servicios > div span {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 7em;
    background: #034280;
    width: 70px;
    height: 70px;
}
#wrapper section article #content_servicios > div img {
	display: block;
	margin: 0px auto;
	width: 55px;
}
#wrapper section article #content_servicios > div b {
	text-align: center;
	display: block;
	font-weight: 500;
	margin: 7px auto 0;
	font-size: 13px;
	color: #FFF;
}



.parax_img_1 { 
	position: relative;
	padding: 0!important;
	justify-content: center;
	background: url(assets/subbaner1-5.jpg);
	background-size: auto 100%;
	background-attachment: fixed;
}
.parax_img_1:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	position: absolute;
	background: linear-gradient(to right, transparent 50%, rgba(255,255,255,.8) 69%);
}
.parax_img_1 div,
.parax_img_1 nav {
	width: 50%;
	position: relative;
}
.parax_img_1 nav img {
	display: block;
	width: 100%;
	height: auto;
	/*-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";*/
}
#wrapper section .parax_img_1 .content_div {
	width: 50%;
	margin: 0 0 0 50%;
	height: auto;
	box-sizing: border-box;
	color: #333;
	padding: 100px 30px 100px 0;
	z-index: 3;
	position: relative;

}
#wrapper section .parax_img_1 .content_div img {
	display: block;
	width: 215px;
	margin: 5px 0 5px 77px;
}
#wrapper section .parax_img_1 .content_div h3 {
	font-family: 'Signika';
	font-weight: 700;
	font-size: 30px;
	padding: 0;
	width: 100%;
	color: #1f4ba0;
}
#wrapper section .parax_img_1 .content_div > p {
	color: #333;
	text-align: left;
	padding: 0;
	font-weight: 200;
	width: 100%;
	text-shadow: 0 0 1px #FFF;
}





.parax_img_2 { 
	background: url(assets/banner.jpg);
	background-size: 100% auto;
	background-attachment: fixed;
}

.parax_img_2 > div {
	background: rgba(0, 100, 188, .7);
	width: 90%;
	padding: 20px 0;
	box-sizing: border-box;
	margin: 5px auto 0;
}
.parax_img_2 > div p {
	display: block;
	color: #FFF!important;
	text-shadow: 0 0 1px #000;
}

#wrapper section .parax {
	display: block;
	position: relative;
	padding: 100px 0;
	background: #0064bc;
}
#wrapper section .parax > img {
	display: block;
	width: 120%;
	height: 100%;
	background-size: contain;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	left: -5%;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
#wrapper section .parax > form {
	background: #FFF;
	margin: 7px auto;
}

#wrapper section article > b {
	margin: 5px auto 5px;
	padding: 1px 0 0 20px;
	display: block;
	color: #3a3636;
}
#wrapper section article p {
	display: block;
	margin: 5px auto 10px;
	font-size: 17px;
	color: #4D4D4D;
	text-align: justify;
	box-sizing: border-box;
	padding: 1px 0 0 20px;
	width: 90%;
}
#wrapper section article p a {
	text-decoration: none;
	color: #0053a3;
}
#wrapper section article form {
	display: block;
	width: 50%;
	margin: 0px;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 0 7px rgba(0,0,0,.5);
}

#wrapper section article form,
#wrapper section article form * {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
#wrapper section article form label {
	display: block;
	margin: 7px auto;
	width: 95%;
	padding: 10px 0 10px 10px;
	font-size: 25px;
	font-weight: 400;
	color: #4D4D4D;
}
#wrapper section article form input {
	display: block;
	width: 95%;
	margin: 7px auto;
	padding: 10px 0 10px 10px;
	border: 0;
	border-bottom: 1px solid #e0e0e0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	box-sizing: border-box;
	outline: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
#wrapper section article form textarea {
	display: block;
	width: 95%;
	max-width: 95%;
	min-width: 95%;
	max-height: 70px;
	min-height: 70px;
	height: 70px;
	margin: 7px auto;
	padding: 10px 0 10px 10px;
	border: 0;
	border-bottom: 1px solid #e0e0e0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	box-sizing: border-box;
	outline: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
#wrapper section article form input:focus,
#wrapper section article form textarea:focus {
	padding: 10px 0 10px 15px;
	border-color: #0E4ACC;
}
#wrapper section article form button {
	display: block;
	padding: 10px 15px;
	font-size: 20px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	background: #034fa3;
	border-radius: 3px;
	cursor: pointer;
	margin: 5px 2.5%;
}
#wrapper section article form button:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


#wrapper section article h2 {
	position: relative;
	width: 95%;
	margin: 7px auto;
	display: block;
	color: #000000;
	text-align: center;
	padding: 20px 0;
}
#wrapper section article h4 {
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 2.2em;
	margin: 0px auto 30px;
	color: #FFF;
	text-shadow: 0px 3px 4px #333;
	width: 80%;
}
#wrapper section article h2::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	display: block;
	min-width: 50px;
	width: 7%;
	border-bottom: 5px solid #0068bd;
	margin: 5px auto;
}
#wrapper section article h3 {
	width: 90%;
	margin: 7px auto;
	display: block;
	/*border-left: 2px solid #0056a3;*/
	box-sizing: border-box;
	padding: 0 0 0 15px;
}


#wrapper section article .list_logos {
	width: 80%;
	margin: 20px auto;
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
}
#wrapper section article .list_logos li {
	display: block;
	width: 16.6%;
}
#wrapper section article .list_logos li img {
	display: block;
	margin: 0px auto;
	height: 75px;
}


#wrapper section .contacto {
	display: block;
	padding: 30px 0;
}
#wrapper section .contacto h3 {
	display: block;
	text-align: center;
	font-size: 2em;
	padding: 0;
	margin:  0px auto 30px;
}
#wrapper section .contacto p {
	padding: 0;
	margin: 5px auto;
	display: block;
	text-align: justify;
}
#wrapper section .contacto p b {
	display: block;
	margin: 17px  auto 5px;
}




.p1 {
	display: flex;
	justify-content: center;
	width: 90%;
	margin: 7px auto;
	position: relative;
}
.p1 p {
	width: 70%;
	margin: 0px;
	font-weight: 300;
	font-size: 17px;
	color: #FFF;
}






footer {
	display: block;
	width: 100%;
	padding: 15px 0px;
	text-align: center;
	background: #165fbb;
	color: #FFF;
	margin: 0 0;
	position: relative;
	overflow: hidden;
}
footer #img_logo {
	position: absolute;
	bottom: -35px;
	right: 0;
    width: 150px;
    height: 150px;
	border-radius: 150rem;
	background: #FFF;
	box-shadow: 0 0 0 20px #FFF, 0 0 0 23px rgba(0,0,0,.3);
}
footer #img_logo img {
    width: 80%;
    margin: 0 10%;
}
footer > span {
	display: block;
	margin: 50px auto 0px;
}
footer > div p {
	margin: 3px auto;
}
footer > div p b {
	display: inline-block;
	margin: 0px 10px 0 0;
	font-weight: 300;
}
footer a {
	color: #03a9f4;
	text-decoration: none;
}

#msg {
	display: block;
	text-align: center;
	font-weight: 200;
	color: #333;
	padding: 5px 0px;
}




@media screen and (max-width: 900px) {
	#wrapper section article #content_servicios {
		width: 100%;
	}
	#wrapper section .parax_img_1 .content_div {
		width: 90%;
	}
	#wrapper section .parax_img_1 .content_div > p {
		text-align: left;
	}
}
@media screen and (max-width: 800px) {
	
	.parax_img_1,
	.parax_img_2 {
		background-size: auto 100%;
	}
	#wrapper header .icon-cheveron-right {
		display: none;
	}

	#wrapper section article form,
	#wrapper section .parax > form {
		width: 80%;
		min-width: 270px;
		margin: 7px auto;
	}
	#wrapper section article p {
		display: block;
		padding: 1px 0 0 0;
	}
	#wrapper section article > b {
		padding: 1px 0 0 0;
	}
	#wrapper section article .list_logos {
		display: block;
	}
	#wrapper section article .list_logos li {
		width: 90%;
		margin: 5px auto;
	}
	#wrapper section article h3 {
		padding: 0 0 15px 0;
		text-align: left;
		border: 0;
	}
	#wrapper header {
		height: 1000px;
	}
	#wrapper header #center_banner > div {
		padding: 0;
		display: block;
		margin: 95px auto 0;
	}
	#wrapper header #center_banner > div nav,
	#wrapper header #center_banner > div #nav1 {
		display: block;
		width: 100%;
	}
	#wrapper header #center_banner > div nav form {
		margin: 220px auto 0;
	}
	#wrapper header #center_banner > div nav p {
		text-align: left;
		text-shadow: 0 0 1px #000;
		margin: 28px auto 0;
	}
	#wrapper header #center_banner > div nav p b {
		font-size: 20px;
	}
	#wrapper section article form button {
		margin: 5px auto;
	}

	#wrapper section article .content_div {
		padding: 15% 0 0 0;
	}
	#wrapper section article .content_div p {
		font-size: 13px;
	}
	#wrapper section article #content_servicios > div {
		position: relative;
		display: inline-block;
		width: 150px;
		height: 185px;
		color: #FFF;
		box-sizing: border-box;
		padding: 19px 5px 0 5px;
		margin: 4px 0px;
		background: rgba(0,0,0,.25);
		vertical-align: top;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
		-ms-transition: all ease .3s;
		-o-transition: all ease .3s;
		transition: all ease .3s;
		cursor: default;
		z-index: 3;
	}
	#wrapper section .contacto p {
		width: 100%;
		text-align: justify;
	}
	#wrapper header #center_banner #menu_top {
		padding: 2px 0px;
	}
	#wrapper header #center_banner #menu_top > div {
		padding: 5px 0px;
	}
	#wrapper header #center_banner #menu_top > #m_right {
		display: none;
	}
	footer {
		padding: 15px 0px 160px;
	}
	.parax_img_1 { 
		background-size: auto 100%;
		background-attachment: inherit;
	}

	#wrapper section .parax_img_1:before {
		background: linear-gradient(transparent 30%, rgba(255,255,255,.5) 100%);
	}
	#wrapper section .parax_img_1 .content_div {
		width: 100%;
		padding: 300px 0 50px 0;
		margin: 0;
	}
	#wrapper section .parax_img_1 .content_div img {
		display: block;
		margin: 5px auto;
	}
	#wrapper section .parax_img_1 .content_div h3 {
		text-align: center;
	}
	#wrapper section .parax_img_1 .content_div > p {
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	#wrapper section .parax_img_1 .content_div h3 {
		font-size: 19px;
	}
}
