# Empty CSS file for your own CSS body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif !important;
	overflow-x: hidden !important;
}

p {
	font-size: 18px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif !important;
}

.col-md-12,
.row {
	padding: 0px;
	margin: 0px;
}

.header {
	background-color: #000000;
	z-index: 100;
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0px;
	color: #ffffff;
	font-size: 20px;
}

.header .container {
	padding: 0px;
}

.header .col-md-3,
.header .col-md-9 {
	float: left;
	padding: 0px;
}

.header .logo {
	position: absolute;
	margin: 0px;
	padding: 0px;
	margin-top: -30px;
	width: 250px;
}

.header .vinculos-top {
	text-align: right;
}

.header .vinculos-top a {
	color: #ffffff;
}

.header .vinculos-top a:hover {
	color: #00a9ff;
}

.header .vinculos-top ul {
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 8px;
	margin-right: 10px;
}

.header .vinculos-top li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

.header .vinculos-top .fecha {
	margin-top: 5px;
	font-size: 12px;
	margin-left: 15px;
	border-left: 1px solid #727272;
	padding-left: 15px;
	display: inline-block;
}

.banner-ppal {
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(16, 31, 70, 1) 66%);
}

.banner-ppal .col-md-foto {
	float: left;
	width: 70%;
	padding: 0px;
	margin: 0px;
}


.banner-ppal .col-md-6 {
	float: left;
	width: 30%;
	padding: 0px;
	margin: 0px;
	vertical-align: middle !important;
}

.banner-ppal .col-md-foto .estudiante-ric {
	width: 100%;
	max-width: 900px;
	animation-duration: 3s;
	animation-name: slidein;
}

@keyframes slidein {
	from {
		margin-left: -823px;
	}

	to {
		margin-left: 0px;
	}
}

.banner-ppal .col-md-6 .contenedor-msj-banner {
	margin: 100px 300px 20px -300px;
	padding: 80px;
	text-align: center;
	color: #00aeef;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 35px;
	line-height: 35px;
	animation-duration: 3s;
	animation-name: msjin;
}

@keyframes msjin {
	from {
		opacity: 0%;
	}

	to {
		opacity: 100%;
	}
}

.banner-ppal .col-md-6 .contenedor-msj-banner .logo-ric-banner {
	margin-top: 25px;
	margin-bottom: 25px;
}

.contenido {
	margin-top: 40px;
	margin-bottom: 40px;
}

.contenido .col-md-9 {
	width: 70%;
	float: left;
}

.contenido .col-md-3 {
	width: 30%;
	float: left;
	padding: 0px;
}

.contenido .texto-destacado {
	color: #005baa;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif !important;
	text-align: center;
	font-size: 21px;
	line-height: 38px;
}

.contenido .subtitulo-destacado {
	color: #005baa;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 800;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.contenido .col-md-5,
.contenido .col-md-7 {
	float: left;
	vertical-align: middle;
}

.contenido .col-md-5 img {
	width: 100%;
}

.contenido .spacer {
	height: 80px;
}

.contenido .contenedor-inscripcion {
	border: 1px solid #000000;
	background-color: #e8e8e8;
	text-align: center;
}

.contenido .contenedor-inscripcion h2 {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 19px;
	background-color: #005baa;
	text-align: center;
	font-weight: 700;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.contenido .contenedor-inscripcion p {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.contenido .contenedor-inscripcion .btn-inscripcion {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: inline-block;
	text-decoration: none;
	background: rgb(50, 192, 252);
	background: linear-gradient(0deg, rgba(50, 192, 252, 1) 0%, rgba(0, 116, 190, 1) 24%, rgba(0, 111, 186, 1) 33%, rgba(0, 168, 234, 1) 73%, rgba(129, 212, 247, 1) 95%);
	padding: 15px 30px;
	margin-bottom: 20px;
	font-size: 16px;
	border-radius: 10px;
	border: 1px solid #0064a2;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.72);
}

.contenido .contenedor-inscripcion .btn-inscripcion:hover {
	background: rgb(50, 192, 252);
	background: linear-gradient(180deg, rgba(50, 192, 252, 1) 0%, rgba(0, 116, 190, 1) 24%, rgba(0, 111, 186, 1) 33%, rgba(0, 168, 234, 1) 73%, rgba(129, 212, 247, 1) 95%);

}

.contenido .subtitulo-cursos {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 24px;
	font-weight: 700;
	background-color: #e7eff9;
	padding: 20px;
	color: #005ba9;
	margin-top: 20px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
}

.contenido .contenedor-inscripcion .btn-inscripcion .mano {
	position: absolute;
}

.cursos {
	font-family: 'Open Sans', sans-serif !important;
	margin-bottom: 60px;
}

.doscursos {
	text-align: center
}

.doscursos .col-md-4 {
	display: inline-block;
	float: initial !important;
}

.cursos .col-md-4 {
	float: left;
	text-align: left;
}

.cursos .col-md-4 img {
	width: 100%;
}

.cursos .col-md-4 .fecha {
	color: #ffffff;
	padding: 10px 20px;
	background-color: rgba(25, 71, 226, 0.9);
	position: absolute;
	right: 15px;
	top: 20px;
	text-align: right;
	font-size: 16px;
	font-weight: 100;
}

.cursos .col-md-4 .t-webinar {
	color: #ffffff;
	padding: 10px 20px;
	background-color: rgba(0, 213, 16, 0.952);
	position: absolute;
	top: 20px;
	text-align: right;
	font-size: 16px;
	font-weight: 100;
}

.cursos .col-md-4 h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cursos .col-md-4 .categoria-curso {
	background-color: #00afff;
	color: #ffffff;
	font-style: italic;
	font-size: 14px;
	padding: 3px 15px 3px 3px;
	float: left;
	border-radius: 10px;
}

.cursos .col-md-4 .categoria-curso img {
	width: 30px;
}

.cursos .col-md-4 ul {
	float: left;
	margin-top: 30px;
	width: 100%;
	font-size: 18px;
	padding-left: 0px;
}

.cursos .col-md-4 ul li {
	list-style: none;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #7c78a4;
}

.cursos .col-md-4 ul li h4 {
	font-size: 18px;
	font-weight: 700;
	color: #1b2e7d;
	margin-bottom: 0px;
}

.cursos .col-md-4 ul li h4 i {
	margin-right: 10px;
	font-size: 24px;
}

.cursos .col-md-4 ul li p {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}

.cursos .col-md-4 .btn-pdf {
	color: #414141;
	font-weight: 700;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
	border-radius: 10px;
	background: rgb(249, 249, 249);
	background: linear-gradient(180deg, rgba(249, 249, 249, 1) 29%, rgba(230, 230, 230, 1) 100%);
	border: 1px solid #a3a3a3;
}

.cursos .col-md-4 .btn-pdf i {
	margin-right: 10px;
}

.cursos .col-md-4 .btn-pdf:hover {
	text-decoration: none;
	background: rgb(249, 249, 249);
	background: linear-gradient(0deg, rgba(249, 249, 249, 1) 29%, rgba(230, 230, 230, 1) 100%);
}

.cursos .col-md-4 .btn-inscripcion {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
	display: inline-block;
	text-decoration: none;
	background: rgb(50, 192, 252);
	background: linear-gradient(0deg, rgba(50, 192, 252, 1) 0%, rgba(0, 116, 190, 1) 24%, rgba(0, 111, 186, 1) 33%, rgba(0, 168, 234, 1) 73%, rgba(129, 212, 247, 1) 95%);
	padding: 15px 30px;
	margin-top: 30px;
	font-size: 16px;
	border-radius: 10px;
	border: 1px solid #0064a2;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.72);
	width: 100%;
}

.cursos .col-md-4 .btn-inscripcion:hover {
	background: rgb(50, 192, 252);
	background: linear-gradient(180deg, rgba(50, 192, 252, 1) 0%, rgba(0, 116, 190, 1) 24%, rgba(0, 111, 186, 1) 33%, rgba(0, 168, 234, 1) 73%, rgba(129, 212, 247, 1) 95%);

}

.cursos .col-md-4 .btn-inscripcion .mano {
	position: absolute;
	width: 80px;
}

.testimonios {
	background-color: #d9d9d9;
	text-align: center;
	font-family: 'Open Sans', sans-serif !important;
	padding: 50px;
}

.testimonios h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

.testimonios .testimonio .container {
	margin-top: 20px;
	margin-bottom: 20px;
}

.testimonios .carousel-indicators .active {
	background-color: #777777;
}

.testimonios .carousel-indicators li {
	background-color: rgba(119, 119, 119, 0.5);
}

.testimonios .carousel-control-next-icon,
.testimonios .carousel-control-prev-icon {
	color: #777777;
}

.testimonios .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='777777' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.testimonios .carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='777777' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.testimonios .testimonio .container .estudiante {
	width: 40%;
	float: left;
}

.testimonios .testimonio .container .estudiante .foto-estudiante {
	width: 100px;
	margin: 50px 50px 30px 50px;
}

.testimonios .testimonio .container .estudiante .nombre-estudiante {
	color: #003a73;
	font-size: 22px;
	font-weight: 700;
}

.testimonios .testimonio .container .estudiante .cargo-estudiante {
	color: #003a73;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
}

.testimonios .testimonio .container .testimonio-estudiante {
	width: 60%;
	float: left;
	padding: 50px;
}

.testimonios .testimonio .container .testimonio-estudiante p {
	text-align: left;
	font-style: italic;
	font-size: 14px;
	line-height: 30px;
}

.footer {
	padding-top: 40px;
	padding-bottom: 20px;
	color: #809ac5;
	background-color: #1c2943;
	font-family: 'Open Sans', sans-serif !important;
}

.footer .col-md-4 {
	float: left;
}

.footer .vinculos-footer {
	text-align: center;
	font-size: 24px;
}

.footer .vinculos-footer a {
	color: #ffffff;
}

.footer .vinculos-footer a:hover {
	color: #00a9ff;
}

.footer .vinculos-footer ul {
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 20px;
}

.footer .vinculos-footer li {
	list-style: none;
	float: left;
	margin-right: 25px;
}

.footer .col-md-4 h2 {
	color: #ffffff;
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 40px;
}

.footer .datos-contacto {
	margin-top: 20px;
	padding: 0px;
}

.footer .datos-contacto li {
	list-style: none;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #3d4f6c;
	width: 100%;
}

.footer .datos-contacto li a {
	color: #809ac5;
	text-decoration: none;
}

.footer .datos-contacto li a:hover,
.footer .datos-contacto li a:active {
	color: #ffffff;
}

.footer .datos-contacto li i {
	color: #ffffff;
	margin-right: 10px;
}

.footer .datos-contacto li .mail-largo {
	font-size: 12px;
	text-decoration: underline;
}

.footer form {
	margin-top: 20px;
}

.footer form div {
	width: 100%;
	margin-bottom: 10px;
}

.footer form div .campo-texto {
	width: 60%;
	background-color: #121f37;
	padding: 10px;
	border: 1px solid #5f81b6;
	font-size: 12px;
	color: #5f81b6;
}

.footer form div ::placeholder {
	color: #5f81b6;
}

.footer form div .btn-enviar {
	width: 30%;
	background-color: #020e27;
	color: #ffffff;
	border: none;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-size: 14px;
	border: 1px solid #020e27;
	font-family: 'Open Sans', sans-serif !important;
}

.counter {
	padding-bottom: 40px;
	color: #809ac5;
	background-color: #1c2943;
	font-family: 'Open Sans', sans-serif !important;
	text-align: center;
}

.copyright {
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-family: 'Open Sans', sans-serif !important;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}

@media (max-width: 1440px) {
	.banner-ppal .col-md-6 .contenedor-msj-banner {
		margin: 100px 20px 20px -100px;
	}
}

@media (max-width: 1240px) {
	.banner-ppal .col-md-6 .contenedor-msj-banner {
		margin: 130px 0px 20px -50px;
		padding: 30px;
		font-size: 25px;
		line-height: 30px;
	}

	.banner-ppal .col-md-6 .contenedor-msj-banner .logo-ric-banner {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media (max-width: 990px) {

	.contenido .col-md-9,
	.contenido .col-md-3 {
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
	}

	.contenido .col-md-5 img {
		margin-top: 20px;
	}

	.contenido .spacer {
		height: 30px;
	}

	.testimonios {
		padding: 50px 20px 20px 20px;
	}

	.testimonios .testimonio .container .estudiante,
	.testimonios .testimonio .container .testimonio-estudiante {
		width: 100%;
	}

	.testimonios .testimonio .container .testimonio-estudiante {
		padding: 50px 0px 0px 0px;
		margin-bottom: 50px;
	}

	.testimonios .carousel-control-next,
	.testimonios .carousel-control-prev {
		width: 5%;
	}

	.testimonios .testimonio .container .estudiante .foto-estudiante {
		margin: 20px;
	}

	.footer .col-md-4 {
		max-width: 100%;
		margin-bottom: 40px;
	}

	.cursos .col-md-4 {
		max-width: 100%;
		margin-bottom: 40px;
	}
}

@media (max-width: 770px) {
	.contenido .spacer {
		height: 20px;
	}
}

@media (max-width: 800px) {
	.header .container {
		width: 100%;
	}

	.banner-ppal .col-md-6 .contenedor-msj-banner {
		margin: 130px 0px 20px -50px;
		padding: 20px;
		font-size: 21px;
	}

	.banner-ppal .col-md-6 .contenedor-msj-banner .logo-ric-banner {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.banner-ppal .col-md-foto .estudiante-ric {
		margin-top: 40px;
	}
}

@media (max-width: 700px) {

	.contenido .col-md-9,
	.contenido .col-md-3 {
		width: 100%;
		margin-bottom: 40px;
	}
}

@media (max-width: 680px) {
	.banner-ppal .col-md-6 .contenedor-msj-banner {
		margin: 120px 0px 20px -50px;
		line-height: 25px;
	}

	.banner-ppal .col-md-6 .contenedor-msj-banner .logo-ric-banner {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}

@media (max-width: 650px) {

	.banner-ppal .col-md-foto,
	.banner-ppal .col-md-6 {
		width: 100%;
	}

	.banner-ppal .col-md-foto .estudiante-ric {
		margin-top: 0px;
	}

	.banner-ppal .col-md-6 .contenedor-msj-banner {
		margin: 0px;
		padding: 30px;
		font-size: 30px;
		line-height: 30px;
	}

	.banner-ppal .col-md-6 .contenedor-msj-banner .logo-ric-banner {
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 40px;
		margin-right: 40px;
	}
}

@media (max-width: 500px) {
	.header {
		position: relative;
	}

	.header .logo {
		z-index: 100;
	}

	.header .col-md-3,
	.header .col-md-9 {
		width: 100%;
		text-align: center;
	}

	.header .logo {
		margin-left: -125px;
		margin-top: 22px;
	}
}

@media (max-width: 350px) {
	.banner-ppal .col-md-6 .contenedor-msj-banner {
		font-size: 24px;
	}
}

@media (max-width: 332px) {
	.header {
		font-size: 16px;
	}

	.header .vinculos-top ul {
		margin-right: 0px;
		margin-bottom: 8px;
	}

	.header .vinculos-top .fecha {
		font-size: 11px;
		margin-left: 5px;
		padding-left: 5px;
	}

	.banner-ppal .col-md-6 .contenedor-msj-banner {
		font-size: 20px;
		line-height: 22px;
	}
}