@font-face {
    font-family:'AkzidenzGroteskBE-Regular';
    src: url('fonts/Akzidenz/AkzidenzGroteskBE-Regular.woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'AkzidenzGroteskBE-Bold';
    src: url('fonts/Akzidenz/AkzidenzGroteskBE-Bold.woff');
    font-weight: normal;
    font-style: normal;
}
header{
	background: #FFFFFF;
}
body{
	background: #f0f0f0 !important
}
.legal-dis{
	color: #000;
	text-align: center;
	font-size: 7px;
}
.hh{
	padding: 1.5rem 0rem;
}
.dd{
	padding: 10px 0px;
}
.box1{
	background: #84b2bf;
}
.chef-bases{
	text-align: center;
	padding-top: 2rem; 
	color: #000;
}
.chef-bases:hover{
	color: #000;
}
.chef-legales{
	font-size: 10px;
	text-align: center;
}
.box2{
	background: url(img/fondo.jpg);
	background-size: cover;
	padding: 2rem;
}
.titulo1{
	color: #FFF;
	font-family:'AkzidenzGroteskBE-Bold' !important;
	/*font-size: 1.5rem;*/
	text-align: center; 
}

.titulo2{
	color: #fced02;
	font-family:'AkzidenzGroteskBE-Bold' !important;
	/*font-size: 1.5rem;*/
	text-align: center; 
}
.titulo3{
	color: #FFF;
	font-family:'AkzidenzGroteskBE-Bold' !important;
	/*font-size: 1.2rem;*/
	text-align: center; 
}

.texto1{
	color: #FFF;
	font-family:'AkzidenzGroteskBE-Regular' !important;
	/*font-size: 1.25rem;*/
	text-align: center;

}

.texto2{
	color: #FFF;
	font-family:'AkzidenzGroteskBE-Regular' !important;
	font-size: 1rem;
	text-align: center; 
}
.chef-correo{
	color: #fced02;
	font-size: 1.5rem;
	font-family:'AkzidenzGroteskBE-Bold' !important;
	font-weight: 100;
}
.chef-correo:hover{
	color: #fced02;
}
@media only screen and (max-width: 600px) {
.box2{
	background: url(img/back_pink.jpg);
  }
	
}