* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nunito Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito Sans", sans-serif;
}

main#container {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.red-header {
    background-color: #a70c0c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    height: auto;
}

header h1 {
    font-weight: 400;
    color: #fff;
    margin: 0;
    flex-grow: 1;
    text-align: center;
    font-size: 2rem;
}

header img {
    width: 23px;
}

marquee {
    background-color: #810505;
    color: white;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 0;
    font-weight: 400;
    font-size: 11px;
}

.principal {
    max-width: 900px;
    margin: 0 auto;
    padding: 5px 12px 15px;
    text-align: center;
}

.container-principal {
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(to right, #BBDEF1 0%, transparent 50%, #BBDEF1 100%);
    max-width: none !important;
}

.container-principal h1 {
    font-size: 30px;
    text-align: left;
}

.txt_info_noticia {
    text-align: left;
    color: #54595F;
    font-size: 12px;
    padding-top: 10px;
}

.txt_info_noticia b {
    color: black;
    font-size: 13px;
    font-weight: 700;
}

.img_adv {
    width: 80%;
    max-width: 500px;
}

.text-top-header * {
    font-family: "Karla", sans-serif !important;
}

.video_vturb {
    margin: 0 auto;
    max-width: 800px;
    
}

.cta {
    text-decoration: none;
    display: block;
    font-size: 1.5rem;
    padding: 0.4rem 0.5rem;
    text-transform: uppercase;
    background: linear-gradient(0deg, var(--contrast-color), rgb(255, 243, 79));
    margin: 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: .3s;
}

.cta-label {
    background: linear-gradient(180deg, var(--primary-color), var(--primary-color-dark));
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    background-clip: text;
    -webkit-background-clip: text;
    text-align: center;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
}

@keyframes pulsar {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.desconto {
    padding-top: 15px;
    font-size: 17px;
    line-height: 1.3em;
    color: #1d1d1d;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
}

footer {
    color: black !important;
    padding-inline: 15%;
}

p.mb-0.rights {
    color: #716e6e;
}

footer a {
    color: black;
    text-decoration: none;
    padding: 25px;
    font-weight: 500;
}

footer h3 {
    background-color: black;
    color: white;
    font-size: 17px;
    padding: 10px 25px;
}

.img_adv {
    margin-top: 20px;
}

.vidbut {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F36716; 
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px 12px;
    border: none;
    border-radius: 34px; 
    cursor: pointer;
    box-shadow: 0 4px 8px #f75f07; 
    margin-bottom: 0 !important;
  }

  .vidbut p {
    margin-bottom: 0 !important;
  }

  button.vidbut.text:hover {
    scale: 1.025;
}
  .bi-patch-check {
    background: radial-gradient(circle at center center, #2E0084 15%, white 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5em;
    text-align: center;
  }

  .teeth {
    position: absolute !important;
    left: -30%;
    top: 10%;
    display: block !important;
  }
  

  .little-teeth {
    position: absolute !important;
    right: -12%;
    bottom: 0%;
    transform: scaleX(-1); 
    max-width: 120px;
    display: block !important;
  }

  .logos img {
    max-width: 90px;
    margin-bottom: 10px;
}
.logos {
    margin: 5px 0;
  }
  .logos img {
    max-height: 65px;
    margin: 0 auto;
    display: flex;
  }

  @media (max-width: 430px) {
    .video-title {
        font-size: 1em !important;
    }
    footer{
        padding-inline: 0 !important;
      }
    li.list-inline-item.footlist {
        font-size: 0.8em;
    }
    .teeth {
        left: 10% !important;
        top: 22% !important;
        max-width: 220px;
        }
        .little-teeth {
        right: 10% !important;
        bottom: -15% !important;
        }
    .logos img {
        max-width: 70px !important;
        max-height: 100% !important;
        margin: 0px auto !important;
    }
    .logos {
        justify-content: center;
    }
}

@media screen and (max-width: 770px) {
    .cta {
        padding: 0.65em;
        font-size: 1.5em;
    }
    footer{
        padding-inline: 0 !important;
    }
    .teeth {
    left: 17%;
    top: 0%;
    opacity: 0.5;
    z-index: -1;
    }
    .little-teeth {
    right: 17%;
    bottom: -8%;
    z-index: -1;
    }
    .text-center.text-white.text-top-header {
        padding-bottom: 20px;
    }
    .container-principal {
        padding-bottom: 60px !important;
    }
    
}

@media (max-width: 996px) {
    .img_adv {
        width: 100%;
    }

    .principal h1 {
        font-size: 23px;
    }

    header h1 {
        font-size: 1.7rem !important;
    }
    .logos img {
        max-width: 100px;
        max-height: 100%;
        margin: 0px auto;
    }
    .logos {
        justify-content: center;
    }
}