/**
 * Resume: 	Diseño de Estilos Principal usando Response Design 
 * Author: 	@aminchavarria
 * Creatin: May-2013
 * Company: Ole Arte Manualidades
 * Web site: http://www.oleartemanualidades.com
 * Free to use
 */

 .robotic { display: none; }
/*
@font-face {
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/Ubuntu-Regular.ttf");
}

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/Lato-Lig.ttf");
}

@font-face {
	font-family: "Museo";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/Museo300-Regular.otf");
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
	font-family: 'broccolidry';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icon-play {
	font-family: 'broccolidry';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
}
.icon-play:before {
	content: "\25c2";
}
*/

/* -- DEFAULT -- */
body{
	background-color: #fffff;
	font-family: 'Ubuntu', verdana;
	font-size: 100%; /* 16px */
}

h1,h2,h3{
	font-family: 'Museo', verdana;
}

h1{
	font-size: 2em;  /* 32px */
}

h2{
	font-size: 1.25em;  /*20 px */
}

h3{
	font-size: 1.115em;  /*20 px */
}

.page_main{
	--margin: 0px 30px;
}

.header_principal {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	background-color: #c7d6e3;
	padding: 10px -150px 0px 40px;
}

.page_main section {
	margin: 50px 150px;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.centro{
	text-align: center;
}

.InputText_email{
	/*background-color: rgba(0,0,0,.3);
   border: 1px solid #404650;*/
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    height: 56px;
    padding: 6px 12px 6px 16px;
    width: 100%;
}

/*-------------------------------*\
	VIDEOS			
\*-------------------------------*/

.video_curso{
	width: 50%;
	height: 380px;
  }

.box {
	display: flex;

  }

  .Copyright{
	  text-align: center;
	  font-size: 0.8em;
	  color: #576979;
  }

.Curso-contenido p {
    color: #8da2c0;
    font-size: .875rem;
    line-height: 1.375rem;
}

.Coleccion-videos{
	display: flex;
	flex-direction: column;
	margin-left: 40px;
    margin-top: 30px;
}

.Curso {
    -webkit-box-align: top;
    -moz-box-align: top;
    -o-box-align: top;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
    background-color: #a3e0bb;
    border-radius: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin: 0 10px;
    padding: 1rem;
    text-decoration: none;
	width: 30%;
	text-align: center;
}

/****************
FORMULARIO LOGIN
*****************/

#flogin{
	background-color: rgb(219, 236, 216);
	margin: 0 auto;
	width: 400px;
}

#flogin h1{
	text-align: center;
}

#flogin fieldset{
	color: rgb(26, 24, 24);
}

#flogin label{
	text-align: center;
	width: 100%;
	color: black;
}

#flogin .campo{
	margin: 0 auto;
	height: auto;
	width: 90%;
	text-align: center;
}

#flogin input{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	color: green;
}

#flogin #singIn{
	color: rgb(20, 68, 20);
	background: linear-gradient(171.02deg,#ffaf48 4.38%,#ff7854 111.49%);
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 25%;
}

.error-login{
	text-align: center;
	color: rgb(175, 18, 18);
	font-weight: bold;
	font-size: 1em;
}

.back-login{
	text-align: center;
}


#table_usuario {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 55%;
	font-size: .8em;
	margin: 15px 0 0 10px;
 }
 
 #table_usuario td, #table_usuario th {
	border: 1px solid #ddd;
	padding: 8px;
 }
 
 #table_usuario tr:nth-child(even){background-color: #f2f2f2;}
 
 #table_usuario tr:hover {background-color: #ddd;}
 
 #table_usuario th {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	background-color: #04AA6D;
	color: white;
 }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

input,
textarea,
select,
button {
  width: 250px;
  padding: 5px;
  margin: 0;
  box-sizing: border-box;
}

 form {
	position: relative;
	width: 30%;
	/*height: 498px;*/
	margin: 0 auto;
	padding: 1em;
	box-sizing: border-box;
	/*background: #fff url(background.jpg);*/
 
	/* creamos nuestra malla (grid) */
	
	display: grid;
	grid-gap: 10px;
	/*
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 5em 10em 5em 5em;
	*/

}

 button {
	padding: 5px;
	font: bold 0.6em sans-serif;
	border: 2px solid #1154b2;
	border-radius: 5px;
	background: none;
	cursor: pointer;
	transform: rotate(-1.5deg);
 }
 
 button:after {
	content: " >>>";
 }
 
 button:hover,
 button:focus {
	outline: none;
	background: #000;
	color: #fff;
 }

 /************* lista cursos    *************/

 .Categorias{
	margin: 50px 15px;
 }
 
 .curso {
	display: flex;
	width: 45%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: .55rem;
    box-sizing: border-box;
    border: 1px solid #3ae583;
    border-radius: 12px;
    background-color:#dbf5d7;
    color: #8da2c0;
    text-decoration: none;
}

 .curso_titulo{
	width: 100%;
	--border: 1px solid blue;
 }

 .curso a:link { 
	text-decoration: none; 
 } 
 .curso a:visited { 
	text-decoration: none; 
 } 
 .curso a:hover { 
	text-decoration: none; 
 } 
 .curso a:active { 
	text-decoration: none; 
 }

 .curso p {
	font-weight: 400;
	font-size: .875rem;
	line-height: 1.25rem;
}

@media (width <= 700px) {
	.page_main section {
		margin: 30px 15px;
	}
}

/*Moviles*/
@media (width <= 500px) {
	.page_main section {
		margin: 30px 5px;
		}

	.curso {
				width: 100%;
		}
		
		.video_curso{
			width: 100%;
			height: 250px;
		}
		
		#flogin{
			width: 60%;
			font-size: 0.8em;
		}

		#flogin h1{
			font-size: 0.9em;
		}
		
	}



