﻿* {
    font-family: 'Segoe UI';
    
}

p {
font-size: 35px;
}


footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0 40px 0;
}

h6 {
    font-size:10px !important;
}

.mtop-30 {
    margin-top: 30px !important;
}

.mbottom-30{
    margin-bottom: 30px !important;
}

.pbottom-30 {
    padding-bottom: 30px !important;
}

.botaoInscreva {
    display: block;
    width: fit-content;
    background: linear-gradient(90deg, #8A4BFF 0%, #45218F 100%);
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto; 
    margin-block-start: auto; /*no padrão column, joga a margin restante para cima*/
}

    .botaoInscreva:hover {
        background: linear-gradient(90deg, #45218F 0%, #8A4BFF 100%);
        padding: 10px 20px;
        color: #fff;
    }

.font-white {
    color: #fff !important;
}

.medidas-protetivas-color {
    color: #5F3C92 !important;
}

.listaMedidasProtetivas {
    list-style: none;
    list-style-position: initial;
    padding-left: 0;
}


.bordaDenuncia {
    border: 1px solid #727272;
    padding: 20px;
    min-height: 561px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1199px) {
    .bordaDenuncia {
        min-height: 639px;
    }
}

@media (max-width: 991px) {
    .bordaDenuncia {
        border: 1px solid #727272;
        padding: 20px;
        min-height: 200px;
            }

        .bordaDenuncia img {
        float:left;
        margin: 0 20px 20px 0;
        width:250px !important;
        }
}

.bordaDenuncia p {
    font-size: 18px;
    flex-grow: 1;
}

.bordaDenuncia2 {
    border: 1px solid #727272;
    padding: 20px;
    min-height: 120px;
}

.bordaDenuncia3 {
    border-left: 1px solid #670f37;
}

.wrap {
    /*Ajuste a largura e altura desejadas aqui*/
    width: 100%;
    aspect-ratio: 17/5;
    /*isto fará o elemento video e o .container se adaptarem ao .wrap*/
    position: relative;
}

.wrap > .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; /*apenas um -1 é necessário quando se trabalha com relative + absolute, sendo pai e filho*/
    min-width: 100%;
    height: 100%;
    overflow: hidden; /* evita do video passar a altura desejada do .wrap */
    background-color: #eee;
}

    .wrap > .bg-video > video {
        width: 100%;
    }


@media (max-width: 768px) {

    header .wrap {
        height: 600px;
    }

        .wrap video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }
}


.bg-Video {
    background-image: url('https://www.tjsp.jus.br/Download/Rompa/BGVideo.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eee;
    min-height: 636px;
}


.bg-Roxo {
    min-height: 200px;
    background-color: #5e338fff;
    color: #fff;
    padding: 100px 0 100px 0;
}

.materiais {
    background-color: #fff;
    padding: 50px 0 50px 0;
}

.bg-Cinza {
    min-height: 150px;
    background-color: #e9eae7;
    color: #020004;
    padding: 100px 0 150px 0;
}

.bg-Painel {
    background-image: url('https://www.tjsp.jus.br/Download/MedidasProtetivas/bg-painel.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #727272;
    min-height: 500px;
}


.icon-tjsp-11 {
    font-size: 60px;
    vertical-align: middle;
}

.nav.nav-justified {
    font-size: 11px;
    background-color: transparent;
}


@media (max-width: 768px) {
    .nav.nav-justified {
        background-color: #5e338fff;
    }
}


    .nav.nav-justified > li > a {
        background-color: transparent;
        color: #fff;
        border-radius: 0;
    }

        .nav.nav-justified > li > a:hover {
            font-weight: bolder;
            background-color: transparent;
        }

        .nav.nav-justified > li > a:focus {
            font-weight: bolder;
            background-color: rgba(0,0,0,0.6) !important;
            border: #8A4BFF 1px solid;
        }

    .nav.nav-justified > li.active > a {
        color: #9a1664;
    }

        .nav.nav-justified > li.active > a:hover {
            color: #9a1664;
            font-weight: bolder;
        }


.navbar-tj.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-top: 30px;
}

.navbar-tj .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

/*TEste*/

.wrap {
    /*Ajuste a largura e altura desejadas aqui*/
    width: 100%;
    height: auto;
    /*isto fará o elemento video e o .container se adaptarem ao .wrap*/
    position: relative;
}

    .wrap > .bg-video {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; /*apenas um -1 é necessário quando se trabalha com relative + absolute, sendo pai e filho*/
        width: 100%;
        height: 100%;
        overflow: hidden; /* evita do video passar a altura desejada do .wrap */
    }

        .wrap > .bg-video > video {
            width: 100%;
        }

        .laranja {
            color: #ff8271;
            font-size: 40px;
            font-weight: 800;
        }

        .titulo {
            color: #ff8271;
        }
        
        .subtitulo {
            font-weight: 700;
            font-size: 18px !important;
            color: #603d93;
        }

.containerSubtitulo {
    width: fit-content;
    margin: 0 auto;
}


.containerMateriais {
    display: flex;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    flex-wrap: wrap;
}


@media (max-width: 768px) {
    .containerMateriais {
        flex-direction: column;
    }
}


#redesSociais {
    gap: 50px;
}

#TJSPDPSP {
    gap: 15px;
    display: inline-flex;
    justify-content: center;
}

#MPSP {
    gap: 30px;
}

        .coluna {
            flex: 1;
        }
        .TJSPDPSP {
            flex: 0 0 200px;
        }
h4 {
    color: #ff8271 !important;
    font-size: 12px !important;
}
        h5{
            font-size: 10px !important;
            margin: 10px 0 0 0 !important;
            font-weight: 700 !important;
        }

.menuHorizontal {
    font-size: 13px;
}

.video-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.video-container iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}