main section{
    z-index: 10;
    position: relative;
}

#modalVideo {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-items: center;
    align-content: center;
    padding: 0 2.5%;
    z-index: 999;
}
.modal-content {
    max-width: 800px;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}
.fechar {
    position: absolute;
    top: -24px;
    right: -4px;
    font-size: 50px;
    cursor: pointer;
    color: red;
}
.videoIframe {
    max-width: 800px;
    width: 100%;
    height: 500px;
}


.bg-footer{
    width: 100%;
    background-color: #0d0d0d;
    height: 25px;
}


.formulario{
    width: 100%;
    background-image:  url('../imagens/form.png');
    background-position: center center;
}
.formulario .container{
    display: flex;
    margin: 50px auto;
    gap: 50px;
    padding: 30px 50px;
    background-color: var(--bg1);
}
.formulario .texto{
    max-width: 350px;
    width: 100%;
    gap: 50px;
}
.formulario .texto .btn{
    display: none;
}
.formulario form{
    display: flex;
    flex-wrap: wrap;
     max-width: 735px;
    width: 100%;
    gap: 20px;
}
.formulario form input{
    width: calc(100% - 50% - 10px);
    height: 70px;
    padding: 0 20px;
    font-size: 18px;
    color: #00000080;
    background-color: #fff0;
    border: 1px solid #00000033;
}
.formulario form textarea{
    width: 100%;
    height: 173px;
    padding: 20px;
    font-size: 18px;
    color: #00000080;
    background-color: #fff0;
    border: 1px solid #00000033;
}
.formulario form input::placeholder,
.formulario form textarea::placeholder{
    color: #00000080;
}
.formulario form .botao{
    display: flex;
    gap: 20px;
}
.formulario form .botao button{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 378px;
    width: 100%;
    min-height: 57px;
    padding: 5px 15px;
    color: #fff;
    background: linear-gradient(to top, #4C254C, #944c94);
    transition: ease .3s;
}
.formulario form .botao p{
    max-width: 100%;
    color: #00000080;
}
.formulario form .botao p a{
    color: #00000080;
}



/* PAGINAÇÃO */
.paginacao{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paginacao .lista-paginacao{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.paginacao .lista-paginacao span a, 
.paginacao .lista-paginacao li a{
    width: 35px;
    height: 35px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primaria);
    transition: ease .3s;
}

.paginacao .lista-paginacao span a:hover, 
.paginacao .lista-paginacao li a:hover,
.paginacao .lista-paginacao li a.active{
    background-color: var(--primaria);
    color: #fff;
    transition: ease .3s;
}

/* Css do Pin */
.pin-style {
    display: block;
    position: absolute;
    outline: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.pin-empty {
    display: none;
}


/* MEDIA DESKTOP */
@media screen and (max-width: 1550px){

}

@media screen and (max-width: 1440px){
    
}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1280px){
    
}

@media screen and (max-width: 1270px){
    .container{
        width: 90%;
    }
}

@media screen and (max-width: 1100px){
    
}

/* MOBILE */
@media screen and (max-width: 1000px){
    .formulario .container{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .formulario .texto{
        gap: 10px;
        align-items: center;
    }
    .formulario form{
        max-width: 550px;
    }
    .formulario form input{
        width: 100%;
    }
}

@media screen and (max-width: 800px){
    
}

@media screen and (max-width: 600px){
    .formulario .container{
        padding: 30px 15px;
    }
    .formulario form .botao{
        flex-direction: column;
    }
    .formulario form .botao button{
        max-width: 100%;
    }
}

@media screen and (max-width: 400px){

}

@media screen and (max-width: 375px){

}
