<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.cdnfonts.com/css/neo-sans-std');

body{
  font-family: 'Neo Sans Std', sans-serif;
}

header{
  /* background: #00314d; */
  background-image: url("../assets/img/bg.png");
  background-repeat: no-repeat;
}

header h1, header h2, header h3, header h4, header h5, header h6{
  color: #fff;
}

header h1 span, header h2 span, header h3 span, header h4 span, header h5 span, header h6 span{
  color: #e88300;
}

.barra{
  width: 110px;
  height: 5px;
  background-image: url("../assets/img/barra.png");
}

.titulo-beneficios{
  max-width: 275px;
}
.texto-beneficios{
  max-width: 425px;
  text-align: justify;
}

#formulario{
  background-image: url("../assets/img/bg-form.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#fundo-confira{
  background-image: url("../assets/img/bg-confira.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
}

#floatingInput{
  background-color: #00314a9c;
  opacity: 1;
  border-radius: 1px;
  color: #fff;
}
#floatingInput:focus{
  box-shadow: none !important;
}
.floatingTexto{
  color: #fff;
}
.submitBtn{
  width: 100%;
  background-color: #e88300;
  border: solid 1px #e88300;
  border-radius: 1px;
  height: 58px;
  color: #fff;
  font-weight: bolder;
  transition: .2s ease-in;
}
.submitBtn:hover{
  background-color: #E8873D;
}
.place-center{
  place-content: center;
}
#confira h2{
  color: #00314d;
}
#confira ul li{
  list-style: none;
  color: #00314d;
}
#confira ul li:before{
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -0.3em;
  width: 1.7em;
  color: #e88300;
  font-size: 15pt;
}
footer{
  background-color: #00314d;
}
.contato-footer{
  display: flex;
  flex-direction: column;
}
.contato-footer span{
  font-size: 16pt;
}
.info-contato a{
  text-decoration: none;
  color: #fff;
}
.info-contato i, .info-contato svg{
  color: #e88300;
}
.contato-footer ul{
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.contato-footer ul li{
  width: 30px;
  height: 30px;
  border-radius: 10px;
  margin-right: 10px;
}
.contato-footer ul li a{
  width: 100%;
  height: 100%;
  background-color: #ff9900;
  display: block;
  border-radius: 5px;
  text-align: -webkit-center;
  display: flex;
  align-items: center;
  place-content: center;
}
.contato-footer ul li a svg{
  color: #00314d;
}
.primary-color{
  color: #ff9900;
}
.owl-carousel .owl-item img{
  width: auto !important;
}
.owl-dots{
  display: none;
}
#comparativo{
  background-image: linear-gradient(to bottom, #ececec 0, #ececec 50%, #fff 50%);
}
#comparativo h2{
  text-align: center;
  color: #00314d;
}
img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}
.comparativo-tabela{
  width: 100%;
}

.mosaico-espaco{
  display: grid;
  gap: .5rem;
  grid-template-columns: 33.33%;

  grid-template-areas:
    "item-1 item-2 item-4"
    "item-1 item-3 item-4";
}

.mosaico-espaco__item &gt; img{
  object-fit: cover;
  width: 100%;
  height: 100%
}

.mosaico-espaco__item{
  width: 100%;
}

.mosaico-espaco__item:nth-child(1){
  grid-area: item-1;
}

.mosaico-espaco__item:nth-child(2){
  grid-area: item-2;
}

.mosaico-espaco__item:nth-child(3){
  grid-area: item-3;
}

.mosaico-espaco__item:nth-child(4){
  grid-area: item-4;
}

/*  */

.mosaico-espaco__item{}
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }

  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }


  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 50%;
    max-width: 1200px;
  }

  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }

  /* Add Animation */
  .modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
  }

  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }

  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  .imagem_espaco:hover{
    cursor: pointer;
  }

  .mw-35{
    max-width: 35%;
  }

  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }
@media (min-width: 1200px) {
  header{
    background-size: 100% auto;
  }
  .comparativo-tabela{
    width: 85%;
  }
}

@media (max-width: 767px) {
  #beneficios .row{
    flex-flow: column-reverse;
    text-align: -webkit-center;
  }
}

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  header{
    background-size: cover;
    background-position-x: center;
  }
  .modal-content {
      width: 50%;
  }
}

@media (max-width: 991px) {
  .modal-content {
      width: 70%;
  }
}

@media (max-width: 845px) {
  .modal-content{
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  #fundo-confira{
    background-size: auto;
  }
}



@media (max-width: 1300px) {
  #formulario{
    background-size: cover;
    background-position: center;
  }
}
</pre></body></html>