/****** 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: #d9e8dd;
    padding-top: 0em;
    
}

p{ font-size: 12 px
    width: 320px;
	color: #FFFF;
	margin: auto;


	
}

h1{
    width: 320px;
	margin: auto;
    color: #777777;
    font-size: 22px;


	
}









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;
    
    
}





h4{
	color:#d9e8dd;
	width: 320px;
	margin: auto;
	text-decoration: underline;
	font-size: 12px;
	margin-bottom: 10px;
}


h5{
	color:#ffffff;
	width: 320px;
	margin: auto;
	text-decoration: underline;
	font-size: 20px;
	margin-bottom: 10px;
}


.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 {
    
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    

}


input{
    display: block;
    background-color: #e3e3e3;
    padding: 0.8em;
    margin: 0.5em;
    border-radius: 2em;
    border: none;
}

.cuerpo{
    
}

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

}

.ofe1, .ofe2, .ofe3{
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
        width: 350px;
    background-color: #829c88;
	border-radius: 20px;
	padding:1px;
	margin-bottom: 15px;
    
}



.ofe1{  height: 193px;}


.item7 p{

	
}

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

.ofe2{
    display: none;
    height:200px; 
}

.fotos{
    display: flex;
    margin: 12px;
}

.fotos img{
    margin: 4px;
    width: 100px;
    height: 100px;
}
.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; */
}




.ofe2 p{
    color: white;
}
h3{
    color: white;
}
.ofe2 ul{
    color: white;
}

.botones{
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.boton{
	width: 50px;
	height: 50px;
	background: #d9e8dd;
	
	margin: 15px;
	
	border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
	
	font-size: 13px;
	
	color: #FFFFFF;	
}

.boton img{
}


.boton:hover{
opacity: 0.5;	
}

.boton0{
    background-color: #FFFFFF;
    width: 350px;
	height: 35px;
    
}

.boton0 h2{
    color: #829c88;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    
}


.boton2{width: 100px;
	height: 50px;
	background: #d9e8dd;
	
	margin: 15px;
	
	border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
	
	font-size: 15px;
	
	color:#829c88;

}

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

ul{
	width: 320px;
	list-style: none;
	color: #FFF;
    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: 320px;
	margin: auto;
}

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

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

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

@media only screen and (max-width: 1000px) and (min-width: 800px) {  
    
    
    .item7{
        flex-direction: row;
        align-items: flex-start;
        max-width: 800px;
    }
    
    .ofe1, .ofe2, .ofe3, .ofe4{
        margin: 10px;
        flex-basis: auto;
    }
    
    .ofe4{
        margin-top: -220px
    }
    
  
} 

@media only screen and (min-width: 1000px) {  
    
    .cuerpo{ 
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .nav{
        float:left;
		height: 700px!important;
    }
	.menu-toogle{
		display: none;
	}
    
    .boton0{
        width: 700px;
    }

    
    .item7{
        flex-direction: row;
        align-items: flex-start;
        max-width: 800px;
    }
    
    .ofe1, .ofe2, .ofe3, .ofe4{
        margin: 10px; 
    }
    
    .ofe1{
        height: 180px;
    }
    
    .ofe2{
        margin-top: -220px;
        height: 210px;
        display: block;
    }
    .fotos a:hover{
        opacity: 0.5;	
    }
  
}  
footer p{
    width: 600px;
    margin: auto;
}

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