@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	border: none;
	outline: none;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	overflow-x: hidden!important;
	background-color: rgba(255,255,255,1.00);
}

header, main, section, footer {
	width: 100%;
	margin: 0px;
}

nav, div, h1, h2, h3, p, a, button, span {
	border: none;
	outline: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.menu-wrapper {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: solid 1px rgba(166,166,166,1.00);
	overflow-x: hidden;
}

.menu-nav {
	display: flex;
	flex-direction: flex-start;
	align-items: center;
}

.menu-nav a {
	color: rgba(0,0,0,1.00);
}

.menu-nav img {
	width: 300px;
	height: auto;
	margin: 10px 0px 10px 20px;
}

.menu-nav .menu-nav-btn {
	width: auto;
	height: 20px;
	font-size: 16px;
	letter-spacing: 0.5px;
	cursor: pointer;
	margin: 0px 40px 0px 0px;
}

/* Aqui empieza la sección de introducción*/

.main-content {
	width: 100%;
	min-height: 440px;
	max-width: 1620px;
	height: auto;
	display: flex;
	flex-direction: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
}

.main-content .mc-1 {
	width: 50%;
	height: auto;
}

.main-content .mc-2 {
	width: 50%;
	height: auto;
	background-image: url("images/content/image-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.main-content h1 {
	width: 50%;
	margin: 18% 8% 1%;
	font-weight: normal;
	letter-spacing: 0.5px;
}

.main-content p {
	width: 70%;
	font-weight: 200;
	font-size: 18px;
	margin: 0% 8% 3%;
	letter-spacing: 0.5px;
}

.companyhead-link {
	width: auto;
	font-weight: 500;
	font-size: 16px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(6,171,129,1.00);
	cursor: pointer;
	letter-spacing: 0.5px;
	padding: 8px;
	margin: 0% 8% 0%;
	border-radius: 16px;
}

/* Aqui empieza la sección acerca de la empresa*/

.general-content {
	width: 100%;
	max-width: 1620px;
	height: auto;
	min-height: 300px;
	margin: 0 auto 20px;
	display: flex;
	flex-direction: flex-start;
	flex-wrap: wrap;
	justify-content: space-around;
}

.general-content .gc-1, .gc-2  {
	width: 50%;
	min-width: 280px;
	min-height: 440px;
	margin: 0px 0px 00px 0px;
	background-color: rgba(166,166,166,1.00);
	overflow: hidden;
	cursor: pointer;
}

.general-content .gc-1 {
	background-image: url("images/content/image-2.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: rgba(255,255,255,1.00);
}

.general-content .gc-1 h2 {
	font-weight: bold;
	margin: 46% 10% 0% 10%;
	color: rgba(246,246,246,1.00);
}

.general-content .gc-1 p {
	font-weight: 300;
	margin: 1% 10% 2% 10%;
	color: rgba(255,255,255,1.00);
}

.general-content .gc-1 a {
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	margin: 0% 10% 0% 10%;
	border-radius: 16px;
	background-color: rgba(6,171,129,1.00);
}

.general-content .gc-2 {
	background-image: url("images/content/image-3.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: rgba(255,255,255,1.00);
}

.general-content .gc-2 h2 {
	font-weight: bold;
	margin: 46% 10% 0% 10%;
	color: rgba(255,255,255,1.00);
}

.general-content .gc-2 p {
	font-weight: 300;
	margin: 1% 10% 2% 10%;
	color: rgba(255,255,255,1.00);
}

.general-content .gc-2 a {
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	margin: 0% 10% 0% 10%;
	border-radius: 16px;
	background-color: rgba(6,171,129,1.00);
}

/* Aqui empieza la sección de servicios*/

.general-content-list {
	width: 100%;
	max-width: 1620px;
	height: auto;
	min-height: 300px;
	margin: 80px auto 60px;
	padding: 0px 0px 10px 0px;
	display: flex;
	flex-direction: flex-start;
	flex-wrap: wrap;
	justify-content: space-around;
}

.general-content-list .gcl-title {
	width: 100%;
	height: auto;
	margin-bottom: 80px;
}

.general-content-list .gcl-title h2 {
	width: 100%;
	font-weight: 500;
	font-size: 28px;
	letter-spacing: 0.5px;
	text-align: center;
	color: rgba(3,3,3,1.00);
}

.general-content-list .gcl-title p {
	width: 60%;
	min-width: 240px;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.5px;
	text-align: center;
	color: rgba(166,166,166,1.00);
	margin: 0 auto;
}

.general-content-list .gcl-services {
	width: 45%;
	max-width: 500px;
	min-width: 220px;
	margin: 10px 0px 30px 0px;
	overflow: hidden;
	text-align: center;
}

.general-content-list .gcl-services h2 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.5px;
}

.general-content-list .gcl-services p {
	width: 100%;
	min-width: 200px;
	max-width: 400px;
	font-weight: 300;
	font-size: 16px;
	margin: 0 auto 6px;
	letter-spacing: 0.5px;
}

.general-content-list .gcl-services a {
	font-weight: 300;
	font-size: 16px;
	color: rgba(0,59,113,1.00);
	line-height: 1.5;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
	letter-spacing: 0.5px;
}

.general-content-list .gcl-services  img {
	width: 60px;
	margin-bottom: 10px;
}

/* Aqui empieza el pie de pagina*/

.footer-content {
	width: 100%;
	height: auto;
	margin-top: 10px;
	padding: 0px 0px 10px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: rgba(68,68,68,1.00);
}

.footer-content .block-fc {
	width: 20%;
	height: auto;
	min-width: 300px;
	margin: 10px 0px 10px 0px;
}

.footer-content .logo-fc img {
	width: 250px;
	height: auto;
	margin: 10px 0px 10px 20px;
}

.footer-content .nav-fc div:first-child {
	font-size: 22px;
	margin: 10px 0px 10px 10px;
	color: rgba(255,255,255,1.00);
	cursor: text;
}

.footer-content .nav-fc div {
	font-size: 16px;
	margin: 0px 0px 10px 10px;
	color: rgba(209,209,209,1.00);
	cursor: pointer;
}

.footer-content .nav-fc a {
	color: rgba(255,255,255,1.00);
}

/* Aqui empieza la pagina de la empresa y nosotros*/

.main-company {
	width: 100%;
	min-width: 280px;
	max-width: 1620px;
	height: auto;
	margin: 60px auto 20px;
}

.main-company h1 {
	width: 100%;
	font-weight: normal;
	font-size: 28px;
	letter-spacing: 0.5px;
	text-align: center;
}

.main-company p {
	width: 50%;
	min-width: 240px;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.5px;
	text-align: center;
	color: rgba(166,166,166,1.00);
	margin: 0 auto;
}

.gc-company .gcs-resume {
	width: 100%;
	max-width: 1620px;
	height: auto;
	margin: 0 auto 20px;
	display: flex;
	flex-direction: flex-start;
	flex-wrap: wrap;
	justify-content: center;
}

.gc-company .gcs-resume div {
	width: 100%;
	min-width: 280px;
	max-width: 1020px;
	margin: 20px 10px 20px 10px;
}

.gc-company .gcs-resume div > img {
	width: 100%;
}

.gc-company .gcs-complement {
	width: 100%;
	max-width: 1020px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}

.gc-company .gcs-complement h3 {
	width: 90%;
	min-width: 280px;
	margin: 0 auto 0px;
	text-align: justify;
	font-weight: normal;
	letter-spacing: 0.5px;
}

.gc-company .gcs-complement p {
	width: 90%;
	min-width: 280px;
	margin: 0 auto 40px;
	text-align: justify;
	font-weight: normal;
	letter-spacing: 0.5px;
	font-size: 18px;
}

/* page privancy police and terms */

.main-ppolice {
	width: 100%;
	min-width: 280px;
	max-width: 1020px;
	height: auto;
	margin: 60px auto 20px;
}

.main-ppolice h1 {
	width: 100%;
	font-weight: normal;
	font-size: 28px;
	letter-spacing: 0.5px;
	text-align: center;
}

.main-ppolice p {
	width: 100%;
	min-width: 240px;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.5px;
	text-align: center;
	color: rgba(0,0,0,1.00);
	margin: 0 auto;
}

.gc-ppolice .gcs-resume {
	width: 100%;
	max-width: 1020px;
	height: auto;
	margin: 0 auto 20px;
	display: flex;
	flex-direction: flex-start;
	flex-wrap: wrap;
	justify-content: center;
}

.gc-ppolice .gcs-complement {
	width: 100%;
	max-width: 1020px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}

.gc-ppolice .gcs-complement h2 {
	width: 90%;
	min-width: 280px;
	margin: 0 auto;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0.5px;
}

.gc-ppolice .gcs-complement p {
	width: 90%;
	min-width: 280px;
	margin: 0 auto 40px;
	text-align: justify;
	font-weight: normal;
	letter-spacing: 0.5px;
	font-size: 18px;
}