    /*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/
    
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Assistant&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300&display=swap');
    @font-face {
      font-family: "ArialRounded";
      src: url('fonts/arial-rounded-mt-bold.ttf');
    }
    
    @font-face {
      font-family: "century";
      src: url('fonts/century-gothic.ttf');
    }
    /* widget topo */
    
    .widgetTopo {
      background: #005fcc;
      display: flex;
      justify-content: center;
    }
    
    .widgetTopo .textwidget {
      width: 1100px;
      display: flex;
      justify-content: space-between;
    }
    
    .widgetTopo .infoContatoTopo {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10.9px 0;
    }
    
    .widgetTopo .infoContatoTopo p {
      font-family: 'Poppins', sans-serif;
      padding: 10px 0 10px 46.3px;
      color: #fff;
      margin-bottom: 0;
    }
    
    .widgetTopo .infoContatoTopo p:first-child {
      background: url('img/icones/telefone.png')left center no-repeat;
    }
    
    .widgetTopo .infoContatoTopo p:last-child {
      background: url('img/icones/mapa.png')left center no-repeat;
      margin-left: 37.9px;
    }
    
    .widgetTopo .redesSociais {
      height: 100%;
      display: flex;
    }
    
    .widgetTopo .redesSociais a {
      display: inline-block;
      height: 100%;
      width: 50px;
      font-size: 0px;
    }
    
    .widgetTopo .redesSociais a:first-child {
      background: #002a65 url('img/icones/face.png')center no-repeat;
    }
    
    .widgetTopo .redesSociais a:last-child {
      background: #002a65 url('img/icones/insta.png')center no-repeat;
      margin-left: 7.8px;
    }
    /* edição logo e menu */
    
    #Top_bar>.container {
      width: 1100px;
    }
    
    #Top_bar>.container .column {
      width: 100%!important;
      margin: 0!important;
    }
    
    .top_bar_left {
      display: flex;
      justify-content: space-between;
    }
    
    .top_bar_left::after,
    .top_bar_left::before {
      display: none;
    }
    
    .top_bar_left .logo {
      margin: 0!important;
    }
    
    .top_bar_left .logo #logo {
      padding: 14px 0!important;
      height: 72px!important;
    }
    
    .top_bar_left .logo #logo .logo-main {
      width: 299px!important;
      height: 72px!important;
    }
    /* menu */
    
    .menu_wrapper #menu-main-menu li a::after {
      display: none;
    }
    
    .menu_wrapper #menu-main-menu li a span {
      color: #242424!important;
      font-weight: 100!important;
      text-transform: uppercase;
      height: 60px;
      display: inline!important;
      padding: 4px 10px!important;
      border-radius: 31.7px;
      font-size: 15px!important;
      transition: all 0.3s;
    }
    
    .menu_wrapper #menu-main-menu li:not(:last-child) a span {
      margin-right: 2px!important;
    }
    
    .menu_wrapper #menu-main-menu li.current-menu-item a span,
    .menu_wrapper #menu-main-menu li a span:hover {
      background: #0076ff;
      color: #fff!important;
    }
    /* inicio da pagina principal  */
    
    #Content {
      padding-top: 0;
    }
    
    .dt-body-a {
      padding-top: 90px;
      background: #f3f5f7;
    }
    
    .dt-body-a h4 {
      font-family: 'Poppins', sans-serif;
      color: #757575;
      text-transform: uppercase;
      font-size: 15.5px;
      margin-bottom: 0;
      font-weight: 400;
    }
    
    .dt-body-a h2 {
      font-family: "ArialRounded";
      color: #0076ff;
      line-height: 61.8px;
    }
    
    .dt-body-a p {
      color: #8b8b8b;
      font-family: 'Poppins', sans-serif;
    }
    
    .dt-body-a p strong {
      color: #3d3d3d;
    }
    
    .dt-body-a h2+p {
      padding-top: 20px;
    }
    
    .dt-body-a p a {
      background: #7fbaff;
      color: #002147;
      width: 110px;
      display: inline-block;
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: uppercase;
      font-size: 13.6px;
      font-family: 'Poppins', sans-serif;
      text-decoration: none;
      border-radius: 20px;
      height: 35.4px;
    }
    
    .dt-body-a .vc_col-sm-6:nth-child(2) .wpb_text_column .wpb_wrapper {
      padding-top: 36.9px;
    }
    
    .dt-body-a .vc_col-sm-6:nth-child(2) .wpb_text_column .wpb_wrapper p {
      text-align: justify;
      font-size: 13.6px;
    }
    /* dt-body-b  */
    
    .dt-body-b {
      padding-top: 50px;
    }
    
    .dt-body-b h2 {
      font-family: "ArialRounded";
      color: #0076ff;
      font-size: 74.3px;
      line-height: 80px;
      margin-bottom: 40px;
    }
    
    .dt-body-b .vc_col-sm-6:nth-child(2) {
      padding-top: 40px;
    }
    
    .dt-body-b .vc_col-sm-6:nth-child(2) p {
      font-family: 'Assistant', sans-serif;
      color: #202020;
    }
    
    .dt-body-b .vc_col-sm-6:nth-child(2) .servicosHome {
      display: flex;
      justify-content: space-between;
    }
    
    .dt-body-b .vc_col-sm-6:nth-child(2) .servicosHome p {
      background: url('img/icones/destaqueLista.png')left center no-repeat;
      padding: 10px 0 10px 47.5px;
      font-size: 17.8px;
    }
    
    .dt-body-b .vc_col-sm-6:nth-child(2) .servicosHome div:nth-child(2) p:last-child {
      background: none;
      padding: 10px 0 10px 0;
    }
    
    .dt-body-b .vc_col-sm-6:nth-child(2) .servicosHome div:nth-child(2) p:last-child a {
      background: #d71212;
      color: #fff;
      width: 118.4px;
      display: inline-block;
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: uppercase;
      font-size: 13.6px;
      font-family: 'Poppins', sans-serif;
      text-decoration: none;
      border-radius: 20px;
      height: 35.4px;
    }
    /* dt-body-c */
    
    .dt-body-c {
      background: url('img/bannerCarro.png')no-repeat;
      margin-top: -70px;
      padding-top: 160px;
    }
    
    .dt-body-c h2 {
      color: #fff;
      font-family: 'Raleway', sans-serif;
      font-size: 50px;
      line-height: 50.2px;
      margin-bottom: 25.2px;
    }
    
    .dt-body-c h2 strong {
      font-family: "ArialRounded";
      font-size: 56.4px;
      margin-top: 11.4px;
      display: inline-block;
    }
    
    .dt-body-c p {
      font-family: 'Roboto', sans-serif;
      color: #fff;
      font-style: italic;
      line-height: 24.2px;
    }
    
    .dt-body-c p a {
      background: #7fbaff;
      color: #002147;
      width: 117.2px;
      display: inline-block;
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: uppercase;
      font-size: 13.6px;
      font-family: 'Poppins', sans-serif;
      text-decoration: none;
      border-radius: 20px;
      height: 35.4px;
      font-style: initial;
    }
    /* dt-body-d */
    
    .dt-body-d {
      background: #cae5ff;
      padding-top: 40px;
      padding-bottom: 40px;
    }
    
    .dt-body-d .wpb_text_column .wpb_wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    
    .dt-body-d .wpb_text_column .wpb_wrapper h3 {
      font-family: 'Poppins', sans-serif;
      color: #00408a;
      text-transform: uppercase;
      font-size: 22.8px;
      font-weight: 400;
      width: 100%;
    }
    
    .dt-body-d .wpb_text_column .wpb_wrapper p a {
      display: inline-block;
      width: 210px;
      height: 90px;
      font-size: 0;
    }
    
    .dt-body-d .wpb_text_column .wpb_wrapper p+p {
      margin-left: 30px;
    }
    
    .dt-body-d .wpb_text_column .wpb_wrapper p:nth-child(2) a {
      background: url('img/localizacao/champs.png')center center no-repeat;
    }
    
    .dt-body-d .wpb_text_column .wpb_wrapper p:nth-child(3) a {
      background: url('img/localizacao/udi.png')center center no-repeat;
    }
    
    .dt-body-d .wpb_text_column .wpb_wrapper p:nth-child(4) a {
      background: url('img/localizacao/mb.png')center center no-repeat;
    }
    /* footer */
    
    #Footer .widgets_wrapper {
      background: url('img/bannerFooterr.jpg')center -60px/cover no-repeat;
      padding: 0;
    }
    
    #Footer .widgets_wrapper .container {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: none!important;
    }
    
    #Footer .widgets_wrapper .one-third {
      width: 100%;
    }
    
    #Footer .widgets_wrapper .one-third:nth-child(1),
    #Footer .widgets_wrapper .one-third:nth-child(2) {
      max-width: 1060px;
      margin: auto;
    }
    
    #Footer .widgets_wrapper .one-third:nth-child(1) .destaqueFooter {
      background: #00408a;
      display: flex;
      justify-content: flex-end;
      box-sizing: border-box;
      padding: 30px 60px 30px 0;
      border-radius: 140px;
      margin-top: -115.1px;
    }
    
    #Footer .widgets_wrapper .one-third:nth-child(1) .destaqueFooter p {
      font-family: 'Roboto', sans-serif;
      color: #fff;
      background: url('img/icones/porto.png')7.1px 14.9px no-repeat;
      width: 58%;
      margin-bottom: 0;
      text-align: right;
      padding-left: 180px;
    }
    
    #Footer .widgets_wrapper .one-third:nth-child(1) .destaqueFooter h3 {
      font-family: "ArialRounded";
      color: #fff;
      margin-bottom: 0;
      background: url('img/icones/separador.png')left center no-repeat;
      padding-left: 30px;
      margin-left: 30px;
    }
    
    #Footer .widgets_wrapper .one-third:nth-child(2) .textwidget {
      text-align: center;
    }
    
    #Footer .widgets_wrapper .one-third:nth-child(2) .textwidget h3 {
      font-family: 'Raleway', sans-serif;
      color: #fff;
      margin-bottom: 40px;
    }
    
    #Footer .widgets_wrapper .one-third:nth-child(2) .textwidget p {
      background: url('img/icones/telefoneBorda.png')center top no-repeat;
      font-family: "century";
      color: #fff;
      padding-top: 59.8px;
      font-size: 34.1px;
		    line-height: 50px;
    }
    
    #Footer .widgets_wrapper .one-third:nth-child(2) .textwidget a {
      background: url('img/icones/botaowhatsapp.png')center center no-repeat;
      width: 250px;
      display: inline-block;
      height: 60px;
      font-size: 0;
    }
    
    #Footer .widgets_wrapper .one-third:nth-child(3) {
      width: 100%;
      background: #0074ff;
      margin-top: 44.3px;
    }
    
    #Footer .widgets_wrapper .one-third:nth-child(3) #custom_html-7 {
      max-width: 1060px;
      margin: auto;
    }
    
    #Footer .widgets_wrapper .one-third:nth-child(3) .redesSociaisFooter a {
      display: inline-block;
      font-size: 0;
      width: 20px;
      height: 22.5px;
    }
    
    #Footer .widgets_wrapper .one-third:nth-child(3) .redesSociaisFooter a:first-child {
      background: url('img/icones/instafooter.png')center center no-repeat;
    }
    
/*     #Footer .widgets_wrapper .one-third:nth-child(3) .redesSociaisFooter a:last-child {
      background: url('img/icones/face.png')center center/10px no-repeat;
    } */
    
    #Footer .footer_copy {
      background: #cae5ff;
      padding: 10px 0;
    }
    
    #Footer .footer_copy .column {
      width: 100%;
      margin: 0;
      padding: 0;
    }
    
    #Footer .footer_copy .column .social {
      display: none;
    }
    
    #Footer .footer_copy .column .copyright {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    #Footer .footer_copy .column .copyright p {
      margin: 0;
      color: #002147;
      font-size: 13.6px;
      font-weight: 600;
    }
    
    #Footer .footer_copy .column .copyright p a {
      background: url('img/icones/logodeta.png')center center no-repeat;
      display: inline-block;
      font-size: 0;
      width: 21.2px;
    }
    /* pagina serviços */
    
    .servicos-a {
      background: url('img/servicos/newBanner.jpg')center -120px/cover no-repeat;
      padding-top: 90px;
      height: 390px;
    }
    
    .servicos-a h4 {
      font-family: 'Poppins', sans-serif;
      color: #fff;
      text-transform: uppercase;
      font-size: 15.5px;
      margin-bottom: 0;
      font-weight: 400;
    }
    
    .servicos-a h4::after {
      content: '';
      display: block;
      width: 50px;
      height: 1.6px;
      background: #FF0000;
      margin-bottom: 30px;
    }
    
    .servicos-a h2 {
      font-family: "ArialRounded";
      color: #fff;
      font-size: 47.6px;
      line-height: 54.8px;
    }
    
    .servicos-b {
      background: #ebfaf4;
      padding-top: 80px;
    }
    
    .servicos-b .wpb_text_column .wpb_wrapper {
      background: #fff url('img/servicos/parking.png')20px 90%/40px no-repeat;
      padding: 40px 20px;
      border-radius: 9.3px;
      height: 180px;
      transition: all 0.4s;
    }
    
    .servicos-b .wpb_text_column .wpb_wrapper:hover {
      background: #005FCC url('img/servicos/parking2.png')20px 90%/40px no-repeat;
    }
    
    .servicos-b .wpb_text_column .wpb_wrapper:hover h4,
    .servicos-b .wpb_text_column .wpb_wrapper:hover h3 {
      color: #fff;
    }
    
    .servicos-b .wpb_text_column .wpb_wrapper h3 {
      font-family: 'Poppins', sans-serif;
      color: #757575;
      text-transform: uppercase;
      font-size: 21.8px;
      margin-bottom: 0;
      font-weight: 400;
      line-height: 16.6px;
    }
    
    .servicos-b .wpb_text_column .wpb_wrapper h4 {
      font-family: "ArialRounded";
      line-height: 20.6px;
      margin-top: 17.3px;
      font-size: 19.9px;
      color: #292929;
    }
    
    .servicos-c {
      padding-top: 70px;
    }
    
    .servicos-c img {
      border-radius: 10px;
    }
    
    .servicos-c h2 {
      font-family: "ArialRounded";
      color: #0076ff;
      line-height: 51.8px;
      font-size: 44.6px;
    }
    /* empresa */
    
    .empresa-a {
      background: url('img/empresa/banner.jpg')center top/cover no-repeat;
      height: 390px;
    }
    
    .empresa-a .vc_col-sm-12 {
      padding-top: 160px;
      height: 100%;
      padding-left: 120px;
      background: linear-gradient(45deg, #005fccbf, transparent);
    }
    
    .empresa-a h2 {
      font-family: "ArialRounded";
      color: #fff;
      font-size: 47.6px;
      line-height: 54.8px;
    }
    
    .empresa-b {
      padding-top: 80px;
    }
    
    .empresa-b h5 {
      color: #FF0000;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 4px;
      margin-bottom: 0;
      line-height: 2.1;
    }
    
    .empresa-b h2 {
      font-family: "ArialRounded";
      color: #0076ff;
      line-height: 52.1px;
      font-size: 50px;
    }
    
    .empresa-b p {
      text-align: justify;
    }
    
    .empresa-b p a {
      background: #7fbaff;
      color: #002147;
      width: 117.2px;
      display: inline-block;
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: uppercase;
      font-size: 13.6px;
      font-family: 'Poppins', sans-serif;
      text-decoration: none;
      border-radius: 20px;
      height: 35.4px;
      font-style: initial;
    }
    
    .empresa-c {}
    
    .empresa-c .vc_col-sm-4 .wpb_text_column .wpb_wrapper p:first-child {
      text-align: center;
      margin-bottom: 0;
    }
    
    .empresa-c .vc_col-sm-4 .wpb_text_column .wpb_wrapper h3 {
      text-align: center;
      font-weight: 500;
    }
    
    .empresa-c .vc_col-sm-4 .wpb_text_column .wpb_wrapper p:last-child {
      text-align: justify;
    }
    
    .empresa-d {
      background: url('img/empresa/bannerFooter.jpg')center 40px/cover no-repeat;
      height: 410px;
      margin-top: 30px;
    }
    
    .empresa-d .wpb_text_column .wpb_wrapper {
      background: #00408A;
      text-align: center;
      padding: 10px;
      height: 250px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      border-radius: 10px;
    }
    
    .empresa-d .wpb_text_column .wpb_wrapper h2 {
      color: #fff;
      font-family: 'Raleway', sans-serif;
      font-size: 45.2px;
      line-height: 40.2px;
      margin-bottom: 25.2px;
    }
    
    .empresa-d .wpb_text_column .wpb_wrapper h2 strong {
      font-family: "ArialRounded";
      font-size: 50.5px;
      margin-top: 11.4px;
      display: inline-block;
    }
    
    .empresa-d .wpb_text_column .wpb_wrapper p a {
      background: #d71212;
      color: #fff;
      width: 118.4px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: uppercase;
      font-size: 13.6px;
      font-family: 'Poppins', sans-serif;
      text-decoration: none;
      border-radius: 20px;
      height: 35.4px;
      margin: auto;
    }
    /* contato */
    
    .contato-a {
      background: url('img/contato/banner.jpg')center -180px/cover no-repeat;
      height: 390px;
    }
    
    .contato-a .vc_col-sm-12 {
      padding-top: 160px;
      height: 100%;
      padding-left: 120px;
      background: linear-gradient(45deg, #005fccbf, transparent);
    }
    
    .contato-a h2 {
      font-family: "ArialRounded";
      color: #fff;
      font-size: 47.6px;
      line-height: 54.8px;
    }
    
    .contato-b {
      padding-top: 50px;
    }
    
    .contato-b .vc_col-sm-6:nth-child(2) {
      padding-top: 50px;
    }
    
    .contato-b h3 {
      font-family: "ArialRounded";
      color: #3a3a3a;
      line-height: 61.8px;
      font-size: 46.5px;
      margin-bottom: 30px;
    }
    
    .contato-b p {
      font-size: 20.8px;
    }
    
    .contato-b h5,
    .contato-b h4 {
      font-family: "ArialRounded";
      color: #3a3a3ad4;
      padding-left: 35.1px;
    }
    
    .contato-b h4 {
      background: url('img/contato/call.png')left center/23.7px no-repeat;
    }
    
    .contato-b h5 {
      background: url('img/contato/email.png')left center/23.7px no-repeat, url('img/atendimento.PNG')30px center no-repeat;
      font-size: 0;
    }
    
    .contato-c {
      padding-bottom: 30px;
    }
    
    .contato-c h3 {
      font-family: "ArialRounded";
      color: #3a3a3a;
      line-height: 30px;
      font-size: 32px;
      margin-bottom: 30px;
    }
    
    .contato-c form {
      display: flex!important;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    
    .contato-c form .campo-medio {
      width: 48%;
    }
    
    .contato-c form .campo-inteiro {
      width: 100%;
    }
    
    .contato-c form .campo-medio,
    .contato-c form .campo-inteiro {
      margin-bottom: 10px;
    }
    
    .contato-c form input,
    .contato-c form textarea {
      border: none;
      border-bottom: 1px solid #3a3a3a;
      padding-left: 0;
    }
    
    .contato-c form input:focus,
    .contato-c form textarea:focus {
      color: #3a3a3a!important;
      background-color: transparent!important;
      border-color: #3a3a3a!important;
    }
    
    .contato-c form input::placeholder,
    .contato-c form textarea::placeholder {
      font-family: 'Assistant', sans-serif;
      color: #202020;
      font-size: 16px;
    }
    
    .contato-c form textarea {
      height: 90px!important;
    }
    
    .contato-c form .campo-inteiro .wpcf7-submit {
      background: #00408A;
      width: 230px;
      padding: 0;
      height: 40px;
      font-size: 20px;
      margin: auto;
      display: block;
      border-radius: 9.2px;
    }
    /* locais de operação */
    
    .locaisOperacao-a {
      background: url('img/locais-operacao/banner.jpg')center -180px/cover no-repeat;
      height: 390px;
    }
    
    .locaisOperacao-a .vc_col-sm-12 {
      padding-top: 160px;
      height: 100%;
      padding-left: 120px;
      background: linear-gradient(45deg, #005fccbf, transparent);
    }
    
    .locaisOperacao-a h2 {
      font-family: "ArialRounded";
      color: #fff;
      font-size: 47.6px;
      line-height: 54.8px;
    }
    
    .locaisOperacao-b {
      padding-top: 40px;
      padding-bottom: 50px;
    }
    
    .locaisOperacao-b .wpb_single_image {
      margin-bottom: 0;
    }
    
    .locaisOperacao-b .wpb_single_image .vc_single_image-wrapper {
      margin-bottom: 20px;
    }
    
    .locaisOperacao-b .wpb_single_image .vc_single_image-wrapper img {
      max-height: 326px!important;
    }
    
    .locaisOperacao-b .wpb_text_column {
      text-align: center;
    }
    
    .locaisOperacao-b .wpb_text_column h2 {
      font-family: "ArialRounded";
      color: #0076ff;
      line-height: 31.8px;
      font-size: 30px;
    }
    
    .locaisOperacao-b .wpb_text_column p {
      font-family: 'Assistant', sans-serif;
      color: #202020;
      line-height: 20px;
    }
    
    .locaisOperacao-b .wpb_text_column p a {
      background: #d71212;
      color: #fff;
      width: 118.4px;
      display: inline-block;
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: uppercase;
      font-size: 13.6px;
      font-family: 'Poppins', sans-serif;
      text-decoration: none;
      border-radius: 20px;
      height: 35.4px;
      margin: auto;
    }
    /* pagina localizacao */
    
    .localizacao-a {
      background: url('img/paginaLocalizacao/economia-estacionamento-20150707-0001.jpg')center -180px/cover no-repeat;
      height: 390px;
    }
    
    .localizacao-a .vc_col-sm-12 {
      padding-top: 160px;
      height: 100%;
      padding-left: 120px;
      background: linear-gradient(45deg, #005fccbf, transparent);
    }
    
    .localizacao-a h2 {
      font-family: "ArialRounded";
      color: #fff;
      font-size: 47.6px;
      line-height: 54.8px;
    }
    
    .localizacao-b {
      padding-top: 20px;
    }
    
    .localizacao-b .vc_col-sm-6:nth-child(1) {
      padding-top: 70px;
    }
    
    .localizacao-b h2 {
      font-family: "ArialRounded";
      color: #0076ff;
      line-height: 61.8px;
    }
    
    .localizacao-b p {
      color: #8b8b8b;
      font-family: 'Poppins', sans-serif;
    }
    
    .localizacao-c {
      margin-top: -110px;
    }
    
    .localizacao-c .vc_row-fluid,
    .localizacao-c .vc_row-fluid .wpb_text_column,
    .localizacao-c .vc_row-fluid .wpb_text_column #tab_container_220 {
      margin-bottom: 0;
    }
    
    .localizacao-c .wpb_wrapper>h3 {
      display: none!important;
    }
    
    .localizacao-c .tab-content {
      padding: 0!important;
    }
    
    .localizacao-c #tab_container_220 .wpsm_nav-tabs>li.active>a,
    .localizacao-c #tab_container_220 .wpsm_nav-tabs>li.active>a:focus {
      background-color: #00408a!important;
      color: #fff!important;
    }
    
    .localizacao-c .tab-content iframe {
      width: 100%;
      display: block;
    }
    
    @media screen and (max-width: 768px) {
      /* menu */
      #Side_slide #menu ul li a {
        text-align: center;
        padding-right: 0!important;
        padding-left: 0!important;
        width: 100%;
      }
      .menu_wrapper #menu-main-menu li a span {
        color: #fff!important;
      }
      .widgetTopo .infoContatoTopo {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 10px;
      }
      .widgetTopo .infoContatoTopo p {
        margin-bottom: 10px;
      }
      .widgetTopo .infoContatoTopo p:first-child {
        margin-bottom: 10px;
      }
      .widgetTopo .infoContatoTopo p:last-child {
        margin-left: 0;
      }
      #Top_bar>.container {
        padding: 10px!important;
        box-sizing: border-box;
      }
      .mobile-header-mini #Top_bar .top_bar_left a.responsive-menu-toggle {
        top: 40px!important;
      }
      /* dt-body-a */
      .dt-body-a {
        text-align: center;
      }
      .dt-body-a .vc_col-sm-6 .wpb_text_column {
        margin-bottom: 0;
      }
      .dt-body-a h2 {
        margin-top: 10px;
        line-height: 50px;
      }
      .dt-body-a p a {
        margin: auto;
      }
      /* dt-body-b */
      .dt-body-b h2 {
        text-align: center;
      }
      .dt-body-b .vc_col-sm-6:nth-child(2) .servicosHome {
        flex-direction: column;
      }
      .dt-body-b .vc_col-sm-6:nth-child(2) .servicosHome p {
        background: url('img/icones/destaqueLista.png')center top no-repeat;
        padding: 50px 0 10px 0;
        text-align: center;
      }
      .dt-body-b .vc_col-sm-6:nth-child(2) .servicosHome div:nth-child(2) p:last-child a {
        margin: auto;
      }
      /* dt-body-c */
      .dt-body-c {
        margin-top: 0;
        padding-top: 50px;
        background: #0076ff;
      }
      .dt-body-c h2 {
        text-align: center;
      }
      .dt-body-c h2 strong {
        font-size: 40px;
        line-height: 40px;
      }
      .dt-body-c p {
        text-align: center;
        font-size: 18.6px;
        line-height: 30px;
      }
      .dt-body-c p a {
        margin: auto;
      }
      /* dt-body-d  */
      .dt-body-d .wpb_text_column .wpb_wrapper p+p {
        margin-left: 0;
      }
      /* Footer */
      #Footer .widgets_wrapper {
        background: #0074ff url('img/bannerFooterr.jpg')center -60px/cover no-repeat;
      }
      #Footer .widgets_wrapper .one-third:nth-child(1) .destaqueFooter {
        flex-direction: column;
        padding: 30px 20px 30px 20px;
        border-radius: 40px;
      }
      #Footer .widgets_wrapper .one-third:nth-child(1) .destaqueFooter p {
        width: 100%;
        padding-left: 0;
        padding-top: 70px;
        text-align: center;
        margin-bottom: 20px;
        background: url('img/icones/porto.png')center top no-repeat;
      }
      #Footer .widgets_wrapper .one-third:nth-child(1) .destaqueFooter h3 {
        background: no-repeat;
        margin: 0;
        padding: 0;
      }
      #Footer .footer_copy .column .copyright {
        flex-direction: column;
      }
      /* serviços */
      .servicos-a {
        background: #005fcd;
      }
      .servicos-a h2 {
        text-align: center;
        font-size: 36.9px;
      }
      .servicos-b .wpb_text_column .wpb_wrapper {
        background: #fff url('img/servicos/parking.png')center 90%/40px no-repeat;
      }
      .servicos-b .wpb_text_column .wpb_wrapper:hover {
        background: #005fcd url('img/servicos/parking2.png')center 90%/40px no-repeat;
      }
      .servicos-b .wpb_text_column .wpb_wrapper h4 {
        text-align: center;
      }
      /* empresa */
      .empresa-d .wpb_text_column .wpb_wrapper h2 {
        font-size: 35.2px;
      }
      .empresa-d .wpb_text_column .wpb_wrapper h2 strong {
        font-size: 30.5px;
      }
      /* contato */
      .contato-a {
        background: url('img/contato/banner.jpg')center 0/cover no-repeat;
      }
      .contato-b .vc_col-sm-6:nth-child(2) {
        text-align: center;
      }
      .contato-b h3 {
        line-height: 43.6px;
      }
      .contato-c form {
        flex-direction: column;
      }
      .contato-c form .campo-medio {
        width: 100%;
      }
      .contato-b h4 {
        background: url('img/contato/call.png')center top/23.7px no-repeat;
      }
      .contato-b h5 {
        background: url('img/contato/email.png')center top/23.7px no-repeat;
      }
      .contato-b h4,
      .contato-b h5 {
        padding-left: 0;
        padding-top: 30px;
        font-size: 20px;
      }
      /* locais Operacao */
      .locaisOperacao-a {
        background: url('img/locais-operacao/banner.jpg')center 0/cover no-repeat;
      }
      /* localizacao */
      .localizacao-a {
        background: url('img/paginaLocalizacao/economia-estacionamento-20150707-0001.jpg')center 0/cover no-repeat;
      }
      .localizacao-a .vc_col-sm-12 {
        padding-left: 60px;
      }
      .localizacao-b h2 {
        line-height: 40px;
      }
      .localizacao-c {
        margin-top: -50px;
      }
    }