@font-face {
    font-family: 'futura-book';
    src: url('../fonts/futuralt/futura-lt-book.eot');
    src: local('☺'), url('../fonts/futuralt/futura-lt-book.woff') format('woff'),
    url('../fonts/futuralt/futura-lt-book.ttf') format('truetype'),
    url('../fonts/futuralt/futura-lt-book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura-heavy';
    src: url('../fonts/futuralt/futura-lt-heavy.eot');
    src: local('☺'), url('../fonts/futuralt/futura-lt-heavy.woff') format('woff'),
    url('../fonts/futuralt/futura-lt-heavy.ttf') format('truetype'),
    url('../fonts/futuralt/futura-lt-heavy.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


.click-content {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.image-100 img {
    width: 100%;
}

.uppercase-text {
    text-transform: uppercase;
}

li, ul {

    padding: 0 !important;
    list-style: none !important;
}

.radio-hidden {
    display: none;
}

::-webkit-input-placeholder {
    color: #AAA !important;
}

:-moz-placeholder {
    color: #AAA !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #AAA !important;
}

:-ms-input-placeholder {
    color: #AAA !important;
}

.green-b {
    background: #78B653;
}

.blue-b {
    background: #2C408E;
}

.red-b {
    background: #a94442;
}

.green-c {
    color: #78B653;
}

.blue-c {
    color: #2C408E;
}

.white-c {
    color: #FFFFFF;
}

.red-c {
    color: #a94442;
}

.m-bottom-20 {
    margin-bottom: 20px !important;
}

.m-bottom-40 {
    margin-bottom: 40px !important;
}

.m-top-20 {
    margin-top: 20px !important;
}

.m-top-10{
    margin-top: 10px !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

/*Redes sociales*/
.social-bar {
    padding-top: 15px;
    height: 60px;
    background: #F2F3F5;
}

.social-bar a {
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: inline;
    background: #B9B8B3;
    float: right;
    margin: 0px 0px 0px 10px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}

/*Menu opciones */

.ul-nav{
    margin-top: 57px !important;
    font-family: 'futura-book',arial,verdana;
}

.link-logo {
    display: inline-block;
    margin: 15px 0px 15px 34px;
    height: 112px;
}

.link-logo img {
    width: 412px;
}

.min-size-menu {
    font-size: 14px;
}

.max-size-menu {
    font-size: 20px;
    letter-spacing: 2px;
}

.dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-toggle a:hover, .dropdown-toggle a:focus {
    background: none !important;
    color: #767779 !important;
}

.left-text-menu {
    margin-top: 1px !important;
    border-top: 5px solid #78B552;
    border-top-left-radius: none;
}

.left-text-menu li {
    text-align: left !important;
}

.left-text-menu a {
    color: #3A3A3C !important;
    margin: 0px !important;

}

.center-text-menu li {
    text-align: center;
}

.center-text-menu a {
    line-height: 13px !important;
    color: #3A3A3C !important;
    margin: 0px 0px 0px 30px;
}

.center-text-menu a:hover {
    color: #767779 !important;
}

.center-text-menu i {
    border-radius: 100%;
    padding: 2px;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 20px;
}

.fa-green {
    border: 1px solid #78B653;
    color: #78B653;
}

.fa-blue {
    border: 1px solid #314491;
    color: #314491;
}

div.error {
    position: absolute;
    right: 10px;
    top: 25px;
    background: #314491;
    color: #FFFFFF;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 3px;
    opacity: 0.5;
}

/* Secciones */

.section-content-text {
    font-family: 'futura-heavy', arial, verdana;
    font-weight: bold;
    height: 60px;
    float: left;
    margin: 55px 0px 20px 0px;
    padding: 0px 10px;
    line-height: 20px;
    text-align: right;
}

.section-title-min {
    font-size: 22px;
}

.section-title-max {
    font-size: 40px;
}

.section-text-justify {
    text-align: justify;
    font-family: 'futura-book', arial, verdana;
    font-size: 16px;
}

.section-img-falcon {
    text-align: center;
}

.section-img-falcon img {
    max-width: 250px;
    width: 100%;
}

.section-superintendencia {
    position: absolute;
    right: 20px;
    bottom: 10px;
    height: 90%;
}

.section-superintendencia img {
    height: 100%;
}

.section-inputs-step {
    float: left;
    margin: 38px 0px 0px 0px;
    position: relative;
}

.section-text-input {
    float: left;
    height: 32px;
    background: #F3F3F3;
    border-radius: 5px;
    border: none;
    border-bottom: 2px solid #78B552;
    font-size: 13px;
}

.section-textarea-input {
    float: left;
    height: 100px !important;
    background: #F3F3F3;
    border-radius: 5px;
    border: none;
    border-bottom: 2px solid #78B552;
    font-size: 13px;
}

.form-section {
    overflow: hidden;
    position: relative;
}

.section-info {
    margin-top: 50px;
    text-align: center;
}

/* Boxes */

.title-slide {
    position: absolute;
    left: 0;
    height: 200px;
    padding: 50px 0px;
    background: -webkit-linear-gradient(left, #000000, transparent);
    background: -moz-linear-gradient(left, #000000, transparent);
    background: -o-linear-gradient(left, #000000, transparent);
    background: -ms-linear-gradient(left, #000000, transparent);
    background: linear-gradient(left, #000000, transparent);
    margin: auto;
    top: 0;
    bottom: 0;
    color: #FFFFFF;
    font-size: 30px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-align: center;
    line-height: 40px;
}

.min-font-slide {
    font-size: 30px;
}

.max-font-slide {
    font-size: 80px;
}

.box-content {
    width: 100%;
    position: absolute;
    overflow: hidden;
    bottom: -100px;
    margin-bottom: 20px;
    left: 0;
    z-index: 99;
}

.box-green {
    height: 110px;
    background: #78B653;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    padding: 30px 0px 0px 20px;
}

.box-white {
    height: 110px;
    color: #78B653;
    background: #FFFFFF;
    text-align: left;
    line-height: 20px;
    border-left: 1px solid #78B653;
    border-right: 1px solid #78B653;
    border-top: 1px solid #78B653;
    padding: 30px 0px 0px 20px;
}

.payu-box {
    position: relative;
    width: 150px;
    z-index: 9;
    float: right;
}

.payu-box img {
    width: 100%;
}

.min-size-box {
    font-size: 16px;
}

.max-size-box {
    font-size: 32px;
}

.box-blue {
    width: 100%;
    min-height: 100px;
    background: #314491;
    color: #FFFFFF;
    position: relative;
    padding: 10px;
}

.input-forms-box {
    height: 30px;
    margin-bottom: 10px;
}

.input-forms-box input {
    background: #E7E7E7;
}

.input-button-box {
    text-align: right;
    padding-top: 5px;
}

.input-button-box-left {
    text-align: left;
    padding-top: 5px;
}

.button-title-join {
    border: none;
    background: transparent;
    display: inline-block;
    color: #BBBBBD;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.button-title-join:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.box-line-margin {
    margin: 130px 0px 0px 0px !important;
}

.line-separator {
    height: 1px;
    width: 100%;
    background-position: center center;
    background: -webkit-radial-gradient(circle, #747577, white);
    background: -moz-radial-gradient(circle, #747577, white);
    background: -ms-radial-gradient(circle, #747577, white);
    background: radial-gradient(circle, #747577, white);
    position: relative;
}

.separator-blue {
    height: 5px;
    background: #2C408E;
}

.box-line-margin-insurances {
    margin: 20px 0px 10px 0px !important;
}

.margin-footer {
    margin: 0px 0px 10px 0px !important;
}

.line-separator-footer {
    height: 1px;
    width: 100%;
    background-position: center center;
    background: -webkit-radial-gradient(circle, #C7C8CA, white);
    background: -moz-radial-gradient(circle, #C7C8CA, white);
    background: -ms-radial-gradient(circle, #C7C8CA, white);
    background: radial-gradient(circle, #C7C8CA, white);
}

.insurace-box {
    height: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.insurace-box img {
    height: 100%;
}

/*Tooltips*/

.tooltip-click {
    width: 22px;
    height: 22px;
    background: #2C408E;
    border: 2px solid #2C408E;
    border-radius: 100%;
    color: #FFFFFF;
    text-align: center;
    float: left;
    margin: 0px 10px 0px 0px;
    cursor: help;
    -webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
}

.tooltip-click:hover {
    background: #F2F3F5;
    border: 2px solid #999999;
    color: #999999;

}

/*validations*/

.validation-box {
    display: none;
    background: #434D55;
    width: 80%;
    height: 80px;
    position: absolute;
    margin: 0 auto;
    bottom: 89px;
    left: 0;
    right: 0;
    z-index: 10000;
    color: #A8ACAF;
    padding: 10px;
}

.validation-box::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #434D55;
    border-width: 10px;
    margin-left: -10px;
}

.validate-title-error {
    color: #D44950;
    font-weight: bold;
    display: inline;
    width: 100%;
}

.validate-text {
    font-size: 12px;
    width: 100%;
    padding: 5px 0px 0px 0px;
}

/* Steps */

.steps-margin {
    margin: 50px 0px 0px 0px;
}

.breadcrumb-click {
    margin-top: 20px !important;
}

.steps-num {
    font-size: 100px;
    margin: 0 !important;
    height: 92px;
}

.steps-text {
    font-size: 24px;
    margin: 0 !important;
}

.steps-content-title {
    color: #78B552;
    text-align: center;
    height: 120px;
    width: 60px;
    float: left;
    font-family: 'futura-book', arial, verdana;
}

.steps-content-text {
    border-left: 1px solid #78B552;
    height: 60px;
    float: left;
    margin: 55px 0px 0px 0px;
    padding: 0px 10px;
    line-height: 25px;
    font-family: 'futura-book', arial, verdana;
}

.steps-title-min {
    font-size: 22px;
}

.steps-title-max {
    font-size: 40px;
}

.overflow-title {
    overflow: hidden;
}

.margin-step-input {
    margin-top: 42px;
    height: 80px;
}

.margin-progress-step {
    margin-top: 50px;
    position: relative;
}

.margin-progress-continue {
    margin-bottom: 50px;
    text-align: right;
    line-height: 0;
}

.progress-step {
    height: 8px;
}

.cursor-progress {
    background: url(../img/cursor.png) no-repeat;
    background-size: 32px 36px;
    height: 36px;
    width: 32px;
    position: absolute;
    bottom: 0px;
    left: 0%;
}

.max-continue-text {
    font-size: 50px;
    cursor: pointer;
}

.max-continue-text:hover {
    color: #777777;
}

.normal-line-height {
    line-height: normal;
}

.alert-box {
    display: none;
    margin: 5px 0px 0px 0px;
    text-align: left;
}

/*Inputs Steps*/

.fasecolda-content {
    position: relative;
    overflow: hidden;
    height: 27px;
    text-align: right;
}

.fasecolda-form {
    position: absolute;
    width: 210px;
    bottom: 0;
    right: 20px;
    background: #D3D3D5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 12px;
    padding: 0px;
}

.fasecolda-input {
    width: 160px;
    height: 24px;
    padding: 5px;
    margin: 5px 0px 5px 10px;
    border: 1px solid #999999;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #F2F3F5;
    font-size: 12px;
    float: left;
}

.fasecolda-button {
    display: inline-block;
    float: left;
    width: 30px;
    height: 24px;
    background: #2C408E;
    margin: 5px 0px 5px 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #FFFFFF;
    text-align: center;
    padding: 4px 0px 0px 0px;
    cursor: pointer;
}

.span-title-fasecolda {
    display: inline-block;
    text-align: right;
    float: left;
    margin: 0;
    padding: 5px 0px 5px 10px;
}

.span-arrow {
    display: inline-block;
    text-align: right;
    float: right;
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
}

.content-input-titles {
    width: 100%;
    float: left;
    font-size: 18px;
    height: 76px;
    position: relative;
}

.div-span-titles {
    text-align: left;
    line-height: 18px;
}

.div-span-titles-only {
    padding: 44px 0px 0px 0px;
    text-align: right;
    line-height: 15px;
}

.bg-plaque {
    background: url(../img/placa.png) no-repeat top left;
    background-size: 60px;
    padding-top: 45px;
}

.bg-brand {
    background: url(../img/marca.png) no-repeat top left;
    background-size: 60px;
    padding-top: 41px;
}

.bg-line {
    background: url(../img/linea.png) no-repeat top left;
    background-size: 60px;
    padding-top: 41px;
}

.bg-model {
    background: url(../img/calendar.png) no-repeat top left;
    background-size: 36px;
    padding-top: 41px;
}

.bg-location {
    background: url(../img/ubicacion.png) no-repeat top left;
    background-size: 54px;
    padding-top: 41px;
}

.bg-alarm {
    background: url(../img/alarma.png) no-repeat top left;
    background-size: 30px;
    padding-top: 41px;
}

.bg-km {
    background: url(../img/km.png) no-repeat top left;
    background-size: 30px;
    padding-top: 41px;
}

.bg-gas {
    background: url(../img/gas.png) no-repeat top left;
    background-size: 20px;
    padding-top: 41px;
}

.bg-accesories {
    background: url(../img/accesorios.png) no-repeat top left;
    background-size: 30px;
    padding-top: 41px;
}

.img-titles {
    width: 100%;
    height: 44px;
}

.step-img {
    height: 40px;

    margin: 0px 8px 4px 0px;
}

.dv {
    float: left;
    display: inline-block;
    height: 32px;
    width: 32px;
    padding: 0px 5px;
    background: #F3F3F3;
    border-radius: 5px;
    margin-left: 5px;
    text-align: center;
    line-height: 30px;
    border: none;
    border-bottom: 2px solid #78B552;
    font-size: 13px;
}

.content-inputs-step {
    margin: 38px 0px 0px 0px;
    position: relative;
    width: 100%;
    font-family: 'futura-book', arial, verdana;
    font-size: 16px;
}

.content-input-step-1 {
    float: left;
    margin: 0px;
    position: relative;
}

.sensitive-step {
    position: absolute;
    font-size: 16px;
    height: 16px;
    width: 16px;
    top: -20px;
    right: 0;
    line-height: 0;
    text-align: center;
    color: #d44950;
    opacity: 0.5;
    cursor: context-menu;
}

.sensitive-step-d {
    position: absolute;
    font-size: 16px;
    height: 16px;
    width: 16px;
    top: -10px;
    right: 16px;
    line-height: 0;
    text-align: center;
    color: #d44950;
    opacity: 0.5;
    cursor: context-menu;
}

.sensitive-step-c {
    position: absolute;
    font-size: 16px;
    height: 16px;
    width: 16px;
    top: 22px;
    right: 16px;
    line-height: 0;
    text-align: center;
    color: #d44950;
    opacity: 0.5;
    cursor: context-menu;
}

.sensitive-step-g {
    position: absolute;
    font-size: 16px;
    height: 16px !important;
    width: 16px !important;
    top: -18px;
    left: 16px;
    line-height: 0;
    text-align: center;
    color: #d44950;
    opacity: 0.5;
    cursor: context-menu;
}

.help-step {
    position: absolute;
    font-size: 16px;
    height: 16px;
    width: 16px;
    top: 0;
    right: 0;
    line-height: 0;
    text-align: center;
    color: #31708f;
    cursor: help;
    opacity: 0.5;
}

.help-step-d {
    position: absolute;
    font-size: 16px;
    height: 16px !important;
    width: 16px !important;
    top: -10px;
    right: 16px;
    line-height: 0;
    text-align: center;
    color: #31708f;
    cursor: help;
    opacity: 0.5;
}

.help-step-3 {
    position: absolute;
    font-size: 16px;
    height: 16px;
    width: 16px;
    top: -20px;
    right: 16px;
    line-height: 0;
    text-align: center;
    color: #31708f;
    cursor: help;
    opacity: 0.5;
}

.help-step-3-d {
    position: absolute;
    font-size: 16px;
    height: 16px !important;
    width: 16px !important;
    top: -10px;
    right: 32px;
    line-height: 0;
    text-align: center;
    color: #31708f;
    cursor: help;
    opacity: 0.5;
}

.help-step-3-g {
    position: absolute;
    font-size: 16px;
    height: 16px !important;
    width: 16px !important;
    top: -18px;
    left: 0px;
    line-height: 0;
    text-align: center;
    color: #31708f;
    cursor: help;
    opacity: 0.5;
}

.help-step-g {
    position: absolute;
    font-size: 16px;
    height: 16px !important;
    width: 16px !important;
    top: -18px;
    left: 0px;
    line-height: 0;
    text-align: center;
    color: #31708f;
    cursor: help;
    opacity: 0.5;
}

.help-step-c {
    position: absolute;
    font-size: 16px;
    height: 16px !important;
    width: 16px !important;
    top: 22px;
    right: 0px;
    line-height: 0;
    text-align: center;
    color: #31708f;
    cursor: help;
    opacity: 0.5;
}

.sensitive-step:hover, .help-step:hover, .help-step-3:hover {
    opacity: 1;
}

.content-inputs-step-2 {
    float: left;
    margin: 3px 0px 0px 0px;
}

.content-btn-multiple {
    margin: 0px 0px 5px 6px;
}

.content-inputs-step-box {
    float: left;
    margin: 8px 0px 0px 0px;
}

.nit-box {
    width: 100%;
}

.content-inputs-step-v {
    float: left;
    margin: 32px 0px 0px 0px;
    position: relative;
}

.animate-step-input {
    display: none;
    margin: 5px 0px 0px 0px;
    float: left;
    width: 100%;
}

.min-title-form {
    color: #78B552;
    font-family: 'futura-book', arial, verdana;
}

.med-title-form {
    color: #3B3B3D;
    font-family: 'futura-book', arial, verdana;
}

.min-input {
    float: left;
    border: 2px solid #78B552;
    border-radius: 10px;
    width: 65px;
    height: 36px;
    margin: 0px 0px 0px 6px;
    font-size: 13px;
    font-family: 'futura-book', arial, verdana;
}

.select-input-step {
    float: left;
    width: 100%;
    height: 32px;
    background: #F3F3F3;
    border-radius: 5px;
    margin: 0px 0px 0px 7px;
    border: none;
    border-bottom: 2px solid #78B552;
    font-size: 13px;
    font-family: 'futura-book', arial, verdana;
}

.select-lbl {
    position: absolute;
}

.text-input-step {
    float: left;
    width: 100%;
    height: 32px;
    background: #F3F3F3;
    border-radius: 5px;
    margin: 0px 0px 0px 7px;
    border: none;
    border-bottom: 2px solid #78B552;
    font-size: 13px;
    font-family: 'futura-book', arial, verdana;
}

.text-input-step-med {
    float: left;
    width: 97px;
    height: 32px;
    background: #F3F3F3;
    border-radius: 5px;
    margin: 0px 0px 0px 7px;
    border: none;
    border-bottom: 2px solid #78B552;
    font-size: 13px;
    font-family: 'futura-book', arial, verdana;
}

.radio-steps label {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 2px solid #78B552;
    padding: 0 !important;
    font-family: 'futura-book', arial, verdana;
}

.radio-steps label:after {
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 16px;
    height: 10px;
    top: 6px;
    left: 5px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.radio-steps input[type=radio]:checked + label:after {
    opacity: 1;
}

.radio-steps-v div {
    width: 100%;
    height: 23px;
    margin: 0px 0px 0px 7px;
}

.radio-steps-v label {
    cursor: pointer;
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #78B552;
    padding: 0 !important;
    float: left;
}

.radio-steps-v label:after {
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 14px;
    height: 8px;
    top: 4px;
    left: 3px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.radio-steps-v input[type=radio]:checked + label:after {
    opacity: 1;
}

.span-radio-input {
    color: #A3A4A6;
    font-size: 12px;
    display: inline-block;
    padding: 0px 10px 0px 10px;
}

.span-radio-input-left {
    color: #A3A4A6;
    font-size: 12px;
    padding: 0px 10px 0px 10px;
}

.btn-multiple, .btn-multiple-selected {
    margin: 0px 3px !important;
    border-radius: 3px !important;
    height: 25px;
    min-width: 23px;
    text-align: center;
    border: none;
    font-size: 10px;
    padding: 0px 5px;
    border: 1px solid #eeeeee;
}

.btn-multiple:hover, .btn-multiple:focus, .btn-multiple-selected, .btn-multiple-selected:hover {
    color: #FFFFFF;
    background: #78B552;
    border: 0;
    border: 1px solid #D0D1D3;
    border-color: #D0D1D3;
}

/*Quotes*/

.tab-quote {
    background: #314491;
    color: #FFFFFF;
}

.header-quote {
    background: #FFFFFF;
    position: relative;
    z-index: 1;
    border-top: 0 !important;
    border-bottom: 0 !important;
    vertical-align: top !important;
}

.header-quote div {
    margin-bottom: 10px;
    padding: 8px 8px 0px 8px;
}

.header-padding {
    padding: 0 !important;
}

.quote-content-text {
    height: 60px;
    float: left;
    margin: 55px 0px 0px 0px;
    padding: 0px 10px;
    line-height: 25px;
    text-align: right;
}

.quote-title-min {
    color: #78B552;
    font-size: 22px;
    font-weight: bold;
    font-family: 'futura-book', arial, verdana;
}

.quote-title-max {
    font-size: 40px;
    font-family: 'futura-book', arial, verdana;
}

.quote-price {
    font-size: 18px;
    color: #78B552;
}

.margin-quote-panels {
    margin-top: 30px;
    font-family: 'futura-book', arial, verdana;
}

.li-insurance {
    position: relative;
}

.li-insurance img {
    max-width: 100px;

}

.table-quote {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.table-quote td, .table-quote th {
    text-align: center;
}

.quote-ven {
    color: #78B552;
    font-size: 11px;
}

.th-left-align {
    text-align: left !important;
    white-space: pre-line !important;
    min-width: 250px !important;
}

.selected-click {
    background: #F0FEFF;
}

.score-click {
    background: #AAA;
    width: 100px;
    height: 19px;
    margin: 0 auto;
    padding: 0;
    line-height: 0;
    position: relative;
}

.progress-click {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    height: 100%;
    background: #2C408E;
}

.score-click img {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.like-click {
    width: 100%;
    text-align: left;
    bottom: 0;
    right: 0;
    color: #FD9F00;
    font-size: 24px;
    height: 32px;
    padding: 5px 32px !important;
    margin-bottom: 0 !important;
    text-align: center;
    position: absolute;
    line-height: 0;
}

.like-off {
    background: url(../img/falcon-head-grey.png) no-repeat bottom center;
    background-size: 32px;
}

.like-on {
    background: url(../img/falcon-head.png) no-repeat bottom center;
    background-size: 32px;
}

.falcon-selected {
    width: 100px;
    margin: 0px 10px;
    float: left;
}

.falcon-selected-text {
    float: left;
    text-align: left;
}

.no-response {
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    color: #767779;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
}

.disable-quote {
    color: #A8ACAF;
}

/*Loaders*/

.load-box {
    position: fixed;
    background: #F2F3F5;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    top: 0;
}

.logo-load {
    width: 312px;
    height: 127px;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    top: 0;
    bottom: 0;
}

.logo-load img{
    width: 412px;
}

.message-load {
    width: 100%;
    text-align: center;
    color: #767779;
    font-size: 14px;
    margin: 10px 0px 0px 0px;
}

.loader-goo {
    z-index: 100;
}

.visual-loader {
    display: block;
}

.load-ws {
    position: fixed;
    background: #F2F3F5;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.modal-ws {
    background: #F2F3F5;
    min-width: 200px;
    max-width: 600px;
    height: 250px;
    margin: auto;
    position: fixed;
    z-index: 100;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 10px;
    border-bottom: 15px solid #78B552;
}

.load-message-ws {
    margin-top: 20px;
}

.load-ws-logo {
    width: 144px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.load-ws-logo img {
    width: 100%;
}

.loader-box {
    background: #78B552;
    width: 48px;
    height: 48px;
    float: left;
    border-radius: 100%;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
    font-size: 32px;
    margin-bottom: 6px;
}

.loader-message {
    float: right;
    text-align: center;
    height: 54px;
    line-height: 54px;
}

.loader-message-min {
    width: 100%;
    text-align: center;
    color: #2C408E;
    float: left;
}

.loader-message-min-left {
    width: 100%;
    text-align: justify;
    color: #2C408E;
    float: left;
}

.load-big-text {
    color: #78B552;
    font-size: 48px;
    font-weight: bold;
}

.load-med-text {
    color: #78B552;
    font-size: 20px;
    font-weight: bold;
}

.load-image {
    height: 100%;
    text-align: center;
}

.load-image img {
    height: 100%;
}

.ws-display {
    display: none;
}

.min-loader {
    display: none;
    width: 32px;
    height: 32px;
    font-size: 32px;
    float: left;
    line-height: 0;
    color: #AAAAAA;
}

/*Buy*/

.data-buy-content {
    margin: 30px 0px 40px 0px;
    padding: 20px;
    border: 1px solid #F2F3F5;
}

.buy-logo-insurance {
    text-align: right;
    margin: 0px 0px 20px 0px;
}

.buy-logo-insurance img {
    width: 100%;
    max-width: 300px;
}

.buy-title-detail {
    text-transform: uppercase;
    color: #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 0px 0px 5px 40px;
    position: relative;
    font-family: 'futura-book', arial, verdana;
}

.pay-title-detail {
    text-transform: uppercase;
    color: #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 0px 0px 5px 0px;
    position: relative;
}

.buy-falcon {
    background: url(../img/falcon-head-left.png) no-repeat;
    width: 32px;
    height: 28px;
    background-size: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.buy-group-list {
    color: #818181;
    margin: 20px 0px 0px 0px;
    font-family: 'futura-book', arial, verdana;
}

.buy-li-grey {
    background: #F9F9F9;
}

.buy-li-blue {
    color: #2C408E !important;
    margin-top: 30px !important;
}

.buy-group-list span {
    display: inline-block;
    min-width: 200px;
    padding: 3px 5px;
}

.buy-right {
    text-align: right;
    margin-top: 30px;
}

.buy-modal {
    position: relative;
    padding-bottom: 50px !important;
}

.buy-logo-click {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
    width: 150px;
}

.buy-logo-click img {
    width: 100%;
}

.span-terms {
    color: #337AB7;
    min-width: inherit !important;
    padding: 0 !important;
    cursor: pointer;
}

.alert-terms {
    display: none;
}

/*Mensajes*/

.data-msg-content {
    margin: 30px 0px 40px 0px;
    padding: 20px;
}

.msg-logo-insurance {
    text-align: right;
    margin: 0px 0px 20px 0px;
}

.msg-logo-insurance img {
    width: 100%;
    max-width: 300px;
}

.msg-title-detail {
    text-transform: uppercase;
    color: #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 0px 0px 5px 40px;
    position: relative;
}

.msg-falcon {
    background: url(../img/falcon-head-left.png) no-repeat;
    width: 32px;
    height: 28px;
    background-size: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.msg-span-green {
    color: #78B552;
    font-size: 32px;
    display: inline-block;
    width: 100%;
}

.msg-span-text {
    display: inline-block;
    width: 100%;
    margin: 30px 0px 0px 0px;
}

.msg-right {
    text-align: right;
}

.msg-modal {
    position: relative;
    padding-bottom: 50px !important;
}

.help-us{
    margin: 10px 0px;
    text-align: center;
    color:#314491;
    font-family: 'futura-book',Arial,Verdana;
    font-size: 16px;
}

.help-us a{
    text-decoration: none;
    color:#314491;
    text-decoration: underline;
}

/*Print*/

.buyprint {
    display: none;
}

/*Bootstrap Organization*/

.dropdown-menu > li > a {
    white-space: inherit;
    font-size: 13px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #78B552;
}

/*Profile*/

.profile-box {
    border: 4px solid #fbfbfc;
    box-shadow: inset 0 0 0 1px #e0e5e9;
    padding: 20px;
    color: #2d4050;
    overflow: hidden;
}

.profile-box ul {
    margin-top: 40px !important;
}

.profile-box li {
    border-bottom: 1px solid #EDEDED;
    overflow: hidden;
    padding: 10px 0px 5px 0px !important;
}

.profile-image-content {
    width: 100%;
    text-align: center;
}

.profile-image {
    margin: 0 auto;
    border: 4px solid #EDEDED;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    background: #78B653;
    color: #FFFFFF;
    font-size: 100px;
    text-align: center;
}

.profile-title {
    display: inline;
    text-align: left;
    float: left;
    font-weight: 300;
}

.profile-result {
    display: inline;
    text-align: right;
    float: right;
    font-weight: bold;
}

.profile-index-box {
    height: 130px;
    border: 5px solid #FFFFFF;
}

.profile-icon {
    border: 3px solid #FFFFFF;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    margin: 10px 0px;
    text-align: center;
    font-size: 60px;
    float: left;
    line-height: 100px;
}

.profile-index {
    margin: 10px 0px;
    text-align: right;
    float: right;
}

.profile-index-num {
    font-size: 40px;
    font-weight: bold;
}

.profile-index-text {
    font-size: 18px;
    font-weight: 300;
}

.profile-tab {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
    overflow: hidden;
}

.profile-data-ul li {
    padding-bottom: 5px !important;
    font-size: 13px;
}

.profile-data-title {
    font-weight: 700;
    color: #AAA;
}

.profile-data-text {
    padding-left: 24px;
}

.profile-data-title i {
    width: 24px;
    text-align: left;
}

.profile-form-group {
    margin-bottom: 10px;
    min-height: 60px;
    font-size: 13px;
    font-weight: 700;
    color: #AAA;
}

.profile-form-group .chosen-container {
    width: 90% !important;
}

.profile-form-group label {
    width: 100%;
}

.profile-li-input {
    min-height: 70px;
}

.profile-text-input {
    float: left;
    height: 28px;
    width: 90%;
    background: #F3F3F3;
    border-radius: 5px;
    border: none;
    margin-left: 5px;
    border-bottom: 2px solid #78B552;
    font-size: 13px;
}

.profile-select-input {
    float: left;
    width: 140px;
    height: 28px;
    background: #F3F3F3;
    border-radius: 5px;
    margin-left: 5px;
    border: none;
    border-bottom: 2px solid #78B552;
    font-size: 13px;
}

.profile-label {
    font-size: 13px;
    font-weight: 700;
    color: #AAA;
    margin-bottom: 4px;
    width: 100%;
}

.radio-profile {
    height: 28px;
    line-height: 16px;
    font-size: 13px;
}

.profile-user-name {
    text-align: center;
    margin: 10px 0px 10px 0px;
}

.profile-title-bold {
    display: inherit;
    font-weight: bold;
    margin-bottom: 10px;
}

.profile-subtitle {
    display: inherit;
    color: #CCCCCC;
    margin-bottom: 10px;
}

.profile-box-icon {
    text-align: center;
    margin: 0;
    height: 50px;
    padding: 5px;
}

.profile-table th {
    font-size: 13px;
    color: #999999;
}

.profile-table td {
    font-size: 13px;
    text-transform: capitalize;
    cursor: pointer;
}

.profile-separator-span {
    display: inherit;
    width: 100%;
    padding-top: 20px;
    font-size: 16px;
    border-bottom: 1px solid #CCCCCC;
    font-weight: bold;
}

.profile-login-box {
    min-height: 65px;
    text-align: center;
    font-size: 18px;
}

.section-superintendencia-h {
    display: none;
}

.tooltipster-base{
    max-width: 300px;
}

.tooltipster-base, .tooltipster-content{
    font-family: 'futura-book', arial, verdana !important;
}

.modal-click, .modal-dialog{
    font-family: 'futura-book', arial, verdana;
}

.modal-body{
    text-align: justify;
}

.btn{
    font-family: 'futura-book', arial, verdana;
}

@media (max-width: 1247px){
    /*Menu opciones */

    .ul-nav{
        margin-top: 15px !important;
    }

    .link-logo {
        display: inline-block;
        margin: 10px 0px 5px 14px;
        height: 85px;
    }

    .link-logo img, .logo-load img {
        width: 312px;
    }

    .min-size-menu {
        font-size: 12px;
    }

    .max-size-menu {
        font-size: 20px;
    }

    .dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-toggle a:hover, .dropdown-toggle a:focus {
        background: none !important;
        color: #767779 !important;
    }

    .left-text-menu {
        margin-top: 1px !important;
        border-top: 5px solid #78B552;
        border-top-left-radius: none;
    }

    .left-text-menu li {
        text-align: left !important;
    }

    .left-text-menu a {
        color: #3A3A3C !important;
        margin: 0px !important;

    }

    .center-text-menu li {
        text-align: center;
    }

    .center-text-menu a {
        line-height: 13px !important;
        color: #3A3A3C !important;
        margin: 0px 0px 0px 0px;
    }

    .center-text-menu a:hover {
        padding: 10px 5px;
    }

    .center-text-menu i {
        border-radius: 100%;
        padding: 2px;
        height: 26px;
        width: 26px;
        text-align: center;
        line-height: 20px;
    }

    .fa-green {
        border: 1px solid #78B653;
        color: #78B653;
    }

    .fa-blue {
        border: 1px solid #314491;
        color: #314491;
    }

}

@media (max-width: 991px) {

    /* Boxes */
    .title-slide {
        position: absolute;
        left: 0;
        height: 100px;
        padding: 20px 0px;
        line-height: 25px;
    }

    .min-font-slide {
        font-size: 20px;
    }

    .max-font-slide {
        font-size: 40px;
    }

    .box-content {
        margin-top: 10px;
        position: relative;
        bottom: auto;
    }

    .box-line-margin {
        margin: 40px 0px 0px 0px !important;
    }

    .section-superintendencia {
        display: none;
    }

    .section-superintendencia-h {
        display: block;
        text-align: center;
    }

    .section-superintendencia-h img {
        width: 80%;
    }

    .payu-box {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .payu-box img{
        width: 150px;
    }

}

@media (max-width: 768px) {

    .modal-ws {
        width: 100%;
    }

    .loader-box {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 20px;
        margin-bottom: 6px;
    }

    .loader-message {
        float: left;
        text-align: center;
        height: 38px;
        line-height: 38px;
        margin-left: 20px;
    }

    .load-big-text {
        color: #78B552;
        font-size: 32px;
        font-weight: bold;
    }

    .nav-text-compare {
        display: none;
    }

    .content-input-titles {
        height: 46px;
    }

    .content-min-input-titles {
        height: 76px !important;
    }

    .bg-plaque {
        background-size: 60px;
        padding: 10px 0px 0px 70px;
    }

    .bg-brand {
        background-size: 60px;
        padding: 10px 0px 0px 70px;
    }

    .bg-line {
        background-size: 60px;
        padding: 10px 0px 0px 70px;
    }

    .bg-model {
        background-size: 36px;
        padding: 10px 0px 0px 70px;
    }

    .bg-location {
        background-size: 54px;
        padding: 10px 0px 0px 70px;
    }

    .bg-alarm {
        background-size: 36px;
        padding: 10px 0px 0px 70px;
    }

    .bg-km {
        background-size: 34px;
        padding: 10px 0px 0px 70px;
    }

    .bg-gas {
        background-size: 22px;
        padding: 10px 0px 0px 70px;
    }

    .bg-accesories {
        background-size: 34px;
        padding: 10px 0px 0px 70px;
    }

    .div-span-titles-only {
        padding: 44px 0px 0px 0px;
        text-align: left;
        line-height: 15px;
    }
}

@media (max-width: 479px) {
    .modal-ws {
        width: 100%;
    }

    .link-logo img, .logo-load img {
        width: 250px;
    }

    .loader-box {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 6px;
    }

    .loader-message {
        float: left;
        text-align: center;
        height: 30px;
        line-height: 30px;
        margin-left: 20px;
    }

    .load-big-text {
        color: #78B552;
        font-size: 24px;
        font-weight: bold;
    }

    .profile-login-box {
        font-size: 14px;
    }
}
