/****** 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: #BC7292;
	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 {
   /* background-color: #00e98a;*/
    font-size: 1.2em;
	height: 265px;
	width: 400px;
	margin: auto;
	padding: 0px;
}

.item3 { 
    display: flex; 
    font-size: 0.8em;width: 410px;
	height: 60px;
	
	
	margin: auto;
	margin-bottom: 10px;
	
	
	text-align: center;
	line-height: 30px;
	
	
	
    
}

.item4 {
    background-color: #FFFFFF;
    font-size: 16px;
}
.item4 a{
	text-decoration: none;
	color: #BC7292;
}

.item4 a:hover{
opacity: 0.5;	
}



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

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

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

.item7 p{ background: #6385AB;color: #FFFFFF;	 
	
	border-radius: 20px;
	padding: 15px;
	margin-bottom: 15px;
	
}

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

.agregado{
    display:none;
}

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

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

.nombres-com{ color:  #FFFFFF;
	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;
	
	
	margin: auto;
	margin-bottom: 10px;
	
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
	
	font-size: 18px;
	
	color: #FFFFFF;	
}


.boton:hover{
opacity: 0.5;	
}
.boton1{ width: 70px;
	height: 50px;
	
	
	margin: 10px;
	margin-bottom: 10px;
	
	border-radius: 10px;
	text-align: center;
	line-height: 4;
	
	font-size: 18px;

background: #BC7293;
	
	 } 

.boton2{ width: 70px;
	height: 50px;
	
	
	margin: 10px;
	margin-bottom: 10px;
	
	border-radius: 10px;
	text-align: center;
	line-height: 4;
	
	font-size: 18px;
background: #BC7293;
	
}

.boton3 {  width: 70px;
	height: 50px;
	
	
	margin: 10px;
	margin-bottom: 10px;
	
	border-radius: 10px;
	text-align: center;
	line-height: 4;
	
	font-size: 18px;
background: #BC7293; }

.boton4 {    width: 70px;
	height: 50px;
	
	
	margin: 10px;
	margin-bottom: 10px;
	
	border-radius: 10px;
	text-align: center;
	line-height: 4;
	
	font-size: 18px;
background: #BC7293; }



a .btcom{ background: #BC7293;
	width: 340px;
	border-radius: 20px;
	
}


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

.tituloseccion1 {
	margin-bottom: 10px;
font-size: 17px;
	color: #777777;
	text-decoration: none;
	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;
}

/****** 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 #BC7293;
	width: 70px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*---------------------------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: 1605px!important;
    }
	.menu-toogle{
		display: none;
	}
    
    .cuerpo0{
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    
    .cuerpo{
        max-width: 750px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        
    }
    .item2{
        width: 600px;
        height: 425px;
        margin: 0;
        
    }
    .ws_images{
        width: 800px;
        height: 400px;
        
    }
    
    .ws_images li img{
                width: 600px;
        height: 425px;
    }
    
    #wowslider-container1{
        width: 600px;
        height: 425px;
    }
    
    .cabeza{
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    
    
    .item3{
        display: flex;
        justify-content: space-around;
        width: 600px;
        height: auto;
        margin:0;
    }
    

    .agregado{
    display:block;
}
    footer p{
        width:600px;
        margin:auto;
    }
/* --- FIN MEDIA --- */