body{
    background-color: white !important;
}

.ultimo-selector-reclamo{
    overflow: hidden !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0!important;
}

.primer-selector-reclamo{
    overflow: hidden !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.gradiente{
    background: rgb(247, 247, 251);
    background: linear-gradient(90deg, rgb(247, 247, 251) 0%, rgba(255,255,255,1) 100%);
    width: 335px;
    height:112px;
}
.border-radius-15px{
    border-radius: 15px
}
.titulo{
    font-weight:600;
    font-size: 45px;
    line-height: 54px;
    color:rgba(37, 37, 37, 1);
}

.semititulo{
    font-weight:600;
    font-size: 33px;
    line-height: 42px;
    color:rgba(37, 37, 37, 1);
}

.subtitulo{
    font-weight:600;
    font-size: 14px;
    line-height: 18px;
    color:rgba(37, 37, 37, 1);
}

.boton-tipo-reclamo{
    height: 70px;
    width: 100%;
    border: 2px solid rgba(233, 233, 242, 1);
    border-radius: 15px;
    padding: 0.5rem;
    display: flex;
}


.container-icono-boton-tipo-reclamo{
    width: 4.3rem;
    height: 4.3rem;
    border-radius: 10px;
    background-color:rgba(242, 242, 242, 1);
    display: flex;
    justify-content: center;
}
.icono-boton-tipo-reclamo{
    font-size: 2rem;
    color: black;
    margin-top: auto;
    margin-bottom: auto;
}
.container-texto-boton-tipo-reclamo{
    font-size: 1.2rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
    color: rgb(22, 22, 22);
}


.boton-tipo-reclamo:hover{
    border-color:rgba(44, 170, 161, 1);
    background-color: rgba(44, 170, 161, 0.1);
}
.boton-tipo-reclamo:hover > .container-icono-boton-tipo-reclamo{
    background-color:rgba(44, 170, 161, 1);
}
.boton-tipo-reclamo:hover > * > .icono-boton-tipo-reclamo{
    color:white;
}
.boton-tipo-reclamo:hover > .container-texto-boton-tipo-reclamo{
    color:rgba(44, 170, 161, 1);
}

.boton-tipo-reclamo-seleccionado{
    border-color:rgba(44, 170, 161, 1);
    background-color: rgba(44, 170, 161, 0.1);
}
.container-icono-boton-tipo-reclamo-seleccionado{
    background-color:rgba(44, 170, 161, 1);
}
.icono-boton-tipo-reclamo-seleccionado{
    color:white;
}
.container-texto-boton-tipo-reclamo-seleccionado{
    color:rgba(44, 170, 161, 1);
}



@media (min-width: 768px) {
    .gradiente{
        width: 90vw;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
