 /* -------------------------------------------------------------------
  * SESSAO 01 - ABRIR EMPRESA - MIGRAR EMPRESA
  * -----------------------------------------------------------------*/
 #empresa {
    padding: 0 0 0 0;
 }

 #empresa h3 {
    font-weight: 600;
    margin-bottom: 1rem !important;
    font-size: 1.8rem;
 }

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

 #empresa .svg_header {
    top: 44rem;
 }

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

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

 #empresa #migrarempresa .img-fluid {
    border-radius: 80% 20% 80% 20% / 20% 80% 20% 80%;
    margin-right: 6rem;
    margin-bottom: 4rem;
 }

 @media(max-width:991px) {}

 @media(max-width:575px) {
    #empresa h3 {
       font-size: 1.6rem;
    }

    #empresa #migrarempresa .img-fluid {
       margin-bottom: 4rem;
       margin-top: -3rem;
       margin-right: 0rem;
       max-width: 90%;
    }

    #empresa .btn_theme_primary {
      width: 100%;
  }

    .hidden-sm-br:nth-of-type(-n+3) {
       display: none;
    }

 }


 /* -------------------------------------------------------------------
 * SESSAO 02 - OUTRAS SOLUÇÔES (MEI, ME)
 * -----------------------------------------------------------------*/
 #solucao {
    padding: 2rem 0 3rem 0;
 }

 #solucao h2 {
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
 }

 #solucao article {
   border: 2px solid var(--color-font-dark);
   padding: 1rem;
   border-radius: 15px;
   background: linear-gradient(0deg, #dddddd, transparent);
}

 #solucao article img {
    max-height: 50px;
    margin-right: 1rem;
 }

 #solucao article h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
    color: var(--color-font-dark);
 }

 #solucao article:hover {
    transition: .5s;
    margin-top: 10px;

 }

 @media(max-width:1199px) {
    #solucao article h3 {
       font-size: 1.1rem;
    }
 }

 @media(max-width:575px) {
    #solucao {
       padding: 1rem 0 3rem 0;
    }

    #solucao article h3 br {
       display: none;
    }

    #solucao h2 {
       margin-bottom: 25px;
       font-size: 1.6rem;
    }
 }


 /* -------------------------------------------------------------------
 * SESSAO 03 - SERVIÇOS
 * -----------------------------------------------------------------*/
 #servicos {
    background-color: var(--color-primary);
    background-image: url(../img/pattern.svg);
    background-repeat: repeat;
    background-size: 110px 110px;
    padding: 5rem;
    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: bold;
    margin-bottom: 4rem !important;
    font-size: 2.6rem;
    color: var(--color-font-light);
    padding: 0 1rem;
 }

 #servicos img.img-fluid.poly {
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    /*position: relative;
    right: -2.5rem;
    top: -5rem;9*/
 }

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

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

 #servicos .container-servicos {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
 }


 #servicos article {
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    background-color: #fff2fc3b;
    border-radius: 1rem;
    padding: 1rem;
    /*width: 19rem;
    height: 15rem;*/
 }

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

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

 #servicos article h3 {
    color: var(--color-font-light);
    font-size: 1rem;
    padding: 1rem 0 0 0;
 }

 #servicos article p {
    color: var(--color-font-light);
    font-size: 0.85rem;
    line-height: 17px;
 }

 @media(max-width:1299px) {}

 @media(max-width:1199px) {

    #servicos img {
       display: none;
    }

    #servicos .container-servicos {
       display: flex;
       flex-wrap: nowrap;
       flex-direction: column;
       align-content: center;
       justify-content: flex-start;
       align-items: center;
    }

    #servicos .content {
       max-width: 100% !important;
    }

 }



 @media (max-width: 768px) {

    #servicos article {
       margin-bottom: 1rem;
    }

 }

 @media (max-width: 500px) {
    #servicos {
       padding: 2rem 0;
    }

    #servicos h2 {
       margin-bottom: 2rem !important;
       font-size: 2rem;
    }

    #servicos .content {
       max-width: 80% !important;
    }
 }

 @media(max-width:375px) {}

 @media (max-width: 320px) {}


 /* -------------------------------------------------------------------
 * SESSAO 04 - SEGMENTOS(Atividades) e BENEFICIOS
 * -----------------------------------------------------------------*/
 #atividade {
    background: #fff;
    padding: 2rem 0 3rem 0;
 }

 #atividade .container {
    background-color: var(--color-secondary);
    background-image: url(../img/pattern.svg);
    background-repeat: repeat;
    background-size: 110px 110px;
    border: 1px solid;
    border-radius: 1rem;
    padding: 2rem;
 }

 #atividade h2 {
    color: var(--color-font-light);
    font-weight: bold;
    margin-bottom: 1.5rem !important;
    font-size: 1.5rem;
 }

 #atividade ul {
   list-style: none;
   margin: 0;
   padding: 0 16rem;
   text-align: center;
}

 #atividade ul li {
    font-size: 1.1rem;
    color: var(--color-font-light);
    display: flex;
    align-items: center;
    line-height: 2rem;
 }

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

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

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

 @media(max-width:767px) {

    #atividade ul li {
       font-size: 1rem;
       line-height: 19px;
       padding-bottom: 8px;
    }

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

 @media(max-width:575px) {

   #atividade ul {
      list-style: none;
      margin: 0;
      padding: 0 0rem;
      text-align: center;
  }

    #atividade .container {
       padding: 2rem 2rem;
       width: 90%;
    }

    #atividade h2 {
       text-align: center;
    }
 }


 /* -------------------------------------------------------------------
 * SESSAO 05 - PLANOS
 * -----------------------------------------------------------------*/
 #planos {
    padding: 0 0 4rem 0;
 }

 #planos h3 {
    font-weight: 500;
    font-size: 1.65rem;
    padding: 1rem 0 3rem 0;
 }

 #planos .btn_theme_primary {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 8px 34px !important;
    margin-top: 0.8rem;
 }

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


 #planos .plano article {
    background-color: var(--color-primary);
    background-image: url(../img/pattern.svg);
    background-repeat: repeat;
    background-size: 110px 110px;
    padding: 1.8rem 1rem;
    border: 1px solid #d4d4d4;
    border-radius: 0 10px 0px 10px;
    clip-path: xywh(0px 0px 100% 100% round 15% 1%);
    box-shadow: 0px 7px 9px 0px rgb(189 189 189);
    -webkit-box-shadow: 0px 7px 9px 0px rgb(189 189 189);
    -moz-box-shadow: 0px 7px 9px 0px rgb(189 189 189);
    margin: 13px;
 }

 #escolha-plano .plano-central {
    scale: 1.3;
 }

 #planos .plano article .pro {
    scale: 1.05;
 }

 #planos .plano article h3 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--color-font-light);
    padding: 0;
 }

 #planos .plano article .valor {
    font-weight: 500;
    font-size: 2.2rem;
    margin-bottom: 0.6rem !important;
    color: var(--color-font-light);
 }

 #planos .plano article ul {
    padding: 0;
    color: var(--color-font-light);
 }

 #planos .plano article ul li {
    list-style-type: none;
    text-align: left;
    padding-left: 14px;
    font-size: 0.81rem;
    line-height: 1.6rem;
    color: var(--color-font-light);
 }

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

 #planos .plano .btn_theme_secondary {
    text-transform: uppercase;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23404' stroke-width='4'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23505'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
 }

 #planos .title_section {
    padding: 5rem 0 0rem;
 }

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

 @media (max-width:575px) {
	 
	 #planos .plano article ul li {
    list-style-type: none;
    text-align: center;
    padding-left: 0;
    font-size: 0.85rem;
    line-height: 18px;
    color: var(--color-font-light);
    padding-top: 1rem;
}

    #planos h3 {
       font-size: 1.4rem;
       font-weight: 500;
       padding-top: 1rem;
       margin-bottom: 0 !important;
    }

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

    #escolha-plano .plano-central {
       scale: 1;
    }

    #planos .plano article ul li {}

 }


 /* -------------------------------------------------------------------
 * SESSAO 06 - SIMULADOR
 * -----------------------------------------------------------------*/
 #simulador {
    padding: 1rem 0 4rem;
 }

 #simulador h2 {
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: .5rem;
 }

 #simulador p {
    font-weight: 600;
    margin-bottom: 1.5rem;
 }

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

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

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


 /* -------------------------------------------------------------------
 * SESSAO 07 - DEPOIMENTOS
 * -----------------------------------------------------------------*/
 #depoimentos {
    background-color: #330033;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23404' stroke-width='4'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23505'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
    padding: 4rem 0;
 }

 #depoimentos h2 {
    font-weight: 600;
    margin-bottom: 2.5rem;
    font-size: 2.2rem;
    color: var(--color-font-light);
 }

 #depoimentos .svg_header {
    top: 300rem;
 }

 #depoimentos .svg_footer {
    bottom: -291rem;
 }


 #depoimentos .item {
    background: linear-gradient(180deg, #7601448a, transparent);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-font-light);
    margin: 0 1rem;
    padding: 20px;
    border-radius: 1rem;
    min-height: 250px;
 }

 #depoimentos .item p.text-box {
    text-align: center;
    font-size: .9rem;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--color-font-light);
 }

 #depoimentos .item p {
    margin: 0.5rem 0;
    color: var(--color-font-light);
 }

 #depoimentos .btn_theme_primary {
    background: linear-gradient(180deg, #7601448a, transparent);
    min-width: 190px;
    border: 1px solid var(--color-font-light);
    background-color: transparent !important;
    color: var(--color-font-light) !important;
    font-weight: 500;
    margin-top: 0.7rem;
 }

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

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

 @media (max-width: 575px) {
    #depoimentos .btn_theme_primary {
       margin: 20px !important;
       max-width: 250px;
    }
 }


 /* -------------------------------------------------------------------
 * SESSAO 08 - PERGUNTAS FREQUENTES
 * -----------------------------------------------------------------*/
 #perguntas {
    padding: 0 0 4rem 0;
 }

 #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: 500;
    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.3rem;
    font-weight: 600;
    color: var(--color-primary);
    padding-left: 0.8rem;
 }

 #perguntas img {
    border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
    padding-top: 12rem;
 }

 @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) {
    #perguntas .accordion p {
       font-size: 1.2rem;
       line-height: 23px;
    }

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

    #perguntas .title_section h2 {
       text-align: center !important;
       margin-bottom: 30px;
    }
    #perguntas img {
      border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
      padding-top: 2rem;
  }

 }


 /* -------------------------------------------------------------------
 * SESSAO 09 - NOTICIAS - ARTIGOS - BLOG
 * -----------------------------------------------------------------*/
 #noticias {
    background-color: var(--color-primary);
    background-image: url(../img/pattern.svg);
    background-repeat: repeat;
    background-size: 110px 110px;
    padding: 4rem 0;
 }

 #noticias h2 {
    font-weight: 600;
    font-size: 2.2rem;
    color: var(--color-font-light);
 }

 #noticias .svg_header {
    top: 369rem;
 }

 #noticias .svg_footer {
    bottom: -409rem;
 }

 #noticias article {
    margin-bottom: 1rem;
 }

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

 #noticias article span {
    background-color: var(--color-secondary);
    font-size: .8rem;
    border-radius: 6px;
    padding: 3px 12px;
    display: inline-block;
    margin-bottom: 8px;
 }

 #noticias article h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 6px 0 2px 0;
 }

 #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 !important;
 }

 #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:575px) {
    #noticias * {
       text-align: left;
    }

    #noticias h2 {
       text-align: center;
    }
 }


 /* -------------------------------------------------------------------
 * SESSAO 10 - NEWSLETTER
 * -----------------------------------------------------------------*/
 #newsletter {
    padding: 2rem 0 4rem;
 }

 #newsletter h2 {
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 0;
    color: var(--color-font-light);
 }

 #newsletter input {
    border: 2px solid var(--color-font-light);
    background: transparent;
    color: var(--color-font-light);
    max-width: 340px;
    padding: 30px;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 10px;
    margin: 0 1.5rem 0 2rem;
 }

 #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_primary {
    font-weight: 600;
    color: var(--color-font-light) !important;
    padding: 16px 40px !important;
    font-size: 1.2rem;
 }

 @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%;
    }

    #newsletter .btn_theme_primary {
       padding: 15px 56px !important;
    }
 }


 /* -------------------------------------------------------------------
 * SESSAO 11 - PARCEIROS
 * -----------------------------------------------------------------*/
 #parceiros {
    padding: 0 0 2rem 0;
 }

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

 #parceiros .btn_theme_secondary {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 8px 34px !important;
    margin-top: 0.8rem;
 }

 #parceiros .svg_header {
    top: 504rem;
 }

 #parceiros .img-fluid {
    border-radius: 5% 95% 5% 95% / 95% 5% 95% 5%;
 }

 #parceiros .btn_theme_primary {
    width: 250px;
 }

 @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: 2rem 1rem;
   }

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

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

    #parceiros .btn_theme_primary {
       margin-bottom: 80px;
    }

    #parceiros .img-fluid {
       max-width: 95%;
    }
 }


 /* -------------------------------------------------------------------
 * FOOTER
 * -----------------------------------------------------------------*/
 #footer {
    background-color: var(--color-primary);
    background-image: url(../img/pattern.svg);
    background-repeat: repeat;
    background-size: 110px 110px;
    padding-top: 4rem;
    margin-top: 4rem;
 }

 #footer h2 {
    font-weight: bold;
    margin-bottom: 3rem;
    font-size: 2.3rem;
    color: var(--color-font-light);
 }

 #footer-container .contatos-group-button {
    background: linear-gradient(180deg, #732202, transparent);
    border-radius: 2rem;
    padding: 1rem;
 }

 #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.5rem;
    font-weight: 600;
    margin: 1rem 0 0;
 }

 #footer-container .contatos-group-social {
    padding: 2rem 0 1rem;
 }

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

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

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

 #footer-container .contatos-group-info strong {
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--color-font-light);
 }

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


 /* Copy */
 #footer #copyright {
    background: linear-gradient(0deg, #732202, transparent);
    padding-top: 1rem;
 }

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

 #footer #copyright p {
    font-size: .9rem;
    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;
    }
 }

 @media (max-width:767px) {
    #footer {
       border-radius: 0;
    }

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

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

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

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

 @media(max-width:575px) {
    #footer-container .contatos-group-info p {
       text-align: left;
    }

    #footer h2 {
       font-size: 1.6rem;
    }

    #footer .justify-content-center {
       width: 100%;
       margin-left: 1px;
    }

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