/****** 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: 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;
    font-weight: bold;
}

.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: 275px;
    background-color: #829c88;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;

}

.busq{
    display: flex;
    align-items: center;
}


.item3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5px;
    
}

.item3 a{
    display: block;
    background-color: #d9e8dd;
    padding: 5px;
    margin: 3px;
    color: #829c88;
    border-radius: 5px;
    
}

.item3 a:hover{
    color: #faac58;
    
}


.item7 {
    background-color: #FFFFFF;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;

}

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

.item7 p{

	
}

.item8 {
    background-color: #829c88;
    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;
    
}

.cabeza{
    background-color: #98ab9b;
    width: 350px;
    padding: 20px;
    border-radius: 20px;
}

.cabeza h3{
    color: #FFF;
    font-family: 'Quicksand', sans-serif;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    
}

.cabeza h4{
    color: #FFF;
    font-family: 'Quicksand', sans-serif;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    
}

.iconos li{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 350px;
    padding: 10px;
}

.iconos li a{
    margin: 5px;
    color: #829c88;
    display: flex;
    align-items: center;
}

.iconos li a img{
    margin: 5px;
}

.centro{
    padding: 15px;
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pie{

    background-color: #98ab9b;
    width: 350px;
    padding: 20px;
    margin: 0;
    border-radius: 20px;
    list-style: none;
    
}

h5{
    color: #FFFFFF;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 800; 
    margin-bottom: 10px;
}
.requisitos li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.requisitos li a{
    display: block;
    width: 135px;
    margin: 8px 0;

}
.requisitos h6{
    color: #FFFFFF;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 400;
    
}
.requisitos h7{
    color: #FFFFFF;
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    font-weight: 400;
    
}

.ofe2{
    background-color: #829c88;
    margin-bottom: 10px;  
}

.ofe2 .iconos a{
    color: #d9e8dd;
      
}

.ofe2 p{
    color: #d9e8dd;
}
.ofe2 h3{
    color: #d9e8dd;
}
.ofe2 ul{
    color: #d9e8dd;
}



.ofe4{
    background-color: #829c88;
    margin-bottom: 10px;  
}
.ofe4 .iconos a{
    color: #d9e8dd;
      
}

.ofe4 p{
    color: #d9e8dd;
}
.ofe4 h3{
    color: #d9e8dd;
}
.ofe4 ul{
    color: #d9e8dd;
}


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

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

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

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


/*---------------------------SEPARADOR-----------------------------*/
.sepa{
	width: 400px;
    display: flex;
    justify-content: center;
}

.sepa hr{
	border: solid 1px #829c88;
	width: 350px;
	margin-top: 15px;
}

.ofe1 .sepa hr{
	margin-top: 0px;
}

.ofe2 .sepa hr{
	border: solid 1px #d9e8dd;
}

.ofe4 .sepa hr{
	border: solid 1px #d9e8dd;
}

/*---------------------------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-direction: column;
        justify-content: center;
    }
    
    .nav{
        float:left;
		height: 2318px!important;
    }
	
	.menu-toogle{
		display: none;
	}
    body{
        display: flex;
        justify-content: center;
        align-content: center;
    }

    
    .item7{
        flex-direction: row;
        align-items: flex-start;
        max-width: 800px;
        justify-content: center;
        align-self: center;
    }
    
    .ofe1, .ofe2, .ofe3, .ofe4{
        margin: 10px; 
    }
    
    .ofe4{
        margin-top: -250px
    }
  
}
footer p{
    width: 600px;
    margin-bottom: auto;
}


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

