﻿body {
}
/********************************** Botones Botton Asp *********************************/
.stl_net_btn_1 {
    width: 180px;
    background: #09ab9b;
    color: #ffffff;
    border: 0;
    text-transform: uppercase;
    padding: 20px;
    margin: 10px 0px;
    cursor: pointer;
}
/********************************* Inicio Radio Button *********************************/

.stl_net_ckb_1,
.stl_net_rdb_1 {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    align-items: center;
    gap: 10px;
    color: #000000;
    padding: 10px;
    font-weight: 600;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

    .stl_net_ckb_1:hover,
    .stl_net_rdb_1:hover {
        color: #000000;
    }

    .stl_net_ckb_1 input[ type=checkbox],
    .stl_net_rdb_1 input[type=radio] {
        display: block;
        width: 16px;
        height: 16px;
    }

    .stl_net_ckb_1 label,
    .stl_net_rdb_1 label {
        font-size: 16px;
        text-align: left;
        cursor: pointer;
        font-weight: 400;
        border: 1px solid #37b9ac;
        padding: 10px 20px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        font-weight: 400;
        -webkit-transition: all 0.5s 0s ease;
        -moz-transition: all 0.5s 0s ease;
        -o-transition: all 0.5s 0s ease;
        transition: all 0.5s 0s ease;
    }

        .stl_net_ckb_1 label:hover,
        .stl_net_rdb_1 label:hover {
            background-color: #ffffff;
        }

    .stl_net_ckb_1 input[ type=checkbox]:focus + label,
    .stl_net_rdb_1 input[ type=radio]:focus + label {
        color: #000000;
        padding: 10px 20px;
        border: 1px solid #38b9ac;
    }

    .stl_net_ckb_1 input[ type=checkbox]:checked + label,
    .stl_net_rdb_1 input[ type=radio]:checked + label {
        font-weight: 400;
        background-color: #37b9ac;
        padding: 10px;
        color: #ffffff;
        padding: 10px 20px;
        border: 1px solid #38b9ac;
        background-color: #38b9ac;
    }

.stl_net_ckb_2,
.stl_net_rdb_2 {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    align-items: center;
}

    .stl_net_ckb_2 input[ type=checkbox],
    .stl_net_rdb_2 input[type=radio] {
        display: block;
        width: 16px;
        height: 16px;
    }

    .stl_net_ckb_2 label,
    .stl_net_rdb_2 label {
        font-size: 16px;
        text-align: left;
        cursor: pointer;
        font-weight: 400;
        padding: 0px 10px;
        font-weight: 400;
        -webkit-transition: all 0.5s 0s ease;
        -moz-transition: all 0.5s 0s ease;
        -o-transition: all 0.5s 0s ease;
        transition: all 0.5s 0s ease;
    }

        .stl_net_ckb_2 label:hover,
        .stl_net_rdb_2 label:hover {
            background-color: #fafa78;
            background-color:rgba(250,250,120,0.6);
        }

    .stl_net_ckb_2 input[ type=checkbox]:focus + label,
    .stl_net_rdb_2 input[ type=radio]:focus + label {
        color: #000000;
    }

    .stl_net_ckb_2 input[ type=checkbox]:checked + label,
    .stl_net_rdb_2 input[ type=radio]:checked + label {
        font-weight: 400;
        color: #057b6f;
    }

/********************************* Fin Radio Button *********************************/
.stl_net_FileLoad {
    background-color: #ffffff;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

    .stl_net_FileLoad:hover {
        background-color: #37b9ac;
        color: #ffffff;
    }

.stl_net_FileLoad_1 {
    background-color: #ffffff;
    margin: 10px 0px;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

    .stl_net_FileLoad_1:hover {
        background-color: #37b9ac;
        color: #ffffff;
    }
