* {
    box-sizing: border-box
}


/*Aviso de cookies*/

.CookieMessage {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #121212;
    z-index: 999;
    display: none;
}

.CookieMessage-content {
    color: white;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    font-family: sans-serif;
    line-height: 1.5;
    font-size: 14px;
    margin-top: -20px;
}

.CookieMessage-content a {
    color: white;
}

.CookieMessage-content p {
    margin: 0 0 20px 0;
}

.CookieMessage-button {
    background: #46bd31;
    display: inline-block;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 5px;
    text-transform: uppercase;
}

.CookieMessage-button:hover {
    background: #60eb48;
}


/*Fim de aviso de cookies*/

.men {
    padding: 15px 20px;
    color: #000000;
    font-family: monospace;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.men:hover {
    color: #00acbb;
    padding: 10px 20px;
    font-weight: bold;
}

.barra {
    width: 100%;
}

.imagem {
    height: 70px;
    /*margin-right: -100px;*/
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: lighter;
}

.content {
    width: 94%;
    margin: 4em auto;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}

.logo {
    line-height: 60px;
    float: left;
    margin: 16px 46px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
}

nav {
    width: 100%;
    line-height: 60px;
    position: absolute;
    z-index: 4;
    background: rgba(0, 0, 0, 0.800);
}

nav ul {
    line-height: 60px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: center;
    margin: 0;
    padding-right: 40px;
    transition: 1s;
}

nav ul li {
    display: inline-block;
    padding: 16px 18px;
    ;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: monospace;
}

nav ul li a:hover {
    text-decoration: none;
    color: #46bd31;
    font-size: 16px;
    font-family: monospace;
}

.menu-icon {
    line-height: 60px;
    width: 100%;
    background: #fff;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #000;
    display: none;
}

@media(max-width: 1000px) {
    .logo {
        position: absolute;
        top: -5px;
        margin-top: 16px;
        text-align: left;
        z-index: 4;
        width: 100px;
    }
    nav {
        width: 100%;
        line-height: 60px;
        position: static;
        z-index: 4;
        background: rgba(0, 0, 0, 0);
    }
    nav ul {
        max-height: 0px;
        background: #3d1d02;
        display: grid;
    }
    nav.black ul {
        position: absolute;
        background: #000;
    }
    .showing {
        max-height: 100em;
        text-align: center;
    }
    nav ul li a {
        box-sizing: border-box;
        width: 100%;
        padding: 0px;
        text-align: center;
        color: #fff;
    }
    .menu-icon {
        display: inline-block;
        background: #3d1d02;
        color: #fff;
        padding: 20px;
    }
}

.dropbtn {
    background-color: transparent;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-family: monospace;
}

.dropdo {
    position: static;
    display: inline-block;
}

.dropdo-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 4;
    padding: 20px;
}

.dropdo-content a {
    color: black;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
}

.dropdo-content a:hover {
    background-color: #f1f1f1
}

.dropdo:hover .dropdo-content {
    display: block;
}

.dropdo:hover .dropbtn {
    background-color: #00acbb;
}

@media(max-width: 786px) {
    .dropbtn {
        background-color: transparent;
        color: white;
        font-size: 16px;
        border: none;
        cursor: pointer;
        font-family: monospace;
        color: #000;
    }
}


/* Slideshow container */

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    height: auto;
}


/* Hide the images by default */

.mySlides {
    display: none;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Caption text */

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 400px;
    width: 100%;
    text-align: center;
}

.texto-capa {
    color: white;
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.0s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}


/* Fading animation */

.fade {
    -webkit-animation-name: fadein;
    -webkit-animation-duration: 20.0s;
    animation-name: fadeIn;
    animation-duration: 20.0s;
    animation-direction: alternate;
}

.fadein {
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 3.0s;
    animation-name: fadeInDown;
    animation-duration: 3.0s;
    animation-direction: alternate;
}

.rotate {
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 3.0s;
    animation-name: rotateInUpLeft;
    animation-duration: 3.0s;
    animation-direction: alternate;
}

.bo {
    border-radius: 60px 60px 60px 60px;
}

[class*=bo]:hover,
[class*=bo]:hover~[class*=bo] {
    background-color: #0b1014;
}

.ca {
    background-color: #000000;
    color: #ffffff;
    border-radius: 10px 10px 10px 10px;
}

.ca {
    color: #fff;
    background-image: -webkit-linear-gradient(45deg, #0b93d5 50%, transparent 50%);
    background-image: linear-gradient(45deg, #0b93d5 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 2.5s ease-in-out;
    transition: background 1.5s ease-in-out;
    font-size: 16px;
    font-weight: bold;
}

.ca:hover {
    background-position: 0;
}

.y {
    border-radius: 10px 10px 10px 10px;
    height: 350px;
    border-color: #000000;
}

.re {
    border-radius: 10px 10px 10px 10px;
    border-color: #00acbb;
}

.fo {
    font-weight: bold;
    padding: 20px 10px;
    color: #ffffff;
    font-family: "Raleway";
    font-size: 12px;
    text-align: left;
}

.fo:hover {
    color: #00acbb;
    animation-name: grow;
    transition: all 0.5s;
}

.fos {
    font-weight: bold;
    color: #000000;
    font-style: italic;
    font-family: monospace;
    font-size: 16px;
    text-align: left;
}

.fos:hover {
    color: #00acbb;
    animation-name: grow;
    transition: all 0.5s;
}

.letra {
    font-family: monospace;
}

.focard {
    font-weight: bold;
    font-family: inherit;
    font-size: 21px;
    color: #000000;
}

.between {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
}

.between>a {
    margin: 10px;
}

.shadow {
    text-align: center;
    margin: 15px;
}

.web {
    width: 33rem;
    border: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(184, 175, 184, 1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(184, 175, 184, 1);
    box-shadow: 0px 3px 5px 0px rgba(184, 175, 184, 1);
}

.web1 {
    width: 35rem;
    border: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(184, 175, 184, 1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(184, 175, 184, 1);
    box-shadow: 0px 3px 5px 0px rgba(184, 175, 184, 1);
}

.web2 {
    width: 60rem;
    border: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(184, 175, 184, 1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(184, 175, 184, 1);
    box-shadow: 0px 3px 5px 0px rgba(184, 175, 184, 1);
}

.resp {
    margin-top: 30px;
    flex-wrap: wrap;
}

.arredonda {
    border-radius: 10px 10px 10px 10px;
}

body::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: transparent;
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #00acbb;
    /* color of the scroll thumb */
    border-radius: 20px;
}

.titulo_responsavel {
    font-weight: bold;
    color: #00acbb;
}

.curriculo {
    text-align: justify;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin: 30px;
}

.nome {
    font-weight: bold;
    color: #000000;
}

.blog_texto {
    text-align: justify;
    font-size: 18px;
    margin-top: 30px;
}

.blog_texto_imagem {
    text-align: center;
    margin-top: 20px;
}

.blog_img {
    max-width: 100%;
    height: 200px;
    vertical-align: middle;
    border: 0;
}

.div_img {
    text-align: center;
}

.titulo_blog {
    margin-top: 60px;
    font-weight: bold;
}

.foto_treinamento {
    border-radius: 10px 10px 10px 10px;
    border-color: #000000;
}

.imagens {
    border-radius: 10px 10px 10px 10px;
    border-color: #000000;
    width: 100%;
}

.cor_div {
    background-color: rgb(233, 227, 227);
    margin-top: 60px;
}

.posicao_banner {
    position: absolute;
    top: 35%;
    margin-top: -100px;
    transition: 0.6s ease;
    display: inline-block;
}

.titulo_banner {
    font-family: 'Times New Roman';
    font-size: 50px;
    font-weight: 10px;
}

.descricao_banner {
    color: #ffffff;
    font-size: 26px;
    font-family: Snell Roundhand;
    margin-top: 20px
}

.botao_banner {
    font-size: 26px;
    font-family: Snell Roundhand, cursive;
    border-radius: 60px 60px 60px 60px;
    background-image: linear-gradient( to right, #02656e, #037d88, #038894, #00acbb);
    border: none;
}


/*#04565e, #026770, #038894, #00acbb*/

[class*=botao_banner]:hover,
[class*=botao_banner]:hover~[class*=botao_banner] {
    background-color: #0b1014;
    background-image: linear-gradient( to right, #000000, #1f1f1f, #2c2c2c, #3b3b3b);
}

@media(max-width: 560px) {
    .posicao_banner {
        margin-top: -120px;
        top: 20%;
    }
    .titulo_banner {
        font-size: 36px;
    }
    .descricao_banner {
        font-size: 12px;
    }
    .botao_banner {
        font-size: 12px;
    }
    .web2 {
        width: 33rem;
        border: none;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(184, 175, 184, 1);
        -moz-box-shadow: 0px 3px 5px 0px rgba(184, 175, 184, 1);
        box-shadow: 0px 3px 5px 0px rgba(184, 175, 184, 1);
    }
}

.div_shop {
    border-radius: 10px 10px 10px 10px;
    margin-top: 60px;
    margin-bottom: 40px;
    margin: 20px;
    background-color: rgb(241, 246, 247);
}

.form_shop {
    padding: 30px;
}

.ast {
    color: red;
    font-size: 10px;
}

.img_somos {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /* Adicionar os prefixos dos navegadores */
    border-radius: 20px;
}

.banner_outros {
    width: 100%;
    height: 600px;
    float: top;
    filter: brightness(60%);
}

.div_outros {
    position: absolute;
    top: 50%;
    text-align: center;
}

.titulo_outros {
    font-weight: bold;
    font-family: Roboto;
    font-style: italic;
    font-size: 60px;
    text-align: center;
    color: white;
}

@media(max-width: 560px) {
    .banner_outros {
        width: 100%;
        height: 300px;
        float: top;
        filter: brightness(50%);
    }
    .div_outros {
        position: absolute;
        top: 40%;
        text-align: center;
    }
    .titulo_outros {
        font-weight: bold;
        font-family: Roboto;
        font-style: italic;
        font-size: 30px;
        text-align: center;
        color: white;
    }
}

footer {
    color: #ffffff;
    font-size: 14px;
    background: url("../img/footer.png") top center;
    width: 100%;
    background-size: cover;
    position: relative;
}