/* [Core Stylesheet - 1.0] */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Open+Sans:300,400,600,700");
/* :: 2.0 Import All CSS */
@import url(classy-nav.css);
@import url(animate.css);
@import url(font-awesome.min.css);



/* :: 3.4.0 Preloader */
.preloader {
    background-color: #003679;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

    .preloader .lds-ellipsis {
        display: inline-block;
        position: relative;
        width: 64px;
        height: 64px;
    }

        .preloader .lds-ellipsis div {
            position: absolute;
            top: 27px;
            width: 11px;
            height: 11px;
            border-radius: 50%;
            background: #ffbb38;
            animation-timing-function: cubic-bezier(0, 1, 1, 0);
        }

            .preloader .lds-ellipsis div:nth-child(1) {
                left: 6px;
                -webkit-animation: lds-ellipsis1 0.6s infinite;
                animation: lds-ellipsis1 0.6s infinite;
            }

            .preloader .lds-ellipsis div:nth-child(2) {
                left: 6px;
                -webkit-animation: lds-ellipsis2 0.6s infinite;
                animation: lds-ellipsis2 0.6s infinite;
            }

            .preloader .lds-ellipsis div:nth-child(3) {
                left: 26px;
                -webkit-animation: lds-ellipsis2 0.6s infinite;
                animation: lds-ellipsis2 0.6s infinite;
            }

            .preloader .lds-ellipsis div:nth-child(4) {
                left: 45px;
                -webkit-animation: lds-ellipsis3 0.6s infinite;
                animation: lds-ellipsis3 0.6s infinite;
            }



.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

    .bg-overlay::after {
        background-color: rgba(0, 0, 0, 0.30);
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
    }

.bg-fixed {
    background-attachment: fixed !important;
}

/* :: 5.0 Hero Area CSS */
.hero-area {
    position: relative;
    top: -24rem;
    z-index: 0;
}

    .hero-area .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        z-index: 100;
        bottom: 30px;
        left: 0;
        right: 0;
    }

        .hero-area .owl-dots .owl-dot {
            width: 8px;
            height: 8px;
            background-color: rgba(255,255,255,0.3);
            border-radius: 50%;
            margin: 0 6px;
        }

            .hero-area .owl-dots .owl-dot.active {
                background-color: #FFF;
            }

    .hero-area .owl-prev,
    .hero-area .owl-next {
        position: absolute;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        top: 55%;
        margin-top: -23px;
        font-size: 18px;
        color: #ffffff;
        background-color: rgba(255,255,255,0.2);
        left: 20px;
        text-align: center;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        line-height: 46px;
        opacity: 0;
        visibility: hidden;
    }

@media only screen and (max-width: 767px) {
    .hero-area .owl-prev,
    .hero-area .owl-next {
        left: 10px;
    }
}

.hero-area .owl-prev:hover,
.hero-area .owl-next:hover {
    background-color: rgba(255,255,255,0.7);
    color: #000;
}

.hero-area .owl-next {
    left: auto;
    right: 20px;
}

@media only screen and (max-width: 767px) {
    .hero-area .owl-next {
        right: 10px;
    }
}

.hero-area:hover .owl-next,
.hero-area:hover .owl-prev {
    opacity: 1;
    visibility: visible;
}

.single-slide {
    position: relative;
    z-index: 0;
    top: 10rem;
    width: 100%;
    min-height: 960px;
    background-color: #000;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .spaceLWelcome {
        margin-left: 3rem !important;
    }

    .single-slide {
        min-height: 960px;
    }
}

@media only screen and (max-width: 767px) {

    .single-slide {
        min-height: 900px;
    }

    .spaceLWelcome {
        margin-left: 2rem !important;
    }
}

.single-slide .slide-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* -webkit-animation: slide-bg linear 10000ms infinite;
    animation: slide-bg linear 10000ms infinite;*/
}

.single-slide .slide-du-indicator {
    position: absolute;
    z-index: 999999;
    width: 0;
    height: 2px;
    background-color: #FFB800;
    left: 0;
    bottom: 0;
    /*-webkit-animation: slide-du-indicator linear 10000ms infinite;
    animation: slide-du-indicator linear 10000ms infinite;*/
}

.spaceLWelcome {
    margin-left: 12rem;
}

p.backText {
    background-color: rgba(0,0,0,.7);
    display: inline;
}

.single-slide .welcome-text {
    position: relative;
    z-index: 1;
    width: 70%;
    font-size: 1.25em;
    max-width: 500px;
    margin-top: 19rem;
    text-shadow: 2px 2px 2px rgba(0,0,0,1);
}

    .single-slide .welcome-text h2 {
        font-size: 2em;
        color: rgba(255,255,255,1.00);
        font-weight: 600;
        margin-bottom: 2rem;
    }


    .single-slide .welcome-text p {
        /*font-size: 1.1em;*/
        color: #ffffff;
        font-size: .9em;
        font-weight: 600;
        text-shadow: 2px 2px 2px rgba(0,0,0,1);
    }

        .single-slide .welcome-text h2 span {
            color: #ffbb38;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slide .welcome-text {
        margin-top: 20rem;
    }

    .single-slide .welcome-text h2 {
        font-size: 1.5em;
    }

    .single-slide .welcome-text p {
        font-size: 1.1em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slide .welcome-text {
        margin-top: 20rem;
    }

        .single-slide .welcome-text h2 {
            font-size: 1.65rem;
            margin: 0 0 2.5rem;
        }

        .single-slide .welcome-text p {
            font-size: 1.15em;
            margin: 2rem 0;
        }
}

@media only screen and (max-width: 767px) {

    .single-slide .welcome-text {
        width: 90%;
    }

    .single-slide .welcome-text {
        margin-top: 22rem;
        font-size: 1em;
    }

        .single-slide .welcome-text h2 {
            font-size: 1.5rem;
            margin: 0 0 2.5rem;
            text-align: right;
        }

        .single-slide .welcome-text p {
            font-size: 1.1em;
            margin: 2rem 0;
        }
}


@-webkit-keyframes slide-du-indicator {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes slide-du-indicator {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes slide-bg {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes slide-bg {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*Imagens Banner*/

.img1 {
    background-image: url(../img/bg-img/1.png);
}

.img2 {
    background-image: url(../img/bg-img/2.png);
}

.img3 {
    background-image: url(../img/bg-img/3.png);
}

@media only screen and (max-width: 960px) {
    .img1 {
        background-image: url(../img/bg-img/1-sm.png);
    }
}
