@import url('https://fonts.googleapis.com/css2?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&display=swap');

:root {
    --primary-color: #e30016;
    --dark-color: #191919;
}

.form-control {
    padding: 0.375rem 0.5rem !important;
    font-size: 0.8rem !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.bg-dark {
    background-color: var(--dark-color) !important;
    color: #fff !important;
}

html,
body {
    font-family: 'Poppins', sans-serif;
}

#navbar {
    position: fixed;
    width: 100%;
    z-index: 100;
}

.navbar-brand img {
    width: 150px;
}

.nav-item .nav-link {
    color: #fff;
    font-weight: 650;
    padding: 0 1.5rem !important;
    font-size: 1rem;
    text-transform: uppercase;
}

.min-height-100 {
    min-height: 100vh !important;
}

#home {
    display: flex;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url(../img/bg_rhino_car.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.text-home h6 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.5rem;
}

.text-home h1 {
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
}

.text-home p {
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
}

.form-cotacao {
    background-color: #fff;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    font-size: 0.8rem !important;
    margin: 100px 0;
}

.form-cotacao h2 {
    font-weight: 700;
    font-size: 1rem;
}

.card-light {
    background: #f7f7f7;
    margin: 50px 0;
    padding: 3rem;
    min-height: 320px;
}

.card-light h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
}

#bem-vindo {
    display: flex;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url(../img/welcome.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#bem-vindo h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 2rem;
}

#bem-vindo p {
    color: #fff;
    font-size: 1.2rem;
}

.title-section {
    padding-top: 100px;
    padding-bottom: 50px;
}

.title-section h6 {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 1.5rem;
}

.title-section h3 {
    color: var(--dark-color);
    font-weight: 700;
    font-size: 2.5rem;
}

.card-icons {
    text-align: center;
}

.card-icons h4 {
    font-weight: 700;
    padding: 15px 0;
}

.card-icons img {
    width: 100px;
}

#depoimentos {
    display: flex;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url(../img/bg-rhino-home-depoimentos.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

#depoimentos h3 {
    font-weight: 700;
}

.card-numbers {
    margin-bottom: 100px;
}

.card-numbers h3 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 3rem;
}

.card-numbers h6 {
    color: var(--dark-color);
    font-weight: 700;
    font-size: 1rem;
}

#beneficios {
    display: flex;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url(../img/bg-rhino-home-beneficios.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

#beneficios h3 {
    font-weight: 700;
}

.card-light img {
    width: 100px;
}

.card-light h6 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: var(--dark-color);
    padding: 1rem;
}

.card-light p {
    font-size: 1rem;
    color: var(--dark-color);
}

.card-filial {
    background: #f7f7f7;
    margin: 10px 0;
    padding: 2rem;
}

.card-filial ul li {
    list-style: none;
}

.logo-footer {
    width: 200px;
}

#fale-conosco {
    display: flex;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url(../img/rhino-lateral.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

#fale-conosco {
    padding: 100px 0;
}

.img-instagram {
    width: 100px;
    margin-bottom: 10px;
}

ul li {
    list-style: none !important;
    margin-left: -14px !important;
    padding: 5px 0;
}

.container-start {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-start button {
    background-color: #1f1f1f;
    width: 300px;
    border-radius: 8px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    margin: 20px 0;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
}

.logo-start {
    width: 200px;
}

/* WHATSAPP FOOTER */
.whatsapp-footer {
    background-color: transcard-projetos;
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 0 20px 20px 0;
    display: flex;
    justify-content: end;
    align-items: center;
}

.box-whatsapp {
    width: 80px;
    height: 80px;
    background: #25d366;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 25pt;

}

/* WHATSAPP FOOTER */
@media (max-width: 600px) {
    #navbar {
        background-color: #fff !important;
    }

    .text-home {
        text-align: center;
        padding-top: 100px;
    }

    .card-filial {
        font-size: 0.7rem;
    }

    .box-whatsapp {
        width: 60px;
        height: 60px;
        font-size: 20pt;
    }

    .navbar-brand img {
        width: 100px;
    }

    #beneficios {
        padding: 100px 0;
        text-align: center;
    }

    .card-filial h4 {
        font-size: 1rem;
        font-weight: 700;
    }

    #fale-conosco h6 {
        margin-top: 10px;
    }

    #fale-conosco {
        text-align: center;
    }

    .logo-footer {
        padding: 50px 0;
    }

    #fale-conosco ul li {
        font-size: 0.9rem;
    }

    #home {
        background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url(../img/bg_rhino_car_mobile.jpg);
    }
}

.botao-Whatsapp {

    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none !important;
    color: #ffffff;
    font-size: 1.5rem;
    padding: 0.6em 1.2em 0.5em 1.2em;
    border-radius: 50px;
    background: #40c351;
    border: 1px solid #40c351;
    transition: all 0.2s ease-in;
    outline: none !important;
}

.botao-Whatsapp span {

    position: relative;
    margin-left: 5px;
    font-weight: bold;
    text-decoration: none !important;
}

.botao-Whatsapp:hover {
    outline: none !important;
    color: #fff;
    font-size: 1.6rem;
}