<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.googleapis.com/css?family=Montserrat:400,500,600,800&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&amp;display=swap');

* {
    padding: 0;
    margin: 0;
}
body {
    font-size:14px;    
	line-height: 22px;
}

a, .btn, button{
    text-decoration: none !important;
    outline: none !important;   
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition:  color 300ms, background-color 300ms;
    transition:  color 300ms, background-color 300ms;
}
.form-control:focus {
    border-color: #f20b3a;
    box-shadow: 0 0 0 0.2rem rgba(242,11,58, 0.25);
}
.center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.relative {
    position:relative !important;
}
.navbar {
    position: absolute;
    width: 100%;
    z-index: 2;
    left:0;
}
.navbar-nav {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    padding: 0px 15px;
}
.navbar-dark .navbar-nav .active&gt;.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show&gt;.nav-link {
    color: #E40068;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #E40068;
}
#banner {
    position: relative;
    background-color: rgba(0, 0, 0, 0.82);
    height: 313px;
}
#banner h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 5.3px;
    text-align: center;
    color: #ffffff;
}
#home {
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    background: url('../images/background.jpg') center center no-repeat;
    background-size:cover;
}
#home h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 5.3px;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
}
#home .buttons {
    margin-top: 50px;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
#home .buttons .btn-solid { 
    border:2px solid #e40068;
    background-color: #e40068;
    width: 200px !important;
    color:#FFF;
    border-radius: 40px;
    padding:15px 40px;
    font-size:15px;
    font-weight: 500;
}
#home .buttons .btn-solid:hover {
    background:#D70055;
}

#home .buttons .btn-outline {
    border:2px solid #FFF;
    color:#FFF;
    border-radius: 40px;
    padding:15px 56px;
    font-size:15px;
    font-weight: 500;    
}
#home .buttons .btn-outline:hover {
    background:#FFF;
    color:#222;    
}
#sobre {  
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    background: url('../images/mf_background.jpg') top center no-repeat;
    background-size:cover;  
}
.bg-rosa {
    background:rgba(228,0,104,0.8);
    height:100vh;
}
#sobre h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
}
#sobre p {
    font-family: 'OpenSans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: normal;
    color: #ffffff;
}
#sobre .Selo {
    width: 103px;
    height: 135px;
}
#sobre .btn-light {
    border:2px solid #FFF;
    color: #FFF;
    padding:15px 60px;
    background:transparent;
    font-family: 'OpenSans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    border-radius: 30px;
}
#sobre .btn-light:hover {
    background:#FFF;
    border:2px solid #FFF;
    color:#333;
}
#sobre .center {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}
#servicos .bloco-1, #servicos .bloco-2, #servicos .bloco-3, #servicos .bloco-4 {
    border-radius: 5px;
    background-color: #f8f8f8;
    position: relative;
    min-height: 300px;
}
#servicos .content {
    padding:30px;
    position: absolute;
}
#servicos .bloco-1::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0px;
    width: 157px;
    height: 166px;
    background:url('../../assets/images/assessoria.svg') no-repeat;
}
#servicos .bloco-2::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0px;
    width: 157px;
    height: 166px;
    background:url('../../assets/images/comunic-integrada.svg') no-repeat;
}
#servicos .bloco-3::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0px;
    width: 157px;
    height: 166px;
    background:url('../../assets/images/eventos.svg') no-repeat;
}
#servicos .bloco-4::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0px;
    width: 157px;
    height: 166px;
    background:url('../../assets/images/comunic-interna.svg') no-repeat;
}

#servicos h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
#servicos p {
    font-family: 'OpenSans', sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
#servicos h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #000000;
}
#servicos span {
    font-family: 'OpenSans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #000000;
}
#servicos a {
    font-family: 'OpenSans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #f20b3a;
    text-decoration: none;
}
#servicos a:hover {
    color:#E40068;
}
#servicos .btn-light{
    padding:15px 120px;
    background: #E40068;
    font-size:16px;
    color:#FFF;
    border-radius:30px;
}
#servicos .btn-light:hover {
    color:#FFF;
    background:#f20b3a;
}
#nossos-clientes {
    background-color: #f8f8f8;
}
#nossos-clientes h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}
#nossos-clientes .clientes .owl-item img {
    width: 191px;    
    height: 191px;
    margin: 0 auto;
}
#nossos-clientes .clientes .item p {
    font-family: 'OpenSans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #5e6671;
    padding:0;
    margin:0;
}
#nossos-clientes .clientes h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #5e6671;
}
#nossos-clientes .clientes .owl-nav .owl-prev{
    position: absolute;
    left: 260px;
    top:55px;
    background: url('../images/ic-arrowleft.svg') no-repeat !important;
    width: 54px;
    height: 54px;
    outline: none;
}
#nossos-clientes .clientes .owl-nav .owl-next{
    position: absolute;
    right: 260px;
    top:55px;
    background: url('../images/ic-arrowright.svg') no-repeat !important;
    width: 54px;
    height: 54px;
    outline: none;
}
#nossos-clientes .clientes-logo .owl-nav .owl-prev{
    position: absolute;
    left: -60px;
    top:5px;
    background: url('../images/ic-arrowleft.svg') no-repeat !important;
    width: 54px;
    height: 54px;
    outline: none;
}
#nossos-clientes .clientes-logo .owl-nav .owl-next{
    position: absolute;
    right: -60px;
    top:5px;
    background: url('../images/ic-arrowright.svg') no-repeat !important;
    width: 54px;
    height: 54px;
    outline: none;
}
#noticias .content .image {
    width:100%;
    height: 195px;
    background-size:cover;
}
#noticias .content .warp {
    padding:20px;
    background:#f8f8f8;
}
#noticias .content .warp h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #000000;
    padding:0;
    margin:0;
}
#noticias .content .warp a {
    font-family: 'OpenSans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #f20b3a;
}
#noticias .btn-light{
    padding:15px 120px;
    background: #E40068;
    font-size:16px;
    color:#FFF;
    border-radius:30px;
}
#noticias .btn-light:hover {
    color:#FFF;
    background:#f20b3a;
}
#news h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}
#news input{
    border:none;
    background-color: transparent;
    width:90%;
}
#news .form-control:focus {
    border-color: #f20b3a;
    box-shadow: 0 0 0 0rem rgba(242,11,58, 0.25);
}
#news .input-group{
    border: 1px #555a5f solid;
    padding: 4px;
    border-radius:8px;
}
#news i {
    padding-top:8px;
    margin-right:8px;
    font-size:20px;
    color:#555a5f;
}
#news .btn-light{    
    padding:8px 80px;
    background: #E40068;
    font-size:16px;
    color:#FFF;
    border-radius:30px;
}
#news .btn-light:hover {
    color:#FFF;
    background:#f20b3a;
}

#conteudo p{
    font-family: 'OpenSans', sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #000000;
}
#conteudo h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 5.3px;
    color: #000000;
}
#conteudo .back .btn-light {    
    background: #E40068;
    font-size:16px;
    color:#FFF;
    padding:8px 30px;
    border-radius: 15px;
}
#conteudo h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}
#conteudo .rosa{     
    color: #E40068;
    font-weight: inherit;
}
#conteudo .mailto {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
#conteudo .btn-block {
    padding:15px 0;
    background:#E40068; 
    color:#FFF; 
    border-radius: 30px;
    font-size:18px;
    text-transform: uppercase;
    font-weight: bold;
}
footer p {
    font-family: 'OpenSans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #000000;
    padding:0;
    margin: 0;
}
footer ul li {
    padding: 0 5px
}
footer a{
    font-size: 22px;
    color: #000000;
}
footer a:hover{    
    color: #E40068;
}



.sep-top-h {padding-top:16.9em;}
.sep-bot-l {padding-bottom:10em;}
.sep-top-xs {padding-top: 1.5em;}
.sep-top-sm {padding-top: 2.2em;}
.sep-top-md {padding-top: 3em;}
.sep-top-lg {padding-top: 4.3em;}
.sep-top-1x {padding-top: 5.3em;}
.sep-top-2x {padding-top: 6.5em;}
.sep-top-3x {padding-top: 9.4em;}
.sep-top-4x {padding-top: 11.5em;}
.sep-top-5x {padding-top: 16em;}
.sep-bottom-xs {padding-bottom: 1.5em;}
.sep-bottom-sm {padding-bottom: 2.2em;}
.sep-bottom-md {padding-bottom: 3em;}
.sep-bottom-lg {padding-bottom: 4.3em;}
.sep-bottom-1x {padding-bottom: 5.3em;}
.sep-bottom-2x {padding-bottom: 6.5em;}
.sep-bottom-3x {padding-bottom: 9.4em;}
.sep-bottom-4x {padding-bottom: 11.5em;}
.sep-bottom-5x {padding-bottom: 16em;}
.no-padding {padding: 0 !important;}
.no-margin {margin: 0 !important;}

@media only screen and (max-width: 600px) {
    .navbar {
        background: rgba(0,0,0,.3);
    }
    .navbar-brand img {
        width: 200px;
    }
    .navbar-toggler {
        padding: 4px;
        font-size: 15px;
    }
    #home h1 {
        font-size: 23px;
        letter-spacing: 5.3px;
        text-align: center;
        color: #ffffff;
        line-height: 30px;
    } 
    #home .buttons .btn-solid{
        border:1px solid #E40068;
        font-size:12px;
        padding:10px;
    }
    #home .buttons .btn-outline {
        border:1px #FFF solid;
        font-size:12px;
        padding:10px 25px;
    }
    #sobre h1 {
        font-size:23px;
        padding-top: 15px;
    }
    #sobre .Selo {
        width: 60px;
    }
    #sobre .center {
        width: 100%;
        transform: translate(-50%, 20%);
    }
    #servicos h1 {
        font-size:30px;
    }
    #servicos p {
        font-size:15px;
    }
    #servicos .btn-light {
        margin-top:30px;
        padding:10px !important;
        font-size:14px;
        padding: 0;
        width: 100%;
    }
    #nossos-clientes h1 {
        font-size:30px;
    }
    #nossos-clientes .clientes .owl-item img {
        width: 131px;
        height: 131px;
    }
    #nossos-clientes .clientes .item p {
        font-size:14px;
        text-align: justify;
    }
    #nossos-clientes .clientes-logo .owl-nav .owl-prev,
    #nossos-clientes .clientes-logo .owl-nav .owl-next,
    #nossos-clientes .clientes .owl-nav .owl-prev,
    #nossos-clientes .clientes .owl-nav .owl-next{
        display: none;
    }
    #noticias .btn-light {
        margin-top:30px;
        padding:10px !important;
        font-size:14px;
        padding: 0;
        width: 100%;
    }
    #conteudo h1, #news h1 {
        font-size:24px;
        letter-spacing: 2px;
    }
    #conteudo p {
        font-size:15px;
    }
}</pre></body></html>