.secao-home{
    
    margin-top: 150px;
    width: 100vw;

    scroll-snap-align: start;

}

/* Banner */
.secao-cabecalho-fundo{
    
    width: 100vw;
    background: var(--cor-principal);
    height: 460px;
    overflow: hidden!important;
        position: absolute;
    top: 0px;
    z-index: -1;
    
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    
}

.elemento-1{
    
    background-color: var(--cor-escuro);
    opacity: .65;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    
    position: absolute;
    
}

.secao-titulo{
    
    margin-top: 80px;
    height: 210px;
    cursor: default;
    padding: 50px 0 60px;
    z-index: 2;
    
}

/* Galeria */
.gallery-masonry {
    width: calc(100% + 12px);
    margin-bottom: -12px;
}

.gallery-masonry .item {
    width: calc(100% / 3);
    padding-right: 12px;
    padding-bottom: 12px;
    display: block;
}

.gallery-masonry img {
	width: 100%;
	height: auto;
	display: block;
	backface-visibility: hidden;
	border-radius: 6px!important;
    cursor: pointer;    
}

    /* Vira 3 colunas */
    @media (max-width: 948px) { 
        .gallery-masonry .item {
            width: calc(100% / 3);
        }
    }

    /* Vira 2 colunas */
    @media (max-width: 768px) {
        .gallery-masonry .item {
            width: calc(100% / 2);
        }
    }

    /* Vira 1 coluna */
    @media (max-width: 480px) {
        .gallery-masonry .item {
            width: calc(100% / 1);
        }
    }

/* Outros Ensaios */
.scroll-outros{

}

.secao-outros-ensaios{

    background: var(--cor-cinza-3);
    padding-bottom: 200px;
    margin-bottom: -200px;
    margin-top: 50px;
}

.titulo-outros{
    
    font-family: "Lato", Lato;
    font-weight: 900;
    text-transform: none;
    font-style: italic;
    color: var( --cor-principal );

    
    padding: 45px;
    font-size: 33px;
    
    text-align: center;
    
}

/* Equipe */

.secao-equipe .equipe{
    
    margin-top: 50px;
    background: var(--cor-cinza-3);
    padding: 30px;
    border-radius: 10px;
    border: solid 2px var(--cor-cinza-1);
}

.secao-equipe .titulo-equipe{
    
    font-weight: 900;
    text-transform: none;
    font-size: 26px;
    color: var(--cor-escuro);
    margin-bottom: 23px;
    
    opacity: 0.7;
}

.secao-equipe .grupo-equipe{

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    
    display: flex;
    gap: 50px;
}

    .secao-equipe .equipe-fotografa{
        
        display: flex;
    }
    
        .secao-equipe .foto-fotografa{
            width: 60px;
            height: 60px;
            border-radius: 8px;
            margin-right: 12px;
        }
        
        .secao-equipe .titulo-fotografa{
            
            font-weight: 900;
            text-transform: none;
            font-size: 21px;
            color: var(--cor-escuro);
        }
        
        .secao-equipe .subtitulo-fotografa{
            
            font-size: 20px;
            opacity: 0.7;
            color: var(--cor-escuro);
            font-weight: 600;
        }

/* Loop */
.tudoTabela{
    width: 80%;
    margin: 0px 10%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(0, auto);
    grid-auto-flow: dense;
    gap: 15px;
}

.btnLoopEnsaio{
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-size: contain !important;
    
    border-radius: 8px;    
    color: var(--cor-branco);
    font-family: "Lato", Sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 22px!important;
    line-height: 30px;
    text-transform: uppercase;
    white-space: nowrap;
    
    background: var(--cor-principal);

    box-shadow: 0px 0px 30px 0px rgb(77 69 106 / 0%);
    transition: box-shadow .5s;
}

.btnLoopEnsaio:hover{
  box-shadow: 0px 0px 30px 0px rgb(77 69 106 / 40%);
}

.fotoEnsaio{
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.5s;
    opacity: 1;
}

 .dadosEnsaio{
  
    background: var(--cor-principal);
    
    padding: 10px 15px 10px 15px;
    
    text-align: left;
  
  
}

.dadosEnsaioAno{
  font-size: 17px!important;
  line-height: 25px;
  margin-top: -5px;
  opacity: 0.5;
}

input{display:none;}

a{ text-decoration: none;}

a:active:focus:visited:link:checked:valid:target:enabled:empty:disabled:checked{
   border-style: solid;
   border-width: 0px!important;
}

/* PopUp */
#popup{
    height: 100vh;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: center;
    font-family: "Lato", Sans-serif;
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    position: fixed;
}

    /* Foto */
    #popup .ppr_conteudo{
        text-align: center;
        margin-top: 10vh;
        margin-bottom: 10vh;
        height: 80vh;
        width: -webkit-fill-available;
        display: table;

    }

        #popup .ppr_conteudo-alinhar{
            display: table-cell;
            vertical-align: middle;
        }

        #popup img{
            border-radius: 8px;
            transform: scale(1);
            max-width: 100%;
            max-height: 80vh;
        }

    /* Informações */
    .ppr_pos{

        color:white;

        position: fixed;
        bottom: 20px;
        right: 20px;
        left: 20px;
    }

    #popup .icone-fechar{
    
        color:white;
        position: fixed;
        top: 20px;
        right: 20px;
        
        cursor: pointer;
        
        z-index: 101;
        
        font-size: 49px;
        
    }

    #popup .icone-esquerda{
        
        position: fixed;
        top: 20px;
        bottom: 20px;
        left: 20px;

        font-size: 60px!important;
        color: white;
        
        cursor: pointer;
        
        z-index: 101;

        height: 60px;
        margin-top: calc(50vh - 50px);
    }

    #popup .icone-direita{
        
        position: fixed;
        top: 20px;
        bottom: 20px;
        right: 20px;

        font-size: 60px!important;
        color: white;
        
        cursor: pointer;
        
        z-index: 101;
        
        height: 60px;
        margin-top: calc(50vh - 50px);
    }

/* Tablet */
@media (max-width: 1199px) {
    .rwg-largura-pagina {
        padding: 0px 30px;
    }
    
    .secao-equipe{
        padding: 0px 30px;
    }
}

/* Celular */
@media (max-width: 767px){

    /* banner */
    .secao-titulo {
        margin-top: 85px;
        height: auto;
        padding: 50px 0 50px;
    }

    .secao-cabecalho-fundo{
        height: 363px;
    }

    /* galeria */
    .gallery-masonry .item {
        pointer-events: none;
    }

    /* outros ensaios */
    .secao-outros-ensaios {
        margin-top: 30px;
    }

    .titulo-outros {
        padding: 25px 0px;
        font-size: 27px;
    }

    /* loop */
    .scroll-outros{
        overflow-x: scroll;
        margin-left: -30px;
        margin-right: -30px;
    }

    .tudoTabela{
    
        display: inline-flex;
        position: relative;
        width: auto;
      }
    
      .btnLoopEnsaio{
        width: 215px;
        font-size: 17px!important;
        line-height: 22px;
        cursor: grab;
        border-radius: 4px;
      }
    
      .dadosEnsaioAno{
        font-size: 12px!important;
        line-height: 20px;
      }
    
      ::-webkit-scrollbar {
          display: none;
      }
      
    /* Equipe */
    .secao-equipe{
        padding: 0px 30px;
    }
    
    .secao-equipe .equipe {
        margin-top: 30px;
        padding: 20px;
    }
    
    .secao-equipe .titulo-equipe {
        font-size: 21px;
        margin-bottom: 15px;
        opacity: 0.7;
    }
    
    .secao-equipe .grupo-equipe {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(1, 1fr);
    }
    
    .secao-equipe .foto-fotografa {
        width: 40px;
        height: 40px;
        margin-right: 9px;
    }
    
    .secao-equipe .titulo-fotografa {
        font-size: 17px;
    }
    
    .secao-equipe .subtitulo-fotografa {
        font-size: 12px;
    }
    

}

