    /* CSS RICARDO */
    
    div.nome {text-align: center!important;}
    
    div.header div.title h1 {
    font-size: 40px!important;}
    
    .header{
    padding:40px 12%!important;} 
    
    div.title {padding-left:20px!important; padding-right:20px!important;}
    
    div.selecionar-municipio h1 {font-size:20px!important;}
    
    select.ng-pristine.ng-valid.ng-touched {padding-top:10px!important;padding-bottom:10px!important; margin-top:10px!important; border-radius:10px!important;}

  /* END - CSS RICARDO */
  
main{
    display: flex;
    flex-direction: column;
    background-color: #e7edb1;
    align-items: center;
    
}

app-municipio-intro,
app-caracterizacao,
app-gestao-residuos,
app-compostagem-domestica,
app-investimentos-necessarios,
app-beneficios
{
    margin-top: 20px;
    width: 70%;
    
}

.row{
    display: flex;
    width: 70%;
    flex-direction: row;
    gap: 10%;
}

.beneficios{
    display: flex;
    flex-direction: column;
    gap: 15px;
    .title{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background-color: #99b378;
        padding: 5px;
        border-radius: 30px;
        h2{
            color: #422e34;
            font-weight: normal;
        }
        h3{
            color: white;
            font-weight: normal;
        }
    }
    main{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
        .graficos-custos{
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }

    }

    app-custos-evitados-totais{
        margin-top: 15px;
    }
}

.custos-evitados-totais{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 770px;
    gap: 15px;
    .title{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: #99b378;
        border-radius: 30px;
        width: 40%;
        h2{
            color: white;
            font-weight: normal;
            font-size:20px;
        }
    }
}

.custos-evitados{
    display: flex;
    flex-direction: column;
    gap: 5px;
    
    .title{
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        background-color: #99b378;
        border-radius: 30px;
        padding: 5px;
        h3{
            color: white;
            font-weight: normal;
            font-size: 15px;
        }
    }
    .graficos{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    app-tratamento-biorresiduos{
        margin-top: 5px;
    }
}

.custos-recolha-biorresiduos{
    .title{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        line-height: 0;
        background-color: #99b378;
        border-radius: 30px;
        padding: 5px;
        font-size: 10px;
        h2,h3{
            color: white;
            font-weight: normal;
        }
    }
}

.custos-tgr{
    .title{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        line-height: 0;
        background-color: #99b378;
        border-radius: 30px;
        padding: 5px;
        font-size: 10px;
        h2,h3{
            color: white;
            font-weight: normal;
        }
    }
}

.custos-tratamento-alta-biorresiduos{
    .title{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        line-height: 0;
        background-color: #99b378;
        border-radius: 30px;
        padding: 5px;
        font-size: 9px;
        h2,h3{
            color: white;
            font-weight: normal;
            
        }
    }
}

.desagravamento-tgr{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 600px;
    gap: 15px;
    .title{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: #99b378;
        border-radius: 30px;
        width: 40%;
        h2{
            color: white;
            font-weight: normal;
            font-size:20px;
        }
    }
}

.caracterizacao{
    display: flex;
    flex-direction: column;
    
    .title{
        h1{
            color: #99b378;
            font-weight: normal;
        }
    }
    .items-list{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: #99b378;
        padding: 10px;
        border-radius: 30px;
    }
    app-item{
        display: flex;
        flex-direction: row;
        gap: 80px;
    }
    
}

.item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
   
    img {
        height: 30%;
    }
}

.compostagem-domestica{
    display: flex;
    flex-direction: column;
    
    .title{
        color: #99b378ff;
        align-self: flex-start;
        h1{
            font-weight: normal;
        }
    }

    .separator{
        background-color:  #e7edb1;
        width: 80%;
        height: 4px;
        border-radius: 5px;
        align-self: center;
    }

    main{
        display: flex;
        flex-direction: column;
        background-color: #99b378ff;
        border-radius: 15px;
        padding: 10px;
        .cols{
            display: flex;
            flex-direction: row;
            .col-1{
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 50%;
            border-right: 4px solid #e7edb1;
        }
            .col-2{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 50%;
            }
        }
        
    }
}

.estimativa-populacao-compostagem{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    .title{
        display: flex;
        flex-direction: row;
        color: white;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 80%;
        h3{
            font-weight: normal;
        }
    }
    .item{
        img{
            width: 40%;
        }
        .details{
            text-align: center;
            color: white;
        }
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        .result{
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 5px;
            span{
                color: white;
            }
            .valor{
                background-color: #e7edb1;
                color: #778c5d;
                padding: 10px;
                border-radius: 10px;
            }
        }
        .slogan{
            display: flex;
            flex-direction: row;
            justify-content: center;
            color: white;
        }
    }
}

.estimativa-quantidade-biorresiduos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    .title{
        display: flex;
        flex-direction: row;
        justify-content: center;
        color: white;
        text-align: center;
        width: 80%;
        h3{
            font-weight: normal;
        }
        
    }
    .item{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
            img {
                width: 15%;
            }
        .details{
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 10px;
            .valor{
                background-color: #e7edb1;
                color: #99b378;
                padding: 10px;
                border-radius: 15px;
            }
            .nome{
                color: white;
            }
        }
        .slogan{
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            color: white;
        }
        .description{
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            width: 50%;
            text-align: center;
            color: #dfe7d5;
        }
    }
}

.percentagem-alojamentos{
    display: flex;
    flex-direction: column;
    .title{
        display: flex;
        justify-content: center;
        color: white;
        h3{
            font-weight: normal;
        }
    }

    form{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 30px;
        .field{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 5px;
            span{
                color: white;
            }
            input{
                width: 150px;
                height: 30px;
                border-radius: 15px;
                border:4px solid #e7edb1ff;
            }
        }
    }
}

.potencial-alojamentos{
    display: flex;
    flex-direction: column;
    .title{
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }
    .items{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        .item{
            img{
                height: 30%;
            }
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: white;
        }
        .total{
            .nome{
                text-transform: uppercase;
            }
            .valor{
                background-color: #e7edb1ff;
                color:#99b378ff;
                padding-top: 10px;
                padding-bottom: 10px;
                padding-right: 40px;
                padding-left: 40px;
                border-radius: 15px;
            }
        }
    }
}

.gestao-residuos{
    display: flex;
    flex-direction:column;
  
    .title{
        background-color: #cb9787;
        border-radius: 30px;
        padding: 5px;

        h1{
            color: #42210b;
            font-size: 25px;
            font-weight: normal;
        }
        h2{
            font-size: 15px;
            font-weight: normal;
        }
        display: flex;
        flex-direction: row;
        align-items: baseline;
        justify-content: space-between;
        color: white;
    }

    .title-2 {
        background-color: #cb9787;
        border-radius: 30px;
        padding: 5px;

        h2{
            font-size: 15px;
            font-weight: normal;
        }
        display: flex;
        flex-direction: row;
        align-items: baseline;
        justify-content: flex-end;
        color: white;
        gap: 360px;
    }
}

.form-biorresiduos{
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: baseline;
    margin-top: 10px;
   
    .big {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        span{
            color: #cb9787ff;
           
        }
        
        .field{
            display: flex;
            flex-direction: column;
            background-color: #d9c29c;
            align-items: center;
            width: 80px;
            padding: 5px;
            border-radius: 10px;
                label{
                    font-size: 20px;
                }
               
                input{
                    border-top: 2px solid #e2dfaa;
                    border-bottom: none;
                    border-left: none;
                    border-right: none;
                    width: 70px;
                    height: 40px;
                    border-bottom-left-radius: 10px;
                    border-bottom-right-radius: 10px;
                }
        }
        
    }

    .field{
        display: flex;
        flex-direction: column;
        background-color: #d9c29c;
        align-items: center;
        width: 80px;
        height: 60px;
        border-radius: 10px;
            input{
                border-top: 2px solid #e2dfaa;
                border-bottom: none;
                border-left: none;
                border-right: none;
                width: 60px;
                height: 30px;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
            }
    }
}

.valor-cobrado{
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: baseline;
    margin-top: 10px;
   
    .big {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        span{
            color: #cb9787ff;

        }
        
        .field{
            display: flex;
            flex-direction: column;
            background-color: #d9c29c;
            align-items: center;
            width: 80px;
            padding: 5px;
            border-radius: 10px;
                label{
                    font-size: 20px;
                    
                }
               
                input{
                    border-top: 2px solid #e2dfaa;
                    border-bottom: none;
                    border-left: none;
                    border-right: none;
                    width: 70px;
                    height: 40px;
                    border-bottom-left-radius: 10px;
                    border-bottom-right-radius: 10px;
                }
        }
        
    }

    .field{
        display: flex;
        flex-direction: column;
        background-color: #d9c29c;
        align-items: center;
        width: 80px;
        height: 60px;
        border-radius: 10px;
            input{
                border-top: 2px solid #e2dfaa;
                border-bottom: none;
                border-left: none;
                border-right: none;
                width: 60px;
                height: 30px;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
            }
    }
}

.header{
    display: flex;
    flex-direction: row;
    background-color: #42210b;
    justify-content: center;
    align-items: center;
    color: white;
    gap: 350px!important;
    .title{
        h1,h2{
            font-weight: normal;
        }
    }
}

.investimentos-necessarios{
    display: flex;
    flex-direction: column;
    .title{
        display: flex;
        justify-content: space-between;
        padding: 5px;
        align-items: center;
        background-color: #cb9787;
        border-radius: 30px;
        h2{
            color: #44210b;
            font-weight: normal;
            font-size: 25px;
        }
        h3{
            color: white;
            font-weight: normal;
            font-size: 15px;
        }
    }
    main{
        display: flex;
        flex-direction: column;
        app-investimentos-grafico{
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }
    }
}

.aquisicao-compostores{
    display: flex;
    flex-direction: column;
    .title{
        display: flex;
        flex-direction: row;
        background-color: #cb9787;
        border-radius: 30px;
        justify-content: center;
        align-items: center;
        h2{
            color: #42210b;
            font-size: 20px;
        }
    }
    .content{
        padding: 10px;
        p{
            justify-content: flex-start;
        }
    }
}

.formacao-sensibilizacao{
    display: flex;
    flex-direction: column;
    .title{
        display: flex;
        flex-direction: row;
        background-color: #cb9787;
        border-radius: 30px;
        justify-content: center;
        align-items: center;
        h2{
            color: #42210b;
            font-size: 20px;
        }
    }
    .content{
        padding: 10px;
        p{
            justify-content: flex-start;
        }
    }
}

.investimentos-form{
    justify-content: center;
    display: flex;
    flex-direction: column;

    form {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        .field{
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            gap:5px;
            label{
                color: #60250b;
            }
            input{
                border-radius: 20px;
                border:solid 6px  #d9c29c;
                height: 40px;
            }
            .separator{
               display: flex;
                height: 4px;
                width: 80%;
                background-color:  #d9c29c;
                border-radius: 30px;
            }
            
        }
        .sub-field{
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            gap:5px;
            margin-left: 50px;
            label{
                color: #60250b;
                display: flex;
                flex-direction: row;
                width: 20%;
            }
            input{
                border-radius: 20px;
                border:solid 6px  #d9c29c;
                height: 40px;
            }
            .separator{
               display: flex;
                margin-right: 20px;
                height: 4px;
                width: 80%;
                background-color:  #d9c29c;
                border-radius: 30px;
            }
        }
    }
}

.investimentos-grafico{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 600px;
    canvas{
        align-self: center;
    }
}

.municipio-intro{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap:10px;
    h1,h2{
        font-weight: normal;
    }
}

.selecionar-municipio{
    display: flex;
    flex-direction: column;
    line-height: 0;
    h1{
        font-weight: normal;
    }
}

@font-face {
  font-family: PatuaOne;
  src: url('PatuaOne-Regular.e174730b60a549ab.ttf');
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: "PatuaOne";
}
