

/*-- 
- App CSS 
-----------------------------------------*/
html,body {
   overflow-x: hidden;
}
body {
   font-family: "Inter", sans-serif;
   font-weight: 400;
   font-style: normal;
   font-display: swap;
   color: #434343;
}
a, a:hover {
   text-decoration: none;
}
strong, b {
   font-weight: 800;
}
.wrapper-md {
   padding-top: 60px;
   padding-bottom: 60px;
}
.header {
   width: 100%;
   position: absolute;
}
.header .logo {
   background: #e0e0e0;
   border-top: 5px solid #f0723f;
   border-bottom-left-radius:15px;
   border-bottom-right-radius:15px;
   text-align: center;
   padding: 10px;
}
.intro .info .title,
.video .info .title {
   text-align: center;
   text-transform: uppercase;
   font-style: italic;
}
.intro .info .text {
   text-align: center;
} 
.forms .info .title,
.forms .info .subtitle {
   text-align: center;
   font-weight: 800;
   
}
.formulario {
   padding: 1.5rem;
}
.formulario label {
   font-weight: 600;
   margin-right: 10px;
   display: flex;
   align-items: center;
}
.btn-submit {
   color: #434343;
   background: rgb(249,250,249);
   background: linear-gradient(180deg, rgba(249,250,249,1) 0%, rgba(198,198,198,1) 85%);
      box-shadow: 0px 2px 15px -1px rgba(0,0,0,0.25);
   border: 0;
   text-decoration: none;
   width: 180px;
   font-size: 1rem;
   font-weight: 800;
   
   border-radius: 8px;
   padding: .5rem 1rem;
}
.btn-submit:hover {
   background: #000000;
   color: #ffffff;
}
.control .info .title {
   text-align: center;
   font-weight: 800;
   
   font-style: italic;
}
.control .info .title span {
   color: #e5b30d;
}
.control .itens-list {
   padding: 0;
   margin: 0;
   list-style: none;
   counter-reset: li-counter;
}
.control .itens-list li {
   margin: 10px;
   font-style: italic;
   padding: 10px 20px;
   border: 1px solid #d4d4d4;
   border-radius:20px ;
   position: relative;
}
.control .itens-list li::after {
   content: counter(li-counter);
   counter-increment: li-counter;
   position: absolute;
   left: -60px;
   top: 0;
   font-weight: bold;
   border-radius:20px;
   border: 1px solid #d4d4d4;
   padding: 10px 20px;
  
}
.itens .info {
   text-align: center;
}
.itens .data {
   border-bottom-left-radius: 15px;
   border-bottom-right-radius: 15px;
   text-align: center;
   padding: 10px;
   background: #ffffff;
   box-shadow: 0px 2px 15px -1px rgba(0,0,0,0.25);

}
.itens .info .title {
   text-align: center;
   font-family: "Oswald", sans-serif;
   text-transform: uppercase;
   letter-spacing: -1px;
}
.itens .info .title span {
   color: #e5b30d;
}
.itens .info .subtitle {
   text-align: center;
   color: #e5b30d;
   font-family: "Oswald", sans-serif;
   letter-spacing: -1px;
}
.itens .info .text {
   font-style: italic;
}
.embed-container { 
   position: relative; 
   padding-bottom: 56.25%;
   overflow: hidden;
   max-width: 100%;
   height: auto;
   border-radius: 12px;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
  
}
.forms,
.words {
   background: #d7d7d7;
   box-shadow: 0px 2px 15px -1px rgba(0,0,0,0.25);
   
}
.words .info .title {
   text-align: center;
   font-style: italic;
}
.download {
   border-top:1px solid #d4d4d4;
}
.download .info .title {
   text-align: center;
   line-height: 35px;
   font-family: "Oswald", sans-serif;
   letter-spacing: -1px;
}
.download .info .link {
   color: #ffffff;
   background: rgb(85,85,85);
   background: linear-gradient(180deg, rgba(85,85,85,1) 0%, rgba(54,53,53,1) 85%);
   box-shadow: 0px 2px 15px -1px rgba(0,0,0,0.25);
   border:0;
   text-decoration: none;
   width: 180px;
   font-size: 1rem;
   font-weight: 800;
   font-weight: 700;
   border-radius: 8px;
   padding: .5rem 1rem;
}
.download .info .link:hover {
   background: #000000;
} 
.footer {
   background: #000000;
   color:#ffffff;
}
.footer .footer-text {
   margin-bottom: 15px;
   display: block;
   font-size: 14px;
   font-family: "Noto Sans", sans-serif;

}
.footer .footer-social {
   list-style: none;
   padding: 0;
   margin: 0;
}
.footer .footer-social li {
   display: inline-flex;
   margin-right: .85rem;
}
.footer .footer-social li:last-child {
   margin-right: 0;
}
.plus-1 {
   position: absolute;
   right: 0;
   margin-top: 5vw;
}
.plus-2 {
   position: absolute;
   margin-top: 5vw;
   right: -45vw;
   
}
/*-- 
- Responsive CSS 
-----------------------------------------*/

@media only screen and (min-width: 1360px) and (max-width:1440px) {
   .plus-2 {
      position: absolute;
      right: -55vw;
      
   }
}
@media only screen and (min-width: 1200px) and (max-width:1260px) {
   .plus-1,
   .plus-2 {
      display: none ;
   }
}
@media only screen and (min-width: 678px) and (max-width:1199px) {
   .wrapper-md {
      padding-top: 40px;
      padding-bottom: 40px;

   }
   .control .itens-list li::after ,
   .plus-1,
   .plus-2 {
      display: none ;
   }
  
}

@media only screen and (min-width: 220px) and (max-width:677px) {
   .h1, h1 {
      font-size: 1.375rem;
   }
   .h2, h2 {
      font-size: 1.275rem;
   }
   .h3, h3 {
      font-size: 1.175rem;
   }
   .h4, h4 {
      font-size: 1.075rem;
   }
   .h5, h5 {
      font-size: 1.15rem;
   }
   .wrapper-md {
      padding-top: 30px;
      padding-bottom: 30px;
   }
   .header {
      position: relative;
   }
   .header .logo {
      padding: 5px;
   }
   .download .info .title {
      line-height: 20px;
   }
   .control .itens-list li::after ,
   .plus-1,
   .plus-2 {
      display: none ;
   }
   .itens .info.p-5 {
      padding: 1.5rem!important;
   }
   .footer {
      text-align: center;
   }
   .footer .footer-text {
      margin-top: 15px;
   }
}
