@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
.header-main {
    background: url(../img/estrada.jpg!d) !important;
    background-position: bottom !important;
    background-repeat: none;
    background-size: cover !important;
    height: 800px;
    opacity: 0.95;
}
.header-main {
    background: url(../img/estrada.jpg!d) !important;
    background-position: bottom !important;
    background-repeat: none;
    background-size: cover !important;
    height: 800px;
    opacity: 0.95;
}
.menumain {
    background: #00000999;
    
}
.linkhover {
    color: white;
}
a:hover {
    color: bisque;
}
.navbar-toggler {
    color: white;
}
.navbar-light {
    padding-top: 20px !important;
}
.nav-link.active {
    color:#0f99c7;
}
.intro {
    display: block;
    margin: 0 auto !important;
    width: 100% !important;
    text-align: center;
}
.intro p {
    padding-top: 220px;
    font-size: 2em;
    margin: 0;
    color: white;
}
.intro2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bolt;
    color: white;
    font-size: clamp(1rem, 2.8vw, 5rem);
}
.typewriter {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-right: 4px solid #212121;
    animation: cursor 1s step-start infinite, text 5s steps(18) alternate infinite;
    -webkit-animation: cursor 1s step-start infinite, text 5s steps(18) alternate infinite;
    color: #0e804b !important;
    font-size: 2em;
}
.typewriter a {
    color: #0e804b;
    text-decoration: none;
}
.typewriter a:hover {
    color: red;
}
@keyframes cursor {
    0%, 100% {
        border-color: #fff;
    }
}
@keyframes text {
    0% {
        width: 0;
    }

    100% {
        width: 16.1ch;
    }
}
.intro ul {
    list-style: none;
    margin: 35px 0;
    padding: 0;
}
.intro ul li {
    display: inline;
    margin: 10px;
    
}
.intro ul li a {
   text-decoration: none;
   color: white;
    
}
.fispqbox {
    margin: 70px auto o auto;
    text-align: center;
}
.fispq{
    color: white;
    padding: 10px 25px;
    border: 1px solid #fff;
    margin-top: 40px;
    text-decoration: none !important;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.sobre {
    color: #212121;
    padding: 80px 0;
    text-align: center;
    font-family: 'open sans';
}
.introsobre {
    margin-top: 50px;
    
}
.introsobre p {
    text-align: left !important;
    
}
.progress {
    height: 4px;
}
.tempotrabalho {
    background: url(../img/fundopreto.png) !important;
    background-position: bottom !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    min-height: 300px;
    display: flex;
}

.boxtrabalho {
    font-size: 1.4em !important;
}
.cardTrabalho i {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.cardTrabalho {
    padding: 20px;
    width: 70%;
    border: 1px solid #fff;
    margin: 0 auto;
    
    text-align: center;
    min-height: 250px;
   
}
#tempotrabalho {
    padding-top: 30px;
}

.leadum {
    font-size: 2em;
    color: #fff;
    font-family: 'Courier New', Courier, monospace;
    line-height: 25px;    
}
.leaddois {
    font-size: 1em;
    color: #fff;
    margin-top: 20px;

}


