/**
 * stylle short summary.
 *
 * stylle description.
 *
 * @version 1.0
 * @author Sidinei
 */

body {
    background-color: #1cbecb;
    margin-top: 110px;
}

/*NavBar*/

#navbar {
    background-color: white;
}

/* Banners */
#banners {
}

    #banners img {
        width: 1080px;
        height: 250px;
    }
/*Barra Slides*/
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #dde84d;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*============ options ==========*/

.option_options h4 {
    font-family: Poppins;
    font-size: 1.5em;
    padding-top: 15px;
}

.option_options p {
    font-size: 1.1em;
    padding: 20px;
}

.option_options img {
    width: 45%;
    padding: 20px;
}

.option_options button {
    margin-bottom: 40px
}

/*============ End options ==========*/


/*============ Noticias e Redes ==========*/
#news {
    padding: 10px;
    font-family: Poppins;
    background-color: #1cbecb;
}

/* Most Popular*/
.fh5co_heading {
    font-size: 20px;
    color: #424040
}

.fh5co_heading_border_bottom {
    border-bottom: 1px solid #777
}

.fh5co_heading {
    font-size: 24px;
    color: #222
}

.fh5co_most_trading {
    height: 80px;
    width: 80px;
}

.fh5co_most_trading {
    height: 60px;
    width: 100%
}

.most_fh5co_treding_font_123 {
    font-size: 12px;
    color: #777
}

@media screen and (max-width: 768px) {
    .crt-panel-arrow {
        margin: 0 20%;
    }
}
/* End Most Popular*/
/*============ End news ==========*/

/*============ Gallery ==========*/
.gallery {
    padding: 4em 1em;
    background-color: white;
}

    .gallery h3 {
        font-size: 3em;
    }

        .gallery h3.heading {
            width: 13%;
        }
/*-- gallery --*/
.gallery-grids.grid-mdl {
    margin-top: 2em;
}

.gallery-box {
    display: block;
    overflow: hidden;
    width: 100%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}

    .gallery-box img {
        width: 100%;
    }
/*-- image-zoom --*/
img.zoom-img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}

    img.zoom-img:hover {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transition-timing-function: ease-in-out;
        -webkit-transition-duration: 750ms;
        -moz-transition-timing-function: ease-in-out;
        -moz-transition-duration: 750ms;
        -ms-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        -ms-transition-duration: 750ms;
        -o-transition-duration: 750ms;
        overflow: hidden;
    }
/*-- //image-zoom --*/
@media screen and (max-width: 1080px) {
    .gallery {
        padding: 3em 0;
    }

        .gallery h3.heading {
            width: 19%;
        }
}

@media screen and (max-width: 991px) {
    .gallery-grids {
        width: 25%;
        float: left;
    }

    .gallery h3.heading {
        width: 19%;
    }
}

@media screen and (max-width: 800px) {
    .gallery-grids {
        padding: 0 5px;
    }

        .gallery-grids.grid-mdl {
            margin-top: .6em;
        }
}

@media screen and (max-width: 768px) {
    .gallery {
        padding: 2em 0;
    }
}

@media screen and (max-width: 600px) {
    .gallery h3.heading {
        width: 26%;
    }
}

@media screen and (max-width: 480px) {
    .gallery-grids {
        width: 50%;
        float: left;
        margin-bottom: .8em;
    }

        .gallery-grids.grid-mdl {
            margin-top: 0;
        }

    .gallery h3.heading {
        width: 34%;
    }
}

@media screen and (max-width: 414px) {
    .gallery h3.heading {
        width: 39%;
    }
}

@media screen and (max-width: 375px) {
    .gallery h3.heading {
        width: 42%;
    }
}
/*-- //gallery --*/


/*============ End Gallery ==========*/

/*============ Como Chegar ==========*/
#how_to_arrive h3 {
    font-size: 3em;
}
/*============ End Como Chegar ==========*/

/*============ Footer ==========*/
#footer {
    background-color: white;
}

#parceiros, #descricao-footer, #producao-footer {
    margin-top: 50px;
    margin-bottom: 15px;
}

    #parceiros img {
        padding: 10px;
        margin-top: 10px;
    }

    #parceiros h3, #producao-footer h3 {
        font-size: 1.5em;
    }

#footer {
    position: relative;
    bottom: 0;
    width: 100%;
}
/*copyright*/
#copyright {
    background-color: #1cbecb;
    text-align: center;
}

    #copyright a, #copyright span {
        color: white;
        text-align: center;
        line-height: 20px;
        font-size: 0.9em;
    }

/*Pagination*/

.pagination a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}