/* FONTE */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body{
   background-color: #fefefe;
   font-family: "Lato", sans-serif;

}

a{
   text-decoration: none;
   text-transform: none;
   color: #323232;
}

input{
   outline-color: #649dd0;
   padding-left: 10px;
}

@font-face {
   font-family: Lato_regular;
   src: url('./fontes/lato-regular-webfont.woff');
}


/* CSS Geral das páginas */


.conteudo{
   margin-top: 32px;
   margin-bottom: 32px;
}

/* .separacao{
   margin-bottom: 32px;
} */


/* Página Inicial */

.strong-crq{
   color: #649dd0 !important;
   font-size: 18px !important;
}

.consulta-publica-texto{
   display: flex;
   justify-content: center;
   padding: 1rem;
}

.texto-cp{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: rgba(50,50,50,1);
	text-align: justify;
}

.borda-texto{
   border-bottom: 2px solid #649dd0;
   padding-bottom: 1rem;
}

.botoes{
   margin-top: 32px;
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   align-content: center;
   flex-direction: row;
}

.botoes a{
   display: flex;
   width: 28%;

   background-color: #E0EBF5;
  
   padding: 2rem;

   border-radius: 10px;
   border-color: #323232;
   border: 1.7px solid;

   font-size: 24px;
   font-family: 'Lato', sans-serif;
   font-weight: bold;
   text-align: center;

   justify-content: center;
   align-items: center;
   align-content: center;

}

.botoes a:hover{
   background-color: #649dd0;
   transition: 0.7s;
}

.botao-cp-1{
   margin-right: 0.5rem;
}
















.reforma-ul{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;

    margin-bottom: -50px;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #434343;
}


.reforma-li{
    margin: 15px 10px;

    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    background-color: #fefefe;
    min-height: 190px;
    padding: 10px 35px 10px 35px;
    box-shadow: 0px 0px 10px 3px rgb(50 50 50 / 10%);
    border-radius: 7%;
    font-size: 1.14rem;

    font-weight: 400;
    line-height: 1.5;
    color: #434343;
    text-align: left;
}

.reforma-a{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-top: 15px;
    text-transform: uppercase;
    text-decoration: none;


    background: #2381e2;
    border-radius: 100%;
    width: 80px;
    height: 80px;

    font-weight: bolder;

    text-transform: uppercase;

    color: #323232;
    font-family: "Roboto", Sans-serif;
    cursor: pointer;

    text-align: center;

    font-size: 0.95rem;
    line-height: 1rem;
}

.reforma-img{
    margin-top: 15px;
    height: 50px;
    margin-bottom: 35px;
    max-width: 50px;
    vertical-align: middle;
    border-style: none;
}

.reforma-a:hover{
    color: #1065bb;
}

a:hover{
    color: #2963a8;
    box-shadow: 0px 0px 0px 10px rgb(74 137 211 / 40%);
    transition: .15s;

}

a:focus{
    background: #389fd3;
    box-shadow: 0px 0px 0px 10px rgb(74 137 211 / 40%);
    transition: .15s;

    outline: 2px solid #c19e00;
    outline-offset: 1px;
}




@media screen and (max-width: 768px){
    .botoes-respo{
        display: flex;
        flex-direction: column;

        margin-bottom: 16px;
    }
}