@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.ttf');
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('../fonts/Raleway-Bold.ttf');
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.ttf');
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Raleway';
    background: #2C2C2C;
    scroll-behavior: smooth;
}

nav {
    position: fixed !important;
    width: 100%;
    z-index: 9999;
}

nav,
.dropdown-menu {
    background: #2C2C2C;
    color: #FFF;
    font-family: 'Raleway-Bold';
}

nav,
.dropdown-item:hover {
    background: #1E1E1E !important;
}

.footer,
.footer a {
    color: #D9D9D9;
    font-family: 'OpenSans';
}

.footer .titulo {
    font-size: 24px;
}

.footer .texto {
    font-size: 20px;
}

footer {
    background: #1E1E1E;
    font-size: 16px;
    height: 60px;
    font-family: 'OpenSans';
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #F2E635;
}

.centro {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Telas */
.tela-cinza {
    background: #DFDFDF;
    box-shadow: 0 5px 4px rgba(204, 204, 204, 0.25);
}

.tela-1 {
    padding-top: 100px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/reboque_amarelo.png");
    background-size: 100% 250%;
    background-position-y: center;
    background-repeat: no-repeat;
}

.tela-1 .titulo {
    font-size: 32px;
    margin: 0;
    padding: 0;
}

.tela-1 .texto {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.tela-5 {
    padding-top: 50px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("../img/businessman-hands.jpg");
    background-size: 100% 250%;
    background-position-y: center;
    background-repeat: no-repeat;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.tela-5 img {
    width: 40px;
}

.tela-5 .titulo {
    font-size: 45px;
    margin: 0;
    padding: 0;
}

.tela-5 .texto {
    font-size: 30px;
    margin: 0;
    padding: 0;
}

/* Fim Telas */

/* Texto */
a:hover,
a:active {
    color: #F2E635 !important;
}

.power {
    font-family: 'Raleway-Bold';
}

small.power {
    font-size: 12px;
}

.titulo {
    font-size: 48px;
    font-family: 'Raleway-Bold';
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.texto {
    font-size: 24px;
}

.texto b {
    font-family: 'Raleway-Bold';
}

.titulo span,
.texto span,
button span {
    font-family: 'OpenSans-Bold';
}

.levaTras a {
    color: black;
    text-decoration: underline;
    font-family: 'Raleway-Bold';
}

.levaTras a:hover,
.levaTras a:active {
    color: black !important;
}

/* Fim Texto */

/* Img */
img.img {
    border-radius: 10px;
    box-shadow: 0 8px 4px 0 rgba(0, 0, 0, 0.25);
}

/* Fim Img */

/* Botões */
.btn {
    background: #F2D338;
    color: black;
    font-size: 36px;
    font-family: 'Raleway-Bold';
    border-radius: 8px;
    box-shadow: 0 8px 4px 0 rgba(0, 0, 0, 0.25);
}

.btn:hover,
.btn:active {
    background: #E6C20F;
}

.btnLigueAgora {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.btn-solicitarGuincho {
    width: 70%;
}

.btnContato {
    background: #25D366;
    color: white;
    border: 0;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 28px;
}

.btnContato:hover,
.btnContato:active {
    background: #20C15B;
}

/* Fim Botões */

.imgWhats {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: flex;
    cursor: pointer;
    z-index: 9999;
}

[data-tooltip]:before {
    position: absolute;
    content: attr(data-tooltip);
    opacity: 0;
}

[data-tooltip]:hover:before {
    opacity: 1;
    top: -25px;
    color: white;
    -webkit-text-stroke: 0.5px #000;
    right: -20px;
}

.balaoWhats {
    background-color: white;
    color: black;
    border-radius: 8px;
    align-self: center;
    margin-right: 5px;
    padding: 5px;
    opacity: 1;
    transition: opacity .5s linear;
}

.hide {
    opacity: 0 !important;
}

.seta {
    cursor: pointer;
    margin-bottom: 40px;
    animation: infinite alternate 1s seta ease-in;
}

@keyframes seta {
    0% {
        bottom: 10px;
    }

    100% {
        bottom: -25px;
    }
}

@media (max-width: 1500px) {
    .titulo {
        font-size: 40px;
    }

    .texto {
        font-size: 22px;
    }

    .tela-5 .titulo {
        font-size: 40px;
    }
    
    .tela-5 .texto {
        font-size: 25px;
    }
}

@media (max-width: 1210px) {
    .btn {
        font-size: 30px;
    }

    .titulo {
        font-size: 35px;
    }

    .texto {
        font-size: 20px;
    }

    .tela-5 .titulo {
        font-size: 35px;
    }
    
    .tela-5 .texto {
        font-size: 20px;
    }

    .p-5 {
        padding-bottom: 25px !important;
    }
}

@media (max-width: 1025px) {
    .btn {
        font-size: 25px;
    }

    .titulo {
        font-size: 30px;
    }

    .texto {
        font-size: 18px;
    }

    .tela-5 .titulo {
        font-size: 30px;
    }
    
    .tela-5 .texto {
        font-size: 18px;
    }

    .p-5 {
        padding-bottom: 25px !important;
    }

    .img {
        margin-top: 25%;
        transform: translateY(-25%);
    }
}

@media (max-width: 991px) {
    .tela-1 {
        background-size: 100% 150%;
    }
    
    .tela-5 {
        background-size: 100% 150%;
    }

    .border-left, .border-right {
        border: 0 !important;
    }

    figure {
        text-align: center;
        width: 100%;
    }

    .img {
        margin-top: 0;
        transform: translateY(0%);
        width: 50%;
    }

    #LinhaPesada {
        margin-top: 50px;
        margin-bottom: 20px;
        padding-top: 30px;
        border-top: 1px solid;
    }

    #Orcamento figure.text-center {
        width: auto;
    }

    .footer .titulo {
        font-size: 20px;
    }
    
    .footer .texto {
        font-size: 18px;
    }
    
    footer {
        font-size: 14px;
        height: 56px;
    }
}

@media (max-width: 837px) {
    .tela-5 .titulo {
        font-size: 24px;
    }
    
    .tela-5 .texto {
        font-size: 16px;
    }

    .footer .titulo {
        font-size: 18px;
    }
    
    .footer .texto {
        font-size: 14px;
    }
    
    footer {
        font-size: 12px;
        height: 50px;
    }
}

@media (max-width: 677px) {
    .tela-1 {
        background-size: 120% 100%;
        background-position-x: center;
    }

    .tela-1 .titulo {
        font-size: 32px;
    }
    
    .tela-1 .texto {
        font-size: 16px;
    }
    
    .tela-5 {
        background-size: 100% 100%;
    }

    .tela-5 .titulo {
        font-size: 20px;
    }
    
    .tela-5 .texto {
        font-size: 14px;
    }

    .btnLigueAgora {
        font-size: 20px;
    }

    .footer .titulo {
        font-size: 18px;
    }
    
    .footer .texto {
        font-size: 14px;
    }
    
    footer {
        font-size: 10px;
        height: 40px;
    }

    .seta {
        width: 40px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 577px) {
    .btnContato {
        font-size: 20px;
    }

    .tela-1 .titulo {
        font-size: 28px;
    }

    .tela-5 .titulo {
        font-size: 18px;
    }
    
    .tela-5 .texto {
        font-size: 14px;
    }

    .img {
        width: 75%;
    }

    .footer .titulo {
        font-size: 18px;
    }
    
    .footer .texto {
        font-size: 14px;
    }
    
    footer {
        font-size: 10px;
        height: 40px;
    }
}

@media (max-width: 513px) {
    .titulo {
        font-size: 28px;
    }

    .texto {
        font-size: 16px;
    }

    .tela-5 figure {
        width: 20px !important;
    }

    .tela-5 .titulo {
        font-size: 20px;
        text-align: center;
    }
    
    .tela-5 .texto {
        font-size: 14px;
    }

    .btnContato {
        font-size: 20px;
    }
}

@media (max-width: 430px) {
    .p-5 {
        padding-left: 3% !important;
        padding-right: 3% !important;
    }

    .titulo {
        font-size: 28px;
    }

    .texto {
        font-size: 16px;
    }

    .tela-1 .titulo {
        font-size: 24px;
        text-align: center;
    }
    
    .tela-1 .texto {
        font-size: 12px;
    }

    .tela-1 .mb-5,
    .tela-1 .pb-5 {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .btn-solicitarGuincho {
        font-size: 20px;
    }

    .tela-5 figure {
        width: 20px !important;
    }

    .tela-5 .titulo {
        font-size: 20px;
        text-align: center;
    }
    
    .tela-5 .texto {
        font-size: 14px;
    }

    .btnContato {
        font-size: 14px;
    }

    .seta {
        margin-top: 0;
    }
}

@media (max-width: 385px) {
    nav.pl-5 {
        padding-left: 3% !important;
    }

    nav.pr-5 {
        padding-right: 3% !important;
    }
    
    .tela-1 {
        background-size: 100% 100%;
    }
    
    .tela-5 {
        background-size: 100% 100%;
    }
    
    footer {
        font-size: 8px;
    }
}

@media (max-width: 330px) {
    .btnLigueAgora {
        font-size: 18px;
    }

    .btn-solicitarGuincho {
        width: 90%;
    }

    .btnContato {
        font-size: 16px;
    }
}