/*-------footer----*/
 footer {
	 position: relative;
	 width: 100%;
	 background-color: #F5F5F3;
	 padding-top: 3rem;
	 padding-bottom: 1.5rem;
	 margin-top: 15rem;
}

 footer p {
	 margin: 0;
	 line-height: 1.2rem;
}

footer a{
	font-size: 0.8rem;
	font-weight: lighter;
}

footer a:hover{
	cursor: pointer;
}

footer .telefono img{
	margin-right: 0.5rem;
}

footer .rrss a img {
	width: 1.8rem;
	margin-left: 0.2rem;
}

.contacto-page footer{
	margin-top: 0rem;
}

footer .logo-eulen img{
	width: 8rem;
}

/* subemnu */

.submenu-footer{
	position: absolute;
	top: -25%;
	left: 50%;
	width: 90%;
	transform: translate(-50%, 0);
}

.submenu-content{
	background-color: rgba(0, 38, 100);
	display: inline-block;
	width: 100%;
	padding: 2.5rem 5rem 2rem 5rem;
}
.submenu-content ul{
	list-style: none;
	margin: 0;
	padding: 0;
  }
.submenu-content ul li{
    position: relative;
    text-align: center;
  }

  .submenu-content ul li a {
    display: inline-block;
    position: relative;
    padding: 0.3rem 0rem;
    text-decoration: none;
    color: white;
    overflow: hidden;
	transition: 0.3s;
	margin: 0rem 1.5rem;
  }

  .submenu-content a:hover, .submenu-content a:focus {
    color: #ED2939;
  }

  .submenu-content  ul li a::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 2px;
    background: #ED2939;
    transition: width .3s ease-out;
}

.submenu-content  ul li a:hover::after {
    width: 80%;
    transition: width .3s;
}

.submenu-content .linea-footer{
	display: block;
	position: absolute;
	top: 0%;
	left: -5%;
	transform: translateY(-35%);
	width: 0.4rem;
	height: 15rem;
	background-color: #ED2939;
	margin-left: 5rem;
}
