.saude-rede {
  display: flex;
  display: -webkit-flex;
  flex-flow: column;
  -webkit-flex-flow: column;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 60px;
}

.saude-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 41px;
  font-weight: bold;
  color: #004F8B;
}

.saude-rede-content {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: lighter;
  color: #004F8B;
  margin-top: 15px;
  vertical-align: top;
  margin-bottom: 0px;
}

.saude-card-link {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:inline-block;    
  z-index: 99999;
}

.saude-card-header {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #004F8B;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.saude-img-card-container {
  max-height: 80px;
  margin: 15px 0px;
  object-fit: contain;
  object-position: left;
}

.rede-card-group {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.saude-card {
  border: outset;
  padding: 25px;
}

.accordion-body {
  border: 0px;
  border-bottom: 1px solid #004f8b;
  border-radius: 0;
}

.accordion-body-last {
  border: 0px
}

.accordion-background {
  background: transparent;
  border: 0px;
}

.accordion-header {
  font-family: 'Source Sans Pro';
  font-size: 20px;
  font-weight: 600;
  color: #004f8b;
}

:not(.collapsed) > h5 > i {
  transform: rotate(180deg);
  transition: all 0.5s ease;
}

.collapsed >h5 >i {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.img-sidebar-dropdown:not(.collapsed) {
  transform: rotate(180deg);
  transition: all 0.5s ease;
}
.img-sidebar-dropdown.collapsed {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.accordion-content {
  font-size: 18px;
  font-weight: 300;
  color: #004f8b;
  margin-left: 15px;
  margin-right: 45px;
  margin-bottom: 15px;
  text-align: justify;
}

 .accordion-content ul {
  display: block;
  list-style-type: disc;
  margin-top: 0em;
  margin-bottom: 23px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 37px;
}

.accordion-content li {
  list-style-position: outside;
}

.accordion-icon{
  width: 35px;
  margin-top: 2px;
}

.advantages-card-group {
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 100px;
}

.advantages-card {
  background-color: #004F8B;
  padding: 20px;
  margin-bottom: 20px!important;
}

.advantages-image {
  height: 80px;
  object-fit: contain;
  object-position: left;
}

.advantages-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.advantages-content {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: white;
}

.assist {
  display: flex;
  justify-content: center;
  margin: 60px 0;
  align-items: center;
}

.assist-image {
  object-fit: contain;
  max-height: 570px;
}

.assist-group {
  align-self: center;
}

.assist-description {
  max-width: 500px;
  margin-bottom: 50px;
}

.assist-element {
  display: flex;
  flex-flow: row;
  max-width: 400px;
  margin: 40px 0
}

.assist-icon {
  width: 68px!important;
  object-fit: contain;
  object-position: left;
  margin-right: 40px;
}

.assist-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #004F8B;
  margin: 0;
}

.assist-content {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #004F8B;
  margin:0;
}

.access-title {
  margin: 100px 0px;
  align-self: center;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #004F8B;
}

.access-card-group {
  justify-content: center;
  margin-bottom: 100px;
}

.access-card-group :first-child {
  margin-left: 0px!important;
}

.access-card-group :last-child {
  margin-right: 0px!important;
}

.access-units-card {
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.08);
  border: none;
  margin: 25px!important;
}

.units-image {
  object-fit: cover;
  height: 280px;
}

.units-card-body {
  background-color: #004F8B;
}

.units-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-top: 20px;
}

.units-description {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

.units-logo {
  height: 60px;
  object-fit: contain;
  align-self: center;
}

.units-card-footer {
  text-align: center;
  background-color: #4ABED3;
  padding: 20px;
  color: white;
}

.units-footer {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: white!important;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 20px;
  text-decoration: none!important;
}

.informations-description {
  width: 400px;
  margin: 80px 0 60px 0;
}

.informations-card-group {
 justify-content: center;
}

.informations-card {
  padding: 20px;
  width: -webkit-fill-available;
}

.informations-card-image {
  height: 60px;
  object-fit: contain;
  object-position: left;
  margin-bottom: 20px;
  width: auto;
}

.informations-card-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #004F8B;
  line-height: 22px;
}

.notations {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #004F8B;
  line-height: 20px;
}

.notations-header {
  font-size: 11px;
  font-weight: 300;
  color: white;
  text-align: justify;
  margin-bottom: 20px;
  width: 40vw;
  position: unset;
  margin-top: 10vw;
}

@media screen and (max-width: 990px) {
  .stamp-container{
    margin-bottom: 100px!important;
  }
  .notations-header{
    position: absolute;
    width: 480px;
    bottom: 0px;
  }
}

.faq-info {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #4ABED3!important;
  text-decoration: none!important;
}

.section-faq {
  margin-top: 100px;
}

.footer-info {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: white!important;
  text-decoration: none!important;
}

.footer-details {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: white;
  opacity: 0.7;
}

@media screen and (max-width: 575.9px) {
  .advantages-card {
    flex-flow: row;
  }

  .advantages-image{
    width: 200px;
    height: 80px;
    align-self: center;
  }

  .informations-card {
    flex-flow: row;
    width: inherit;
  }

  .informations-card-image {
    margin-right: 25px;
  }
}

.table-conditions-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #004f8b;
}

.table-conditions-info {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #004f8b!important;
  padding-bottom: 10px;
  border-bottom: solid 1px;
  text-decoration: none!important;
}

.table-conditions-info > a {
  color: #004f8b!important;
}

.table-conditions-info a:hover {
  text-decoration: none!important;
}

.insurance-conditions {
  display: flex;
  flex-flow: column;
}

.display-off {
  display: none;
}

.call-number {
  display: contents!important;
}


.contact-simulator-form {
  display: flex;
  flex-flow: column;
}

.call-simulator-container {
  max-width: 950px;
  position: fixed;
  bottom:35px;
  right:35px;
  margin-left:35px;
  z-index: 99999;
  padding:22px;
  background-color: white;
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  max-height: 95%;
  overflow-y: auto;
}

.simulation-list-container {
  max-width: 375px;
  position: fixed;
  bottom:35px;
  right:35px;
  margin-left:35px;
  z-index: 99999;
  padding:22px;
  background-color: white;
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.modal-container-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #004f8b;
  margin-top: 0px;
  margin-bottom: 28px;
}

.simulator-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #4bbed3;
  margin-top: 0px;
  margin-bottom: 28px;
}

.call-title-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #337bfb;
  margin-left: 22px;
}

.call-contact-number-container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  border-radius: 30px;
  background: #f0f8ff;
  padding: 7px 0 7px 22px;
}

.contact-number-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #337bfb;
  margin: 0;
}

.call-button {
  height: 42px;
  width: 42px;
  background-color: #337bfb;
  background-image: url(../images/phone-vector.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  float: right;
  margin-left: 20px;
}

.request-call-button {
  font-size: 14px;
  color: white;
  text-transform: none;
  margin: 0;
}

.simulator-button {
  height: 52px;
  background: #337bfb;
  border-radius: 3px;
  color: white!important;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none!important;
}

.simulator-button:hover::before {
  opacity: 0!important;
}

.simulator-sub-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #004f8b;
}

.simulator-form-label {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #004f8b;
}

.simulator-text-field {
  border-bottom: solid 1px black;
  padding: 9px 0 6px 0;
  margin-bottom: 28px;
}

.vertical-divider {
  border-left: solid 1px #004f8b26;
  margin: 0 auto;
}

@media screen and (max-width: 888px) {
  .vertical-divider {
    padding-right: 0.5vw;
  }
}

@media screen and (max-width: 767.9px) {
  .vertical-divider {
    display: none;
  }
}

.call-me-container {
  display: flex;
  flex-flow: row;
  height: 100%;
}

.promotion-container {
  display: flex;
  flex-flow: column;
  width: max-content;
}

@media screen and (max-width: 550px) {
  .asisa-header {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 470px) {
  .asisa-header {
    transform: scale(0.6);
  }
}

.promotion-title {
  display: flex;
  flex-flow: row;
  background: #4ABED3;
}

.promotion-value {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 70px;
  color: white;
  align-self: center;
}

.promotion-description {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: white;
}

.promotion-classes-offer {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  background:#4ABED3;
  color: white;
  text-align: center;
}

.promotion-classes-discription {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 18px;
  background:#4ABED3;
  color: white;
  text-align: center;
}

.promotion-offer {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  color:#4ABED3;
  background: white;
  text-align: center;
}


.promotion-date {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color:#4ABED3;
  background: white;
  text-align: center;
}


.stamp-container {
  background-color: #ffae46;
  border-radius: 50%;
  height: 90px;
  width: 160px;
  align-content: center;
  -webkit-align-content: center;
  position: relative;
  left: 415px;
  bottom: 225px;
}

.simulaton-list-radio-container {
  display: flex;
  flex-flow: column;
}

.simulaton-list-radio-container input {
  opacity: 0;
  cursor: pointer;
}

.simulaton-list-radio-container input:checked ~ .simulator-radio-button {
  background-color: #337bfb;
}

.simulator-radio-button {
  position:absolute;
  left: 22px;
  height: 14px;
  width: 14px;
  border: 1px solid #337bfb;;
  border-radius: 50%;
}

.simulaton-list-radio-container label {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #337bfb;
  margin-left: 30px;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

.simulaton-list-radio-container label:hover {
  cursor: pointer;
}

@media screen and (max-width: 767.9px) {
  #work-with-us {
    order: 1;
  }

  #social-media {
    order: 3;
    padding-bottom: 20px;
  }

  #company-news {
    order: 2;
    padding-bottom: 30px;
  }

  .call-simulator-container {
    max-width: 100%;
    bottom: 0;
    right: 0;
    margin: 0;
    max-height: 100%;
    overflow-y: scroll;
  }

  .call-simulation-column {
    max-width: 100%!important;
    flex: unset!important;
  }
}

/* @media (max-width: 990px) {
  .header-home {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header-home .center,
  .header-search .center {
    transform: translateY(-100%);
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #004f8b;
    z-index: 9999;
    padding: 15vh 5vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
  }

  .header-home .center.on,
  .header-search .center.on {
    transform: translateY(0);
    visibility: visible;
  }
  
  .header-home ul,
  .header-search ul {
    flex-direction: column;
    justify-content: center;
    align-items: center!important;
  }

  .header-home ul li {
    margin-bottom: 20px;
  }
  
  .header-home ul li,
  .header-search ul li {
    color: #fff !important;
    font-family: 'Source Sans Pro';
  }
}

@media (max-width: 768px) {
  .header-home {
    z-index: 99999;
    overflow: hidden;
  }
  
  .header-home .center,
  .header-search .center {
    transform: translateY(-100%);
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #004f8b;
    z-index: 9999;
    padding: 15vh 5vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
  }

  .header-home .center.on,
  .header-search .center.on {
    transform: translateY(0);
    visibility: visible;
  }

  .header-home ul,
  .header-search ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .header-home ul li,
  .header-search ul li {
    margin-bottom: 20px;
  }
}

@media (max-width: 360px) {
  .header-home .logo-white-container {
    display: none; 
  }
}







.header-home {
  position: fixed;
  top: 50px;
  z-index: 99999;
  width: 100%;
}

@media only screen and (max-width: 990px) {
  .header-home {
    padding: 0!important;
  }
}

.header-home .center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.header-home .box-menu .sidebar-dropdown .sidebar-dropdown-item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-home .box-menu .sidebar-dropdown .sidebar-dropdown-item::before {
  display:none; 
}

.header-home .box-menu .sidebar-dropdown .sidebar-dropdown-item::after {
  display: none; 
}

.header-home .logo-white-container {
  padding-top: 10px; 
}
 
.header-home .logo-white-container.step-header-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-home .steps-header-layout {
  align-items: center;
  justify-content: flex-end;
  padding-top:15px;
}

.header-home .steps-header-layout .horizontal-line {
  height: 1px; 
  border: 1px solid #fff;
  width: 32px; 
  opacity: 0.6;
  margin-right: 40px; 
}

.header-home .steps-header-layout .step-header {
  cursor: pointer; 
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #FFFFFF;
  opacity: 0.6;
  margin-right: 40px;
  display: flex; 
  align-items: center; 
  justify-content: center; 
}

.header-home .steps-header-layout .step-header:last-child {
  margin: 0;
}

.header-home .steps-header-layout .step-header .active-indicator {
  display: none; 
} 


.header-home .steps-header-layout .step-header.active {
  opacity: 1; 
}

.header-home .steps-header-layout .step-header.active .active-indicator {
  display: initial; 
} 

.anim {
  transition: all 1s;
  -webkit-transition: all 1s;
  -webkit-animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99);
  animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99);
}

.logo-white-container.step-header-logo-container .step-header-logo {
  padding-right: 13px;
  border-right: 1px solid #fff;
}

.logo-white-container.step-header-logo-container .step-header-logo-section {
 margin-left: 16px;
 font-family: "Source Sans Pro";
 font-style: normal;
 font-weight: normal;
 font-size: 24px;
 line-height: 30px;
 color: #FFFFFF;
}

.logo-white {
  width: 126px;
}

ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
}

.sidebar-dropdown {
  transition: all 1s;
}

.sidebar-dropdown .sidebar-dropdown-content {
  overflow: hidden;
  position: relative;
  width: 150px;
  right: 60px;
  transition: 1s all ease-in-out;
}

ul > a > li, ul > .sidebar-dropdown .sidebar-dropdown-item > li {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
}

.header-home .box-menu .sidebar-dropdown .sidebar-dropdown-item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-home .box-menu .sidebar-dropdown .sidebar-dropdown-item::before {
  display:none; 
}

.header-home .box-menu .sidebar-dropdown .sidebar-dropdown-item::after {
  display: none; 
}

.sidebar-dropdown .sidebar-dropdown-content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 16px;
}

.sidebar-dropdown .sidebar-dropdown-content li {
  margin-top: 11px;
  margin-bottom: 5px;
  font-size: 14px;
}


.sidebar-dropdown.active .sidebar-dropdown-content {
  max-height: 350px;
}

.sidebar-dropdown .img-sidebar-dropdown {
  width: 18px;
  height: 18px;
  margin-left: 9px;
  background-image: url(../images/arrow-ios-down.svg);
  background-position: center;
  background-size: cover;
  
}

.sidebar-dropdown.active .img-sidebar-dropdown {
  background-image: url(../images/arrow-ios-up.svg);  
}

.box-menu a, .box-menu .sidebar-dropdown {
  position: relative;
  display: inline-table;
  cursor: pointer;
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
}


.box-menu .sidebar-dropdown-content a {
  padding:0;
}

@media (min-width: 990px) {
  .box-menu a.on:before,
  .box-menu a.on:after,
  .box-menu .sidebar-dropdown-item.on:before,
  .box-menu .sidebar-dropdown-item.on:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    background: #fff;
  }

  .box-menu a:hover,
  .box-menu .sidebar-dropdown-item:hover {
    color: #fff;
    text-decoration: none;
  }

  .box-menu a:before,
  .box-menu a:after,
  .box-menu .sidebar-dropdown-item:before,
  .box-menu .sidebar-dropdown-item:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: 0px;
    background: #fff;
  }

  .box-menu .sidebar-dropdown.active .sidebar-dropdown-item:before,
  .box-menu .sidebar-dropdown.active .sidebar-dropdown-item:after {
    content: "";
    position: initial;
    width: 0%;
    height: 1px;
    bottom: 0px;
    background: #fff;
  }

  .box-menu a:before,
  .box-menu .sidebar-dropdown-item:before {
    left: 0;
  }

  .box-menu a:after,
  .box-menu .sidebar-dropdown-item:after {
    right: 0;
    background: #fff;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  .box-menu a:hover:before,
  .box-menu .sidebar-dropdown-item:hover:before {
    background: #fff;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  .box-menu a:hover:after,
  .box-menu .sidebar-dropdown-item:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
  }
}

.work-with-us ul > a > li, .work-with-us ul > .sidebar-dropdown > li {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  color: #004f8b;
  font-size: 18px;
}

.desktop-none {
  display: none;
}

#IMG_Saude_-_copia2 {
  position: absolute;
  height: 100%;
  overflow: visible;
  object-fit: cover;
  object-position: bottom left;
}

@media only screen and (max-width: 990px) {
  #IMG_Saude_-_copia2 {
    height: 100%;
    object-position: 10% 100%;
  }
}

.layer {
  background-color: #004F8BB3;
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
}

.layer {
  background-color: #004F8BB3;
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
}



.asisa-header {
  position: relative;
  font-family: "Source Sans Pro";
  font-size: 80px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  left: 20vw;
  align-self: flex-end;
}

@media only screen and (max-width: 2020px) {
  .asisa-header {
    left: 15vw;
  }
}

@media only screen and (max-width: 1300px) {
  .asisa-header {
    left: 5vw;
  }
}

@media only screen and (max-width: 990px) {
  .asisa-header {
    left: unset;
  }
  
  .layer {
    justify-content: center;
  }
}

.header-title {
  font-size: 80px;
}

.bold {
  font-weight: bold; 
}

h2 {
  font-size: 60px;
  font-weight: 300;
}
h2.bold,
h2 .bold {
  font-weight: 600;
}

.header-description {
  font-size: 30px;
}

.box-tudo-title {
  margin-bottom: 50px;
}

.health-products-description {
  font-size: 13px;
  
  font-weight: 400;
  color: #004f8b;
  text-align: left;
}

.title-section {
  color: #004f8b;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 12px;
}

.desktop-table {
  display:flex;
}

@media only screen and (max-width: 1199.9px) {
  .desktop-table {
    display: none;
  }
}

.mobile-table {
  display: none;
}

@media only screen and (max-width: 1199.9px) {
  .mobile-table {
    display: inherit;
  }
}

.table-header {
 background-color: #004F8B!important;
 color: white;
 font-family: 'Source Sans Pro', sans-serif;
 font-weight: bold;
 font-size: 16px;
 text-transform: uppercase;
 border: unset!important;
 border-radius: unset!important;
}

.table-title {
  background-color: #C2E4F380!important;
  color: #004F8B;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 16px;
  border: unset!important;
}

.table-item {
  display: flex!important;
  justify-content: space-between;
  color: #004F8B;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  padding-left: 25px!important;
  border: unset !important;;
}

.table-item > :last-child {
  width: 100px;
  text-align: center;
}

.table-header-desktop {
  padding: 15px;
  background-color: #004F8B;
  font-family: 'Source Sans Pro', sans-serif;
  color: white
}

.table-item-desktop {
  height: 30px;
  padding: 0 15px;
  background-color: #C2E4F380;
  display: flex;
  align-items: center;
}

.table-item-desktop-price {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #004F8B;
  border-bottom: solid 1px #004f8b59;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-item-desktop-tl {
  height: 55px;
  padding: 0 15px;
  background-color: #C2E4F380;
  display: flex;
  align-items: center;
}

.table-title-group-desktop {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #004F8B;
  border-top: solid 1px #004F8B;
  border-bottom: solid 1px #004f8b59;
}

.table-title-group-desktop:last-of-type {
  border-bottom: none;
}

.table-title-desktop {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #004F8B;
  border-bottom: solid 1px #004f8b59;
}

.image-table-desktop {
  height: 30px;
  object-fit: contain;
  object-position: center;
}

.section-rede {
  width: 100%;
  padding: 0;  
  background-color: #c2e4f3;
}

.home-up {
  height: 1000px;  
  background-color: #004F8BB3;    
  position: relative;
  transition: ease all 0.5s;
}

@media only screen and (max-width: 990px) {
  .home-up {
    height: 80vh;
  }
}

.section-duvidas {
  padding: 0;  
  background-color: #004f8b;
  margin-bottom: 100px;
  padding-bottom: 100px;
}

/* Footer */

/* .footer-home {
  position: relative;
  width: 100%;
  height: 760px;
  overflow: hidden;
  padding-top: 130px;
  z-index: 1;
}

.footer-circle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9995;
  height: 300px;
}

.box-footer {
  position: relative;
  z-index: 9996;
}
.box-footer .center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box-footer-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  margin-bottom: 52px;
}

.logo-footer-big {
  width: 180px;
  margin-bottom: 20px;
}

.box-footer-one p {
  font-size: 18px;
  font-weight: 600;
}

.box-footer-two {
  display: flex;
  flex-wrap: wrap; 
  flex-direction: row;
  justify-content: space-around;
  color: #fff;
}


.box-footer-two-item {
  text-align: center;
  width: calc((100% - 40px) / 3);
  margin-bottom: 55px;
}

.box-footer-two-item:nth-last-child(-n + 3) {
  margin-bottom: 0; 
}

.footer-item-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 34px;
  text-align: center;
}

.footer-item-text {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 12px;
}

.box-footer-three {
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.logo-footer-small {
  width: 80px;
  margin: 10px 0;
}

.box-footer-three-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}

.box-footer-three-item a {
  padding: 0 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.box-footer-three-text {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

.box-form-home {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}

.btn-contact-home {
  margin-top: 40px;
  width: 120px;
}

#box-menu-mobile.on {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
} */
