body {
background-color:white ;
text-align: center;
font-family: 'Shadows Into Light', cursive;
font-size: 16px;
color: white;
}
.destacados{
padding: 70px 0;
text-align: center;
}
.box1 {
position:relative;
z-index:1;
width:100%;
padding:20px;
margin:20px auto;
border: 1px solid rgb(200, 200, 200);
box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
background: #E4C054;
border-radius: 4px;
}
.box1 h3 {
position:relative;
padding:10px 30px;
margin:0 -30px 20px;
font-size:28px;
line-height:32px;
font-weight:bold;
text-align:center;