@font-face {
    font-family: Monterrat;
    src: url(../fonts/Montserrat.ttf);
}
@font-face {
    font-family: Inter;
    src: url(../fonts/Inter.ttf);
}
body{
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: aliceblue;
    font-family: Inter;
}
h1,h2,h3,h4{
    font-family: Monterrat;
}
form{
    width: 70%;
    margin: 0 auto;
    position: relative;
}
input, textarea, select{
    display: block;
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0;
    border-radius: 10px;
}
select{
    width: auto!important;
}
input[type=select], input[type=submit]{
    width: auto !important;
}
input[type=checkbox]{
    width: auto !important;
    float: left;
    margin: 2px;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.entra, .registo{
    float: left;
    width: 50%;
    padding: 10px;
}
*{
    box-sizing: border-box;
}
.limpar{
    clear: both;
}
.entrar, .registar{
    float: right;
    width: 50%;
    padding: 10px;
}
a:hover {
    color: #00dcff;
}

a:visited {
    color: blueviolet;
}
a {
    color: indigo;
}
.cabeca{
    width: 100%;
    height: 100px;
    padding: 30px 30px 0 30px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid black;
    background: aliceblue;
}
.logo{
    width: 20%;
    float: left;
}
.logo img{
    width: 60px;
}
.menu{
    width: 60%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.menu_ent{
    width: 20%;
    float: right;
    position: relative;
    cursor: pointer;
}
.menu_ent span {
    position: absolute;
    top: 35px;
    right: 130px;
    font-size: 1em;
}
.menu_movel{
    display: none;
}
.menu li{
    float: left;
    margin: 0 5px;
    font-size: 1.5em;
}
.menu_ent li {
    display: block;
    width: 80%;
    font-size: 1.5em;
    text-align: center;
    margin: 7px auto !important;
}
.menu_ent li li{
    font-size: 1em;
}
.menu_ent ul ul{
    top: 35px;
    position: relative;
    background: white;
    z-index: 9999;
    display: none;
    padding: 10px 0;
}
.menu_ent li:hover ul ul{
    display: block;
}
.fazdeconta{
    height: 400px;
}
.utilizador{
    position: absolute;
    left: 0;
    top: 100px;
    width: 50%;
    background: greenyellow;
    text-align: center;
    height: 400px;
    padding-top: 100px;
    transition: all 2s;
}
.parceiros{
    position: absolute;
    right: 0;
    top: 100px;
    width: 50%;
    background: peachpuff;
    text-align: center;
    height: 400px;
    padding-top: 100px;
    transition: all 2s;
}
.utilizador:hover{
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    z-index: 9999;
}
.parceiros:hover{
    position: absolute;
    right: 0;
    top: 100px;
    width: 100%;
}
.parceiro{
    width: 100%;
    height: 400px;
    padding: 30px;
    position: relative;
}
.parceiro p{
    text-align: left; 
    width: 60%; 
    padding-left: 150px; 
}
.anuncio{
    width: 30%;
}
.btn_parc {
    background: darkblue;
    padding: 10px 15px;
    border-radius: 10px;
    color: white;
    position: absolute;
    width: auto;
    cursor: pointer;
    transition: all 2s;
    border: 1px solid white;
}
.btn_parc:hover{
    background: white;
    border: 1px solid darkblue;
    color: darkblue;
}
.btn_nor {
    position: absolute;
    margin-left: 125px;
    margin-top: -45px;
    padding: 10px 15px;
    border: 1px solid black;
    border-radius: 15px;
    background: darkorange;
    cursor: pointer;
}
.btn {
    background: orange;
    padding: 10px 15px;
    border-radius: 10px;
    color: white;
    display: inline-block;
    width: auto;
    cursor: pointer;
    transition: all 2s;
    margin-left: 140px;
    border: 1px solid white;
}
.btn:hover{
    background: white;
    border: 1px solid orange;
    color: orange;
}
.linha{
    width: 80%;
    margin: 0 auto;
    border: 1px solid black;
}
.embrulho{
    padding: 30px 15px;
    width: 900px;
    margin: 0 auto;
}
.pe {
    position: relative;
    width: 100%;
    min-height: 500px;
    border-top: 1px solid black;
    padding: 20px 20px 10px 20px;
    background: lightgrey;
}
.pe li{
    float: left;
    width: 30%;
    border-right: 1px solid black;
    padding-left: 30px;
}
.pe li li{
    border: none;
    width: 100%;
    display: block;
    padding-left: 5px;
    margin: 5px 0;
}
.pe p{
    padding: 0 60px 0 5px;
}
.sem_border li{
    border: none!important;
    width: 45px!important;
    display: inline-block!important;
    height: 45px;
    margin: 0 5px !important;
    transition: all 2s;
    padding: 0 !important;
}
.face{
    background: url(../img/face.png)no-repeat;
    background-size: 45px;
    background-position: top center;
}
.x{
    background: url(../img/x.png)no-repeat;
    background-size: 90px;
    background-position: left center;
}
.inst{
    background: url(../img/inst.png)no-repeat;
    background-size: 90px;
    background-position: right center;
}
.whats{
    background: url(../img/whats.png)no-repeat;
    background-size: 45px;
    background-position: bottom center;
}
.face:hover{
    background-position: bottom center;
}
.x:hover{
    background-position: right center;
}
.inst:hover{
    background-position: left center;
}
.whats:hover{
    background-position: top center;
}
.img_logo{
    position: relative;
    float: left;
    left: 30px;
}
.img_logo img{
    width: 250px;
}
.creditos{
    position: relative;
    text-align: right;
    width: 100%;
    position: relative;
    right: 30px;
}
.mostrar_msg {
    width: 60%;
    margin: 0 auto;
    background: white;
    padding: 20px;
    border-radius: 20px;
}
#msg {
    width: 70%;
    background: #f5f5f58a;
    color: black;
}
.mostrar_msg li {
    padding: 5px 15px;
}
.encontrar_serv{
    width: 100%;
    height: 500px;
}
.procurar{
    display: flex;
    justify-content: center;
    padding: 120px 0 0 0;
}
.procurar input{
    width: 33%;
    display: inline-block;
}
.pesq {
    display: flex;
    justify-content: center;
    position: relative;
}
.caixa_pesq {
    width: 100%;
    padding: 0;
    margin-left: 35%;
}
.caixa_pesq input{
    display: inline-block;
    margin: 0 10px;
}
.caixa_pesq select{
    display: inline-block;
    margin: 0 10px;
}
.caixa_pesq form{
    width: 100%;
}
.lupa{
    background: transparent;
    border: none;
    padding: 20px;
    font-size: 1.5em;
}
.msg_activo{
    display: block !important;
    position: fixed;
    left: 0;
    width: 100%;
    padding: 30px;
    text-align: center;
    top: 100px;
    background: rgb(88, 146, 1);
    color: black;
}
.msgsuc{
    display: none;
}
.msg_fechar{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 1.5em;
}
.pedidos {
    width: 100%;
    padding: 20px;

}
.pedidos li {
    background: aqua;
    padding: 20px;
    border-radius: 15px;
    margin: 10px 0;
}
.anunciomeu{
    position: relative;
    margin: 0;
    padding: 0;
}
.anunciomeu li{
    width: 500px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 15px;
    background: lightcyan;
    position: relative;
}
.anunciomeu p{
    margin: 0;
    padding: 15px;
}
.mostra{
    display: inline;
}
.saibamais{
    font-size: 0.7em;
    position: relative;
    display: inline-block;
}
.estados_anun {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 500px;
    position: relative;
    max-height: 1000px;
    overflow-y: auto;
    overflow-x: hidden;
}
.load{
    display: flex;
    justify-content: center;
    width: 75px;
    align-items: center;
}
.estados_anun .tit_serv {
    position: relative;
    width: 100%;
    font-size: 1.2em;
    display: inline-block;
    text-align: center;
    left: 17px;
}
.estados_anun .mostrar{
    margin-right: 40px;
    display: inline-block;
}
.estados_anun p{
    display: block;
    padding: 10px 15px;
    width: 100%;
}
.detalhes {
    width: 600px;
    margin: 0 auto;
    border-radius: 15px;
}
.detalhes li{
    margin: 7px 0;
    background: white;
}
.consulta{
    display:none;
}
.pag {
    clear: both;
    padding: 40px;
}
.uti {
    padding: 10px;
    background: whitesmoke;
    border-radius: 15px;
}
.uti li {
    border-bottom: 1px solid black;
    margin: 5px 0;
    padding: 10px;
}
.anuncios_expostos li {
    width: 47%;
    min-height: 380px;
    margin: 10px;
    float: left;
    border: 1px solid black;
    border-radius: 15px;
    position: relative;
    background: rgb(177, 241, 240);
    overflow: hidden;
}
.visualizar{
    width: 100%;
    min-height: 300px;
    border-radius: 30px;
    background: whitesmoke;
    margin: 10px 0;
    padding: 20px;
    display:none;
}
.bola{
    padding: 2px 8px;
    border: 1px solid black;
    color: white;
    background: black;
    border-radius: 15px;
    transition: all 2s;
}
.bola:hover{
    background: white;
    color: black;
}
.img_serv{
    width: 150px;
}
.clica_menu{
    display: none;
}
.btn_anu{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.mensagem{
    display: block;
    width: 100%;
    height: 10px;
}
.avaliar{
    width: auto;
    margin: 20px auto;
    height: 50px;
}
.estrelas{
    width: 50px;
    height: 50px;
    background-size: 50px;
    float: left;
    margin: 0 10px;
}
.emb_parceiros, .embrulho_msg{
    display: flex;
    justify-content: center;
}
.quemenviou{
    width: 30%;
    padding: 20px;
}
.quemenviou li {
    padding: 10px;
    border-bottom: 1px solid black;
}
.dados {
    width: 70%;
    padding: 20px;
}
.dados span{
    color: lightblue;
    text-decoration: underline;
    
}
.dados li {
    padding: 5px 15px;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    border-bottom: 1px dashed black;
    width: 100%;
}
.ativar {
    background: darkblue;
    padding: 10px 15px;
    border-radius: 10px;
}
.detalhes{
    display: none;
}
.maismsgs{
    cursor: pointer;
    padding: 3px 10px;
    border-radius: 30px;
    border: 1px solid darkblue;
    background: white;
    color: darkblue;
    display: block;
    width: 100px;
    height: 50px;
}
.pesquisa_avancada{
    position: relative;
    top: 0;
    height: 300px;
    width: 100%;
}
.ecra_msg {
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
    background: white;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid black;
}
.mostrar_msg form{
    width: 100%;
}
.mostrar_msg input{
    display: inline-block;
    margin: 0 5px;
}
/* width */
.ecra_msg::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.ecra_msg::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

/* Handle */
.ecra_msg::-webkit-scrollbar-thumb {
  background: #4038a5;
  border-radius: 5px;
}

/* Handle on hover */
.ecra_msg::-webkit-scrollbar-thumb:hover {
  background: #002fff;
}
.admin{
    display: flex;
    justify-content: center;
}
.menu_admin{
    width: 20%;
}
.visor{
    width: 80%;
}
.paginacao a {
    font-size: 1.5em;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px;
    border: 1px solid darkblue;
    border-radius: 50px;
    padding: 0 8px;
}
.pag_met {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    top: 10px;
}
.pag_met a {
    color: white;
    background: darkcyan;
    padding: 5px 10px;
    border-radius: 20px;
}
a{
    text-decoration: none;
}
/* anuncios */
.anun_apr p{
    margin: 0;
    padding: 10px;
    width: 100%;
}
.anun_apr{
    width: 50%;
    height: 315px;
    margin: 10px;
    float: left;
    border: 1px solid black;
    border-radius: 15px;
    position: relative;
    background: rgb(177, 241, 240);
    overflow: hidden;
}
.id_anu{
    background: rgb(177, 241, 240);
    color: orange;
}
.tit_anu{
    background: rgb(177, 241, 240);
    border-bottom: 1px solid black;
    color: black;
    font-size: 1.5em;
    text-align: center;
    height: 60px;
}
.tit_anu::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: -50px;
    background: url(../img/logo.png)no-repeat;
    background-size: 50px;
    margin-top: -7px;
}
.desc_anu{
    background: whitesmoke;
    font-weight: bold;
    height: 100px;
    text-align: center;
}
.serv_anu{
    background: rgb(177, 241, 240);
}
.cob_anu{
    background: rgb(177, 241, 240);
}
.dist_anu{
    background: rgb(177, 241, 240);
}
.anuncios_expostos p{
    margin: 0;
    padding: 10px;
    width: 100%;
}
.btn{
    width: auto!important;
}
.titulo{
    position: absolute;
    left: 0;
    top: 100px;
    width: 185px;
    height: 150px;
    overflow: hidden;
}
.titulo_pag {
    padding: 30px;
    background: darkblue;
    color: white;
    font-size: 1.5em;
    text-align: center;
    transform: rotate(-37deg);
    display: block;
    left: -77px;
    position: relative;
    width: 257px;
}
.ini {
    display: block;
    padding: 14px;
    font-size: 1.5em;
    background: beige;
    width: 65px;
    border-radius: 40px;
    border: 2px solid black;
    text-align: center;
}
.editar{
    display: block;
    width: 100%;
    min-height: 400px;
    padding: 20px;
}
/* auto minhas */
.alinharduasdivs{
    display: flex;
    justify-content: center;
}
.alinharaomeio{
    display: flex;
    align-items: center;
}
@keyframes rodar {
    from{transform: rotate(160deg);}
    to{transform: rotate(0deg);}
}
@keyframes rodarsitio {
    from{transform: rotate(90deg);}
    to{transform: rotate(0deg);}
}
/* jarvas */
.hero{
    width:100%;
    min-height:100vh;
    background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url("https://images.unsplash.com/photo-1521791136064-7986c2920216?q=80&w=1400");
    background-size:cover;
    background-position:center;
    background-attachment: fixed;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:40px;
}

.hero-content{
    max-width:900px;
}

.hero h1{
    font-size:65px;
    color:white;
    margin-bottom:20px;
}

.hero p{
    font-size:22px;
    color:#ddd;
    line-height:1.6;
}

.hero-buttons{
    margin-top:40px;
}

.hero-buttons button{
    padding:15px 35px;
    border:none;
    border-radius:8px;
    margin:10px;
    font-size:17px;
    cursor:pointer;
    transition:.3s;
}

.btn-primary{
    background:#ffb400;
    color:black;
    font-weight:bold;
}

.btn-primary:hover{
    background:#ffc93c;
}

.btn-secondary{
    background:white;
    color:#111;
}

.btn-secondary:hover{
    background:#ddd;
}

/* SECTIONS */

section{
    padding:90px 10%;
}

.section-title{
    font-size:42px;
    margin-bottom:30px;
    color:#111827;
}

.section-text{
    font-size:20px;
    line-height:1.9;
    color:#444;
}

/* CARDS */

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

.car{
    background:white;
    padding:35px;
    border-radius:14px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:.3s;
}

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

.car h3{
    margin-bottom:20px;
    font-size:28px;
    color:#111827;
}

.car p{
    line-height:1.8;
    color:#555;
}

/* CTA */

.cta{
    background:#111827;
    color:white;
    text-align:center;
    padding:100px 10%;
}

.cta h2{
    font-size:48px;
    margin-bottom:25px;
}

.cta p{
    font-size:22px;
    color:#ccc;
    margin-bottom:35px;
}

/* FOOTER */

footer{
    background:#0b1120;
    color:#aaa;
    text-align:center;
    padding:30px;
}


p.subtitle {
      margin-top: 10px;
      font-size: 16px;
      opacity: 0.9;
    }
    .container {
      max-width: 1100px;
      margin: 40px auto;
      padding: 0 20px;
    }
    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
    }
    .card {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      transition: 0.2s;
    }
    .card:hover {
      transform: translateY(-5px);
    }
    .card h3 {
      margin-top: 0;
      font-size: 18px;
    }
    .card p {
      font-size: 14px;
      color: #666;
    }
    .cta {
      text-align: center;
      margin-top: 40px;
    }
    
@keyframes aparecer {
    from{width: 0};
    to{width: 50%};
}
@keyframes desaparecer {
    0%{width: 50%};
    100%{width: 0};
}
    /* outros dispositivos */
@media(max-width:768px){
.caixa_pesq {
    margin-left: 0;
}
.caixa_pesq a{
    display: block;
    text-align: right;
}
.registo, .registar, .entra, .entrar{
    display: block;
    width: 100%;
    float: none!important;
}
.hero h1{
    font-size:42px;
}

.hero p{
    font-size:18px;
}

.section-title{
    font-size:32px;
}

}
/* telemoveis */
@media only screen and (max-width: 460px) {
  .menu{
    display: none;
  }
  .menu_movel{
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
    background: tomato;
    height: 100vh;
    padding: 100px 0px 0 20px;
    z-index: 99;
  }
  .menu_movel li{
    display: block;
    width: 100%;
    padding: 7px 0;
  }
  .menu_ent{
    display: none;
  }
  
  .embrulho{
    width: 100%;
    padding: 20px 15px;
  }
.clica_menu {
    width: 80%;
    margin-left: 75%;
    position: relative;
    z-index: 999;
    font-size: 1.5em;
    display: block;
}
.pe li{
    width: 100%;
    float: none!important;
    padding: 30px;
    border-right: none!important;
    border-bottom: 1px solid black;
}
.anuncios_expostos li {
    width: 90%;
    min-height: 440px;
    padding: 20px;
    margin: 10px auto;
    border: 1px solid black;
    border-radius: 15px;
}
}