@charset "utf-8";

/* mobile first */

/* Reglas básicas para tp grupal jt32*/

body {
	background-color: #ffff; 
	font-family: 'Montserrat medium', sans-serif;
}

*{
	box-sizing: border-box;
}

img {
	width: 50%;
	margin-top: 15px;
	margin-bottom: 15px;
 	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

header {
	text-align: center;
}

header ul {
	list-style: none;
	margin: 0;
	padding: 20px;
}

header ul li {
margin: 0 0 1em 0;
}

header ul li a {
	color: black;
	background-color: #C1C1C1;
	display: block;
	text-align: center; 
	text-decoration: none;
}

header ul li a: hover{
background-color: rgba(24, 41, 18, 0.64);
color: white;
}

.contenedor {
	/*caja flexible para que el logo y el menú queden lado a lado*/
	display: flex;
	/*elementos colocados en los extremos del eje ppal*/
	justify-content: space-around;
	/*elementos centrados en el eje secundario*/
	align-items: center;
}

.menu ul{
    margin: 0;
    list-style: none;
    padding: 0;
    display: block;
    justify-content: center;
}

.menu li{
    border-right: 1px solid white;
}
.menu li:hover{
    background: rgba(0,0,0,0.3);   
}
.menu li a{
    display: block;
    margin: 0.5em;
    padding: 1rem 4rem;
    color: white;
    text-decoration: none;
}

h1 {
	color: #1D8A53;
	text-align: center;
	font-size: 30px;
	padding-top: 50px;
  	padding-bottom: 0px;
}

h2 {
	color: #6DD9A3;
	text-align: center;
	font-size: 25px;
}

h3 {
	color: #A9A9A9;
	text-align: center;
}

p {
	color: #2E2E2E;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

.tema img {
	width: 15%;
    display: block;
    padding-top: 10px;
}

.pantallas img {
	width: 100%;
    display: block;
    padding-top: 10px;
}

.textos ul {
    list-style: none;
    color: #2E2E2E;
    text-align: center;
    margin-left: auto;
  	margin-right: auto;
}

.materias ol {
	list-style: none;
	color: #2E2E2E;
	text-align: center;
	margin: auto;
	padding-bottom: 20px;
}

body footer {
    background-color: #6DD9A3;
    margin-top: 70px;
    padding-top: 15px;
    padding-bottom:15px;
    font-weight: 100;
    font-size: 12px;
}
   

.efecto1 {
margin: 0;
padding: 0;
}

.efecto1 img {
	width: 100%;
}

.img logo {
	width: 100%;
}



/* tablet */




/* pc de escritorio */