@import url(resetcss.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap");
html,
body {
    height: 100%;
    scroll-behavior: smooth
}

body {
    background-color: #000435
}

.container-video {
    display: none;
    background-color: black;
    padding: 20px 0 60px 0;
    margin-bottom: 20px;
    height: 100vh
}

.container-video div {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.container-video div #arrow-down-2 {
    font-size: 70px;
    transition: 0.2s;
    color: white;
    position: absolute;
    bottom: 0;
    cursor: pointer
}

.container-video div #arrow-down-2:hover {
    transform: scale(1.3)
}

@media screen and (orientation: landscape) {
    .container-video div #arrow-down-2 {
        display: none
    }
}

@media screen and (orientation: portrait) {
    .container-video div #arrow-down-2 {
        display: none
    }
}

@media (min-width: 1026px) {
    .container-video div #arrow-down-2 {
        display: block
    }
}

@media (max-width: 1025px) {
    .container-video div #arrow-down-2 {
        display: none
    }
}

.container-video iframe {
    display: block;
    width: 100%;
    height: 550px;
    padding: 10px 0px
}

@media screen and (orientation: landscape) {
    .container-video iframe {
        border: none
    }
}

@media screen and (orientation: portrait) {
    .container-video iframe {
        border: none;
        height: 250px
    }
}

@media (min-width: 1026px) {
    .container-video iframe {
        border: 3px solid white
    }
}

#gif {
    background: url("../images/bresults.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px
}

#gif .logo p {
    font-weight: normal;
    font-size: 13px !important
}

#gif .logo p a {
    text-decoration: none;
    color: #000435
}

@media screen and (orientation: portrait) {
    #gif .logo {
        visibility: hidden
    }
}

@media screen and (orientation: landscape) {
    #gif .logo {
        visibility: hidden
    }
}

@media (min-width: 768px) {
    #gif .logo {
        padding-left: 50px;
        visibility: visible
    }
}

@media (min-width: 1026px) {
    #gif .logo {
        visibility: visible;
        padding-left: 50px
    }
}

#gif #play-video {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 99vh
}

#gif #play-video #play {
    transition: 0.2s;
    color: #000435;
    cursor: pointer;
    visibility: visible
}

#gif #play-video #play:hover {
    transform: scale(1.3)
}

@media screen and (orientation: portrait) {
    #gif #play-video #play {
        font-size: 70px
    }
}

@media screen and (orientation: landscape) {
    #gif #play-video #play {
        font-size: 70px
    }
}

@media (min-width: 768px) {
    #gif #play-video #play {
        font-size: 110px
    }
}

@media (min-width: 1026px) {
    #gif #play-video #play {
        font-size: 110px
    }
}

#gif #play-video #arrow-down {
    font-size: 70px;
    transition: 0.2s;
    color: #000435;
    position: absolute;
    bottom: 0;
    margin-bottom: 15px;
    cursor: pointer
}

#gif #play-video #arrow-down:hover {
    transform: scale(1.3)
}

@media screen and (orientation: portrait) {
    #gif #play-video #arrow-down {
        display: none
    }
}

@media screen and (orientation: landscape) {
    #gif #play-video #arrow-down {
        display: none
    }
}

@media (min-width: 768px) {
    #gif #play-video #arrow-down {
        display: block
    }
}

@media (min-width: 1026px) {
    #gif #play-video #arrow-down {
        display: block
    }
}

@media (max-width: 540px) {
    #gif #play-video {
        width: 100%;
        height: 250px
    }
}

main {
    margin-top: 20px
}

main .main-titulo {
    padding-bottom: 70px
}

main .main-titulo .titulo-line {
    background-image: url("../images/rep-2.png") !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 40px 0
}

main .main-titulo .titulo-line .line-01 {
    width: 50px;
    height: 2px;
    background-color: #00d9ea;
    margin: 0 20px
}

main .main-titulo .titulo-line .line-02 {
    width: 50px;
    height: 2px;
    background-color: #00d9ea;
    margin: 0 20px
}

main div h1 {
    margin: 0;
    padding: 0
}

@media screen and (orientation: portrait) {
    main div h1 {
        font-size: 21px !important
    }
}

main div p {
    line-height: 23px;
    text-align: center;
    color: white;
    padding: 30px 10px
}

.container-3 {
    padding-bottom: 35px
}

.container-3 .container3-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 70px
}

@media screen and (orientation: portrait) {
    .container-3 .container3-flex {
        flex-direction: column
    }
}

@media screen and (orientation: landscape) {
    .container-3 .container3-flex {
        flex-direction: column
    }
}

@media (min-width: 768px) {
    .container-3 .container3-flex {
        flex-direction: column
    }
}

@media only screen and (min-width: 900px) {
    .container-3 .container3-flex {
        flex-direction: row
    }
}

@media (min-width: 1026px) {
    .container-3 .container3-flex {
        flex-direction: row
    }
}

.container-3 .container3-flex div {
    padding: 50px
}

.container-3 .container3-flex div i div {
    display: flex;
    align-items: center;
    padding: 0
}

.container-3 .container3-flex div i div p {
    font-size: 30px;
    font-weight: 900;
    font-family: "Source Sans Pro", sans-serif;
    color: #00d9ea;
    text-align: center;
    padding-left: 20px
}

.container-3 .qtip {
    display: inline-block;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    font-style: normal;
    transition: all 0.4s ease-in-out;
    padding-bottom: -200px
}

.container-3 .qtip:before {
    content: attr(data-tip);
    font-size: 16px;
    position: absolute;
    background: #00d9ea;
    color: #000435;
    line-height: 1.2em;
    padding: 0.5em;
    font-style: normal;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    min-width: 120px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 0;
    z-index: 100
}

.container-3 .qtip:after {
    width: 0;
    height: 0;
    border-style: solid;
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out
}

.container-3 .qtip:hover:before,
.container-3 .qtip:hover:after {
    visibility: visible;
    opacity: 1
}

.container-3 .qtip.tip-bottom:before {
    width: 240px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(100% + 8px));
    box-sizing: border-box;
    background-color: #00d9ea;
    z-index: 10
}

.container-3 .qtip.tip-bottom:after {
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #00d9ea transparent;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10
}

.container-6 {
    background-color: #f5f5f5;
    background-position-x: 45%;
    background-position-y: 60%;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    padding: 11% 0
}

@media screen and (orientation: portrait) {
    .container-6 {
        background-position-x: 20%;
        background-position-y: 100%;
        background-size: 440px;
        background-image: url("../images/background-form.png")
    }
}

@media (min-width: 768px) {
    .container-6 {
        padding: 8% 0 46% 0;
        background-position-x: 0%;
        background-position-y: 100%;
        background-size: 1200px;
        background-image: url("../images/background-form.png")
    }
}

@media (min-width: 1026px) {
    .container-6 {
        padding: 5% 0 10% 0;
        background-image: url("../images/background-form.png");
        background-size: 100%
    }
}

@media (min-width: 1500px) {
    .container-6 {
        padding: 8% 0;
        background-image: url("../images/background-form.png");
        background-size: 100%
    }
}

.container-6 .line-form {
    height: 1.8px;
    background-color: #000435;
    display: inline-block;
    margin: 0 -21px
}

@media screen and (orientation: portrait) {
    .container-6 .line-form {
        width: 50px;
        margin: 0 -59px
    }
}

@media screen and (orientation: landscape) {
    .container-6 .line-form {
        width: 50px;
        margin: 0 -59px
    }
}

@media (min-width: 768px) {
    .container-6 .line-form {
        width: 100px;
        margin: 0 -59px
    }
}

@media (min-width: 1026px) {
    .container-6 .line-form {
        width: 100px;
        margin: 0 -21px
    }
}

@media screen and (orientation: portrait) {
    .container-6 {
        margin-top: 30px
    }
}

.container-6 .titulo-line {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px
}

.container-6 .titulo-line .line-01 {
    width: 50px;
    height: 2px;
    background-color: #000435;
    margin: 0 50px
}

@media screen and (orientation: portrait) {
    .container-6 .titulo-line .line-01 {
        margin: 0 20px
    }
}

.container-6 .titulo-line .line-02 {
    width: 50px;
    height: 2px;
    background-color: #000435;
    margin: 0 50px
}

@media screen and (orientation: portrait) {
    .container-6 .titulo-line .line-02 {
        margin: 0 20px
    }
}

.container-6 .sub-titulo {
    text-align: center;
    margin: 25px 0 35px 0;
    color: #000435
}

.container-6 h1 {
    max-width: 500px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #000000 !important
}

@media screen and (orientation: portrait) {
    .container-6 h1 {
        font-size: 21px !important
    }
}

@media screen and (orientation: landscape) {
    .container-6 h1 {
        font-size: 21px !important
    }
}

@media (min-width: 768px) {
    .container-6 h1 {
        font-size: 30px !important
    }
}

@media (min-width: 1026px) {
    .container-6 h1 {
        font-size: 30px !important
    }
}

.container-6 ul {
    padding: 60px 0px 60px 69px;
    list-style: none
}

@media screen and (orientation: portrait) {
    .container-6 ul {
        padding: 10px 0px 18px 0px;
        list-style: none
    }
}

@media (max-width:864px) {
    .container-6 ul {
        padding: 28px 0px 28px 0px;
        list-style: none
    }
}

.container-6 ul li {
    display: inline;
    background-color: #000435;
    color: white;
    margin: 0 0px;
    padding: 13px 18px;
    font-size: 15px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2
}

@media screen and (orientation: portrait) {
    .container-6 ul li {
        display: block;
    }
}

@media (max-width: 850px) {
    #line-form-1,
    #line-form-2,
    #line-form-3,
    #line-form-4 {
        display: none;
    }
}

.container-6 ul li:nth-child(2) {
    background-color: transparent;
    z-index: 1
}

.container-6 ul li:nth-child(4) {
    background-color: transparent;
    z-index: 1
}

.container-6 ul li:hover {
    font-size: 16px;
    font-weight: bold;
    transition: ease-in-out 0.3
}

@media screen and (orientation: portrait) {
    .container-6 ul li {
        padding: 10px 15px;
        margin: 0 20.5vh;
        /* margin: 0 20px */
    }
}

.container-6 .container-6-formulario {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
    margin-bottom: 50px
}

.container-6 .container-6-formulario form {
    max-width: 100%;
    margin-left: 0
}

@media (min-width: 1026px) {
    .container-6 .container-6-formulario form {
        margin-left: 20%
    }
}

@media (min-width: 1400px) {
    .container-6 .container-6-formulario form {
        margin-left: 0
    }
}

.container-6 .container-6-formulario form .form-group {
    display: inline-block
}

.container-6 .container-6-formulario form label {
    color: #000435;
    padding-left: 10px
}

.container-6 .container-6-formulario form input {
    height: 42px;
    width: 600px;
    margin-top: 10px;
    padding-left: 10px;
    background-color: transparent;
    color: #000435;
    border: 2px solid #000435;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px
}

.container-6 .container-6-formulario form input::-webkit-input-placeholder {
    color: #000435;
    padding-left: 10px
}

@media screen and (orientation: portrait) {
    .container-6 .container-6-formulario form input {
        max-width: 230px
    }
}

@media screen and (orientation: landscape) {
    .container-6 .container-6-formulario form input {
        max-width: 400px
    }
}

@media (min-width: 768px) {
    .container-6 .container-6-formulario form input {
        max-width: 550px
    }
}

@media (min-width: 1026px) {
    .container-6 .container-6-formulario form input {
        max-width: 600px
    }
}

.container-6 .container-6-formulario form button {
    text-align: left;
    color: white;
    padding: 0 10px;
    height: 42px;
    width: 200px;
    margin: 0 10px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: url("../images/botao-2.png");
    background-repeat: no-repeat;
    background-position: 80% 50%;
    background-size: cover
}

@media screen and (orientation: portrait) {
    .container-6 .container-6-formulario form button {
        max-width: 80px;
        background-position: 80% 50%;
        background-size: 170px 100px
    }
}

@media (min-width: 768px) {
    .container-6 .container-6-formulario form button {
        width: 140px
    }
}

.container-6 .container-6-formulario form #subscribe-result {
    padding-top: 10px
}

.container-6 .div-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.container-6 .div-loader .loader-3 {
    border: 3px solid transparent;
    border-radius: 50%;
    border-top: 3px solid #000435;
    border-bottom: 3px solid white;
    width: 40px;
    height: 40px;
    -webkit-animation: spin3 2s linear infinite;
    animation: spin3 2s linear infinite
}

@-webkit-keyframes spin3 {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin3 {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.container-6 .div-loader p {
    color: white;
    padding: 20px 0
}

.container-7 {
    padding-bottom: 80px
}

.container-7 .titulo-line {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px
}

@media screen and (orientation: portrait) {
    .container-7 .titulo-line {
        padding-bottom: 0px
    }
}

.container-7 .titulo-line .line-01 {
    width: 50px;
    height: 2px;
    background-color: #00d9ea;
    margin: 0 20px
}

.container-7 .titulo-line h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff !important
}

@media screen and (orientation: portrait) {
    .container-7 .titulo-line h1 {
        font-size: 21px !important
    }
}

@media screen and (orientation: landscape) {
    .container-7 .titulo-line h1 {
        font-size: 21px !important
    }
}

@media (min-width: 768px) {
    .container-7 .titulo-line h1 {
        font-size: 30px !important
    }
}

@media (min-width: 1026px) {
    .container-7 .titulo-line h1 {
        font-size: 30px !important
    }
}

.container-7 .titulo-line .line-02 {
    width: 50px;
    height: 2px;
    background-color: #00d9ea;
    margin: 0 20px
}

.container-7 .flex-container-7 {
    justify-content: center;
    flex-wrap: wrap;
    color: white
}

@media screen and (orientation: portrait) {
    .container-7 .flex-container-7 {
        display: none
    }
}

@media (min-width: 768px) {
    .container-7 .flex-container-7 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
}

.container-7 .flex-container-7 .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    margin: 40px
}

.container-7 .flex-container-7 .card img {
    height: 88px
}

.container-7 .flex-container-7 .card h2 {
    color: #00d9ea;
    font-weight: bold;
    padding: 20px 0;
    text-transform: uppercase;
    max-width: 200px;
    text-align: center;
    line-height: 25px
}

.container-7 .flex-container-7 .card h2:first-child {
    background-color: red
}

.container-7 .flex-container-7 .card p {
    text-align: center;
    line-height: 23px
}

@media screen and (orientation: portrait) {
    .container-7 .glider-contain {
        display: block
    }
}

@media screen and (orientation: landscape) {
    .container-7 .glider-contain {
        display: block
    }
}

@media (min-width: 768px) {
    .container-7 .glider-contain {
        display: none
    }
}

@media (min-width: 1026px) {
    .container-7 .glider-contain {
        display: none
    }
}

.container-7 .glider-contain .glider-2 .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 350px;
    margin: 40px
}

.container-7 .glider-contain .glider-2 .card img {
    height: 120px
}

.container-7 .glider-contain .glider-2 .card h2 {
    color: #00d9ea;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 200px;
    text-align: center;
    line-height: 25px;
    margin: 130px 0 20px 0
}

.container-7 .glider-contain .glider-2 .card h2:first-child {
    background-color: red
}

.container-7 .glider-contain .glider-2 .card p {
    text-align: center;
    line-height: 23px;
    color: white
}

@media screen and (orientation: portrait) {
    .container-4 {
        padding: 0 0 60px 0
    }
}

@media screen and (orientation: landscape) {
    .container-4 {
        padding: 0 0 60px 0
    }
}

@media (min-width: 1026px) {
    .container-4 {
        padding: 100px 0 80px 0
    }
}

.container-4 .titulo-line {
    margin: 0px 0px 80px 0px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (orientation: portrait) {
    .container-4 .titulo-line {
        margin: 0px 0px 0px 0px
    }
}

.container-4 .titulo-line .line-01 {
    width: 50px;
    height: 2px;
    background-color: #00d9ea;
    margin: 0 20px
}

.container-4 .titulo-line .line-02 {
    width: 50px;
    height: 2px;
    background-color: #00d9ea;
    margin: 0 20px
}

.container-4 h1 {
    text-align: center
}

@media screen and (orientation: portrait) {
    .container-4 h1 {
        font-size: 21px !important
    }
}

@media screen and (orientation: portrait) {
    .container-4 .glider-contain {
        display: block
    }
}

@media screen and (orientation: landscape) {
    .container-4 .glider-contain {
        display: block
    }
}

@media (min-width: 768px) {
    .container-4 .glider-contain {
        display: none
    }
}

@media (min-width: 1026px) {
    .container-4 .glider-contain {
        display: none
    }
}

.container-4 .glider-contain .glider figure {
    margin-top: 100px
}

.container-4 .glider-contain .glider figure figcaption {
    padding-top: 120px;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 100;
    color: white;
    text-align: center
}

@media screen and (orientation: portrait) {
    .container-4 .flex-container-4 {
        display: none
    }
}

@media screen and (orientation: landscape) {
    .container-4 .flex-container-4 {
        display: none
    }
}

@media (min-width: 768px) {
    .container-4 .flex-container-4 {
        margin-top: 50px;
        display: block
    }
}

@media (min-width: 1026px) {
    .container-4 .flex-container-4 {
        display: block
    }
}

.container-4 .flex-container-4 .flex-photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px
}

.container-4 .flex-container-4 .flex-photos div {
    margin: 0 5px
}

.container-4 .flex-container-4 .flex-photos div:hover {
    transform: scale(1.2)
}

.container-4 .flex-container-4 .flex-photos div img {
    height: 88px
}

.container-4 .flex-container-4 .flex-photos div figcaption {
    padding-top: 20px;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 100;
    color: white;
    text-align: center
}

.container-4 .swiper-container-2 {
    padding-top: 50px;
    max-width: 1200px;
    width: 95%
}

@media screen and (orientation: portrait) {
    .container-4 .swiper-container-2 {
        display: block
    }
}

@media screen and (orientation: landscape) {
    .container-4 .swiper-container-2 {
        display: block
    }
}

@media (min-width: 768px) {
    .container-4 .swiper-container-2 {
        display: none
    }
}

@media (min-width: 1026px) {
    .container-4 .swiper-container-2 {
        display: none
    }
}

.container-4 .swiper-container-2 .content img {
    height: 100px
}

.container-4 .swiper-container-2 .content p {
    padding-top: 10px;
    color: white
}

.container-4 .swiper-container-2 .swiper-wrapper {
    margin-bottom: 3em;
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.container-4 .swiper-container-2 .swiper-wrapper .swiper-slide {
    text-align: center;
    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;
    flex-wrap: wrap
}

.container-4 .swiper-container-2 .swiper-wrapper .swiper-slide img {
    width: 150px
}

@media screen and (orientation: portrait) {
    .container-4 .swiper-container-2 .swiper-wrapper .swiper-slide #empresa-pedras {
        padding: 0 10px;
        width: 130px
    }
}

@media (min-width: 1026px) {
    .container-4 .swiper-container-2 .swiper-wrapper .swiper-slide #empresa-pedras {
        padding: 0 10px;
        width: 150px
    }
}

.container-5 {
    padding-bottom: 100px
}

.container-5 .titulo-line {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px
}

.container-5 .titulo-line .line-01 {
    width: 50px;
    height: 2px;
    background-color: #00d9ea;
    margin: 0 20px
}

.container-5 .titulo-line .line-02 {
    width: 50px;
    height: 2px;
    background-color: #00d9ea;
    margin: 0 20px
}

.container-5 #carrosel {
    max-width: 900px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    margin-top: 50px
}

@media screen and (orientation: portrait) {
    .container-5 #carrosel h1 {
        font-size: 21px !important
    }
}

.container-5 #carrosel .swiper-container {
    max-width: 1200px;
    width: 95%
}

.container-5 #carrosel .swiper-container .swiper-wrapper {
    margin-bottom: 3em;
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.container-5 #carrosel .swiper-container .swiper-wrapper .swiper-slide {
    text-align: center;
    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;
    flex-wrap: wrap
}

.container-5 #carrosel .swiper-container .swiper-wrapper .swiper-slide img {
    width: 150px
}

@media screen and (orientation: portrait) {
    .container-5 #carrosel .swiper-container .swiper-wrapper .swiper-slide #empresa-pedras {
        padding: 0 10px;
        width: 130px
    }
}

@media (min-width: 1026px) {
    .container-5 #carrosel .swiper-container .swiper-wrapper .swiper-slide #empresa-pedras {
        padding: 0 10px;
        width: 150px
    }
}

@media screen and (orientation: portrait) {
    .container-5 #prevswiper {
        display: none
    }
    .container-5 #nextswiper {
        display: none
    }
}

.btnWhatsapp {
    position: relative;
    z-index: 100
}

@media screen and (orientation: portrait) {
    .btnWhatsapp {
        display: none
    }
}

@media screen and (orientation: landscape) {
    .btnWhatsapp {
        display: none
    }
}

@media (min-width: 768px) {
    .btnWhatsapp {
        display: none
    }
}

@media (min-width: 1026px) {
    .btnWhatsapp {
        display: block
    }
}

.btnWhatsapp a {
    background-color: #26d145;
    border: 2px solid white;
    position: fixed;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    top: 200px;
    left: 20px;
    bottom: 0;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.btnWhatsapp a:hover {
    transform: scale(1.1)
}

.btnWhatsapp-mobile {
    position: relative;
    z-index: 100
}

@media screen and (orientation: portrait) {
    .btnWhatsapp-mobile {
        display: block
    }
}

@media screen and (orientation: landscape) {
    .btnWhatsapp-mobile {
        display: block
    }
}

@media (min-width: 768px) {
    .btnWhatsapp-mobile {
        display: block
    }
}

@media (min-width: 1026px) {
    .btnWhatsapp-mobile {
        display: none
    }
}

.btnWhatsapp-mobile a {
    background-color: #26d145;
    border: 2px solid white;
    position: fixed;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    bottom: 70px;
    right: 20px;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.btnWhatsapp-mobile a:hover {
    transform: scale(1.1)
}

.btnContrate {
    position: relative;
    z-index: 100
}

.btnContrate #btnCnt {
    background-color: #0be3fd;
    border: none;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #000435;
    cursor: pointer;
    position: fixed;
    box-shadow: 0px 2px 6px #acacac;
    transition: all 0.1s ease-out;
    outline: none
}

@media screen and (orientation: portrait) {
    .btnContrate #btnCnt {
        transform: rotate(0deg);
        bottom: 0px;
        width: 100%;
        height: 35px;
        left: 0px;
        text-align: center
    }
    .btnContrate #btnCnt:hover {
        transform: rotate(0deg);
        transition: all 0.1s ease-out;
        height: 40px
    }
}

@media screen and (orientation: landscape) {
    .btnContrate #btnCnt {
        transform: rotate(0deg);
        bottom: 0px;
        width: 100%;
        height: 35px;
        left: 0px;
        text-align: center;
        transition: all 0.1s ease-out
    }
    .btnContrate #btnCnt:hover {
        transform: rotate(0deg);
        transition: all 0.1s ease-out;
        height: 40px
    }
}

@media (min-width: 1026px) {
    .btnContrate #btnCnt {
        transform: rotate(270deg);
        width: 180px;
        height: 60px;
        top: 350px;
        left: -60px;
        text-align: none;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -ms-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
        transition: all 0.1s ease-out
    }
    .btnContrate #btnCnt:hover {
        transform: rotate(270deg);
        transition: all 0.1s ease-out;
        width: 182px;
        height: 70px
    }
}

footer .titulo-line {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 70px 0
}

footer .titulo-line .line-01 {
    width: 50px;
    height: 2px;
    background-color: #00d9ea;
    margin: 0 20px
}

footer .titulo-line .line-02 {
    width: 50px;
    height: 2px;
    background-color: #00d9ea;
    margin: 0 20px
}

footer h1 {
    text-align: center
}

@media screen and (orientation: portrait) {
    footer h1 {
        font-size: 21px !important
    }
}

footer .certificados {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

footer .certificados div {
    margin: 20px 20px;
    cursor: pointer
}

footer .certificados div img:hover {
    transform: scale(1.1)
}

@media screen and (orientation: portrait) {
    footer .certificados {
        flex-direction: column;
        padding-bottom: 20px
    }
}

@media screen and (orientation: landscape) {
    footer .certificados {
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px
    }
}

@media (min-width: 768px) {
    footer .certificados {
        flex-direction: row
    }
}

@media (min-width: 1026px) {
    footer .certificados {
        flex-direction: row
    }
}

footer p {
    color: white;
    margin-top: 50px;
    background-image: url("../images/rep-2.png") !important
}

@media screen and (orientation: portrait) {
    footer p {
        padding: 50px 0
    }
}

@media (min-width: 1026px) {
    footer p {
        padding: 30px 0
    }
}

.fl-right {
    float: right
}

.fl-left {
    float: left
}

.txt-center {
    text-align: center
}

main div h1,
.container-6 h1,
.container-7 .titulo-line h1,
.container-4 h1,
.container-5 #carrosel h1,
footer h1 {
    color: white;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 30px;
    font-weight: bold
}

#gif .logo p,
main div p,
.container-6 .container-6-formulario form label,
.container-6 .container-6-formulario form input,
.container-6 .container-6-formulario form input::-webkit-input-placeholder,
.container-6 .container-6-formulario form button,
.container-6 .div-loader p,
footer p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 17px
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: white
}