/****** reglas generales ******/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

* a{
	text-decoration: none;
}

body {
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    /*background-color: gray;*/
    padding-top: 0em;
}

p{
width: 320px;
	color: #777777;
	margin: auto;


	
}

h3{
	color: #777;
	width: 320px;
	margin: auto;
	text-decoration: underline;
	font-size: 17px;
	margin-bottom: 10px;
}

.contenedor {
    width: 100%;
    height: 900px;
    /* height: 90vh; */
    margin: auto;
    background-image: url(../images/fondoingresante-01.svg);
    background-size: cover;
    background-position: center;
    /*background-color: white;*/
    padding: 0em;
	margin-top: 0;
    
}

.verde{
	color: #86ce8d;
}

.elemento {
    color: fff;
    font-weight: bold;
    padding: 1rem;
   /* text-shadow: .15rem .15rem .1rem rgba(0,0,0,.75);*/
}

.item1 {
    background-color: #b4c2d4;
	text-align: center;
	color: #000000;
	font-size: 22px;
	border-bottom:dashed 2px;

}

h1{
    font-size: 50px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 800;
    color: #b57291;
}

.item2 input{
    display: block;
    width: 240px;
    height: 50px;
    border: solid 3px #b7b7b7;
    padding: 0.8em;
    margin: 0.5em;
    border-radius: 10px;

}

.item2 input[type="submit"]{
    background-color: #b57291;
    cursor:pointer;
    display:block;
    width: 240px;
    height: 50px;
    opacity: 0.8;
    color: white;
    border: none;
}

.item2 input[type="submit"]:hover{
    opacity: 1;
}

.item2 {
   /* background-color: #00e98a;*/
    font-size: 1.2em;
	height: 400px;
	width: 400px;
	margin: auto;
	padding: 0px;
            display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 400px;
}

a{
	text-decoration: none;
	color: #b57291;
    font-size: 15px;
    
}


.item3 {

    font-size: 0.8em;
}

.item4 {

    font-size: 16px;
}

.item4 a:hover{
opacity: 0.5;	
}





.item8 {
    background-color: #86ce8d;
    font-size: 16px;
}
.item8 p{
	text-align: center;
	color: #fff;
	font-size: 14px;
}


.nom-sepa{
	margin-left: 15px;
}

.nom-sepa a{
	text-decoration: none;
	color: #86ce8d;	
}
.nom-sepa a:hover{
	opacity: 0.5;
}

.nombres-com{
	margin-bottom: 10px;
	display: block;
}

/****** reglas para flexbox ******


/* caja contenedora */

.contenedor {
    /* caja contenedora flexible
    display: flex; */
    
    /* "permiso" para que los elementos de la caja flexibles
        vayan a la siguinte línea, si no caben
    flex-wrap: wrap; */
}


/* elementos de la caja flexible */

.elemento {
    /* tamaño de los elementos con relación al eje principal (horizontal)
    flex-basis: 25%; */

    /* permitirles crecer para que "llenen" la caja contenedora
    flex-grow: 1; */

    /* los elementos también son "cajas flexibles"
       para poder centrar su contenido
    display: flex; */

    /* centrado según el eje principal (horizontal)
    justify-content: center; */

    /* centrado según el eje secundario (vertical)
    align-items: center; */
}



.boton{
	width: 210px;
	height: 50px;
	background: #86ce8d;
	
	margin: auto;
	margin-bottom: 10px;
	
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
	
	font-size: 18px;
	
	color: #FFFFFF;	
}


.boton:hover{
opacity: 0.5;	
}

.boton2{
	background:#C4C4C4;
}

a .btcom{
	width: 320px;
	border-radius: 20px;
	
}


.border{
	border: solid 2px #86ce8d;
}

.tituloseccion1 {
	margin-bottom: 10px;
font-size: 17px;
	color: #777777;
	text-decoration: underline;
	font-style: normal;
}
.textoseccion1{
	margin-bottom: 10px;
	font-style: normal;
}

/*.tituloseccion2 {
	margin-bottom: 10px;
font-size: 17px;
	color: #777777;
	text-decoration: underline; 
}*/
.textoseccion1{
	margin-bottom: 10px;
	font-style: normal;
}
.tituloseccion3 {
	margin-bottom: 10px;
font-size: 17px;
	color: #777777;
	text-decoration: underline;
	font-style: normal;}

ul{
	width: 320px;
	margin: auto;
	list-style: none;
	color: #777;
}



/*---------------------------SEPARADOR-----------------------------*/
.sepa{
	width: 320px;
	margin: auto;
}

.sepa hr{
	border: solid 1px #86ce8d;
	width: 70px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*---------------------------FIN SEPARADOR-----------------------------*/
