@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: #fff;
	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: #606060;
	font-size: 16px;
	font-family: "Lato", 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: 150px;
	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;
}

header.small {
	height: 65px;
	transition: font-size 0.5s, height 0.5s;
	-webkit-transition: font-size 0.5s, height 0.5s;
	-moz-transition: font-size 0.5s, height 0.5s;
	padding: 5px 0;
}

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: 1200px;
	margin: 0 auto;
	display: block;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	position: relative;
	padding: 0;
}

a.logo {
	margin: 5px 0 0 0;
	float: left;
}



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

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

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

header.small nav {
	padding: 20px 0 0 0;
}

header nav a {
	padding: 5px 25px;
	margin: 30px 10px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	white-space: nowrap;
}

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

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

header nav a:hover,
header nav a.active {
	background: #ffcd02;
}

/* Slider */

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



/* Empresa */


#wrap-empresa {
	width: 100%;
	background: #f7f7f7;
	margin: 0 auto;
	padding: 0;
	float: none;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.wrap-txt-emp {
	max-width: 1200px;
	margin: 0 auto;
	float: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cont-txt-emp {
	float: left;
	width: calc(100% - 700px);
	color: #5b5b5b;
	font-size: 18px;
	padding: 0;
}

.cont-txt-emp h1 {
	font-size: 40px;
	font-weight: 400;
}

/* Vision - Mision */
#wrap-vision {
	background-image: url(../img/bg-vision.jpg);
	background-size: cover;
	min-height: 100vh;
	color: #fff;
	display: flex;
	justify-content: center;
}

.cont-vision {
	display: flex;
	max-width: 1200px;
	margin: auto;
	justify-content: space-between;
}

.sop-mv {
	max-width: 45%;
	background: #fff;
	color: #000;
	font-size: 20px;
	padding: 40px;
}

.cont-mv {
	border: 1px solid #ddd;
	padding: 30px 30px 10px;
}

.barra {
	display: block;
	height: 5px;
	background: #facf01;
}

/* Servicios */
#wrap-servicios {
	width: 100%;
	padding: 150px 0;
	min-height: 100vh;
	overflow: hidden;

}

.cont-servicios img {
	margin: 60px 0 0 0;
	float: right;
}

.cont-servicios .cont-txt h1 {
	font-size: 40px;
	font-weight: 400;
}

.cont-servicios .cont-txt ul {
	list-style-type: none;
}

.cont-servicios .cont-txt ul li {
	position: relative;
	display: block;
	clear: both;
}

.cont-servicios .cont-txt ul li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #7fa639;
	margin: 0 0 0 -20px;
	float: left;
}

.cont-servicios {
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}

.cont-servicios .cont-txt {
	width: calc(100% - 600px);
	float: left;
	padding: 0;
}

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

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

::placeholder {
	color: #fff;
}

#wrap-contacto {
	display: flex;
	align-items: center;
	background-image: url(../img/bg-contacto.jpg);
	background-size: cover;
	width: 100%;
	padding: 100px 0;
	min-height: 100vh;
	color: #fff;
}

.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: 300;
	color: #facf01;
}

.cont-contacto .sop-datos {
	width: 40%;
	float: left;
	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: #facf01;
	width: 35px;
	text-align: center;
}

.cont-contacto .sop-form {
	width: 60%;
	float: left;
}

.sop-form ul label {
	width: 100px;
	float: left;
}

.sop-form ul input {
	width: calc(100% - 110px);
	background: #f3f3f3;
	border: none;
	padding: 5px;
}

.sop-form ul textarea {
	width: calc(100% - 110px);
	background: #f3f3f3;
	border: none;
	padding: 5px;
}

.med-col {
	width: 50%;
	float: left;
}
li.captcha {
    clear: both;
    padding: 0 8px 0 0;
    display: block;
    overflow: hidden;
}
.g-recaptcha {
    float: right;
}
.full-col {
	width: 100%;
    clear: both;
}

.sop-form ul input[type="submit"] {
	background: #facf01;
	color: #000;
	width: 250px;
	float: right;
	display: block;
	padding: 15px 0;
	margin: 0 10px;
	font-weight: 600;
	font-size: 20px;
}

.sop-form ul input[type="submit"]:hover {
	background: #ff6601;
}

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

#piedepagina {
	width: 100%;
	text-align: center;
	display: block;
	float: left;
	padding: 1em 0;
	background: #010101;
	color: #ffffff;
	font-size: .9em;
}

#piedepagina a {
	color: #ffffff;
}

#piedepagina a:hover {
	color: #facf02;
}

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

	header,
	header.small {
		height: 45px;
	}

	.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: #facf02;
		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 #000;
		padding: 15px 10px;
		color: #000;
		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;
	}

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

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

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

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

	.cont-mv {
		padding: 10px;
	}

	#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;
	}
}

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

	.med-col,
	.sop-form ul input,
	.sop-form ul textarea {
		width: 100%;
	}

	.cont-txt-bajada span {
		font-size: 18px;
	}
}