/****** 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;
	background: #6385A7;
}

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


.contenedor {
    width: 100%;
    /* height: 90vh; */
    margin: auto;
    /*background-color: white;*/
    padding: 0em;
	margin-top: 0;
   
}


footer {
	margin-top: 60px;
}


footer p {
	color: #6385A7!important;
}
.elemento {
  
    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;
}

.boton{
    letter-spacing: 1px;
    font-size:15px;
    width:500px;
    height:40px;
    margin:13px auto;
    border-radius: 50px;
    text-align: center;
    border:none;
    display: block;
    text-decoration: none;
    color:black;
    position: relative;
    overflow: hidden;
  
    transition: .3s;
    line-height: 40px;
}

.boton:hover {
	opacity: 0.9;
	
	}
.boton1{
    letter-spacing: 1px;
    font-size:15px;
    width:500px;
    height:40px;
    margin:13px auto;
    border-radius: 50px;
    text-align: center;
    border:none;
    display: block;
    text-decoration: none;
    color:#839C89;
    position: relative;
    overflow: hidden;
  
    transform: (-50%, -50%);
    line-height: 40px;
	background:#DAE9DE;
}
.boton1:before{
    content: "";
    position: absolute;
    top:0;
    left:-100%;
    width:100%;
    height: 100%;
    background:#D1D3D4;
    transition:.5s ease-in-out;
    
}
.boton1:hover:before{
    left:0;
    z-index: -1;
}
.span{
    transition:.5s ease-in-out;
    z-index:1;
}
.boton1:hover span{
    color:#000;
    
}

.boton2{
    letter-spacing: 1px;
    font-size:15px;
    width:500px;
    height:40px;
    margin:13px auto;
    border-radius: 50px;
    text-align: center;
    border:none;
    display: block;
    text-decoration: none;
    color:#DCBECB;
    position: relative;
    overflow: hidden;
  
    transition: .3s;
    line-height: 40px;
	background:#B67292;
    
}
.boton2:before{
    content: "";
    position: absolute;
    top:0;
    left:-100%;
    width:100%;
    height: 100%;
    background:#D1D3D4;
    transition:.5s ease-in-out;
    
}
.boton2:hover:before{
    left:0;
    z-index: -1;
}
.span{
    
    transition:.5s ease-in-out;
    z-index:1;
}
.boton2:hover span{
    color:#000;
    
}

.boton3{
    letter-spacing: 1px;
    font-size:15px;
    width:500px;
    height:40px;
    margin:13px auto;
    border-radius: 50px;
    text-align: center;
    border:none;
    display: block;
    text-decoration: none;
    color:#FEDBB5;
    position: relative;
    overflow: hidden;
  
    transition: .3s;
    line-height: 40px;
	background:#FAAD58;
}
.boton3:before{
    content: "";
    position: absolute;
    top:0;
    left:-100%;
    width:100%;
    height: 100%;
    background:#D1D3D4;
    transition:.5s ease-in-out;
    
}
.boton3:hover:before{
    left:0;
    z-index: -1;
}
.span{
    
    transition:.5s ease-in-out;
    z-index:1;
}
.boton3:hover span{
    color:#000;
}



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

    .boton{
        margin:5px;
        width:90%;
        margin:auto;
        margin-bottom: 10px;
    }
}
.item8 {
    background-color:#D1D3D4!important;
    font-size: 16px;
}
.item8 p{
	text-align: center;
	color: #fff;
	font-size: 14px;
    font-style: oblique;
}




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

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

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

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