@charset "UTF-8";
.box-servico {
    display: flex;
    flex-direction: column;
    box-shadow: 2px 0px 8px -5px rgb(0 0 0 / 88%);
    width: 100%;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #fff;
}

.card-serv {
    position: relative;
    width: 100%;
    padding-bottom: 13px;
}

.box-interacoes {
    position: absolute;
    right: 15px;
    flex-direction: row;
    display: flex;
    top: 0px;
    font-size: 14px;
}

.span-interacoes {
    background-color: #f0f2f4;
    min-width: 24px;
    height: 38px;
    box-shadow: 2px 0px 8px -5px rgb(0 0 0 / 88%);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    box-shadow: 3px 1px 7px 0px #0e0e111c;
    padding-left: 3px;
    padding-right: 3px;
}

p.p-interacoes {
    display: flex;
    margin-right: 10px;
    align-items: center;
}

p.titulo-serv {
    margin-top: 27px;
    font-weight: 500;
    font-size: 16px;
    padding-left: 5%;
    /* padding-right: 5%; */
    text-transform: uppercase;
    width: 75%;
  
}

.desc-serv {
    margin-top: 5px;
    padding-left: 5%;
    padding-right: 5%;
        letter-spacing: 1px;
}

.serv-detalhes {
    font-size: 12px;
    text-align: right;
    margin-top: 4px;
    cursor: pointer;
    margin-right: 3%;
    float: right;
}

.img-seta-detalhes {
    margin-left: 5px;
}

/* .box-detalhes-serv{
    position: relative;
    height: 0px;
    justify-content: space-between;
    align-content: center;
    animation-duration: 22s;
    -webkit-transition: all 1s cubic-bezier(0, 0, 1, 0.79);
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
} */

/* Display the modal when targeted */

/* input.detalhes-imagem[type=checkbox]:checked ~ .box-detalhes-serv { 
    padding-bottom: 20px;
    height: 110px;
}
 */

.box-detalhes-serv {
    position: relative;
    height: 0px;
    justify-content: space-between;
    align-content: center;
    animation-duration: 1s;
    -webkit-transition: all 1s cubic-bezier(0, 0, 1, 0.79);
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 3s ease-in-out;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    top: 0;
    transition: all 0.3s ease-in-out;
    height: 0px;
}

input.destalhes[type=checkbox]:checked~.box-detalhes-serv {
    padding-bottom: 10px;
    transition: all 0.3s ease-in-out;
    top: 0;
    height: auto;
}

label {
    cursor: pointer;
}

.box-detalhes-serv-text {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 5%;
    flex-direction: column;
    padding-right: 5%;
    justify-content: space-between;
    font-size: 14px;
}

.box-detalhes-serv-btn {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: space-between;
    align-items: flex-end;
}

.btnAcoesServ {
    color: #fff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: 40px;
    display: flex;
    justify-content: center;
    flex: 1;
    align-items: center;
    align-content: space-between;
    flex-direction: column;
    border-right: 0.1em inset rgb(255 255 255 / 28%);
    cursor: pointer;
}

.boxBtnAcoesServ {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 5px;
    height: 40px;
}

p.textoDetalServ {
    margin-top: 5px;
}

a.btnAcoesServ img {
    height: 65%;
}