.section-solucao{
  padding:40px 0;
  background-size: 100% auto!important;
  background-repeat: no-repeat!important;
  background-position: top center!important;
  display:block;
  position:relative;
  margin-top:80px!important;
  width:100%;
  height:auto;
}

p.subtitle-section {
    color: #7D7D7D;
    width: 500px;
    max-width:100%;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.section-solucao-wrapper {
    width: 1170px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    max-width: 100%;
    height: 100%;
    padding: 40px 20px;
}

.group-items-solucao {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 50px;
    box-shadow: 0 0 20px #0000001a;
    border-radius: 30px;
}

p.item-text {
    margin: 0;
    color: #5B5B5B;
    font-weight: 600;
}

img.icon-mais {
    transform: scale(1.0);
}
.img-title-box-header, .title-box-header {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-align: left;
}

p.tag-title-section {
    font-size: 18px;
    font-weight: 700;
    color: #3B3A3A;
}

.img-title-box-header {
    display: block;
    vertical-align: middle;
    margin: 0 0 15px 5px;
    text-align: left;
}

.img-title-box-header img {
    max-height: 50px;
    height: auto;
    max-width: auto!important;
    width: auto;
}

.column-left-solucao, .column-right-solucao {
    display: inline-block;
    width: 50%;
    max-width: 49%;
    margin: 0px;
    vertical-align: top;
}

.section-title-box-solucao {
    padding: 10px;
}
.title-box-header{
  text-align:left;
  position:relative;
  width:100%;
  margin-left:0px;
}

a.btn-consultoria {
    text-align: center;
    padding: 12px 20px;
    display: inline-block;
    margin: 10px 0px 0;
    text-decoration: none;
    position: relative;
    transition: .1s linear all;
    top: 0;
    font-weight: 600;
    background: #BB243E;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 15px;
    background: linear-gradient(to left, #BB243E 50%, #fd183f 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

a.btn-consultoria:hover {
    color: #fff;
    /* background: #fd183f; */
    background-position: left;
    border-color: #fd183f;
}

.title-box-header h1 {
    font-family: 'Mont';
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    color:#3B3A3A;
    line-height: 45px;
}

span.tag-title {
    color: #BB243E;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Mont';
    margin: 0;
    padding: 0;
}

.img-sol-box {
    height: 20px;
    position: relative;
    display: block;
    margin-bottom: 8px;
}


span.saiba-mais {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
    width: 100%;
    text-align: center;
}



/* Style the tab */
.tab2 {
    width: 100%;
    margin-top: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 0;
    vertical-align: top;
}

button.tablinks2.ajuste {
    margin: 0 0.5%;
}

/* Style the buttons inside the tab */
.tab2 button {
    background-color: #ffffff;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 12px 2px;
    float: left;
    transition: .3s;
    font-size: 15px;
    width: 27%;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    z-index: 9;
    top: 0px;
    margin-right: 1%;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.2s linear all;
}

{#.tab2 button:after {
   content:  "\276F";
  position: absolute;
    right: 2px;
}#}

/* Change background color of buttons on hover */
.tab2 button:hover {
    /*background-color: #fafafa;*/
    color: #fff;
      font-weight: 700;
    opacity:0.8;
}

/* Create an active/current tablink class */
.tab2 button.active {
    background: #fff!important;
    color: #BB243E;
    font-weight: 700;
    z-index: 0;
    box-shadow: 0px -3px 10px #00000005;
}

/* Style the tab content */
.tabcontent2 {
    display: none;
    padding: 20px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    width: 1000px;
    max-width: 100%;
    vertical-align: top;
    background: #fff;
    box-shadow: 2px 5px 10px #00000026;
    border-radius: 0 10px 10px 10px;
    text-align: center;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.box-form-section{
    display: inline-block;
    position: relative;
    width: 400px;
    max-width: 30%;
}

a.btn-voltar {
    display: block;
    margin: 20px 10px 0;
    color: #bb243e;
    text-decoration: underline;
    transition: 0.2s linear all;
    width: fit-content;
    font-size: 14px;
}
  
    
a.btn-voltar:hover {
  color:#ff4263;
    text-decoration: none;
  }

 a.btn-voltar.voltar i, a.btn-voltar.avancar i {
    left:0;
    right: 0px;
    position: relative;
    transition:0.2s linear all;
}
  
a.btn-voltar.avancar:hover i {
    right: -10px;
    position: relative;
    left: inherit;
}

 a.btn-voltar.voltar:hover i {
    left: -10px;
    position: relative;
}

a.btn-voltar.voltar i.fas.fa-long-arrow-alt-right {
    display: none;
}

a.btn-voltar.avancar i.fas.fa-long-arrow-alt-left {
    display: none;
}
 
img.img-header-solucao{
  {#animation: pulseheader 15s infinite;#}
}


i.fas.fa-long-arrow-alt-left {
    margin-right: 5px;
}

i.fas.fa-long-arrow-alt-right {
    margin-left: 5px;
}

@keyframes pulseheader {
  0%   {transform: rotate(0deg) scale(1.0); opacity:1;}
  40%   {transform: rotate(0deg) scale(1.0); opacity:1;}
  43%   {transform: rotate(0deg) scale(0.7); opacity:1;}
  46%   {transform: rotate(0deg) scale(1.0); opacity:1;}
  70%   {transform: rotate(0deg) scale(1.0); opacity:1;}
  73%   {transform: rotate(0deg) scale(0.7); opacity:1;}
  76%   {transform: rotate(0deg) scale(1.0); opacity:1;}
  100%   {transform: rotate(0deg) scale(1.0); opacity:1;}
}


@media screen and (max-width: 1340px) {
  .section-solucao {
      background-size: auto 100%!important;
  }
}

@media screen and (max-width: 900px) {
  
  .section-solucao-wrapper {
    padding: 0px 20px;
}
  .column-right-solucao {
    display: none;
}
    
  .column-left-solucao, .column-right-solucao {
    width: 100%;
    max-width: 100%;
}
  
  .tabcontent2 {
    width: 100%;
  }
  
.solucao-img-content {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
 
  
  .img-title-box-header {
    display: none;
}
  
  .title-box-header {
    text-align: left;
    position: relative;
    margin-left: 0;
    max-width: 100%;
}
  
  .title-box-header h1 {
    font-size: 30px;
    margin: 0;
    line-height: 35px;
    color: #BB243E;
}
  
  p.subtitle-section {
    color: #222;
    font-size: 14px;
    width: 400px;
    max-width: 100%;
}
  
  .img-sol-box{
    display:none;
  }

 
  .section-title-box-solucao{
    margin-bottom:10px;
  }
  
  p.item-text {
    margin: 0;
    color: #2e2e2e;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

}

@media screen and (max-width: 700px) {
  .section-solucao {
    background-size: auto 100%!important;
  }
  
  
  .section-solucao-wrapper{
    padding:0 20px;
  }
  
  .section-solucao{
    margin-top:68px;
  }
}
