@charset "UTF-8";
/* CSS Document */

body
{
	margin:0px;
}


.verde_karla
{
	color: #8DC640;	
}



.padding
{
	padding:60px;
}

#menu_slide
{
	position:fixed;
	top:-70px;
	z-index:1000;
	background-color:#fff;
	
	box-shadow: 3px 4px 8px 0px rgba(0,0,0,0.11);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease ;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#menu_slide.toggle
{
	top: 0;	
}

.trapecio_menu
{
	border-left: 60px solid transparent;
    border-bottom: 140px solid #fff;
}

.contenido_menu
{  
	margin-top: 70px; 
	margin-bottom:70px; 
	display:flex; 
	align-items:center; 
	justify-content: center; 
	text-align:center; 
}


.vinculo_menu
{
	height:auto; 
	margin:auto;
	padding:auto; 
}

.contenido_menu:hover
{
	background-color: #0F9800;
}

.trapecio
{
	border-right: 240px solid transparent;
    border-top: 700px solid #fff;
}

.contenido_trapecio
{
	height:700px; 
	position: absolute; 
	top:-90px; 
	left:0px; 
	z-index:2; 
	display:flex; 
	align-items:flex-start; 
	justify-content:center; 
	flex-direction:column; 
	padding-right:240px;
}



.mostrar_moviles
{
	display:none;
}



	


