:root {
	--color-marino: #203285;
}
/* Se me hizo un kilombo aqui TnT aiuda */

h1 {
	/* para separar el texto line-height: ; */
	font-size: 40px;
	line-height: 1.5;
	/* Separacionde las letras */
	letter-spacing: -0.2px;
	/* Mayusculas y minusculas
     text-transform: uppercase;
      decorar el texto 
     text-decoration: ;*/
	margin: 0px;
}
body {
	background-color: rgba(0, 42, 255, 0.1) !important;
}
.hero {
	color: rgb(13, 36, 139);
	height: 215px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	background-color: #d6dcff;
}

.hero div {
	display: block !important;
	text-align: center;
}

.project {
	/* tama;o del borde 
    border-width: 20px;
    /* para que se mire el borde
    border-style: solid ;
    /* Color del borde 
    border-color: teal;*/
	border: 1px solid gray;
	border-radius: 10px; /*Estandar*/
	-webkit-border-radius: 10px; /*Safari y Chrome*/
	-moz-border-radius: 10px; /*Firefox*/
	-o-border-radius: 10px; /*Opera*/
	-ms-border-radius: 10px; /*IE 8*/
	margin-bottom: 15px;
	/* margin: 10px; */
	padding: 20px;
	background: rgb(16, 39, 139);
	/* para que la caja no se mueve a pesar del padin que le den o margin */
	/* box-sizing: border-box; */
	/* Diplay flex para poner una imagen a un lado del otro */
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.project-course,
.project-date,
.project-url {
	margin: 10px 0;
}
.project-description {
	font-size: 20px;
}
.project strong {
	font-family: "Shadows Into Light", sans-serif;
}

.project-title {
	color: white;
	background-color: #10278b !important;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 10px;
}
.project-detail {
	width: 500px;
}

.project-imageContainer {
	width: 500px;
}

.header {
	background-color: var(--color-marino);
	color: white;
	/* para que se flexible  */
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: rgb(16, 39, 139) 5px solid;
	/* border-bottom-style: outset; */
	border-style: outset;
}

figure {
	margin: 0;
}

footer {
	color: white;
	background-color: var(--color-marino);
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
}

.footer a {
	color: white;

	background-color: var(--color-marino);
}
.Copy {
	font-size: medium;
	margin-right: auto;
	text-align: end;
}
.copy2 {
	display: flex;
	text-align: end;
}

.Expe {
	margin: 10px;
	width: 480px;
	/* Para ocupar el tama;o que le asignaron */
	flex-shrink: 0;
	border-radius: 10px; /*Estandar*/
	-webkit-border-radius: 10px; /*Safari y Chrome*/
	-moz-border-radius: 10px; /*Firefox*/
	-o-border-radius: 10px; /*Opera*/
	-ms-border-radius: 10px; /*IE 8*/

	/* para  ocultar el borde de una imagenel pico de la esquina */
	overflow: hidden;
	background: #f4fbff;
}

.Expe-list {
	display: flex;
	flex-wrap: wrap;
}

.Expe-detail {
	border: 1px solid gray;
	border-radius: 10px; /*Estandar*/
	-webkit-border-radius: 10px; /*Safari y Chrome*/
	-moz-border-radius: 10px; /*Firefox*/
	-o-border-radius: 10px; /*Opera*/
	-ms-border-radius: 10px; /*IE 8*/
	margin: 20px 40px;
	margin-top: -0px;
	background-color: white;
	/* posicio supeponer encima de otro */
	position: relative;
	padding: 20px;
	text-align: center;
}
.Expe-description {
	text-align: left;
}

.Expe-h {
	margin-left: 20px;
}

.contact {
	background-color: #056fff;
	color: white;
	height: 150px;
	display: flex;
	align-items: center;
	/* solo para llevarme los iconos sociales */
	justify-content: space-between;
}

.container {
	width: 1010px;
	margin: 0 auto;
	display: inherit;
	justify-content: inherit;
	align-items: inherit;
	height: inherit;
	flex-wrap: inherit;
	color: white;
	font-size: 16px;
}
.enlaceCorreo:hover {
	text-decoration-line: underline !important;
}

/* materia y especialidades */

.hmv-box {
	padding: 60px 0px;
}
*,
::after,
::before {
	box-sizing: border-box;
}

.row {
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	display: flex !important;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.inner-hmv {
	padding: 15px;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	color: white;
	background-color: #082087;
	border-radius: 5px; /*Estandar*/
	-webkit-border-radius: 5px; /*Safari y Chrome*/
	-moz-border-radius: 5px; /*Firefox*/
	-o-border-radius: 5px; /*Opera*/
	-ms-border-radius: 5px; /*IE 8*/
}
.inner-hmvSS {
	padding: 15px;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	color: white;
	background-color: #082087;
	border-radius: 5px; /*Estandar*/
}

.inner-hmv h3 {
	font-size: 28px;
	color: white;
	font-weight: 500;
	background-color: #082087;
	padding: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.icon-box-hmv {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border: 3px solid #4babb1;
	border-radius: 6px; /*Estandar*/
	-webkit-border-radius: 6px; /*Safari y Chrome*/
	-moz-border-radius: 6px; /*Firefox*/
	-o-border-radius: 6px; /*Opera*/
	-ms-border-radius: 6px; /*IE 8*/

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

h3 {
	font-size: 18px;
}
.h3,
h3 {
	font-size: 1.75rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
	margin-bottom: 0px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0px !important;
}
*,
::after,
::before {
	box-sizing: border-box;
}

h3 {
	display: block;
	font-size: 1.17em;
	font-weight: bold;
}

/** Deslizador de imagenes **/
.sliderE {
	width: 500px !important;
	margin: auto;
	overflow: hidden;
}

.sliderE ul {
	display: flex !important;
	padding: 0;
	width: 500%;

	animation: cambioE 20s infinite alternate linear;
}

.sliderE li {
	width: 100%;
	list-style: none;
}

.sliderE img {
	width: 100%;
}

@keyframes cambioE {
	0% {
		margin-left: 0;
	}
	15% {
		margin-left: 0;
	}

	21% {
		margin-left: -100%;
	}
	36% {
		margin-left: -100%;
	}

	42% {
		margin-left: -200%;
	}
	57% {
		margin-left: -200%;
	}

	63% {
		margin-left: -300%;
	}
	78% {
		margin-left: -300%;
	}

	84% {
		margin-left: -400%;
	}
	100% {
		margin-left: -400%;
	}
}

.pentaGal {
	margin: 15px;
	padding: 5px;
	display: block;
	border: 2px solid;
	width: 100%;
	max-width: 290px !important;
	height: auto;
	max-height: 315px;
	border-style: hidden;
}
.pentaGal img {
	width: 100%;
	max-width: 290px !important;
	height: auto;
	max-height: 315px;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
}

.sombras img {
	width: 100%;
	max-width: 290px !important;
	height: auto;
	max-height: 315px;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.6);
}
.enlaceCorreo-correo{
	-webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0) !important;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.chaderUniversal hr {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.6);
}

body {
	font-family: "Oswald", sans-serif;
	margin: 0px;
	background-color: rgba(0, 0, 0, 0);
}

.listaTem li,
ul.listaTem {
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
}
.listaInterna li {
	list-style: circle;
}

.barraB {
	padding: 1px;
	border-radius: 2px; /*Estandar*/
	-webkit-border-radius: 2px; /*Safari y Chrome*/
	-moz-border-radius: 2px; /*Firefox*/
	-o-border-radius: 2px; /*Opera*/
	-ms-border-radius: 2px; /*IE 8*/
	width: 90%;
	color: white;
	background-color: rgba(255, 255, 255, 0.719);
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8) !important;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: rgba(255,255,255,1) !important;
}
.descarga {
	margin-top: 20px;
	align-items: center;
	padding-top: 10px;
}
.descarga div {
	margin-top: 10px;
	text-decoration: none;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: helvetica;
	font-weight: 300;
	font-size: 25px;
	border-radius: 6px; /*Estandar*/
	-webkit-border-radius: 6px; /*Safari y Chrome*/
	-moz-border-radius: 6px; /*Firefox*/
	-o-border-radius: 6px; /*Opera*/
	-ms-border-radius: 6px; /*IE 8*/
	border: 2px solid rgb(206, 206, 206);
	background-color: rgb(224, 232, 252);
	color: black;
	-webkit-box-shadow: 2px 2px 1px 2px rgba(0, 0, 0, 0.65); /*Safari y CSheome*/
	-moz-box-shadow: 2px 2px 1px 2px rgba(0, 0, 0, 0.65); /*Firefox*/
	box-shadow: 2px 2px 1px 2px rgba(0, 0, 0, 0.65); /*Estándar*/
}

.descarga div:active {
	-webkit-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.4); /*Safari y CSheome*/
	-moz-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.4); /*Firefox*/
	box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.4); /*Estándar*/
	background-color: rgb(205, 214, 233);
	color: black;
}
.descarga a,
.descarga a:active{
	text-decoration: none !important;
}
.descarga a > div:hover {
	text-decoration: none !important;
	background-color: #a9f1fd;
}

.video-frame {
    position: relative;
    padding-bottom: 56.10%;
    height: 0;
    overflow: hidden;
}
 
.video-frame iframe,
.video-frame object,
.video-frame embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sig-youtube a{
    text-decoration: none;
    color: yellow;
}
.sig-youtube a:hover {
    color: #FFF939 !important;
}
.evento_container{
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
}
.avento_dos{
    max-width: 500px !important;
}
.evento_curso{
    background-image: url("/img/evento_curso.jpg");
    background-size: cover;
    min-width: 400px;
    height: 300px;
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr;
    grid-template-rows:3fr 5fr;
}
.evento_curso a{
    margin: 1.5em;
    text-decoration: none;
    width: 70%;
}
.evento_curso a:hover{
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px #ffffff5d;
}

.elementos_boton{
	color: white;
}
.lista_reglas{
	max-width: 96%;
	text-align: left !important;
}

@media screen and (min-width: 900px) {
	.contnedor_mayor{
		margin: 0 50px 0 50px !important;
	}
}

@media screen and (min-width: 1030px) {
	.contnedor_mayor{
		margin: 0 150px 0 150px !important;
	}
}
/* End */
