@charset "UTF-8";

body {
	margin: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

h2 {
	color: lightseagreen;
	padding-top: 10px;
	padding-bottom: 5ps;
	text-align: center;
}

h3 {
	color: darkgreen;
	padding-bottom: 20px;
	padding-bottom: 10px;
}

a {
	text-decoration: none;
	color: teal;
}

a:hover {
	color: #1c839c;
	border-bottom: 2px solid #1c839c;
	padding-bottom: auto;
}

#customers {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	border-collapse: collapse;
	width: 100%;
}

#customers td,
#customers th {
	border: 1px solid #eaeaea;
	padding: 8px;
}

#customers tr:nth-child(even) {
	background-color: #f2f2f2;
}

#customers tr:hover {
	background-color: #fafafa;
}

#customers th {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 18px;
	text-align: center;
	background-color: lightseagreen;
	color: white;
}

#customers ul li {
	list-style-type: none;
}

/*Inicio Tabla Email Security*/
.todos {
	width: 100%;
	display: flex;
}

.contenedor-verde {
	width: 50%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.contenedor-amarillo {
	width: 25%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.contenedor-rojo {
	width: 25%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.green1 {
	width: 45%;
	height: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #343759;
	border-radius: 4px;
	box-shadow: 0px 0px 4px 0px #343759;
	padding: 30px;
	text-align: center;
	color: #343759;
}

.green1>h2 {
	display: block;
	font-size: 23px;
	margin-bottom: 25px;
}

.green1 img {
	width: 64px;
	margin-bottom: 35px;
}

.green1>h4 {
	font-size: 16px;
	margin-bottom: 20px;
}

.green1>p {
	display: block;
	font-size: 15px;
	margin-bottom: 20px;
}

.green1 ul li {
	text-align: left;
	font-size: 13px;
}

.green1:hover {
	background-color: #20b286;
	color: #f1f1f2;
	border: none;
	transition: 0.5s all;
	transform: scale(1.05);
	cursor: pointer;
}

.green2 {
	width: 45%;
	height: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #343759;
	border-radius: 4px;
	box-shadow: 0px 0px 4px 0px #343759;
	padding: 30px;
	text-align: center;
	color: #343759;
}

.green2>h2 {
	display: block;
	font-size: 23px;
	margin-bottom: 25px;
}

.green2 img {
	width: 64px;
	margin-bottom: 35px;
}

.green2>h4 {
	font-size: 16px;
	margin-bottom: 20px;
}

.green2>p {
	display: block;
	font-size: 15px;
	margin-bottom: 20px;
}

.green2 ul li {
	text-align: left;
	font-size: 13px;
}

.green2:hover {
	background-color: #20b286;
	color: #f1f1f2;
	border: none;
	transition: 0.5s all;
	transform: scale(1.05);
}

.yellow {
	width: 90%;
	height: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: 1px solid #343759;
	border-radius: 4px;
	box-shadow: 0px 0px 4px 0px #343759;
	padding: 30px;
	text-align: center;
	color: #343759;
}

.yellow>h2 {
	display: block;
	font-size: 22px;
	margin-bottom: 35px;
}

.yellow img {
	width: 64px;
	margin-bottom: 35px;
}

.yellow>h4 {
	font-size: 16px;
	margin-bottom: 20px;
}

.yellow>p {
	display: block;
	font-size: 15px;
	margin-bottom: 20px;
}

.yellow ul li {
	text-align: left;
	font-size: 13px;
}

.yellow:hover {
	background-color: #ffff00;
	color: #343759;
	border: none;
	transition: 0.5s all;
	transform: scale(1.05);
	cursor: pointer;
}

.red {
	width: 90%;
	height: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #343759;
	border-radius: 4px;
	box-shadow: 0px 0px 4px 0px #343759;
	padding: 30px;
	text-align: center;
	color: #343759;
}

.red>h2 {
	display: block;
	font-size: 23px;
	margin-bottom: 35px;
}

.red img {
	width: 64px;
	margin-bottom: 35px;
}

.red>h4 {
	font-size: 16px;
	margin-bottom: 20px;
}

.red>p {
	display: block;
	margin-bottom: 20px;
}

.red ul li {
	text-align: left;
	font-size: 13px;
}

.red:hover {
	background-color: #ff0000;
	color: #f1f1f2;
	border: none;
	transition: 0.5s all;
	transform: scale(1.05);
	cursor: pointer;
}

.prevenir {
	color: #343759;
	width: 95%;
	height: 60px;
	text-align: center;
	border: 1px solid #343759;
	border-radius: 4px;
	box-shadow: 0px 0px 4px 0px #343759;
	margin: 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: yellowgreen;
	padding-bottom: 10px;
}

.prevenir:hover {
	background-color: rgb(126, 168, 41);
	border: none;
	transition: 0.5s all;
	transform: scale(1.05);
	cursor: pointer;
}

.prevenir>h2 {
	display: block;
	font-size: 22px;
}

.detectar {
	color: #343759;
	width: 90%;
	height: 60px;
	text-align: center;
	border: 1px solid #343759;
	border-radius: 4px;
	box-shadow: 0px 0px 4px 0px #343759;
	margin: 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: yellow;
	padding-bottom: 10px;
}

.detectar:hover {
	background-color: rgb(214, 214, 4);
	border: none;
	transition: 0.5s all;
	transform: scale(1.05);
	cursor: pointer;
}

.detectar>h2 {
	display: block;
	font-size: 22px;
}

.responder {
	color: #343759;
	width: 90%;
	height: 60px;
	text-align: center;
	border: 1px solid #343759;
	border-radius: 4px;
	box-shadow: 0px 0px 4px 0px #343759;
	margin: 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: red;
	padding-bottom: 10px;
}

.responder:hover {
	background-color: rgb(179, 8, 8);
	border: none;
	transition: 0.5s all;
	transform: scale(1.05);
	cursor: pointer;
}

.responder>h2 {
	display: block;
	font-size: 22px;
}

.boton {
	display: inline-block;
	width: 100%;
	padding: 10px;
	background-color: #a5f059;
	text-decoration: none;
	color: #343759;
	border-radius: 100px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	box-shadow: 0px 3px 0px #7eb844;
}

.boton:hover {
	text-decoration: none;
	padding: auto;
	color: #446324;
	border-bottom: 1px solid #6a9b39;
}


.boton-amarillo {
	display: inline-block;
	width: 100%;
	padding: 10px;
	background-color: #ffd500;
	text-decoration: none;
	color: #343759;
	border-radius: 100px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	box-shadow: 0px 3px 0px #ffab00;
}

.boton-amarillo:hover {
	text-decoration: none;
	padding: auto;
	color: #ff6b00;
	border-bottom: 1px solid #ff6b00;
}

.boton-rojo {
	display: inline-block;
	width: 100%;
	padding: 10px;
	background-color: #ff3333;
	text-decoration: none;
	color: white;
	border-radius: 100px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	box-shadow: 0px 3px 0px #bc0000;
}

.boton-rojo:hover {
	text-decoration: none;
	padding: auto;
	color: #5a0000;
	border-bottom: 1px solid #5a0000;

}
.boton-verde{
	display: inline-block;
	width: 100%;
	padding: 10px;
	background-color: #188765;
	text-decoration: none;
	color: white;
	border-radius: 100px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	box-shadow: 0px 3px 0px #0c4634;
}
.boton-verde:hover {
	text-decoration: none;
	padding: auto;
	color: #ffffff;
	background-color: #12664c;
	border-bottom: 1px solid #0c4433;
}

/*Fin Tabla Email Security*/
.phishing-banner {
	text-align: center;
	position: relative;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 100%;
	background-image: url("/images/banners/phishing-03.jpg");
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 30px;
	float: left;
	align-items: center;
	text-shadow: -3px 3px rgba(0, 0, 0, 0.7);
}

.textobanner {
	text-align: center;
	position: relative;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 100%;
	background-image: radial-gradient(circle at 50% -20.71%, #ffffff 0, #ffffff 50%, #fbf7f8 100%);
	padding: 20px;
	padding: 20px;
}

.text1 {
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 20px;
	color: steelblue;
	animation: text 3s 1;
}

.text2 {
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 4px;
	margin-bottom: 20px;
	color: #ffffff;
	animation: text 3s 1;
}

@keyframes text {
	0% {
		color: #ffff00;
		margin-bottom: -40px;
	}

	85% {
		color: #82da33;
		letter-spacing: 3px;
		margin-bottom: -40px;
	}
}

.title {
	color: white;
}

.course {
	color: #fff;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(5, 1fr);
	align-items: center;
	height: 500px;
}

.course_about {
	z-index: 100;
	align-self: center;
	width: 97%;
	margin: 0 auto;
	padding: 30px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	background-color: lightseagreen;
	grid-column: 1/4;
	grid-row: 2/-2;
}

.course_picture {
	margin: 0;
	grid-column: 3/-1;
	grid-row: 1/-1;
}

.course_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.course_picture--right {
	grid-column: 1/4;
}

.course_about--left {
	grid-column: 3/-1;
}

.card2 {
	color: darkgreen;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.textox {
	font-size: 13px;
	margin: 30px 10px;
	text-align: justify;
}

.peque {
	font-size: 10px;
	color: #8f8f8f;
}

.texto-centrado {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 25px;
	text-align: justify;
}

.padding-40 {
	padding: 40px;
}

p>a {
	text-decoration: none;

}

.verde {
	text-align: center;
	margin-right: 10%;
	margin-left: 10%;
	height: 550px;
}

.container {
	background-color: #FFFFFF;
	width: 95%;
	max-width: 1200px;
	overflow: hidden;
	margin: auto;
	padding: 25px 0px 0px 0px;
}

.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block;
	color: #4CAD49;
	font-family: "Roboto";
}

.row.blockDisplay {
	display: block;
}

.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}

.columns {
	width: 25%;
	float: left;
	font-family: "Montserrat";
	color: #A5A5A5;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}

.container .columns h4 {
	text-align: center;
	color: #01B2D1;
}

.primary_header {
	width: 100%;
	height: 360px;
	padding: 20px 0px;
	background: #000046;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, hsla(290, 60%, 70%, 0.3), #000046), url("/images/hacker.jpg");
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, hsla(290, 60%, 70%, 0.3), #000046), url("/images/hacker.jpg");
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-size: cover;
	background-attachment: fixed;
}

.contacto_header {
	width: 100%;
	height: 360px;
	padding: 50px 0px;
	background-image: url("/images/Fondo-01.jpg");
	background-size: cover;
	background-attachment: fixed;
	align-items: center;
}

.email_header {
	width: 100%;
	height: 350px;
	padding: 50px 0px;
	background-image: url("/images/banners/Email-Secutiy.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	align-items: center;
}
.archiver_header {
	width: 100%;
	height: 350px;
	padding: 50px 0px;
	background-image: url("/images/banners/Banners-Archiver.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	align-items: center;
}


.videos {
	width: 100%;
	display: block;
	margin: 0;
	background-color: #FFFFFF;
}

.videos .w {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

.videos .w .youtube_video {
	width: 100%;
	background-color: #000;
	position: relative;
	padding-bottom: 50%;
	height: 0;
}

.videos .w .youtube_video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.videos .w .details {
	width: 38%;
	margin-left: 2%;
	padding-left: 20px;
}

.videos .w .details span {
	font-size: 25px;
	font-family: sans-serif;
}

.videos .w .details p {
	font-size: 35px;
	font-family: "Arvo";
}

.videos .gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.videos .gallery .x {
	width: calc(96% / 3);
	position: relative;
}

.videos .gallery .x img {
	width: 100%;
	display: block;
}

.videos .gallery .x .youtube_icon {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.videos .gallery .x .youtube_icon:hover {
	background-color: rgba(0, 0, 0, 0);
}

.videos .gallery .x .youtube_icon.active {
	background-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: 5px 5px 10px;
	box-shadow: 5px 5px 10px;
}

.videos .gallery .x .youtube_icon.active img {
	opacity: 0;
}

.videos .gallery .x .youtube_icon img {
	width: 30px;
}


.contenedor {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}

.slider {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.slider ul {
	display: flex;
	animation: cambio 30s infinite alternate linear;
	width: 600%;
}

.slider li {
	width: 100%;
	list-style: none;
}

.slider img {
	width: 100%;
}

@keyframes cambio {
	0% {
		margin-left: 0;
	}

	15% {
		margin-left: 0;
	}

	20% {
		margin-left: -100%;
	}

	35% {
		margin-left: -100%;
	}

	40% {
		margin-left: -200%;
	}

	55% {
		margin-left: -200%;
	}

	60% {
		margin-left: -300%;
	}

	75% {
		margin-left: -300%;
	}

	80% {
		margin-left: -400%;
	}

	100% {
		margin-left: -400%;
	}
}


.secondary_header {
	width: 100%;
	background-color: #B3B3B3;
	clear: left;
}

.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}

.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Montserrat";
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 16%;
	transition: all 0.3s linear;
}

.secondary_header ul li:hover {
	color: #717070;
	cursor: pointer;
}

.left_article {
	background-color: #fff;
	width: 56.5%;
	float: left;
	font-family: "Montserrat";
	color: #343434;
}

.enmedio {
	width: 45%;
	float: left;
	background-color: #fff;
	margin: 0% 27.5%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 20px;
	padding-right: 20px;
}

.izquierda {
	background-color: #fff;
	width: 45%;
	float: left;
	margin: 2%;
}

.justificado {
	text-align: justify;
}

.linkcentro {
	float: left;
	text-align: center;
	text-decoration: none;
	color: #1c9c80;
	border: 5px solid aliceblue;
	padding: 20px 0px;
	width: 30%;
	margin: 0 35%;

}

.linkcentro:hover {
	float: left;
	text-align: center;
	color: #fff;
	background-color: #105b4b;
	border: 5px solid #fff;
	padding: 20px 0px;
	width: 30%;
	margin: 0 35%;
}

.centro {
	width: 40%;
	font-family: "Montserrat";
	color: #343434;
	text-align: center;
	padding: 15px 0;
	margin: 0px auto;
}

.medio {
	width: 80%;
	font-family: "Montserrat";
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	margin: 0 10%;
}

.izq {
	display: inline-block;
	text-align: left;
}

.noDisplay {
	display: none;
}

.container .left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
}

.container .left_article p {
	padding-left: 1%;
	padding-right: 1%;
	text-align: justify;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: red;
}

.right_article {
	width: 40%;
	float: left;
	background-color: #fff;
	height: 318px;
	padding-left: 20px;
	padding-right: 20px;
}

.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.right_article ul li {
	font-family: "Source Sans Pro";
	list-style: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;

}

.right_article ul li:hover {
	cursor: pointer;
}

.left_partner {
	float: left;
	width: 25%;
	margin-left: 10%;
	text-align: center;
	padding: 20px;
}

.right_partner {
	float: right;
	width: 50%;
	height: auto;
	margin-right: 15%;
	padding: 20px;
	text-align: justify;
	color: #808080;
}

.verde-osc {
	color: #14716c;
	font-weight: 800;
}

.footer {
	background-color: #717070;
}

.textos-header {
	display: flex;
	height: 250px;
	width: 100%;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	font-family: "Montserrat";
	text-align: center;
	text-shadow: 2px 2px 2px #004385;
}

.textos-header h1 {
	font-size: 3rem;
	margin-bottom: 2rem;
	color: #FFFFFF;
}

.textos-header h2 {
	font-size: 30px;
	font-weight: 300;
	color: #FFFFFF;
}

.texto {
	font-size: 15px;

}

/*Promociones -------------*/

.card {
	background-color: #FFFFFF;
	width: 100%;
}

.card_copy {
	margin-top: 20px;
}

.card_container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.card_item {
	width: 32%;
	justify-content: center;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 5px solid aliceblue;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card_item2 {
	width: 20%;
	justify-content: center;
	margin: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.card_title {
	margin: 10px 0px;
}

.card_picture {
	width: 100%;
	overflow: hidden;
}

.links {
	background-color: #FFFFFF;
}

.logos {

	background-color: aliceblue;
}

.logo2 {
	width: 80%;
	margin: 30px 10%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	align-items: center;
}

.img-logo {
	width: 150px;
}

.banner {
	width: 100%;
	margin: 0%;
	align-content: flex-start;
	justify-content: center;
	align-items: center;
}

/*Promociones -------------*/

.placeholder {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	height: 100%;
}

.left_half {
	display: flex;
	background-color: #fff;
	border: solid thin lightgray;
	width: 38%;
	height: 197px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	align-items: center;
	justify-content: center;

}

.container .column_half.left_half h2 {
	color: #FFFFFF;
	font-family: "Montserrat";
	text-align: center;
	vertical-align: middle;
}

.right_half {
	background-color: #4CAD49;
	color: #FFFFFF;
	float: right;
	font-family: "Montserrat";
	text-align: center;
	width: 60%;
	height: 197px;
	padding: 20px;
	margin: 0px 0px 10px 0px;
}

.column_title {
	padding-top: 25px;
	padding-bottom: 25px;
}

.copyright {
	text-align: center;
	background-color: #717070;
	color: #FFFFFF;
	font-weight: 300;
	border-top-width: 2px;
	font-family: "Open Sans";
}


.button {
	float: left;
	text-align: center;
	box-sizing: border-box;
	background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
	box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
	width: 90%;
	font-size: 1em;
	font-weight: 600;
	color: #fff;
	font-family: Montserrat;
	cursor: pointer;
	margin: 2% 5%;
	padding: 2%;
	height: 15%;
	align-items: center;
	border: none;
	background-size: 300% 100%;

	border-radius: 50px;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.button:hover {
	background-position: 100% 0;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.button:focus {
	outline: none;
}

.center {
	text-align: center;
	margin-top: 20px;
}

.content-table {
	width: 98%;
	margin: 30px auto;
	border-collapse: collapse;
	font-size: 0.9em;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
	background-color: #009879;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}

.content-table th,
.content-table td {
	padding: 12px 15px;
	vertical-align: top;
}

.content-table tbody tr {
	border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
	background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
	border-bottom: 2px solid #009879;
}

.content-table tbody tr.active-row {
	font-weight: bold;
	color: #009879;
}

.content-table ul a {
	text-decoration: none;
	color: rgb(10, 70, 50);
}

.content-table ul a:hover {
	color: darkcyan;
}

.content-table ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.content-table p {
	max-width: 500px;
	padding: 5px 0px;
}

.content-table .img-table {
	width: 80%;
	margin: 0px 10%;

}

.titulo-tabla-escondido {
	display: none;
}

.rojo {
	background-color: crimson;
	color: #FFFFFF;
	padding: 5px;
}

.btn {
	background-color: #009879;
	color: #FFFFFF;
	padding: 5px 10px;
	border-radius: 20px;
	border: none;
	text-decoration: none;
	display: flex;
	justify-content: center;
	margin: 15px auto;
	width: 70%;

}

.btn:hover {
	background-color: #dbdbdb;
	color: #009879;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 20px;
	border: none;
	margin: 15px auto;
}

.img-small {
	width: 30px;
	padding: 0px 5px;
}

/*------ Inicio Páginas Productos --------*/

.grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	width: 100%;
	height: 100%;
	margin: 0 auto;
	gap: 10px;
	overflow: hidden;
	align-items: center;
}

.weight-400 {
	font-weight: 400;
}

.weight-700 {
	font-weight: 700;
}

.parrafo {
	margin-bottom: 20px;
}

.arriba {
	height: 450px;
	background-color: #FFFFFF;
}

.img-hero {
	width: 100%;
	height: auto;
	grid-column: 7/13;
}

.img {
	width: 100%;
	text-align: center;
	margin: auto;
}

.centrar-img {
	width: 50%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25%;
	margin-right: 25%;
	background-color: #105b4b;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.lista {
	font-weight: 400;
}

.textos-hero {
	grid-column: 1/7;
	padding-right: 20px;
}

.textos-hero p {
	text-align: justify;
	padding-top: 10px;
}

.cta {
	width: 130px;
	background-color: #1A9876;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	padding: 10px 0;
	text-decoration: none;
}

.services {
	height: 950px;
	background: linear-gradient(180deg, #fff 50%, #1A9876 50%);
	text-align: center;
}

.items {
	grid-column: 1/-1;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
}

.item {
	width: 30%;
	background-color: #ffffff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	height: 800px;
	padding: 5px 10px;
	text-align: justify;

}

.titulo-services {
	margin: 0px 0px;

}

/*About us*/

.about-us {
	background: #1A9876;
	color: #ffffff;
	height: auto;
	padding-bottom: 60px;
}

.textos-about-us {
	grid-column: 1/-1;
	text-align: center;
}

.textos-about-us .parrafo {
	margin-top: 10px;
	color: #ddd;
}

.numbers {
	grid-column: 1/-1;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.number {
	text-align: center;
	font-size: 30px;
	width: 22%;
}

/*  Mission  */

.mission {
	padding: 0px 0;
}

.textos-mission {
	grid-column: 7/13;
	grid-row: 1/-1;
	margin-bottom: 20px;
}

.img-mission {
	grid-column: 1/7;
	grid-row: 1/-1;
	background-color: #FFFFFF;
}

.texto-mission p {
	padding: 10px 0;
}

/**----- End Páginas Productos    ---------*/


.slideshow-container {
	width: 100%;
	height: auto;
  }
  
  .mySlides img {
	width: 100%;
  }
  
  
  
  /* Next & previous buttons */
  .prev,
  .next {

	width: auto;
	color:red;
	left: 0px;
	font-size: 2rem;
	transition: 0.6s ease;
	opacity: 0.3;
	transition: opacity 0.3s;
  }
  
  /* Position the "next button" to the right */
  .next {
	right:0;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
	opacity: 1;
  }
  
  /* Caption text */
  .mySlides {
	width: 100%;
	height: auto;
	padding-top: 0px;
	text-align: center;
	/* Force Hardware Acceleration */
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
  }
  
  .text {
	position: absolute;
	overflow: hidden;
	margin: 1.5% 10%;
	padding: 0;
  }
  
  
  .text h2,
  .text p {
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	margin: 0;
	color: #ffffff;
	max-width: 600px;
	text-align: left;
  }
  
  .text h2 {
	margin-bottom: 2%;
	font-size: 1rem;
	line-height: 2rem;
  }
  
  .text p {
	font-size: 0.7rem;
	line-height: 1rem;
	padding: 0px 25px;
  }
  
  .btn-banner {
	text-decoration: none;
	display: inline-block;
	padding: 0.6em 1.4em;
	margin-top: 1rem;
	border-radius: 4rem;
	background-color: rgba(212, 68, 87, 0.9);
	color: white;
	font-size: 0.6rem;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
  }
  
  .btn-banner:hover {
	background-color: #d44457;
  }
  
  .btn-banner .btn-banner--secondary {
	background-color: rgba(22, 26, 30, 0.8);
  }
  
  /* The dots/bullets/indicators */
  .items-dot {
	display: flex;
	margin-top: -3%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
	width: 10%;
	height: 10px;
	justify-content: center;
	align-items: center;
  }
  
  .dot {
	cursor: pointer;
	height: 4px;
	width: 20px;
	margin: 0 5px;
	background-color: #bbb;
	opacity: 0.5;
	display: inline-block;
	transition: background-color 0.6s ease;
  }
  
  .active,
  .dot:hover {
	background-color: #676767;
  }


@media (max-width: 320px) {
	.archiver_header {
		width: 100%;
		height: 100px;
		background-color: #255c5b;
		background-size: 150%;
		background-repeat: no-repeat;
	}

	.primary_header {
		background-position: center;
	}


	.secondary_header ul li {
		float: none;
		margin-top: 28px;
		margin-left: 0px;
		width: 100%;
	}

	.container .secondary_header ul {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		height: auto;
		width: 100%;
		text-align: center;
	}

	.secondary_header {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 1px;
		padding-bottom: 40px;
	}

	.left_article {
		width: 100%;
		height: auto;
		padding: inherit;
	}

	.right_article {
		width: 100%;
		height: auto;
		padding: 10px;
	}

	.placeholder {
		width: 100%;
		margin-top: 22PX;
		margin-right: 0px;
		margin-bottom: 22PX;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		max-width: 400px;
		max-height: 200px;
		height: auto;
	}

	.columns {
		width: 100%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0PX;
		padding-right: 0PX;
		padding-bottom: 0PX;
		padding-left: 0PX;
	}

	.columns p {
		padding-left: 10px;
		padding-right: 10px;
	}

	.column_half.left_half {
		width: 100%;
	}

	.column_half.right_half {
		width: 100%;
		padding-bottom: 20px;
	}

	.copyright {
		padding-top: 25px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.container .left_article h3 {
		margin-top: 30px;
	}

	.social .social_icon img {
		width: 80%;
	}


}

@media (min-width: 501px) and (max-width: 768px) {
	.archiver_header {
		width: 100%;
		height: 300px;
		padding: 50px 0px 0px 0px;
		background-size: 170%;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

	
	.secondary_header ul li {
		float: none;
		margin-top: 28px;
		margin-left: 0px;
		width: 100%;
	}

	.container .secondary_header ul {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		height: auto;
		width: 100%;
		text-align: center;
	}

	.secondary_header {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 1px;
		padding-bottom: 40px;
	}

	.left_article {
		width: 100%;
		height: auto;
	}

	.right_article {
		width: 100%;
		height: auto;
		padding: 10px;
	}

	.left_partner {
		margin-left: 5%;
		width: 40%;
		padding: 10px;

	}

	.right_partner {
		margin-right: 5%;
		width: 50%;
		padding: 10px;
	}

	.placeholder {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: 100%;
	}

	.columns {
		width: 100%;
		margin-top: 6px;
		margin-right: 0px;
		margin-bottom: 6px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	.columns p {
		padding-left: 14px;
		padding-right: 14px;
	}

	.column_half.left_half {
		width: 100%;
	}

	.column_half.right_half {
		width: 100%;
	}

	.content-table thead {
		display: none;
	}

	.content-table tbody tr td {
		display: block;
		width: 95%;
	}

	.content-table tbody tr {
		border-bottom: 2px solid #009879;
		margin-bottom: 15px;
	}

	.btn {
		font-size: 14px;
		display: flex;
		margin: 0 15%;
		text-align: center;
		width: 70%;
	}

	.btn:hover {
		background-color: #FFFFFF;
		color: #009879;
		font-weight: bold;
		display: flex;
		margin: 0 15%;
		text-align: center;
		width: 70%;
	}

	.arriba {
		height: auto;
	}

	.grid {
		grid-gap: 30px;
	}

	.img-hero,
	.textos-hero {
		grid-column: 1/-1;
		padding: 30px 20px;
		background-color: brown;
	}

	.img-hero {
		text-align: center;
	}

	.textos-hero {
		margin-top: 40px;
	}

	.services {
		height: auto;
		margin-top: 40px;
	}

	.item {
		width: 90%;
		margin: 20px 0;
		height: auto;
		padding: 40px;
	}

	.img-mission {
		grid-column: 1/-1;
		grid-row: 2/3;
		text-align: center;
	}

	.textos-mission {
		grid-column: 1/-1;
		grid-row: 1/2;
		align-self: center;
	}

	.titulo-tabla-escondido {
		background-color: #009879;
		border-radius: 4px 4px 0px 0px;
		width: 98%;
		height: auto;
		padding: 10px;
		display: flex;
		margin: auto;
	}

	.titulo-tabla-escondido h3 {
		color: #FFFFFF;
	}


	.textobanner {
		text-align: center;
		position: relative;
		transform: translate(-50%, 0%);
		width: 100%;
		background-image: radial-gradient(circle at 50% -20.71%, #ffffff 0, #ffffff 50%, #fbf7f8 100%);
		padding: 20px;
		padding: 20px;
		margin-top: 20px;
		margin-bottom: 5px;
	}

	.phishing-banner {
		text-align: center;
		position: relative;
		transform: translate(-50%, 0%);
		width: 100%;
	}

	.todos {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.contenedor-verde {
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.contenedor-amarillo {
		width: 50%;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.contenedor-rojo {
		width: 50%;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.prevenir {
		width: 95%;
		height: 60px;
		text-align: center;
		padding-top: 0px;
		margin: 20px auto;
		border: 1px solid #343759;
		border-radius: 4px;
	}

	.green1 {
		width: 45%;
		height: 800px;
		padding: 20px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.green1>h2 {
		margin-top: 40px;

	}

	.green2 {
		width: 45%;
		height: 800px;
		padding: 20px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.green2>h2 {
		margin-top: 40px;

	}

	.yellow {
		width: 90%;
		height: 900px;
		padding: 20px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.yellow>h2 {
		margin-top: 30px;
	}

	.red {
		width: 90%;
		height: 900px;
		padding: 20px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.red>h2 {
		margin-top: 30px;
	}

	.espacios {
		display: none;
	}

	.boton {
		width: 100%;
		padding: 10px;
		background-color: #a5f059;
		text-decoration: none;
		color: #343759;
		border-radius: 100px;
		text-align: center;
		font-size: 9px;
		font-weight: 600;
		margin: 0;
	}

	.boton-amarillo {
		width: 100%;
		padding: 10px;
		text-decoration: none;
		border-radius: 100px;
		text-align: center;
		font-size: 9px;
		font-weight: 600;
		margin: 0;
	}



}

@media (min-width: 769px) and (max-width: 1200px) {
	.archiver_header {
		width: 100%;
		height: 350px;
		padding: 50px 0px 0px 0px;
		background-size: 130%;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	.secondary_header {
		overflow: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.secondary_header ul li {
		margin-top: 10px;
		margin-right: 7%;
		margin-bottom: 10px;
		margin-left: 7%;
	}

	.left_article {
		width: 100%;
		height: auto;
	}

	.right_article {
		width: 100%;
		height: auto;
		padding: 10px;
	}

	.placeholder {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.columns {
		width: 50%;
		float: left;
		padding-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}

	.container .columns p {
		padding-left: 25px;
		padding-right: 25px;
	}

	.tel {
		display: none;
	}

	.textobanner {
		text-align: center;
		position: relative;
		transform: translate(-50%, 0%);
		width: 100%;
		background-image: radial-gradient(circle at 50% -20.71%, #ffffff 0, #ffffff 50%, #fbf7f8 100%);
		padding: 20px;
		padding: 20px;
		margin-top: 20px;
		margin-bottom: 5px;
	}

	.phishing-banner {
		text-align: center;
		position: relative;
		transform: translate(-50%, 0%);
		width: 100%;
	}

	.todos {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.contenedor-verde {
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.contenedor-amarillo {
		width: 50%;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.contenedor-rojo {
		width: 50%;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.prevenir {
		width: 95%;
		height: 60px;
		text-align: center;
		padding-top: 0px;
		margin: 20px auto;
		border: 1px solid #343759;
		border-radius: 4px;
	}

	.green1 {
		width: 45%;
		height: 600px;
		padding: 40px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.green1>h2 {
		margin-top: 40px;
	}

	.green2 {
		width: 45%;
		height: 600px;
		padding: 40px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.green2>h2 {
		margin-top: 40px;
	}

	.yellow {
		width: 90%;
		height: 800px;
		padding: 40px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.yellow>h2 {
		margin-top: 30px;
	}

	.red {
		width: 90%;
		height: 800px;
		padding: 40px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.red>h2 {
		margin-top: 30px;
	}

	.espacios {
		display: none;
	}
}

.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}

.thumbnail_align {
	text-align: center;

}

.social {
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
	width: 100%;
	background-color: #545b62;
	overflow: hidden;
	display: flex;
	color: white;
	justify-content: center;
	font-size: 1em;

}

.social_icon {
	justify-content: center;
	float: left;
	line-height: 0px;
}

.social a {

	color: #ffffff;
	text-decoration: none;
	align-items: center;
}

.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}

@media (max-width: 500px) {

	.primary_header {
		background-position: center;
	}

	.email_header {
		height: 300px;
		background-position: center;

	}

	.contacto_header {
		height: 300px;
		background-position: center;
	}
	.archiver_header {
		width: 100%;
		height: 250px;
		padding: 50px 0px 0px 0px;
		background-size: 250%;
		background-repeat: no-repeat;
	}

	.social {
		display: flex;
		/*flex-direction: column;*/
		text-align: center;
		flex-wrap: wrap;
		align-content: flex-start;
	}

	.social_icon {
		flex-direction: row;
		width: 20%;
		margin-right: 3%;
	}

	.copyright {
		font-size: 12px;
		padding: 0px;
	}

	.left_article {
		width: 96%;
		height: auto;
		margin: 0px 2%;
	}

	.right_article {
		width: 96%;
		height: auto;
		margin: 0px 2%;
		padding: 20px 0px;
	}

	.left_partner {
		width: 60%;
		margin: 0px 20%;
		padding: 10px;

	}

	.right_partner {
		width: 80%;
		margin: 0px 10%;
		padding: 10px;
	}

	.textos-header {
		display: flex;
		height: 230px;
		width: 100%;
		align-items: center;
		justify-content: flex-end;
		flex-direction: column;
		font-family: "Montserrat";
		text-align: center;
		text-shadow: 2px 2px 2px #004385;
	}

	.textos-header h1 {
		font-size: 2.25em;
		color: #FFFFFF;
	}

	.textos-header h2 {
		font-size: 1.15em;
		color: #FFFFFF;
	}

	.banner {
		float: left;
		margin-top: 60px;
		height: 170px;


	}
	.linkcentro {
		float: left;
		text-align: center;
		text-decoration: none;
		color: #1c9c80;
		border: 5px solid aliceblue;
		padding: 20px 20px;
		width: 80%;
		margin: 0 10%;

	}

	.linkcentro:hover {
		float: left;
		text-align: center;
		color: #fff;
		background-color: #105b4b;
		border: 5px solid #fff;
		padding: 20px 20px;
		width: 80%;
		margin: 0 10%;
	}

	.card_picture {
		width: 100%;
	}

	.enmedio {
		width: 90%;
		float: left;
		background-color: #fff;
		margin-left: 5%;
		margin-right: 5%;
		padding-top: 3%;
		padding-bottom: 3%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.medio {
		width: 90%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0px;
		margin-left: 5%;
		margin-bottom: 2%;
	}

	.izquierda {
		background-color: #fff;
		width: 90%;
		float: left;
		margin: 2% 5%;
	}

	.izq {
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		width: 90%;
		margin-left: 5%;

	}

	#customers {
		font-family: "Montserrat", Arial, Helvetica, sans-serif;
		font-size: 15px;
		text-align: center;
		border-collapse: collapse;
		width: 100%;
	}

	#customers tr {
		display: flex;
		flex-direction: column;
		margin-bottom: 1em;

	}

	#customers th {
		display: none;
	}

	#customers td {
		border: 1px solid #eaeaea;
		padding: 8px;

	}

	#customers ul li {
		text-align: left;
	}

	#customers tr:nth-child(even) {
		background-color: #f2f2f2;
	}

	#customers tr:hover {
		background-color: #fafafa;
	}

	#customers th {
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 18px;
		text-align: center;
		background-color: lightseagreen;
		color: white;
	}

	.textobanner {
		text-align: center;
		position: relative;
		transform: translate(-50%, 0%);
		width: 100%;
		background-image: radial-gradient(circle at 50% -20.71%, #ffffff 0, #ffffff 50%, #fbf7f8 100%);
		padding: 20px;
		padding: 20px;
		margin-top: 20px;
		margin-bottom: 5px;
	}

	.phishing-banner {
		text-align: center;
		position: relative;
		transform: translate(-50%, 0%);
		width: 100%;
	}

	.todos {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.contenedor-verde {
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: flex-start;

	}

	.contenedor-amarillo {
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.contenedor-rojo {
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.green1 {
		width: 90%;
		height: auto;
		padding: 30px;
		text-align: center;
		margin-top: 0px;
		margin-left: auto;
		margin-bottom: 30px;
		background-color: yellowgreen;
	}

	.green1>p {
		display: block;
		margin-bottom: 20px;
	}

	.green1 ul li {
		text-align: left;
		font-size: 13px;
		margin: 0px 30px;
	}

	.green2 {
		width: 90%;
		height: auto;
		padding: 30px;
		text-align: center;
		margin-top: 0px;
		margin-left: auto;
		margin-bottom: 30px;
		background-color: yellowgreen;
	}

	.green2>p {
		display: block;
		margin-bottom: 20px;
	}

	.green2 ul li {
		text-align: left;
		font-size: 13px;
		margin: 0px 30px;
	}

	.yellow {
		width: 90%;
		height: auto;
		padding: 30px;
		text-align: center;
		margin-top: 0px;
		margin-left: auto;
		margin-bottom: 30px;
		background-color: yellow;

	}

	.yellow>p {
		display: block;
		margin-bottom: 20px;
	}

	.yellow ul li {
		text-align: left;
		font-size: 13px;
		margin: 0px 30px;
	}

	.red {
		width: 90%;
		height: auto;
		padding: 30px;
		text-align: center;
		margin-top: 0px;
		margin-left: auto;
		margin-bottom: 30px;
		background-color: red;
	}

	.red>p {
		display: block;
		margin-bottom: 20px;
	}

	.red ul li {
		text-align: left;
		font-size: 13px;
		margin: 0px 30px;
	}

	.prevenir {
		width: 90%;
		background-color: yellowgreen;
	}

	.detectar {
		background-color: yellow;
	}

	.responder {
		background-color: red;
	}

	.espacios {
		display: none;
	}

	.boton {
		width: 90%;
		padding: auto;
		background-color: #a5f059;
		text-decoration: none;
		color: #343759;
		border-radius: 100px;
		text-align: center;
		font-size: 14px;
		font-weight: 600;
		margin: 0px 5%;
	}

	.boton-amarillo {
		width: 90%;
		padding: auto;
		text-decoration: none;
		border-radius: 100px;
		text-align: center;
		font-size: 14px;
		font-weight: 600;
		margin: 0px 5%;
	}

	.boton-rojo {
		width: 90%;
		padding: auto;
		text-decoration: none;
		border-radius: 100px;
		text-align: center;
		font-size: 14px;
		font-weight: 600;
		margin: 0px 5%;
	}

	.content-table tr {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.content-table thead {
		display: none;
	}

	.titulo-tabla-escondido {
		background-color: #009879;
		border-radius: 4px 4px 0px 0px;
		width: 98%;
		height: auto;
		padding: 10px;
		display: flex;
		margin: auto;
	}

	.titulo-tabla-escondido h3 {
		color: #FFFFFF;
	}


	/*Promociones -------------*/
	.card {
		background-color: #ffffff;
		width: 100%;
	}

	.card_copy {
		margin-top: 20px;
	}

	.card_container {
		width: 100%;
		margin: 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;

	}

	.card_item {
		width: 100%;
		justify-content: center;
		background-color: #fff;
		margin-right: 15px;
		margin-top: 30px;
		padding: 10px;
		border-top: 5px solid aliceblue;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.card_item2 {
		width: 95%;
		margin: 2.5%;
		padding: 0px auto;

	}

	.card_picture {
		width: 100%;
	}

	.verde {
		text-align: center;
		margin-right: 10%;
		margin-left: 10%;
		height: 250px;
	}

	/*Course*/

	.course {
		grid-template-columns: 1fr;
		height: auto;

	}

	.course_about {
		padding: 20px;
		width: 95%;
		grid-column: 1/-1;
		grid-row: 1/-1;
	}

	.course_picture {
		display: none;
	}

	.videos {
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.videos .w .youtube_video {
		width: 100%;
		background-color: #000;
		position: relative;
		padding-bottom: 50%;
		height: 0;
	}

	.centro {
		width: 90%;
		text-align: center;
		padding: 10px 0;
		margin: 0px auto;
	}

	/*----- Start Páginas Productos ------*/

	.number {
		width: 55%;
		border-bottom: 1px dotted #ffffff;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}

	.arriba {
		height: auto;
	}

	.grid {
		grid-gap: 20px;
	}

	.img-hero,
	.textos-hero {
		grid-column: 1/-1;
		padding: 30px 20px;
	}

	.img-hero {
		text-align: center;
	}

	.textos-hero {
		margin-top: 40px;
	}


	.services {
		height: auto;
		margin-top: 0px;
	}

	.item {
		width: 90%;
		margin: 20px 0;
		height: auto;
		padding: 40px;
	}

	.img-mission {
		grid-column: 1/-1;
		grid-row: 2/3;
		text-align: center;
	}

	.textos-mission {
		grid-column: 1/-1;
		grid-row: 1/2;
		align-self: center;
		padding: 30px 20px;
	}



}