*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Red Hat Display', sans-serif !important;
}
.h7 {
  font-size: .8em;
}

@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;700;900&display=swap');


/* colors style  */
.bg-primary {
  background-color: #084472 !important;
}
.bg_blue {
  background-color: #31B8EC;
}
.bg_green {
  background-color: #8CD133;
}
.bg_yellow {
  background-color: #F3CB3F;
}
.container {
  width: 80%;
  max-width: 722px;
}
.w-70 {
  width: 70%;
}
.title {
  color: #084472;
  font-weight: 700;
  font-family: 'Red Hat Display', sans-serif !important;
  font-size: 3em;
}
.title2 {
  color: #084472;
  font-weight: 700;
  font-family: 'Red Hat Display', sans-serif !important;
  font-size: 1.8em;
}
.text_green {
  color: #8CD133;
}
.text_blueDark {
  color: #084472;
}
.text_blue {
  color: #31B8EC;
}
.text_orange {
  color: #F2C93D;
}
.title_sub {
  font-family: 'Red Hat Display', sans-serif !important;
  font-weight: 700;
  font-size: 1.4em;
}
.lead {
  font-family: 'Red Hat Display', sans-serif !important;
  font-size: 1.1em;
   
}
.lead2 {
  font-size: 1em;
}
.lead3 {
  font-size: 1.5em;
}
.bold {
  font-weight: 700;
}

.main_header {height: 100px;
  font-family: 'Red Hat Display', sans-serif !important;
  font-weight: 700;}
.main_header .container {
  max-width: 800px;
}
.main_logo {
  width: 100%;
  max-width: 318px;
  max-height: 45px;
}

.nav-item:hover .nav-link {
  border-bottom: solid 2px #32B7EB;
}
.btn_active span.two{
  display: none;
  transition: 500ms;
}
.btn_active span.one {
  transform: rotate(45deg);
  position: absolute;
  transition: 500ms;
}
.btn_active span.tree {
  transform: rotate(-45deg);
  position: absolute;
  transition: 500ms;
}
.menu_mobile {
  width: 260px;
  height: 100%;
  background-color: #084472;
  position: fixed;
  left: -260px;
  top: 0;
  transition: 500ms;
}
.menu_mobile_active {
  z-index: 99999;
  transition: 500ms;
  left: 0;
}

.btn_menu {width: 40px; height: 40px;}
.btn_menu span {
  
  width: 50px;
  height: 5px;
  background-color: #fff;
  transition: 500ms;
}
.question header {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  
  border-radius: 20px 20px 0 0;
  text-transform: uppercase;
   
  color: #084472;
}
.question h3 {
  margin-bottom: 0;
  font-family: 'Red Hat Display', sans-serif !important;
  font-weight: 700;
  font-size: 2em;
}
.question ul{
  border: solid 2px #F3CB3F;
  min-height: 400px;
  padding: 20px 25px;
  border-radius: 0 0 20px 20px;
}
.question:last-child ul{
  border: solid 2px #8CD133;
}
.question ul li {
  list-style: none;
  margin-left: 30px;
  margin-bottom: 20px;
  font-size: 1em;
  color: #084472;
  font-family: 'Red Hat Display', sans-serif !important;
  position: relative;
}
.question ul li::before {
  content: '';
  width: 20px;
  height: 25px;
  position: absolute;
  top: 0px;
  left: -30px;
  background-image: url(img/icons/arrow-topic.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.arrow_topic {position: relative; margin-left: 30px;}
.arrow_topic::before {
  content: '';
  width: 20px;
  height: 25px;
  position: absolute;
  top: -1px;
  left: -30px;
  background-image: url(img/icons/arrow-topic.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.question:first-child{
  padding-right: 40px;
}
.question:last-child {
  padding-left: 40px;
}
.main_header.nav.active {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
  background-color: black;
  margin-left: 0 !important;
  display: block;
  padding: 30px 0;
}

.feature {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  justify-content: center;
}
.feature h2 {
  color: #084472;
  font-family: 'Red Hat Display', sans-serif !important;
  font-weight: 700;
  position: absolute;
  display: block;

  right: 21%;
  width: calc(100vw / 4.4);
  font-size: calc(100vw / 20);
  margin: 0;
  line-height: calc(100vw / 20);
  top: calc(100vw / 11);
}

.feature .bg_feature {
  width: 100%;
  height: auto;
}

.feature .bg_feature.mob {
  display: none;
}

.separator {
  padding-bottom: 33%;
  background-image: url(img/family_image-min-min.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.footer_table {
  font-family: 'Red Hat Display', sans-serif !important;
}

.what_time {
  background-image: url(img/backround3.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.trevo_1 {
  position: absolute;
  max-width: 137px;
  top: -2px;
  left: 5%;
}
.trevo_2 {
  position: absolute;
  max-width: 180px;
  bottom: -9px;
  left: -2%;
}
.many_chance {
  position: absolute;
  bottom: 0;
  right: -235px;
  max-width: 86%;
}
.time {
  border-radius: 50%;
  background-color: #084472;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.time .number {
  margin-top: -14px;
  font-size: 2.3em;
  font-weight: 900;
  font-family: 'Red Hat Display', sans-serif !important;
}
.time .text {
  margin-top: -10px;
  line-height: 12px;
  text-align: center;
  font-size: .8em;
}

.call_to_action {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.call_to_action .text{
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.call_to_action .btn {
  font-size: 1.8em;
  font-weight: 700;
  max-width: 400px;
  line-height: 33px;
  color: #084472;
  display: block;
  margin: 0 auto;
  padding: 20px 20px; 
  border-radius: 20px;
}
.call_to_action .btn a {
  text-decoration: none;
}
.icon_title {
  width: 55px;
  margin-right: 10px;
}
.footer_table {
  font-size: .8em;
}

.footer_credits{
  font-size: .8em;
}
.line-1,.line-2,.line-3,.line-4, .line-5, .line-6, .line-7{position: relative;}
.line-1::after {
  content: '';
  position: absolute;
  background-image: url(img/affter/icon_11_1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  
  top: 80px;
  left: 0;
  width: 200px;
  height: 434px;
}
.line-1::before {
  content: '';
  position: absolute;
  background-image: url(img/affter/icon_10_1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 400px;
  top: 400px;
  right: 0;
  width: 200px;
  height: 434px;
}
.line-2::before {
  content: '';
  position: absolute;
  background-image: url(img/icons/icon_02.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 400px;
  top: 0;
  left: 50px;
  width: 200px;
  height: 200px;
}
.line-2::after {
  content: '';
  position: absolute;
  background-image: url(img/icons/icon_03.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 400px;
  bottom: -80px;
  right: 35px;
  width: 200px;
  height: 200px;
}

.line-3::before {
  content: '';
  position: absolute;
  background-image: url(img/affter/icon_10_2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 400px;
  top: 0;
  left: 0;
  width: 164px;
  height: 400px;
}
.line-3::after {
  content: '';
  position: absolute;
  background-image: url(img/icons/icon_04.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 300px;
  bottom: 0px;
  right: 0;
  
  height: 400px;
}

.line-4::before {
  content: '';
  position: absolute;
  background-image: url(img/affter/icon_12_1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
   top: 200px;
  left: 0;
  width: 164px;
  height: 400px;
}

.line-5::after {
  content: '';
  position: absolute;
  background-image: url(img/icons/icon_07.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 250px;
  bottom: 0px;
  right: 0;
  height: 250px;
}

.line-6::before {
  content: '';
  position: absolute;
  background-image: url(img/affter/icon_11_1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 400px;
  top: 200px;
  left: 0;
  width: 200px;
  height: 400px;
}
.line-7::after {
  content: '';
  position: absolute;
  background-image: url(img/affter/icon_12_2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 164px;
  bottom: 0px;
  right: 0;
  height: 300px;
}
.table_min {
  cursor: pointer;
}

.header-icon {
  display: grid;
  grid-template-columns: 55px 1fr;
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.header-icon--img {
  width: 100%;
  height: auto;
}

.header-icon .title_sub {
  margin-bottom: 0;
}

#ConhecaOTricap {
  margin-top: 48px;
}

.header-icon.header-icon3 {
  margin-top: 40px;
}

.header-icon.header-icon4 {
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.header-icon4 .header-icon--icon {
  display: none;
}

.header-icon.header-icon5 {
  margin-top: 40px;
}

@media (max-width: 1200px){
  .line-1::before,
  .line-1::after,
  .line-2::before,
  .line-2::after,
  .line-3::before,
  .line-3::after,
  .line-4::before,
  .line-5::after,
  .line-6::before,
  .line-6::after,
  .line-7::after
  {
    display: none;
  }
}

@media (max-width: 880px) {
  .question:first-child {
    padding-right: 10px;
  }
  .question:last-child {
    padding-left: 10px;
  }
}

@media (max-width: 800px){
  .main_logo {
    max-width: 200px;
  }

  .container {
    width: 90%;
  }

  .feature h2 {
    color: #084472;
    position: absolute;
    line-height: calc(100vw / 10);
    font-size: calc(100vw / 10);
    padding-top: 35px;
    text-align: center;
    display: block;
    width: calc(100vw / 1.7);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: calc(100vw / 25);
  }
  .feature .bg_feature.dsk {
    display: none;
  }
  .feature .bg_feature.mob {
    display: block;
    width: 100%;
    height: auto;
  }

  .separator {
    background-image: url(img/backround2-m.jpg);
    height: auto;
    padding-bottom: 82%;
  }
  .icon_title{
    margin: 0 auto;
    width: 110px;
  }

  .question ul {
    min-height: auto;
  }

  .what_time {
    background-image: none;
    background-color: #8CD133;
  }

  .title {
    font-size: 1.7em;
  }
  .lead, .lead3 {
    font-size: 1em;
  }
    .title_sub {
    font-size: 1.2em;
  }
  .call_to_action .btn {
    font-size: 1.5em;
  }
  .call_to_action .text {
    font-size: 1.8em;
  }
  .footer_credits {
    font-size: .8em;
  }
  .line-1::after, .line-2::after, 
  .line-3::after, .line-4::after, 
  .line-5::after , .line-6::after, 
  .line-7::after {
    display: none;
  }
  .line-1::before, .line-2::before, 
  .line-3::before, .line-4::before, 
  .line-5::before , .line-6::before, 
  .line-7::before {
    display: none;
  }
}

@media ( max-width: 767px ){
  .question:first-child {padding-right: 0; padding-left: 0;}
  .question:last-child {padding-left: 0; padding-right: 0;}
}

@media (max-width:  575px) {
  .header-icon.header-icon4 {
    grid-template-columns: 55px 1fr;
  }
  .header-icon4 .header-icon--icon {
    display: block;
  }
}

@media (max-width:  500px) {
  .time {
    width: 100px;
    height: 100px;
  }
  .time .number {
    font-size: 2em;
    margin-top: -15px;
  }
  .time .text {
    margin-top: -8px;
    line-height: 14px;
    text-align: center;
  }

  .header-icon {
    grid-template-columns: 1fr;
  }

  .header-icon--icon {
    margin-bottom: 24px;
    text-align: center;
  }

  .header-icon--img {
    max-width: 110px;
    height: auto;
  }

  .header-icon.header-icon4 {
    grid-template-columns: 1fr;
  }

  #ConhecaOTricap {
    margin-top: 20px;
  }
}

@media (max-width: 400px){
  .feature h2 {
    top: 0;
  }
}
