.supporttypes {
    width: 100%;
    height: 100%;
    
    margin-top: 0px;

    border-radius: 10px;
    background-color: #fff;

    display: none;

    flex-direction: column;
    align-items: center;
}

.supporttypes > .supporttypes_head {
    width: 92%;
    display: flex;
    align-items: center;
    padding-top: 30px;
    flex-direction: column;
}

.supporttypes > .supporttypes_head > h1 {
    display: inline-flex;
    margin: 0;
}

.supporttypes_body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
}

.supporttypes_body_subcontainer {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.supporttypes_body_option {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    width: 100%;
    height: 7vh;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 20px;
}

.supporttypes_body_option.select {
    background-color: #cddee6; 
}

.supporttypes_body_option img {
    width: 11%;
    margin: 0 3%;
}

.etiqueta_label_container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}