body {
    font-family: 'dinmedium';
}
.fundo1 {
    background: url('../images/1-mob.png') no-repeat center center;
    background-size: cover;
    position: relative;
}
.fundo2 {
    background: url('../images/2-mob.png') no-repeat center center;
    background-size: cover;
    position: relative;
}
.fundo3 {
    background: url('../images/3-mob.png') no-repeat center center;
    background-size: cover;
    position: relative;
}
.fundo4 {
    background: url('../images/pagina4.png') no-repeat center center;
    background-size: cover;
    position: relative;
}
.fundo5 {
    background: url('../images/footer-mob.png') no-repeat center center;
    background-size: cover;
    position: relative;
}
.fundo4 .container-fluid {
    padding: 0 !important;
}
h1 {
    font-size: 2em;
}
.text-red {
    color: red;
}
.icones-portaria {
    max-height: 200px;
}
.footer {
    
}
.fundo-preto {
    text-transform: uppercase;
    background-color: #241f21;
}
.fonte-amarela {
    color: #ffff00;
}
.fonte-branca {
    color: #fff;
}
form {
    background-color: transparent !important;
}
input, select {
    padding: 10px 6px;
    border-radius: 20px !important;
    border: 2px red solid !important;
    background-color: transparent !important;
}
.ainda-duvida {
    margin-top: 390px;
}
.wpp {
    border-radius: 100px;
    width: 75px;
    height: 75px;
    right: 25px;
    bottom: 25px;
    font-size: 3.12em;
    position: fixed;
    background-color: #1abc9c;
    padding: 18px;
    padding-top: 0px;
    z-index: 999;
}
.wpp a, .wpp a:hover {
    color: #fff;
}
@media (min-width: 768px) { 
    .fundo1 {
        background: url('../images/1.png') no-repeat center center;
        background-size: cover;
        position: relative;
    }
    .fundo2 {
        background: url('../images/4.png') no-repeat center center;
        background-size: cover;
        position: relative;
    }
    .fundo3 {
        background: url('../images/5.png') no-repeat center center;
        background-size: cover;
        position: relative;
    }
    .fundo4 {
        background: url('../images/6.png') no-repeat center center;
        background-size: cover;
        position: relative;
    }
    .fundo5 {
        background: url('../images/fundo-08.png') no-repeat center center;
        background-size: cover;
        position: relative;
    }
    .fundo-preto {
        background-color: #241f21;
        font-size: 2em;
    }
    .ainda-duvida {
        margin-top: 0;
    }
}