:root {
    --SQ02-color-global: #FD9001;
    --SQ02-color-azul: #1C1C1C;
    --SQ02-color-texto: #1C1C1C;

    --SQ02-fuente:'Poppins',sans-serif;
    
    --SQ02-contenedor:1245px;
    --SQ02-contenedor-ancho:1460px;
}
/*
    Reproductor de video
    fichero: SQ01_Video.php
*/

.webC_section_ppal_sq01 {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.webC_content_sq01 {
    max-width: 1055px;
    width: 100%;
    margin: auto;
}

.webC_titulo_sq01 {
    max-width: 690px;
    width: 100%;
    margin: auto;
    margin-top: 49px;
    margin-bottom: 32px;
    text-align: center;
}

.webC_titu_sq01 {
    font: normal normal bold 25px/30px "Chillax",Helvetica,Arial,sans-serif;;
    color: #2F3E7C;
    text-transform: uppercase;
    text-align: center;
}

.webC_subtitu_vi_sq01 {
    font: normal normal normal 25px/30px "Chillax",Helvetica,Arial,sans-serif;;
    color: #2F3E7C;
    text-transform: uppercase;
    text-align: center;
}

.webC_img_video_sq01 {
    position: relative;
}

.webC_boton_repro {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.webC_boton_repro img{
    cursor: pointer;
}



@media (max-width: 768px) {
    .webC_titulo_sq01 {
        max-width: 305px;
        margin-bottom: 20px;
    }

    .webC_titu_sq01 {
        font: normal normal bold 20px/22px "Chillax",Helvetica,Arial,sans-serif;
    }

    .webC_subtitu_vi_sq01{
        font: normal normal normal 20px/22px "Chillax",Helvetica,Arial,sans-serif;;
    }

    .webC_btn_repro {
        width: 60px;
        height: 60px;
    }
}