@font-face {
    font-family: "HelveMd";
    src: url(../fonts/HelveticaNeueLTStd-Md.otf) format("opentype");
}

@font-face {
    font-family: "HelveTh";
    src: url(../fonts/HelveticaNeueLTStd-Th.otf) format("opentype");
}

@font-face {
    font-family: "DosisSb";
    src: url(../fonts/Dosis-SemiBold.otf) format("opentype");
}
.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"]+label::after {
    background-color: #00b4ac;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #00b4ac;
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #00b4ac;
}

.radio-danger input[type="radio"]+label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"]+label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"]+label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"]+label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #5cb85c;
}

.texto1 {
    background: #CCC;
    height: 40px;
    width: 100%;
    border: 0px;
    color: #FFF;
    padding-top: 10px;
    padding-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

[class*='texto1'] {
    display: flex;
    flex-direction: column;
}

[contentEditable=false]:empty:not(:focus):before {
    content: attr(data-text)
}

.tab-fx {
    border-radius: 20px;
    background: #FFF;
    color: #00b4ac;
    padding: 3px;
    margin: 3px;
    border-color: #00b4ac;
    width: 100px;
    text-align: center;
    list-style-position: inside;
    border: 1px solid #00b4ac;
}

.tab-fx:active {
    border-radius: 20px;
    background: #957AFB;
    color: #fff;
    padding: 3px;
    margin: 3px;
    border-color: #00b4ac;
    width: 100px;
    text-align: center;
    list-style-position: inside;
    border: 1px solid #00b4ac;
}


/*-----------------------------------------------*/


.tabs-fx {
    background: #957AFB !important;
    color: #FFF !important;
    border-radius: 25px !important;
    padding: 5px !important;
    width: 80px !important;
    text-align: center;
}

.tabs-fx:active {
    background: #957AFB !important;
    color: #FFF !important;
    border-radius: 25px !important;
    padding: 5px !important;
    width: 80px !important;
    text-align: center;
}


/*-----------------------------------------------*/

#fileupload_fx {
    margin: 0 auto;
    display: none;
    text-align: center;
    position: absolute;
    top: 90%;
    width: 4%;
    height: 40px;
}
#fileupload_fx_logo{
    display: none;
}
#extra {
    display: none;
}

#extra_dos {
    display: none;
}
/**********************************************/
#cumple_fileupload_fx {
    margin: 0 auto;
    display: none;
    text-align: center;
    position: absolute;
    top: 90%;
    width: 4%;
    height: 40px;
}
#cumple_fileupload_fx_logo{
    display: none;
}
#cumple_extra {
    display: none;
}

#cumple_extra_dos {
    display: none;
}
/**********************************************/
.div-redondeado-azulfx {
    background-color: #000000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.div-redondeado-blancafx {
    background-color: #FFFFFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/*.div-redondeado-celestefx {
    background-color: #00b4ac;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}*/
/* agregue nuevo lila*/
.div-redondeado-celestefx {
    background-color: #957AFB;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.div-redondeado-celeste-claro-fx {
    background-color: #32e0d0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.div-redondeado-lila-fx {
    background-color: #5A3AAD;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.block {
    border: 0px solid #000000;
    text-align: center;
    vertical-align: middle;
}

.circle {
    background: #000000;
    border-radius: 200px;
    color: white;
    height: 140px;
    font-weight: bold;
    width: 140px;
    display: table;
    margin: 20px auto;
}

.circle p {
    vertical-align: middle;
    display: table-cell;
}

#todos {
    color: #FFFFFF;
    background-color: #a9bed5;
    border-color: #FFFFFF;
    border-radius: 10px;
}


/***************/

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 2;
}


/******BTN FIWEEX SELECCIONA TU TARGET********/
input[name="cumpleanho"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    display: none;
}

input[name="options_panel"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    display: none;
}
input[name="genero"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    display: none;
}
input[name="locales_radio"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    display: none;
}
input[name="q_pais"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    display: none;
}
.btn-fx-cel {
    color: #a9bed5;
    background-color: #FFFFFF;
    border-color: #a9bed5;
    border-radius: 10px;
    padding: 10px 16px;

}

.btn-fx-cel:hover,
.open .dropdown-toggle.btn-fx-cel {
    color: #FFFFFF;
    background-color: #D5E1F2;
    border-color: #FFFFFF;
}

.btn-fx-cel:focus,
.btn-fx-cel:active,
.btn-fx-cel.active,
.btn-fx-cel.checked,
.open .dropdown-toggle.btn-fx-cel {
    background-color: #a9bed5;
    color: #FFF;
    border-color: #a9bed5;
    border-radius: 10px;
    padding: 10px 16px;
}

.btn-fx-cel:active,
.btn-fx-cel.active,
.open .dropdown-toggle.btn-fx-cel {
    background-image: none;
}

.btn-fx-cel.disabled,
.btn-fx-cel[disabled],
fieldset[disabled] .btn-fx-cel,
.btn-fx-cel.disabled:hover,
.btn-fx-cel[disabled]:hover,
fieldset[disabled] .btn-fx-cel:hover,
.btn-fx-cel.disabled:focus,
.btn-fx-cel[disabled]:focus,
fieldset[disabled] .btn-fx-cel:focus,
.btn-fx-cel.disabled:active,
.btn-fx-cel[disabled]:active,
fieldset[disabled] .btn-fx-cel:active,
.btn-fx-cel.disabled.active,
.btn-fx-cel[disabled].active,
fieldset[disabled] .btn-fx-cel.active {
    background-color: #a9bed5;
    color: #FFF;
    border-color: #a9bed5;
    border-radius: 10px;
    padding: 10px 16px;
}


/**********************************************/


/******BTN FIWEEX CREA TEMPLATE********/

.btn-fx-cel-mailling {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 10px;
    width: 200px;
    height: 40px;
}

.btn-fx-cel-mailling:hover,
.open .dropdown-toggle.btn-fx-cel-mailling {
    color: #FFFFFF;
    background-color: #D5E1F2;
    border-color: #FFFFFF;
}

.btn-fx-cel-mailling:focus,
.btn-fx-cel-mailling:active,
.btn-fx-cel-mailling.active,
.btn-fx-cel-mailling.checked,
.open .dropdown-toggle.btn-fx-cel-mailling {
    color: #FFF;
    background-color: #a9bed5;
    border-color: #FFF;
}

.btn-fx-cel-mailling:active,
.btn-fx-cel-mailling.active,
.open .dropdown-toggle.btn-fx-cel-mailling {
    background-image: none;
}

.btn-fx-cel-mailling.disabled,
.btn-fx-cel-mailling[disabled],
fieldset[disabled] .btn-fx-cel-mailling,
.btn-fx-cel-mailling.disabled:hover,
.btn-fx-cel-mailling[disabled]:hover,
fieldset[disabled] .btn-fx-cel-mailling:hover,
.btn-fx-cel-mailling.disabled:focus,
.btn-fx-cel-mailling[disabled]:focus,
fieldset[disabled] .btn-fx-cel-mailling:focus,
.btn-fx-cel-mailling.disabled:active,
.btn-fx-cel-mailling[disabled]:active,
fieldset[disabled] .btn-fx-cel-mailling:active,
.btn-fx-cel-mailling.disabled.active,
.btn-fx-cel-mailling[disabled].active,
fieldset[disabled] .btn-fx-cel-mailling.active {
    background-color: #a9bed5;
    border-color: #FFFFFF;
}


/**********************************************/
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}


.styled-select {
    height: 27px;
    overflow: hidden;
    width: 45px;
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 31px;
    padding: 5px;
    width: 39px;
    text-align: center;
    margin-top: -5px;
    margin-left: 1px;
    cursor: pointer;
    font-weight: 600;
}

.rounded {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.black {
    background-color: #FFF;
    border: 1px solid;
    border-color: rgb(169, 190, 213);
    border-radius: 10px;
    height: 22px;
}

.black select {
    background: #FFF;
    color: rgb(169, 190, 213);
    cursor: pointer;
}

.etiqueta {
    background: #a9bed5;
    color: #FFF;
    border-color: #a9bed5;
    border-radius: 0px 25px 25px 0px;
    height: 20px;
    width: 85px;
}
.etiqueta_input {
    background: #a9bed5;
    color: #FFF;
    border-color: #a9bed5;
    border-radius: 25px 25px 25px 25px;
    height: 26px;
    width: 75px;
    text-align: center;
    border: 1px;
}
/****************************/
.grupo_m1 {
    width: 32%;
    float: left;
}
.grupo_m2 {
    width: 15%;
    float: left;
}
.grupo_m3 {
    width: 53%;
    float: left;
}
@media (max-width: 500px) {
    .grupo_m1 {
        width: auto;
        float: none;
    }
    .grupo_m2 {
        width: auto;
        float: none;
    }
    .grupo_m2 {
        width: auto;
        float: none;
    }
}
/****************************/
.grupo_x1 {
    width: 8%;
    float: left;
}
.grupo_x2 {
    width: 13%;
    float: left;
}
.grupo_x3 {
    width: 10%;
    float: left;
}
.grupo_x4 {
    width: 20%;
    float: left;
}
.grupo_x5 {
    width: 8%;
    float: left;
}
.grupo_x6 {
    width: 13%;
    float: left;
}
.grupo_x7 {
    width: 10%;
    float: left;
}

@media (max-width: 500px) {
    .grupo_x1 {
        width: auto;
        float: none;
    }
    .grupo_x2 {
        width: auto;
        float: none;
    }
    .grupo_x3 {
        width: auto;
        float: none;
    }
}
/****************************/
.div_header1 {
    width: 100%;
    float: left;
}

.div_header2 {
    z-index: 10;
    position: absolute;
    right: 35px;
    top: 30px;
}


@media (max-width: 500px) {
    .div_header1 {
        width: auto;
        float: none;
    }
    .div_header2 {
        width: auto;
        float: none;
    }
}
/****************************/

/****************************/
.div_m1 {
    width: 80%;
    float: left;
}

.div_m2 {
    width: 10%;
    float: left;
}

.div_m3 {
    width: 10%;
    float: left;
}

.div_m3_1 {
    width: 20%;
    float: left;
}

@media (max-width: 500px) {
    .div_m {
        width: auto;
        float: none;
    }
}
/****************************/
.div_mm {
    width: 100%;
    float: left;
}

@media (max-width: 500px) {
    .div_mm {
        width: auto;
        float: none;
    }
}
/****************************/

.div_btn1 {
    width: 50%;
    float: left;
    padding: 5px;
    text-align: left;
}

.div_btn2 {
    width: 50%;
    float: left;
    padding: 5px;
    text-align: right;
}

@media (max-width: 500px) {
    .div_btn1 {
        width: auto;
        float: none;
    }
    .div_btn2 {
        width: auto;
        float: none;
    }
}


/****************************/

.div_btn_next1 {
    width: 50%;
    float: left;
    padding: 5px;
    text-align: left;
    padding-left: 20px;
    padding-bottom: 10px;
}

.div_btn_next2 {
    width: 50%;
    float: left;
    padding: 5px;
    text-align: right;
    padding-bottom: 10px;
    padding-right: 20px;
}

@media (max-width: 500px) {
    .div_btn_next1 {
        width: auto;
        float: none;
    }
    .div_btn_next2 {
        width: auto;
        float: none;
    }
}


/****************************/
.divbtn1 {
    width: 90%;
    float: left;
    padding: 5px;
    text-align: left;
}

.divbtn2 {
    width: 10%;
    float: left;
    padding: 5px;
    text-align: right;
}

@media (max-width: 500px) {
    .divbtn1 {
        width: auto;
        float: none;
    }
    .divbtn2 {
        width: auto;
        float: none;
    }
}
/****************************/
.d_btn1 {
    width: 70%;
    float: left;
    padding: 5px;
    text-align: left;
}

.d_btn2 {
    width: 30%;
    float: left;
    padding: 5px;
    text-align: right;
}

@media (max-width: 500px) {
    .d_btn1 {
        width: auto;
        float: none;
    }
    .d_btn2 {
        width: auto;
        float: none;
    }
}
/****************************/
/*
.nav-tabs {
    border-bottom: 3px solid #DDD;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-width: 0;
}

.nav-tabs>li>a {
    border: none;
    color: #FFF;
}

.nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
    border: none;
    color: #957AFB !important;
    background: #957AFB;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.nav-tabs>li>a::after {
    content: "";
    background: #957AFB;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
    transform: scale(1);
}

.tab-nav>li>a::after {
    background: #957AFB none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 5px 0;
}

.tab-content {
    padding: 20px
}

.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.btn-xs-fx {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 20px;
    width: 150px;
}*/
/********************************/
.btn-circle-fx  {
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 6px 0;
    font-size: 20px;
    line-height: 1.428571429;
    border-radius: 80px;
}
.btn-circle-fx .btn-lg-fx {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle-fx .btn-xl-fx {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}
.im-centered{
    margin: auto;
    max-width: 300px;
}
/*************************************/
.span_confir{
    line-height: 1.8;
    color: #000000;
}
/****************************/
.div_cnf1 {
    width: 50%;
    float: left;
}
.div_cnf2 {
    width: 50%;
    float: left;
}

@media (max-width: 500px) {
    .div_cnf1 {
        width: auto;
        float: none;
    }
}
/****************************/
.div_datos_envio1 {
    width: 50%;
    float: left;
    padding: 5px;
    text-align: left;
    line-height: 1.6;
}

.div_datos_envio2 {
    width: 50%;
    float: left;
    padding: 5px;
    text-align: left;
    border-left: 2px solid;
    padding-left: 10px;
    line-height: 1.6;
}

@media (max-width: 500px) {
    .div_datos_envio1 {
        width: auto;
        float: none;
    }
    .div_datos_envio2 {
        width: auto;
        float: none;
    }
}
/****************************/
.div_resul_envio1 {
    width: 45%;
    float: left;
    padding: 5px;
    text-align: left;
}

.div_resul_envio2 {
    width: 55%;
    float: left;
    padding: 5px;
    text-align: left;
}

@media (max-width: 500px) {
    .div_resul_envio1 {
        width: auto;
        float: none;
    }
    .div_resul_envio2 {
        width: auto;
        float: none;
    }
}
/****************************/
.div_porcent1 {
    width: 50%;
    float: left;
    padding: 5px;
    text-align: left;
}

.div_porcent2 {
    width: 50%;
    float: left;
    padding: 5px;
    text-align: right;
}

@media (max-width: 500px) {
    .div_porcent1 {
        width: auto;
        float: none;
    }
    .div_porcent2 {
        width: auto;
        float: none;
    }
}
/****************************/
.progress-bar-fx-mailling {
    background-color: #b0ddd5;
}
.progress-striped .progress-bar-fx-mailling {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.modal-backdrop.in{
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1049;
}

.texto-2-content {
    border: 1px dotted blue;
    display: inline-block;
    min-height: 100px;
    width: 100%;
    max-width: 100%;
    word-break: break-all; /* optional */
    background: #FFF;
    border:1px solid #ddd;
    border-radius:4px;
    color: #000;
    padding-top: 30px;
    padding-left: 0px;
    text-align: center;
    /*font-size: 18px;*/
    font-family:  sans-serif;
}
.div_check{
    border: 1px solid #beb2b2;
    width: 732px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 10px auto; /* the extra line */
    height: 200px; /* the extra line */
}

.target-edad td{
    width: 60px;
    overflow: auto;
    border: 0px solid;
}
.table > thead > tr > th, .table > tbody > tr > th,
.table > tfoot > tr > th, .table > thead > tr > td,
.table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 0px solid #ddd;
}
/****************************************************/
.btn-fx-success {
    color: #fff;
    background-color: #000000;
    border-color: #000000
}

.btn-fx-success:hover,
.btn-fx-success:focus,
.btn-fx-success:active,
.btn-fx-success.active,
.open .dropdown-toggle.btn-fx-success {
    color: #fff;
    background-color: #000000;
    border-color: #000000
}

.btn-fx-success:active,
.btn-fx-success.active,
.open .dropdown-toggle.btn-fx-success {
    background-image: none
}

.btn-fx-success.disabled,
.btn-fx-success[disabled],
fieldset[disabled] .btn-fx-success,
.btn-fx-success.disabled:hover,
.btn-fx-success[disabled]:hover,
fieldset[disabled] .btn-fx-success:hover,
.btn-fx-success.disabled:focus,
.btn-fx-success[disabled]:focus,
fieldset[disabled] .btn-fx-success:focus,
.btn-fx-success.disabled:active,
.btn-fx-success[disabled]:active,
fieldset[disabled] .btn-fx-success:active,
.btn-fx-success.disabled.active,
.btn-fx-success[disabled].active,
fieldset[disabled] .btn-fx-success.active {
    background-color: #000000;
    border-color: #000000
}

.btn-fx-success .badge {
    color: #000000;
    background-color: #fff
}
.modal-footer-fx {
    margin-top: 15px;
    padding: 19px 20px 20px;
    border-top: 1px solid #e5e5e5;

}
/**************************************************/

.funkyradio label {
    /*min-width: 400px;*/
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}
.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
    display: none;
}
.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
    /*position: relative;*/
    line-height: 2.5em;
    text-indent: 0.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
}
.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content:'';
    width: 2.5em;
    background: #fff;
    border-radius: 3px 0 0 3px
        border: none;

}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #fff;
    border: none;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}
.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #333;
    background-color: #fff;
}
.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}
.funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}
.funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #fff;
}
/*******************************************/

.btn-fx-celeste-modal{
    background: #fff;
    color: #00b4ac;
    border: none;
}
.btn-fx-borde_azul-modal{
    background: #fff;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 7px;
    height: 26px;
    width: 100px;
    line-height: 1px;
}

.btn-fx-azul-modal{
    background: #000000;
    border: none;
    border-radius: 7px;
    height: 26px;
    width: 100px;
    line-height: 1px;
    color: #FFF;
}

.btn-fx-azul-modal:hover,
.btn-fx-azul-modal:focus,
.btn-fx-azul-modal:active,
.btn-fx-azul-modal.active,
.open .dropdown-toggle.btn-fx-azul-modal {
    background: #000000;
    border: none;
    border-radius: 7px;
    height: 26px;
    width: 100px;
    line-height: 1px;
    color: #fff;
}
/***************************************/
.content_info {
    position: relative;
    margin-bottom: -20px;
}

.info_datos {
    position: absolute;
    top: 5%;
    left: 10%;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 5px;
    color: white;
    background: #00b4ac;
    -moz-transition: all ease .8s;
    -webkit-transition: all ease .8s;
    transition: all ease .8s;
}

.content_info:hover .info_datos {
    filter: alpha(opacity=80);
    opacity: .8;
}
/*******************/
#sec_desuscribirse {
    background-image: url(../img/desuscripcion.png);
    background-size: cover;
    display: table;
}
.sec_desuscribirse-conten-home{
    margin-top: 20%;
    padding-left: 1% !important;
}
.letras1 {
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #011842;
    line-height: 1.2;
}
.lgp {
    font-family: "HelveTh";
    color: #A6A8AB;
    font-size: 20px;
}
.row_fx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    flex-direction: row;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    align-items: center;

    background-color: #FFF;

}
.cell_img img {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;

    padding: 10px;
    margin: 10px;

    background-color: #FFF;
    border: 1px solid #FFF;
    text-align: center;
    max-width:100%
}
/*******************************************************************/
#preview_imagen {
    background: #CCCCCC;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
#preview_imagen.in {
    line-height: 50px;
}
#preview_imagen.hover {
    background: #000000;
}
#preview_imagen.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

/*******************************************************************/
#div_logo {
    background: #CCCCCC;
    line-height: 50px;
}
#div_logo.in {
    line-height: 50px;
}
#div_logo.hover {
    background: #000000;
}
#div_logo.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}
/*************************************************/

.ui-progressbar {
    height: 15px;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: 0px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: #957AFB;
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #957AFB;
    color: #333333;
    font-weight: bold;
    border-radius: 100px;
}
.ui-widget.ui-widget-content {
    border: 0px solid #FFF;
    border-radius: 100px;
}

/********************************/
.btn-circle_cumple-fx {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 4px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 80px;
    font-weight: bold;
    pointer-events: none;
}
.btn-circle_cumple-fx .btn-lg-fx {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
    pointer-events: none;
}
.btn-circle_cumple-fx .btn-xl-fx {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
    pointer-events: none;
}
.im-centered{
    margin: auto;
    max-width: 300px;
}
/*************************************/

.btn-circle_cumple-verde-fx {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 4px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 80px;
    font-weight: bold;
    pointer-events: none;
}
.btn-circle_cumple-amarillo-fx{
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 4px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 80px;
    font-weight: bold;
    pointer-events: none;
}
.btn-circle_cumple-rosa-fx {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 4px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 80px;
    font-weight: bold;
    pointer-events: none;
}
/*************************************/
.ulfx {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 11px;
}

.lifx {
    padding-left: 1em; 
    text-indent: -1.15em;
}

.lifx::before {  
    content: "•  ";
    font-size:30px;
    vertical-align:middle;
    line-height:20px;
    color: #957AFB; /* or whatever color you prefer */
}

/*************************************/

.ulfxv2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lifxv2 {
    padding-left: 1em; 
    text-indent: -1.15em;
}

.lifxv2::before {  
    content: "★  ";
    font-size:20px;
    vertical-align:middle;
    color: #e4ba00; /* or whatever color you prefer */
}
/*******************************************/

.btn-fx-azb-modal{
    background: #fff;
    color: #00b4ac;
    border: 1px solid #00b4ac;
    border-radius: 25px;
    height: 26px;
    width: 100px;
    line-height: 1px;
}



.btn-fx-cele-modal{
    background: #957AFB;
    border: none;
    border-radius: 25px;
    height: 26px;
    width: 100px;
    line-height: 1px;
    color: #FFF;
}

.btn-fx-cele-modal:hover,
.btn-fx-cele-modal:focus,
.btn-fx-cele-modal:active,
.btn-fx-cele-modal.active,
.open .dropdown-toggle.btn-fx-cele-modal {
    background: #957AFB;
    border: none;
    border-radius: 25px;
    height: 26px;
    width: 100px;
    line-height: 1px;
    color: #fff;
}
/***************************************/
.add-on .btn {
    padding: 6px !important;
}


/**********************************************/

/*cambie por el color lila*/
.cele_fx {
    /*background-color: #957AFB;*/
    background-color: #957AFB;
    border: 1px solid;
    /*border-color: #957AFB;*/
    border-color: #957AFB;
    border-radius: 5px;
    height: 22px;
}

/*cambie por el color lila*/
.cele_fx select {
    /*background: #957AFB;*/
    background: #957AFB;
    color: #FFF;
    cursor: pointer;
}

.etiqueta_cele_fx {
    background: #957AFB;
    color: #FFF;
    border-color: #957AFB;
    border-radius: 0px 25px 25px 0px;
    height: 20px;
    width: 85px;
}
.etiqueta_input_cele_fx {
    background: #957AFB;
    color: #FFF;
    border-color: #957AFB;
    border-radius: 25px 25px 25px 25px;
    height: 26px;
    width: 75px;
    text-align: center;
    border: 1px;
}
/****************************/

/**********************************************/
.azul_fx {
    background-color: #c0c0c0;
    border: 1px solid;
    border-color: #000000;
    border-radius: 10px;
    height: 22px;
}

.azul_fx {
    background-color: #c0c0c0;
    border: 3px solid;
    border-color: #c0c0c0;
    border-radius: 5px;
    height: 25px;
}

.azul_fx select {
    background: #c0c0c0;
    color: #FFF;
    cursor: pointer;
}
.etiqueta_input_azul_fx {
    background: #000000;
    color: #FFF;
    border-color: #000000;
    border-radius: 25px 25px 25px 25px;
    height: 26px;
    width: 75px;
    text-align: center;
    border: 1px;
}
/****************************/
.btn-azul_circle {
    background-color: #000000;
    border-color: #000000;
    color: #FFFFFF;

}
.dato_estadistico{
    color: #000000; 
    font-weight: normal; 
    cursor: auto;
}
.dato_estadistico:hover {
    color: #000000;
    text-decoration: none;
}
ul.clock-category li a:hover, ul.clock-category li a.active {
    color: #000000 !important;
    background: none !important;

}
