.fantasma{
    width: 100%;
    height: 200px;
}
.wrap{
    padding:0 10%;
}
.cardMaraton{
    width: 100%;
    max-width: 700px;
    min-height: 300px;
    margin: auto;
    
}
#descargable{
    width: 100%;
    height: 100%;
    background: url(../img/background.jpg) 50% 50%;
    background-size: cover;
}
.headerBack img{
    display: block;
    width: 100%;
}
.nombre,.libro{
    padding: 0 1em;
}
.nombre h1{
    text-align: center;
    font-size: 2em;
    padding-right: 10px;
    margin-top: 30px;
    text-transform: capitalize;
    font-weight: bold;
    color: #000;
    text-shadow: 0 0 3px #00000021;
}
.libro h2{
    text-align: center;
    font-size: 1.5em;
    padding-right: 10px;
    margin-bottom: 3em;
    color: #f67413;
}
.icons{
    padding: 0 5%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 0px;
}
.icon{
    width: 23%;
    margin-right: 2%;
    text-align: center;
    font-size: 1em;
}
.icon:last-child{
    margin-right: 0;
}
.icon h3{
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 12px;
    height: 30px;
    color: #f67413;
    font-weight: bold;
}

.icon h4{
    font-size: 34px;
    color: #f67513;
    font-weight: bold;
}
.icon img{
    display: block;
    width: 100px;
    margin: auto;
    margin-bottom: 10px;
}
.footerCard{
    padding-bottom: 0;
}
.footerCard img{
    display: block;
    width: 100%;
}
.botonera{
 text-align: center;
}