/* Custom Stylesheet */

* {
    box-sizing: border-box;
}


/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .header-navigator {
    font-family: 'Roboto' !important;
    font-weight: 500;
    color: #F0F0F0;
}

nav ul a:hover,
nav .header-navigator:hover {
    background-color: #F38630 !important;
    color: #FFF;
    text-shadow: 1px 1px #585D5E;
}

nav ul a.active {
    background-color: #F38630;
}

nav ul a.active:hover {
    background-color: #999 !important;
}

.nav-wrapper {
    width: 80%;
}

#nav-desktop {
    margin-left: 30px;
}

.logo {
    top: 5%;
    height: 90%;
}

.header-navigator {
    background-color: #3B413C;
    border-bottom: 3px solid #f4511e;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.3);
}

p {
    line-height: 2rem;
}

.button-collapse {
    color: #26a69a;
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }
    .parallax-container .section.legend {
        top: 70%;
    }
    #index-banner .section {
        top: 10%;
    }
}

@media only screen and (max-width: 600px) {
    #index-banner .section {
        top: 0;
    }
}

.icon-block {
    padding: 0 15px;
    text-align: justify;
}

.justify {
    text-align: justify;
}

.icon-block .material-icons {
    font-size: inherit;
}

footer.page-footer {
    margin: 0;
}

.small-text {
    font-size: 0.7rem;
}

.footer-copyright {
    background-color: #3B413C !important
}

.txt-shadow {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}

.legend {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
}

.side-nav li {
    padding: 0;
}

.carousel {
    height: 300px !important;
    z-index: 10000000;
}

.carousel-item img {
    height: 250px;
}

.slider .indicators .indicator-item.active {
    background-color: #009688 !important;
}

.caption h5,
.caption h3 {
    text-shadow: 0 0 7px #585D5E, 0 0 7px #585D5E;
    font-weight: "bold"
}

#loadingDiv {
    color: #f00;
    z-index: 9999;
    position: fixed;
    background-color: rgba(0, 0, 0, 1);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
}

.preloader-wrapper {
    position: absolute;
    top: calc(50% - 64px);
    left: calc(50% - 32px);
}

.full-width {
    width: 100% !important;
}

.spinner-orange,
.spinner-orange-only {
    border-color: #F38630;
}

#maps {
    margin-top: 30px;
}

.uspedagem-gallery {
    padding: 10px 0 0 10px !important;
    background-color: #eceff1;
}

.uspedagem-gallery img {
    width: 215px;
    height: 180px;
    float: left;
    margin: 0 10px 10px 0;
}

@media only screen and (max-width: 480px) {
    .uspedagem-gallery img {
        width: 95% !important;
    }
}

#collection-step-by {
    text-align: left;
}

.btn-step {
    width: 60% !important;
    background-color: #bdbdbd;
}

#concept {
    height: 310px;
    padding-top: 50px;
}

#header-nav {
    position: fixed;
    z-index: 99999999 !important;
    top: 0;
}

#main-content {
    padding-top: 55px;
}

.collection .collection-item {
    border: 0;
}

#list .material-icons {
    margin-right: 10px;
}

#whatsapp {
    position: relative;
    height: 30px;
    width: 100px;
    top: 8px;
    left: 10px;
}

.slider .slides li .caption {
    top: 40%;
}

#logo-slider {
    position: absolute;
    z-index: 999999;
    top: 15%;
    left: 10%;
    height: 25%;
}

.slider .slides {
    background-color: #000 !important;
}

@media only screen and (min-width: 993px) and (max-width: 1158px) {
    #nav-desktop {
        margin-left: 140px !important;
    }
    nav ul a {
        font-size: 0.7rem !important;
    }
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-play-button {}

video::-webkit-media-controls-timeline {}

video::-webkit-media-controls-current-time-display {}

video::-webkit-media-controls-time-remaining-display {}

video::-webkit-media-controls-mute-button {}

video::-webkit-media-controls-toggle-closed-captions-button {}

video::-webkit-media-controls-volume-slider {}
