#presentacion {
    position: absolute !important;
    top: 33.3% !important;
    left: 50.2% !important;
    transform: translate(-50%,-50%) !important;
    background-color: rgba(0,0,0,0.3);
    width: 73.7%;
    height: 51.6vh;
    padding: 0% 0% 0% 0%;
    display: flex;
    align-items: center;
}

#pancarta-1 {
    position: absolute !important;
    top: 33.3% !important;
    left: 6.7% !important;
    transform: translate(-50%,-50%) !important;
    background-color: rgba(255,255,255,0.2);
    width: 11.7%;
    height: 51.5vh;
    padding: 0% 0% 0% 0%;
    display: flex;
    align-items: center;
}

#pancarta-2 {
    position: absolute !important;
    top: 33.3% !important;
    left: 93.6% !important;
    transform: translate(-50%,-50%) !important;
    background-color: rgba(255,255,255,0.2);
    width: 11.6%;
    height: 51.5vh;
    padding: 0% 0% 0% 0%;
    display: flex;
    align-items: center;
}

#barra-logos {
    position: absolute !important;
    top: 64.3% !important;
    left: 50.2% !important;
    transform: translate(-50%,-50%) !important;
    width: 73.7%;
    height: 9.2vh;
    padding: 0% 0% 0% 0%;
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.2);
}
