#capa1{ 
    z-index:1;
    padding-top: 3%;
    padding-left: 15.5%;
    padding-right: 17.5%;
}
#capa2{
    position: relative;
    background-color: #7774c3;
    z-index:0;
    
}
#menugrande{
    position: relative;
    padding-top: 8%;
    background-image: url("../img/menu.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    z-index:0;
}
#dentromenu{
    z-index:1;
      
}

@font-face
{
    font-family: 'Alte';
    src: url("../fonts/dinnextltpro-regular.ttf");
}
@font-face{
    
    font-family: "suissnordregular";
    src: url("../fonts/suissnordregular.otf");
}
#testos{
    font-family: Alte;
    color: white;
    font-size: 16.5px;
}
#testos2{
    font-family: Alte;
    color: white;
    font-size: 12px;
}
#testos3{
    font-family: Alte;
    
    font-size: 16px;
}
#titus{
    font-family: suissnordregular;
    color: white;
    font-size: 24px;
}
#titus2{
    font-family: suissnordregular;
    color: white;
    font-size: 14px;
}
.wrapper {
    padding-left: 11%;
  
}
/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: relative;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	
	margin-right: 1px;
}

/*Style for menu links*/
li a {
        font-family: Alte;
	display:block;
	min-width:110px;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
        font-size: 14px;
	color: #54646b;
	background: transparent;
	
}

/*Hover state for top level links*/
li:hover a {
	background: transparent;
        color:#7974b7;
}
a:active {text-decoration:none;color:#7774c3;} 
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	color: #fff;
	background: #7774c3;
	text-align: center;
	padding: 3px 0;
	display: none;
}

/*Hide checkbox*/
#show-menu{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
        .wrapper{
            padding-left: 0;
        }
        .servicios{
            display: none;
        }
        .servicios2{
            display: block;
            background: #ededed;
            padding: 4% 3%;
            
            
        }
        .servicios2 img{
            max-width: 60%;
        }
        #testos{
    font-family: Alte;
    color: white;
    font-size: 12.5px;
}
}
@media screen and (min-width : 761px){
    .servicios2{
            display: none;
            
        }
        #testos{
    font-family: Alte;
    color: white;
    font-size: 16.5px;
}
}

.boton{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background: #7774c3;
        border:0px;
       }
       
       
.servis {
   max-width: 25%;
   position: static;
   padding-top: 5%;
   padding-bottom: 3%;
   padding-left: 15%;
   align-self: center;
}

#servicios{
    position: relative;
    background: #ededed;
    z-index: 0;
    max-width: 100%;
}



.ir-arriba {
	display:none;
	padding:20px;
	background:#000;
	font-size:10px;
	color:#fff;
	cursor:pointer;
	position: fixed;
        border-radius: 100px;;
	top:85%;
	right:20px;
}