 /* -------------------------------------------------------------------
  * SESSAO 01 - ABRIR EMPRESA - MIGRAR EMPRESA
  * -----------------------------------------------------------------*/
 #empresa:not(.form-control) {
   padding: 5% 0% 18% 0%;
   background-color: var(--color-primary);
   background-image: linear-gradient(45deg, rgb(183 8 35 / 43%), rgb(183 8 35 / 77%)), url(../img/bg.jpg);
   clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
   background-attachment: fixed;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}

 #empresa h3 {
    font-weight: 800;
    margin-bottom: 1rem !important;
    font-size: 3.45rem;
    color: #41ff8d;
    font-family: 'Poppins';
    letter-spacing: -2px;
    line-height: 53px;
    text-shadow: 0px 0px 10px #2c161600, 0 0 5px #4fff2f;
    -webkit-text-stroke: 2px #b20822;
    text-transform: uppercase;
 }

 #empresa .title_section p {
    font-weight: 500;
    margin-bottom: 1rem !important;
    font-size: 1.3rem;
    line-height: initial;
    color: var(--color-font-light);
    font-family: 'Poppins';
    margin: 0 auto;
    text-align: center;
    width: 70%;
    padding-bottom: 2%;
 }

 #empresa p {
    font-weight: 500;
    margin-bottom: 1rem !important;
    font-size: 1rem;
    line-height: initial;
    color: var(--color-font-light);
    font-family: 'Poppins';
    margin: 0 auto;
 }

 #empresa .btn_theme_primary {
    font-size: 1.2rem;
    width: 200px;
    margin-top: 0rem !important;
 }

 #empresa #abrirempresa {
    margin-top: 1rem;
 }

 #empresa #migrarempresa {
    margin-top: 4rem;
 }

 @media(max-width:991px) {

    #empresa h3 br,
    #empresa p br {
       display: none;
    }
 }
 
 @media(max-width:768px) {
	 
	 #empresa:not(.form-control) {
    padding: 5% 0% 18% 0%;
    background-color: var(--color-primary);
    background-image: linear-gradient(45deg, rgb(183 8 35 / 43%), rgb(183 8 35 / 77%)), url(../img/bg.jpg);
    clip-path: polygon(0 0, 100% 0%, 100% 96%, 0% 100%);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
 
 #empresa {
    padding: 5% 0% 18% 0%;
    background-color: var(--color-primary);
    background-image: linear-gradient(45deg, rgb(183 8 35 / 43%), rgb(183 8 35 / 77%)), url(../img/bg.jpg);
    clip-path: polygon(0 0, 100% 0%, 100% 96%, 0% 100%);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

 }

 @media(max-width:549px) {

    #empresa h3 {
      font-size: 3rem;
      text-align: center;
      line-height: 44px;
  }

    #empresa p {
       text-align: center;
    }

    #empresa .btn_theme_primary {
       font-size: 1.2rem;
       width: 200px;
       margin-top: 0rem !important;
       margin: 0 auto;
       float: none;
       display: block;
    }

    #empresa .title_section p {
       font-weight: 500;
       margin-bottom: 1rem !important;
       font-size: 1.1rem;
       line-height: initial;
       font-family: 'Poppins';
       margin: 0 auto;
       text-align: center;
       width: 90%;
       padding-bottom: 2%;
    }
 }
 
 
 @media(max-width:380px) {
 
    #empresa h3 {
    font-size: 2.5rem;
    text-align: center;
    line-height: 37px;
    text-shadow: none;
    -webkit-text-stroke: 2px #b20822;
}

 }


 /* -------------------------------------------------------------------
 * SESSAO 02 - OUTRAS SOLUÇÔES (MEI, ME)
 * -----------------------------------------------------------------*/
 #solucao {
    padding: 5% 0% 1% 0%;
    margin-top: 4%;
 }

 #solucao h2 {
   font-weight: 700;
    margin-bottom: 3rem !important;
    font-size: 2.5rem;
    color: var(--color-font-dark);
    padding: 0 1rem;
    font-family: 'Poppins';
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

 #solucao article {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 210px;
    border: 3px solid var(--color-header);
    padding: 5%;
    border-radius: 20px;
 }

 #solucao article img {
    padding-bottom: 2%;
    width: 50px;
 }

 #solucao article h3 {
   font-size: 1.5rem;
   font-weight: 700;
   margin-bottom: 0;
   text-align: center;
   color: var(--color-primary);
   padding: 2% 0;
   font-family: 'Poppins';
   line-height: 29px;
}

 #solucao article:hover {
    transition: .5s;
    transform: scale(1.1);
 }

 @media(max-width:768px) {
     
    #solucao h2 {
    font-weight: 700;
    margin-bottom: 3rem !important;
    font-size: 2.5rem;
    color: var(--color-font-dark);
    padding: 0 0rem;
    font-family: 'Poppins';
    text-align: center;
    width: 100%;
    margin: 0 auto;
    }
    #solucao article {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: auto;
    border: 3px solid var(--color-header);
    padding: 1%;
    border-radius: 18px;
    }

 }
 

 @media(max-width:599px) {
   #solucao {
      padding: 5%;
  }

    #solucao article h3 br {
       display: none;
    }

    #solucao h2 {
       font-weight: 800;
       font-size: 1.65rem;
       text-align: center;
       font-family: 'Poppins';
       width: 100%;
    }

    #solucao article {
       display: flex !important;
       flex-direction: column;
       flex-wrap: nowrap;
       align-content: center;
       justify-content: center;
       align-items: center;
       height: auto;
       border: 3px solid var(--color-header);
       padding: 2%;
       border-radius: 20px;
    }
    #solucao article h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    color: var(--color-primary);
    padding: 2% 0;
    font-family: 'Poppins';
    line-height: 11px;
}
 }


 /* -------------------------------------------------------------------
 * SESSAO 03 - SERVIÇOS
 * -----------------------------------------------------------------*/
 #servicos {
    padding: 0;
    position: relative;
 }

 #servicos .container-fluid {
    padding-top: 4rem;
    padding-bottom: 2rem;
 }

 #servicos .pleft {
    padding-left: 0;
 }

 #servicos .pright {
    padding-right: 0;
 }

 #servicos h2 {
   font-weight: 700;
   margin-bottom: 3rem !important;
   font-size: 3.5rem;
   color: var(--color-font-dark);
   padding: 0 1rem;
   font-family: 'Poppins';
   text-align: center;
   width: 70%;
   margin: 0 auto;
}

 #servicos .container-servicos {
    position: relative;
 }

 #servicos .container-servicos .image-bg {
   /* position: initial;
    float: right;*/
 }

 #servicos .container-servicos .content {
    background-color: var(--color-header);
    border-radius: 0rem 7rem 10rem 0rem;
    padding: 3rem;
    position: absolute;
    left: 0;
    top: 4rem;
}

#servicos .image-bg{	
   background-image: url(../img/servicos.png);
    background-attachment: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    display: list-item;
    height: 690px;
    position: initial;
    float: right;
}


 #servicos article div {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: .7rem;
 }

 #servicos article div img {
    max-width: 42px;
    margin-right: 10px;
 }

 #servicos article div h3 {
       /* color: var(--color-primary); */
       font-size: 1.15rem;
       margin-bottom: 0 !important;
       font-weight: 500;
       font-family: 'Poppins';
       letter-spacing: 0px;
   }

 #servicos article p {
   font-size: 0.8rem;
    font-weight: 400;
    line-height: initial;
    width: 100%;
}

 @media(max-width:1299px) {
    #servicos {
       min-height: 920px;
    }

    #servicos .container-servicos .content {
       top: 0rem;
    }
 }

 @media(max-width:1199px) {
    #servicos {
       min-height: 950px;
    }

    #servicos .container-servicos .content {
       top: 0;
    }
 }

 @media(max-width:991px) {
	 
	 #servicos .container-servicos .image-bg {
    display: none;
}
    #servicos {
       min-height: auto;
    }

    #servicos .container-servicos .content {
       position: relative;
       border-radius: 6rem;
       margin-top: -18rem;
    }

    #servicos article div img {
       max-width: 36px;
    }

    #servicos article div h3 {
       font-size: 1.4rem;
    }

    #servicos article p {
       font-size: 1rem;
    }
 }

 @media(max-width:767px) {
     
    #servicos .container-servicos .image-bg {
    position: initial;
    float: right;
    display: none;
}
    
    #servicos .container-fluid {
        padding: 5%;
        margin-bottom: 5%;
    }
    #servicos .container-servicos .content {
       margin-top: -15rem;
    }
 }

 @media(max-width:575px) {
    #servicos .container-servicos .content {
       border-radius: 0rem;
       margin-top: 0rem;
    }

    #servicos .container-servicos .image-bg {
       display: none;
    }

    #servicos h2 {
       font-weight: 700;
       margin-bottom: 4rem !important;
       font-size: 2rem;
       padding: 0 1rem;
       font-family: 'Poppins';
       text-align: center;
       width: 100%;
       margin: 0 auto;
    }
	#servicos article p {
		font-size: 0.9rem;
	}
	#servicos article{
		padding-bottom:30px;
	}
 }


 /* -------------------------------------------------------------------
 * SESSAO 04 - SEGMENTOS(Atividades) e BENEFICIOS
 * -----------------------------------------------------------------*/
 #atividade {
    padding: 5% 0%;
    display: block;
 }

 #atividade h2 {
   color: var(--color-font-dark);
    font-weight: 700;
    margin-bottom: 1.5rem !important;
    font-size: 1.5rem;
    font-family: 'Poppins';
    width: 80%;
}

 #atividade ul {
    list-style: none;
    margin: 0;
    padding: 0;
 }

 #atividade ul li {
   font-size: 1rem;
    color: var(--color-font-dark);
    display: flex;
    align-items: flex-start;
    line-height: inherit;
    font-family: 'Poppins';
    padding-bottom: 5px;
    font-weight: 600;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

 #atividade ul li i {
    color: var(--color-header);
    margin-right: 10px;
    font-size: 17px;
 }

 @media(max-width:991px) {
    #atividade h2 {
       font-size: 1.3rem;
    }

    #atividade ul li {
       font-size: 1rem;
    }
 }

 @media(max-width:767px) {
    #atividade h2 {
       font-size: 1.3rem;
       width: 100%;
    }

    #atividade .segmentos {
       margin-bottom: 3rem;
    }

    #atividade {
       padding: 0% 7% 15% 7%;
    }
 }


 /* -------------------------------------------------------------------
 * SESSAO 05 - PLANOS
 * -----------------------------------------------------------------*/
 #planos {
    padding: 5% 6% 15% 6%;
    background-color: var(--color-primary);
    background-image: linear-gradient(45deg, rgb(183 8 35 / 43%), rgb(183 8 35 / 77%)), url(../img/bg.jpg);
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
 }

 #planos h2 {
    font-weight: 800;
    margin-bottom: 1rem !important;
    font-size: 3.45rem;
    color: #41ff8d;
    font-family: 'Poppins';
    letter-spacing: -2px;
    line-height: 53px;
    text-shadow: 0px 0px 10px #2c161600, 0 0 5px #4fff2f;
    -webkit-text-stroke: 2px #b20822;
    text-transform: uppercase;
    text-align: center;
 }

 #planos h3 {
    font-weight: 500;
    font-size: 2rem;
    font-family: 'Poppins';
 }

 #planos .btn_theme_primary {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 16px 40px !important;
    margin-top: 0.8rem;
 }

 #planos .plano {
    margin-top: 1.5rem;
 }

 #planos .plano article {
	padding: 4%;
    border: 3px solid var(--color-header);
    border-radius: 16px;
    color: var(--color-bg-plano) !important;
    transition: 0.4s;
    height: 660px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

 #planos .plano article:hover {
    transition: 0.7s;
    transform: scale(1.1);
 }

 #planos .plano article h3 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 600;
    color: var(--color-bg-plano);
}

 #planos .plano article .valor {
font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 0.6rem !important;
    color: #66df59;
    letter-spacing: -1px;
    font-family: 'Poppins';
}

 #planos .plano article ul {
    padding: 0;
 }

 #planos .plano article ul li {
    list-style-type: none;
    text-align: left;
    /* line-height: 1.6rem; */
    color: var(--color-bg-plano);
    font-weight: 400;
    font-size: 14px;
    line-height: initial;
	padding-left: 30px;
    text-indent: -11px;
    padding-bottom: 5px;
}

 #planos .plano article ul li i {
    color: var(--color-header);
    font-size: .4rem;
    margin-right: 0.5rem;
 }

 #planos .btn_theme_secondary {
   background-color: #fff !important;
   border-radius: 90px !important;
   font-weight: 400;
   color: var(--color-font-dark)!important;
}

 #planos .btn_theme_secondary:hover {
   background-color: var(--color-header) !important;
   color: var(--color-font-light) !important;
   font-weight: 400;
}

#planos .btn-active{
   background-color: var(--color-header) !important;
   color: var(--color-font-light) !important;
}

 #planos .plano .btn_theme_secondary {
   background-color: var(--color-header) !important;
   /* border: 3px solid var(--color-font-dark); */
   border-radius: 90px !important;
   font-size: 1.1rem !important;
   font-weight: 400;
   color: var(--color-font-light) !important;
   transition: 0.2s;
}

 #planos .plano .btn_theme_secondary:hover {
   background-color: #fff !important;
    transform: scale(1.05);
    transition: 0.2s;
    color: var(--color-font-dark)!important;
    font-weight: 500;
}

@media (max-width:1460px) {
	
	#planos .plano article {
		padding: 8%;
		border: 3px solid var(--color-header);
		border-radius: 16px;
		color: var(--color-bg-plano) !important;
		transition: 0.4s;
		height: 600px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: flex-start;
		align-items: center;
	}

}

@media (max-width:1160px) {
	
	#planos {
    padding: 5% 6% 18% 6%;
    background-color: var(--color-primary);
    background-image: linear-gradient(45deg, rgb(183 8 35 / 43%), rgb(183 8 35 / 77%)), url(../img/bg.jpg);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

	#planos .plano article {
		padding: 8%;
		border: 3px solid var(--color-header);
		border-radius: 16px;
		color: var(--color-bg-plano) !important;
		transition: 0.4s;
		height: auto;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: flex-start;
		align-items: center;
	}
}

@media (max-width:1024px) {
 
    #planos .plano article {
        padding: 10% 1%;
        border: 3px solid var(--color-header);
        border-radius: 16px;
        color: var(--color-bg-plano) !important;
        transition: 0.4s;
    }

    #planos {
        padding: 5% 0% 18% 0%;
        background-color: var(--color-primary);
        background-image: linear-gradient(45deg, rgb(183 8 35 / 43%), rgb(183 8 35 / 77%)), url(../img/bg.jpg);
        clip-path: polygon(0 0, 100% 0%, 100% 98%, 0% 100%);
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

}

 @media (max-width:991px) {
    #planos h3 br {
       display: none;
    }
 }

 @media (max-width:575px) {
	 
	 #planos .plano article {
    padding: 10%;
    border: 3px solid var(--color-header);
    border-radius: 16px;
    color: var(--color-bg-plano) !important;
    transition: 0.4s;
}

    #planos h2 {
      font-weight: 800;
      margin-bottom: 1rem !important;
      font-size: 3rem;
      color: #41ff8d;
      font-family: 'Poppins';
      letter-spacing: -2px;
      line-height: 53px;
      text-shadow: 0px 0px 10px #2c161600, 0 0 5px #4fff2f;
      -webkit-text-stroke: 2px #b20822;
      text-transform: uppercase;
      text-align: center;
  }

    #planos h3 {
       font-size: 1.6rem;
    }
    #planos {
    padding: 10% 5% 18% 5%;
    background-color: var(--color-primary);
    background-image: linear-gradient(45deg, rgb(183 8 35 / 43%), rgb(183 8 35 / 77%)), url(../img/bg.jpg);
    clip-path: polygon(0 0, 100% 0%, 100% 98%, 0% 100%);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

 }


 /* -------------------------------------------------------------------
 * SESSAO 06 - SIMULADOR
 * -----------------------------------------------------------------*/
 #simulador {
    padding: 3% 0% 3% 0%;
 }

 #simulador h2 {
   font-weight: 800;
   font-size: 2.8rem;
   margin-bottom: 1rem;
   font-family: 'Poppins';
   color: var(--color-font-dark);
}

 #simulador p {
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-family: 'Poppins';
    color: var(--color-primary);
 }

 #simulador .btn_theme_primary {
    min-width: 280px;
    font-size: 1.35rem;
    margin: 5px 0.6rem;
    background-color: #fff !important;
    padding: 10px 50px !important;
    font-family: 'Poppins';
    font-weight: 700;
    color: var(--color-primary);
 }

 #simulador .btn_theme_primary:hover {
    background-color: var(--color-header) !important;
 }

 @media (max-width:767px) {
    #simulador h2 {
       font-size: 2rem;
    }

    #simulador .btn_theme_primary {
       min-width: 260px;
       font-size: 1.2rem;
       margin: .5rem 0;
    }

    #simulador p {
       font-weight: 600;
       margin-bottom: 1.5rem;
       font-size: 1.1rem;
       font-family: 'Poppins';
       color: var(--color-primary);
    }

    #simulador {
        padding: 4% 5%;
    }

 }
 
 @media (max-width:450px) {
 
    #simulador {
    padding: 12% 5%;
    }

 }

 /* -------------------------------------------------------------------
 * SESSAO 07 - DEPOIMENTOS
 * -----------------------------------------------------------------*/
 #depoimentos {}

 #depoimentos h2 {
   font-weight: 700;
   margin-bottom: 3rem !important;
   font-size: 3rem;
   color: var(--color-font-dark);
   padding: 5% 0% 0% 0%;
   font-family: 'Poppins';
   text-align: center;
   width: 70%;
   margin: 0 auto;
   line-height: 67px;
}

 #depoimentos .item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 11px;
    padding: 3% 3%;
    min-height: 280px;
    flex-direction: column;
    align-content: center;
    border-radius: 22px;
    background-color: var(--color-font-light);
    border: 3px solid var(--color-header);
 }

 #depoimentos .item p.text-box {
   text-align: center;
   font-size: 1rem;
   font-style: inherit;
   font-weight: 500 !important;
   margin-bottom: 0;
   font-family: 'Poppins';
   line-height: 21px;
   color: var(--color-font-dark);
   text-align: left;
   padding: 10% 7%;
}

 #depoimentos .item p {
    /* margin: 0.5rem 0; */
    color: var(--color-font-dark);
    font-weight: 600;
 }

 #depoimentos .btn_theme_primary {
    margin-top: 3rem;
 }

 #depoimentos .btn_theme_primary:hover {
    transition: .6s !important;
    background-color: var(--color-header) !important;
    color: var(--color-font-dark) !important;
 }

 @media(max-width:767px) {
   #depoimentos h2 {
      font-weight: 700;
      margin-bottom: 2rem !important;
      font-size: 2rem;
      color: var(--color-primary);
      /* padding: 0 1rem; */
      font-family: 'Poppins';
      text-align: center;
      width: 80%;
      margin: 0 auto;
      line-height: 36px;
  }

    #depoimentos {
       background: var(--color-font-light);
       padding: 10% 0%;
       color: var(--color-font-dark);
       width: 100%;
       float: right;
       border-bottom-left-radius: 0px;
       border-top-left-radius: 0px;
    }
 }


 /* -------------------------------------------------------------------
 * SESSAO 08 - PERGUNTAS FREQUENTES
 * -----------------------------------------------------------------*/
 #perguntas {
   padding: 5%;
   /* display: inline-block; */
   text-align: center;
   display: block;
   background-color: var(--color-header);
   width: 70%;
   margin: 50px auto;
   border-radius: 65px;
   /* border: 4px solid var(--color-primary); */
}

 #perguntas h2 {
   text-align: left;
   width: 100% !important;
   padding-bottom: 0rem;
   font-size: 2.5rem;
   font-weight: 600;
}

 #perguntas .accordion {
    background: transparent;
    border: 0;
    padding: .5rem 0;
    text-align: left;
    display: flex;
    align-items: center;
 }

 #perguntas .accordion p {
   margin-bottom: 0;
   font-weight: 400;
   font-size: 1.3rem;
}

 #perguntas .accordion i {
   font-size: 22px;
    color: var(--color-primary);
    margin-right: 12px;
}

 #perguntas button:focus {
    outline: 0px !important;
 }

 #perguntas .panel {
    display: none;
    margin-top: -0.1rem;
    margin-bottom: 1rem;
    padding: 0 1.3rem;
 }

 #perguntas .panel p {
    margin-bottom: 0 !important;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--color-primary);
    padding-left: 0.8rem;
    margin-top: -10px;
    text-align: left;
    background-color: var(--color-header);
    border-radius: 6px;
    padding: 1% 3%;
 }

 @media(max-width:767px) {
    #perguntas h2 {
       font-size: 2rem;
    }

    #perguntas .accordion p {
       font-size: 1.2rem;
    }

    #perguntas .panel p {
       font-size: 1.2rem;
    }
 }

 @media(max-width:575px) {

   #parceiros h2 {
    color: var(--color-font-dark) !important;
    margin: 0 auto;
    padding: 0;
    font-size: 2rem;
}

 
    #perguntas h2 {
       font-size: 1.5rem;
    }

    #perguntas .accordion p {
       font-size: 1rem;
    }

    #perguntas .panel p {
       font-size: 1rem;
    }
    
    #perguntas {
    padding: 5%;
    /* display: inline-block; */
    text-align: center;
    display: block;
    background-color: var(--color-header);
    width: 90%;
    margin: 50px auto;
    border-radius: 25px;
    /* border: 4px solid var(--color-primary); */
}
 }


 /* -------------------------------------------------------------------
 * SESSAO 09 - NOTICIAS - ARTIGOS - BLOG
 * -----------------------------------------------------------------*/
 #noticias {
    padding: 15% 0%;
    background-color: var(--color-primary);
    background-image: linear-gradient(45deg, rgb(183 8 35 / 43%), rgb(183 8 35 / 77%)), url(../img/bg.jpg);
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
 }

 #noticias h2 {
    font-weight: 800;
    margin-bottom: 1rem !important;
    font-size: 3.45rem;
    color: #41ff8d;
    font-family: 'Poppins';
    letter-spacing: -2px;
    line-height: 53px;
    text-shadow: 0px 0px 10px #2c161600, 0 0 5px #4fff2f;
    -webkit-text-stroke: 2px #b20822;
    text-transform: uppercase;
    text-align: center;
 }

 #noticias article {
    margin-bottom: 0rem;
    background-color: var(--color-font-light);
    padding: 8%;
    border-radius: 15px;
    min-height: 350px;
 }

 #noticias article span,
 #noticias article h3,
 #noticias article p {
   color: var(--color-font-dark);
}

 #noticias article span {
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 2px;
    color: var(--color-header);
    font-weight: 600;
    font-family: 'Poppins';
 }

 #noticias article h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 13px auto;
 }

 #noticias article p {
    font-weight: 500;
    font-size: .8rem;
    margin: 0.3rem 0 0;
 }

 #noticias article .image-cover {
    position: relative;
    padding: 0 !important;
    height: auto;
 }

 #noticias article .image-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 1s;
 }

 #noticias .artigos article,
 #noticias .blog article {
    min-height: 260px;
 }
 
@media(max-width:1024px) {
 
    #noticias {
    padding: 22% 0%;
    background-color: var(--color-primary);
    background-image: linear-gradient(45deg, rgb(183 8 35 / 43%), rgb(183 8 35 / 77%)), url(../img/bg.jpg);
    clip-path: polygon(0 6%, 100% 0%, 100% 93%, 0% 100%);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

}

@media(max-width:768px) {
 
    #noticias {
    padding: 22% 0%;
    background-color: var(--color-primary);
    background-image: linear-gradient(45deg, rgb(183 8 35 / 43%), rgb(183 8 35 / 77%)), url(../img/bg.jpg);
    clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
    #noticias article {
    margin-bottom: 1rem;
    background-color: var(--color-font-light);
    padding: 8%;
    border-radius: 15px;
    height: auto;
}

}

 @media(max-width:575px) {

    #noticias article {
    margin-bottom: 0rem;
    background-color: var(--color-font-light);
    padding: 8%;
    border-radius: 15px;
    min-height: auto;
    margin-bottom: 4%;
}

    #noticias h2 {
       font-weight: 800;
       margin-bottom: 1rem !important;
       font-size: 3rem;
       color: #41ff8d;
       font-family: 'Poppins';
       letter-spacing: -2px;
       line-height: 53px;
       text-shadow: none;
    -webkit-text-stroke: 2px #b20822;
       text-transform: uppercase;
       text-align: center;
    }
 }
 
 @media(max-width:380px) {
 
    #noticias h2 {
    font-weight: 800;
    margin-bottom: 1rem !important;
    font-size: 2.5rem;
    color: #41ff8d;
    font-family: 'Poppins';
    letter-spacing: -2px;
    line-height: 41px;
    text-shadow: none;
    -webkit-text-stroke: 2px #b20822;
    text-transform: uppercase;
    text-align: center;
}
 }

 /* -------------------------------------------------------------------
 * SESSAO 10 - NEWSLETTER
 * -----------------------------------------------------------------*/
 #newsletter {
    padding: 5% 0%;
 }

 #newsletter h2 {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 0;
    color: var(--color-font-light);
    font-family: 'Poppins';
 }

 #newsletter input {
    border: 4px solid var(--color-header);
    background: transparent;
    color: var(--color-header) !important;
    max-width: 460px;
    padding: 30px;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 90px;
    margin: 20px auto;
    font-family: 'Poppins';
    font-weight: 300;
 }

 #newsletter input:focus,
 #newsletter input:active {
    border-color: var(--color-font-light) !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
 }

 #newsletter input::placeholder {
    font-weight: 600;
    color: var(--color-font-light);
 }

 #newsletter .btn_theme_secondary {
    font-weight: 500;
    color: var(--color-font-dark) !important;
    padding: 7px 40px !important;
    font-size: 1.1rem;
    background-color: var(--color-header) !important;
    border-radius: 90px !important;
 }

 @media (max-width:991px) {
    #newsletter h2 {
       font-size: 1.3rem;
    }

    #newsletter h2 br {
       display: none;
    }

    #newsletter input {
       max-width: 300px;
    }
 }

 @media (max-width:767px) {
    #newsletter form div {
       text-align: center;
    }

    #newsletter h2 {
       text-align: center;
       font-size: 1.5rem;
    }

    #newsletter input {
       margin: 1rem 10%;
       max-width: 80%;
    }
 }

 @media (max-width:575px) {
    #newsletter input {
       margin: 1rem 5%;
       max-width: 90%;
    }
 }


 /* -------------------------------------------------------------------
 * SESSAO 11 - PARCEIROS
 * -----------------------------------------------------------------*/
 #parceiros {
    padding: 5% 0%;
    background-color: var(--color-font-light);
 }

 #parceiros h2 {
    color: var(--color-font-dark) !important;
    margin: 0 auto;
    padding: 0;
    font-size: 2.5rem;
 }

 #parceiros h3 {
    font-weight: 600;
    font-size: 1.9rem;
 }

 #parceiros .btn_theme_primary {
    margin-top: 2rem;
}

 #parceiros .btn_theme_primary:hover {

 }

 @media (max-width:991px) {
    #parceiros h3 br {
       display: none;
    }
 }

 @media (max-width:767px) {
    #parceiros .btn_theme_primary {
       margin-bottom: 2rem;
    }
 }

 @media (max-width:575px) {

   #parceiros {
      padding: 8%;
      background-color: var(--color-font-light);
  }

   #parceiros h2 {
      color: var(--color-font-dark) !important;
      margin: 0 auto;
      padding: 0;
      font-size: 2rem;
  }

    #parceiros h3 {
       font-size: 1.6rem;
    }

    #parceiros .btn_theme_primary {
       font-size: 1.2rem;
    }

 }


 /* -------------------------------------------------------------------
 * FOOTER
 * -----------------------------------------------------------------*/
 #footer {
   background-color: var(--color-primary);
   background-image: linear-gradient(45deg, rgb(183 8 35 / 43%), rgb(183 8 35 / 77%)), url(../img/bg.jpg);
    clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 16% 0% 0% 0%;
 }

 #footer h2 {
    font-weight: 800;
    margin-bottom: 1rem !important;
    font-size: 3.45rem;
    color: #41ff8d;
    font-family: 'Poppins';
    letter-spacing: -2px;
    line-height: 53px;
    text-shadow: 0px 0px 10px #2c161600, 0 0 5px #4fff2f;
    -webkit-text-stroke: 2px #b20822;
    text-transform: uppercase;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 4%;
 }

 #footer-container .contatos-group-button article {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 1rem;
 }

 #footer-container .contatos-group-button article img {
    max-height: 70px;
 }

 #footer-container .contatos-group-button article h3 {
    color: var(--color-font-light);
    font-size: 1.45rem;
    font-weight: 500;
    margin: 1rem 0 0;
    font-family: 'Poppins';
 }

 #footer-container .contatos-group-social {
    padding: 5% 0%;
 }

 #footer-container .contatos-group-social i {
    font-size: 65px;
    margin: 0 5px 1rem;
 }

 #footer-container .contatos-group-social i:hover {
    transition: .3s;
    color: var(--color-header);
 }

 #footer-container .contatos-group-info {
    margin: 1rem 0 3rem;
 }

 #footer-container .contatos-group-info strong {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-header);
 }

 #footer-container .contatos-group-info p {
    display: block;
    margin-bottom: .2rem;
    font-size: 1rem;
 }


 /* Copy */
 #footer #copyright {
	background: var(--color-header);
    border-radius: 10rem 10rem 0 0;
    padding-top: 1rem;
    padding-bottom: 4rem;
}

 #footer #copyright .container {
    padding: 1.2rem 0 1.5rem 0;
 }

 #footer #copyright p {
    font-size: .9rem;
    letter-spacing: 1px;
    margin: 0;
    color: var(--color-font-light) !important;
 }

 #footer #copyright .selos {
    padding-left: 3rem;
    padding-right: 3rem;
 }

 #footer #copyright .selos a {
    color: var(--color-font-light);
 }

 #footer #copyright .selos .d-flex p {
    font-size: 0.6rem;
    text-transform: uppercase;
    margin: 0 0 9px 0;
 }

 #footer #copyright .selos img {
    max-height: 35px;
 }


 @media (max-width:991px) {
    #footer h2 br {
       display: none;
    }
	 #footer #copyright {
    background: var(--color-header);
    border-radius: 10rem 10rem 0 0;
    padding-top: 1rem;
    padding-bottom: 4rem;
}
 }
 


 @media (max-width:767px) {
     
     #footer h2 {
    font-weight: 800;
    margin-bottom: 1rem !important;
    font-size: 3rem;
    color: #41ff8d;
    font-family: 'Poppins';
    letter-spacing: -2px;
    line-height: 53px;
    text-shadow: 0px 0px 10px #2c161600, 0 0 5px #4fff2f;
    -webkit-text-stroke: 2px #b20822;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 4%;
}
     
     #footer {
    background-color: var(--color-primary);
    background-image: linear-gradient(45deg, rgb(183 8 35 / 43%), rgb(183 8 35 / 77%)), url(../img/bg.jpg);
    clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 100%);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 16% 0% 0% 0%;
}

    #footer #copyright {
       border-radius: 0;
    }

    #footer-container .contatos-group-button article {
       margin-bottom: 2rem;
    }

    #footer #footer-container {
       padding: 1rem;
       clip-path: none;
    }

    #footer #copyright p {
       text-align: center;
       font-size: 0.8rem;
    }

 }

 @media (max-width:450px) {

   #footer h2 {
    font-weight: 800;
    margin-bottom: 1rem !important;
    font-size: 2.25rem;
    color: #41ff8d;
    font-family: 'Poppins';
    letter-spacing: -2px;
    line-height: 38px;
    text-shadow: none;
    -webkit-text-stroke: 1px #b20822;
    text-transform: uppercase;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1%;
   }

    #planos #btn-industria {
      margin-top:10px;
   }


}