@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');

* {
    font-family: 'Poppins', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    user-select: none;
}
a {
    text-decoration: none;
    color: inherit;
}
.prov-logo {
    color: white;
    font-size: 2rem;
    padding-top: 3rem;
    font-weight: 600;
    text-transform: uppercase;
}
ul {
    list-style: none;
    margin: 0;
}
.hero {
    background-image: url(background2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 70vh;
    position: relative;
}
header {
    /* background: linear-gradient(98.96deg, #164B6A 8.66%, rgba(22, 75, 106, 0.837427) 76.92%, rgba(22, 75, 106, 0) 428.53%); */
}
nav {
    width: 100%;
    padding: 1.2rem 0;
}
nav>ul {
    gap: .6rem;
}
nav>ul>li>a {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
nav>ul>li>a:after {
    content: "";
    bottom: -5px;
    display: block;
    margin-left: 10px;
    height: 4px;
    border-radius: 5px;
    left: 50%;
    position: absolute;
    background: white;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  
  nav>ul>li>a:hover:after { 
    width: 80%; 
    left: 0; 
  }
nav>ul>li>button {
    border: 2px solid white;
    background: transparent;
    color: white;
    border-radius: 3px;
    font-size: 1.1rem;
    padding: .3rem .8rem;
    transition: .5s;
}
nav>ul>li>button:hover {
    background: white;
    color: #164B6A;
}
.dest-btn {
    background: #FCB107;
    border: none;
    padding: 0.4rem 1.2rem;
    font-weight: 800;
    color: #fff7e4;
    transition: .6s;
}
.dest-btn:hover {
    background: #164B6A;
    color: #fff7e4;
}
.cust-input {
    width: 100%;
    padding: 1rem;
    border-radius: 4px;
    border: none;
    margin-bottom: .2rem;
    background: #ffffffe6;
    outline: none;
    font-size: 1rem;
}
form {
    background: #ffffff0f;
    padding: 2rem;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}
form button[type="submit"] {
    background: #FCB107;
    width: 100%;
    padding: 1rem 0;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    color: white;
    font-weight: 800;
    font-size: 1.2rem;
    transition: .5s;
}
form button[type="submit"]:hover {
    background: #164B6A;
    color: #fff7e4;
}
.main-title {
    color: white;
    font-size: 1.4rem;
}
.main-title span {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
}
.blue-gradient-bg {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 65%, rgba(4,128,199,1) 100%, rgba(0,212,255,1) 100%);
}
.title-outline {
    font-size: 3.5rem;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: .8px;
}
.promo-btn {
    background: #0cd664;
    border-radius: 4px;
    border: none;
    padding: 1rem 2rem;
    color: #304639;
    font-weight: 600;
    text-transform: uppercase;
    transition: .4s;
    position: relative;
}
.promo-btn:hover {
    position: relative;
}
.promo-btn:hover::after {
    content: 'Aproveitar agora!';
    position: absolute;
    color: white;
    bottom: -7px;
    padding-top: 10px;
    left: 7px;
    width: 100%;
    background: #0cd664;
    border-radius: 5px;
    z-index: 0;
    height: 3rem;
    animation: .3s show forwards;
    opacity: 0;
    transition: .4s;
}
@keyframes show {
    to {
        opacity: 1;
    }
}
.woman {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 1;
}
.main-title-blue {
    color: #030232;
    font-size: 4rem;
    font-weight: 700;
}
.blue-desc {
    color: #030232;
}
.promo-blue {
    background: #0cd664;
    border-radius: 4px;
    border: none;
    padding: 1rem 2rem;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    transition: .4s;
    position: relative;
}
.promo-blue:hover {
    background: #030232;
}
.benefits {
    position: relative;
    z-index: 2;
    background-image: url(truck.png);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.benefit-box {
    background: #ffffff0f;
    padding: 2rem 1rem;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.benefit-box > h5 {
    font-size: 1.4rem;
    color: white;
    font-weight: 800;
}
.benefit-box > p {
    font-size: 1rem;
    color: white;
    font-weight: 700;
}
.blue-text {
    color: #030232;
}
#menubox {
    display: none;
}
#navmobile {
    position: fixed;
    top: 0;
    display: none;
    justify-content: space-between;
    background: #030232;
    z-index: 10;
    padding: 1rem;
}
#navdesk {
    display: flex;
}
.link-nav {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
}
.nav-button {
    border: 2px solid white;
    background: transparent;
    color: white;
    border-radius: 3px;
    font-size: 1.1rem;
    padding: .3rem .8rem;
    transition: .5s;
}
#menubutton {
    border: none;
    background: transparent;
    color: white;
    border-radius: 3px;
    font-size: 1.1rem;
    padding: .3rem .8rem;
    transition: .5s;
}
.showbox {
    display: block!important;
    position: absolute;
    right: 0;
    top: 80px;
    padding: 1rem;
    width: 100%;
    background: #030232;
    z-index: 11;
    transition: .2s;
    animation: .5s showbox forwards;
    opacity: 0;
}
@keyframes showbox {
    to {
        opacity: 1;
    }
}
.depoim-box {
    border: 5px solid rgb(212 212 212 / 31%);
    border-radius: 5px;
    padding: 5px 7px 0 7px;
}
.section-title {
    font-size: 2.2rem;
    color: white;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2rem;
}
.section-title-blue {
    font-size: 2.2rem;
    color: #030232;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2rem;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
.accordion-item {
    border: none;
}
.accordion-button:not(.collapsed) {
    color: #030232;
    background: #ebebeb;
    box-shadow: none;
}
.accordion-button {
    color: #030232;
    background: #ebebeb;
    box-shadow: none;
}
.mediabox {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.mediabox a {
    background: linear-gradient(201deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 65%, rgba(4,128,199,1) 100%, rgba(0,212,255,1) 100%);
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all .3s ease-in;
}
.mediabox a:hover {
    transform: scale(1.1);
}
.owl-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 1rem;
}
.owl-nav button {
    background: white!important;
    color: #030232!important;
    border-radius: 100%;
    width: 30px;
    text-align: center;
    height: 30px;
}
@media (max-width: 767.98px) {
    .hero {
        background-image: url(back2.jpg)!important;
    }
    #navdesk {
        display: none;
    }
    #navmobile {
        display: flex;
    }
    .hero>.container {
        margin: 0!important;
    }
    .container {
        max-width: none!important;
    }
    .hero-content {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .woman {
        display: none;
    }
    .mdpb3 {
        padding-bottom: 2.5rem;
    }
    .mdp2 {
        padding: 1rem 0;
    }
    .text-md-center {
        text-align: center;
    }
}
::-webkit-scrollbar {
    width: 8px;
    background-color: #ffffff;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #030232;
}