.container{
    background-image: url("../storage/images/caramelo_invert.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    /* background-size: cover; */
}

.footer{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
#botao_consulta{
    width: 300px;
    height: 70px;
    color: orange;
    border-radius: 30px;
    margin-top: 30px; border:
    1px solid orange;
}
#botao_consulta:hover {
    background-color: #ffa500;
    color: white;
}

#botao{
    display: flex;
    justify-content: center;
}

#conteudo{
    margin-top: 105px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.login_button{
    background-color:orange;
    height: 50px;
    width: 150px;
    display: flex;
    justify-content: center;
}
.enviarlink_button{
    background-color:#ffd622;
}

#botao_retornar_redefinicao{
    width: 200px;
    height: 70px;
    color: white;
    background-color: #ffa500;
}

/* Conteúdo do site */

@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

* {
    /* margin: 0; */
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins',sans-serif;
    scroll-behavior: smooth;
}

#logoInicial {
    width: 100px;
    height: 60px;
}
section {
    padding: 100px;
}

.banner {
    position: relative;
    /* min-height: 100vh; */
    background-size: auto;
    /* background-image: linear-gradient(to right, #ffffff, #eeeeee, #dddddd, #cccccc, #bbbbbb); */
    background-image: url("../storage/images/fundo.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.banner h2 {
    font-size: 3em;
    font-weight: 500;
    line-height: 1.5em;
}

.banner h2 span {
    font-size: 1.5em;
    font-weight: 700;
}

.banner h3 {
    font-size: 1em;
    font-weight: 500;
}


header {
    background: orange;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 100px;
    transition: 0.5s;
}

header.sticky {
    background: #FFC400;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

header.sticky .logo {
    color: #111;
}

header .logo {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 2px;
}

header ul {
    position: relative;
    display: flex;

}

header ul li {
    position: relative;
    list-style: none;
}

header ul li a {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    color: #fff;
    text-decoration: none;
}

header.sticky ul li a {
    /* color: #111; */
    color: #fff;
}

.heading {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #111;
}

.heading h2 {
    font-weight: 600;
    font-size: 30px;
}

.content {
    /* display: flex;
    justify-content: space-between; */
    background: #E8CB6D;
}

.w50 {
    min-width: 50%;
}

img {
    max-width: 100%;
}

.about {
    background: rgb(231, 193, 123);
    text-align: justify;
}
.about h2 {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.5em;
}

.about h3 {
    font-size: 1em;
    font-weight: 500;
}

.microchip {
    background: rgb(16, 190, 243);
}
.microchip h2 {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.5em;
}

.microchip h3 {
    font-size: 1em;
    font-weight: 500;
}

.heading.white {
    color: #fff;
}



.microchip .content:hover {
    background: orange;
}



.trabalhos .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.trabalhos .content .trabalhosBx {
    width: 50%;
    padding: 20px;
}

.trabalhos .content .trabalhosBx img {
    max-width: 100%;
}

.cadastrar {
    background: #f7f7f7;
}

.cadastrar h2 {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.5em;
}

.cadastrar .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cadastrar .content {
    max-width: calc(50% - 40px);
    padding: 60px 40px;
    margin: 20px;
    background: #ffbb55;
}

.cadastrar .content p {
    color: #fff;
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
}

.cadastrar .content h3 {
    /* margin-top: 40px; */
    text-align: end;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 1em;
}

.cadastrar .content span {
    font-size: 14px;
    font-weight: 400;
}

.consulta {
    background: #fff;
    color: #000;
    padding-top: 0px;
}

.consulta h2 {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.5em;
}

.consulta h3 {
    font-size: 1em;
    font-weight: 500;
}


.informacaoContato {
    min-width: 40%;
}

.informacaoContatoBx {
    position: relative;
}

.informacaoContato .box {
    position: relative;
    padding: 20px 0;
    display: flex;
}

.rodape {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 40px;
    display: flex;
    justify-content: space-around;
}

.perguntas{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.texto_microchip{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: justify;
}

#texto_rodape {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#texto_rodape2 {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#texto_rodape3 {
    max-width: 300px;
}

#servicos{
    /* position: absolute; */
    /* margin-top: 20px; */
    /* background: url('../storage/images/grupo.png');
    background-repeat: no-repeat;
    /*  */
    /* background-image: url("../storage/images/grupo.png");
    background-position: bottom;
    background-size: 70%;
    background-repeat: no-repeat; */
    /* background-size: cover; */
}

#imagem{
    display: flex;
    align-items:flex-end;
}
/* Responsive */
@media (max-width: 991px){
    header, header.sticky{
        padding: 20px 50px;
        z-index: 1000;
    }

    .menu {
        position: fixed;
        top: 120px;
        left: -100%;
        display: block;
        padding: 100px 50px;
        text-align: center;
        width: 100%;
        height: 100vh;
        background: #fff;
        transition: 0.5s;
        z-index: 999;
        border-top: 1px solid rgba(0,0,0,0.2);
    }

    .menu.active {
        left: 0;
    }

    header ul li a {
        color: #111;
        font-size: 24px;
        margin: 10px;
    }
    header.sticky ul li a {
        color: #111;
    }
    .toggle {
        width: 40px;
        height: 40px;
        background: url('../storage/images/menu.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 30px;
        cursor: pointer;
    }
    .toggle.active {
        width: 40px;
        height: 40px;
        background: url('../storage/images/close.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 25px;
        cursor: pointer;
    }
    header.sticky .toggle {
        filter: invert(1);
    }

    section {
        padding: 100px 50px;
    }

    .banner {
        padding: 150px 50px 100px;
    }
    .banner h2 {
        font-size: 1.5em;
    }
    .banner h3 {
        font-size: 1em;
    }

    .heading h2 {
        font-size: 24px;
    }
    .content {
        flex-direction: column;
    }
    .w50 {
        margin-bottom: 20px;
    }
    .microchip .content {
        margin: 10px;
    }

    .trabalhos .content {
        width: 100%;
        padding: 10px;
    }

    .cadastrar .content {
        max-width: calc(100% - 40px);
        padding: 40px 20px;
        margin: 10px;
        background: #ffb94f;
    }

    .cadastrar .content h3 {
        margin-top: 20px;
    }
    #conteudo{
        display: flex;
        flex-direction: column-reverse;
    }

}

@media (max-width: 600px) {
    header, header.sticky{
        padding: 20px 20px;
    }
    .banner {
        padding: 150px 20px 100px;
    }
    section {
        padding: 100px 20px;
    }

    .container{
        background-image:none;
    }
    #caramelinho{
        display:none;
    }
    #texto_rodape2{
        display: none;
    }
    #texto_rodape3{
        display: none;
    }

    .texto_microchip{
        flex-direction: column;
    }

    .banner {
        padding-top: 0;
    }
    .banner, .about, .microchip, .consulta{
        padding-bottom: 0;
    }
}


/* ACCORDION */

.perguntas .corpoBx {
    position: relative;
    margin: 10px 20px;
}
.perguntas .corpoBx .titulo {
    position: relative;
    padding: 20px;
    background-color: #FFC400;
    color: #000;
    cursor: pointer;
}
.perguntas .corpoBx .titulo::before {
    content: '+';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 1.5em;
}
.perguntas .corpoBx.active .titulo::before {
    content: '-';
}

.perguntas .corpoBx .corpo {
    position: relative;
    background-color: white;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    overflow-y: auto;
    text-align: justify;
}

.perguntas .corpoBx.active .corpo {
    height: 150px;
    padding: 10px;
}
