* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box
}

html {
    font-size                  : 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family     : Verdana, Arial, sans-serif;
    font-size       : 16px;
    line-height     : 1.42857143;
    color           : #4C515A;
    background-color: #F8F8F8
}

.small,
small {
    font-size: 85%
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    font-size: 13pt;
    padding-top: 1.8%;
    color: black;
    text-align: center;
}

.text-justify {
    text-align: justify
}

.container {
    padding-right: 10px;
    padding-left : 10px;
    margin-right : auto;
    margin-left  : auto
}

.box {
  width: 100px;
  margin: 10%;
  padding: 10%;
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 10px;
    padding-left : 10px;
    margin-right : auto;
    margin-left  : auto
}

.row {
    margin-right: -10px;
    margin-left : -10px
}

.pad_t10b10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position     : relative;
    min-height   : 1px;
    padding-right: 10px;
    padding-left : 10px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.bg-fondorosa {
    background: #f8e5df;
}

.bg-fondogris {
    background: #D6DBDF;
}

.btn-santander {
    display            : inline-block;
    vertical-align     : middle;
    margin             : 0;
    padding            : 20px;
    max-width          : 180px;
    min-width          : 180px;
    font               : inherit;
    font-size          : 1.2em;
    line-height        : 1.42857143;
    font-weight        : 400;
    color              : #F8F8F8;
    text-transform     : uppercase;
    text-align         : center;
    white-space        : nowrap;
    background-image   : none;
    background-color   : #EC0000;
    border             : 0;
    border-radius      : 0;
    transition         : All 0.2s ease;
    -webkit-transition : All 0.2s ease;
    -moz-transition    : All 0.2s ease;
    -o-transition      : All 0.2s ease;
    -ms-touch-action   : manipulation;
    touch-action       : manipulation;
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none;
    cursor             : pointer;
}

.btn-santander--inverter {
  color: #EC0000;
  background: white;
  border: 1px solid #EC0000;
}

@media (max-width: 480px) {
    .btn-santander {
        padding  : 10px;
        color    : white;
        max-width: 100%;
    }
}

.btn-santander:hover {
    color             : #F8F8F8;
    background-color  : #5E616A;
    border-color      : #ffffff;
    transition        : All 1s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition   : All 0.2s ease;
    -o-transition     : All 0.2s ease;
}

.btn-santander--inverter:hover,
.btn-santander--inverter:active{
    color             : #F8F8F8;
    background-color  : #5E616A;
    border-color      : #5E616A;
    transition        : All 1s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition   : All 0.2s ease;
    -o-transition     : All 0.2s ease;
}


input[type="checkbox"] {
    appearance      : none;
    display         : inline-block;
    vertical-align  : top;
    margin          : 4px 0 0;
    padding         : 0;
    background-color: #ffffff;
    border          : 1px solid #5E616A;
    color           : white;
    width           : 25px;
    height          : 25px;
    font            : inherit;
    text-align      : left;
    box-sizing      : border-box;
    cursor          : pointer;
}

input[type="checkbox"]:checked {
    background-color: #ec0000;
    border-color    : #ec0000;
}

input[type="checkbox"]:checked:before {
    content    : "✔";
    text-align : center;
    display    : block;
    line-height: 25px;
    overflow   : hidden;
    font-weight: 700;
}

input[type="checkbox"]~label {
    display       : inline-block;
    vertical-align: top;
    margin-top    : 7px;
    width         : calc(100% - 40px);
}

input[type="checkbox"].small {
    width : 20px;
    height: 20px;
}

input[type="checkbox"].small:checked:before {
    line-height: 18px;
}

input[type="checkbox"].small~label {
    margin-top: 4px;
    width     : calc(100% - 30px);
}

.radioJS {
    position: relative;
    display : block;
}

.radioJS>label {
    position          : relative;
    display           : inline-block;
    vertical-align    : top;
    margin-left       : 15px;
    margin-bottom     : 30px;
    width             : 42px;
    height            : 42px;
    border            : 1px solid #4C515A;
    box-sizing        : border-box;
    color             : #4C515A;
    cursor            : pointer;
    transition        : All 1s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition   : All 0.2s ease;
    -o-transition     : All 0.2s ease;
}

.radioJS>label:first-child {
    margin-left: 0px;
}

.radioJS>label:hover {
    background: #4C515A;
}

.radioJS>label>input[type="radio"] {
    appearance        : none;
    display           : inline-block;
    width             : 100%;
    height            : 100%;
    margin            : 0;
    padding           : 0;
    cursor            : pointer;
    transition        : All 1s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition   : All 0.2s ease;
    -o-transition     : All 0.2s ease;
}

.radioJS>label>input[type="radio"]:checked {
    background: #4C515A;
}

.radioJS>label>.textoRadioAbajo {
    position : absolute;
    left     : 50%;
    bottom   : -25px;
    font-size: 14px;
    transform: translateX(-50%);
}

.radioJS>label.detractores {
    border-color: #EC0000;
}

.radioJS>label.detractores:hover {
    color     : #EC0000;
    background: #EC0000;
}

.radioJS>label.detractores>input[type="radio"]:checked {
    background: #EC0000;
}

.radioJS>label.detractores>input[type="radio"]:checked.textoRadioAbajo {
    background: #EC0000;
}

.radioJS>label.neutros {
    border-color: #FFCC33;
}

.radioJS>label.neutros:hover {
    color     : #FFCC33;
    background: #FFCC33;
}

.radioJS>label.neutros>input[type="radio"]:checked {
    background: #FFCC33;
}

.radioJS>label.neutros>input[type="radio"]:checked~.textoRadioAbajo {
    color: #FFCC33;
}

.radioJS>label.promotores {
    border-color: #63BA68;
}

.radioJS>label.promotores:hover {
    color     : #63BA68;
    background: #63BA68;
}

.radioJS>label.promotores>input[type="radio"]:checked {
    background: #63BA68;
}

.radioJS>label.promotores>input[type="radio"]:checked~.textoRadioAbajo {
    color: #63BA68;
}

@media (max-width: 768px) {
    .radioJS>label {
        width : 34px;
        height: 34px;
    }

    .radioJS>label .textoRadioAbajo {
        top               : 50%;
        bottom            : initial;
        color             : inherit;
        z-index           : 1;
        transform         : translate(-50%,-50%);
        transition        : All 1s ease;
        -webkit-transition: All 0.2s ease;
        -moz-transition   : All 0.2s ease;
        -o-transition     : All 0.2s ease;
    }

    .radioJS>label>input[type="radio"]:checked~.textoRadioAbajo {
        background : #4C515A;
        color      : #ffffff;
        font-weight: 400;
    }

    .radioJS>label.detractores {
        color: #EC0000;
    }

    .radioJS>label.detractores>input[type="radio"]:checked.textoRadioAbajo {
        background : #EC0000;
        color      : #ffffff;
        font-weight: 400;
    }

    .radioJS>label.neutros {
        color: #FFCC33;
    }

    .radioJS>label.neutros>input[type="radio"]:checked~.textoRadioAbajo {
        background : #FFCC33;
        color      : #ffffff;
        font-weight: 400;
    }

    .radioJS>label.promotores {
        color: #63BA68;
    }

    .radioJS>label.promotores>input[type="radio"]:checked~.textoRadioAbajo {
        background : #63BA68;
        color      : #ffffff;
        font-weight: 400;
    }
}

.center-block {
    display     : block;
    margin-right: auto;
    margin-left : auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font            : 0/0 a;
    color           : transparent;
    text-shadow     : none;
    background-color: transparent;
    border          : 0
}

.hidden {
    display: none !important
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.mg-t-0 {
    margin-top: 0;
}

.mg-t-5 {
    margin-top: 5px;
}

.mg-t-10 {
    margin-top: 10px;
}

.mg-t-15 {
    margin-top: 15px;
}

.mg-t-20 {
    margin-top: 20px;
}

.mg-t-25 {
    margin-top: 25px;
}

.mg-t-30 {
    margin-top: 30px;
}

.mg-t-35 {
    margin-top: 35px;
}

.mg-t-40 {
    margin-top: 40px;
}

.mg-b-0 {
    margin-bottom: 0;
}

.mg-b-5 {
    margin-bottom: 5px;
}

.mg-b-10 {
    margin-bottom: 10px;
}

.mg-b-15 {
    margin-bottom: 15px;
}

.mg-b-20 {
    margin-bottom: 20px;
}

.mg-b-25 {
    margin-bottom: 25px;
}

.mg-b-30 {
    margin-bottom: 30px;
}

.mg-b-35 {
    margin-bottom: 35px;
}

.mg-b-40 {
    margin-bottom: 40px;
}

.textoPreguntaConf {
    text-align: left;
    vertical-align  : middle;
    margin-top: 35px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15pt;
    color: black;
    font-weight: bold;
    font-family: sans-serif;
}

.textoPregunta {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 10px;
    padding-bottom: 10px;
 font-size: 15pt;
    color: black;
    font-weight: bold;
    font-family: sans-serif;
}

.textoPreguntaMatriz {
    font-size: 13pt;
    padding-top: 1.8%;
    color: black;
    text-align: left;
}

.checkbox-circle {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 6px;
    margin: 5px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 2.2em;
    background: #FFFF;
    border: 2px solid #000;
    color: #000;
}
    .checkbox-circle.score-bad {
        border-color: #FF0000;
        color: #FF0000;
    }
    .checkbox-circle.score-bad:hover {
        background-color: #FF000025;
    }
        .checkbox-circle.score-bad.active {
            background: #FF0000;
            border-color: #FF0000;
            color: #FFFF;
        }
    .checkbox-circle.score-neutral {
        border-color: #FFCC33;
        color: #FFCC33;
    }
    .checkbox-circle.score-neutral:hover {
        background-color: #FFCC3325;
    }
        .checkbox-circle.score-neutral.active {
            background: #FFCC33;
            border-color: #FFCC33;
            color: #FFFF;
        }
    .checkbox-circle.score-good {
        border-color: #63BA68;
        color: #63BA68;
    }
    .checkbox-circle.score-good:hover {
        background-color: #63BA6825;
    }
        .checkbox-circle.score-good.active {
            background: #63BA68;
            border-color: #63BA68;
            color: #FFFF;
        }
}

.checkbox-circle-sm {
    width: 40px !important;
    height: 40px !important;
    padding: 2px !important;
    margin: 4px 4px 4px 0.9% !important;
    font-size: 1.2em !important;
}
}