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

*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body{
	background-color: #FEFEFE;
	
}

.section-banda{
	overflow-x:hidden; 
}

h1{
	color: #4E4E4E;
	font-size: 3rem;
	font-family: aller, sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 3rem;
}

h2{
	color: #4E4E4E;
	font-size: 3rem;
	font-family: aller, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 3rem;
	letter-spacing: -2px;
}

h3{
	color: #FEFEFE;
	font-size: 2rem;
	font-family: aller, sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 4rem;
	text-transform: uppercase;
	letter-spacing: -1px;
}

p{
	font-size: 1rem;
	color: #4E4E4E;
}

button{
	background-color: #FEFEFE;
	color: #BAD1C4;	
	padding: 0.5rem;
	border:none;
	border-radius: 0.4rem;
	font-family: aller, sans-serif;
	font-style: normal;
	font-weight: 200;
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;}

a{
	text-decoration: none;
	color: inherit;
	font-weight: 500;
}

a:hover{
	color: inherit;
}

.banda{
	margin-top: 3rem;
	position: relative;
}

.banda h2{
	font-size: 2.5rem;
}

.banda::after{
	background-color: #BAD1C4;	
	width: 2000px;
	content: "";
	left: 99%;
	top: 0;
	height: 100%;
	position: absolute
}

.bg-verde{
	background-color: #BAD1C4;	
	width: 100%
}

.text-verde{
	color: #BAD1C4;
}

.bg-gris{
	background-color: #4E4E4E;
	width: 100%;
	margin-top: -4rem;
}

.blanco{
	color: #FEFEFE;
}

.logo img{
	max-width: 370px;
	height: 100%;
}

.icon{
	display: flex;
    justify-content: center;
}

.icon img{
	max-width: 80px;
	max-height: 80px;
	margin-bottom: 10px;
}

.gestion{
	margin-top: 6rem;
	margin-bottom: 6rem;
	text-align: center;
}

.gestion h2{
	font-weight: 600;
	margin-bottom: 1rem;
}

.desk{
	display: none;
}

.mob{
	display: block;
}

.contacta{
    background-color: #BAD1C4;
    text-align: center;
    padding: 3rem;
    color: white;
}

.contacta h2{
    color: white;
}

.contacta a{
    font-size: 20px;
    font-weight: 300;
}

.contacta p{
    color: white;
    font-size: 20px;
}

.direccion{
    text-align: center;
    margin: 5rem 0;
}

.direccion h3{
    color: #4E4E4E;
    text-transform: uppercase;
    font-size: 1.7rem;
}

.direccion a{
    font-weight: 200;
}

.direccion p{
    font-weight: 200;
}

/*-- Estilos contacta --*/

footer{
	background-color: #BAD1C4;	
	color: #FEFEFE;
	width: 100%;
}

footer p{
	color: #FEFEFE;
	margin-bottom: 0;
}

footer h3{
	font-weight: 300;
	line-height: 1.3rem;
}

footer .faldon{
	padding-bottom: 20px;
}


@media (min-width: 768px) {  

.icon{
    justify-content: flex-start;
}	
	
h1{
	font-size: 4.5rem;	
	line-height: 4rem;
	}
	
h2{
	font-size: 4rem;
	line-height: 4rem;
}	
	
.icon img{
	max-width: 80px;
	margin-bottom: 10px;
}
	
.banda{
	margin-top: 5rem;
}	
	
.banda h2{
	font-size: 4rem;
}	

.desk{
	display: block;
}

.mob{
	display: none;
}

}