a/* RESET RULES */
html,
html * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* Box sizing rules */

*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default padding */

ul[class],
ol[class] {
  padding: 0;
}
/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  width: 100%;
  font-family: niramit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  background-color: #FAFAFA;
}
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}
/* END OF RESET RULES */

/* PAGE RULES */
header {
    background-color: black;
    width: 100%;
    height: 490px;
    display: flex;
    justify-content: space-around;
    align-items: end;
    position: relative;
}

.selo20 {
    flex-basis: 26%;
    max-height: 282px;
    position: absolute;
    top: 211px;
}

.logo-container {
    display: flex;
    width: 100%;
    background-color: #ffff;
    padding:2em 0;
}

.lgEW-top {
    width: 9%;
    position: relative;
    left: 51%;
}

.portfolio-strip {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(184.5px, 1fr));
  grid-template-rows: 1fr;
}

.show-hide {
  display: none;
}

main {
  width: 80%;
  margin: 2.5rem auto;
}

.intro,
.intro-form {
  font-weight: 100;
  font-size: 20px;
}

hr {
  margin: 3rem 0;
  border: 1px solid #002581;
}

.intro-form {
  text-align: center;
  color: #002581;
}

h1 {
  font-size: 72px;
  line-height: 74px;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.form-headline {
  margin-top: 1rem;
}

form {
  width: 100%;
  margin: 3rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(544px, 1fr));
  align-items: center;
}

label,
input,
textarea {
  width: 100%;
  color:#002581;
}

label {
  margin-bottom: 2em;
}

input,
textarea {
  border: #002581 solid 1px;
  border-radius: 5px;
  text-indent: .7em;
}

input {
  min-height: 45px;
}

textarea {
  min-height: 200px;
  padding: .7em 0;
}

.field-third,
.full-width {
  padding:1rem;
}

.full-width {
  grid-column: 1/-1;
}

.check-label {
  font-size: 20px;
  font-weight: 700;
}

.check-txt {
  font-size: 12px;
  font-weight: 100;
  color:#002581;
}

.mark-box {
  min-height: 5px;
}

.mark-box:hover {
  cursor: pointer;
}

.btn-principal {
  max-height: 55px;
  padding: .5em 0;
  border: none;
  background-color: #ffbe00;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  color:#002581;
}

.btn-principal:hover {
  background-color: #002581;
  color: #ffff;
  cursor: pointer;
}

.termos {
  color: #002581;
}

.terms-head {
  font-size: 40px;
  line-height: 42px;;
}

ul.tercon {
  padding: 1rem 0 1rem 1.5em;
}

.topicos {
  font-size: 14px;
  font-weight: 100;
  list-style: disc;
  list-style-position: inside;
  text-indent: -1.2em;
}

footer {
  background-color: #6E6E6E;
  border-top: #ffbe00 solid 8pt;
  padding: 7em 0;
}

.foot-content {
  width: 80%;
  margin: 0 auto;
}

.lg-ew-btm {
  max-width: 13em;
}

.assinatura-ew {
  font-size: 28px;
  font-weight: 500;
  color:#ffbe00;
  margin-top: 1.5em;
}

.foot-link {
  color: #ffbe00;
}

hr.fio-ylow {
  border-color: #ffbe00;
  margin: 1em 0;
}

.social-links {
  margin-top: 2em;
  width: 25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sm-icons {
    max-height: 35px;
}

/* PAGINA OBRIGADO */
.tks-title,
.tks-txt {
  color:#002581;
  text-align: center;
}

.tks-title {
  margin-bottom: 1rem;
}

/* BREAK POINTS */

@media screen and (max-width:1920px){
  .portfolio-strip {
    grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
  }

  .thumb-vm {
    display: none;
  }

  .btn-principal {
    grid-column: 1/-1;
  }
}

@media screen and (max-width:1800px){
  .thumb-nuper{
    display: none;
  }
}

@media screen and (max-width:1600px){
  .portfolio-strip {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }

  .thumb-blues {
    display: none;
  }
}

@media screen and (max-width: 1599px) and (min-width:1537px){
  .portfolio-strip {
      grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    } 
}

@media screen and (max-width:1536px){
  .portfolio-strip {
    grid-template-columns: repeat(auto-fit, minmax(307.2px, 1fr));
  }

  .thumb-nuper,
  .thumb-blues {
    display: block;
  }

  .social-links {
    width: 30%;
  }
}

@media screen and (max-width: 1535px) and (min-width:1441px){
  .portfolio-strip {
      grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
    } 
}

@media screen and (max-width:1440px){
  .portfolio-strip {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  }

  .thumb-nuper,
  .thumb-blues {
    display: none;
  }
}

@media screen and (max-width: 1439px) and (min-width:1367px){
  .portfolio-strip {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    } 
}

@media screen and (max-width:1366px){
  .portfolio-strip {
    grid-template-columns: repeat(auto-fit, minmax(273.2px, 1fr));
  }

  .thumb-nuper,
  .thumb-blues {
    display: block;
  }

  .lg-ew-btm{
    max-width: 180px;
  }

  .assinatura-ew {
    font-size: 22px;
  }

  .sm-icons {
      max-height: 25px;
  }
}

@media screen and (max-width: 1365px) and (min-width:1281px){
  .portfolio-strip {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    } 
}

@media screen and (max-width:1280px){
  .portfolio-strip {
    grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));
  }
}

@media screen and (max-width: 1279px) and (min-width:1201px){
  .portfolio-strip {
      grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    } 
}

@media screen and (max-width:1200px){
header {
    height: 350px;
}

  .selo20 {
    max-height: 200px;
    top: 150px;
  }

  .lgEW-top {
      max-height: 80px;
  }

  .portfolio-strip {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .thumb-ls,
  .thumb-borba,
  .thumb-lm,
  .thumb-mm,
  .thumb-blues,
  .thumb-nuper,
  .thumb-vm {
    display: none;
  }
}

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

  .portfolio-strip {
    grid-template-columns: repeat(auto-fit, minmax(189.33px, 1fr));
  }

  .thumb-ls,
  .thumb-lm {
    display: block;
  }
}

@media screen and (max-width:1080px){
  .portfolio-strip {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

@media screen and (max-width: 1079px) and (min-width:1025px){
  .portfolio-strip {
      grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    } 
}

@media screen and (max-width:1024px){
  .portfolio-strip {
    grid-template-columns: repeat(auto-fit, minmax(170.66px, 1fr));
  }

  .form-title {
    font-size: 62px;
  }
}

@media screen and (max-width:980px){
  .portfolio-strip {
    grid-template-columns: repeat(auto-fit, minmax(196px, 1fr));
  }

  .thumb-lm {
    display: none;
  }

  .lg-ew-btm{
    max-width: 120px;
  }

  .assinatura-ew {
    font-size: 16px;
  }

  .social-links {
    width: 35%;
  }
}

@media screen and (max-width:960px){
  .portfolio-strip {
    grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
  }

  .intro-txt,
  .form-headline {
    font-size: 18px;
  }

  .form-title {
    font-size: 42px;
  }

  .terms-head {
    font-size: 28px;
  }

}

@media screen and (max-width:900px){
  .portfolio-strip {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

@media screen and (max-width:800px){
  .portfolio-strip {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }

  .social-links {
    width: 45%;
  } 
}

@media screen and (max-width:768px){
  .portfolio-strip {
    grid-template-columns: repeat(auto-fit, minmax(153.6px, 1fr));
  }

}

@media screen and (max-width:736px){
  .thumb-ls {
    display: none;
  }

  .social-links {
    width: 45%;
  }

}

@media screen and (max-width:690px){
  .social-links {
    width: 50%;
  }
}

@media screen and (max-width: 600px){
    header {
      height: 200px;
    }

    .selo20 {
      max-height: 130px;
      top: 80px;
    }

    .lgEW-top {
        max-height: 56px;
        width:27%;
    }

    .portfolio-strip {
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .thumb-wtk {
      display: none;
    }

    .thumb-borba,
    .thumb-nuper {
      display: block;
    }

    .intro-txt,
    .form-headline {
      font-size: 16px;
    }

    .form-title {
      font-size: 36px;
    }

    .terms-head {
      font-size: 28px;
      line-height: 30px;
      margin: 0;
    }

    hr {
      margin: 1em 0 0 0;
    }

    .form-headline {
      margin: 0;
    }

    form {
      margin: 1.5rem 0;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }

    .terms-head {
      font-size: 24px;
      margin: .5em 0;
    }

   ul.tercon {
      padding: 0 0 0 1.5em;
    }
}

@media screen and (max-width:568px){
  .thumb-borba,
  .thumb-fmf
   {
    display: none;
  }

  .show-hide {
    display: block;
  }

  .social-links {
    width: 60%;
  }
}

@media screen and (max-width:504px){
  .form-title {
    font-size: 32px;
  }

  .social-links {
    width: 70%;
  }  
}

@media screen and (max-width: 503px) and (min-width:415px){
  .portfolio-strip {
      grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
    }

  .form-title {
    font-size: 34px;
    line-height: 40px;
    margin: 1em 0;
  }  
}

@media screen and (max-width:414px){
   .portfolio-strip {
      grid-template-columns: repeat(auto-fit, minmax(207px, 1fr));
    }

    .intro {
      margin-bottom: 1.5rem;
    }

    .form-title {
      font-size: 42px;
      line-height: 44px;
      margin-top: 1.5rem;
    }

    .social-links {
      width: 100%;
    } 
}

@media screen and (max-width: 413px) and (min-width:376px){
  .portfolio-strip {
      grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
    }
}

@media screen and (max-width:375px){
   .portfolio-strip {
      grid-template-columns: repeat(auto-fit, minmax(187.5px, 1fr));
    }

    form {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media screen and (max-width: 374px) and (min-width:361px){
  .portfolio-strip {
      grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
    }
}

@media screen and (max-width:360px){
   .portfolio-strip {
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }

    .form-title {
      font-size: 36px;
      line-height: 40px;
    }

    form {
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media screen and (max-width:320px){
   .portfolio-strip {
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }

    form {
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
}