@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body,
html {
    font-family: 'Poppins', sans-serif;
    height: 100%;
    width: 100%;
    margin: 0px;
    color: black;
    background-color: #EFEFEF !important;
}

@media print {
    a[href]:after {
      content: none !important;
    }
  }

.boxsubmenu {
    background-color: #F5F5F5;
    margin-top: 25px;
    border-radius: 0px 0px 10px 10px;
    padding-bottom: 15px !important;
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 5px 0px rgb(0 0 0 / 75%);
}

textarea {
    resize: none;
}

.section {
    background-color: #d3d3d3 !important;
    /* background-color: #EDEDE8 !important; */
    /* background-color: #ecece7 !important; */
    
    
}

.fundopaginabg {
    background-image: url(../../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sectionfundo {
    /* background-image: url("../../images/fundo.png") ;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto; */
    background-image: url(../../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%;
/* background: rgb(181,181,181);
background: radial-gradient(circle, rgb(244, 244, 244) 0%, rgb(216, 216, 216) 100%); */
}

.caixasearch {
    padding: 20px 30px;
    background-color: #eeeeee;
    border-radius: 10px;
    box-shadow: 2px 2px 2px lightgrey;
}

.caixaresult {
    padding: 20px 30px;
    background-color: #eeeeee;
    border-radius: 10px;
    box-shadow: 2px 2px 2px lightgrey;
}

.fundologin {
    background-image: url("../../images/background.jpg") ;
    /* background-image: rgba(219, 186, 0, 0.3), url("../../images/background.jpg") ; */
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    
}

.text-info {
    color: #337CBB !important;
}

a {
    color: #337cbb !important;
}

.cookies {
    position: fixed;
    bottom: 0;
    z-index: 999;
    background-color: #337cbb;
    width: 100%;
    height: 15%;
    padding: 5px;
    border: 0;
    color: white;
}

.fundotopo {
    background-image: url('../../images/bg-topo.jpg');
    background-size: cover;
}

.fundotopointerno {
    /* background-image: url('../../images/bg-interna.jpg'); */
    /* background: linear-gradient(to right, rgb(1,142,234) 0%, rgb(111, 188, 240) 100%); */
    background-color: #05B577 !important;
}


.coluna1 {
	width:40%;
}

.coluna2 {
	width:60%;
}

.menu {
    top: 0px;
    position: absolute;
    width: 100%;
}

.gridMenu {
    display: inline-grid;
    padding: 10px;
    background-color: #eeeeee4d;
    opacity: 0.5;
    margin-left: 2px;
    margin-right: 2px;
    width: 7em;
    height: 6em;
}

.gridMenu>a {
    color: #913204ff !important;
    opacity: 1;
}

.topo {
    padding-left: 20%;
}

.titulotopo {
    color: #bb7575;
    font-size: 30px;
    font-weight: 1000;
}

.textotopo {
    color: #bb7575;
}

.nopadding {
    padding: 0px !important;
}

.centraliza {
    margin: auto;
}

span.tituloconsulta {
    color: #05B577;
    /* color: #337cbb; */
    font-size: 1.5em;
    font-weight: 700;
}

.linhaseparadoratitulo {
    border-bottom: 2px solid #05B577;
    margin-top: 0px;
}

.btn-novo-grid {
    font-size: 0.9em;
    font-weight: bold;
    color: rgb(51,124,187);
    letter-spacing: 2px;
    border: 0px !important;
}

.btn-novo-grid:hover {
    color: rgb(111, 146, 177) !important;
    border: 0px !important;
    background-color: transparent;
    box-shadow: 0 0 black;
}

.iconessocios {
    background-color: transparent;
    border: 0px;
    text-align: right;
}

.iconessocios:hover {
    background-color: transparent;
    border: 0px;
    text-align: right;
}

.cortexto {
    color: #05B577;
}

.textopequeno {
    font-size: smaller;
}

@media (max-width: 600px) {
    .textopequeno {
        display: none;
    }
}

.textomedio { 
    font-size: medium;
}

.textogrande { 
    font-size: x-large;
}

.floatright {
    float: right;
}

.btn-novo {
    font-size: 0.9em;
    font-weight: bold;
    background-color: #05B577;
    color: white !important;
    letter-spacing: 2px;
}

.btn-novo:hover {
    background-color: #03A811;
}


.btn-menu {
    color: #be9225;
    border: 0;
    background-color: transparent;
    font-size: 1.5em;
}

.botaopesquisar {
    background-color: white !important;
    color: #bb7575;
    border-radius: 40px;
    width: 60%;
    border: 1px solid #bb7575;
}

.botaopesquisar:hover {
    color: #bb7575;

}

::placeholder {
    color: #bb7575;
    opacity: 0.5;
    /* Firefox */
}

.campoform {
    /* margin-top: 10px; */
    color: #bb7575;
    border: 1px solid #bb7575;
    padding-left: 40px;
    padding-top: 9px;
    padding-bottom: 5px;
    height: 46px;
    width: 50%;
}

.campoformInterno {
    color: #bb7575;
    border: 1px solid #bb7575;
    padding-left: 8px;
    /* padding-top: 9px; */
    padding-bottom: 5px;
    height: 46px;
    width: 35%;
}

.campoformesquerda {
    border-radius: 30px 0px 0px 30px;
}

.campoformdireita {
    border-radius: 0px 30px 30px 0px;
}

.icontopo1 {
    position: absolute;
    z-index: 10;
    left: 6%;
    top: 35%;
    color: #bb7575;
}

.icontopo2 {
    position: absolute;
    z-index: 10;
    left: 52%;
    top: 35%;
    color: #bb7575;
}

.fundocaixanewsletter {
    background: linear-gradient(0deg, #e8d04a 40%, white 40%);
}

.caixanewsletter {
    border: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-height: 100px;
    border-radius: 5px;
    width: 60%;
    margin: auto;
    background-color: white;
}

.paddingtopusuario {
    padding-top: 14px !important;
}

.fundorodapeamarelo {
    /* background: linear-gradient(to bottom, #ffffff 0%, #44abf0 100%); */
    /* background-color: rgb(111, 188, 240); */
    background-color: #A1A08D;
    min-height: 40px;
}

.fundorodapedourado {
    /* background-color: rgb(68, 171, 240); */
        /* min-height: 50px; */
        background-color: #61F5B2;
        /* height: 80px; */
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 35px;
        padding-top: 10px;
}

.textorodapefinal {
    color: #5C0020;
}

.textonewsletter {
    font-size: 1em;
    padding: 3%;
}

.formnewsletter {
    padding-top: 9px;
}

.campoformnewsletter {
    margin-top: 10px;
    color: #bb7575;
    border: 1px solid #bb7575;
    padding-left: 6%;
    padding-top: 9px;
    padding-bottom: 5px;
    height: 46px;
    width: 80%;
}

@media (max-width: 520px) {
    .campoformnewsletter {
        width: 70%;
    }
}

.botaoenviarnewsletter {
    border: 1px solid #bb7575;
    padding-top: 9px;
    padding-bottom: 5px;
    height: 46px;
    width: 50px;
    border-radius: 0px 30px 30px 0px;
    background-color: #bb7575;
    color: white;
}

.titulomenurodape {
    font-weight: bold;
}

.espacotopo {
    padding-top: 30px;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

.titulo {
    font-size: 1.8em;
    font-weight: bold;
    /* color: #337CBB; */
    color: #05B577;
    /* border-bottom: 1px solid; */
}

.caixasubcategorias {
    font-size: 0.85em;
    color: #989898;
}

.trilhadopao {
    font-size: 0.7em;
}

.caixa {
    color: #989898 !important;
}

.caixa li a {
    color: #989898 !important;
}

.caixacategoria {
    background-color: #ededed;
    padding-top: 25px;
    padding-bottom: 45px;
    color: #989898 !important;
}

.caixacategoria li a {
    color: #989898 !important;
}

.subtitulo {
    font-size: 0.9em;
    font-weight: 200;
    color: #82b5d0;
}

.espacoacima {
    margin-top: 25px;
}

.espacoabaixo {
    margin-bottom: 25px;
}

.bordacategoria {
    border: 1px solid gray;
    /* height: 150px; */
    min-height: 180px;
    margin: 5px;
    border-radius: 20px;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 5px;
}

.titulosubcategoria {
    font-weight: bold;
}

.badgeprincipal {
    background-color: #337cbb;
    width: 40px;
    opacity: 0.95;
    margin-top: 12px;
    margin-bottom: 6px;
}

.tituloservico {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 40px;
}

.descricaoservico {
    padding: 10px;
}

.textoservico {
    font-size: 1.5em;
}

.smallservico {
    font-size: 0.8em;
}

.imagemservico {
    border: 1px solid #ccc0c0;
    padding: 5px;
    border-radius: 10px;
}

.contrateservico {
    width: 100%
}

.iconlixo {
    position: static;
    bottom: 25px;
    left: 15px;
}


.button {
    /* margin-top: 30px;
    position: absolute; */
    font-size: 1.5em;
    border: 1px solid #337cbb;
    padding: 18px 12px;
    border-radius: 35px;
    color: #337cbb;
    background-color: white;
    /* margin-left: -100px; */
}

.button:hover {
    color:  #337cbb !important;
    text-decoration: underline;
    background-color: white !important;
    border: 1px solid  #337cbb;
}

.button:visited {
    color: #337cbb !important;
    text-decoration: underline;
    background-color: white !important;
    border: 1px solid #337cbb;
}

.buttonorcamento {
    margin-top: 30px;
    position: absolute;
    font-size: 1.5em;
    border: 1px solid  #337cbb;
    padding: 18px 12px;
    border-radius: 35px;
    color:  #337cbb;
    margin-left: -100px;
}

.buttonorcamento:hover {
    color:  #337cbb !important;
    text-decoration: underline;
}

.buttonorcamento:visited {
    color:  #337cbb !important;
    text-decoration: underline;
}

.painelservicodestaque {
    background-color: white !important;
    margin-bottom: 15px !important;
    border-radius: 3px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    margin-left: 10%;
    height: 120px;
    width: 80%;
    padding-top: 20px;
}

.margemdestaqueacima {
    margin-top: 50px;
}

.linhaseparadora {
    border: 1px solid gray;
    opacity: 0.8;
    width: 80%;
}

.botaoorcarprincipal {
    background-color:  #337cbb;
    color: white !important;
    border-radius: 30px;
    width: 12%;
    vertical-align: middle;
    padding: 10px;
    margin-top: 15px;
}

.botaoorcarprincipal a {
    color: white !important;
}

.caixaassinatura {
    padding-left: 10%;
    padding-right: 10%;
}

.caixaindividualassinatura {
    background: linear-gradient(to bottom right,#337cbb 0%,#337cbb 100%);
    border: 0px;
    border-radius: 5px;
    /* outline: 1px solid black; */
    /* outline-offset: -10px; */
    padding: 10px;
    min-height: 500px;
}

.caixaindividualassinatura li {
    border-bottom: 1px solid lightgray;
    /* background-color: #f1f1f1; */
    list-style-type: none;
    color: white;
    font-size: 1.15em;
    margin-bottom: 5px;
    /* padding: 10px 20px; */
}

.tituloplano {
    color: white !important;
    font-size: 2em;
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
    padding-top: 25px;
}

.subtituloplano {
    color: white !important;
    font-size: 0.85em;
    display: block;
    margin-bottom: 30px;
}

.precoanualplano {
    color: white !important;
    font-size: 1.8em;
    font-weight: bold;
}

.textoprecoanualplano {
    color: white !important;
    font-size: 0.75em;
    margin-bottom: 2px
}

.precomensalplano {
    color: white !important;
    font-size: 0.8em;
    font-weight: bold;
}

.textoprecomensalplano {
    color: white !important;
    font-size: 0.8em;
    margin-bottom: 5px
}

.botaoassinar {
    color: white;
    border: 1px solid white;
    border-radius: 30px;
    position: absolute;
    bottom: 10px;
    padding: 5px 15px 5px 15px;
}

.allspace {
    height: 100%;
    margin: auto;
}

a.recuperarsenha {
    color: white !important;
}

.login-div {
    width: 40%;
    height: 100%;
    margin: auto;
}

@media (max-width:767px ) {
    .login-div {
        width: 90%;
    }
}

.login-form {
    margin: auto;
    border: 0px;
    outline: 1px solid white;
    outline-offset: -5px;
    padding: 60px 20px;
    margin-top: 30px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 5px;
    background-color: #03A811;
}

.titulologin {
    color: #03A811;
    font-size: 1.4em;
    font-weight: bold;

}

.cadastrousuario-div {
    width: 50%;
    margin: auto;
}

.btn-cadastro {
    background-color:  #05B577 !important;
    color: white !important;
}

.btn-cookie {
    background-color:  #337cbb !important;
    color: white !important;
    display: initial;
    margin-right: 10px;
}

.usuarionome {
    color: #ffffff;
    font-size: 0.85em;
}

.usuarionome a {
    color: #ffffff !important;
}

/* Configurações adicionais para o BS */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/* CSS Avalição Estrela */
.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: url(../img/loading.gif) top left no-repeat;
    border: none
}

.rating-container .rating-stars {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap
}

.rating-container .rating-input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    font-size: 1px;
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0
}

.rating-disabled .rating-input,
.rating-disabled .rating-stars {
    cursor: not-allowed
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center
}

.rating-container .empty-stars {
    color: #aaa
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999
}

.rating-rtl {
    float: right
}

.rating-animate .filled-stars {
    transition: width .25s ease;
    -o-transition: width .25s ease;
    -moz-transition: width .25s ease;
    -webkit-transition: width .25s ease
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0)
}

.rating-rtl.is-star .filled-stars {
    right: .06em
}

.rating-rtl.is-heart .empty-stars {
    margin-right: .07em
}

.rating-lg {
    font-size: 3.91em
}

.rating-md {
    font-size: 3.13em
}

.rating-sm {
    font-size: 2.5em
}

.rating-xs {
    font-size: 2em
}

.rating-xl {
    font-size: 4.89em
}

.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    padding-right: 5px
}

.clear-rating-active {
    cursor: pointer !important
}

.clear-rating-active:hover {
    color: #843534
}

.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    margin-top: -.6em;
    margin-left: 5px;
    margin-right: 0
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0
}

@media print {
    .rating-container .clear-rating {
        display: none
    }
}

/* Avaliação por estrela CSS */

  .heading {
    font-size: 25px;
    margin-right: 25px;
  }
  
  .fa {
    font-size: 25px;
  }
  
  .checked {
    color: orange;
  }
  
  /* Three column layout */
  .side {
    float: left;
    width: 15%;
    margin-top:10px;
  }
  
  .middle {
    margin-top:10px;
    float: left;
    width: 70%;
  }
  
  /* Place text to the right */
  .right {
    text-align: right;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* The bar container */
  .bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
  }
  
  /* Individual bars */
  .bar-5 {width: 60%; height: 18px; background-color: #4CAF50;}
  .bar-4 {width: 30%; height: 18px; background-color: #2196F3;}
  .bar-3 {width: 10%; height: 18px; background-color: #00bcd4;}
  .bar-2 {width: 4%; height: 18px; background-color: #ff9800;}
  .bar-1 {width: 15%; height: 18px; background-color: #f44336;}
  
  /* Responsive layout - make the columns stack on top of each other instead of next to each other */
  @media (max-width: 400px) {
    .side, .middle {
      width: 100%;
    }
    .right {
      display: none;
    }
  }

  /* Notification Icon */
  .notification {
    position: relative;
    display: inline-block;
    margin-right: 15px; 
  }
  
  .notification .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    background: red;
    color: white;
  }

  .autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
  }

  .autocomplete-items {
    /* position: absolute; */
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
  }
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
  }
  .autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
  }