/* ==========================================================================
   Base styles
   ========================================================================== */
   * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
} 
.nova{}

div#nomes {
    display: block;
    position: relative;
    margin: 10px;
    font-size: 14px;
}
div#nomes2 {
    display: block;
    position: relative;
    margin: 10px;
    font-size: 12px;
}

nav#formulario {
    display: block;
    position: relative;
    text-align: center;
    height: 400px;
    width: 550px;
    border: solid 1px;
    border-radius: 4px;
    margin: 100px auto 70px auto;
}

input#for {
   color: red;
}
.clear {
    clear:both; 
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ul {
    list-style-type: none;
    list-style: none;
    margin:0;
    padding:0;
}

 audio,
 canvas,
 img,
 video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

 fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea { resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

   .browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*
==========================================================================
   Geral
========================================================================== 
*/

body {
    font-size: 1rem;
font-family: 'Lato', sans-serif;    color: #444;
}

h1 {
    color: #393939;
    font-size: 26px;
    line-height: 26px;
    text-decoration: none;
    margin: 10px 0;
font-family: 'Lato', sans-serif;    }

h2 {
    font-size: 24px;
    line-height: 24px;
    color: #393939;
    text-decoration: none;
    margin: 10px 0px 0px 0px;
    padding: 0;
font-family: 'Lato', sans-serif;}

h3, h4 {
    font-size: 22px;
    line-height: 22px;
    color: #534B3B;
    text-decoration: none;
    margin: 15px 0;
font-family: 'Lato', sans-serif;}

a { 
    color: #393939; 
    text-decoration: none;
}

a:hover { 
    text-decoration: none; 
}

a.tel {
    text-decoration:none;
    color:inherit;  
}

/* 
==================================================
    TOPO
==================================================
*/


.topo{

    width: 100%;
    float: left;
    height: 30px;
    border-bottom: dashed 3px #fff;
    background-color: #1F7EA9;

}

.topo-footer{

    width: 100%;
    float: left;
    margin: 15px 0px 0px 0px;
    

    background-color: #534B3B;
    

    border-top: solid 4px #000;

}


/* 
==================================================
    BANNER
==================================================
*/

.banner{width: 100%; height: auto; margin: 0 auto;}

.banner img {width: auto; max-width: 1360px;}


/* 
==================================================
    Header
==================================================
*/

header {
    margin: 0 auto;
    background-color: #FAFAFA;
}

header .logo { 
    float: left;
    margin: 15px 0px 15px 0px;
    z-index: 300;
    position: relative; 
}

header .logo a {
    background: url(../imagens/logo.png) no-repeat;
    display: block;
    width: 249px;
    height: 84px;
    overflow: hidden;
    text-indent: -99999px; 
}

header .right {
    float: right;
    text-align: right;
    color: #393939;
    font-size: 16px;
    margin-top: 25px;   
}

header .right strong { 
    font-size: 28px; 
}

/* 
==================================================
    Menu
==================================================
*/

header nav { 
    position: relative;
    height: 49px;
    font-size: 16px;
    background-color: #000;
    border-bottom: solid 4px #f7ac3a;
    clear: both;
}

header nav li {
    position: relative;
    float: left;
}

header nav a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 20px 16px 20px;
    text-align: center;
    /* transition: all .3s linear; */ /* Efeito de Transição dos itens do header nav e sub-header nav */  
}
header nav ul{
    margin: 0 auto;
}
header nav a:hover,
header nav li:hover a { 
    color: #FFF;
    text-decoration: none;
    background-color: #f7ac3a;
}

header nav table {
    border-collapse: collapse;
    position: absolute;
    left: 0;
    top: 0;
}

header nav .dropdown .sub-menu { 
    display: none;
    position: absolute;
    top: 50px;
    left: 0px;
    margin: 0;
    width: 206px;
    background-color: #f7ac3a;
    z-index: 3333;
}

header nav .dropdown:hover .sub-menu { 
    display: block;


}

header nav .dropdown:hover .sub-menu li {
    position: relative;
    float: left;
    width: 202px;
    border-bottom: 1px #282623 solid;
    margin:0;  
    padding: 4px 0px 0px 4px;
}

header nav .dropdown:hover .sub-menu li a {
    display: block;
    width: 191px;
    font-size: 13px;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    color: #fff;
}

header nav .dropdown:hover .sub-menu li a:hover {
    color: #282623;
    text-decoration: none;
}

header nav .dropdown ul li.dropdown .sub-menu { 
    display: none;
    position: absolute;
    top: 0px;
    left: 205px;
    margin: 0;
    height: auto;
    width: 191px;
    z-index: 3;
}

header nav .dropdown ul li.dropdown:hover .sub-menu { 
    display: block;
    width: 206px;
    background-color: #f7ac3a;
}

/* 
==================================================
    Content
==================================================
*/

.wrapper {  
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
}

.content {
    padding: 0 0px;
}

section {
    float: left;
    width: 96%;
    background: #fff;
    padding: 2%;
}

article { 
    float: left;
    width: 70%;
}

article p { 
    margin: 1.5em 0; 
}

article strong
{
    font-weight:normal;
}

article.full {
    width: 100%;
}

#breadcrumb {
    display: inline-block;
    clear: both;
    width: 100%;
    color: #333;
    font-size: 11px;
}

#breadcrumb div {
    display: inline;
}

#breadcrumb a { 
    color: #777; 
    text-decoration:underline;
}

#breadcrumb a:hover { 
    color: #444; 
    text-decoration: none;
}

.list { 
    margin: 0 0 20px 40px; 
}

.list li {
    list-style: disc;
    margin: 6px 0;
    line-height: 1.5em;
}

.picture-legend {
    background:#eee;
    display:inline-block;
    padding:3px;
}

.picture-legend strong {
    clear:both;
    display:block;
    text-align:right;
    font-weight: normal;
    padding: 4px;
    font-size:9px;
}

.picture-legend img {
    margin:0 auto;
    display:block;
}

.picture-left {
    float:left;
    margin:0 10px 0 0;
}

.picture-right {
    float:right;
    margin:0 0 0 10px;
}

.picture-center {
    margin:0 auto;
    display:block;
}

/* 
==================================================
    Thumbnails
==================================================
*/

.thumbnails { 
    display: inline-block; 
    list-style: none;
    list-style-type: none;
    width: 100%;
}

.thumbnails li {
    float: left;
    width: 165px;
    height: 208px;
    margin: 15px 22px;
    text-align: center; 
    background-color: #f7ac3a;
    box-shadow: 1px 1px 1px 0px #3A3A3A;
    opacity: 0.9
}

.thumbnails li:hover {opacity:1.0;}

.thumbnails li img{
    width:155px;
    height:155px;
    padding:5px;
   
}


.thumbnails h2 {
    font-size: 14px;
    margin: 0px 0;
    padding: 10px;
    background-color: #282623;
}

.thumbnails a {
    text-decoration: none;
    color: #fff;
}

.thumbnails a:hover { 
    text-decoration: none; 
    color: #E5E5E5;
}

/*
==================================================
    Sidebar
==================================================
*/

aside {
    float: left;
    width: 27%;
    margin: 15px 10px 0px 0px;
}

aside h2 a { 
    display: block;
    padding: 10px;
    font-size: 20px;
    color: #FFF;
    background-color: #000;
    text-decoration: none;
    text-align: center;
    border-bottom: 2px #fff solid;
}

aside nav { 
    list-style: none;
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
}

aside li { 
    margin: 0 0 0 0;
}

aside li a {
    display: block;
    padding: 5px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
}

aside nav li a:hover {
    color: #eee;
    /* background: #0077BB; */
}

aside h3 { 
    color: #393939; 
    text-align: center;
}

aside p { 
    text-align: center; 
    line-height: 1.8em; 
    margin: 0;
}

aside strong { 
    font-size: 23px;
    color: #393939;

}

/* 
==================================================
    Includes
==================================================
*/

/*  Saiba mais */

.more { 
    margin-bottom: 20px; 
}
.more h2 strong { 
    font-size: 16px; 
}

/*  Social midia  */

.compartilhe {
    font-size: 0.75em;
    margin: 0.5em 0;
    display:block;
    font-weight:bold;
}

.social-media { 
    display: inline-block;
    padding: 0;
    margin:5px 0;
}

.social-media li {
    float: left;
    margin-right: 10px;
}

/*  Páginas relacionadas  */ 

.related-posting-title {
    font-size: 26px;
}

.related-posting {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.row {
    clear: both;
    display: block;
    background: #E8E8E8;
    border-left: 3px solid #E8E8E8;
    padding: 10px 20px;
    min-height: 85px;
    margin: 0 0 2px 0;
    overflow: hidden;
}

.row:hover { 
    border-left: 3px solid #F00; 
}

.row img {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    border: 1px solid #CCC;
    margin: 0 10px 0 0;
}

.row p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}

.row a { 
    color: #333; 
    text-decoration: none;
}

.row p a { 
    color:#69747b;
}

.row strong { 
    font-size: 12px;
}

/*  Tabs regiões  */ 

.hide { position: absolute; top: -9999px; left: -9999px; }

#servicosTabsDois .list-wrap { 
    background: #eee;
    padding: 10px;
    margin: 0 0 15px 0;
    font-size: 10px;
}

#servicosTabsDois ul { 
    list-style: none;
    display:inline-block;
}

#servicosTabsDois .list-wrap li{ 
    width:160px; 
    float:left;
    color:#666;
}

#servicosTabsDois .nav { 
    overflow: hidden; 
    margin:0;
    padding:0;
}

#servicosTabsDois .nav li {
    float: left; 
    margin: 0 10px 0 0; 
}

#servicosTabsDois .nav li.last { 
    margin-right: 0; 
}

#servicosTabsDois .nav li a { 
    display: block;
    text-decoration: none;
    padding: 12px;
    background: #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border: 0;
}

#servicosTabsDois .nav li a:hover, #servicosTabsDois .nav li a:focus { 
    background: #999;
    color:#fff;
}

#servicosTabsDois ul li.nav-two a.current { 
    background-color: #eee !important; 
    color: #666; 
}

/*  Copyright  */

.copyright {
    font-size: 10px ;
    color: #666;
}

.copyright a {
    font-size: 10px ;
    color: #666;
}


/*
==================================================
    Footer
==================================================
*/

footer {
    clear: both;  
    background-color: #f7ac3a;
    padding: 15px 0px 0px 0px;
}

.contact-footer {
    float: left;
    color: white;
    margin-right: 30px; 
}

.contact-footer strong {
    font-size: 22px ;
    letter-spacing: -1px;
}

footer address {
    margin:0 0 10px 0;
    font-size: 12px ;
    font-style:normal;
    line-height:15px;
}

footer address span {
    margin:0 0 5px 0;
    font-size: 14px ;
    font-weight:bold;
    display:block;
}

footer .menu-footer {
    text-align: right;  
}

footer .menu-footer nav { 
    margin: 3px 0; 
}

footer .menu-footer nav li {
    display: inline;
    padding: 0 10px 0 0;
}

footer .menu-footer nav li a {
    color: #fff;
    font-size: 13px ;
    text-decoration: none;
}

footer .menu-footer nav li a:hover { 
    color: #000;
}

footer .social { 
    margin:20px 0 0 0; 
    float:right;
}

footer .social .social-icons{ 
    width:32px;
    height:32px;
    display:block;
    margin:0 0 0 5px;
    float:right;
    background:url(../imagens/icones/icons-social-midia.png);
}

footer .social .google{ background-position:131px 0;}
footer .social .google:hover{ background-position:131px 32px;}

footer .social .facebook{ background-position:164px 0;}
footer .social .facebook:hover{ background-position:164px 32px; }

footer .social .youtube{ background-position:32px 0;}
footer .social .youtube:hover{ background-position:32px 32px;}

footer .social .email{ background-position:65px 0;}
footer .social .email:hover{ background-position:65px 32px;}

.copyright-footer {
    text-align: left;
    font-size: 10px ;
    line-height: 16px;
    color: #fff;
    padding: 10px 0px 10px 0px;
    margin-top: 15px;
    background-color: #000;
}

.copyright-footer .selos { 
    float:right; 
}

.copyright-footer .selos a { 
    margin:0 0 0 5px;
}

/*
==================================================
    Página Contato (Formulario)
==================================================
*/

.contact {
    display: block;
    padding: 0 0px;
}
.form { 
    float: left;
}

.form label {
    width: 185px;
    font-weight: bold;
    padding-right: 5px;
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
}

.form label span {
    font-size: 9px;
    color:#C00;
}

.form input, .form textarea, .form select {
    margin: 0 0 4px 0;
    padding: 5px;
    border: solid 1px #333;
    border-radius: 3px;
    font-size: 16px;
}

.form textarea {
    width: 340px;
}

.form input:focus, .form textarea:focus, .form select:focus {
    background:#eee;
}

.form .ir {
    border: solid 1px #000;
    background: #fff;
    padding: 3px 8px;
    cursor:pointer;
}
.form .ir:hover
{
    background: #0077bb;
}
.bt-submit {
    display: block;
    margin: 5px 0 0 0;
}

.form span.obrigatorio {
    font-size:9px;
    color:#C00;
}

.form label.error { 
    display:block; 
    color: red; 
    margin: 0 .5em 0 0;
    vertical-align: top; 
    font-size: 10px 
}

.help {
    font-size: 11px ;
    color: #666;
}

.alert { 
    color: #FF0000; 
}

.contact-form {
    float: right;
    width: 470px;
    color: #989898;
    font-size: 18px;
}

.contact-form strong { 
    color: #6d6e71; 
}

/*
==================================================
                Sitemap
==================================================
*/

.sitemap { 
    margin-left: 30px; 
    list-style: none; 
    list-style-type: none;
}

.sitemap li {
    font-size: 15px ;
    margin: 10px 0;
}

.sitemap li a { 
    color: #777;
    font-size: 20px;
    line-height: 25px; 
    text-decoration:none;
}

.sitemap li a:hover { 
    color: #222 !important;
}

.sitemap li ul { 
    margin-left: 35px;
    list-style: none; 
    list-style-type: none;
}

.sitemap li ul li {
    margin: 5px 0;
    padding: 0;
}

.sitemap li ul li a {
    font-size: 12px ;
    color: #777;
}

.sitemap li ul li ul li { 
    margin: 5px 0;
}

.sitemap li ul li ul li a {
    font-size: 13px ;
    color: #777;
}

.sitemap li a:hover { 
    color:#999; 
}

/*
========================================
                Page not found
========================================
*/
.msg-404 {
    position: relative;
    font-size: 22px;
    line-height: 34px;
    color: #A7A9AC;
    margin-bottom: 30px;
}

.menu-404 {
    background: #F8F8F8;
    width: 95%;
    padding: 15px;
    margin-bottom: 20px;
    float: left;
}

.menu-404 a { 
    display: block;
    margin: 0 auto;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

 .ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    /**text-indent: -9999px;*/
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

 .hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

 .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

 .visuallyhidden.focusable:active,
 .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

 .invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

 .clearfix:before,
 .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

 .clearfix {
    /**zoom: 1;*/
}

.slicknav_menu {
    display:none;
}

/*
========================================
                Fancy Box - Lightbox
========================================
*/

#title-empresa h2{
    font-size: 14px;
    background: #E9E9E9;
    padding: 4px 10px;
    line-height: 15px;
    color: #717171;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 10px 0;
    font-weight: 500;
    border-radius: 8px;
}

#title-keyword h3{
    font-size: 12px;
    padding: 0 10px;
    line-height: 15px;
    color: #717171;
    text-decoration: none;
    margin: 0 0 10px 0;
    border-radius: 8px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-inner,.fancybox-outer{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(images-fancy/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(images-fancy/fancybox_loading.gif) center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:url(images-fancy/blank.gif);-webkit-tap-highlight-color:transparent;z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:hidden!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(images-fancy/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:0 0;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}


/*
==================================================
menu acordeon novo
==================================================
*/


ul.cssmenu {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 1em;
    list-style: none;
    -moz-border-radius: 3px;
}

ul.cssmenu li {   
   background: #000;
}

ul.cssmenu li a {
    line-height: 22px;
    font-size: 12px;
    padding: 10px 15px;
    color: #FFF;
    display: block;
    text-decoration: none;
    border-bottom: 1px #fff solid;
}

ul.cssmenu li a:hover {
    background: #F7AC3A;
    color: #fff;
    text-decoration: none;
}

ul.cssmenu ul {
    margin: 0;
    padding: 0;
    display: none;
}

.cssmenu ul li a:before {
  content: '\00BB';
  left: 10px;
  color: #000;
  margin-right: 10px;
}

.cssmenu a:before {
  content: '\00BB';
  left: 10px;
  color: #FFF;
  margin-right: 10px;
}

ul.cssmenu ul li {
    margin: 0;
    padding: 0;
    clear: both;
}

ul.cssmenu ul li a {
    padding-left: 20px;
    font-size: 12px;
    font-weight: normal;
    outline:0;
    color:#000;
    background-color: #9ea4a3;
}

ul.cssmenu ul li a:hover {}

ul.cssmenu ul ul li a {
    padding-left: 40px;
    line-height: 18px;
}

ul.cssmenu ul ul li a:hover {}

ul.cssmenu span{
    /* float:right; */
}



/*
========================================
                CSS Mobile
========================================
*/

/* TABLET */ 

@media only screen and (min-width:767px) and (max-width: 959px){

    header nav a {
        padding: 10px 0px;
        width: 142px;
    }

    .gallery li {
        margin: 4px;
    }

    article img{
        max-width: 100%;
    }

    #servicosTabsDois .nav li a {
        padding: 10px;
    }



}

/* Mobile */

@media only screen and (max-width: 765px){

    .js #menu {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }

    header .logo a {
        background-image: url(../imagens/logo.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    header .logo{        padding: 10px;
}

header .right{float: left; padding: 10px; margin: 10px 0px 0px 0px;}

    section img{
        max-width: 100%
    }

    .thumbnails li {

        position: relative;
        left: 23%;


    }

    article {
        width: 100%;
    }

    aside {
        width: 100%;
        margin: 0;
    }

    footer{padding: 15px;}



    footer .menu-footer nav li {
    display: table;
    padding: 0 10px 0 0;
}

    #servicosTabsDois .nav li a {
        padding: 8px;
        font-size: 13px;
        width: 100%;
    }

}

/*
    Mobile Menu Core Style
    */

    .slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
    .slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
    .slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_no-text { margin: 0 }
    .slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
    .slicknav_nav { clear: both }
    .slicknav_nav ul,
    .slicknav_nav li { display: block }
    .slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
    .slicknav_nav .slicknav_item { cursor: pointer; }
    .slicknav_nav .slicknav_row { display: block; }
    .slicknav_nav a { display: block }
    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a { display: inline }
    .slicknav_menu:before,
    .slicknav_menu:after { content: " "; display: table; }
    .slicknav_menu:after { clear: both }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
    */

    .slicknav_menu {
        font-size:16px;
    }
    /* Button */
    .slicknav_btn {
        margin: 5px 5px 6px;
        text-decoration:none;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;  
        background-color: #222222;
    }
    /* Button Text */
    .slicknav_menu  .slicknav_menutxt {
        color: #FFF;
        font-weight: bold;
        text-shadow: 0 1px 3px #000;
    }
    /* Button Lines */
    .slicknav_menu .slicknav_icon-bar {
      background-color: #f5f5f5;
  }
  .slicknav_menu {
    background:#4c4c4c;
    padding:5px;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc;
    color:#fff;
}
.slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc;
    color:#222;
}
.slicknav_nav .slicknav_txtnode {
   margin-left:15px;   
}
.seguranca{
    width: 67%;
}

/*-------------------------------------------------------------------------------------------*/



.titulo-galeria{display:block;}


/* ===== ESTRUTURA ===== */

.galeria-estrutura{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
    margin-top:30px;
}

.box-estrutura{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 2px 12px rgba(0,0,0,.08);
    padding-bottom:20px;
}

.box-estrutura img{
    width:100%;
    height:auto;
    display:block;
}

.box-estrutura h3{
    font-size:22px;
    padding:15px 20px 10px;
}

.box-estrutura p{
    padding:0 20px;
    line-height:1.7;
}


/* ===== AUTORIDADE ===== */

.seguranca.autoridade ul{
    margin-top:20px;
    padding-left:20px;
}

.seguranca.autoridade li{
    margin-bottom:10px;
}


/* ===== LINKS HOMEPAGE ===== */

.links-homepage{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-top:25px;
}

.links-homepage a{
    background:#000;
    color:#fff;
    padding:14px 22px;
    border-radius:8px;
    text-decoration:none;
    transition:.3s;
}

.links-homepage a:hover{
    transform:translateY(-3px);
}


/* ===== BOTÃO FIXO WHATSAPP ===== */

.whatsapp-fixo{
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:9999;

    background:#25d366;
    color:#fff;

    padding:16px 22px;
    border-radius:50px;

    text-decoration:none;
    font-weight:700;
    font-size:16px;

    box-shadow:0 4px 15px rgba(0,0,0,.25);

    transition:.3s;
}

.whatsapp-fixo:hover{
    transform:scale(1.05);
}


/* ===== MOBILE ===== */

@media(max-width:768px){

    .whatsapp-fixo{
        right:15px;
        bottom:15px;
        font-size:15px;
        padding:14px 18px;
    }

}


/* ================= HEADER HC ================= */

.header-hc{
    width:100%;
    background:#fff;
    box-shadow:0 2px 10px rgba(0,0,0,.06);
    position:sticky;
    top:0;
    z-index:9999;
}


/* TOPO */

.header-topo{
    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:14px 0;
}


/* LOGO */

.logo img{
    display:block;
    max-width:220px;
    height:auto;
}


/* CONTATO */

.header-contato{
    display:flex;
    align-items:center;
    gap:12px;
}


/* BOTÕES */

.btn-whatsapp,
.btn-telefone{
    display:flex;
    align-items:center;
    gap:8px;

    text-decoration:none;

    padding:12px 18px;

    border-radius:50px;

    font-size:15px;
    font-weight:700;

    transition:.3s;
}


/* WHATS */

.btn-whatsapp{
    background:#f5b321;
    color:#111;
}

.btn-whatsapp:hover{
    background:#e2a114;
    transform:translateY(-2px);
}


/* TELEFONE */

.btn-telefone{
    background:#111;
    color:#fff;
}

.btn-telefone:hover{
    background:#000;
    transform:translateY(-2px);
}


/* MENU */

#menu-hc{
    background:#111;
    border-bottom:4px solid #f5b321;
}


.menu-flex{
    display:flex;
    justify-content:center;
}


#menu-hc ul{
    display:flex;
    align-items:center;
    gap:40px;

    margin:0;
    padding:0;

    list-style:none;
}


#menu-hc ul li{
    position:relative;
}


#menu-hc ul li a{
    display:block;

    color:#fff;

    text-decoration:none;

    font-size:16px;
    font-weight:700;

    padding:18px 0;

    transition:.3s;
}


/* HOVER */

#menu-hc ul li a:hover{
    color:#f5b321;
}


/* BARRA INFERIOR */

.header-barra{
    background:#f7f7f7;
    border-top:1px solid #ececec;

    padding:10px 0;

    font-size:14px;
    text-align:center;
    color:#333;
}


/* MOBILE */

@media(max-width:980px){

    .header-topo{
        flex-direction:column;
        gap:18px;
    }

    #menu-hc ul{
        flex-wrap:wrap;
        gap:22px;
        justify-content:center;
    }

}


@media(max-width:768px){

    .header-contato{
        width:100%;
        flex-direction:column;
    }

    .btn-whatsapp,
    .btn-telefone{
        width:100%;
        justify-content:center;
    }

    #menu-hc ul{
        gap:16px;
    }

    #menu-hc ul li a{
        font-size:14px;
    }

    .header-barra{
        font-size:13px;
        line-height:1.5;
        padding:12px;
    }

}


.logo img{
    max-width:280px;
}

.seguranca img{
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    margin: 25px auto;
    border-radius: 10px;
}

.seguranca.prova-social {
    padding: 80px 20px;
    background: #f8fafc;
    border-radius: 24px;
    margin-top: 40px;
}

.google-review-topo {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.google-info strong {
    display: block;
    font-size: 28px;
    color: #111827;
}

.google-info span {
    color: #6b7280;
    font-size: 15px;
}

.estrelas {
    font-size: 28px;
    color: #fbbc04;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.seguranca.prova-social h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 20px;
}

.descricao-avaliacoes {
    font-size: 18px;
    line-height: 1.8;
    color: #4b5563;
    max-width: 900px;
    margin-bottom: 50px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    gap: 25px;
}

.review-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.review-card:hover {
    transform: translateY(-5px);
}

.review-card.destaque {
    border: 2px solid #25d366;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    gap: 10px;
}

.review-header strong {
    color: #111827;
    font-size: 18px;
}

.review-header .stars {
    color: #fbbc04;
    font-size: 18px;
}

.review-card p {
    color: #4b5563;
    line-height: 1.8;
    font-size: 16px;
}

.google-cta {
    margin-top: 45px;
    text-align: center;
}

.btn-google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111827;
    color: #ffffff;
    padding: 18px 35px;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.btn-google:hover {
    background: #25d366;
}

@media(max-width:768px){

    .seguranca.prova-social h2{
        font-size:32px;
    }

    .descricao-avaliacoes{
        font-size:16px;
    }

}

.google-review-badge{
    display:flex;
    align-items:center;
    gap:15px;
    background:#fff;
    padding:18px 24px;
    border-radius:18px;
    width:max-content;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    margin-bottom:30px;
}

.google-icon img{
    width:38px;
    height:38px;
    object-fit:contain;
}

.google-review-info strong{
    display:block;
    font-size:18px;
    color:#111827;
    margin-bottom:4px;
}

.google-review-info .stars{
    color:#fbbc04;
    font-size:18px;
    letter-spacing:2px;
    margin-bottom:4px;
}

.google-review-info span{
    font-size:14px;
    color:#6b7280;
}



/* BARRA SEO TOPO */

.header-barra{
    background:#f5f5f5;
    border-top:3px solid #f0b323;
    padding:12px 0;
}

.header-barra .wrapper{
    max-width:1280px;
    margin:0 auto;
    padding:0 20px;
    text-align:center;
    font-size:16px;
    line-height:1.5;
    color:#222;
    font-weight:500;
}

.btn-whatsapp{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    background:linear-gradient(135deg,#25d366,#128c7e);

    color:#ffffff;
    font-size:18px;
    font-weight:700;

    padding:18px 38px;

    border-radius:999px;

    text-decoration:none;

    box-shadow:0 10px 30px rgba(37,211,102,0.35);

    transition:all 0.3s ease;

    border:none;
}

.btn-whatsapp:hover{

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(37,211,102,0.45);

    background:linear-gradient(135deg,#2afc73,#128c7e);

}

.btn-whatsapp:active{

    transform:scale(0.98);

}

.btn-whatsapp-premium{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    background:linear-gradient(135deg,#25d366,#128c7e);

    color:#fff;

    font-size:18px;

    font-weight:700;

    padding:18px 35px;

    border-radius:999px;

    text-decoration:none;

    box-shadow:0 10px 25px rgba(37,211,102,0.35);

    transition:all .3s ease;

    width:auto;

    max-width:420px;

    border:none;

}

.btn-whatsapp-premium:hover{

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(37,211,102,0.45);

}

.btn-whatsapp-premium img{

    width:22px;

    height:22px;

    object-fit:contain;

}


.btn-whatsapp-premium{

    display:inline-block;

    background:linear-gradient(135deg,#25d366,#128c7e);

    color:#fff !important;

    font-size:18px;

    font-weight:700;

    padding:18px 35px;

    border-radius:999px;

    text-decoration:none;

    box-shadow:0 10px 25px rgba(37,211,102,0.35);

    transition:all .3s ease;

    border:none;

    margin-top:20px;

}

.btn-whatsapp-premium:hover{

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(37,211,102,0.45);

}


.btn-whatsapp-premium{

    background:#25d366;

    color:#ffffff !important;

    display:inline-block;

    padding:18px 35px;

    border-radius:60px;

    font-size:18px;

    font-weight:700;

    text-decoration:none !important;

    margin-top:20px;

    transition:0.3s;

    box-shadow:0 10px 25px rgba(37,211,102,0.35);

    border:none;

    line-height:1.2;

}

.btn-whatsapp-premium:hover{

    background:#128c7e;

    transform:translateY(-2px);

}

/* BOTAO WHATSAPP PREMIUM */

a.btn-whatsapp-premium{

    background:#25d366 !important;

    color:#ffffff !important;

    padding:18px 35px !important;

    border-radius:60px !important;

    display:inline-block !important;

    text-decoration:none !important;

    font-size:18px !important;

    font-weight:700 !important;

    line-height:1.2 !important;

    border:none !important;

    margin-top:20px !important;

    box-shadow:0 10px 25px rgba(37,211,102,0.35) !important;

}

a.btn-whatsapp-premium:hover{

    background:#128c7e !important;

}


.cards-planos{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

    margin-top:40px;

}

.card-plano{

    background:#ffffff;

    border-radius:24px;

    padding:35px 28px;

    box-shadow:0 10px 30px rgba(0,0,0,0.06);

    transition:0.3s ease;

    border:1px solid #f1f1f1;

}

.card-plano:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 40px rgba(0,0,0,0.10);

}

.card-plano h3{

    font-size:32px;

    margin:15px 0;

    color:#111;

}

.card-plano p{

    font-size:17px;

    line-height:1.7;

    color:#555;

}

.icone-plano{

    font-size:42px;

}

.card-plano.destaque{

    border:2px solid #25d366;

}


@media(max-width:768px){

    .cards-planos{

        grid-template-columns:1fr;

    }

}


@media(max-width:768px){

    .google-review-box{

        display:flex;

        flex-direction:column;

        align-items:center;

        text-align:center;

        gap:15px;

    }

    .google-review-box img{

        max-width:140px;

        height:auto;

    }

    .google-review-stars{

        justify-content:center;

    }

    .google-review-info{

        width:100%;

    }

}



.google-review-box img{

    width:120px;

}



/* =========================================
CARDS PREMIUM
========================================= */

.cards-modelos{
    display:flex;
    gap:25px;
    margin-top:50px;
    flex-wrap:wrap;
}

.card-modelo{
    flex:1;
    min-width:220px;
    background:#ffffff;
    border-radius:22px;
    padding:35px 30px;
    position:relative;
    overflow:hidden;

    border:2px solid #f1f1f1;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.06),
    0 3px 10px rgba(0,0,0,0.04);

    transition:all .35s ease;
}

.card-modelo:hover{

    transform:translateY(-8px);

    border-color:#ffd200;

    box-shadow:
    0 25px 50px rgba(0,0,0,0.12),
    0 10px 20px rgba(0,0,0,0.08);

}

.card-modelo::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:5px;

    background:linear-gradient(90deg,#ffd200,#ffb700);

}

.card-modelo span{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    width:85px;
    height:85px;

    border-radius:50%;

    background:#fff9e2;

    font-size:42px;

    margin-bottom:25px;

    box-shadow:
    0 5px 15px rgba(0,0,0,0.08);

}

.card-modelo h3{

    font-size:28px;
    font-weight:800;

    color:#111;

    margin-bottom:15px;
}

.card-modelo p{

    font-size:17px;
    line-height:1.7;

    color:#555;
}

/* =========================================
EFEITO DIFERENTE PARA URGENTE
========================================= */

.card-modelo.urgente{

    border:2px solid #2ad15f;

    background:linear-gradient(180deg,#ffffff,#f7fff9);

}

.card-modelo.urgente::before{

    background:linear-gradient(90deg,#00c853,#00e676);

}

/* =========================================
HERO PREMIUM
========================================= */

.hero-premium{

    padding:80px 0;

    background:
    linear-gradient(135deg,#ffffff 0%,#f8f9fb 100%);

}

.hero-flex{

    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:60px;

    flex-wrap:wrap;
}

.hero-texto{

    flex:1;
    min-width:320px;
}

.hero-imagem{

    flex:1;

    display:flex;
    justify-content:center;
}

.hero-imagem img{

    width:100%;
    max-width:560px;

    border-radius:28px;

    box-shadow:
    0 30px 60px rgba(0,0,0,0.15);

    transition:all .4s ease;
}

.hero-imagem img:hover{

    transform:translateY(-8px) scale(1.01);

}

/* =========================================
SELO AVALIAÇÕES
========================================= */

.selo-avaliacoes{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#fff8e1;

    border:1px solid #ffe082;

    padding:12px 18px;

    border-radius:50px;

    font-size:15px;
    font-weight:700;

    color:#111;

    margin-bottom:25px;
}

/* =========================================
BOTÃO HERO PREMIUM
========================================= */

.btn-whatsapp{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    gap:12px;

    background:
    linear-gradient(135deg,#2ad15f,#00b248);

    color:#fff;

    padding:20px 42px;

    border-radius:60px;

    font-size:24px;
    font-weight:800;

    text-decoration:none;

    box-shadow:
    0 15px 35px rgba(42,209,95,0.35);

    transition:all .35s ease;
}

.btn-whatsapp:hover{

    transform:translateY(-4px);

    box-shadow:
    0 20px 45px rgba(42,209,95,0.45);

}

/* =========================================
RESPONSIVO
========================================= */

@media(max-width:900px){

    .hero-flex{

        flex-direction:column;
    }

    .hero-imagem{

        order:-1;
    }

    .card-modelo{

        min-width:100%;
    }

}

/* =========================================
HERO PREMIUM
========================================= */

.hero-premium{

    padding:90px 0;

    background:
    linear-gradient(135deg,#ffffff 0%,#f7f9fc 100%);

    overflow:hidden;
}

.hero-flex{

    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:70px;

    flex-wrap:wrap;
}

/* =========================================
TEXTO HERO
========================================= */

.hero-texto{

    flex:1;

    min-width:320px;
}

.selo-avaliacoes{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#fff8df;

    border:1px solid #ffe082;

    padding:12px 22px;

    border-radius:50px;

    font-size:15px;
    font-weight:700;

    color:#111;

    margin-bottom:28px;
}

.hero-texto h1{

    font-size:56px;

    line-height:1.1;

    font-weight:900;

    color:#111;

    margin-bottom:30px;
}

.hero-texto h1 strong{

    color:#000;
}

.hero-descricao{

    font-size:22px;

    line-height:1.7;

    color:#444;

    max-width:760px;

    margin-bottom:40px;
}

/* =========================================
BOTÕES
========================================= */

.hero-botoes{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

    margin-bottom:50px;
}

.btn-whatsapp-hero{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    background:
    linear-gradient(135deg,#2ad15f,#00b248);

    color:#fff;

    padding:22px 42px;

    border-radius:60px;

    font-size:22px;
    font-weight:800;

    text-decoration:none;

    box-shadow:
    0 15px 35px rgba(42,209,95,0.35);

    transition:all .35s ease;
}

.btn-whatsapp-hero:hover{

    transform:translateY(-5px);

    box-shadow:
    0 20px 45px rgba(42,209,95,0.45);
}

.btn-secundario{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    background:#fff;

    border:2px solid #111;

    color:#111;

    padding:22px 38px;

    border-radius:60px;

    font-size:20px;
    font-weight:700;

    text-decoration:none;

    transition:all .35s ease;
}

.btn-secundario:hover{

    background:#111;

    color:#fff;
}

/* =========================================
CARDS PREMIUM
========================================= */

.cards-modelos{

    display:flex;

    gap:25px;

    flex-wrap:wrap;
}

.card-modelo{

    flex:1;

    min-width:220px;

    background:#fff;

    border-radius:24px;

    padding:35px 30px;

    position:relative;

    border:2px solid #f1f1f1;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.06),
    0 3px 10px rgba(0,0,0,0.04);

    transition:all .35s ease;
}

.card-modelo:hover{

    transform:translateY(-8px);

    border-color:#ffd200;

    box-shadow:
    0 25px 50px rgba(0,0,0,0.12),
    0 10px 20px rgba(0,0,0,0.08);
}

.card-modelo::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:5px;

    background:linear-gradient(90deg,#ffd200,#ffb700);

    border-radius:20px 20px 0 0;
}

.card-modelo.urgente{

    border:2px solid #2ad15f;

    background:
    linear-gradient(180deg,#ffffff,#f7fff9);
}

.card-modelo.urgente::before{

    background:
    linear-gradient(90deg,#00c853,#00e676);
}

.icone-card{

    display:flex;

    align-items:center;
    justify-content:center;

    width:90px;
    height:90px;

    border-radius:50%;

    background:#fff8df;

    font-size:42px;

    margin-bottom:25px;

    box-shadow:
    0 8px 20px rgba(0,0,0,0.08);
}

.card-modelo h3{

    font-size:30px;

    font-weight:900;

    color:#111;

    margin-bottom:18px;
}

.card-modelo p{

    font-size:17px;

    line-height:1.8;

    color:#555;
}

/* =========================================
IMAGEM HERO
========================================= */

.hero-imagem{

    flex:1;

    display:flex;

    justify-content:center;

    min-width:320px;
}

.hero-imagem img{

    width:100%;

    max-width:580px;

    border-radius:28px;

    box-shadow:
    0 35px 70px rgba(0,0,0,0.18);

    transition:all .4s ease;
}

.hero-imagem img:hover{

    transform:translateY(-8px) scale(1.02);
}

/* =========================================
RESPONSIVO
========================================= */

@media(max-width:980px){

    .hero-flex{

        flex-direction:column;
    }

    .hero-texto h1{

        font-size:42px;
    }

    .hero-descricao{

        font-size:19px;
    }

    .hero-imagem{

        order:-1;
    }

    .card-modelo{

        min-width:100%;
    }

}

/* =========================================
HERO PREMIUM AJUSTADO
========================================= */

.hero-premium{

    padding:55px 0 40px;

    background:
    linear-gradient(135deg,#ffffff 0%,#f7f9fc 100%);

    overflow:hidden;
}

.hero-flex{

    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:45px;

    flex-wrap:wrap;
}

/* =========================================
TEXTO
========================================= */

.hero-texto{

    flex:1;

    min-width:320px;

    max-width:620px;
}

.hero-texto h1{

    font-size:48px;

    line-height:1.08;

    margin-bottom:22px;
}

.hero-descricao{

    font-size:20px;

    line-height:1.6;

    margin-bottom:28px;
}

/* =========================================
BOTÕES
========================================= */

.hero-botoes{

    display:flex;

    gap:15px;

    flex-wrap:wrap;

    margin-bottom:35px;
}

.btn-whatsapp-hero{

    padding:18px 34px;

    font-size:20px;
}

.btn-secundario{

    padding:18px 30px;

    font-size:18px;
}

/* =========================================
IMAGEM HERO AJUSTADA
========================================= */

.hero-imagem{

    flex:1;

    display:flex;

    justify-content:center;

    align-items:center;

    min-width:280px;

    max-width:520px;
}

.hero-imagem img{

    width:100%;

    max-width:500px;

    height:auto;

    border-radius:24px;

    object-fit:cover;

    box-shadow:
    0 20px 40px rgba(0,0,0,0.14);
}

/* =========================================
CARDS AJUSTADOS
========================================= */

.cards-modelos{

    display:flex;

    gap:18px;

    flex-wrap:wrap;
}

.card-modelo{

    flex:1;

    min-width:170px;

    padding:26px 22px;

    border-radius:22px;
}

.icone-card{

    width:72px;
    height:72px;

    font-size:34px;

    margin-bottom:18px;
}

.card-modelo h3{

    font-size:24px;

    margin-bottom:12px;
}

.card-modelo p{

    font-size:15px;

    line-height:1.6;
}

/* =========================================
RESPONSIVO
========================================= */

@media(max-width:980px){

    .hero-flex{

        flex-direction:column;
    }

    .hero-texto{

        max-width:100%;
    }

    .hero-texto h1{

        font-size:38px;
    }

    .hero-descricao{

        font-size:18px;
    }

    .hero-imagem{

        order:-1;

        max-width:100%;
    }

    .hero-imagem img{

        max-width:100%;
    }

    .card-modelo{

        min-width:100%;
    }

}

.avaliacoes-reais{

    padding:90px 0;

    background:#f8fafc;
}

.titulo-avaliacoes{

    text-align:center;

    margin-bottom:60px;
}

.titulo-avaliacoes span{

    display:inline-block;

    background:#fff5cc;

    color:#111;

    padding:10px 20px;

    border-radius:40px;

    font-weight:700;

    margin-bottom:20px;
}

.titulo-avaliacoes h2{

    font-size:44px;

    line-height:1.2;

    margin-bottom:20px;

    color:#111;
}

.titulo-avaliacoes p{

    font-size:20px;

    color:#555;
}

.grid-avaliacoes{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(280px,1fr));

    gap:28px;
}

.item-avaliacao{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    box-shadow:
    0 15px 40px rgba(0,0,0,0.08);

    transition:all .35s ease;
}

.item-avaliacao:hover{

    transform:translateY(-8px);
}

.item-avaliacao img{

    width:100%;

    display:block;
}



/* =========================================
HERO ULTRA PREMIUM
========================================= */

.hero-ultra-premium{

    padding:70px 0 50px;

    background:
    linear-gradient(135deg,#ffffff 0%,#f5f7fb 100%);

    overflow:hidden;

    position:relative;
}

.hero-ultra-grid{

    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:60px;

    flex-wrap:wrap;
}

/* =========================================
TEXTO
========================================= */

.hero-ultra-texto{

    flex:1;

    max-width:650px;
}

.mini-selo-google{

    display:inline-block;

    background:#fff4cf;

    color:#111;

    padding:12px 22px;

    border-radius:50px;

    font-size:15px;

    font-weight:700;

    margin-bottom:25px;
}

.hero-ultra-texto h1{

    font-size:58px;

    line-height:1.08;

    color:#111;

    margin-bottom:28px;

    font-weight:900;
}

.hero-ultra-descricao{

    font-size:22px;

    line-height:1.7;

    color:#444;

    margin-bottom:35px;
}

/* =========================================
MICRO PROVAS
========================================= */

.micro-provas{

    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:14px;

    margin-bottom:35px;
}

.micro-provas div{

    background:#fff;

    padding:14px 18px;

    border-radius:16px;

    font-weight:700;

    box-shadow:
    0 8px 20px rgba(0,0,0,0.05);
}

/* =========================================
BOTÕES
========================================= */

.hero-ultra-botoes{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

    margin-bottom:45px;
}

.btn-whatsapp-ultra{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    background:
    linear-gradient(135deg,#25d366,#00b248);

    color:#fff;

    padding:22px 42px;

    border-radius:60px;

    font-size:22px;

    font-weight:800;

    text-decoration:none;

    box-shadow:
    0 18px 40px rgba(37,211,102,0.35);

    transition:all .35s ease;
}

.btn-whatsapp-ultra:hover{

    transform:translateY(-5px);

    box-shadow:
    0 25px 50px rgba(37,211,102,0.45);
}

.btn-secundario-ultra{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    background:#fff;

    border:2px solid #111;

    color:#111;

    padding:22px 36px;

    border-radius:60px;

    text-decoration:none;

    font-size:19px;

    font-weight:700;
}

/* =========================================
CARDS
========================================= */

.cards-ultra{

    display:flex;

    gap:20px;

    flex-wrap:wrap;
}

.card-ultra{

    flex:1;

    min-width:180px;

    background:#fff;

    border-radius:24px;

    padding:28px 24px;

    box-shadow:
    0 15px 40px rgba(0,0,0,0.07);

    transition:all .35s ease;

    border:2px solid #f1f1f1;
}

.card-ultra:hover{

    transform:translateY(-8px);
}

.card-ultra span{

    font-size:42px;

    display:block;

    margin-bottom:20px;
}

.card-ultra h3{

    font-size:26px;

    margin-bottom:12px;

    color:#111;
}

.card-ultra p{

    font-size:15px;

    line-height:1.7;

    color:#555;
}

.card-ultra.urgente{

    border:2px solid #25d366;
}

/* =========================================
IMAGENS DIREITA
========================================= */

.hero-ultra-imagens{

    flex:1;

    position:relative;

    min-width:320px;

    display:flex;

    justify-content:center;
}

.img-principal{

    width:100%;

    max-width:520px;

    border-radius:28px;

    box-shadow:
    0 35px 70px rgba(0,0,0,0.18);
}

.img-flutuante{

    position:absolute;

    width:230px;

    border-radius:22px;

    box-shadow:
    0 25px 50px rgba(0,0,0,0.15);
}

.img-1{

    top:-30px;
    right:-20px;
}

.img-2{

    bottom:-30px;
    left:-20px;
}

/* =========================================
RESPONSIVO
========================================= */

@media(max-width:980px){

    .hero-ultra-grid{

        flex-direction:column;
    }

    .hero-ultra-texto h1{

        font-size:40px;
    }

    .hero-ultra-descricao{

        font-size:18px;
    }

    .micro-provas{

        grid-template-columns:1fr;
    }

    .cards-ultra{

        flex-direction:column;
    }

    .img-flutuante{

        display:none;
    }

}


/* =========================================
HERO AJUSTADO PREMIUM
========================================= */

.hero-ultra-premium{

    padding:50px 0 40px;

    background:
    linear-gradient(135deg,#ffffff 0%,#f5f7fb 100%);

    overflow:hidden;
}

.hero-ultra-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:50px;

    align-items:center;
}

/* =========================================
TEXTO
========================================= */

.hero-ultra-texto{

    max-width:620px;
}

.mini-selo-google{

    display:inline-block;

    background:#fff3cf;

    padding:10px 18px;

    border-radius:40px;

    font-size:14px;

    font-weight:700;

    margin-bottom:22px;
}

.hero-ultra-texto h1{

    font-size:clamp(42px,5vw,72px);

    line-height:1.08;

    font-weight:900;

    color:#111;

    margin-bottom:24px;
}

.hero-ultra-descricao{

    font-size:20px;

    line-height:1.7;

    color:#444;

    margin-bottom:28px;
}

/* =========================================
MICRO PROVAS
========================================= */

.micro-provas{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:14px;

    margin-bottom:30px;
}

.micro-provas div{

    background:#fff;

    padding:16px;

    border-radius:18px;

    font-weight:700;

    box-shadow:
    0 8px 25px rgba(0,0,0,.05);
}

/* =========================================
BOTÕES
========================================= */

.hero-ultra-botoes{

    display:flex;

    gap:16px;

    flex-wrap:wrap;

    margin-bottom:35px;
}

.btn-whatsapp-ultra{

    background:
    linear-gradient(135deg,#25d366,#09b44d);

    color:#fff;

    text-decoration:none;

    padding:18px 32px;

    border-radius:60px;

    font-size:19px;

    font-weight:800;

    box-shadow:
    0 12px 35px rgba(37,211,102,.30);

    transition:.3s;
}

.btn-whatsapp-ultra:hover{

    transform:translateY(-4px);
}

.btn-secundario-ultra{

    background:#fff;

    border:2px solid #111;

    color:#111;

    text-decoration:none;

    padding:18px 28px;

    border-radius:60px;

    font-size:18px;

    font-weight:700;
}

/* =========================================
CARDS
========================================= */

.cards-ultra{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:18px;
}

.card-ultra{

    background:#fff;

    padding:26px 22px;

    border-radius:24px;

    box-shadow:
    0 15px 40px rgba(0,0,0,.06);

    border:1px solid #ececec;

    transition:.3s;
}

.card-ultra:hover{

    transform:translateY(-6px);
}

.card-ultra span{

    font-size:40px;

    display:block;

    margin-bottom:16px;
}

.card-ultra h3{

    font-size:24px;

    margin-bottom:10px;

    color:#111;
}

.card-ultra p{

    font-size:15px;

    line-height:1.6;

    color:#555;
}

.card-ultra.urgente{

    border:2px solid #25d366;
}

/* =========================================
IMAGENS
========================================= */

.hero-ultra-imagens{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;
}

.img-principal{

    width:100%;

    max-width:500px;

    border-radius:26px;

    object-fit:cover;

    box-shadow:
    0 30px 60px rgba(0,0,0,.15);
}

.img-flutuante{

    position:absolute;

    width:180px;

    border-radius:20px;

    box-shadow:
    0 20px 40px rgba(0,0,0,.14);
}

.img-1{

    top:-20px;
    right:-10px;
}

.img-2{

    bottom:-20px;
    left:-10px;
}

/* =========================================
RESPONSIVO
========================================= */

@media(max-width:980px){

    .hero-ultra-grid{

        grid-template-columns:1fr;
    }

    .hero-ultra-texto{

        max-width:100%;
    }

    .hero-ultra-texto h1{

        font-size:42px;
    }

    .hero-ultra-descricao{

        font-size:18px;
    }

    .cards-ultra{

        grid-template-columns:1fr;
    }

    .micro-provas{

        grid-template-columns:1fr;
    }

    .img-flutuante{

        display:none;
    }

    .hero-ultra-imagens{

        margin-top:20px;
    }

}


/* =========================================
HERO ULTRA PREMIUM AJUSTADO FINAL
========================================= */

.hero-ultra-premium{

    padding:35px 0 25px;

    background:
    linear-gradient(135deg,#ffffff 0%,#f5f7fb 100%);

    overflow:hidden;
}

.hero-ultra-premium .wrapper{

    max-width:1280px;

    margin:0 auto;

    padding:0 20px;
}

/* =========================================
GRID
========================================= */

.hero-ultra-grid{

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:50px;

    align-items:center;
}

/* =========================================
TEXTO
========================================= */

.hero-ultra-texto{

    max-width:540px;
}

.mini-selo-google{

    display:inline-block;

    background:#fff3cf;

    padding:10px 18px;

    border-radius:40px;

    font-size:14px;

    font-weight:700;

    margin-bottom:22px;

    color:#111;
}

.hero-ultra-texto h1{

    font-size:clamp(34px,4vw,58px);

    line-height:1.08;

    font-weight:900;

    color:#111;

    margin-bottom:24px;
}

.hero-ultra-descricao{

    font-size:20px;

    line-height:1.7;

    color:#444;

    margin-bottom:28px;
}

/* =========================================
MICRO PROVAS
========================================= */

.micro-provas{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:14px;

    margin-bottom:30px;
}

.micro-provas div{

    background:#fff;

    padding:16px;

    border-radius:18px;

    font-weight:700;

    box-shadow:
    0 8px 25px rgba(0,0,0,.05);
}

/* =========================================
BOTÕES
========================================= */

.hero-ultra-botoes{

    display:flex;

    gap:16px;

    flex-wrap:wrap;

    margin-bottom:35px;
}

.btn-whatsapp-ultra{

    background:
    linear-gradient(135deg,#25d366,#09b44d);

    color:#fff;

    text-decoration:none;

    padding:16px 26px;

    border-radius:60px;

    font-size:17px;

    font-weight:800;

    box-shadow:
    0 12px 35px rgba(37,211,102,.30);

    transition:.3s;
}

.btn-whatsapp-ultra:hover{

    transform:translateY(-4px);

    box-shadow:
    0 18px 40px rgba(37,211,102,.40);
}

.btn-secundario-ultra{

    background:#fff;

    border:2px solid #111;

    color:#111;

    text-decoration:none;

    padding:16px 24px;

    border-radius:60px;

    font-size:17px;

    font-weight:700;

    transition:.3s;
}

.btn-secundario-ultra:hover{

    background:#111;

    color:#fff;
}

/* =========================================
CARDS
========================================= */

.cards-ultra{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:18px;
}

.card-ultra{

    background:#fff;

    padding:24px 20px;

    border-radius:24px;

    box-shadow:
    0 15px 40px rgba(0,0,0,.06);

    border:1px solid #ececec;

    transition:.3s;
}

.card-ultra:hover{

    transform:translateY(-6px);

    box-shadow:
    0 20px 45px rgba(0,0,0,.10);
}

.card-ultra span{

    font-size:38px;

    display:block;

    margin-bottom:14px;
}

.card-ultra h3{

    font-size:22px;

    margin-bottom:10px;

    color:#111;
}

.card-ultra p{

    font-size:14px;

    line-height:1.6;

    color:#555;
}

.card-ultra.urgente{

    border:2px solid #25d366;
}

/* =========================================
IMAGENS
========================================= */

.hero-ultra-imagens{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    min-height:580px;
}

.img-principal{

    width:100%;

    max-width:420px;

    height:520px;

    object-fit:cover;

    border-radius:28px;

    box-shadow:
    0 30px 60px rgba(0,0,0,.15);
}

.img-flutuante{

    position:absolute;

    width:130px;

    border-radius:20px;

    box-shadow:
    0 20px 40px rgba(0,0,0,.14);
}

.img-1{

    top:40px;
    right:-20px;
}

.img-2{

    bottom:30px;
    left:-30px;
}

/* =========================================
RESPONSIVO
========================================= */

@media(max-width:980px){

    .hero-ultra-grid{

        grid-template-columns:1fr;

        gap:40px;
    }

    .hero-ultra-texto{

        max-width:100%;
    }

    .hero-ultra-texto h1{

        font-size:42px;
    }

    .hero-ultra-descricao{

        font-size:18px;
    }

    .cards-ultra{

        grid-template-columns:1fr;
    }

    .micro-provas{

        grid-template-columns:1fr;
    }

    .img-flutuante{

        display:none;
    }

    .hero-ultra-imagens{

        min-height:auto;

        margin-top:20px;
    }

    .img-principal{

        max-width:100%;

        height:auto;
    }

}



/* =========================================
HERO ULTRA PREMIUM FINAL AJUSTADO
========================================= */

.hero-ultra-premium{

    padding:35px 0 25px;

    background:
    linear-gradient(135deg,#ffffff 0%,#f5f7fb 100%);

    overflow:hidden;
}

.hero-ultra-premium .wrapper{

    max-width:1280px;

    margin:0 auto;

    padding:0 20px;
}

/* =========================================
GRID
========================================= */

.hero-ultra-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:50px;

    align-items:center;
}

/* =========================================
TEXTO
========================================= */

.hero-ultra-texto{

    max-width:620px;
}

.mini-selo-google{

    display:inline-block;

    background:#fff3cf;

    padding:10px 18px;

    border-radius:40px;

    font-size:14px;

    font-weight:700;

    margin-bottom:22px;

    color:#111;
}

.hero-ultra-texto h1{

    font-size:clamp(28px,3.2vw,46px);

    line-height:1.12;

    letter-spacing:-1px;

    max-width:700px;

    margin-bottom:20px;

    font-weight:900;

    color:#111;
}

.hero-ultra-descricao{

    font-size:18px;

    line-height:1.7;

    color:#444;

    margin-bottom:26px;
}

/* =========================================
MICRO PROVAS
========================================= */

.micro-provas{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:14px;

    margin-bottom:28px;
}

.micro-provas div{

    background:#fff;

    padding:14px 16px;

    border-radius:18px;

    font-weight:700;

    font-size:15px;

    box-shadow:
    0 8px 25px rgba(0,0,0,.05);
}

/* =========================================
BOTÕES
========================================= */

.hero-ultra-botoes{

    display:flex;

    gap:16px;

    flex-wrap:wrap;

    margin-bottom:30px;
}

.btn-whatsapp-ultra{

    background:
    linear-gradient(135deg,#25d366,#09b44d);

    color:#fff;

    text-decoration:none;

    padding:16px 26px;

    border-radius:60px;

    font-size:17px;

    font-weight:800;

    box-shadow:
    0 12px 35px rgba(37,211,102,.30);

    transition:.3s;
}

.btn-whatsapp-ultra:hover{

    transform:translateY(-4px);

    box-shadow:
    0 18px 40px rgba(37,211,102,.40);
}

.btn-secundario-ultra{

    background:#fff;

    border:2px solid #111;

    color:#111;

    text-decoration:none;

    padding:16px 24px;

    border-radius:60px;

    font-size:17px;

    font-weight:700;

    transition:.3s;
}

.btn-secundario-ultra:hover{

    background:#111;

    color:#fff;
}

/* =========================================
CARDS
========================================= */

.cards-ultra{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:16px;
}

.card-ultra{

    background:#fff;

    padding:22px 18px;

    border-radius:22px;

    box-shadow:
    0 15px 40px rgba(0,0,0,.06);

    border:1px solid #ececec;

    transition:.3s;
}

.card-ultra:hover{

    transform:translateY(-6px);

    box-shadow:
    0 20px 45px rgba(0,0,0,.10);
}

.card-ultra span{

    font-size:34px;

    display:block;

    margin-bottom:12px;
}

.card-ultra h3{

    font-size:21px;

    margin-bottom:8px;

    color:#111;
}

.card-ultra p{

    font-size:14px;

    line-height:1.5;

    color:#555;
}

.card-ultra.urgente{

    border:2px solid #25d366;
}

/* =========================================
IMAGENS
========================================= */

.hero-ultra-imagens{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    min-height:500px;
}

.img-principal{

    width:100%;

    max-width:420px;

    height:460px;

    object-fit:cover;

    border-radius:28px;

    box-shadow:
    0 30px 60px rgba(0,0,0,.15);
}

.img-flutuante{

    position:absolute;

    width:130px;

    border-radius:20px;

    box-shadow:
    0 20px 40px rgba(0,0,0,.14);
}

.img-1{

    top:40px;
    right:-20px;
}

.img-2{

    bottom:30px;
    left:-30px;
}

/* =========================================
RESPONSIVO
========================================= */

@media(max-width:980px){

    .hero-ultra-grid{

        grid-template-columns:1fr;

        gap:40px;
    }

    .hero-ultra-texto{

        max-width:100%;
    }

    .hero-ultra-texto h1{

        font-size:38px;
    }

    .hero-ultra-descricao{

        font-size:17px;
    }

    .cards-ultra{

        grid-template-columns:1fr;
    }

    .micro-provas{

        grid-template-columns:1fr;
    }

    .img-flutuante{

        display:none;
    }

    .hero-ultra-imagens{

        min-height:auto;

        margin-top:20px;
    }

    .img-principal{

        max-width:100%;

        height:auto;
    }

}



/* =========================================
IMAGENS HERO PREMIUM
========================================= */

.hero-ultra-imagens{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    min-height:500px;
}

.img-principal{

    width:100%;

    max-width:460px;

    aspect-ratio:4/5;

    object-fit:cover;

    object-position:center;

    border-radius:30px;

    box-shadow:
    0 30px 60px rgba(0,0,0,.18);

    transition:.4s;
}

.img-principal:hover{

    transform:scale(1.02);
}

.img-flutuante{

    position:absolute;

    width:130px;

    border-radius:22px;

    object-fit:cover;

    box-shadow:
    0 20px 40px rgba(0,0,0,.16);

    backdrop-filter:blur(4px);
}

.img-1{

    top:40px;

    right:-15px;
}

.img-2{

    bottom:35px;

    left:-25px;
}


/* Esconde versão mobile por padrão */
.hero-ultra-imagens img.mobile {
    display: none;
}

/* Exibe mobile em telas pequenas e esconde desktop */
@media screen and (max-width: 768px) {
    .hero-ultra-imagens img.desktop {
        display: none;
    }
    .hero-ultra-imagens img.mobile {
        display: block;
        width: 100%;
        height: auto;
    }
}

/* Ajuste da versão desktop */
.hero-ultra-imagens img.desktop {
    width: 100%;
    max-width: 500px; /* ajuste conforme necessário */
    height: auto;
}