/* ESTILO GERAL */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    height: 100vh;
}

.interface {
    max-width: 1280px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

/* ESTILO DO CABEÇALHO */
header {
    padding: 0.5vw 4%  0vw 4%;
    background-color: #cecece;
}

header > .interface {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    height: auto;
    width: 50vw;
}

.logo img {
    height: auto;
    width: 100%;
}

/* ESTILO DO TOPO */
section.topo-site {
    padding: 0.5vw 10%  5vw 10%;
    background-color: #cecece;
}

section.topo-site .flex {
    align-items: center;
    justify-content: center;
    gap: 90px;
}

section.topo-site .img-topo-site {
    height: auto;
    width: 110vw;
}

section.topo-site .img-topo-site img {
    height: auto;
    width: 100vh;
}

.txt-topo-site h1{
    font-size: 35pt;
    line-height: 50px;
    color: #2c2f33;
}

.txt-topo-site p{
    font-size: 15pt;
    margin-top: 4vh;
    margin-bottom: 4vh;
}

.btn-compra {
    width: 100%;
    height: 10vh;
    display: inline-flex;
    background-color: #2c2f33;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.25s;
    cursor: pointer;
}

.btn-compra:hover {
    transform: scale(1.05);
    background-color: #36b461;
}

.btn-compra a {
    text-decoration: none;
    color: #ffffff;
}

/* ESTILO DO MID */
section.mid-site .interface {
    padding: 0.5vw 4%  0vw 4%;
    margin-top: 3%;
}

.box {
    border-radius: 5px;
    border-top: 3px solid #2c2f33;
    box-shadow: 0px 10px 30px -20px #2c2f33;
    padding: 2.5%;
    margin: 0.7%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box h2 {
    margin-top: 2vh;
    font-size: large;
    color: #2c2f33;
}

.box p {
    margin-top: 2vh;
    line-height: 3vh;
}

.box img {
    float: right;
    width: 5vw;
    height: auto;
}

/* ESTILO 2*/
section.mid2-site {
    padding: 0.5vw 10%  0vw 10%;
    margin-top: 3%;
}

section.mid2-site .interface {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.mid2-site .interface h1 {
    font-size: xx-large;
    font-weight: bold;
    margin-bottom: 5%;
    color: #2c2f33;
}

section.mid2-site .flex {
    display: flex;
    align-items: stretch;
}

section.mid2-site .coluna1,
section.mid2-site .coluna2 {
    flex: 1;
    padding: 1%;
}

section.mid2-site .info {
    color: #2c2f33;
    margin-bottom: 10%;
}

section.mid2-site .info img {
    height: auto;
    width: 5vw;
}

/* ESTILO 3*/
section.mid3-site {
    padding: 0.5vw 10%  0vw 10%;
    margin-top: 3%;
    background-color: #2c2f33;
}

section.mid3-site .interface {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5% 0%;
}

section.mid3-site .interface iframe{
    width: 100%;
}

section.mid3-site .interface hr {
    width: 10%;
    height: 1vh;
    background-color: #85d488;
    border: none;
    margin-bottom: 2%;
}

section.mid3-site .interface h1 {
    font-size: xx-large;
    font-weight: bold;
    margin-bottom: 2%;
    color: #fff;
}

section.mid3-site .btn-youtube {
    margin-top: 5%;
    box-shadow: 0 10px #36b461;
    background-color: #52cb7b;
    padding: 2%;
    text-align: center;
    border-radius: 10px;
    box-shadow: 2% solid;
    transition: 0.5s;
    cursor: pointer;
}

section.mid3-site .btn-youtube:hover {
    transform: scale(1.05);
}

section.mid3-site .btn-youtube a {
    color: #fff;
    font-weight: bold;
    font-size: x-large;
    text-decoration: none;
}

/* ESTILO 4*/
section.mid4-site {
    padding: 0vw 10%  0vw 10%;
    background-color: #fff;
}

section.mid4-site .interface {
    display: flex;
    padding: 5% 0%;
}

section.mid4-site .flex {
    align-items: stretch;
}

section.mid4-site .coluna1 {
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.mid4-site .coluna1 h1 {
    font-size: xx-large;
    font-weight: bold;
    color: #2c2f33;
}

section.mid4-site .coluna1 p {
    text-align: center;
    margin-bottom: 3%;
    width: 95%;
}

section.mid4-site .coluna1 h3 {
    font-size: x-large;
    color: #898989;
}

section.mid4-site .coluna1 h2 {
    font-size: 60pt;
    color: #2c2f33;
}

section.mid4-site .btn-compra {
    width: 80%;
}

section.mid4-site .coluna2 img {
    width: auto;
    height: auto;
}

/* ESTILO 5*/
section.mid5-site {
    padding: 0vw 10%  0vw 10%;
    background-color: #2c2f33;
}

section.mid5-site .interface {
    display: flex;
    padding: 5% 0%;
}

section.mid5-site .flex {
    align-items: stretch;
}

section.mid5-site .coluna1 {
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    
}

section.mid5-site .coluna2 img {
    width: auto;
    height: auto;
    max-width: 100%;
}

section.mid5-site .coluna1 h1 {
    font-size: xx-large;
    font-weight: bold;
    color: #fff;
}

section.mid5-site .coluna1 p {
    margin-bottom: 3%;
    margin-top: 3%;
    width: 95%;
    color: #fff;
}

.button-1 {
  appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 15px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: larger;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
}

.button-1:disabled {
  pointer-events: none;
}

.button-1:hover {
  color: #fff;
  background-color: #9966cb;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-1:active {
  box-shadow: none;
  transform: translateY(0);
}

/* ESTILO 6*/
section.mid6-site {
    padding: 0vw 10%  0vw 10%;
    background-color: #fff;
}

section.mid6-site .interface {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5% 0%;
}

section.mid6-site .flex {
    align-items: stretch;
}

section.mid6-site .interface h1 {
    font-size: xx-large;
    font-weight: bold;
    color: #2c2f33;
}

section.mid6-site .linha {
    padding-top: 2%;
}

section.mid6-site .coluna {
    display: flex;
    align-items: center;
    margin-top: 5%;
}

section.mid6-site .coluna i {
    margin-right: 2%;
    font-size: 30px;
    color: #9966cb; 
}

section.mid6-site .coluna p {
    font-weight: bold;
}

/* ESTILO 7*/
section.mid7-site {
    padding: 0vw 20%  0vw 20%;
    background-color: #fff;
}

section.mid7-site .interface {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5% 0%;
}

section.mid7-site .interface h1 {
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    color: #2c2f33;
    margin-bottom: 5%;
}

section.mid7-site .interface hr {
    width: 20%;
    height: 1vh;
    background-color: #52cb7b;
    border: none;
    margin-bottom: 2%;
}

section.mid7-site .ancora {
    color: #52cb7b;
    text-decoration: none;
}

section.mid7-site .ancora:hover {
    color: #0058ff;
}

.tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
    width: 90vw;
  }
   
  .tab {
    width: 100%;
    color: white;
    overflow: hidden;
  }
  .tab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1em;
    background: #2c2f33;
    font-size: large;
    font-weight: bold;
    cursor: pointer;
    /* Icon */
  }
  .tab-label:hover {
    background: #52cb7b;
  }
  .tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
  }

  .tab-content {
    max-height: 0;
    font-size: large;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    -webkit-transition: all .35s;
    transition: all .35s;
  }

  input:checked + .tab-label {
    background: #2c2f33;
  }
  input:checked + .tab-label::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
  }

  input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }

/* FOOTER*/
footer {
    background-color: #2c2f33;
    padding: 0vw 20%  0vw 20%;
    display: flex;
    flex-direction: row;
}

footer .interface {
    padding: 4%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .coluna2 {
    display: flex;
}

footer .coluna1 img {
    height: auto;
    width: 13vw;
}

footer .coluna2 i {
    font-size: 25px;
    transition: 0.5s;
    color: #ffffff;
}

footer .coluna2 a {
    padding-right: 10%;
}

footer .coluna2 i:hover {
    transform: translate(0, -20%);
    color: #898989;
}

@media screen and (max-width:1040px) {
    header {
        padding: 0%;
    }
    .logo {
        width: 100%;
    }
    .logo img {
        margin-top: 3vh;
        height: auto;
        width: 100vw;
    }

    section.topo-site .flex {
        flex-direction: column;
        gap: 30px;
    }

    section.topo-site .img-topo-site {
        width: 100vw;
    }

    section.topo-site .img-topo-site img {
        width: 100vw;
    }

    section.mid-site .flex {
        flex-direction: column;
        align-items: center;
    }

    .box {
        width: 70%;
    }

    .box img {
        width: 11vh;
    }

    section.mid2-site .flex {
        flex-direction: column;
    }

    section.mid2-site .info img {
        width: 15vw;
    }

    section.mid2-site .interface h1 {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    section.mid3-site {
        padding-bottom: 5vw;
    }

    section.mid3-site .interface h1 {
        text-align: center;
    }

    section.mid4-site .flex {
        flex-direction: column;
        align-items: center;
    }

    section.mid4-site .coluna1 {
        padding-right: 0%;
    }

    section.mid4-site .coluna2 {
        padding-top: 6%;
    }

    section.mid5-site .interface {
        flex-direction: column;
        align-items: center;
    }

    section.mid5-site .coluna1 {
        align-items: center;
        padding-right: 0%;
    }

    section.mid5-site .coluna1 p {
        text-align: center;
    }

    section.mid5-site .coluna2 {
        padding-top: 5%;
    }

    section.mid6-site .flex {
        flex-direction: column;
    }

    footer {
        padding: 0vw 5%  0vw 5%;
    }

    footer .coluna1 img {
        width: 30vw;
    }
}