.section-toggleable-tabs{
  padding:60px 0 60px;
  background-size: 100% auto!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
  display:block;
  position:relative;

}

h2.title-section-bolsas-pos{
  margin:0 0 40px;
}

h2.title-section-bolsas {
    margin: 0 0 40px;
}

.padding-tabs-section {
    padding: 0 20px;
}

.section-toggleable-tabs-detail {
    position: absolute;
    width: 100%;
    height: 120%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    top: 0;
    z-index:1;
}

.internal-tab3 h3 {
    font-weight: 900;
    margin-top: 0;
    font-size: 17px;
    line-height: 26px;
    color: #333;
}



  
.internal-tab3 {
    width: 90%;
    background: #fff;
    display: inline-block;
    margin: 0px;
    vertical-align: top;
    /*overflow: hidden;*/
    padding: 0;
}

.internal-tab3 .content-left, .internal-tab3 .content-right {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
    text-align: left;
}

.internal-tab3 .content-right {
    padding: 0 20px;
    font-size: 13px;
    line-height: 20px!important;
}

.internal-tab3 a{
  color:#1b72b5!important;
  text-decoration:underline;
  transition:0.1s linear all;
  font-weight:700;
}

.internal-tab3 a:hover{
  color:#1b72b5!important;
  text-decoration:none!important;
}

.internal-tab3 img {
    border-radius: 20px;
}

a.link-content-tab3{
    color:#fff!important;
    background:#1b72b5;
    transition:0.1s linear all;
    padding: 8px 20px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-decoration:none!important;
    margin: 10px 0;
}


a.link-content-tab3:hover{
    background:#ffcf15;
    color:#fff!important;
}

.icon-bullet{
    /*float: left;
    width: 19px;
    margin-right: 6px;*/
    float: left;
    width: 15px;
    margin-right: 5px;
    margin-top: 1px;
}

.bullet-item{
    display:inline-block;
    width:100%;
    margin:5px 0;
}

.bullet-item.full{
    width:100%;
}

.bullet-item.half{
    width:48%;
}

.content-wrapper{
    text-align: center;
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    z-index:2;
    position:relative;
}



.section-toggleable-tabs h2 {
    font-weight: 300;
}



/* Style the tab */
.tab3 {
    overflow: hidden;
    background-color: transparent;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 0px;
    width: 20%;
    margin: 0;
    margin-right: 1%;
    top: 2px;
    position: relative;
    box-shadow: 2px 2px 10px #0000001a;
    display: inline-block;
    border-radius: 5px;
    padding: 15px;
    vertical-align:top;
}

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

/* Style the buttons inside the tab */
.tab3 button {
    background-color: #ffffff;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 13.5px 2px;
    float: left;
    border-bottom: 1px solid #e8e8e8e8;
    transition: .3s;
    font-size: 15px;
    width: 100%;
    font-weight: 400;
    border-radius: 10px 10px 0 0;
    z-index: 9;
    top: 0px;
    position: relative;
    text-align:left;
    transition:0.2s linear all;
}

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

/* Change background color of buttons on hover */
.tab3 button:hover {
    /*background-color: #fafafa;*/
    color: #1b72b5;
    font-weight: 700;
}

/* Create an active/current tablink class */
.tab3 button.active {
    background-color: #fff;
    color: #1b72b5;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 700;
}

/* Style the tab content */
.tabcontent3 {
    display: none;
    padding: 0px 0px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    width: 400px;
    max-width:40%;
    vertical-align: top;
}

/* 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%;
}


/* FORM */
.form-bolsas{
    padding: 25px;
    border-radius: 10px;
    margin: 10px 0;
    box-shadow: 2px 2px 10px #0000001a;
    display: inline-block;
    width: 400px;
    max-width:100%;
    text-align: left;
    margin: 0 auto;
}

.form-bolsas input, .form-bolsas select, .form-bolsas textarea {
    border: 0;
    background: #f8f8f8!important;
    padding: 10px!important;
    border: 1px solid #f4f4f4;
    outline: 0;
  border-radius:5px;
      margin-right: 5px;
    transition: .1s linear all;
}


.form-bolsas input:hover, .form-bolsas select:hover, .form-bolsas textarea:hover {
    border-bottom: 1px solid #0774bc;
    color:#0774bc;
}

.form-bolsas input.hs-button.primary {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0px;
  width: 270px;
  max-width: 100%;
  transition: .1s linear all;
  background: #053d5d!Important;
  color: #fff;
  border: 1px solid #053d5d;
  padding: 0.75rem 1.5rem;
  margin-top: 1.5em;
  border-radius: 7px;
  -webkit-appearance: none;
}

.form-bolsas input.hs-button.primary:hover {
    background: #1b72b5!important;
    color: #fff;
    border: 1px solid #004780;
}

li.hs-form-radio {
    display: inline-block;
}

h3.titulo-form {
  font-weight: 500;
  text-align: center;
  margin: 0;
}

.form-bolsas label{
    margin-top: 20px;
    position: relative;
    display: block;
    font-size: 1rem;
    font-weight: 100;
    padding: 0 10px;
}

.form-bolsas legend.hs-field-desc {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px 10px;
}

span.hs-form-required {
    display: none;
}
/* FIM FORM */

@media screen and (max-width: 900px) {
.tab3 {
    width: 100%;
}
  
  .tab3 button {
    margin-right: 2%;
    width: 48%;
    font-size: 12px;
  }
  
  .tabcontent3 {
    width: 100%;
    max-width:50%;
    margin: 20px 0;
}
  
  .internal-tab3 .content-left, .internal-tab3 .content-right {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
    text-align: left;
}
  
{#.internal-tab3 .content-left img {
    width: 500px;
    margin: 0 0 20px;
    max-width: 100%;
    position: relative;
    display: block;
}#}

    
 .internal-tab3 .content-left img.icon-bullet {
    width: 15px!important;
    margin: 3px 5px 0 0;
    max-width: 100%;
    position: relative;
    display: block;
}
  
    .box-form-section {
    display: inline-block;
    position: relative;
    width: 400px;
    max-width: 48%;
}

}

@media screen and (max-width: 600px) {
  .tabcontent3{
    width:100%;
    max-width:100%;
  }
  
  .box-form-section {
    display: inline-block;
    position: relative;
    width: 400px;
    max-width: 100%;
    margin:0 auto;
}
}