
/*Versión COMÚN encuesta blanca con NPS de colores*/
@font-face {
    font-family: 'frutigerlightregular';
    src: url('../fonts/frutigel_light-webfont.eot');
    src: url('../fonts/frutigel_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/frutigel_light-webfont.woff2') format('woff2'), url('../fonts/frutigel_light-webfont.woff') format('woff'), url('../fonts/frutigel_light-webfont.ttf') format('truetype'), url('../fonts/frutigel_light-webfont.svg#frutiger-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'frutigerregular';
    src: url('../fonts/frutiger-regular-webfont.eot');
    src: url('../fonts/frutiger-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/frutiger-regular-webfont.woff2') format('woff2'), url('../fonts/frutiger-regular-webfont.woff') format('woff'), url('../fonts/frutiger-regular-webfont.ttf') format('truetype'), url('../fonts/frutiger-regular-webfont.svg#frutigerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.text-success {
    color: #7CFF7F;
}

.escuchamos {
    margin-top: 28px;
    margin-left: 55px;
}

input[type=checkbox] {
    width: 25px;
    height: 25px;
    text-align: left;
}

input[type="checkbox"]:checked{
         background-color: #ec0000;
       border-color: #ec0000;
}

.form-check-input:checked {
       background-color: #ec0000;
       border-color: #ec0000;
      }
      

.chbox label {
    display: block;
    padding-left: 40px;
    text-indent: 0px;
    margin-top: -29px;
    text-align: left;
    font-weight: 100;
}

.confidencialidad {
    margin-left: 45px;
    margin-top: 30px;
}

#btnEnviar {
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #4C515A;
    border: 0;
    border-radius: 0;
    padding: 20px;
    margin-top: 69px;
    font-size: 18px;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    max-width: 180px;
    min-width: 180px;
    margin-bottom: 55px;
}

.img-idioma {
    width: 30px;
    height: 30px;
    display: inline-block;
    /*border: 2px solid white;*/
    margin-bottom: 15px;
    margin-left: 5px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 850px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 850px;
    }
}

html, body, #form1, .container-table {
    height: 100%;
    font-family: 'frutigerregular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #F8F8F8;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    background-color: #F8F8F8;
    /* Negative indent footer by it's height */
    margin: 75px auto 0px;
}

.wrap1 {
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 75px;
}

#footer {
    background-color: #ffffff;
}

.container-table {
    display: table;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

.progreso {
    margin-top: -15px;
    margin-bottom: 20px;
}

.contenido {
    min-height: 376px;
}

.text-success {
    color: #7CFF7F;
}

.cuadroPreguntas {
    padding: 30px 75px 80px 75px;
    text-align: center;
    color: #4C515A;
    min-height: 250px;
    width: 100%;
    min-width: 715px;
    margin-bottom: 100px;
    min-height: 443px;
}

.cuadroPreguntasJoven {
    padding: 30px 75px 80px 75px;
    text-align: center;
    color: #4C515A;
    min-height: 250px;
    width: 100%;
    min-width: 715px;
    margin-bottom: 100px;
    min-height: 443px;
}

.titulo {
    font-size: 3em;
    margin-bottom: 20px;
    font-family: 'frutigerlightregular';
}

.soloTexto {
    font-size: 1em;
    margin-bottom: 10px;
}

.recuadro-traslucido {
    /*margin:20px 0 20px 0;*/
}

.textoPregunta {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 0px;
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

textarea {
    background-color: transparent;
    color: #4C515A;
    padding: 8px;
    font-weight: 800;
    font-size: 14px;
    border: 1px solid #4C515A;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

textarea:hover {
    background-color: rgba(255, 255, 255, 0.20);
}

.iconoBullet a {
    color: #CACACA;
    font-size: 0.7em;
    cursor: pointer;
}

.iconoBulletActivo > a {
    color: #5E616A;
    font-size: 0.75em;
}

.iconoBullet a:hover {
    color: #5E616A;
    font-size: 0.7em;
}

.iconoBulletJoven a {
    color: #CACACA;
    font-size: 0.7em;
    cursor: pointer;
}

.iconoBulletActivoJoven > a {
    color: #5E616A;
    font-size: 0.75em;
}

.iconoBulletJoven a:hover {
    color: #5E616A;
    font-size: 0.75em;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(94, 97, 106, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(94, 97, 106, 0.9);
    outline: 0 none;
    background-color: rgba(255, 255, 255, 0.20);
}

.btn-santander:hover, .btn-santander10:hover {
    color: #F8F8F8;
    text-transform: uppercase;
    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, .btn-santander10 {
    color: #F8F8F8;
    text-transform: uppercase;
    background-color: #EC0000;
    border: 0;
    border-radius: 0;
    padding: 20px;
    font-size: 1.2em;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    max-width: 180px;
    min-width: 180px;
}

#btnEnviar {
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #4C515A;
    border: 0;
    border-radius: 0;
    padding: 20px;
    margin-top: 69px;
    font-size: 18px;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    max-width: 180px;
    min-width: 180px;
    margin-bottom: 55px;
}

.rowBoton {
    margin-top: 85px;
    margin-bottom: -63px;
}

.panel_pregunta {
    display: none;
    min-height: 257px;
}

/* edicion botones ui jquery*/
.ui-buttonset .ui-button {
    margin-left: 10px;
    margin-right: 0;
}

.ui-widget {
    font-size: 0.9em;
    border-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-radius: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #4C515A;
    background-color: transparent;
    color: #4C515A;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.oculto{
    opacity:0;
}

.detractores {
    border: 1px solid #EC0000;
}

.neutros {
    border: 1px solid #FFCC33;
}

.promotores {
    border: 1px solid #63BA68;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #4C515A;
    background-color: #4C515A;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #4C515A;
    background-color: #4C515A;
}

.detractores_active {
    border: 1px solid #EC0000;
    background-color: #EC0000;
    color: #EC0000;
}

.neutros_active {
    border: 1px solid #FFCC33;
    background-color: #FFCC33;
    color: #FFCC33;
}

.promotores_active {
    border: 1px solid #63BA68;
    background-color: #63BA68;
    color: #63BA68;
}

.detractores:hover {
    border: 1px solid #EC0000;
    background-color: #EC0000;
    color: #EC0000;
}

.neutros:hover {
    border: 1px solid #FFCC33;
    background-color: #FFCC33;
    color: #FFCC33;
}

.promotores:hover {
    border: 1px solid #63BA68;
    background-color: #63BA68;
    color: #63BA68;
}

.ui-button-text-only .ui-button-text {
    padding: 12px;
    width: 40px;
    height: 40px;
}

.textoRadioAbajo {
    font-weight: 100;
    top: 46px;
    left: 14px;
    position: absolute;
}

.textoRadioAbajoNSNC {
    top: 45px;
    left: 0px;
    position: absolute;
}

.textoCheckVertical {
    position: absolute;
    left: 50px;
    text-align: left;
}

.ui-widget {
    font-size: 1em;
}

@media screen and (max-width: 992px) {
    .ui-buttonset .ui-button {
        margin-left: 6px;
        margin-right: -.1em;
        margin-bottom: 30px;
    }
}

.radioSiNo:first-child label {
    margin-left: 25px;
    margin-right: 25px;
}

.radioSiNoNSNC:first-child label {
    margin-left: 25px;
    margin-right: 25px;
}

.formatoFooter {
    margin-left: 2%;
    margin-top: 1.5em;
}

.pregunta {
    margin-top: 2em;
}

.pregunta2 {
    margin-top: 1.5em;
}

.respLarga {
 margin-left: 10%;
    width: 90%;
}    

.footerArriba {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 768px) {
    #wrap {
        min-height: 100%;
        height: auto !important;
        background-color: #F8F8F8;
        /* Negative indent footer by it's height */
        margin: 60px auto 0px;
    }

    #cuadroPreguntas {
        max-width: 90%;
        margin: 20% auto;
        top: 0px !important;
    }

    .confidencialidad {
        margin-left: 15px;
        margin-top: 5px;
    }

    #btnContinuar {
        margin-bottom: 30px;
    }

    .sencillo {
        max-width: 50%;
    }

    .cuadroPreguntas {
        padding: 30px 10px 80px 10px;
        text-align: center;
        color: #4C515A;
        min-height: 250px;
        width: 100%;
        min-width: 400px;
        margin-bottom: 100px;
        min-height: 436px;
    }

    .cuadroPreguntasMovil {
        padding: 30px 10px 80px 10px;
        text-align: center;
        color: #4C515A;
        min-height: 250px;
        width: 100%;
        min-width: 400px;
        margin-bottom: 100px;
        min-height: 436px;
    }

    .rowBoton {
        margin-top: 30px;
        margin-bottom: 0;
    }
    
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    #push, #footer {
        height: 60px;
    }

    .ui-button-text-only .ui-button-text {
        padding: 7px;
        width: 2.7em;
        height: 2.7em;
        padding-top: 0.8em;
    }

    .textoRadioAbajo {
        text-align: center;
        top: 0px;
        left: 0px;
        position: static;
    }

    .formatoFooter {
        margin-left: 2%;
        max-width: 24%;
        margin-top: 0.5em;
    }
    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #4C515A;
        background-color: #4C515A;
        color: white;
    }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #4C515A;
        background-color: #4C515A;
        color: white;
    }
 
    .detractores {
        border: 1px solid #EC0000;
        color: #EC0000;
    }

    .neutros {
        border: 1px solid #FFCC33;
        color: #FFCC33;
    }

    .promotores {
        border: 1px solid #63BA68;
        color: #63BA68;
    }

    .detractores_active {
        border: 1px solid #EC0000;
        background-color: #EC0000;
        color: #F8F8F8;
    }

    .neutros_active {
        border: 1px solid #FFCC33;
        background-color: #FFCC33;
        color: #F8F8F8;
    }

    .promotores_active {
        border: 1px solid #63BA68;
        background-color: #63BA68;
        color: #F8F8F8;
    }

    .detractores:hover {
        border: 1px solid #EC0000;
        background-color: #EC0000;
        color: #F8F8F8;
    }

    .neutros:hover {
        border: 1px solid #FFCC33;
        background-color: #FFCC33;
        color: #F8F8F8;
    }

    .promotores:hover {
        border: 1px solid #63BA68;
        background-color: #63BA68;
        color: #F8F8F8;
    }
}

/*VERSION MOVIL*/
@media (max-width: 480px) {
    #wrap {
        min-height: 100%;
        height: auto !important;
        background-color: #F8F8F8;
        /* Negative indent footer by it's height */
        margin: 40px auto 0px;
    }

    #cuadroPreguntas {
        width: 200px;
        max-width: 70%;
        min-height: 530px;
        top: 0px !important;
        margin-top: 0%;
        margin-bottom: 3%;
        padding-bottom: 0%;
    }

    .sencillo {
        width: 150px;
        max-width: 50%;
    }

    .recuadro-traslucido {
        margin: 0;
    }

    .container {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .cuadroPreguntasMovil {
        padding: 30px 0px 80px 0px;
        text-align: center;
        color: #4C515A;
        min-height: 250px;
        width: 100%;
        min-width: 300px;
        margin-bottom: 100px;
        min-height: 436px;
    }

    #push, #footer {
        height: 40px;
    }

    .btn-santander, .btn-santander10 {
        color: white;
        text-transform: uppercase;
        background-color: #EC0000;
        border: 0;
        border-radius: 0;
        padding: 10px;
        font-size: 1.2em;
        transition: All 0.2s ease;
        -webkit-transition: All 0.2s ease;
        -moz-transition: All 0.2s ease;
        -o-transition: All 0.2s ease;
        max-width: 100%;
    }

    .titulo {
        font-size: 2em;
        padding-top: 20PX;
        margin-bottom: 20px;
        font-family: 'frutiger-lightregular','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
        position: relative;
        min-height: 0;
        padding-right: 0px;
        padding-top: 15px;
        padding-left: 0px;
    }

    .radioSiNoNSNC:first-child label {
        margin-left: 15px;
        margin-right: 15px;
    }

    .rowBoton {
        margin-top: 20px;
        padding-bottom: 0px;
        /*margin-bottom: 45px;*/
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    #btnContinuar {
        margin-bottom: 15px;
    }

    .ui-button-text-only .ui-button-text {
        padding: 7px;
        width: 2em;
        height: 2em;
        padding-top: 0.5em;
    }

    .textoRadioAbajo {
        text-align: center;
        top: 0px;
        left: 0px;
        position: static;
    }

    .formatoFooter {
        margin-left: 2%;
        max-width: 36%;
        margin-top: 0.5em;
    }

    .pregunta {
        margin-top: 0%;
    }

    .pregunta2 {
        margin-top: 0%;
    }
 
    .respLarga {
        margin-left: auto;
        width: auto;
    }

    .reduceintros {
        padding-top: 25px;
    }

}

@media (max-height: 668px) {
    .reduceintros {
        padding-top: 12px;
    }

    #wrap {
        min-height: 100%;
        height: auto !important;
        background-color: #F8F8F8;
        /* Negative indent footer by it's height */
        margin: 40px auto 0px;
    }

    #push, #footer {
        height: 40px;
    }

    .subeboton {
        margin-top: 35px !important;
    }

}
