@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700&display=swap');

body{
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
ul,p,h2,h1{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
html{
    scroll-behavior: smooth;
}

.conteudo-geral{
    max-width: 1020px;
    margin: auto;
}

/*contato whatsapp*/
.contato-whatsapp{
    position: fixed;
    z-index: 20;
    background-color: #11a85fbd;
    top: 90%;
    right: -17px;
    padding: 10px 25px;
    border-radius: 30px;
    transition: all .5s;
}
.contato-whatsapp a{
    color: #ececec;
    display: flex;
    align-items: center;
    font-size: .8rem;
    text-transform: uppercase;
}
.contato-whatsapp i{
    font-size: 1.5rem;
    margin-right: 5px;
}
.contato-whatsapp:hover{
    background-color: #11a85f;
}
/*contato whatsapp*/

.top-header{
    padding: 8px 10px;
    background-color: #fdfdfd;
    /*border-bottom: 5px solid #8a8a8a;
    border-top: 5px solid #8a8a8a;*/
    
}
.top-header .conteudo-geral{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img{
    width: 100%;
}
.menu{
    position: absolute;
    background-color: #fdfdfd;
    padding: 50px 30px;
    top: 0px;
    right: -500px;
    transform: scaleY(0);
    transition: all .3s;
}
.menu-aberto{
    right: 0;
    top: 140px;
    transform: scaleY(1);
    z-index: 10;
}
.barra-menu i{
    font-size: 1.5rem;
    cursor: pointer;
}
.menu a{
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 0;
    display: block;
}


.btn-banner{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    outline: none;
    border: none;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    background-color: #00000038;
    color: #fff;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    transition: all .5s;
}
.btn-banner:hover{
    background-color: #0000009f;
}
.left{
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.right{
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.banner-img{
    position: relative;
    
    margin: auto;
    height: 100vw;
    max-height: 1020px;
    max-width: 1200px;
}
.banner-img img{
    width: 100%;
    padding: 0 35px;
    object-fit: cover;
    position: absolute;
    opacity: 0; 
    transition: all .5s;  
    z-index: 5;
    left: 0;
    box-sizing: border-box;
}
.banner-img .aparecendo{
    opacity: 1;
}
.banner{
    background-color: #544617;
    color: #fff;
    text-align: center;
    padding: 20px 0px;
    position: relative;
}

.banner .conteudo-geral{
    max-width: 1020px;
}
.banner-conteudo{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    box-sizing: border-box;
}
.banner-txt h1{
    font-size: 1.6rem;
    color: #cf8e00;
    text-transform: uppercase;
    font-family: 'Fredoka One', cursive;
}
.banner-txt span{
    font-size: 2.5rem;
    letter-spacing: 3px;
    color: #947100;
}
.banner-txt p{
    line-height: 1.3;
    font-size: .9rem;
    padding: 0 5px;
    color: #ececec;
    
}
.insc-monitor{
    display: none;
}
.inscricao {
    padding: 10px;
}
.inscricao p{
    color: #cf8e00;
    font-size: 1.1rem;
    font-weight: 900;
    margin-bottom: 30px;
}
.btn-inscrever{
    margin: 25px 0;
}
.btn-inscrever a{
    color: #fff;
    /*background-color: #32343A;*/
    background-color: #924700;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 8px;
    letter-spacing: 1.5px;
    transition: all .3s;
}
.btn-inscrever a:hover{
    color: #924700;
    background-color: #ececec;
}

.titulo{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 2rem;
    color: #833f00;
}

.aprender{
    color: #32343A;
    padding: 45px 10px;
    /*text-align: center;*/
}
.modulos{
    /*display: flex;
    justify-content: space-around;*/
    margin-bottom: 30px;
}

.modulos p{
    margin-bottom: 15px;
    line-height: 1.5;
    color: #32343A;
}
.duracao{
    font-size: 1.3rem;
    font-weight: bold;
    margin: 10px 0;
}
.duracao span{
    color: #833f00;
    text-decoration: underline;
    font-weight: 800;
}

.modulo-info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aprender-tecnicas h3{
    color: #bd5b00;
    text-transform: uppercase;
    font-size: 1.6rem;
}
.aprender-tecnicas h3 strong{
    font-size: 2rem;
}
.aprender-tecnicas ul{
    text-transform: uppercase;
    font-size: .95rem;
    margin-bottom: 15px;
    margin-right: 40px;
    color: #4d2500;
}
.curso-valor{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.curso-valor i{
    font-size: 1.8rem;
    margin-right: 5px;
    color: #4b974b;
}
.curso-valor p{
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    color: #8a8a8a;
}
.curso-valor p span{
    color: #bd5b00;
    font-size: 1.7rem;
    font-weight: 900;
}
.aprender-tecnicas li{
    padding: 2px 0;
    font-weight: 700;
}
.curso-detalhe li i{
    color: #bd5b00;
    font-size: 1.5rem;
}
.formas-pagamento{
    margin-bottom: 20px;
}
.formas-pagamento p{
    font-size: 1.3rem;
    font-weight: bold;
    margin: 15px 0;
}
.fg-imagens{
    display: flex;
    width: 360px;
    justify-content: space-between;
    /*background-color: #4b974b;*/
}
.fg-imagens img{
    width: 2rem;
    margin-bottom: 8px;
}
.fg-imagens p{
    font-size: .9rem;
    color: #cacaca;
    margin: 0;
}
.fg-card{
    text-align: center;
}
.dinheiro i{
    color: #4b974b;
    font-size: 2rem;
    margin-bottom: 8px;
}
.cartao i{
    color: #bd5b00;
    font-size: 2rem;
    margin-bottom: 8px;
}

.certificado h3, .videos h3{
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #833f00;
}
.certificado p{
    line-height: 1.5;
    margin-bottom: 35px;
}
.certificado img{
    width: 100%;
}


.galeria-videos{
    display: flex;
    flex-wrap: wrap;
}
.galeria-videos .video{
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    
}
.video{
    text-align: center;
}

.aprender .btn-inscrever, .depoimentos .btn-inscrever{
    text-align: center; 
}
.aprender .btn-inscrever p, .depoimentos .btn-inscrever p{
    padding: 25px 5px 45px 5px;
    color: #cf8e00;
    font-size: 1.2rem;
    font-weight: 600;
}

.depoimentos{
    padding: 45px 10px;
    background-color: #fffae9;
}
.depoimentos p{
    color: #32343A;
    font-weight: 600;
    margin-bottom: 25px;
}

.contato{
    background-color: #f7f7f7;
    padding: 45px 10px;
}
.contato p{
    color: #8a8a8a;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
}
.contato p span{
    font-size: 1.2rem;
    font-weight: 700;
    color: #836400;
}
.list-contatos{
    padding: 20px 5px;
}
.list-contatos a{
    display: flex;
    align-items: center;
    padding: 9px 0;
}
.list-contatos i{
    font-size: 1.5rem;
    margin-right: 5px;
    color: #833f00;
}
.list-contatos span{
    color: #a04d00;

}

.localizacao{
    max-width: 1020px;
    margin: auto;
    padding: 45px 10px;
}
.localizacao p{
    padding: 15px 0;
    text-transform: uppercase;
    color: #bd5b00;
    font-size: 1.3rem;
    font-weight: 600;
}
.localizacao iframe{
    width: 100%;
    padding: 0 0;
}

.rodape{
    background-color: #cf8e00;
}
.rodape .conteudo-geral{
    padding: 10px;
}
.list-contatos-rodape{
    padding: 00px 0;
    margin-bottom: 15px;
}
.list-contatos-rodape ul{
    margin: auto;
    max-width: 440px;
    display: flex;
    justify-content: space-around;
}
.list-contatos-rodape i{
    font-size: 1.5rem;
    color: #833f00;
}
.rodape p{
    font-size: .9rem;
    text-align: center;
    color: #383838;
}
.rodape p strong{
    text-transform: uppercase;
}

@media screen and (min-width: 840px){
    .banner-conteudo{
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
    }

    .barra-menu{
        display: none;
    }
    .menu{
        position: relative;
        right: 0;
        transform: scaleY(1);
    }
    .menu ul{
        display: flex;
        justify-content: space-between;
    }
    .menu a{
        margin: 0 5px;
        padding: 10px 15px;
        transition: all .5s;
    }
    .menu a:hover{
        color: #f7f7f7;
        background-color: #544617;
        border-radius: 30px;
    }


    .banner-txt h1{
        font-size: 2.2rem;
        margin-bottom: 60px;
    }
    .banner-txt span{
        font-size: 3.2rem;
        letter-spacing: 3px;
        /*font-style: italic;*/
        color: #947100;
    }
    .banner p{
        line-height: 1.5;
        font-size: 2.5rem;
        color: #ececec;
    }
    .banner img{
        border-radius: 5px;
    }
    .inscricao p{
        color: #bd5b00;
        font-size: 1.5rem;
        font-weight: 900;
        margin-bottom: 30px;
    }
    .insc-monitor{
        display: block;
    }
    .insc-mobile{
        display: none;
    }

    .certificado{
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .certificado h3{
        grid-column: 1 / 3;
    }
    .certificado p{
        font-size: 1.5rem;
        align-self: center;
        line-height: 1.8;
        text-align: justify;
        margin-left: 20px;
        grid-column: 2 / 3;
        color: #383838;
    }
    .certificado img{
        grid-row: 2 / 3;
        grid-column: 1 / 2;
    }

    .titulo{
        font-size: 2.4rem;
    }

    .galeria-videos{
        justify-content: space-between;
        box-sizing: border-box;
        align-items: center;
    }
    .galeria-videos .video{
        width: 330px;

    }

    .depoimentos .galeria-videos{
        justify-content: space-around;
    }

    .contato p{
        font-size: 1.5rem;
    }
    .contato p span{
        font-size: 1.7rem;
    }
    .list-contatos ul{
        display: flex;
        justify-content: space-around;
    }
    .list-contatos a{
        font-size: 1.3rem;
        font-weight: 400;
    }
    .list-contatos i{
        font-size: 1.8rem;
    }
    
}

