html {
    scroll-behavior: smooth;
}

.logo {
    /*width: 200px;
    margin-left: -5px;
    margin-top: -8px;*/
    width: 200px;
    margin-left: 50px;
}

.navbar-fixed-top {
    /*overflow: hidden;*/
    /*background-color: #e5e5e5;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.bg-transparente {
    background: transparent;
}

.bg-cinza {
    background: #e5e5e5;
}

.banner-inicial img {
    height: 30rem;
    width: -webkit-fill-available;
    object-fit: cover;
}

.banner-inicial .slick-prev:before, .banner-inicial .slick-next:before {
    color: #eea100;
}

.titulo {
    color: #eea000;
    text-align: center;
    padding-bottom: 3rem;
}

.section {
    padding: 3rem 0;
}

.sobre-img {
    width: 80%;
}

.parallax {
    background-image: url("../img/banner-pad-online.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.conteudo-parallax {
    padding: 7em 25px;
    background: #33333375;
}

    .conteudo-parallax h1 {
        color: #eea000;
    }

.w-inherit {
    width: inherit;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.list-inline li {
    display: inline-block;
}

.social i {
    font-size: 25px;
    padding: 10px 15px;
}

footer {
    padding: 7rem 25px 3rem 25px;
    background-image: url("../img/footer.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.nav-link {
    color: #ffb400;
    text-transform: uppercase;
}

    .nav-link:hover {
        color: #ffb400
    }

#funcionalidades h5 {
    color: #eea000;
}

.subtitulo-contato h5 {
    color: #eea000;
}

.subtitulo-contato a {
    color: #ef9f00;
}

footer a {
    color: #ef9f00 !important;
}

#video {
    width: inherit;
    height: 300px;
    object-fit: cover;
}

.img-paises {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin: 10px 0px;
}

.margin-paises {
    margin-left: 10%;
}

.texto-padding {
    padding-top: 80px;
}

.btn-primary {
    color: #fff;
    background-color: #f2bc28;
    border-color: #f2bc28;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #f2bc28;
        border-color: #f2bc28;
    }

    .btn-primary:focus {
        color: #fff;
        background-color: #f2bc28;
        border-color: #f2bc28;
        box-shadow: 0 0 0 0.2rem rgb(242 188 40 / 62%);
    }

.btn-width-custom {
    width: 100px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f2bc28;
    border-color: #f2bc28;
    box-shadow: 0 0 0 0.2rem rgb(242 188 40 / 62%);
}

.sombra-slider {
    background: #1010106b;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 30em;
}

.input-group-text {
    background: transparent;
    border-color: transparent;
    color: #f1ad00;
}

.w-23 {
    width: 23%;
}
.idiomas {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 50%;
}
.seta {
    position: absolute;
    margin-left: 9px;
    color: #f2bc28;
}
@media (min-width: 601px) {
    .mobile {
        display: none;
    }
}

@media (max-width: 600px) {
    .desktop {
        display: none;
    }

    .w-23 {
        width: 74%;
        margin-left: unset !important;
        margin-bottom:15px;
        margin-top:25px;
    }

    .paises-mobile {
        margin-left: 25%;
    }

    .texto-padding {
        padding-top: 20px;
    }
}
