body {
    font-family: "Arial";
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
}

.menu {
    text-align: center;
    padding: 5px 0 15px 0;
}

.topo {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

input.input-text {
    height: 30px;
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
}

.logo {
    width: 20%;
    display: inline-block;
    float: none;
    overflow: hidden;
}

.logo img {
    width: 100%;
    max-width: 140px;
}

a.login_perfil {
    color: white;
    text-decoration: none;
    background: #007ecc;
    padding: 5px 20px;
    border-radius: 15px;
    margin-right: 10px;
}

ul.menu_lista {
    display: flex;
    justify-content: space-around;
}
.menu-all {
    max-width: 800px;
    margin: 10px 10px 0;
    /* background: #007ecc; */
    color: #007ecc;
    padding: 5px 10px;
    border-radius: 15px;
}
.menu-all a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    margin: 0 10px;
}
ul.redes_topo {
    display: flex;
    justify-content: center;
}

/* slick */

.lista_marcas.slick-initialized.slick-slider img {
    width: 100%;
}

.slick-slide {
    height: auto !important;
}

.marcas .slick-initialized .slick-slide {
    margin: 0 10px;
}

/* header */

header.header {
    z-index: 9999;
    width: 100%;
}

/* body */

.banner_content {
    width: 100%;
    overflow: hidden;
}

.banners img {
    width: 100%;
}

.conteudo {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px !important;
    overflow: hidden;
}

h3.titulo-normal {
    text-align: center;
    margin: 25px auto;
    padding: 5px 10px;
    color: #007ecc;
    font-size: 30px;
    font-family: "PT Sans", Helvetica, sans-serif;
    font-weight: bold;
}

.form-div {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative;
}

.form-in {
    background-color: white;
    margin: 5px auto;
    width: 100%;
}

textarea#descricao {
    height: 250px;
    width: 80%;
}

button.botao {
    padding: 5px 20px;
    color: white;
    border-radius: 15px;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    background-color: #007ecc;
    margin-bottom: 10px;
    cursor: pointer;
}

a.link-form-cliente {
    text-decoration: none;
    color: #007ecc;
    font-weight: bold;
}

.form-all {
    display: block;
}

.inline {
    display: flex;
}

.form-contact-all {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.ver-mais_div {
    text-align: center;
    width: 100%;
    height: 35px;
    margin: 20px auto 0;
}

.botao_div {
    text-align: center;
}

a.button {
    background-color: #007ecc;
    border: 0;
    padding: 5px 15px;
    border-radius: 15px;
    margin: 10px auto 0;
    color: white;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}

button.button {
    background-color: #007ecc;
    border: 0;
    padding: 5px 15px;
    border-radius: 15px;
    margin: 10px auto 0;
    color: white;
    font-weight: bold;
    font-size: 15px;
}

textarea#duvida {
    width: 100%;
}

.mapa iframe {
    width: 100%;
}

.mapa {
    text-align: center;
}

.form-contact-in {
    text-align: left;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.form-contact-left {
    width: 45%;
}

.form-contact-right {
    width: 45%;
}

input.input-contato {
    height: 30px;
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
}

textarea#descricao {
    height: 250px;
    width: 100%;
    margin: 15px 0;
    max-width: 1116px;
}

/* footer */

.footer {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin: 0 auto;
}

footer {
    background: #e6e6e6;
    text-align: center;
    color: black;
    padding: 10px 0;
}

.footer a {
    color: black;
    text-decoration: none;
}

.bot {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 1200px;
    margin: 5px auto;
}

ul.redes_topo img {
    margin: 0 2px;
}

ul.redes {
    display: flex;
    justify-content: center;
}

ul.redes li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.social {
    width: 40%;
}

.footer_contato {
    width: 30%;
}

.institucional {
    width: 30%;
}

h3.titulo_footer {
    margin: 0 auto 10px;
}

ul.footer_lista a {
    line-height: 25px;
}

.logo-pedro img {
    width: 50px;
}

form.div-formulario-assessoria {
    text-align: center;
}

form.div-formulario-assessoria input[type="text"], form.div-formulario-assessoria input[type="email"] {
    width: 100%;
    max-width: 300px;
    height: 30px;
    margin: 10px auto;
}

.form-assessoria-all {
    display: flex;
    width: 100%;
    justify-content: space-around;
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
}

.inputs-left {
    width: 45%;
}

.inputs-right {
    width: 45%;
}


form.div-formulario-assessoria textarea {
    width: 100%;
    margin-top: 10px;
    min-height: 170px;
}

.whats {
    vertical-align: middle;
    width: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #007ecc;
    color: white;
    border-radius: 15px;
    padding: 2px 5px;
    margin: 15px auto;
}

.whats img {
    vertical-align: middle;
    margin-right: 5px;
}

.whats a {
    color: white;
    text-decoration: none;
}

.content {
    max-width: 1200px;
    width: 100%;
    margin: 10px auto;
    text-align: center;
}

.login-perfil {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}

.up {
    margin: 15px auto;
}

.down {
    margin: 15px auto;
}

.detalhes {
    text-align: justify;
}

.imagem-marca {
    width: 100%;
    max-width: 400px;
    margin: 15px auto;
}

.imagem-marca img {
    width: 100%;
}

.marcas-pag {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.marca-pag {
    width: 30%;
    text-align: center;
}

span.nome-normal {
    color: #007ecc;
    font-weight: bold;
}

.marca-pag img {
    width: 100%;
    margin-top: 5px;
}

.cadastro-clliente .all {
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: start;
}

.login {
    margin-bottom: 10px;
}

.perfil {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: start;
}

.menu-lateral {
    width: 25%;
    border-top: 1px solid lightgrey;
    border-bottom: 2px solid lightgrey;
}

.formulario-edit {
    width: 70%;
}

.all-form-edit {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-around;
}

.edit-left-form {
    width: 45%;
}

.edit-right-form {
    width: 45%;
}



label.menu-label {
    font-weight: bold;
}

ul.lateral-list {
    border-top: 1px solid lightgrey;
    padding-top: 10px;
}

ul.lateral-list a {
    color: black;
}

ul.lateral-list a:hover {
    font-weight: bold;
}

a:hover {
    color: black;
    text-decoration: none;
}

.menu-all a:hover {
    color: #007ecc;
}

a.login_perfil:hover {
    color: white;
}

a.link-pag {
    margin: 0 auto;
    text-align: center;
    padding: 5px 20px;
    border-radius: 15px;
    background-color: #007ecc;
    color: white;
}

form#formulario-mod input[type="email"] {
    margin-top: 10px;
    height: 30px;
    width: 100%;
    max-width: 300px;
}

.marcaspagina {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

span.nome-normal {
    color: #007ecc;
    font-weight: bold;
}

a.button:hover {
    color: white;
    background-color: #0056b3;
}

ul.footer_lista a:hover {
    color: white;
    font-weight: bold;
}

a.whats-assessoria:hover {
    color: white;
    font-weight: bold;
}

a.link-pag:hover {
    color: white;
    background-color: #0056b3;
}

a.login_perfil:hover {
    color: white;
    background-color: #0056b3;
}

button.botao:hover {
    color: white;
    background-color: #0056b3;
}

/* Bootstrap */

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-3 {
    width: 25%;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

span.termos {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}

h3.titulo-normal.lower {
    font-size: 17px;
    max-width: 400px;
    margin: 0 auto;
}

.missão {
    text-align: justify;
}

.logo_bottom {
    width: 100%;
    max-width: 90px;
}

.logo_bottom img{
    width: 100%;
    max-width: 90px;
}

.fale-conosco {
    background: #007ecc;
    color: white;
}

.fale-conosco h3.titulo-normal {
    color: white;
}

.fale-concosco-div.all {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left-form-fale {
    width: 48%;
}

.right-form-fale {
    width: 48%;
}

.conteudo.all {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.left-coontent {
    width: 45%;
}

.left-coontent img {
    width: 100%;
}

.rigth-content {
    width: 45%;
}

.os-perfil {
    width: 75%;
    margin-bottom: 10px;
}

form.form-orcamento {
    background: rgba(0, 81, 159, 0.7);
    border-radius: 25px 25px 0 0;
    bottom: 14px;
    padding: 10px 35px 20px;
    position: absolute;
    right: 10%;
    width: 30%;
}

h4.titulo-orcamento {
    text-align: center;
    color: white;
    font-size: 23px;
}

.form-group.col-xs-5.metade {
    width: 50%;
}

.form-group.col-xs-10.tudo {
    width: 100%;
}

h6.titulo-secundario {
    font-family: "PT Sans", Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #808080;
    font-size: 18px;
}

.radio {
    position: absolute;
    right: 10px;
    top: 10px;
}

.form-atende {
    padding: 0 10px;
    margin: 15px auto 0;
}

.form-atendimento .form-group.col-xs-9 {
    width: 100%;
}

@media only screen and (min-width : 600px) {

    .alinha-top {
        height: 132px;
    }

    .menu {
        position: fixed;
        z-index: 990;
        width: 100%;
        top: 0;
    }

    header.header {
        height: 0;
    }

}

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

    .footer {
        flex-direction: column;
        width: auto;
    }

    .social {
        width: 100%;
    }

    .institucional {
        width: 100%;
    }

    .footer_contato {
        width: 100%;
        overflow: hidden;
    }

    .footer_contato iframe {
        width: 100%;
    }

    .code-form {
        margin-right: 10px;
    }

    
}

@media screen and (max-width: 650px) {
    header .control-nav {
      position: absolute;
      right: 20px;
      top: 20px;
      display: block;
      width: 30px;
      padding: 5px 0;
      border: solid #007ecc;
      border-width: 3px 0;
      z-index: 2;
      cursor: pointer;
    }
  
    header .control-nav:before {
      content: "";
      display: block;
      height: 3px;
      background: #007ecc;
    }
  
    header .control-nav-close {
      position: fixed;
      right: 0;
      top: 0;
      bottom: 0;
      left: 0;
      display: block;
      z-index: 1;
      background: rgba(0,0,0,0.4);
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
      transform: translate(100%, 0);
    }
  
    header nav {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      width: 250px;
      border-left: 1px solid #ccc;
      background: #fff;
      overflow-x: auto;
      z-index: 2;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
      transform: translate(100%, 0);
    }

    ul.menu_lista {
        display: block;
    }

    .missão {
        padding: 0 5px;
        text-align: justify;
    }

    .marca-pag {
        width: 95%;
        text-align: center;
    }

    .inputs-left {
        width: 95%;
    }

    .inputs-right {
        width: 95%;
    }
    
    .form-assessoria-all {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .form-contact-left {
        width: 95%;
    }

    .form-contact-right {
        width: 95%;
    }

    .form-contact-all {
        flex-direction: column;
    }

    .perfil {
        flex-direction: column;
    }

    .menu-lateral {
        width: 95%;
        margin: 0px auto 10px;
    }

    .desktop {
        display:none;
    }

    .all-form-edit {
        flex-direction: column;
    }

    .formulario-edit {
        width: 95%;
        margin: 0 auto;
    }

    .edit-left-form {
        width: 100%;
    }

    .edit-right-form {
        width: 100%;
    }

  }

  #control-nav:checked ~ .control-nav-close {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  #control-nav:checked ~ nav {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .franquia {
    text-align: center;
    color: white;
    background-image: url('../../arquivos_upload/imagens/back.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    position: relative;
}

.franquia h6.titulo-secundario {
    color: white;
    padding-top: 10px;
}

h4.titulo-amarelo {
    color: #ffff00;
    font-size: 28px;
    font-weight: bold;
}

.fale-conosco h6.titulo-secundario {
    color: white;
    padding-top: 10px;
}

a.franquia-link {
    color: white;
    border: 2px solid white;
    padding: 2px 10px;
    font-weight: bold;
}

form.formulario-fale-conosco {
    margin: 0 auto;
}

.enviar_div {
    width: 100%;
    text-align: center;
}

button.botao-enviar {
    background: #149214;
    color: white;
    border: 0;
    padding: 2px 15px;
    width: 110px;
    text-align: center;
    font-weight: bold;
    margin: 10px auto;
}

input.input-fale {
    width: 90%;
    margin: 0 auto 10px;
    border: 0;
    height: 35px;
    border-radius: 5px;
    padding: 2px;
    display: block;
}

textarea.area-de-texto {
    margin: 0 auto;
    display: block;
    width: 90%;
    height: 85px;
    border-radius: 5px;
}

.lista.form-group.col-xs-10 input[type="checkbox"] {
    width: 30px;
    height: 15px;
    vertical-align: text-bottom;
}

.conteudo-radio {
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 1200px !important;
    background-color: #007ecc;
    position: relative;
    height: max-content;
    padding: 0 0 10px 0;
}

img.phones {
    position: absolute;
    top: 0px;
    left: -82px;
    z-index: 9999999999;
}

.radio-imagens{
    width: 80%;
    height: 100%;
    margin: 0 auto;
}

.radio-imagens img{
    width: 100%;
}

#botao-whats {
    position: fixed;
    bottom: 10px;
    background: rgb(0, 153, 51);
    font-size: 14px;
    right: 5px;
    z-index: 999;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;

    width: 150px;
    height: 30px;
    text-align: left;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border: none;
    border-radius: 20px;
    padding: 0;
}

#botao-whats img {
    margin: 2px 5px;
    margin-left: 20px;
    height: 80%;
}

.botao-contato span {
    font-weight: 600;
    color: white;
    line-height: 1;
}

nav.small-menu {
    background: white;
}

img.small-logo {
    height: 50px;
    width: auto;
}

.atendimento-em-casa {
    border: 2px solid #007ecc;
    margin-left: 5px;
    padding: 5px 0;
    width: 75%;
}

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

.tab1 {
    background: lightgray;
    color: black;
    padding: 5px 15px;
    cursor: pointer;
}

.tab2 {
    background: lightgray;
    color: black;
    padding: 5px 15px;
    border-left: 2px solid;
    cursor: pointer;
}

.lista-solic {
    margin-top: 10px;
}

div#new-solic {
    margin-top: 10px;
}

#categorias .categorias-header,
#servicos .servicos-header,
#servicos-detalhes .servicos-header {
	position: relative;
}
#categorias .categorias-header::after,
#servicos .servicos-header::after,
#servicos-detalhes .servicos-header::after {
    background: rgba(0, 0, 0, 0.65);
    content: "";
    display: block;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
#categorias #subtitulo-page-header,
#servicos #subtitulo-page-header,
#servicos-detalhes #subtitulo-page-header {
    display: flex;
    align-items: center;
    bottom: 80px;
    color: white;
    font-family: "PT Sans", Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    left: 0;
    margin: auto;
    height: max-content;
    position: absolute;
    right: 0;
    top: 0;
    width: max-content;
    z-index: 100;
}
#categorias #titulo-page-header,
#servicos #titulo-page-header,
#servicos-detalhes #titulo-page-header {
    bottom: 0;
    color: yellow;
    font-family: "PT Sans", Helvetica, sans-serif;
    font-size: 45px;
    font-weight: bold;
    left: 0;
    margin: auto;
    height: max-content;
    position: absolute;
    right: 0;
    top: 0;
    width: max-content;
    z-index: 100;
}
#categorias #image-page-header,
#servicos #image-page-header,
#servicos-detalhes #image-page-header {
    height: 100%;
    max-height: 300px;
    object-fit: cover;
    width: 100%;
}
#categorias .categorias-body {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: table;
}
#categorias .categorias-container {
	position: relative;
    float: left;
	width: 50%;
	height: 300px;
	padding: 15px;
}
#categorias .categorias-body .titulo-container {
	position: absolute;
	top: 50%;
	left: 15px;
    transform: translateY(-50%);
    background: #007ecc;
    width: 160px;
    height: 160px;
    text-align: center;
	padding: 15px;
	z-index: 1;
}
#categorias .categorias-container:nth-of-type(2n) .titulo-container {
	right: 15px;
	left: initial;
}
#categorias .categorias-body .titulo-container img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
#categorias .categorias-body .titulo-container .card-titulo {
	color: white;
	font-size: 18px;
	height: 45px;
    margin: 3px 0;
}
#categorias .categorias-body .titulo-container .botao {
	background: white;
    padding: 0 25px;
    border-radius: 5px;
	font-size: 18px;
}
#categorias .categorias-body .titulo-container .botao:hover {
	background: #eee;
	text-decoration: none;
}
#categorias .categorias-body .conteudo-container {
	display: inline-block;
    background: #e6e6e6;
    width: calc(100% - 130px);
    height: calc(100% - 30px);
    position: absolute;
    right: 15px;
	top: 15px;
	padding: 30px;
    padding-left: 90px;
}
#categorias .categorias-container:nth-of-type(2n) .conteudo-container {
	left: 15px;
	padding-left: 30px;
	padding-right: 90px;
}
#categorias .categorias-body .conteudo-container .card-texto {
    max-height: 170px;
    overflow: hidden;
}
#categorias .categorias-body .conteudo-container .botao {
	background: #669932;
    color: white;
    display: block;
    font-size: 18px;
	width: 60%;
	padding: 3px;
    font-weight: 600;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 30px);
	transform: translateX(calc((50% - 30px) * -1));
	border-radius: 2px;
}
#categorias .categorias-body .conteudo-container .botao:hover {
	background: #74ad3a;
	text-decoration: none;
}

@media only screen and (max-width : 850px) {
	#categorias .categorias-container {
		height: 450px;
	}
	#categorias .categorias-body .titulo-container,
	#categorias .categorias-container:nth-of-type(2n) .titulo-container {
		top: 15px;
		left: 50%;
		transform: translateX(-50%);
	}
	#categorias .categorias-body .conteudo-container,
	#categorias .categorias-container:nth-of-type(2n) .conteudo-container {
		width: calc(100% - 30px);
		top: 100px;
		height: 300px;
		padding: 30px;
		padding-top: 90px;
	}
	#categorias .categorias-body .conteudo-container .card-texto {
		max-height: 145px;
	}
}
@media only screen and (max-width : 650px) {
	#categorias .categorias-container {
		width: 100%;
	}
	#categorias .categorias-body .conteudo-container .botao {
		width: calc(100% - 30px);
	}
}

#servicos .servicos-body {
    width: 100%;
    max-width: 1200px;
	margin: auto;
}
#servicos .servicos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
}
#servicos .servicos a {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
    margin: 0 15px;
    margin-bottom: 25px;
    min-height: 280px;
    position: relative;
    text-decoration: none;
}
#servicos .servico {
    width: 100%;
    height: 100%;
    margin: 10px 0;
}
#servicos .servico:hover {
    background: #fefefe;
}
#servicos .servico .imagem-preview {
    display: block;
    height: 230px;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 1;
}
#servicos .servico .titulo {
    background: #fff;
    border: 1pt solid #078ee2;
    border-top: 8pt solid #007ecc;
    font-family: "PT Sans", Helvetica, sans-serif;
    font-size: 18px;
    position: relative;
    display: block;
    min-height: 60px;
    margin: 0 auto;
    margin-top: -11px;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
    z-index: 99;
}
@media only screen and (max-width: 800px){
	#servicos .servicos {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 650px){
	#servicos .servicos {
		grid-template-columns: repeat(1, 1fr);
	}
}

#servicos-detalhes .servicos-body {
    width: 100%;
    max-width: 1200px;
	margin: auto;
	margin-top: 50px;
}
#servicos-detalhes .servicos-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#servicos-detalhes #layout-esquerda, 
#servicos-detalhes #layout-direita {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#servicos-detalhes #layout-esquerda {
    width: 54%;
}
#servicos-detalhes #titulo {
    color: #007ecc;
    font-family: "PT Sans", Helvetica, sans-serif;
    font-size: 32px;
    margin-bottom: 15px;
}
#servicos-detalhes .divisor-auxiliar {
    border-top: 2px solid #007ecc;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    width: 15%;
}
#servicos-detalhes .divisor-padrao {
    width: 100%;
    border-top: 1px solid #007ecc;
    margin-top: 0;
}
#servicos-detalhes #conteudo-servico {
	margin: 20px auto;
}
#servicos-detalhes #layout-direita {
    width: 43%;
    margin-top: 13px;
}
#servicos-detalhes #video-container {
    width: 100%;
    margin-bottom: 30px;
}
#servicos-detalhes #video-container .video-player {
    border-radius: 8px;
    height: 275px;
    width: 100%;
}

.plano-all {
    text-align: center;
    width: 30%;
    min-height: 280px;
    margin-bottom: 30px;
    border: 2px solid #e6e6e6;
    border-radius: 15px;
}

.planos-sistema {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.preco {
    padding: 10px 0;
    color: white;
    font-weight: bold;
}

.preco.premium {
    background: #FFB20E;
}

.preco.standart {
    background: #EA1D93;
}

.preco.basic {
    background: #007ecc;
}

.nome-plano {
    padding: 10px;
}

span.plan-span {
    font-size: 25px;
    font-weight: bold;
}

span.obs-span {
    font-size: 12px;
}

.franquias-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.franquia-all {
    width: 30%;
    position: relative;
    margin: 20px auto;
}

.franquia-all img {
    width: 100%;
}

.nome-franquia {
    background: #007ecc;
    color: white;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 5px 0;
}

span.desc-plano {
    font-weight: bold;
    display: block;
    margin: 10px auto;
}

a.btn.btn-contratar {
    margin: 20px auto 25px;
}

li.list-detalhe {
    vertical-align: middle;
    margin: 4px 0;
}

a.preview-sys {
    margin: 0 auto 15px;
    padding: 5px 10px;
    display: block;
    color: white;
    background: #007bff;
    width: 130px;
    text-align: center;
    border-radius: 15px;
}

a.preview-sys:hover {
    font-weight: bold;
    text-decoration: none;
    background: #0056b3;
    color: white;
}

.all-sys{
    margin-bottom: 20px;
}

.franquia:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000087;
    top: 0;
    left: 0;
}



@media only screen and (max-width: 650px){
.franquia-all {
    width: 80%;
    position: relative;
    margin: 20px auto;
}

.plano-all {
    width: 90%;
}

.bot {
    flex-direction: column;
    align-items: center;
}

.left-form-fale {
    width: 100%;
}

.right-form-fale {
    width: 100%;
}

.direitos {
    padding: 20px 0;
}

.logo {
    width: 55%;
    margin: 5px auto;
}

.conteudo.all {
    display: block;
    width: 100%;
}

.left-coontent {
    width: 90%;
    margin: 0 auto;
}

.rigth-content {
    width: 90%;
    margin: 0 auto;
}

form.form-orcamento {
    background: rgba(0, 81, 159, 0.7);
    border-radius: 25px 25px 0 0;
    bottom: 14px;
    padding: 10px 35px 20px;
    position: unset;
    right: unset;
    width: 90%;
    margin: 0 auto;
}

.login {
    margin-bottom: 10px;
    margin: auto;
}

}