@import url(normalize.css);

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
	height: 100%;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: none;
}

textarea,
input,
button {
	outline: none;
}

a {
	color: #002359;
	text-decoration: none;
	transition: all 0.5s ease;
}

a:hover {}

button,
button:active,
button:focus,
input[type="submit"] {
	border: none;
	cursor: pointer;
	transition: all 0.5s ease;
	box-shadow: none;
}


img {
	max-width: 100%;
}

/* Layout */

body {
	background: #fff;
	color: #002359;
	font-size: 16px;
	font-family: "Libre Franklin", sans-serif;
	width: 100%;
	display: block;
}

p {
	text-align: justify;
}

ul {
	padding: 0 0 0 20px;
}

li {
	margin: 0 0 1em 0;
}

header {
	background: #fff;
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	z-index: 999;
	transition: font-size 0.3s, height 0.3s;
	-webkit-transition: font-size 0.3s, height 0.3s;
	-moz-transition: font-size 0.3s, height 0.3s;
	padding: 5px 0;
	box-shadow: rgb(0 0 0 / 10%) 0px 5px 15px;
	border-top: 30px solid #002359;
	transition: all 0.3s ease;
}

header.small {
	height: 65px;
	padding: 5px 0;
	border-top: 10px solid #002359;
}

h1 {
	font-size: 1.3em;
	margin: 0 auto 5px;
	display: block;
	clear: both;
	width: 100%;
}

h2 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 35px;
	display: block;
	clear: both;
}

#pull,
.btn-menu {
	display: none;
}

.der {
	float: right;
	margin: 0 0 30px 30px;
}

.izq {
	float: left;
	margin: 0 30px 30px 0;
}

/* header */

#top {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
}

.sop-header {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	align-items: center;
	height: 100%;
	position: relative;
	padding: 0;
}

a.logo {
	margin: -15px 0 0 20px;
	float: left;
}

.small a.logo {
	margin: 0 0 0 20px;
}


.logo img {
	max-height: 55px;
	transition: all 0.3s ease;
}

.small .logo img {
	max-height: 45px;
}

header nav {
	font-weight: 400;
	float: right;
	width: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0;
	transition: all 0.3s ease;
}

header.small nav {
	padding: 0;
}

header nav a {
	padding: 5px 15px;
	margin: 10px 0 0;
	color: #304392;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
}

.small nav a {
	margin: 10px 0;
}

header nav a:last-child {
	border-right: none;
}

header nav a:hover,
header nav a.active {
	background: #ff5820;
	color: #fff;
}

/* Slider */

.wrap-slider {
	margin: 90px 0 0 0;
	width: 100%;
}


/* Nosotros */
#wrap-nosotros {
	min-height: 100vh;
	padding: 100px 20px;
	width: 100%;
}

.cont-wrap {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	display: block;
	clear: both;
}

span.sup-tit {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #ff5820;
}

h1 {
	text-align: center;
	font-size: 30px;
	color: #002359;
}

.cont-wrap p {
	text-align: center;
	font-size: 18px;
}

.cont-MV {
	display: flex;
	justify-content: space-between;
}

.item-mv {
	max-width: 300px;
}

.item-mv .tit-mv {}

/* Servicios */
#wrap-servicios {
	margin: 100px 0 0;
	display: block;
}

.wrap-servicios {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 0;
}

.wrap-servicios .item-serv {
	width: 50%;
	min-height: 50vh;
}

.wrap-servicios .item-serv .txt-serv {
	width: 50%;
	height: 100%;
	overflow: hidden;
	padding: 50px 30px;
	color: #fff;
}

.wrap-servicios .item-serv .txt-serv h2 {
	font-size: 20px;
}

.wrap-servicios .item-serv .txt-serv p {
	opacity: 0;
	transition: all 0.3s ease;
}

.wrap-servicios .item-serv:hover .txt-serv p {
	opacity: 1;
}

.serv-01 {
	background-image: url(../img/serv-07.jpg);
}

.serv-02 {
	background-image: url(../img/serv-02.jpg);
}

.serv-03 {
	background-image: url(../img/serv-03.jpg);
}

.serv-04 {
	background-image: url(../img/serv-04.jpg);
}

.serv-05 {
	background-image: url(../img/serv-05.jpg);
	background-position: left bottom;
}

.serv-06 {
	background-image: url(../img/serv-06.jpg);
}

.serv-07 {
	background-image: url(../img/serv-07.jpg);
}

.serv-08 {
	background-image: url(../img/serv-08.jpg);
	width: 100% !important;
}


.serv-01 .txt-serv {
	background: rgb(0 35 89 / 75%);
}

.serv-02 .txt-serv {
	background: rgb(255 88 32 / 75%);
}

.serv-03 .txt-serv {
	background: rgb(70 70 72 / 75%);
	float: right;
}

.serv-04 .txt-serv {
	background: rgb(70 70 72 / 75%);
	float: right;
}

.serv-05 .txt-serv {
	background: rgb(0 35 89 / 75%);
	float: right;
}

.serv-06 .txt-serv {
	background: rgb(255 88 32 / 75%);
}

.serv-07 .txt-serv {
	background: rgb(70 70 72 / 75%);
	float: right;
}

.serv-08 .txt-serv {
	background: rgb(70 70 72 / 75%);
	float: right;
	/* width: 80% !important; */
}

/* Consultorias */
#wrap-consultorias {
	min-height: 100vh;
	padding: 100px 0;
}

.cont-img {
	display: block;
	position: relative;
	margin: 50px 0 0 0;
	overflow: hidden;
}

.sop-consultoria {
	position: absolute;
	bottom: -200px;
	background: rgb(0 35 89 / 75%);
	width: 100%;
	height: 200px;
	transition: all 0.5s ease;
}

.cont-img:hover .sop-consultoria {
	bottom: 0;
}

.cont-txt {
	max-width: 1000px;
	color: #012359;
	text-align: center;
	display: block;
	float: none;
	margin: 50px auto;
	font-size: 20px;
}

.cont-txt p {
	text-align: center;
	color: #fff;
}

/* Descargas */

#wrap-descargas {
	min-height: 100vh;
	padding: 100px 0;
}

#wrap-descargas .cont-wrap {
	max-width: 1000px;
}

.tit-resoluciones {
	text-align: center;
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin: 40px 0 0 0;
	display: block;
}

.cont-descargas {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 50px 0;
}

.item-descarga {
	border: 1px solid #ccc;
	padding: 30px;
	width: 450px;
	text-align: center;
}

.item-descarga img {
	display: block;
	float: none;
	margin: 0 auto;
}

span.tit-desc {
	color: #000;
	font-size: 20px;
	margin: 20px 0;
	display: block;
	text-align: center;
}

a.btn-desc {
	background: #ff0000;
	padding: 10px 0;
	display: block;
	float: none;
	margin: 0 auto;
	max-width: 270px;
	color: #fff;
}

a.btn-desc:hover {
	background: #b70b00;
}

/* Ubicacion */
#wrap-ubicacion {
	min-height: 100vh;
	padding: 100px 0;
}

.cont-contacto {
	text-align: left;
}

.cont-contacto h2 {
	font-size: 1.1em;
	font-weight: 600;
	margin: 0 0;
}

.cont-contacto p {
	text-align: left;
	margin: 0 0 16px;
	color: #012358;
}

/* Contacto */
::-webkit-input-placeholder {
	/* Edge */
	color: #9f9f9f;
}

:-ms-input-placeholder {
	/* Internet Explorer */
	color: #9f9f9f;
}

::placeholder {
	color: #9f9f9f;
}

iframe {
	width: 100%;
	height: 620px;
}

#wrap-contacto {
	display: block;
	width: 100%;
	padding: 100px 0;
	min-height: 100vh;
	color: #012359;
}

.cont-contacto {
	max-width: 1200px;
	margin: 0 auto;
	float: none;
	display: block;
	clear: both;
	margin: 0 auto 30px;
}

.cont-contacto h1 {
	font-size: 40px;
	font-weight: 600;
	color: #bb121e;
}

.cont-contacto .sop-datos {
	width: 800%;
	float: none;
	padding: 50px 0 0 120px;
}

.cont-contacto ul {
	list-style-type: none;
	padding: 0;
}

.cont-contacto .sop-datos ul li {
	margin: 0 0 2em 0;
}

.cont-contacto .sop-datos ul i {
	float: left;
	margin: 0 10px 0 0;
	font-size: 30px;
	color: #bb121e;
	width: 35px;
	text-align: center;
}

.cont-contacto .sop-form {
	max-width: 400px;
	float: none;
	margin: 50px auto;
	overflow: hidden;
	padding: 30px;
	display: block;
}

.sop-form {
	margin: 50px auto;
	display: block;
	float: none;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

.sop-form input,
textarea,
select {
	width: 100%;
	margin: 0 0 10px;
	padding: 5px;
	border: 1px solid #9f9f9f;
	position: r;
}

.sop-form button[type="submit"] {
	background: #ff5820;
	color: #fff;
	width: 170px;
	float: left;
	display: block;
	padding: 10px 0;
	margin: 0;
	font-weight: 600;
	font-size: 18px;
}

.sop-form button[type="submit"]:hover {
	background: #bd3000;
}

.sop-form button[type="submit"]:disabled {
	background: #dddddd;
	cursor: not-allowed;
}

.full-col div {
	clear: both;
	padding: 20px;
	float: none;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.output_message {
	display: block;
	clear: both;
	margin: 16px 0 0 0;
	float: left;
}

/* Mapa de ubicación */
#map {
	height: 50vh;
}

.google-map-area {
	margin: 50px 0 0;
}

footer {
	background: #021f57;
	height: 100px;
	overflow: hidden;
}

footer nav {
	font-weight: 400;
	float: none;
	width: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0;
	transition: all 0.3s ease;
	width: 770px;
	text-align: center;
	margin: 30px auto;
}

footer nav a {
	color: #fff;
}

@media only screen and (max-width: 1100px) {

	header,
	header.small {
		height: 45px;
		border-top: 10px;
	}

	.wrap-slider {
		margin: 45px 0 0 0;
	}



	a.logo {
		margin: 0 0 0 20px;
	}

	.logo img,
	.small .logo img {
		max-height: 40px;
	}



	.der,
	.izq {
		float: none;
		margin: 20px auto;
	}



	#pull {
		display: block;
	}

	#pull {
		width: 30px;
		height: 30px;
		position: relative;
		margin: 0 10px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		cursor: pointer;
		float: right;
	}

	#pull span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #7b7b7b;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
		top: 0;
	}

	#pull span:nth-child(1) {
		top: 5px;
	}

	#pull span:nth-child(2) {
		top: 15px;
	}

	#pull span:nth-child(3) {
		top: 25px;
	}

	#pull.open span:nth-child(1) {
		top: 13px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	#pull.open span:nth-child(2) {
		opacity: 0;
		left: -60px;
	}

	#pull.open span:nth-child(3) {
		top: 13px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	#cssmenu {
		width: 100%;
		background: #1e2b53;
		position: absolute;
		top: 35px;
		display: none;
		padding: 0;
	}

	#cssmenu a,
	#cssmenu a:hover,
	#cssmenu a:active {
		display: block;
		border-right: none;
		border-bottom: 1px solid #034676;
		padding: 15px 10px;
		color: #fff;
		font-size: 16px;
		margin: 0;
	}

	#cssmenu a:last-child {
		border-bottom: none;
	}

	#wrap-empresa {
		display: block;
		padding: 50px 20px;
	}

	.wrap-txt-emp {
		display: block;
		width: 100%;
	}

	.cont-txt-emp {
		width: 100%;
		font-size: 16px;
		margin: 30px 0 30px 0;
	}

	.cont-txt-emp h1 {
		font-size: 24px;
	}

	#wrap-vision {
		padding: 50px 20px;
		display: block;
		min-height: 50vh;
	}

	.cont-vision {
		width: 100%;
		display: block;
		text-align: center;
	}

	.sop-mv {
		width: 100%;
		max-width: 100%;
		margin: 30px 0 30px;
		font-size: 16px;
		padding: 10px;
	}

	.cont-mv {
		padding: 10px;
		text-align: left;
	}

	#wrap-contacto {
		display: block;
		padding: 50px 20px;
		min-height: auto;
		overflow: hidden;
	}

	.cont-contacto .sop-form,
	.cont-contacto .sop-datos {
		/* width: 100%; */
		/* padding: 0; */
		/* margin: 20px 0; */
	}

	#wrap-servicios {
		padding: 50px 20px;
	}

	.cont-servicios .cont-txt {
		width: 100%;
	}

	.cont-servicios .cont-txt h1 {
		font-size: 24px;
	}

	.cont-vision img {
		max-width: 100%;
		margin: 0 auto;
	}

	footer {
		height: 30px;
	}

	footer nav {
		display: none;
	}
}

@media only screen and (max-width: 630px) {

	h1,
	.tit-resoluciones {
		font-size: 22px;
	}

	.cont-wrap p {
		font-size: 16px;
	}

	#wrap-servicios {
		margin: 0px;
	}

	.wrap-servicios .item-serv .txt-serv p {
		opacity: 1;
	}

	.wrap-servicios .item-serv {
		width: 100%;
	}

	.wrap-servicios .item-serv .txt-serv,
	.serv-08 .txt-serv {
		width: 100% !important;
	}

	.cont-descargas {
		display: block;
	}

	.item-descarga {
		width: 100%;
		margin: 0 auto 16px;
	}

	.sop-consultoria {
		position: relative;
		min-height: auto;
		bottom: 0;
	}

	.cont-txt {
		font-size: 16px;
		margin: 0;
		padding: 16px;
	}

	#wrap-nosotros {
		padding: 50px 16px;
	}

	#wrap-descargas {
		padding: 50px 16px;
	}

	#wrap-consultorias {
		padding: 70px 0;
	}

	.cont-contacto .sop-form {
		width: calc(100% - 40px);
	}

	.cont-MV {
		display: block;
	}

	.item-mv {
		margin: 0 auto 16px;
		float: none;
	}
}