@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

.QRCode {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    z-index: 200;
}

.QRCode img {
    width: 30px;
    height: 30px;
}

.QRCode :hover {
    position: relative;
    width: 500px;
    height: 500px;
    bottom: 500px;
    right: 850px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

h1 {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
    padding: 0;
}

h3 {
    margin: 0;
    padding: 0;
}

h4 {
    margin: 0;
    padding: 0;
}

h5 {
    margin: 0;
    padding: 0;
}

h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}

.row {
    display: flex;
}

.justify-content {
    justify-content: center;
}

.col-lg-12 {
    width: 100%;
}

.col-lg-10 {
    width: 80%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-8 {
    width: 65%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-4 {
    width: 33.333%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-2 {
    width: 20%
}

header {
    height: 800px;
    width: 100%;
    background-size: cover !important;
    background-attachment: fixed !important;
}

header .overlay {
    height: 700px;
    width: 100%;
    background: rgba(0, 0, 0, 0.0);
}

.navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.navigation ul li {
    display: inline-block;
}

.navigation ul li a {
    display: inline-block;
    color: #568A0F;
    font-size: 30px;
    margin: 45px 15px;
    padding: 5px;
    font-weight: 500;
    border-bottom: 4px solid transparent;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: black;
    transition: .4s;
}

.navigation ul li a:hover {
    border-bottom: 4px solid #568A0F;
}

.scroll-effect {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #fff;
    z-index: 100;
}

.scroll-effect li a {
    font-size: 20px !important;
    margin: 10px 15px !important;
}

.scroll-caption {
    padding-top: 275px;
}

header .caption .content {
    text-align: center;
    margin-top: 40px
}

header .caption .content h2 {
    font-size: 70px;
    padding-top: 60px;
    letter-spacing: 2px;
    line-height: 1.3em;
}

header .caption .content strong {
    color: #38A12F;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: black;
}

header .caption .content p {
    color: #38A12F;
    font-size: 35px;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: black;
    letter-spacing: 2px;
    text-shadow: 1px 1px rgba(255, 255, 255, .40);
}

header .caption .logo {
    text-align: center;
}

header .caption .logo img {
    margin-top: -50px;
    margin-left: -100px;
    width: 700px;
}

.section1 {
    height: 800px;
    width: 100%;
    background-size: 100vw 1200px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-top: -280px;
    padding-top: 500px;
    position: absolute;
}

.section1 .content {
    text-align: center;
}

.section1 .content h2 {
    font-size: 80px;
    color: #fff;
    padding-top: 50px;
}

.section1 .content .btn a {
    background: #fff;
    display: inline-block;
    padding: 15px 40px;
    font-size: 30px;
    border-radius: 30px;
    margin-top: 20px;
}

.section1 .image img {
    width: 100%;
}

.section2 {
    height: 600px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    margin-top: -280px;
    padding-top: 500px;
    margin-top: 800px;
}

.section3 {
    height: 1200px;
    width: 100%;
    background-size: 100vw 1200px !important;
    background-position: center !important;
    margin-top: -280px;
    position: absolute;
}

.section3 .content {
    text-align: center;
    margin-top: 300px;
    padding: 20px 40px;
    box-sizing: border-box;
}

.section3 .content h2 {
    font-size: 30px;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
}

.section3 .content p {
    font-size: 20px;
    color: #fff;
}

.section3 .content .btn a {
    background: #fff;
    display: inline-block;
    padding: 15px 40px;
    font-size: 30px;
    border-radius: 30px;
    margin-top: 20px;
}

.section3 .image {
    margin-top: 300px;
}

.section3 .image img {
    width: 100%;
}

.section4 {
    height: 900px;
    width: 100%;
    margin-top: 550px;
}

.section4 .content {
    text-align: center;
    margin-top: 300px;
    padding: 20px 40px;
    box-sizing: border-box;
}

.section4 .content h2 {
    font-size: 30px;
    color: #38A12F;
    padding-top: 50px;
    padding-bottom: 30px;
}

.section4 .content p {
    font-size: 20px;
    color: #38A12F;
}

.section4 .content .btn a {
    background: #38A12F;
    display: inline-block;
    color: #fff;
    padding: 15px 40px;
    font-size: 30px;
    border-radius: 30px;
    margin-top: 20px;
}

.section4 .image {
    margin-top: 400px;
}

.section4 .image img {
    width: 100%;
}

#popup a {
    position: absolute;
    top: 10px;
    right: 30px;
    background: green;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    padding: 5px 10px;
    box-shadow: -3px -3px 7px #ffffffc9, 2px 2px 5px rgba(0, 0, 0, .473);
}

.section5 {
    height: 1200px;
    width: 100%;
    background-size: 85vw 1200px !important;
    background-position: left !important;
    background-repeat: no-repeat !important;

}

.section5 .content {
    text-align: center;
    margin-top: 300px;
    padding: 20px 40px;
    box-sizing: border-box;
}

.section5 .content h2 {
    font-size: 80px;
    color: #fff;
    padding-top: 50px;
}

.section5 .content .btn a {
    background: #fff;
    display: inline-block;
    padding: 15px 40px;
    font-size: 30px;
    border-radius: 30px;
    margin-top: 20px;
}

.section5 .image {
    margin-top: 400px;
    text-align: right;
    padding-right: 100px;
}

.section5 .image img {

    width: 450px;
}

.section6 {
    height: 1200px;
    width: 100%;
    background-size: 85vw 1200px !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    overflow: hidden;

}

.section6 .content {
    text-align: center;
    padding: 20px 40px;
    box-sizing: border-box;
}

.section6 .content img {
    width: 600px;
}

.section6 .content .btn a {
    background: #fff;
    display: inline-block;
    padding: 15px 40px;
    font-size: 30px;
    border-radius: 30px;
    margin-top: 20px;
}

.section6 .image {
    margin-top: 320px;
    text-align: center;
}

.section6 .image img {
    width: 700px;
}

.section7 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.section7 .content {
    margin-top: 50px;
    padding: 20px;
    box-sizing: border-box;
}

.section7 .content .item {
    border: 2px solid gray;
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
}

.section7 table, td {
    margin: auto;
    color: black;
    align-items: center;
    border: #000;
    width: 300px;
    border: 1px solid black;
}

.section7 .image {
    padding: 30px;
    padding-left: 50px;
}

.section7 .image img {
    width: 90%;
    height: 400px;
}

.section7 details {
    margin: 0 auto;
    background: #fff;
    margin-bottom: .5rem;
    box-shadow: 0 .1rem 1rem -.5rem rgba(0, 0, 0, .4);
    border-radius: 5px;
    overflow: hidden;
    padding: 8px;
    text-align: justify;
}

.section7 summary {
    padding: 1rem;
    display: block;
    background: #fff;
    padding-left: 2.2rem;
    position: relative;
    cursor: pointer;
}

.section7 summary:before {
    content: '';
    border-width: .4rem;
    border-style: solid;
    border-color: transparent transparent transparent #000;
    position: absolute;
    top: 1.1rem;
    left: 1rem;
    transform: rotate(0);
    transform-origin: .2rem 50%;
    transition: .25s transform ease;
}

/* THE MAGIC 🧙‍♀️ */
.section7 details[open] > summary:before {
    transform: rotate(90deg);
}

.section7 details summary::-webkit-details-marker {
    display: none;
}

.section7 details > ul {
    padding-bottom: 1rem;
    margin-bottom: 0;
}

.section7 .details-expanded {
    padding: 0 2rem;
}

.section8 {
    height: 500px;
    width: 100%;
    background-size: 100vw 500px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-top: 80px;
    margin-bottom: 80px;
}

.section8 .content h2 {
    font-size: 80px;
    text-align: center;
    color: #fff;
    padding-top: 220px;
}

.section9 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 80px;
}

.section9 .content {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    z-index: 101;
}

.section9 details {
    margin: 0 auto;
    background: #fff;
    margin-bottom: .5rem;
    box-shadow: 0 .1rem 1rem -.5rem rgba(0, 0, 0, .4);
    border-radius: 5px;
    overflow: hidden;
    padding: 8px;
    text-align: justify;
}

.section9 summary {
    padding: 1rem;
    display: block;
    background: #fff;
    padding-left: 2.2rem;
    position: relative;
    cursor: pointer;
}

.section9 summary:before {
    content: '';
    border-width: .4rem;
    border-style: solid;
    border-color: transparent transparent transparent #000;
    position: absolute;
    top: 1.1rem;
    left: 1rem;
    transform: rotate(0);
    transform-origin: .2rem 50%;
    transition: .25s transform ease;
}

.section9 h1 {
    margin-bottom: 10px;
}

.section9 details[open] > summary:before {
    transform: rotate(90deg);
}

.section9 details summary::-webkit-details-marker {
    display: none;
}

.section9 details > ul {
    padding-bottom: 1rem;
    margin-bottom: 0;
}

.section9 .details-expanded {
    padding: 0 2rem;
}

.section9 .content .item {
    border: 2px solid gray;
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
}

.big:hover {
    height: 800px;
    width: 1100px;
    z-index: 100;
}

.section10 {
    height: 800px;
    width: 100%;
    background-size: 100vw 800px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-top: 80px;
    margin-bottom: 80px;
}

.section10 .youtube-video {
    margin-top: 250px;
    text-align: center;
}

.section10 .youtube-video iframe {
    height: 400px;
    width: 700px;
    margin: 0 auto;
    border: none;
}

.section12 {
    width: 100%;
}

.section12 .title {
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.section12 .title h2 {
    font-size: 40px;
    padding-bottom: 10px;
}

.section12 .title p {
    padding-bottom: 20px;
}

.section12 .item {
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.section12 .item img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.section12 .item h3 {
    font-size: 25px;
    color: #2C3E50;
    margin-top: 20px;
    margin-bottom: 10px;
}

.section12 .item b {
    display: block;
    color: #7B7D7D;
    margin-bottom: 10px;
}

.section12 .item p {
    color: #979A9A;
}

.section12 .social-media .row {
    margin: 5px 0;
}

.section12 .social-media .item {
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 5px;
    margin: 5px;
    padding: 0;
}

.section12 .social-media .facebook {
    background-color: #3b5998;
}

.section12 .social-media .researchGate {
    background-color: #00ccbb;
}

.section12 .social-media .youtube {
    background-color: #FF0000;
}

.section12 .social-media .blog {
    background-color: #FF5722;
}

.section12 .social-media .twitter {
    background-color: #55acee;
}

.section12 .social-media .google {
    background-color: #dd4b39;
}

.section12 .social-media .instagram {
    background-color: #ac2bac;
}

.section12 .social-media .linkedin {
    background-color: #0082ca;
}

.section12 .social-media .github {
    background-color: #333333;
}

.section12 .social-media .item .fab {
    color: #fff;
    font-size: 17px;
    padding: 7px 0;
}

.ebcf_modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    color: #38A12F;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.ebcf_modal-content1 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.ebcf_close1 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close1:hover,
.ebcf_close1:focus {
    color: #000;
    text-decoration: none;
    color: #38A12F !important;
    cursor: pointer;
}

/*Janela Butões 2*/
.ebcf_modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    color: #38A12F !important;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.ebcf_modal-content2 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.ebcf_close2 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close2:hover,
.ebcf_close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*Janela Butões 3*/
/* Modal Content */
/* The Modal (background) */
.ebcf_modal3 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    color: #38A12F;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.ebcf_modal-content3 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.ebcf_close3 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close3:hover,
.ebcf_close3:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*Janela Butões 4*/
/* The Modal (background) */
.ebcf_modal4 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    color: #38A12F;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.ebcf_modal-content4 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.ebcf_close4 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close4:hover,
.ebcf_close4:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.ebcf_modalTermsOfService {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    color: #38A12F;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.ebcf_modal-contentTermsOfService {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}


.ebcf_closeTermsOfService {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

ebcf_modal
.ebcf_closeTermsOfService:hover,
.ebcf_closeTermsOfService:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

footer {
    background-color: #A5EAA1;
}

footer .footer-content {
    padding: 5px 5px;
}

footer .subsciption .row {
    margin: 5px 0;
}

footer .subsciption .item {
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 5px;
    margin: 5px;
}

footer .subsciption .facebook {
    background-color: #3b5998;
}

footer .subsciption .twitter {
    background-color: #55acee;
}

footer .subsciption .youtube {
    background-color: #FF0000;
}

footer .subsciption .instagram {
    background-color: #ac2bac;
}

footer .subsciption .linkedin {
    background-color: #0082ca;
}

footer .subsciption .github {
    background-color: #333333;
}

footer .subsciption .item .fab {
    color: #fff;
    font-size: 15px;
    padding: 9px 0;
}

footer .subsciption h5 {
    font-size: 20px;
    text-align: right;
    margin-right: 40px;
    padding-top: 10px;
}

footer .subsciption p {
    color: #515151;
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
}

footer .subsciption input[type=text] {
    width: 100%;
    padding: 15px 10px;
    font-size: 18px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ced4da;
}

footer .subsciption input[type=submit] {
    width: 180px;
    padding: 15px 10px;
    border-radius: 5px;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #0d6efd;
    border: 1px solid #ced4da;
    margin-left: 40px;
    cursor: pointer;
}

footer .footer-details p {
    text-align: center;
    color: #515151;
    font-size: 16px;
    line-height: 1.6em;
}

footer .footer-menu {
    text-align: center;
}

footer .footer-menu h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

footer .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

footer .footer-menu ul a {
    display: inline-block;
    padding: 5px;
}

footer .footer-menu ul a:hover {
    border-bottom: 2px solid #515151;
}

footer .sub-btn {
    width: 180px;
    padding: 10px 5px;
    border-radius: 6px;
    background-color: #0d6efd;
    margin-left: 40px;
    cursor: pointer;
}

footer .sub-btn .text {
    width: 100%;
    font-size: 25px;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.copyright {
    background-color: #077F00;
}

.copyright p {
    text-align: center;
    padding: 15px;
    color: #fff;
}

.copyright a {
    text-align: center;
    padding: 15px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.toggle-bar {
    display: none;
}

#popup {
    position: fixed;
    background: white;
    padding: 50px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    border-radius: 500px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .30);
}


@media screen and (max-width: 900px) {

    .QRCode {
        position: fixed;
        width: 50px;
        height: 50px;
        top: 30px;
        left: 10px;
        z-index: 200;
    }

    .QRCode img {
        width: 30px;
        height: 30px;
    }

    .toggle-bar {
        display: block;
        text-align: right;
    }

    .toggle-bar .toggle-icon {
        font-size: 30px;
        color: #000;
        padding: 30px 30px;

    }

    .scroll-effect {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 400px;
        background-color: #fff;
        z-index: 100;
    }

    .row {
        display: block;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-9 {
        width: 100%;
    }

    .col-lg-8 {
        width: 100%;
    }

    .col-lg-6 {
        width: 100%;
    }

    .col-lg-4 {
        width: 100%;
    }

    .col-lg-3 {
        width: 100%;
    }

    .navigation {
        display: block;
    }

    .navigation ul li a {
        font-size: 25px;
        margin: 10px 15px;
        padding: 5px;
    }

    .navigation ul li {
        display: block;
    }

    .navigation ul {
        background: #fff;
        z-index: 100;
        display: none;
    }

    .navigation-bar-show {
        display: block;
    }

    header .caption .logo {
        text-align: center;
    }

    header .caption .logo img {
        width: 300px;
        margin-top: 30px;
    }

    header .caption .content h2 {
        font-size: 50px;
    }

    header .caption {
        margin-top: 100px;
    }

    .scroll-caption {
        padding-top: 0;
    }

    .toggle-bar-show {
        background: #fff !important;
        position: fixed !important;
        top: 0;
        right: 0;
        margin-top: 15px;
        margin-right: 15px;
        border-radius: 10px;
        z-index: 100;
    }

    .toggle-bar-show .toggle-icon {
        font-size: 25px;
        padding: 20px 20px;
        border-radius: 5px;
    }

    .scroll-effect {
        margin-top: 85px !important;
    }

    .section1 {
        height: 700px;
        width: 100%;
        background-size: 110vw 700px !important;
        background-position: center !important;
        margin-top: -280px;
        padding-top: 10px;
        position: absolute;

    }

    .section1 .content h2 {
        font-size: 40px;
        color: #fff;
        padding-top: 150px;
    }

    .section1 .content .btn a {
        padding: 10px 30px;
        font-size: 20px;
    }

    .section1 .image {
        text-align: center;
    }

    .section1 .image img {
        width: 250px;
        margin-top: 30px;
    }

    .section2 {
        margin-top: 0;
    }

    .section3 {
        height: 100%;
        background-size: 100vw 100% !important;
        margin-top: -100px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section3 .content {
        text-align: center;
        margin-top: 10px;
        padding: 20px 40px;
        box-sizing: border-box;
    }

    .section3 .content h2 {
        padding-top: 0;
        padding-bottom: 20px;
        font-size: 25px;
    }

    .section3 .content p {
        font-size: 16px;
    }

    .section3 .image {
        margin-top: 10px;
        text-align: center;
    }

    .section3 .image img {
        width: 250px;
    }

    .section3 .content .btn a {
        padding: 10px 30px;
        font-size: 20px;
    }

    .section4 {
        height: auto;
        margin-top: 470px;
        padding-bottom: 30px;
    }

    .section4 .content {
        margin-top: 20px;
    }

    .section4 .content h2 {
        padding-top: 0;
        padding-bottom: 20px;
        font-size: 25px;
    }

    .section4 .content p {
        font-size: 16px;
    }

    .section4 .image {
        margin-top: 10px;
        text-align: center;
    }

    .section4 .image img {
        width: 250px;
    }

    .section4 .content .btn a {
        padding: 10px 30px;
        font-size: 20px;
    }

    .section5 {
        height: 500px;
        width: 100%;
        background-size: 100vw 500px !important;
        padding-top: 100px;
    }

    .section5 .content {
        text-align: left;
        margin-top: 0;
        padding: 20px 30px;
    }

    .section5 .content h2 {
        font-size: 25px;
        color: #fff;
        padding-top: 50px;
    }

    .section5 .content .btn a {
        padding: 12px 30px;
        font-size: 20px;
    }

    .section5 .image {
        margin-top: 0;
        text-align: right;
        padding-right: 0;
    }

    .section5 .image img {
        width: 250px;
        margin-top: -100px;
    }

    .section6 {
        height: 500px;
        width: 100%;
        background-size: 90vw 500px !important;
        padding-top: 100px;
    }

    .section6 .content {
        text-align: left;
        padding: 20px 30px;
    }

    .section6 .content img {
        width: 275px;
        margin-top: -100px;
        position: absolute;
    }

    .section6 .image {
        margin-top: 50px;
        text-align: right;
    }

    .section6 .image img {
        width: 240px;
    }

    .section7 {
        margin-top: 0;
    }

    .section7 .image {
        padding-left: 30px;
    }

    .section8 {
        height: 200px;
        background-size: 100vw 200px !important;
        margin-top: 30px;
    }

    .section8 .content h2 {
        font-size: 40px;
        padding-top: 85px;
    }

    .section9 {
        margin-bottom: 0;
    }

    .section9 .image {
        padding: 30px;
        box-sizing: border-box;
    }

    .section9 .image img {
        width: 100%;
    }

    .section12 .social-media .row {
        display: flex;
        justify-content: center;
    }

    .section10 {
        height: 600px;
        background-size: 100vw 600px !important;
    }

    .section10 .youtube-video {
        margin-top: 0;
    }

    .section10 .youtube-video iframe {
        width: 90%;
        height: 235px;
        margin-top: 200px;
    }

    footer .subsciption .justify-content {
        display: flex;
        text-align: center;
    }

    footer .subsciption h5 {
        margin-right: 0;
        text-align: center;
        padding-bottom: 20px;
    }

    footer .subsciption input[type=text] {
        box-sizing: border-box;
    }

    footer .subsciption .sub-btn {
        text-align: center;
    }

    footer .subsciption input[type=submit] {
        margin-left: 0;
        margin-top: 20px;
    }
}

.hoverable {
    display: inline-block;
    backface-visibility: hidden;
    vertical-align: middle;
    position: relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transform: translateZ(0);
    transition-duration: .3s;
    transition-property: transform;
}

.hoverable:before {
    position: absolute;
    pointer-events: none;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
}

.hoverable:hover,
.hoverable:active,
.hoverable:focus {
    transform: translateY(-5px);
}

.hoverable:hover:before,
.hoverable:active:before,
.hoverable:focus:before {
    opacity: 1;
    transform: translateY(-5px);
}

@keyframes bounce-animation {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounce {
    animation-name: bounce-animation;
    animation-duration: 2s;
}

@media (min-width: 768px) {
    .navbar {
        text-align: center !important;
        float: none;
        display: inline-block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        margin: 0;
    }
}

/* Animação navbar
*/

@media screen and (max-width: 768px) {
    .navTrigger {
        display: block;
    }

    .nav div.logo {
        margin-left: 15px;
    }

    .nav div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }

    .nav div.show_list {
        height: auto;
        display: none;
    }

    .nav div.main_list ul {
        flex-direction: column;
        width: 100%;
        height: 100vh;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #111;
        /*same background color of navbar*/
        background-position: center top;
    }

    .nav div.main_list ul li {
        width: 100%;
        text-align: right;
    }

    .nav div.main_list ul li a {
        text-align: center;
        width: 100%;
        font-size: 3rem;
        padding: 20px;
    }

    .nav div.media_button {
        display: block;
    }
}

.affix {
    padding: 0;
    background-color: #111;
}

.myH2 {
    text-align: center;
    font-size: 4rem;
}

.myP {
    text-align: justify;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 20px;
}

@media all and (max-width: 700px) {
    .myP {
        padding: 2%;
    }
}

.nav {
    width: 100%;
    height: 65px;
    position: fixed;
    line-height: 65px;
    text-align: center;
}

.nav div.logo {
    float: left;
    width: auto;
    height: auto;
    padding-left: 3rem;
}

.nav div.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 2.5rem;
}

.nav div.logo a:hover {
    color: #00E676;
}

.nav div.main_list {
    height: 65px;
    float: right;
}

.nav div.main_list ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav div.main_list ul li {
    width: auto;
    height: 65px;
    padding: 0;
    padding-right: 3rem;
}

.nav div.main_list ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 65px;
    font-size: 2.4rem;
}

@media screen and (max-width: 900px) and (min-height: 500px) {
    .section4 {
        height: auto;
        margin-top: 550px;
        padding-bottom: 30px;
    }
}

