﻿/*
    AUTHOR: AGUSTIN MERILES @agustin_meriles
    COMPANY: PINARD SOFTWARE E INNOVACIÓN
    FOR: CREDIBEL
    FILE: STYLE-XXS
*/
/* TYPEFACES */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Dosis-Bold.woff') format('woff'), url('../fonts/Dosis-Bold.ttf') format('truetype'), url('../fonts/Dosis-Bold.svg#Dosis-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Dosis-Medium.woff') format('woff'), url('../fonts/Dosis-Medium.ttf') format('truetype'), url('../fonts/Dosis-Medium.svg#Dosis-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Dosis-Regular.woff') format('woff'), url('../fonts/Dosis-Regular.ttf') format('truetype'), url('../fonts/Dosis-Regular.svg#Dosis-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dosis-Light';
    src: url('../fonts/Dosis-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Dosis-Light.woff') format('woff'), url('../fonts/Dosis-Light.ttf') format('truetype'), url('../fonts/Dosis-Light.svg#Dosis-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

* {
    font-family: Roboto, sans-serif;
}

html, body {
    font-family: Roboto, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Dosis, sans-serif;
    font-weight: 500;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a,
a:focus,
a:active,
a:hover,
a:visited {
    text-decoration: none;
}

p a,
p a:focus,
p a:active,
p a:hover,
p a:visited {
    color: #EE7A21;
}

header a,
header a:focus,
header a:active,
header a:hover,
header a:visited {
    color: #EE7A21;
}

/* HEADER */
header {
    height: 100px;
    background: #EFEFEF;
}

    header .left-section {
        float: left;
    }

    header .right-section {
        float: right;
    }

    header img.logo {
        width: 160px;
        height: 67px;
        margin-top: 17px;
        margin-left: 0;
    }

    header a.menu-button {
        display: block;
        float: right;
        height: 100px;
        width: 40px;
        line-height: 100px;
        padding-left: 40px;
        background-image: url(img/hamburguer.png);
        background-repeat: no-repeat;
        background-position: 0 center;
        color: #818181;
    }

        header a.menu-button span {
            display: none;
        }

    header a.menu-text {
        display: none;
    }

    header .social-section {
        display: none;
    }

/* FOOTER */
footer {
    background-color: #383532;
    background-image: url('img/footer-background.png');
    background-position: center;
    background-repeat: no-repeat;
    color: #F4DAC6;
    padding: 12px;
}

    footer p {
        font-size: 12pt;
        font-weight: 300;
    }

    footer a,
    footer a:visited,
    footer a:active,
    footer a:hover,
    footer a:focus {
        color: #EA7A25;
        text-decoration: underline;
    }

    footer h3 {
        color: #EA7A25;
        font-size: 22pt;
        margin-bottom: 16px;
    }

    footer .footer-icon {
        font-size: 12pt;
        display: block;
        line-height: 32px;
        padding-left: 48px;
        margin-bottom: 8px;
        background-repeat: no-repeat;
        background-position: 0 center;
    }

        footer .footer-icon.chat {
            background-image: url(img/icon-chat.png);
        }

        footer .footer-icon.whatsapp {
            background-image: url(img/icon-whatsapp-orange.png);
        }

        footer .footer-icon.mail {
            background-image: url(img/icon-mail.png);
        }

        footer .footer-icon.facebook {
            background-image: url(img/icon-facebook.png);
        }

        footer .footer-icon.instagram {
            background-image: url(img/icon-instagram.png);
        }

    footer a.button {
        background-image: url(img/chevron-right-dark-orange.png);
        background-repeat: no-repeat;
        background-position: 260px center;
        background-size: 7px 10px;
        font-size: 11pt;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        display: inline-block;
        border-radius: 2px;
        padding: 10px 24px;
        width: 280px;
        margin: 16px 0;
        font-weight: 500;
    }

        footer a.button.button-white {
            background-color: #fff;
            background-size: 7px 10px;
            color: #ED5C22;
            border: none;
            box-shadow: #666 0px 0px 5px;
        }

    footer p.address strong {
        display: block;
    }

/* NAV */
.overlay {
    background: rgba(0,0,0,0.75);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    -o-transition: all ease-in-out 250ms;
    -moz-transition: all ease-in-out 250ms;
    -webkit-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
}

body.open-nav .overlay {
    opacity: 1;
    z-index: 999;
}

nav {
    position: absolute;
    top: 0;
    right: 0px;
    margin-right: -240px;
    z-index: 0;
    opacity: 0;
    -o-transition: all ease-in-out 250ms;
    -moz-transition: all ease-in-out 250ms;
    -webkit-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
    background: rgba(255, 255, 255, 0.9);
    width: 240px;
    color: #818181;
}

body.open-nav nav {
    z-index: 9999;
    opacity: 1;
    margin-right: 0px;
}

nav a.nav-close {
    color: #818181;
    display: block;
    float: right;
    padding: 12px;
    padding-bottom: 0;
}

nav h3 {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    clear: both;
    border-bottom: 1px solid #818181;
    width: 150px;
    margin: 16px auto;
    padding: 12px 0;
}

nav ul {
    list-style: none;
    padding: 0;
    padding-bottom: 32px;
}

nav > ul > li > a {
    color: inherit;
    color: #818181;
    display: block;
    height: 32px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    -o-transition: all ease-in-out 100ms;
    -moz-transition: all ease-in-out 100ms;
    -webkit-transition: all ease-in-out 100ms;
    transition: all ease-in-out 100ms;
}

    nav > ul > li > a:hover,
    nav > ul > li > a:focus,
    nav > ul > li > a:active {
        background: #F7921E;
        color: #fff;
    }

nav li.social {
    display: none;
}

/* SLIDER */
.slider-container {
    position: relative;
}

.slider-fixed {
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -125px;
}

    .slider-fixed p {
        font-size: 12pt;
    }

.unslider {
    position: relative;
}

.slider {
    clear: both;
    width: 100%;
    overflow: hidden;
}

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

    .slider .slide {
        background-repeat: no-repeat;
        -ms-background-size: contain;
        background-size: contain;
        background-position: 50%;
        height: 100vh;
        padding: 16px;
        padding-top: 64px;
    }

.unslider h2 {
    margin-top: 0;
    font-size: 36px;
}

.unslider h3 {
    font-size: 26px;
}

.unslider p {
    color: #4D4D4D;
    font-weight: 300;
    font-size: 12pt;
}

.slider .slide ul li {
    list-style-position: inside;
}

.unslider-arrow.next,
.unslider-arrow.prev {
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: #ED5C22;
    background-position: center;
    background-size: 9px 13px;
    background-repeat: no-repeat;
    display: none;
}

.unslider-arrow.next {
    background-image: url(img/chevron-right.png);
}

.unslider-arrow.prev {
    background-image: url(img/chevron-left.png);
}

.unslider nav {
    position: absolute;
    opacity: 1;
    bottom: 0;
    top: auto;
    background: none;
    margin: 0;
    padding: 0;
}

.unslider-nav ol {
    float: right;
    margin-right: 24px;
    margin-bottom: 16px;
}

    .unslider-nav ol li {
        width: 16px;
        height: 16px;
        background: #818181;
        border-radius: 8px;
        border: none;
    }

        .unslider-nav ol li.unslider-active {
            background: #F4922B;
        }

.unslider .slide-text {
    text-align: left;
    color: #ED5C22;
}

    .unslider .slide-text.slide-text-white {
        color: #fff;
    }

.unslider .slide .slide-buttons {
    margin-top: 24px;
    text-align: left;
}

.unslider .big-button {
    background: #ea5d24;
    background-image: url(img/chevron-right-dark-orange.png);
    background-repeat: no-repeat;
    background-position: 220px center;
    background-size: 9px 13px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    padding: 12px 24px;
    width: 240px;
}


/* PARALLAX */
.parallax-wrapper {
    height: 100%;
}

.parallax-bg-img {
    position: relative;
    /*opacity: 0.65;*/
    -ms-background-attachment: fixed;
    background-attachment: fixed;
    -ms-background-position: center;
    background-position: center;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: cover;
}

.bg-img-1 {
    background-image: url('img/back-orange.jpg');
    min-height: 100%;
}

.parallax-fore {
    background: #fff;
}

.parallax-group a.button {
    background-color: #ED5C22;
    background-image: url(img/chevron-right-dark-orange.png);
    background-repeat: no-repeat;
    background-position: 260px center;
    background-size: 7px 10px;
    font-size: 14pt;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    padding: 10px 24px;
    width: 280px;
    margin: 16px 0;
    font-weight: normal;
}

    .parallax-group a.button.button-white {
        background-color: #fff;
        background-size: 7px 10px;
        color: #ED5C22;
        border: 1px solid #ED5C22;
        box-shadow: #666 0px 0px 5px;
    }

.parallax-wrapper img {
    width: 100%;
    height: 100%;
}

.parallax-wrapper .logos {
    padding: 0;
    margin: 0;
}

    .parallax-wrapper .logos img {
        width: auto;
        height: auto;
        margin-bottom: 8px;
    }

.parallax-wrapper .group2 {
    color: #fff;
    height: 90vh;
    overflow: hidden;
    text-align: center;
    font-size: 14pt;
}

    .parallax-wrapper .group2 h2 {
        font-size: 24pt;
    }

.parallax-wrapper .group3 {
    height: 75vh;
    overflow: hidden;
    text-align: center;
    font-size: 14pt;
}

    .parallax-wrapper .group3 h2 {
        font-size: 24pt;
        color: #ED5C22;
    }

    .parallax-wrapper .group3 p {
        color: #818181;
    }

    .parallax-wrapper .group3 img {
        margin-top: 10vh;
    }

.parallax-wrapper .group4 {
    color: #fff;
    height: 80vh;
    overflow: hidden;
    text-align: center;
    font-size: 14pt;
}

    .parallax-wrapper .group4 h2 {
        font-size: 24pt;
    }

.parallax-wrapper .group5 {
    height: 400px;
}

iframe.blocked {
    pointer-events: none;
}

/* SITE-PAGE */
.site-page-content h2 {
    color: #EE7A21;
    font-size: 30px;
    margin-bottom: 16px;
}

.site-page-content h3,
.site-page-content h4,
.site-page-content h5,
.site-page-content h6 {
    color: #EE7A21;
}

.site-page-content h3 {
    font-size: 22px;
}

.site-page-content h4 {
    font-size: 20px;
}

.site-page-content h5 {
    font-size: 18px;
}

.site-page-content h6 {
    font-size: 16px;
}

.site-page-content p {
    color: #4D4D4D;
    font-size: 14px;
}

.site-page-content.light-gray {
    background: #fafafa;
}

/* SITE-PAGE HEADERS */
.site-page-header {
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 110px;
}

    .site-page-header h2 {
        display: none;
    }

    .site-page-header.servicios {
        background-image: url(img/header-1-alt.jpg);
    }

    .site-page-header.nosotros {
        background-image: url(img/header-2-alt.jpg);
    }

    .site-page-header.ayuda {
        background-image: url(img/header-3-alt.jpg);
    }

    .site-page-header.sucursales {
        background-image: url(img/header-3-alt.jpg);
    }

    .site-page-header.generic {
        background-image: url(img/header-4.jpg);
        background-size: cover;
        height: 80px;
    }

        .site-page-header.generic h2 {
            font-size: 26pt;
            margin: 0;
            color: #fff;
            display: block;
            line-height: 80px;
            text-align: center;
        }

.site-page-nav {
    background: #EE7A21;
    width: 200px;
    padding: 8px;
    color: #fff;
    margin-top: 16px;
}

    .site-page-nav h4 {
        color: #fff;
        margin: 0;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .site-page-nav ul {
        margin: 0;
        padding: 0;
    }

        .site-page-nav ul li {
            display: block;
        }

            .site-page-nav ul li a {
                display: block;
                color: #fff;
                background: #F4922B;
                border-radius: 2px;
                padding: 4px 8px;
                margin-bottom: 4px;
                background-image: url(img/chevron-right.png);
                background-repeat: no-repeat;
                background-position: 95% center;
            }

.site-page-breadcrumb {
    display: none;
}

/* FIELDSET */
form {
    background: #EBEBEB;
    padding: 8px 24px;
    margin-bottom: 32px;
    margin-top: 24px;
    border-radius: 4px;
}

    form.simulador {
        background: #ffffff;
        border-radius: 2px;
        margin-bottom: 0;
        border-bottom: 2px solid #DDDAD7;
    }

        form.simulador .control-label {
            color: #4C4C4C;
            font-size: 12pt;
            text-transform: uppercase;
        }

        form.simulador span.input {
            font-weight: 300;
            color: #4C4C4C;
            font-size: 16pt;
            display: inline;
            line-height: 1.35;
            vertical-align: bottom;
        }

        form.simulador input[type=text] {
            font-weight: 300;
            font-size: 16pt;
            color: #4C4C4C;
            border: none;
            border-bottom: 1px solid #BBB;
            box-shadow: inset 0 0 0 0 #fff;
            border-radius: 0;
            margin-bottom: 16px;
        }

            form.simulador input[type=text].no-border {
                border: none;
                margin-bottom: 0;
            }

            form.simulador input[type=text].auto-width {
                display: inline-block;
                width: 200px;
            }

        form.simulador .step {
            position: relative;
        }

        form.simulador .simulation-links {
            padding-bottom: 16px;
        }

            form.simulador .simulation-links a {
                font-weight: 300;
                display: block;
                color: #03843D;
                font-size: 14pt;
                text-align: center;
                padding: 3px;
                text-decoration: underline;
            }

    form h4 {
        color: #818181;
        font-size: 12pt;
        border-bottom: 1px solid #C9C9C9;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    form.prestamo h4 {
        color: #EE7A21;
    }

    form.simulador h4 {
        color: #000;
        font-family: Roboto, sans-serif;
        font-weight: 300;
        font-size: 20pt;
        border-bottom: none;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

        form.simulador h4 .fa {
            font-size: 30pt;
            vertical-align: middle;
        }

            form.simulador h4 .fa.success {
                color: #7FB041;
            }

            form.simulador h4 .fa.error {
                color: #aa0000;
            }

    form.simulador p.message {
        font-weight: 300;
        font-size: 14pt;
    }

    .slide-buttons a.button,
    form button.button {
        background-color: #03843D;
        background-image: url(img/chevron-right-button-green.png);
        background-repeat: no-repeat;
        background-position: 100% center;
        font-size: 11pt;
        text-transform: uppercase;
        line-height: 44px;
        padding: 0 16px;
        padding-right: 56px;
        border: none;
        color: #fff;
        margin: 32px auto;
        display: block;
    }

.slide-buttons a.button {
    font-size: 13pt;
    background-color: #009b46;
    background-image: url(img/dollar-button-green.png);
}

form button.no-center {
    margin-left: 0;
    margin-right: 0;
    margin-top: 32px;
    margin-bottom: 32px;
    display: inline-block;
}

form button.left {
    margin-left: 0;
    margin-right: auto;
    margin-top: 32px;
    margin-bottom: 16px;
    display: block;
}

form ul.box-selector {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #C9C9C9;
    border-radius: 3px;
    background: #FFFFFF;
}

    form ul.box-selector::after {
        content: "";
        display: block;
        clear: both;
    }

    form ul.box-selector li {
        display: block;
        border-right: 1px solid #C9C9C9;
        width: 25%;
        float: left;
    }

        form ul.box-selector li:last-child {
            border-right: none;
        }

        form ul.box-selector li label {
            width: 100%;
            height: 100%;
            cursor: pointer;
            text-align: center;
            font-weight: normal;
            margin: 0;
            line-height: 32px;
            position: relative;
        }

            form ul.box-selector li label.checked {
                border: 1px solid #ED5C22;
            }

        form ul.box-selector li input[type=radio] {
            opacity: 0;
            width: 0;
            height: 0;
            padding: 0;
            margin: 0;
            position: absolute;
        }

form span.optional {
    font-style: italic;
    font-weight: normal;
    color: #818181;
}

p.form-comment {
    color: #818181;
}

.floating-simulator {
    display: none;
}

.login-buttons {
    margin-bottom: 32px;
}

    .login-buttons button {
        width: 100%;
        padding: 8px;
    }

        .login-buttons button:hover {
            color: #fff;
        }

        .login-buttons button span.fa {
            padding-right: 12px;
            border-right: 1px solid #aaa;
            margin-right: 4px;
        }

.btn-facebook {
    color: #fff;
    background: #3B5998;
    margin-bottom: 8px;
}

.btn-google {
    color: #fff;
    background: #DB4437;
    margin-bottom: 8px;
}

.bg-computer {
    background-image: url('img/back-computer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.explanation {
    padding: 32px;
}

    .explanation h3 {
        color: #fff;
        font-size: 22pt;
        margin-bottom: 16px;
    }

.explanation-item {
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: #EA7A24 solid 2px;
    padding: 16px 24px;
    margin-bottom: 32px;
}

    .explanation-item h4 {
        font-family: Roboto, sans-serif;
        font-weight: normal;
        font-size: 13pt;
    }

    .explanation-item p {
        color: #452A15;
    }

    .explanation-item span.index {
        display: inline-block;
        border-radius: 50%;
        background: #EA7A24;
        width: 32px;
        height: 32px;
        text-align: center;
        font-weight: 300;
        font-size: 13pt;
        color: #fff;
        line-height: 32px;
        position: absolute;
        top: 50%;
        margin-top: -16px;
        left: 0;
        margin-left: -16px;
    }

/* RANGESLIDER */
.rangeslider--horizontal {
    height: 5px;
    margin-bottom: 64px;
}

.rangeslider__handle {
    background: #e47826;
    border: none;
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    background-image: none;
    background-size: unset;
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .rangeslider__handle:after {
        display: none;
    }

input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(228, 120, 38, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(228, 120, 38, 0.9);
    box-shadow: 0 0 8px rgba(228, 120, 38, 0.9);
}

.rangeslider__fill {
    background: #BBBBBB;
    position: absolute;
}

.rangeslider__labels {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.rangeslider__labels__label {
    font-size: 12pt;
    position: relative;
    padding-top: 16px;
    color: #BBB;
}

/* WIZARD DOTS */
.wizard-dots {
    width: 200px;
    margin: 32px auto;
    position: relative;
}

    .wizard-dots .join-line {
        position: absolute;
        width: 66.66%;
        top: 50%;
        left: 16.66%;
        display: block;
        border-bottom: 1px solid #BFBFBF;
        z-index: -1;
    }

    .wizard-dots ol {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .wizard-dots ol::after {
            content: "";
            display: block;
            clear: both;
        }

        .wizard-dots ol li {
            display: block;
            float: left;
            width: 33.333%;
        }

            .wizard-dots ol li span {
                margin: 0 auto;
                background: #BFBFBF;
                display: block;
                width: 32px;
                line-height: 32px;
                font-size: 14pt;
                color: #fff;
                text-align: center;
                border-radius: 16px;
            }

            .wizard-dots ol li.active span {
                background: #7FB041;
            }

.simulador-page .wizard-dots {
    display: none;
}

#step-title .step-number {
    display: inline-block;
    border-radius: 50%;
    background: #7FB041;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 12pt;
    line-height: 32px;
    vertical-align: bottom;
}

h2#step-title {
    font-size: 26px;
    color: #929292;
}

    h2#step-title span.text {
        font-family: Dosis, sans-serif;
        font-weight: 300;
    }

h2#request-loan {
    font-size: 32px;
    color: #929292;
    margin: 24px 0 16px 0;
}

/* SUCURSALES */
.sucursal-details img {
    width: 100%;
}

form.sucursales {
    background: none;
    padding: 4px;
    margin-bottom: 32px;
    margin-top: 0;
    border-radius: 0;
    border-bottom: 1px solid #F7921E;
}

.sucursales-results h4 {
    color: #808080;
}

.sucursales-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .sucursales-results ul li {
        border-bottom: 1px solid #C9C9C9;
        padding-bottom: 8px;
        margin-bottom: 16px;
    }

        .sucursales-results ul li:last-child {
            border-bottom: none;
        }

        .sucursales-results ul li p,
        .sucursales-results ul li a {
            margin: 0;
            line-height: 24px;
        }

        .sucursales-results ul li p {
            color: #808080;
            font-weight: bold;
        }

        .sucursales-results ul li a {
            display: inline-block;
            font-size: 12pt;
            color: #E54B21;
        }

            .sucursales-results ul li a:after {
                content: '\00a0';
                background-image: url(img/chevron-right-dark-orange-solid.png);
                background-repeat: no-repeat;
                background-position: center;
                width: 16px;
                height: 100%;
                display: inline-block;
            }

/* EXPANDERS */
.expanders {
    border: 1px #C9C9C9 solid;
    border-top: none;
}

a.expander-button {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #EBEBEB;
    color: #818181;
    padding-left: 20px;
    font-size: 11pt;
    border-top: 1px #C9C9C9 solid;
}

.expander.active a.expander-button {
    border-bottom: 1px solid #EB4523;
}

a.expander-button span.icon {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    border-left: 1px #C9C9C9 solid;
    background-image: url(img/chevron-up-gray.png);
    background-repeat: no-repeat;
    background-position: center;
}

.expanders .collapsable {
    display: none;
    color: #818181;
    padding: 16px;
}

    .expanders .collapsable ul {
        margin: 0;
        padding-left: 24px;
        list-style: none;
    }

        .expanders .collapsable ul li {
            margin-bottom: 8px;
        }

            .expanders .collapsable ul li:before {
                content: "\2713\0020";
                font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
                color: #F7921E;
            }

.expander.active a.expander-button span.icon {
    background-image: url(img/chevron-down-gray.png);
}

.form-control.input-validation-error {
    border: 1px solid red;
}

.help-block.field-validation-error {
    color: red;
}

.parallax__layer h2 {
    font-size: 28pt;
    margin-bottom: 16px;
}

.parallax__layer p {
    font-size: 15pt;
}

.form-loading-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 9999999;
    text-align: center;
}

    .form-loading-overlay .fa {
        color: #EB4523;
        margin-top: 50%;
    }

.slide-buttons {
    position: fixed;
    bottom: -16px;
    right: 0;
    z-index: 10000;
}