:root {
    --logo-tipo: #458e3b;
    --cor-sub-titulo: #224ac3;
    --cor-sub-titulo2: #021859;
    --cor-sub-titulo3: #f4f4f5;
    --cor-border-primeira: rgba(15, 15, 15, 0.1);
    --cor-padrao1: #057dc8;
    --backgroud-white: white;
    --color-write: white;
    --color-red: rgb(238, 86, 86);
    --background-rgba: rgba(249, 247, 247, 0.3);
    --background-rgba2: rgba(25, 25, 26, 0.4);
    --background-rgba3: rgba(25, 25, 26, 0.09);
    --background-rgba4: rgba(249, 247, 247, 0.4);
    --cor-verde:#005421;
    --cor-laranja:#ec6d1f;
    --cor-laranja2:rgb(238, 139, 86);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

#solucoes {
    position: relative;
    text-align: center;
    top: 1rem 0 10rem 0;
    width: 100%;

}

.solucoes-container {
    position: relative;
  
    

}

.sulucoes-titulo{
    color: #555;
    font-size: 1.3rem;
    font-weight: 500;
    width: 70%;
    margin: 0 auto;
}

.sulucoes-subtitulo{
    color: #4f504f;
}

.solucoes-all {
    position: relative;
    width: 21rem;
    height: 16rem;
    border: 1px solid var(--background-rgba3); 
    text-align: initial;
    padding: 5px 15px 15px 15px;
    border-radius: 10px;
    margin: 2.5rem auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    background: var(--backgroud-white);

}
.solucoes-all::before {
    content: "";
    position: absolute;
    bottom: -10px; /* ajuste a posição da borda à esquerda */
    bottom: 7%;
    left: 2%;
    height: 0.2rem;
    width:78%; /* ajuste a largura da borda */
    background-color: #4f504f; /* cor da borda */
}

.paragrafo-all{
    position: relative;
    top: 1rem;
    color:var(--cor-sub-titulo2);
    font-size:1rem;


}

.solucoes-arrow{
    position: absolute;
    bottom: 2%;
    font-size: 1.8rem;
    right: 5%;
    color: #4f504f;
}

.solucao-img{
    width: 5rem;
    height: 5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.img2{
    width: 4rem;
    height: 4rem;
}






.solucoes-all {
    margin-bottom: 10px;
    padding: 10px;
    height: 12rem;
    transition: height 0.2s ease; 
  }
  .solucoes-all.expandido {
    height: 16rem;
  }
  .solucoes-arrow.fechar {
    display: none;
  }
  .solucoes-arrow.abrir {
    display: inline-block;
  }
  .solucoes-all.expandido .solucoes-arrow.fechar {
    display: inline-block;
  }
  .solucoes-all.expandido .solucoes-arrow.abrir {
    display: none;
  }
  .solucoes-all.expandido p.paragrafo-all {
    display: block;
  }
  .solucoes-all p.paragrafo-all {
    display: none;
  }
  .solucoes-subtitulo {
    margin-top: 0;
  }

#espaco{
    height: 3rem;
}

@media screen and (min-width:55rem){
    .solucoes-all{
        cursor: pointer;
    }
}

@media screen and (min-width:60rem){
    #solucoes {
        position: relative;
        text-align: center;
        top: 1rem 0 10rem 0;
    
    }
    
    .solucoes-container {
        display: flex;
        justify-content: space-around;
        position: relative;
        
    
    }
    
    .sulucoes-titulo{
        font-size: 2rem;
        font-weight: 500;
        width: 70%;
        margin: 0 auto;
    }
    
    .sulucoes-subtitulo{
        font-weight: 500;
    }
    
    .solucoes-all {
        position: relative;
        width: 20rem;
        height: 13rem;
        border: 1px solid var(--background-rgba3); 
        text-align: initial;
        padding: 10px 15px ;
        border-radius: 10px;
        margin: 3rem 2px 2px 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        cursor: pointer;
    }
    .solucoes-all::before {
        content: "";
        position: absolute;
        bottom: -10px; /* ajuste a posição da borda à esquerda */
        bottom: 7%;
        left: 2%;
        height: 0.2rem;
        width:78%; /* ajuste a largura da borda */
       
    }
    
    .paragrafo-all{
        position: relative;
        top: 0.7rem;
        font-size:1.1rem;
        font-weight: 300;
    
    }
    
    .solucoes-arrow{
        position: absolute;
        bottom: 2%;
        font-size: 1.8rem;
        right: 5%;
      
    }
    
    .solucao-img{
        width: 5rem;
        height: 5rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .img2{
        width: 4rem;
        height: 4rem;
    } 
    
}
