@charset "UTF-8";

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;

}
@font-face {
  font-family: 'Materia';
  src: url('../cantarell/Cantarell-Regular.otf') format('opentype');
}
html {
    scroll-behavior: smooth;
}

:root {
  --cor0:#2596be;
  --cor1: #51abcb;
  --cor2: #FFFFFF;
  --cor3: #fffefe;
  --cor4: #d3eaf2;

  --fonte-padrao: Arial, Verdana, Helvetica, sans-serif;
  --fonte-destaque: 'Materia', cursive;
}

body {
    background-color: var(--cor2);
  
    

}

#header {
  position:fixed;
  top:0;
  display: flex;
  width: 100%;
  z-index: 10;
  height: 100vh;
  min-height: 50px;
  text-align: left;
  padding: 0 7%;
  
}

#header-form {
  display: flex;
  width: 100%;
  height: 200px;
  min-height: 50px;
  text-align: left;
  padding: 0 7%;
  
}
.cad-forms{

  width: 100%;

  min-height: 50px;
  text-align: left;
  padding: 0 10%;
}


#header h2{
  font-family: var(--fonte-padrao);
  color: white;
}
#header h3 {
  font-family: var(--fonte-padrao);
  margin-top: 15px;
  cursor: pointer;
  

}
/* Lista dropdown */
.titulo-serv{
  width: 80px;
  margin-top: 50px;
}

.titulo-serv:hover  {
  
  background-color:  #2596be;

}
.list-serv {
  height: 400px;
  overflow:auto; 
  
  background-color: #fff;
 box-shadow: 2px 7px 5px 5px rgba(146, 145, 145, 0.3);
}
.list {

  flex-basis: 25%;
  padding:25px;
}
.list table tr th {
  width: 600px;
}
.dropdown-content {
  height: 600px;
}
.dropdown{
  text-decoration: none;
  flex-basis:25%;
  padding: 25px;


}
.dropdown li {
  list-style-type: none;
}
.dropdown li a {
  text-decoration: none;
  color:#333;
}
.dropdown li a:hover {
  color:#007bff;
}

.nav-bar img {
  margin: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;

}
.nav-bar {
  display:flex;
  align-items: center;
  justify-content:space-between;
  flex-wrap: wrap;
  background-color: white;
  height: 150px;

}
.logo {
  width: 220px;
}
nav ul li {
  display: inline-block;
  list-style:none;
  margin: 10px 20px;

}
nav ul li a {
  text-decoration: none;
  
  font-weight: bold;
  padding: 10px;
  
}
nav ul li a:hover {
  background-color: var(--cor0);
  color: white;
  border-radius: 5px;
}

.login  {
  border: 1px #2596be solid;
  border-radius: 5px;
}
nav ul li button.botao {
  display: none;
}
.conteudo {
  padding: 10px 10%;
}

.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/*-------------------Chamada da home ----------------------------*/
.home-chamada {
  margin-top:150px;
  height: 166px;
  font-family: var(--fonte-destaque);
}
.chamada-foto {
  
}

.home-categorias >  a {
  text-decoration: none;
  color: #333;
  padding:5px;
  border-radius:10% ;
  border: 1px #333 solid;
}
.home-categorias > a:hover{
  background-color: var(--cor0);
  color:#fff;
}


/* ----------------Banner--------------------------------------*/
#servicos {
  
   margin-top: 150px;
  
   border-top: 2px  solid #fff;
   background-color: #F2F2F2;
   font-size: var(--fonte-padrao);

}
.pop-serv {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
  margin-top: 40px;
  font-size: var(--fonte-padrao);
  list-style-type: none;
  
}
.pop-serv-item img{
    
    width: 100%;
    height: 200px;
    display: block;
    margin-bottom: 50px;
    border-radius: 5%;
    padding: 5px;

}
.my-table {
  background-color: #c8f3e0;
  border-radius: 10px;

}
.my-table thead tr{
  border-top: none;
}
/*-----------------Ratings---------------------*/
#ratings {

}
.rating-content-left{
  flex-basis: 60%;
  padding-top: 20px;
}
.rating-chamada h4 {
  padding-top: 10px;
}
.rating-capa {
  width: 450px;
  height: 500px;
}
.rating-capa img {
  width: 100%;
  height: 100%;
}
.stars > p{
  width: 30px;
  display: inline;

}
.stars >i{
  color: #F1BF3E;
}


.rating-content-rigth{
  flex-basis: 40%;
  padding-top: 50px;
 
}
.ratings{
   display:grid;
  grid-template-columns: 50% 50%;
  text-decoration: none;
}
.rating-item {
  max-width: 400px;
  list-style-type: none;
  height: 300px;
  padding: 5px;
  margin-top: 5px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 5px;
}
.rating-text {
  text-align: left;
  font-size: var(--fonte-padrao);

 
  padding: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical; 
}
.rating-user img {
  border:1px #333 solid;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
.rating-user-info{
  width: 100px;
  font-weight: 600;
  
}
.rating-user-data i{
  color:#F1BF3E;
  
}
.rating-user-data span{
  width: 30px;
}

/* -----------------Seja um profissional/ Services----------------- */
#cad-forms{
  display:grid;
  grid-template-columns: 60% 40%;
  margin-top: 150px;
  width: 100%;
  height:50%;
  
 
 }

.step {
      display: none;
  }
.step.active {
      display: block;
  }

  .step textarea{
    height: 150px;
  }


.forms {
  width: 600px;
  height: 100%;
  padding:30px;
  border: #333 1px solid;
  background-color: var(--cor4);
  border-radius: 5px;
}
.forms  form {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  width: 400px;
  height: 550px;
  margin: 40px;
}
.forms input{
  height: 60px;
  margin-top: 30px;

}
.forms button{
  margin-top: 10px;
  width: 120px;
  height: 40px;
  border-radius: 5%;
  font-weight: 600;
  


}
.forms a {
  text-decoration: none;
}

.btns {
  margin-top: 100px;
  
}


.termo{
display: flex;
flex-wrap: wrap;

}
.termo input {
  height: 16px;
}

/* campos do formulario de código de validação */

.code-input-container {
    
    display: flex;
    gap: 10px; /* Espaço entre os retângulos */
    
}

.code-input {
    width: 50px;
    height: 40px;
    color:#333;
    text-align: center;
    font-size: 24px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

.code-input:focus {
    outline: none;
    border-color: #007bff;
}


.galeria {
  
  
}
/* -------------------Institucional----------------------- */
#institucional {
  background-color: #F2F2F2;

  margin-top: 200px;
  height: 400px;
}
.list-item {
  margin-top: 30px;
}
.list-item h4{
  margin-bottom: 30px;
  color:#333;

}
.list-item ul li{
  list-style-type:none;
  line-height: 50px;

}
.list-item a {
  text-decoration: none;
  color:#333;
}
.list-item a:hover {
  color:#007bff;
}
/* -------------------contact----------------------- */
.contato{
    padding: 20px;
}


.contact p {
    margin-top: 30px;
}

.contact-left p i {
    color: #ff004f;
    margin-right: 15px;
    font-size: 25px;
}
.social-icons {
    margin-top: 30px;
}
.social-icons a {
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}
.social-icons a:hover {
    color:var(--cor1);
    transform: translateY(-5px);
}





.copyright {
    height: 80px;
    text-align: center;
    padding: 25px 0;
    background: var(--cor3);
    font-weight: 300;
    margin-top: 20px;
}

/* ----------------Css for small sreems ---------------------------- */

nav .fas {
  display:none; 
}

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

#header {
  position:relative;
  top:0;
  display: flex;
  width: 100%;
  z-index: 0;
}
.titulo-serv {
  display: block;
  
} 
.list-serv {
  display:block;
  height: 500px;
  
}
.dropdown-hidden{
  display: block;
}

  .header-text {
      margin-top: 100%;
      font-size: 16px;
  }
  .header-text h1 {
      font-size: 30px;
  }
  nav {
    padding: 0%;
  }
  nav .fas {
  display:block;
  font-size: 25px; 
  }
  nav ul {
      background: #fce4a7;
      position: fixed;
      top:0;
      right: -200px;
      width: 200px;
      height: 100vh;
      padding-top: 50px;
      z-index: 2;
      transition: right 0.5s;
  }
  nav ul li {
      display: block;
      margin: 25px;
  }
  nav ul .fas {
      position: absolute;
      top: 25px;
      left: 25px;
      cursor: pointer;
  }
  .home-chamada {
    height: 580px;
  }
  .home-categorias  a {
    width: 120px;
    display: flex;
    align-content:space-between;
  }
  #servicos {

  }
  .pop-serv{
    display: block;
  }
  
  #institucional {
    height: 1200px;
    text-align: center;

}
#ratings {
  flex-basis: 100%;
}
.ratings {
  display: block;
}
.rating-item {
  width: 300px;
  height: 300px;
}
.rating-content-left {
  display: block;
  margin-bottom: 20px;

}
.rating-content-right {
  display: block;
}
.rating-capa {
  width: 300px;
  height: 300px;
}
  .contato {
      text-align: center;
  }
  .copyright {
      font-size: 14px;
      display: block;
      width: 100%;
      padding: 5%;
  }
  .copyright p {
    width: 100%;
  }
  #cad-forms{
    display:block;
  }

  .code-input {
    width: 35px;
     
    
  }

  .forms {
    width: 100%;
    margin: 0%;
    padding: 12px;
  }
  .forms form {
    width: 95%;
    padding: 5%;
    margin:0%;
  }

}