@media only screen and (max-width: 320px) and (min-width: 0px){

    .imagem {
        height: 150px;
        width: auto;
        margin-bottom: 10px;
    }


    body{
        margin: 0;
        text-align: center;
        font-family: Verdana, sans-serif;
    }
    

    .retangulo_title {
        background-color: #2d4800;     
        margin: 10px;
        height: 60px;
        display: flex;
        justify-content: center;
        flex-direction: column;
             
    }

    .title{
        color: white; 
    }

    .textooficial{
        background: #eaffb9;
        color: #253e00;
        padding: 10px;
        border: 2px solid #253e00;
        margin-top: 25px;

    }

    .textooficial h3{
        font-size: 21px;    
    }

    .textooficial p{
        font-size: 14px;    
    }


    .topicos{
        color: #253e00;

    }

    .sub_topicos{
        border-bottom: 2px solid #253e00;
        padding: 15px;
    }


    .sub_topicos img{
        height: 45px;
        
    }

    .orcamento h3{
        color: #253e00;
    }


    .contacto{
        padding: 8px;
        background: #253e00;
        color: #eaffb9;
        font-weight: bold;
        line-height: 1.6;
    }

    .contacto img{

        height: 35px;
    }


}

@media only screen and (max-width: 435px) and (min-width: 321px) {
   
    .imagem {
        height: 180px;
        width: auto;
        margin-bottom: 10px;
    }

    body{
        margin: 0;
        text-align: center;
        font-family: Verdana, sans-serif;
    }
    

    .retangulo_title {
        background-color: #2d4800;     
        margin: 10px;
        height: 60px;
        display: flex;
        justify-content: center;
        flex-direction: column;
             
    }

    .title{
        color: white; 
    }

    .textooficial{
        background: #eaffb9;
        color: #253e00;
        padding: 10px;
        border: 2px solid #253e00;
        margin-top: 25px;

    }

    .textooficial h3{
        font-size: 21px;    
    }

    .textooficial p{
        font-size: 14px;    
    }


    .topicos{
        color: #253e00;

    }

    .sub_topicos{
        border-bottom: 2px solid #253e00;
        padding: 15px;
    }


    .sub_topicos img{
        height: 45px;
        
    }

    .orcamento h3{
        color: #253e00;
    }


    .contacto{
        padding: 8px;
        background: #253e00;
        color: #eaffb9;
        font-weight: bold;
        line-height: 1.6;
    }

    .contacto img{

        height: 35px;
    }





}

@media only screen and (max-width: 768px) and (min-width: 436px) {
    
    .imagem {
        height: 250px;
        width: auto;
        margin-bottom: 10px;
    }

    body{
        margin: 0;
        text-align: center;
        font-family: Verdana, sans-serif;
    }
    

    .retangulo_title {
        background-color: #2d4800;     
        margin: 10px;
        height: 60px;
        display: flex;
        justify-content: center;
        flex-direction: column;
             
    }

    .title{
        color: white; 
    }

    .textooficial{
        margin-top: 25px;
        background: #eaffb9;
        color: #253e00;
        padding: 5px;
        border: 2px solid #253e00;

    }

    .textooficial h3{
        font-size: 21px;    
    }

    .textooficial p{
        font-size: 14px;
        padding: 0px 50px;   
    }


    .topicos{
        color: #253e00;

    }

    .quadro_sub_topicos{
        display: flex;
        margin-top: 30px;
        padding: 20px;
        justify-content: space-between;
        border-bottom: 2px solid #253e00;
        border-top: 2px solid #253e00;
    }

    .sub_topicos{
        
        padding: 15px;
    }


    .sub_topicos img{
        height: 45px;
        
    }

    .orcamento h3{
        color: #253e00;
    }


    .contacto_class{
        background: #253e00;
        color: #eaffb9;
    }

    .contacto{
        padding: 8px;
        font-weight: bold;
        line-height: 1.6;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .contacto img{

        height: 35px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    
    .imagem {
        height: 250px;
        width: auto;
        margin-bottom: 10px;
    }

    body{
        margin: 0;
        text-align: center;
        font-family: Verdana, sans-serif;
    }
    

    .retangulo_title {
        background-color: #2d4800;     
        margin: 10px;
        height: 60px;
        display: flex;
        justify-content: center;
        flex-direction: column;
             
    }

    .title{
        color: white; 
    }

    .textooficial{
        margin-top: 25px;
        background: #eaffb9;
        color: #253e00;
        padding: 5px;
        border: 2px solid #253e00;

    }

    .textooficial h3{
        font-size: 21px;    
    }

    .textooficial p{
        font-size: 14px;
        padding: 0px 50px;   
    }


    .topicos{
        color: #253e00;

    }

    .quadro_sub_topicos{
        display: flex;
        margin-top: 30px;
        padding: 20px;
        justify-content: space-between;
        border-bottom: 2px solid #253e00;
        border-top: 2px solid #253e00;
    }

    .sub_topicos{
        
        padding: 15px;
    }


    .sub_topicos img{
        height: 45px;
        
    }

    .orcamento h3{
        color: #253e00;
    }


    .contacto_class{
        background: #253e00;
        color: #eaffb9;
    }

    .contacto{
        padding: 8px;
        font-weight: bold;
        line-height: 1.6;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .contacto img{

        height: 35px;
    }
}

@media only screen and (max-width: 2550px) and (min-width: 1024px) {
    
    .imagem {
        height: 250px;
        width: auto;
        margin-bottom: 10px;
    }

    body{
        margin: 0;
        text-align: center;
        font-family: Verdana, sans-serif;
    }
    

    .retangulo_title {
        background-color: #2d4800;     
        margin: 10px;
        height: 60px;
        display: flex;
        justify-content: center;
        flex-direction: column;
             
    }

    .title{
        color: white; 
    }

    .textooficial{
        margin-top: 25px;
        background: #eaffb9;
        color: #253e00;
        padding: 5px;
        border: 2px solid #253e00;

    }

    .textooficial h3{
        font-size: 21px;    
    }

    .textooficial p{
        font-size: 14px;
        padding: 0px 250px;   
    }


    .topicos{
        color: #253e00;

    }

    .quadro_sub_topicos{
        display: flex;
        margin-top: 30px;
        padding: 0px 200px;
        justify-content: space-between;
        border-bottom: 2px solid #253e00;
        border-top: 2px solid #253e00;
    }

    .sub_topicos{
        
        padding: 15px;
    }


    .sub_topicos img{
        height: 45px;
        
    }


    .orcamento h3{
        color: #253e00;
    }


    .contacto_class{
        background: #253e00;
        color: #eaffb9;
    }

    .contacto{
        padding: 8px;
        font-weight: bold;
        line-height: 1.6;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .contacto img{
        height: 35px;
    }

    .carrossel-slide{
        max-width: 100%;
    }
  
      
}