<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  color: #fffefe;
  border-radius: 6px;
  padding: 10px 25px 10px 25px; }
.btn.btn-default {
    background: #32A558;
    border: 1px solid #32A558; }
    .btn.btn-default:hover, .btn.btn-default:focus {
      background: #2E9650;
      border: 1px solid #2E9650;
      color: #fff; }
.btn.btn-primary {
    background: #fff;
    border: 1px solid #fff;
    color: #606060; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      background: #606060;
      border: 1px solid #606060;
      color: #fff; }
.btn.btn-secondary {
    background: #424242;
    border: 1px solid #424242;
    color: #fff;
    padding: 10px 15px 10px 15px;
    margin-right: 5px;
    margin-bottom: 5px; }

.btn.btn-secondary:hover, .btn.btn-secondary:focus {
      background: #06b2b6;
      border: 1px solid #06b2b6; }


header{
    padding: 7px 0;
}
#social ul li a{
    width: auto;
}
#logo_home h1 a{
    width: auto; 
    height: 51px;
    background-image: url(../../../media/s/logo.png);
    background-size: contain;
}
#left_form {
    background-color: #277E44;
}
button.backward, button.forward, button.submit {
    background: #277E44;
}
input.form-control, select.form-control, textarea.form-control{
    margin-bottom: 40px;
}

@media(min-width: 993px){
    #left_form{
        height: 1345px;
    }
}
@media (max-width: 767px){
    #left_form img {
        width: auto;
    }
}
@media (max-width: 991px){
    #middle-wizard {
        padding: 30px 30px 50px;
    }
}
.btn-saluta{
    padding: 5px 15px;
    color: #fff;
    background: #277E44;
    border-radius: 5px;
    margin-top: 8px;
}
.btn-saluta:hover{
    color: #f6f6f6;
}
h3.main_question strong, .styled-select select, input.form-control, select.form-control, textarea.form-control, .radio_input label{
    color: #000;
}
::-webkit-input-placeholder {
   color: #000 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000 !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000 !important;  
}

:-ms-input-placeholder {  
   color: #000 !important;  
}
input.form-control.date-format {
    background: url(../img/calendar.svg) right center no-repeat #fff;
}
.scroll-top {
    position: fixed;
    height: 40px;
    width: 40px;
    background: #277E44;
    border-radius: 50%;
    right: 30px;
    bottom: 30px;
    text-align: center;
    line-height: 36px;
    display: none;
}
.scroll-top {
    color: #fff;
}
h3.main_question {
    margin: 0 0 40px;
}
input.form-control, select.form-control, textarea.form-control{
    height: 30px;
}

@font-face {
     font-family: Lisbon Script;
     src: url('../../fonts/Lisbon-Script.otf');
}

.redtag{
    /*background-color: #fff;*/
    padding: 40px 0 20px 0;
}
.redtag h1, .convenios h2, .contato h2, .our-services h2{
    color: #32A558;
    font-size: 30px;
}
.redtag h3{
    line-height: 55px;
    vertical-align: middle;
    font-size: 55px;
    font-family: Lisbon Script;
    color: #277E44;
}
.redtag img{
    width: 100%;
    height: 100%;
}






.fade-in-image {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}</pre></body></html>