@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url(../fonts/calps-sans/stylesheet.css);



.font-calps-400 {
    font-family: 'Calps Sans';
    font-weight: 400;
    font-style: normal;
}

:root {
    --color-orange: #ff4e00;
    --color-gray: #e5e5e5;
}

.text-orange {
    color: var(--color-orange);
}

.bg-orange {
    background-color: var(--color-orange);
}

.header, .header div, .header img {
}
.header.active-scroll {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #eee;

    
    
}
.header.active-scroll .header-content  {
    max-width: 600px;
    margin: 0 auto;

    padding-top:15px;
    padding-bottom:15px;
    padding-left: 24px;
    padding-right: 24px;
    
    background-image: url(../img/cinza-pattern.png);
    background-position: top -25px right 12px;
    background-size: 330px;
    background-repeat: no-repeat;
    
}
.header.active-scroll .div-pesquisa {
    /* margin-top: 8px !important; */
}

.box-1 {
    padding-top: 38px;
    max-width: 600px;
    margin: 0 auto;
    background-image: url(../img/cinza-pattern.png);
    background-position: top right;
    background-size: 330px;
    background-repeat: no-repeat;
}

.box-1:has(.header.active-scroll) {
    padding-top: 150px;
}

.box-2 {
    /* max-width: 380px; */
    margin: 0 auto;
}

.pesquisa {
    background-color: var(--color-orange);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, .15);
}

.pesquisa .form-control {
    box-shadow: none;
    border-radius: 30px;
    border: 0 solid var(--color-orange);
    height: 40px;
    background-color: var(--color-gray);
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
}

.pesquisa .form-control::placeholder {
    /* font-weight: 500; */
}

.pesquisa .form-control:hover {
    border: none;
    box-shadow: none;
}

.card-resultados {
    background-color: var(--color-gray);
    border-radius: 21px;
    padding: 13px 17px;

    font-family: "Roboto Mono", monospace;

    background-image: url(../img/branco-pattern.png);
    background-position: center right -95px;
    background-size: 380px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, .15);
}

.card-resultados .card-resultados-num {
    min-width: 70px;
    text-align: center;
    font-family: 'Calps Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 30px;

}

#text-busque.active-scroll-text {
    background-color: white;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
} 
#text-busque.active-scroll-text + div {
    height: 46px;
}
#text-busque.active-scroll-text2 {
    background-color: white;
    position: fixed;
    top: 135px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
} 
#text-busque.active-scroll-text2 div {
    max-width: 600px;
    margin: 0 auto;
    /* background-color: red; */
}
#text-busque.active-scroll-text2 + div {
    height: 36px;
}

@media (max-width: 765px) {
    #text-busque.active-scroll-text2 div {
        max-width: 545px;
        padding: 0 24px;
    }   
}

.footer {
    background-color: var(--color-orange);
    height: 30px;
    /* max-width: 500px; */
    margin: 0 auto;
    padding-top: 13px;
}

.bg-footer {
    height: 30px;
    background-image: url(../img/cinza-pattern.png);
    background-position: bottom -20px left -30px;
    background-size: 280px;
    
}

.full-text {
    white-space: normal;
    overflow: visible;
    text-align: center;
}