<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* InscriÃ§Ãµes Eventos */
/* Autor: Maychon Douglas */
/* @maychondouglas */
/* Date: 2020-05-19 */
/* anhanguera.edu.br */


*, *::before, *::after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Signika', 'Rubika';
    color: #333;
    background-color: #ecececff;
    --primaryColor: #004FBD;
    --secondaryColor: #069d5f;
    --quartenary-color: #009aed9f;
    --other: #FE7432;

    font-size: 16px;
    scroll-behavior: smooth;
}

.container{
    margin: 0 auto;
    padding: 40px;
    max-width: 1170px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(12, 1fr);
}
.left-column{
    grid-column: 1/6;
    
}
.right-column{
    grid-column: 7/-1;
    
}
hr{
    border-color: #1936620f;
}
.link{
    text-decoration: none;
}

.btn{
    font-family: 'Rubik';
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    text-decoration: none;
    border-radius: 4px;
}
.botoes .btn{

    height: 60px;
    width: 15rem;
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
}
.btn-primary{
    color: #FFF;
    background-color: var(--primaryColor);
    margin-left: 0.5rem;
    min-width: 15rem;
    
}
.btn-primary:hover{
    background-color: var(--secondaryColor);
    transition: linear 0.1s;
}
.btn-secondary{
    color: var(--primaryColor);
    background-color: transparent;
    border: solid var(--primaryColor) 2px;
}
.btn-tertiary{
    color: #FFF;
    background-color: var(--other);
}
.btn-secondary:hover{
    color: #FFF;
    background-color: var(--secondaryColor);
    transition: linear 0.1s;
    border: none;
}
.btn-tertiary:hover{
    background-color: var(--secondaryColor);
    transition: linear 0.1s;
}
.btn-select-type{
    margin-left: 0.5rem;
}
.selecao-tipo-inscricao{
    display: flex;

    margin-bottom: 1rem;
}
.oculto{
    display: none;
}


/*Header*/

.content-left{
    display: flex;
    justify-content: flex-start;
    

}
.content-right{
    display: flex;
    justify-content: flex-end;


    
}

.title{
    font-size: 2rem;
    font-weight: lighter;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
    color: var(--primaryColor);
}
/*Modal*/
.modal-video{
  display: flex;
  position: fixed;
  background-color: #a7a7a7a0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10000;
}

.modal-video .window-video{
  background-color: white;
  position: relative;
  display: flex;
  min-height: 80vh;
  height: 80vh;
  width: 80%;
  max-width: 900px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 3rem;
  flex-wrap: wrap;
  
}
@media(max-width: 900px){
  .modal-video .window-video{
    max-width: 95vw;
    width: 95%;
    padding: 3rem 1rem;
    flex-wrap: wrap;
    height: auto;
  }
  .modal-video .window-video iframe{
    height: 300px;
  }
}
.modal-video .window-video h2{
  margin-top: 1.5rem;
  padding: 1.5rem 0;
  display: flex;
  width: 100%;
  border-top: solid 2px #f2f2f2;
}
.modal-video .window-video .close{
  font-size: 2rem;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.5rem;
  color: #909090b0;
  cursor: pointer;
}
.modal-video .window-video video{
  width: 100%;
  height: auto;
}

/*Footer*/
footer{
    position: relative;
    height: 5rem;
    bottom: 0;
    background-color: var(--primaryColor);
    opacity: 92%;
}



.background{
    height: 50vh;
    width: 100%;
    background-image: url('../img/bg-tutorials.jpeg');
    background-position: center;
    background-size: cover;
    
}
.background::after{
    content: " ";
    height: 50vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    
}
.back{
    background-color: #fff;
    box-sizing: border-box;
    
    width: 90vw;
    margin: 0 auto;
    margin-top: -5rem;
    margin-bottom: 7rem;
    max-width: 1170px;
    
 
}
.redes-sociais{
    grid-column: 7/-1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.5rem;
    color: var(--secondaryColor);
}
.redes-sociais a{
    
    transition: 0.3s ease-in-out;
    color: var(--secondaryColor);
    
    
}
.redes-sociais .aux{
    min-width: 12rem;
    display: flex;
    justify-content: flex-end;
}
.redes-sociais .aux a{
    margin-left: 1rem;
    transition: 0.3s ease-in-out;
    background-color: #a6a6a6;
    border-radius: 100px;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    width: 2.5rem;
    height: 2.5rem;
    
}

.redes-sociais a:hover{
    background-color: var(--secondaryColor);
}
.pesquisar{
    grid-column: 1/7;
    display: flex;
    width: 50%;
    color: var(--secondaryColor);
    
    border-radius: 4px;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.pesquisar input{
    font-family: 'Rubik';
    width: 100%;
    padding: 0.8rem;
    font-size: 1.5rem;
    color: var(--secondaryColor);
    border: solid var(--secondaryColor) 2px;
    font-weight: 500;
    transition: ease-in-out 0.3s;
    border-radius: 3px;
    

}
.pesquisar input:focus{
    outline: transparent;
    box-shadow: transparent;
    background-color: var(--secondaryColor);
    color: white;
}
.pesquisar input:focus + i{
    color: white;
}
.pesquisar i{
    color: var(--secondaryColor);
    font-size: 1.5rem;
    margin: 0.3rem;
    cursor: pointer;
    position: absolute;
    right: 1rem;
    transition: ease-in-out 0.3s;

    
    
}
::-webkit-input-placeholder{
    color: var(--secondaryColor);
}
.eventos-lista{
    
}

.lista{
    grid-column: 1/-1;
    font-family: 'Rubik';
    margin-top: 1rem;
}
.img-evento{
    display: flex;
    height: 20rem;
    width: 20rem;
    background-size: cover;

}



.hide {
    display: none;
}

.show {
    display: inline-block;
}
.evento{
    display: flex;
    
    
    width: 100%;
    box-sizing: border-box;
    
    
    
}

dl.eventos-item{
    max-width: 60%;
    margin-left: 1.5rem;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    font-size: 2rem;
    
    
    

}
dt{
    display: flex;
    text-align: start;
    margin-left: 0;

    font-weight: 700;
    flex-wrap: wrap;
    color: #333;
    clear: both;

}
dd.event-days{
    list-style: none;
    text-decoration: none;
    text-align: start;
    margin-left: 0;
}
dd.event-subscribe{
    list-style: none;
    text-decoration: none;
    text-align: start;
    margin-left: 0;
    

}

.barra{
    grid-column: 1/-1;
    display: flex;
    justify-content: space-between;
    align-items: center;


}
.redes-sociais .certificados{
    background-color: var(--secondaryColor);
    text-align: center;
    font-weight: 700;
    font-size: 1.125rem;
    margin-right: 2rem;
    color: #fff;
    transition: 0.3s ease-in-out;
    padding: 0.8rem 1.5rem;
    border-radius: 3px;
    display: flex;
}
.redes-sociais  .certificados svg{
    fill: #fff;
    align-self: center;
    margin-right: 0.2rem;
}

.redes-sociais  .certificados:hover{
    box-shadow: 1px 1px 1px #7a7a7ad2;
    margin-bottom: 0.2rem;
    background-color: var(--primaryColor);
    margin-top: -0.2rem;
    color: #FFF;
}
.botoes{
    display: flex;
    justify-content: baseline;
    align-items: flex-start;
    flex-wrap: wrap;
    width:auto;
    margin-top: 1rem;
}

dd.faq-answer {
    color: var(--light-text);
    font-weight: 300;
    font-size: 1.125rem;
    max-height: 0;
    transition: max-height 1s ease-in-out;
}

dl.faq-item.open dd.faq-answer {
    max-height: 100vh;
}
.hide{
    display: none;
}

.lista-faq.hide,
.form-atendimento.hide,
.atendimento-detail.hide {
    display: none;
}

.form-atendimento.hide {
    max-height: 0;
    /* transition: max-height 5s ease; */
}
dl.faq-item {
    counter-increment: faq;
    overflow: hidden;
}

dl.faq-item.hide {
    display: none;
}


/*Parte de Tutoriais*/
.lista {
    list-style: none;
    margin-left: 0;
    padding: 0;
}

.lista a{
    display: flex;
    text-decoration: none;
    align-items: center;
    min-height: 3rem;
    padding: 1rem 1.5rem;
    border: solid 2px var(--quartenary-color);
    color: var(--quartenary-color);
    border-radius: 10px;
    font-size: 18px;
    position: relative;
    transition: ease-in-out 0.5s;
    width: 100%;
}
.lista a:hover .arrow-link{
    right: 0.6rem;
}
.lista a svg{
    fill: var(--quartenary-color);
}
.lista a svg:nth-child(1){
    min-width: 40px;
    position: relative;
}
.lista a span{
    margin-left: 1rem;
    
}
.arrow-link{
    position: absolute;
    right: 1rem;
    transition: ease-in-out 0.3s;
}
/*Fim da parte de Tutoriais*/

@media(max-width: 1000px){
    .container{
        display: flex;
        flex-direction: column;
    }
    .superior{
        align-items: center;
    }
    .evento{
        height: auto;
        
    }
    .img-evento{
        width: 13rem;
        height: 13rem;
    }
    dl.eventos-item{
        font-size: 1.5rem;
        max-width: 100%;
    }
    .botoes .btn{
        height: 50px;
        width: 12rem;
        text-decoration: none;
        border-radius: 4px;
        font-size: 18px;
        
    }
    .botoes{
        display: flex;
        justify-content: baseline;
        align-items: flex-start;
        flex-wrap: wrap;
        width:auto;
        margin-top: 0.3rem;
    }
    .certificados{
        font-size: 1.125rem;
        margin-right:  0;
    }

}

@media(max-width: 800px){
    .pesquisar{
        width: 80%;
        width: 100%;
        
    }
    .pesquisar input{
        font-size: 1rem;
        
    }
    .barra{
        display: flex;
        flex-direction: column;
    }
    .img-evento{
        width: 100%;
        height: 12rem;
        margin-bottom: 0.3rem;
    }
    .evento{
        flex-direction: column;
    }
    
    dl.evento{
        align-items: center;
        max-width: 100%;
    }
    dt{
        max-width: 80%;
    }
    dl.eventos-item{
        
        box-sizing: border-box;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        font-size: 1.2rem;
    }
    
    .botoes {
        width: 100%;
        justify-content: space-between;
       
        padding: 0;
    }
    .botoes .btn{
        font-size: 1rem;
        width: 100%;
        height: 50px;
        margin: 0;
    }
    .certificados{
        font-size: 1rem;
        margin-left: 0;
        margin-right:  0;
    }
    .redes-sociais{
        margin-top:  1rem;
        justify-content: space-between;
        width: 100%;
    }
    .redes-sociais a{
        margin-left: 0;
    }
    .redes-sociais .aux a{
        font-size: 1.125rem;
        margin-left: 0.2rem;
    }
    .redes-sociais .aux{
        min-width: auto;
        
    }
    
}

</pre></body></html>