/home/crealab/carweb.brainware.com.co/src/css/estilos.css
@font-face {
    font-family: 'icomoon';
    src: url('font/icomoon.eot?i30dh5');
    src: url('font/icomoon.eot?i30dh5#iefix') format('embedded-opentype'), url('font/icomoon.ttf?i30dh5') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

body {
    background: #FFF;
}


/*---AUX---*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left!important;
}

.border-all {
    border: 1px solid #e2e2e2;
    padding: 10px;
}

.border-all-shadow {
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    box-shadow: 0 1px 1px #eee;
}

.box-style-standar {
    background: #FFFFFF;
    position: relative;
    border: 1px solid #DDDDDD;
    box-shadow: 0 2px 4px 0 rgba(25, 25, 25, 0.10);
    border-radius: 2px;
}

.box-style-standar-interno {
    padding: 35px 30px;
}

.border-top {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

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

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

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

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

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

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

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-left-right-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.padding-left-right-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.padding-all-20 {
    padding: 20px;
}

.element-block {
    display: block;
}

.element-float-right {
    float: right;
}

.element-position-relative {
    position: relative;
}

.link-testeo {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.arrow-red-bg:before {
    content: url('img/icon-arrow-right.png');
    position: absolute;
    top: 50%;
    left: 95%;
    display: block;
    margin-top: -7px;
}

.arrow-red-bg.bot:before {
    content: url('img/icon-arrow-right.png');
    position: absolute;
    top: 50%;
    left: 95%;
    display: block;
    margin-top: -4px;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.icon-fono {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.icon-fono img {
    display: block;
}

.btn-santander {
    min-width: 290px;
    padding: 13px 20px;
    color: #fff;
    background-color: #ec0000;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border: none;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -o-transition: All .3s ease;
}

.btn-santander:hover {
    background-color: #990000;
}

.btn-santander.desactivado {
    background: #C2C2C2;
}

.btn-santander span.continuar {
    margin-left: 10px;
}


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

.center {
    padding-top: 20px;
    max-width: 850px;
    margin: 0 auto;
}

.center.pad-lateral {
    padding-left: 15px;
    padding-right: 15px;
}

.center h3 {
    font-size: 24px;
    color: #444;
    font-weight: 400;
    margin-bottom: 15px;
}

.center h4 {
    font-size: 20px;
    color: #444;
    font-weight: 400;
}

.center h5 {
    font-size: 16px;
    color: #444;
    font-weight: 400;
}

.center p {
    color: #444;
}

.center p.standar {
    font-size: 14px;
    line-height: 19px;
}

.center p.txt-small {
    font-size: 13px;
}

.center ul {
    list-style-type: none;
    font-size: 13px;
}

.center ul li {
    color: #444;
}

.center ul li.red-bullet {
    padding-left: 25px;
    position: relative;
}

.icon-box {
    display: block;
    margin: -36px auto 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

.icon-box img {
    display: block;
    margin: 0 auto;
    padding-top: 30%;
}

.icon-box.verde {
    background: #ABC111;
}

.icon-box.rojo {
    background: #ec0000;
}

.red-bullet:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #ec0000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -3.5px;
    left: 0;
}

.box-white {
    width: 752px;
    height: 112px;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(25, 25, 25, 0.10);
    border-radius: 2px;
    margin-left: 36px;
    padding-left: 64px;
    position: relative;
}

.box-white-txt {
    display: inline-block;
    margin-top: 27px;
}

*/ .box-informativo {
    background: #DDF4F5;
    width: 278px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 30px;
}

.box-informativo p {
    font-size: 12px;
    color: #444444;
    line-height: 18px;
    margin: 0;
}

.box-informativo span.icon-small-info {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #1BB3BC;
    top: 50%;
    left: -12px;
    margin-top: -12px;
}

.box-informativo span.icon-small-info:before {
    content: url('img/icon-small-info.png');
    display: block;
    margin: 0 auto;
    padding-top: 6px;
    width: 5px;
}

.opcion-area {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-size: 0;
}

.txt-opcion {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    padding-right: 10px;
    width: 70%;
}

.accion {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    width: 30%;
}

.txt-opcion p {
    color: #333;
    font-size: 15px;
    line-height: 18px;
}

.txt-opcion p.estado.ok {
    color: #ABC111;
}

.txt-opcion p.estado.caracteristicas {
    color: #9E3667;
}

.accion p {
    color: #ec0000;
    text-align: right;
    font-size: 15px;
}

.element-form {
    margin-bottom: 10px;
}

.element-form.content-switch {
    margin-bottom: 25px;
}

.element-form.content-switch:last-child {
    margin-bottom: 0;
}

.elem-left {
    display: inline-block;
    width: 79%;
    vertical-align: top;
}

.elem-right {
    display: inline-block;
    width: 19%;
    text-align: right;
    vertical-align: top;
}

.elem-left-2 {
    display: inline-block;
    width: auto;
    vertical-align: top;
}

.elem-right-2 {
    display: inline-block;
    width: auto;
    vertical-align: top;
}

.element-form p {
    font-size: 15px;
    color: #333;
}

.element-left-check {
    width: 15%;
}

.element-righ-check {
    width: 85%;
}

.info-configuracion {
    display: none;
}


/*-------ESTILOS MODALES--------*/

.bg-modal {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: none;
}

.content-modal {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
    width: 600px;
    height: 300px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -150px;
    z-index: 11;
    padding: 50px;
}

.content-modal h4 {
    font-size: 20px;
    color: #333;
    margin: 0 auto 20px;
    font-weight: normal;
    text-align: center;
}

.content-modal p {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 0 auto 40px;
}

.icono-modal {
    width: 72px;
    height: 72px;
    display: block;
    border-radius: 50%;
    z-index: 12;
    margin: -88px auto 40px;
    background: #fff;
    padding-top: 4px;
}

.icono-modal:before {
    content: url('img/icon-alerta.png');
    display: block;
    margin: 0 auto;
    width: 34px;
    padding-top: 15px;
}

.icono-modal.exito {
    background: #ABC111;
}

.icono-modal.error {
    background: #ec0000;
}

.icono-modal.informacion {
    background: #E59D27;
}


/*-------ESTILOS MODAL VOX CERRAR SESION--------*/

.bg-modal.modal-vox-sesion {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: none;
}

.modal-vox-sesion .content-modal {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
    width: 600px;
    height: 300px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -150px;
    z-index: 11;
    padding: 50px 20px;
}

.modal-vox-sesion .content-modal h4 {
    font-size: 20px;
    color: #333;
    margin: 0 auto 20px;
    font-weight: normal;
    text-align: center;
}

.modal-vox-sesion .content-modal p {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 0 auto 40px;
}

.modal-vox-sesion .icono-modal {
    width: 72px;
    height: 72px;
    display: block;
    border-radius: 50%;
    z-index: 12;
    margin: -88px auto 40px;
    background: #fff;
    padding-top: 4px;
}

.modal-vox-sesion .icono-modal:before {
    content: url('img/alerta.png');
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}

.modal-vox-sesion .icono-modal.exito {
    background: #ABC111;
}

.modal-vox-sesion .icono-modal.error {
    background: #ec0000;
}

.modal-vox-sesion .icono-modal.informacion {
    background: #E59D27;
}

.modal-vox-sesion .icono-modal.alerta {
    background: #E59D27;
}

.modal-vox-sesion .icono-modal.alerta:before {
    content: url('img/alerta.png');
    width: 11px;
    padding-top: 11px;
}

.modal-vox-sesion .content-modal .btn-santander {
    min-width: auto!important;
    width: auto!important;
    font-size: 14px !important;
    border: 1px solid #ec0000;
    vertical-align: top;
    margin: 0 auto 10px;
    display: block;
}

.modal-vox-sesion .content-modal .btn-santander:hover {
    border: 1px solid #990000;
}

.modal-vox-sesion .content-modal .btn-secundario {
    width: auto !important;
    padding: 10;
    color: #ec0000;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin: 0 10px;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -o-transition: All .3s ease;
}

.modal-vox-sesion .content-modal .btn-secundario:hover {
    text-decoration: underline;
}

.modal-vox-sesion .btn-cerrar-modal {
    background: url(img/icon-close.png) top left no-repeat;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: -32px;
    right: 0px;
    cursor: pointer;
}

@media (max-width: 960px) {
    .content-superclave {
        max-width: 786px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative;
        padding: 36px 0 30px 0;
    }
    .icono-superclave {
        top: 0;
        left: 50%;
        margin-left: -36px;
        margin-top: 0;
    }
    .box-white {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .box-white-txt,
    .box-white-txt.superclave {
        width: auto;
        display: block;
    }
    .box-white-txt p.titulo-clave {
        display: block;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 20px;
    }
    .box-white-txt p.titulo-clave span {
        display: inline;
    }
    .box-white-txt .superclave {
        display: block;
        text-align: center;
        padding: 0;
        margin-bottom: 40px;
    }
    .box-informativo {
        width: 100%;
        height: auto;
        padding: 20px 30px;
        position: relative;
    }
    .box-informativo span.icon-small-info {
        top: -12px;
        left: 50%;
        margin-top: 0;
        margin-left: -12px;
    }
    .box-informativo p {
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }
    .modal-vox-sesion .content-modal,
    .modal-vox-sesion .content-modalFake {
        width: 80%;
        margin-left: -40%;
        margin-top: -225px;
        height: 320px;
    }
    .modal-vox-sesion .icono-modal {
        top: 65px;
    }
}

@media (max-width: 768px) {
    .center h3,
    .center h4 {
        text-align: center;
    }
    .mobile-txt-center {
        text-align: center;
    }
    .content-cajaInput .cajaInput {
        display: block;
        width: 100%;
        float: none;
    }
    .content-cajaInput .cajaInput:last-child {
        float: none;
    }
    .cajaInput {
        width: 100%;
    }
    .input {
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 580px) {
    .box-informativo p {
        width: 100%;
    }
    .modal-vox-sesion .content-modal .btn-santander {
        padding: 12px 0;
        width: 90%;
    }
}

@media (max-width: 480px) {
    .center.pad-lateral {
        padding-left: 10px;
        padding-right: 10px;
    }
    .btn-santander,
    .btn-secundario {
        min-width: auto;
        display: block;
        float: none;
        margin: 0 auto;
        width: 80%;
    }
    .center h4 {
        line-height: 24px;
    }
}

@media (max-width: 380px) {
    .ui-widget-content {
        left: 10px !important;
    }
    .btn-santander,
    .btn-secundario {
        min-width: 90%;
        width: 90%;
    }
    .arrow-red-bg:before {
        left: 92%;
    }
}

@media (max-width: 320px) {
    .center h3 {
        font-size: 22px;
        line-height: 28px;
    }
}



/***/




/**/

#scnTS_itm2_mns_nvl0 img{
    
    width: auto!important;
    height: auto!important;
    
}
#headertop {
    background: #cecece;
}


#footerp {
    padding: 0;
    background: #cecece;
    border-top: solid #D4DAE0 1px;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
#isnotMacIE5 img {
    
    width: auto!important;
    height: auto!important;
    
}

#menu img{
    
    width: auto!important;
    height: auto!important;
    
    
}

#iddiv {
    position: absolute;
    top: 35px;
    width: 98%;
    color: #060606;
    padding-left: 5px;
    position: absolute;
}

#iddiv strong{
    text-transform: uppercase;
}
/*
#idspan2 {
    float: left;
    margin-left: 5px;
    text-transform: uppercase;
    font-stretch: condensed;
    font-weight: bold;
}*/
.jp-card .jp-card-back, .jp-card .jp-card-front{
    
    background: #ec0000!important;
}