
*{
    margin: 0;
    padding: 0;
}





#container {
    background-color: #F1F0E4;
}

header {
    background-color: #3E3F29;

}

img {
    display: block;
    width: 100%;
}

.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;

}   

.grid_xcentrado{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;    
}

.grid3 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;

}   


.grid2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
    row-gap: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;

}   

.conteudo_centrado{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

body{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-optical-sizing: auto;    
}

h1, h2, h3, h4, h5, p{
    font-family: "Playfair Display", serif;
    font-weight: normal;
}
h1{
    font-size: 70px;
    font-style: italic;
}
   


h3{
   font-size: 30px;
}
    

h2{
    font-size: 55px;
}

a{
    font-size: 20px;
    color: #7D8D86; 
    text-decoration: none;
}

h4{
    font-size: 30px;
    font-weight: 600; 
    text-decoration: none;
}

h5{
    font-size: 25px;
    font-weight: 600; 
    text-decoration: none;
}

p{
    font-size: 14px; 
    text-decoration: none;
}



/* -------------------------------- HEADER -------------------------------------- */


header h1{
    font-size: 25px;
    color: #F1F0E4;
    font-weight: 600;
    margin-left: 20px;
}

#ee{
    display: flex;
    align-items: center;

}

header img{
    height: 90px; 
    width: auto;
}



#menu_nav {
    

    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav#desktop ul {
    margin: 0;
    padding: 0;
    list-style-type: none;

    display: flex;
    justify-content: space-between;
}

nav#desktop ul li {
    margin: 0 10px;
}


#desktop a{
    font-size: 17px;
    color: #F1F0E4;
}

.color{
    color: #F1F0E4;
}

nav a:visited {
    color: #F1F0E4;
}

nav a:hover {
    text-decoration: underline;
    color: #F1F0E4;
}


#bigmac {
    display: none;
    width: 40px;
    height: 28px;
    position: relative;
    z-index: 30;
}

#bigmac .linha {
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #F1F0E4;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
}





#bigmac .linha:nth-child(1) {
    top: 0px;
}

#bigmac .linha:nth-child(2) {
    top: 12px;
}

#bigmac .linha:nth-child(3) {
    top: 12px;
}

#bigmac .linha:nth-child(4) {
    top: 24px;
}

#bigmac.open .linha:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#bigmac.open .linha:nth-child(2) {
    transform: rotate(45deg);
}

#bigmac.open .linha:nth-child(3) {
    transform: rotate(-45deg);
}

#bigmac.open .linha:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


nav#mobile {
    display: none;

}



header{
    position: fixed;
    width: 100%;


    
}














/* -------------------------------- OPENING-------------------------------------- */


#op{
    font-weight: 600;

}


#opening{
    background-image: url(imgs/opening.jpg);
    height: 770px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;

}  

#titleo{
    color: #F1F0E4;
    text-shadow: 2px 4px 7px #3E3F29;
    width: 100%;
    

}

#opening hr{
    background-color: #F1F0E4;
    height: 4px;
    width: 90%;
    box-shadow: 2px 4px 7px #3E3F29;
    border: none;


}







/* -------------------------------- HISTORIA-------------------------------------- */

#historia{
    background-color: #7D8D86;
    padding: 170px 0;
    align-items: center;
    display: flex;
}

#hist{
    color: #F1F0E4;
    line-height: 70px;

}

#hist h2{
    color: #F1F0E4;
}



#tthist{
    font-weight: bold;
}

#sobrenos_hist{
    border: 3.5px solid #F1F0E4;
    border-radius: 100px;
    color: #F1F0E4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 215px;
    height: 47px;
    margin-top: 30px;
    transition: ease;
    transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: contents;
    
}

#sobrenos_hist:hover{
    background-color: #F1F0E4;
    color: #7D8D86;
    transform: scale(1.1);
}




/* -------------------------------- CURSOS-------------------------------------- */

#ttcursos{
    grid-column: 1/13;
    border-bottom: 4px solid #3E3F29;
    font-weight: 700;
    
}

#scd{
    background-image: url(imgs/aprendizagens_gerais.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

#fm{
    background-image: url(imgs/observaçao_rigorosa.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

#kms{
    background-image: url(imgs/figura_humana.png);
    background-repeat: no-repeat;
    background-size: 100%;  
}

.fm {
    grid-column: span 4;
    margin-top: 65px;
}

#titc{
    border-bottom: 2px solid #3E3F29;
    width: 90%;
    font-size: 20px;
}




.h5c{
    border-bottom: 2px solid #3E3F29;
    margin-bottom: 10px;
    width: 50%;
    margin-top: 5px;
    font-size:17px;
    font-weight: 600;
}


.cursosq{
    background-color: #BCA88D;
    width: 75%;
    margin-top: 205px;
    padding: 17px 0px 20px 17px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;

    
    
}

.cursosq h4{
    border-bottom: 2px solid #3E3F29;
    width: 80%;
    margin-bottom: 7px;
    font-size: 20px;
    
}

#cursosa{
    display: flex;
    width: 90px;
    height: 30px;
    background-color:#3E3F29 ;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #F1F0E4;
    margin-top: 33px;
}



#crsos{
    display: flex;
    width: 90px;
    height: 30px;
    background-color:#3E3F29 ;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #F1F0E4;
    margin-top: 15%;
}



#crs{
    display: flex;
    width: 90px;
    height: 30px;
    background-color:#3E3F29 ;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #F1F0E4;
    margin-top: 55px; 

}


.txt{
    font-size: 16px;
    width: 85%;
}


#cursos{
    margin-top: 140px;
}

#outros_cursos{
    border: 3.5px solid #3E3F29;
    padding: 5px 30px;
    border-radius: 100px;
    display: flex;
    color: #3E3F29;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 27px;
    margin-top: 60px;
    transition: ease;
    transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: contents;
}

#outros_cursos:hover{
    background-color: #3E3F29;
    color: #F1F0E4;
    transform: scale(1.1);


}





/* -------------------------------- WORKSHOPS -------------------------------------- */

#workshops{
    background-image: url(imgs/workshops.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    width: 100%;
    padding: 135px 0;
    background-repeat: no-repeat;
    margin-top: 100px;
    color: #F1F0E4;
}

#parag{
    font-size: 30px;
    width: 90%;
    margin-bottom: 20px;
}

#title{
    border-bottom: 4px solid #F1F0E4; 
    margin-bottom: 20px;
    font-weight: 700;   
    font-size: 50px;
}

#sabermais{
    border: 3px solid #F1F0E4;
    font-size: 27px;
    padding: 5px 30px;
    padding-bottom: 9px;
    border-radius: 100px;
    display: flex;
    color: #F1F0E4;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 34px;
    transition: ease;
    transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: contents;
}

#sabermais:hover{
    background-color: #F1F0E4;
    color: #7D8D86;
    transform: scale(1.1);


}


/* -------------------------------- GALERIA -------------------------------------- */


#titulog{
    border-bottom: 4px solid #3E3F29; 
    margin-bottom: 20px;
    margin-top: 80px;
    font-weight: 700;   
    text-align: center;
    color: #3E3F29;
}

#slider{
    font-size: 30px;
    text-align: center;
}


/* -------------------------------- INSTRUTORES -------------------------------------- */



#instrutores hr{
    background-color: #3E3F29;
    height: 3px;
    width: 45%;
    margin-bottom: 10px;

}

#titinst, #mininst, #par, #buttons{
    grid-column: 8/13;
    color: #F1F0E4;
}

#titinst2, #mininst2, #par2, #buttons2{
    grid-column: 1/6;
    color: #F1F0E4;
}

#daniel{
    background-image: url(imgs/daniel.png);
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;    
}

#soares{
    background-image: url(imgs/andre.jpg);
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#par, #par2{
    font-size: 23px;
    margin-top: 8px;
    width: 90%;
    margin-bottom: 26px;
    font-weight: normal;
}

#mininst2, #mininst{
    font-size: 30px;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    line-height: 34px;
}

#titinst2, #titinst{
    font-weight: 600;
    font-size: 40px;
    line-height: 34px;
}


#titleinst{
    grid-column: 1/6;
    margin-top: 80px;
    color: #3E3F29;
    font-weight: 700;
    line-height: 48px;
}


#buttons, #buttons2{
    border: 3px solid #F1F0E4;
    font-size: 20px;
    padding: 1px 4px;
    border-radius: 100px;
    display: flex;
    color: #F1F0E4;
    justify-content: center;
    align-items: center;
    width: 165px;
    height: 37px; 
    transition: ease; 
    transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: contents;  
}

#buttons2:hover{
    background-color: #F1F0E4;
    color: #3E3F29;
    transform: scale(1.1);


}

#buttons:hover{
    background-color: #F1F0E4;
    color: #3E3F29;
    transform: scale(1.1);
}


/* -------------------------------- SUBSCRIBE -------------------------------------- */

#subscribe{
    margin-top: 60px;
    margin-bottom: 60px;
    color: #3E3F29;
}

#subimg{
    grid-column: 1/6;
}

#sub{
    grid-column: 6/13;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


#sub h2{
    line-height: 70px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #3E3F29;
}

#sub h5{
    font-size: 25px;
    text-align: center;
    font-weight: normal;
    line-height: 28px;
}

#sub a{
    border: 3px solid #3E3F29;
    font-size: 20px;
    border-radius: 100px;
    display: flex;
    color: #3E3F29;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 37px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    transition: ease; 
    transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: contents;  
}

#sub a:hover{
    background-color: #3E3F29;
    color: #F1F0E4;
    transform: scale(1.1);


}


/* -------------------------------- FOOTER -------------------------------------- */



footer{
    background-color: #3E3F29;
    padding-top: 40px;
}

#ftxt{
    color: #F1F0E4;
    grid-column: 1/8;
}

#links{
    grid-column: 8/13;

}


#links2{
    display: flex;
    justify-content: space-between;
}


#links img{
    height: 230px;
    width: auto;

}

#links a{
    margin-bottom: 30px;
    
}

#ftxt h2{
    font-weight: 500;
    font-style: italic;
}

#ftxt h6{
    font-size: 24px;
    width: 80%;
    font-weight: normal;
}


#cc{
    border-bottom: 2.5px solid #F1F0E4;
    line-height: 100px;
}

#ftxt a{
    display: flex;
    width: 180px;
    height: 45px;
    background-color:#7D8D86 ;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #F1F0E4;
    margin-top: 30px;
    transition: ease;
    transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: contents;
}

#ftxt a:hover{
    background-color: #F1F0E4;
    color: #7D8D86;
    transform: scale(1.1);
    
}


#ftxt p{
    font-size: 20px;
}

#email{
    font-style: italic;
    text-decoration: underline;
    margin-top: 130px;
}

#n{
    opacity: 0.6;
    transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: contents;
}

#m{
    display: flex;
    justify-content: center;
    opacity: 0.6;
    transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: contents;
}

#o{
    opacity: 0.6;
    transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: contents;
}

#n:hover{
    opacity: 5;
    transform: scale(1.1);

}

#o:hover{
    opacity: 5;
    transform: scale(1.1);

}

#m:hover{
    opacity: 5;
    transform: scale(1.1);

}


#opening2{
    padding-top: 91px;
}



/* -------------------------------- HORARIO-------------------------------------- */

#horarios{
    background-color: #7D8D86;
    padding: 200px 0;
    align-items: center;
    display: flex;
}



#h h4{
    color: #F1F0E4;
}

#img{
    display: block;
}    


#img_t{
    display: none;
}


/* -------------------------------- CURSOS-------------------------------------- */

#tit{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 130px;
}

#h h2{
    font-weight: 700;
    color: #F1F0E4;
} 

#h h4{
    font-size: 30px;
    font-weight: normal;
}

#tit h2{
    border-bottom: 3px solid #3E3F29;
    color: #3E3F29;
    width: 70%;
    text-align: center;
    font-weight: 700;

}

#tit h4{
    font-size: 25px;
    font-weight: normal;
}


.img{
    grid-column: 1/6;
}

.txt2 {
    grid-column: 7/13;
    width: 80%;
    color: #3E3F29;
}

.txt2 p{
    font-size: 25px;
}

.aa{
    border-top: 3px solid #3E3F29;
    line-height: 100px;
    font-weight: 600;
}

#cursos2 hr{
    background-color: #BCA88D;
    height: 30px;
    margin-top: 120px;
    margin-bottom: 120px;
}

.semana{
    display: flex;
    justify-content: space-around;
}

.mini_semana h4{
    display: flex;
    width: 110px;
    height: 40px;
    background-color:#3E3F29 ;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #F1F0E4;
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 5px;

}

#bigs{
    grid-column: 1/13;
}

.mini_semana h3{
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}


.bigs_mini{
    color: #3E3F29;
    grid-column: span 3;
    text-align: center;
    
}



.bigs_mini h3{
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.texto h6{
    font-size: 14px;
    border-top: 2px solid #3E3F29;
    width: 90%;
    line-height: 25px;
    margin-top: 10px;
}

.texto{
    background-color: #BCA88D;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    text-align: left;
}


.bigs_mini h4{
    display: flex;
    width: 95px;
    height: 35px;
    background-color:#3E3F29;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #F1F0E4;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;  
    margin-top: 25px;
    font-size: 20px;
    padding-bottom: 5px;
}

#cursos2{
    margin-bottom: 50px;
}


  /* -------------------------------- TELEMOVEL RESPONSIVE -------------------------------------- */  


@media only screen and (max-width: 800px) {


    h2{
        font-size: 27px;
    }

    h1{
        font-size: 33px;
    }

    a{
        font-size: 17px;
    }


    p{
        font-size: 17px;
    }



    /* -------------------------------- HEADER -------------------------------------- */  

    #ee h1{
        margin-left: 20px;

    }

    #bigmac{
        display: block;
    }

    header h1 {
        font-size: 20px;
    }

    header img{
        height: 60px; 
        width: auto;
    }

    nav#desktop {
        display: none;

    }

    nav#mobile {
        display: block;
        position: fixed;


        z-index: 20;
        width: 100%;
        left: -100vw;
        top: 60px;
        transition: .3s linear;
    }


    nav#mobile ul{
        background-color: rgb(125, 141, 134, 0.9);

    }

    nav#mobile.menu_abre {
        left: 0;
    }

    nav#mobile ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    nav#mobile li {
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    
    }

    .color{
        font-size: 15px;
    }

    header {
        width: 100%;
        position: fixed;
    }



    /* -------------------------------- OPENING-------------------------------------- */ 


    #opening{
        height: 380px;
    }

    


    /* -------------------------------- HISTORIA -------------------------------------- */  

    #hist{
        line-height: 34px;
    }



    #sobrenos_hist{
        padding: 0 0;
        width: 150px;
        height: 35px;
        margin-top: 19px;
        border: 2.6px #F1F0E4 solid;
        
    }

    #historia{
        padding: 85px 0;
    }

    /* -------------------------------- CURSOS -------------------------------------- */  


    .fm{
        grid-column: span 6;
        margin-top: 20px;
    }


    .cursosq{
        width: 90%;
        margin-top: 155px;
    }

    .cursosq a{
        font-size: 15px;
    }


    #cursos{
        margin-top: 70px;
    }

    .txt{
        font-size: 15px;
    }
    
    
    #outros_cursos{
        font-size: 15px;
        width: 110px;
        height: 25px;
        margin-top: 50px;
    }

    #crs{
        width: 68px;
        height: 27px;
        margin-top: 35px; 

    }

    #ttcursos{
        border-bottom: 2px solid #3E3F29;
    
    }

    #crsos{
        width: 70px;
        height: 27px;
        margin-top: 35px;
    }

    #cursosa{
        width: 70px;
        height: 27px; 
    }


    .cursosq h4{
        margin-bottom: 3px;
        font-size: 17px;
    
    }

    #titc{
        margin-bottom: 3px;
        font-size: 17px;
    
    }

    .h5c{
        font-size: 15px;
    }



    /* -------------------------------- WORKSHOPS -------------------------------------- */



    #parag{
        font-size: 20px;
        width: 90%;
        margin-bottom: 20px;
    }


    #title{
        border-bottom: 2px solid #F1F0E4; 
        margin-bottom: 10px; 
        font-size: 33px;
    }


    #sabermais{
        border: 2.5px solid #F1F0E4;
        font-size: 20px;
        width: 110px;
        height: 30px;
    }


    /* -------------------------------- GALERIA -------------------------------------- */



    #titulog{
        border-bottom: 2px solid #3E3F29; 
    }
    
    
    
    
    
    /* -------------------------------- INSTRUTORES -------------------------------------- */
    
    
    
    #instrutores hr{
        height: 2px;
        width: 55%;
        margin-bottom: 3px;

    }

    
    #par, #par2{
        font-size: 17px;
        margin-top: 8px;
        width: 100%;
        margin-bottom: 26px;
    }


    #mininst2, #mininst{
        font-size: 23px;
        line-height: 29px;
    }


    #titinst2, #titinst{
        font-size: 27px;
        line-height: 25px;
    }

    #buttons, #buttons2{
        border: 2px solid #F1F0E4;
        font-size: 17px;
        width: 115px;
        height: 27px; 
    }

    /* -------------------------------- FOOTER -------------------------------------- */


    #links img{
        height: 200px;
        width: auto;
    }

    #links a{
        margin-bottom: 20px;
        
    }

    #links2{
        display: flex;
        justify-content: space-around;
    }

    #ftxt{
        grid-column: 1/13;
    }

    #links{
        grid-column: 1/13;
    }

    #ftxt h6{
        font-size: 17px;
        width: 85%;
    }

    #ftxt p{
        font-size: 17px;
    }

    #email{
        margin-top: 40px;
    }



    /* -------------------------------- HORARIO-------------------------------------- */


    #opening2{
        padding-top: 58px;
    }
    
    #h h4{
        font-size: 18px;
    }

    #horarios{
        padding: 65px 0;
    }


    /* -------------------------------- CURSOS-------------------------------------- */



    #tit h4{
        font-size: 18px;
    }

    #cursos2 h3{
        font-size: 23px;
    }

    .mini_semana h3{
        line-height: 20px;
    }

    #tit{
        margin-top: 40px;
        margin-bottom: 50px;
    }


    .aa{
        line-height: 60px;
    }

    .txt2 p{
        font-size: 17px;
    }

    .mini_semana h4{
        font-size: 25px;
        width: 90px;
        height: 40px;
        margin-top: 0px;

    }
    
    .bigs_mini p{
        font-size: 14px;
    }

    .bigs_mini h3{
        line-height: 20px;
        margin-bottom: 7px;
    }

    .bigs_mini h4{
        font-size: 25px;
        width: 90px;
        height: 40px;
        margin-top: 10px;
    }


    /* -------------------------------- FOOTER -------------------------------------- */


    #links img{
        height: 200px;
        width: auto;

    }





















}







@media only screen and (max-width: 385px) {
   
    #container {
        width: 100%;
        max-width: 385px;
        background-color: #F1F0E4;
    }
   

  header .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
  
    }

    html, body {
        overflow-x: hidden;
    }


    
    
   
    h1{
        font-size: 26px;
    }
    
    h2{
        font-size: 20px;
    }

    a{
        font-size: 10px;
    }

    nav#mobile li {
        height: 25px;
    }



    header {
        width: 100%;
        position: fixed;
    }

    #menu_nav {
        width: 95%;
    }

    #bigmac {
        display: block;
    }


    






  /* -------------------------------- OPENING-------------------------------------- */  




    


    #opening{
        background-image: url(imgs/opening_t.jpg);
        height: 283px;
        display: flex;
        align-items: center;
        background-repeat: no-repeat;
        margin-top: 60px;
    }

    #opening hr{
        width: 140%;
        height: 2.5px;
    }


  /* -------------------------------- HISTORIA -------------------------------------- */  





    #hist{
        color: #F1F0E4;
        line-height: 22px;

    }

    #sobrenos_hist{
        padding: 0 0;
        width: 90px;
        height: 25px;
        margin-top: 19px;
        border: 2px #F1F0E4 solid;
        
    }

    
    #historia{
        padding: 50px 0;
    }


  /* -------------------------------- CURSOS -------------------------------------- */  


  .fm{
        grid-column: span 12;
        margin-top: 20px;
    }


  .cursosq h4{
        margin-bottom: 3px;
        font-size: 16px;
    
    }

    .cursosq{
        width: 90%;
        margin-top: 155px;
    }

    .cursosq a{
        font-size: 13px;
    }


    #cursos{
        margin-top: 70px;
    }

    .txt{
        font-size: 13px;
    }


    #outros_cursos{
        border: 2.5px solid #3E3F29;
        font-size: 16px;
        width: 110px;
        height: 25px;
        margin-top: 50px;
    }

    #crs{
        width: 65px;
        height: 27px;
        margin-top: 35px; 

    }

    #ttcursos{
        border-bottom: 2px solid #3E3F29;
    
    }

    #crsos{
        width: 70px;
        height: 27px;
        margin-top: 35px;
    }


    /* -------------------------------- WORKSHOPS -------------------------------------- */


    #workshops{
        background-image: url(imgs/workshop_t.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; 
        width: 100%;
        padding: 65px 0;
        background-repeat: no-repeat;
        margin-top: 100px;
        color: #F1F0E4;
    }

    #parag{
        font-size: 15px;
        width: 90%;
        margin-bottom: 20px;
    }

    #title{
        border-bottom: 2px solid #F1F0E4; 
        margin-bottom: 10px; 
        font-size: 19px;
    }

    #sabermais{
        border: 2.5px solid #F1F0E4;
        font-size: 15px;
        border-radius: 100px;
        width: 80px;
        height: 20px;
    }


    /* -------------------------------- GALERIA -------------------------------------- */



    #titulog{
        border-bottom: 2px solid #3E3F29; 
    }


    /* -------------------------------- INSTRUTORES -------------------------------------- */



    #instrutores hr{
        height: 2px;
        width: 55%;
        margin-bottom: 3px;

    }

    #titleinst{
        grid-column: 1/6;
        margin-top: 50px;
        line-height: 28px;
    }


    #daniel{
        background-image: url(imgs/daniel_t.jpg);
        padding: 360px 0 20px 0;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;    
    }

    #soares{
        background-image: url(imgs/andre_t.png);
        padding: 360px 0 20px 0;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }




    #titinst, #mininst, #par, #buttons{
        grid-column: 1/13;
    }

    #titinst2, #mininst2, #par2, #buttons2{
        grid-column: 1/13;
    }


    #par, #par2{
        font-size: 14px;
        margin-top: 8px;
        width: 100%;
        margin-bottom: 6px;
    }


    #mininst2, #mininst{
        font-size: 17px;
        line-height: 24px;
    }


    #titinst2, #titinst{
        font-size: 20px;
        line-height: 14px;
    }

    #buttons, #buttons2{
        border: 2px solid #F1F0E4;
        font-size: 13px;
        width: 95px;
        height: 23px; 
    }

    #gamelas{
        margin-bottom: 60px;
    }

    #andre{
        margin-bottom: 60px;
    }



    /* -------------------------------- SUBSCRIBE -------------------------------------- */


    #subscribe{
        margin-top: 50px;
        margin-bottom: 30px;
        color: #3E3F29;
    }


    #subimg{
        grid-column: 1/13;
    }


    #sub{
        grid-column: 1/13;
    }

    #sub h5{
        font-size: 15px;
        line-height: 24px;
    }
    


    #sub h2{
        line-height: 30px;
    }



    #sub a{
        border: 2px solid #3E3F29;
        font-size: 14px;
        width: 100px;
        height: 27px;  
    }





    /* -------------------------------- FOOTER -------------------------------------- */


    #ftxt h6{
        font-size: 14px;
        width: 100%;
    }

    
    #ftxt p{
        font-size: 14px;
    }



    #ftxt{
        color: #F1F0E4;
        grid-column: 1/13;
    }

    #links{
        grid-column: 1/13;

    }

    #ftxt a{
        width: 100px;
        height: 27px;
    }


    #email{
        margin-top: 20px;
    }


    #cc{
        border-bottom: 2.5px solid #F1F0E4;
        line-height: 80px;
    }



    
    #links a{
        margin-bottom: 20px;
        
    }



    #links img{
        height: 100px;
        width: auto;

    }




    #links2{
        display: flex;
        justify-content: space-around;
    }


    /* -------------------------------- HORARIO-------------------------------------- */


    #img{
        display: none;
    }    


    #img_t{
        display: block;
    }




    #h h4{
        font-size: 15px;
    }

    #horarios{
        padding: 80px 0;
    }





    /* -------------------------------- CURSOS-------------------------------------- */
    

    #tit h4{
        font-size: 15px;
    }

    #tit{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: 50px;
    }


    .img{
        grid-column: 1/13;
    }

    .txt2 {
        grid-column: 1/13;
        width: 100%;
        color: #3E3F29;
    }




    .txt2 p{
        font-size: 14px;
    }


    
    .aa{
        border-top: 3px solid #3E3F29;
        line-height: 30px;
        font-weight: 600;
    }


    #cursos2 h3{
        font-size: 20px;
    }


    .mini_semana h3{
        line-height: 20px;
    }


    .mini_semana h4{
        display: flex;
        font-size: 25px;
        width: 110px;
        height: 40px;
        margin-top: 10px;

    }



    .bigs_mini{
        color: #3E3F29;
        grid-column: span 6;
        text-align: center;
    }

    .bigs_mini h3{
        line-height: 20px;
        margin-bottom: 10px;
    }

    .bigs_mini p{
        font-size: 14px;
    }

    .bigs_mini h4{
        font-size: 25px;
        width: 110px;
        height: 40px;
        margin-top: 15px;
    }









}    
   
    
   













