

:root{
    --royal-blue-light: #404eed;
    --royal-blue-black: #3946d4;
    --white: #fff;
    --background: #e2e3e9;
    --color-hover: #fd7e14;
    --color-gray: #052c75;
    --color-preto: #212529;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    color: black;
    text-decoration: none;
    font-family: sans-serif;
}
#menu a:hover{
    background-color: var(--color-hover);
    transition: .6s;
}

.logo{
    font-size: 1.5rem;
    font-weight: bold;
}

#header{
    box-sizing: border-box;
    height: 70px;
    padding: 3rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--royal-blue-light);
}

#header > a{
    color: var(--white);
    font-size: 1rem;
}

#menu{
    display: flex;
    list-style: none;
    gap: .5rem;
    color: var(--white);
}


#menu a{
    display: block;
    padding: .5rem;
    color: #fff;
}

#btn-mobile{
    display: none;
}

/*.left{

    border-radius: 20px;
    width: 30%;
    height: 1215px;
    float: left;
    padding: 20px;
    background-color: rgba(200,200,200, 0.1);
}*/
.boasvindas{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    padding: 40px 10px;
    /*background-color: var(--color-hover);*/
}
.seccao-autor{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
}
.texto{
    width: 100%;
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
}

.boasvindas .texto p{
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    color: var(--white);
}
.container{
    width: 100%;
    max-width: 1500px;
    background-color: rgba(200,200,200, 0.1);
    border-radius: 20px;
}

.dados-texto p{
    opacity: 0.8;
}
.texto p{
    font-size: 1.1rem;
    font-weight: normal;
    opacity: 0.8;
}
.left-header{
    opacity: 0.8;
}

.centro{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
/*.seccao-marketing{
    padding: 30px;
}*/


.seccao-caroussel{
}

.inscricao{

    padding: 50px;
    width: 40%;
    margin: 0 auto;
    border: 1px solid var(--color-hover);
    border-radius: 20px;
}
.inscricao h1{
    color: var(--royal-blue-light);
    font-size: 26px;
    text-transform: uppercase;
}
.campos{
  padding-top: 10px;
    padding-bottom: 10px;
}
.contentor-footer {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    background-color: var(--royal-blue-light);
    justify-content: center;

}
.content-footer{
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1400px;
}
.contentor-footer:nth-of-type(2){
    margin-top: 0px;
    color: var(--white);
    font-weight: bold;
    font-style: italic;
}
.child{
    width: 33.3%;
    height: 300px;
    padding: 25px;
}
.child ul{
    list-style: none;
}
.child ul li a{
    color: var(--white);
}
.child ul li a:hover{
    color: var(--color-hover);
}
.child h6{
    font-size: 1.3rem;
    color: var(--color-preto);
}

#form-login p a{
    color: var(--royal-blue-light);
}

#form-login p a:hover{
    color: var(--color-hover);
}

.lista-ebook{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 400px;
}

.seccao-header{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    padding: 40px 10px;
    text-align: center;
    /*background-color: var(--color-hover);*/
}
.seccao-header h3{
    font-size: 20px;
}
.seccao-header p{
    font-size: 16px;
}

.content-servico{
    width: 100%;
    max-width: 900px;
    padding-bottom: 300px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.content-servico h3{
    text-transform: uppercase;
    color: var(--royal-blue-black);
}
.content-servico p{
    font-size: 20px;
}

.content-servico p a{
    color: var(--royal-blue-light);
}
.seccao-marketing{
    padding-bottom: 400px;
}
.info-mensagem{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
}

.info-contato{
    width: 100%;

    height: 300px;
    display: flex;
    gap: 80px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    background-color: rgba(200,200,200,0.5);
}

.fone, .email{
    text-align: center;
    color: var(--royal-blue-black);
}

.fone img, .email img{
    width: 100px;
}

.info-mensagem h3{
    text-align: center;
    text-transform: uppercase;
    color: var(--royal-blue-light);
    font-size: 18px;
}

.content-servico #inscricao{
    padding: 15px;
}
.content-servico #inscricao a{
    padding: 22px;
    background-color: var(--royal-blue-light);
    color: var(--white);
    border-radius: 40px;
    text-transform: uppercase;
}
.content-servico #inscricao a:hover{
    transition: .8s;
    background-color: var(--color-hover);
    color: var(--white);
    text-transform: uppercase;
}

@media (max-width: 600px) {
    .inscricao{
        width: 100%;
    }
    .inscricao h1{
        text-align: center;
    }
    .inscricao label{
        font-size: 15px;
        font-weight: bold;
    }
    .seccao-marketing{
        padding-bottom: 200px;
    }
    .fone h5, .email h5{
        font-size: 15px;
    }
    .info-mensagem h3{
        font-size: 16px;
    }
    .info-mensagem{
        margin-top: 80px;
        padding: 15px;
    }
    .info-contato{
        display: flex;
        flex-direction: column;
        padding: 100px;
        height: 600px;
    }
    .content-servico{
       padding-left: 10px;
        padding-right: 10px;
    }
    .content-servico p{
        font-size: 18px;
    }
    .pagination{
        margin-left: 8px;
    }

    .caixa{
        width: 100%;
    }
    .caixa img{
        height: 260px;
    }
    .seccao-header h3{
        font-size: 18px;
    }
    .seccao-header p{
        font-size: 15px;
    }
    .boasvindas{
        margin-bottom: 70px;
        margin-top: 40px;
    }
    .boasvindas .texto p{
        width: 100%;
        max-width: 550px;
        font-size: 16px;
    }
    .boasvindas .texto img{
        width: 45%;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon{
        display: none;
    }
    .centro{
        padding: 10px;
        margin-top: -50px;
    }

    .left{
        margin-top: -30px;
        width: 100%;
        height: 500px;
        text-align: center;
        border: none;
    }
    .texto p{
        font-size: 0.9rem;
    }
    .left-header{
        font-size: 17px;
    }
    .dados-texto p{
        font-size: 0.9rem;
    }
     #header img{
         width: 70px;
         height: 70px;
     }
    #header > a{
        font-size: .7rem;
    }
    #menu{
        display: block;
        position: absolute;
        width: 100%;
        top: 95px;
        right: 0;
        background: var(--royal-blue-light);
        height: 0px;
        transition: .6s;
        z-index: 1000000;
        visibility: hidden;
        overflow-y: hidden;
        border-top: 2px solid #fff;
    }

    #nav.active #menu{
        height: calc(100vh - 95px);
        visibility: visible;
        overflow-y: auto;
    }

    #menu a{
        padding: 1rem 0;
        margin: 0 1rem;
        border-bottom: 1px solid rgba(0,0,0,0.5);
    }
    #btn-mobile{
        display: flex;
        background: none;
        border: none;
        padding: .5rem 1rem;
        font-size: 1rem;
        cursor: pointer;
        gap: .5rem;
        color: #fff;
    }

    #hamburger{
        color: #fff;
        width: 20px;
        border-top: 2px solid #fff;
    }

    #hamburger::after, #hamburger:before{
        width: 20px;
        height: 2px;
        content: '';
        display: block;
        background: currentColor;
        margin-top: 5px;
        transition: .3s;
        position: relative;
    }
    #nav.active #hamburger{
        border-top-color: transparent;
    }

    #nav.active #hamburger:before{
       transform: rotate(135deg);
    }
    #nav.active #hamburger:after{
        transform: rotate(-135deg);
        top: -7px;
    }
    .carousel-caption{
        display: none;
    }
    .seccao-caroussel{
        height: 300px;
    }
    .carousel-item{
        height: 100px;
    }
    .carousel-indicators{
       position: absolute;
        top: 230px;
        height: 15px;
    }
    .carousel-indicators button{
       background: var(--royal-blue-black);
    }

    .seccao-marketing{
        box-sizing: border-box;
    }

    .content-footer {
        width: 100%;
        flex-direction: column;
    }
    .contentor-footer p{
        text-align: center;
    }
    .child{
        width: 100%;
        height: 150px;
        text-align: center;
    }

    .child:nth-of-type(2){
        width: 100%;
        height: 260px;
        text-align: center;
    }
    .conteudo1 p{
        text-align: center;
        font-size: 1rem;
    }


}