.centrado{
    text-align: center;
}
.logo{
    max-width: 200px;
}


/******************************* CARRUSEL imágenes ******************************/
.carrusel{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #f7f7f7;
    padding: 20px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}
.pantallazo{
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    border-radius: 8px;
    cursor: pointer;
    height: 296px;
    width: 167px;
    background-size:contain;
    background-repeat: no-repeat;
    margin: 10px;

}


/*******************************************************************************************/
footer{
    display:block;
}
.footer {
    padding: 0;
    grid-area: footer;
    color: #fff;
}
#footer.solid-bg {
    background: rgba(0, 0, 0, 0.85) none repeat center top;
}
#footer > .wf-wrap, #footer #bottom-bar > .wf-wrap {
    padding: 0 50px 0 50px;
    width: 1300px;
}
.wf-container {
    font-size: 0;
    line-height: 0;
    word-spacing: -4px;
    margin: 0 -22px;
    padding: 0;
}
#footer .wf-container-footer {
    padding-top: 60px;
    padding-bottom: 25px;
}

#footer .wf-container {
    margin: 0 -25px;
    text-align: center;
}
#bottom-bar{
    background-color: #000;
}
.wf-float-left {
    float: left;
}

.wf-float-right {
    float: right;
}