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

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

* a{
	text-decoration: none;
}

body {
    background-color: #d0d2d3;
    padding-top: 0em;
}

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


	
}
h2{
	color: #b57291;
	width: 200px;
	margin: 10px;
	font-size: 20px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

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

.contenedor {
    width: 100%;
    /* height: 90vh; */
    margin: auto;
    /*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: #FFF;
	text-align: center;
	color: #000000;
	font-size: 22px;
	border-bottom:dashed 2px;

}

.item2 {
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;

}


input{
    display: block;
    background-color: #e3e3e3;
    padding: 8px;
    margin: 8px;
    border-radius: 10px;
    border: none;
    height: 30px;
}

.texto2{
    display: block;
    background-color: #e3e3e3;
    color: #b57291;
    padding: 8px;
    margin: 15px;
    border-radius: 10px;
    border: none;
    width: 320px;
    height: 50px;
    
}

.item4 {
    font-size: 16px;
}
.item4 a{
	text-decoration: none;
	color: #86ce8d;
}

.item4 a:hover{
opacity: 0.5;	
}



.item5 {
    background-color: #FFFFFF;
    font-size: 16px;
}

.item6 {
    background-color: #FFFFFF;
    font-size: 16px;
}

.item7 {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.persona{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 350px;
	border-bottom: solid 1px;
    border-color: #b57291;
	padding: 15px;
    
}

.persona:hover{
    opacity: 0.5;
}

.icono{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #b57291;
    display: flex;
    justify-content: center;
}

.item7 p{

	
}

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


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

.nom-sepa a{
	text-decoration: none;
	color: #faac58;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 22px
    
    
}
.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; */
}

.item2 h2{
    color: #FFFFFF;
    margin:5px 0;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    
}



.boton{
	width: 50px;
	height: 50px;
	background: #b57291;
	
	margin: 15px;
	
	border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
	
	font-size: 13px;
	
	color: #FFFFFF;	
}
.boton0{
    width: 50px;
    height: 50px;
    background:#d9e8dd;
}
.boton0 h2{
    color: #FFFFFF;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    
}


.boton:hover{
opacity: 0.5;	
}

.boton2{
	background:#d9e8dd;
    color: #829c88;
}

a .btcom{
	width: 350px;
	border-radius: 20px;
    font-size: 15px;
	
}


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


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


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

/****** cssmenu ******/


.botoncs{
	width: 150px;
	height: 40px;
	background: #B5BCB6;
	
	margin: auto;
	margin-bottom: 10px;
	
	border-radius: 10px;
	text-align: center;
	line-height: 40px;
	
	font-size: 16px;
	
	color: #000000;	
}
.botoncs:hover{
opacity: 0.5;	
}
.botonb{
	
	 display: flex;
    flex-wrap: wrap;
   font-size: 16px;
}
input{
		width: 150px;
	height: 40px;
    display: block;
    background-color: #e3e3e3;
    padding: 0.8em;
    margin: 0.5em;
    border-radius: 10px;
    border: none;
	margin-left: 35px;
}

/****** cssmenu ******

/*---------------------------SEPARADOR-----------------------------*/
.sepa{
	width: 400px;
}

.sepa hr{
	border: dashed 1px #6384a7;

}



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



/* --- COMIENZO MEDIA --- */

@media only screen and (max-width: 1000px) and (min-width: 800px) {  
    
    

    
  
} 

@media only screen and (min-width: 1000px) {  
    
    
    .nav{
        float:left;
		height: 747px!important;
    }
	.menu-toogle{
		display: none;
	}
    
    .sepa{
	width: 1341px;
}
    
	footer p{
		width: 600px;
		margin: auto;
	
	}
    
}

/* --- FIN MEDIA --- */