/**
    CSS PARA LASER COMBAT
*/

header{
    
    background-image: url('../img/header_laser_combat.jpg');
    
}

.bold{
    font-weight: bold;
}

section p{
    font-size: 1.2em;
}


/***************************************************************************
    #laser-combat-informacion

*/

.text{
    padding: 15px;
    font-size: 1.5em;
}

#laser-combat-informacion video{
    width: 100%;
}


@media only screen and (min-width: 1000px) {
    #restaurante-introduccion .flex-container{
        align-items: center;
    }
}


