@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,500,700");


/* Table of contents
------------------------------------------
- Normalize
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Utilities
- Header
- Media Queries
*/


/* Normalize.css v3.0.2
------------------------------------------ */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

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

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

.container:after,
.container:before,
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.container:after,
.row:after,
.clearfix:after {
    clear: both;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {

    .col-md-1,
    .col-md-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 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-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 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Base Styles
------------------------------------------ */

body {
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #151515;
    text-align: left;
    background-color: #fff;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    vertical-align: middle;
}

section {
    padding: 80px 0;
}



.hero-with-header {
    padding-top: 80px;
}

section.hero-with-header {
    padding-top: 160px;

}

/* Typography
------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito Sans", sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.25;
    font-weight: 300;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 33px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}


p {
    margin-top: 0;
    margin-bottom: 10px;
    color: #999;
}

.lead {
    font-size: 18px;
    font-weight: 300;
}

/* Links
------------------------------------------ */
a {
    color: #1EAEDB;
    text-decoration: none;
}

a:hover {
    color: #0FA0CE;
}


/* Buttons
------------------------------------------ */
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-rounded {
    border-radius: 160px;
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

.btn.btn-primary {}

.btn.btn-primary:hover,
.btn.btn-primary:focus {}


/* Forms
------------------------------------------ */
#form-ajax{
    margin-top:30px;
}

form .row {
    margin-left: -8px;
    margin-right: -8px;
}

form .row>* {
    padding-right: 8px;
    padding-left: 8px;
}

.form-group {
    margin-bottom: 16px;
}

.form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 9px 16px;
    font-size: 16px;
    line-height: 1.5;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5dae2;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 12px;
}

textarea.form-control {
    height: auto;
}

.form-control:focus {
    box-shadow: 0 0 25px rgba(55, 125, 255, 0.1);
    border-color: rgba(55, 125, 255, 0.5);
    color: #1e2022;
    background-color: #fff;
    outline: 0;
}

.color-danger {
    color: red;
}

.form-control.is-invalid {
    border: 1px solid #dc3545;
}

.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 4px rgba(220, 53, 69, .25);
}

.form-check {
    display: block;
    min-height: 24px;
    padding-left: 24px;
}

.form-check .form-check-input {
    float: left;
    margin-left: -24px;
}

.form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input[type=checkbox] {
    border-radius: 4px;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: 0.5;
}

.form-check-input.is-invalid {
    border-color: #dc3545;
}

.form-check-input.is-invalid:checked {
    background-color: #dc3545;
}

.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}

.btn-loading {
    position: relative;
    color: transparent !important;
    text-shadow: none !important;
    pointer-events: none;
}

.btn-loading:after {
    content: "";
    display: inline-block;
    vertical-align: text-bottom;
    border: 1px solid currentColor;
    border-right-color: transparent;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    left: 50%;
    top: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

form .btn {
    border-radius: 4px;
    padding: 10px 25px;
    background: #151515;
    border-color: #151515;
    color: #FFF;
}

form .honey {
    position: absolute;
    left: -9999px;
}

.formulario-clausura {
    font-size: 10px;
    line-height: 1.2;
    text-align: justify
}

@media (min-width:768px) {

    .form-footer {
        display: table;
        width: 100%
    }

    .form-footer .form-footer-btn,
    .form-footer .form-footer-clausura {
        display: table-cell;
        vertical-align: top;
    }

    .form-footer .form-footer-clausura {
        padding-left: 30px;
    }

}

@media (max-width:767px) {
    .form-footer .form-footer-clausura {
        margin-top: 15px;
        margin-bottom: 30px;
    }
}

/* Utilities
------------------------------------------ */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

/* Header
------------------------------------------ */

.header {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    background: #FFF;
}

.header.headroom--unpinned,
.header.headroom--not-top:not(.headroom--pinned) {
    -webkit-transform: translate(0, -105%);
    -moz-transform: translate(0, -105%);
    transform: translate(0, -105%);
}

.header.headroom--not-top.headroom--pinned {
    background: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.header .navbar-brand .logo-dark,
.header.header-dark .navbar-brand .logo-light,
.header.header-dark.headroom--not-top.headroom--pinned .navbar-brand .logo-dark {
    display: none
}

.header.header-dark .navbar-brand .logo-dark,
.header.header-dark.headroom--not-top.headroom--pinned .navbar-brand .logo-light {
    display: block;
}

.header.header-dark {
    border-color: rgba(0, 0, 0, 0.1);
    background: transparent;
}

.header.header-dark.headroom--not-top.headroom--pinned {
    border-color: #e5e5e5;
}

.header.header-dark .navbar-nav li a {
    color: #FFF;
}

.header.header-dark.headroom--not-top.headroom--pinned .navbar-nav li a {
    color: rgba(0, 0, 0, 0.5);
}

.header .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
    float: left;
    font-weight: bold;
    padding: 9px 0;
}

.header .navbar-brand img {
    margin-top: 14px;
    margin-bottom: 14px;
}

.header .navbar-collapse {
    float: right;
}

.header .navbar-nav {
    list-style: none;
    padding: 0;
    margin: 21px 0;
    float: left;
}

.header .navbar-nav li {
    float: left;
}

.header .navbar-nav li+li {
    margin-left: 16px;
}

.header .navbar-nav li a {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    padding: 7px 8px;
    font-size: 14px;
}


.header .navbar-btn {
    float: right;
    padding: 8px 20px 8px 48px;
    font-size: 15px;
    margin-top: 19px;
    margin-left: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    border: 1px solid #5f5f5f;
    color: #151515;
    border-radius: 160px;
    position: relative;
    letter-spacing: -0.1px;
}
.header .navbar-btn i{
    color:#949494;
    margin-right: 8px;
    line-height: 22px;
    font-size: 18px;
    position: absolute;
    left: 20px;
}
.header.header-dark .navbar-btn {
    border: 1px solid #FFF;
    background: #FFF;
}

.header.header-dark.headroom--not-top.headroom--pinned .navbar-btn {
    border: 1px solid #5f5f5f;
}

.header .navbar-icon-btn {
    float: left;
    background: transparent;
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    font-size: 28px;
    margin-top: 19px;
    margin-left: 19px;
    color: #5f5f5f;
}

.header.header-dark .navbar-icon-btn {
    color: #FFF;
}

.header.header-dark.headroom--not-top.headroom--pinned .navbar-icon-btn {
    color: #5f5f5f;
}

.visible-nav-mobile,
.navbar-toggle {
    display: none;
}

@media (max-width:991px) {
    .navbar-collapse {
        display: none;
    }

    .header .navbar-toggle {
        display: block;
        float: right;
    }

    .visible-nav-mobile {
        display: block;
    }
}



/* Footer
------------------------------------------ */

/* LOGOS */
.partners .owl-wrapper {
    display: table !important;
}

.partners .owl-item {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.partners .owl-item>div {
    text-align: center;
}

.partners {
    border-top: 1px solid #e5e5e5;
    padding: 50px 0
}

.partners .owl-stage-outer .owl-stage .owl-item {
    text-align: center;
}

.partners .owl-stage-outer .owl-stage .owl-item img {
    display: inline-block;
    width: initial;
    max-width: 60%;
}

.footer-form {
    background: #f5f5f5;
}

.footer-form.bg-white{
    background:#FFF;
}
.footer-form h3 {
    color: #1e2022;
    font-size: 20px;
    font-weight: 500;
}

.footer-form .info {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.footer-form .info li {
    position:relative;
    padding-left: 46px;
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1.2;
}

.footer-form .info li i {
    margin-right: 13px;
    font-size: 15px;
    position:absolute;
    left:0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    color: #24292e;
    background: rgba(36, 41, 46, 0.1);
}

.footer-form .info li small{
    display:block;
    font-size: 12px;
    color: #5f5f5f;
    margin-bottom: 5px;
}
.footer-form .socials {
    list-style: none;
    padding: 0;
    margin: 25px -5px 0;
}

.footer-form .socials li {
    float: left;
    margin: 5px;
}

.footer-form .socials li a {
    text-align: center;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    color: #24292e;
    background: rgba(36, 41, 46, 0.1);
    border-radius: 4px;
    font-size: 16px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.footer-form .socials li a:before {
    line-height: inherit;
}

.footer-form .socials li a:hover {
    background: #24292e;
    color: #FFF;
    box-shadow: 0 4px 17px rgba(36, 41, 46, 0.35);
}

footer {
    background-color: #151515;
}

.footer-top {
    padding-top: 50px;
    padding-bottom: 25px;
}

.footer-top .lead {
    color: rgba(255, 255, 255, 0.75);
    margin-top: 10px;
}

.footer-top-about {
    font-size: 15px;
    font-weight: 300;
}

.footer-top .logo {
    margin-bottom: 25px
}

.footer-info {
    text-align: right
}

.footer-info p {
    font-weight: 300;
    margin-bottom: 4px;
    font-size: 15px;
}

.footer-bottom .poblaciones {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #2d2d2d;
    border-top: 1px solid #2d2d2d;
}

.footer-bottom .poblaciones>li {
    position: relative;
}

.footer-bottom .poblaciones>li>a {
    color: rgba(255, 255, 255, 0.75);
    padding: 17px 0;
    display: block;
    line-height: 1;
    font-size: 13px;
    position: relative;
}

.footer-bottom .poblaciones ul {
    position: absolute;
    z-index: 99;
    box-shadow: 0 4px 15px rgba(100, 111, 121, 0.1);
    background-color: #fff;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    bottom: 100%;
    opacity: 0;
    padding: 40px 32px;
    min-width: 430px;
    visibility: hidden;
    list-style: none;
}

.footer-bottom .poblaciones ul li {
    width: 50%;
    float: left;
}

.footer-bottom .poblaciones ul li a {
    color: #5f5f5f;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    padding-right: 15px;
    padding-bottom: 4px;
}

.footer-bottom .poblaciones>li:hover>ul {
    opacity: 1;
    visibility: visible;
}


.footer-legal {
    padding: 25px 0 50px;
    font-size: 12px;
}


.footer-legal p {
    color: #777;
}

.footer-legal p:last-child {
    margin-bottom: 0;
}

.footer-copyright {
    background: #0e0e0e;
    padding: 25px 0;
    color: #a5a5a5;
    font-size: 13px;
}

.footer-copyright a {
    color: inherit;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
    color: #FFF;
}

.footer-copyright .footer-bottom-nav {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-copyright .footer-bottom-nav li {
    display: inline-block;
    margin-right: 15px
}

.footer-copyright .footer-bottom-nav li:last-child {
    margin-right: 0;
}

.footer-copyright .firma {
    float: right;
    color: #777;
}

@media (min-width:992px) {

    .footer-bottom .poblaciones>li {
        display: inline-block;
    }

    .footer-bottom .poblaciones>li+li {
        margin-left: 30px;
    }

    .footer-bottom .poblaciones .servicio {
        position: relative;
        padding-right: 20px;
    }

    .footer-bottom .poblaciones .servicio:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-top: 1px solid #b5b5b5;
        border-right: 1px solid #b5b5b5;
        transform: rotate(45deg);
        position: absolute;
        right: -10px;
        top: 50%;
        margin-top: -4px;
    }

    .poblaciones-collapse-title {
        display: none;
    }

    .footer-bottom .poblaciones .icon {
        display: none;
    }
}

@media (max-width:991px) {
    .poblaciones-collapse-title {
        color: rgba(255, 255, 255, 0.75);
        padding: 16px 0;
        display: block;
        line-height: 1;
        font-size: 15px;
        font-weight: 400;
        border-top: 1px solid #2d2d2d;
        border-bottom: 1px solid #2d2d2d;
        margin-bottom: -1px;
    }

    .poblaciones-collapse-title:hover,
    .poblaciones-collapse-title:focus {
        color: #FFF;
    }

    .poblaciones-collapse-title.open i,
    .footer-bottom .poblaciones .open>a>.icon {
        transform: rotate(-180deg);
    }

    .poblaciones-collapse-title i {
        float: right;
        transition: all .2s;
        width: 47px;
        text-align: center;
    }

    .poblaciones-collapse {
        display: none;
    }

    .footer-bottom .poblaciones .icon {
        position: absolute;
        right: 0;
        top: 0;
        width: 47px;
        height: 47px;
        line-height: 47px;
        text-align: center;
        transition: all .2s;
    }

    .footer-bottom .poblaciones ul {
        position: static;
        min-width: auto;
        visibility: visible;
        opacity: 1;
        border-radius: 4px;
        padding: 25px;
        display: none;
    }

    .footer-bottom .poblaciones ul:after,
    .footer-bottom .poblaciones ul::before {
        content: '';
        display: table;
    }

    .footer-bottom .poblaciones ul::after {
        clear: both;
    }

    .footer-bottom .poblaciones,
    .footer-bottom .footer-bottom-nav {
        text-align: left;
        float: none;
    }

    .footer-info {
        text-align: left;
        margin-top: 30px;
    }

    .footer-form .socials {
        margin-bottom: 25px;
    }

    .footer-copyright .footer-bottom-nav,
    .footer-copyright .firma {
        float: none;
    }

    .footer-copyright .firma {
        margin-top: 15px;
        display: block;
    }

    .footer-copyright {
        text-align: center;
    }


}

/* Sidebar
------------------------------------------ */
.u-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 55555;
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: -0.5rem 0 1.125rem rgba(21, 27, 38, 0.07);
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.u-sidebar.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.u-sidebar__scroller {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.u-sidebar__container {
    position: relative;
    height: 100%;
    min-height: 100%;
}

.u-sidebar__header {
    border-bottom: 1px solid #e3e6f0;
    padding: 23px;
}

.u-sidebar__close {
    color: #646f79;
    border: 0;
    margin: 0;
    background: transparent;
    float: right;
    font-size: 25px;
    line-height: 1;
    padding: 0;
    height: 31px;
}

.u-sidebar__content {
    padding: 32px 0
}

.u-sidebar__content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.u-sidebar__content ul li a {
    padding: 5px 23px;
    display: block;
    color: #828282;
    transition: all .2s;
    font-size: 14px;
}

.u-sidebar__content ul li a:hover {
    color: #151515;
}

.u-sidebar__content .u-sidebar__label {
    padding: 7px 23px;
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    color: #b3b3b3;
}

@media (max-width:768px) {
    .u-sidebar {
        width: 100%;
    }
}

/* Hoja de Poblaciones
------------------------------------------ */

.municipio-banner {
    position: relative;
}

.municipio-banner img {
    width: 100%;
}

.municipio-banner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4);
}

.municipio-content {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.municipio-content .subtitulo {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

.municipio-content .titulo {
    font-size: 60px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    line-height: 1.25;
    color: #FFF;
    margin-bottom: 30px;
}

.ofertas-grid {
    padding: 1px 1px 0 0;
    margin-left: 0;
    margin-right: 0;
}

.ofertas-grid>* {
    padding: 0;
}

.ofertas .ofertas-grid {
    float: left;
    width: 100%;
    margin-top: -64px;
    box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175) !important;
    border-radius: 4px;
    overflow: hidden;
    background: #FFF;
    z-index: 1;
    position: relative;
}

.ofertas .oferta {
    background: #FFF;
}

.ofertas .col+.col {
    border-left: 1px solid #e5e5e5;
}

.oferta-header {
    padding: 25px 40px;
    position: relative;
}

.oferta-header .oferta-tipo {
    font-size: 21px;
    margin-bottom: 0;
    color: #212529;
}

.oferta-header .oferta-desc {
    color: #646f79;
    margin-bottom: 9px;
    font-size: 14px;
}

.oferta-header .oferta-price {
    color: #151b26;
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 42px;
}

.oferta-header .oferta-price sup {
    font-size: 21px;
}

.oferta-header .oferta-detalles {
    float: right;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

.oferta-header .oferta-detalles:before {
    content: '+';
    margin-right: 4px;
}

.ofertas-grid.open .oferta-header .oferta-detalles:before {
    content: '-';
}

.oferta-solicitar {
    padding: 0;
    border-top: 1px solid #e5e5e5;
}

.oferta-solicitar a {
    display: block;
    padding: 20px 40px;
    color: #151b26;
    line-height: 24px;
    transition: all .2s;
}

.oferta-solicitar a:hover {
    background: #f9f9f9;
}

.oferta-solicitar a i {
    float: right;
    font-size: 20px;
}

.oferta-contenido {
    display: none;
    padding: 25px 40px;
    background: #f9f9f9;
}

.ofertas-grid.open .oferta-contenido {
    display: block;
}

.oferta-contenido ul {
    list-style-type: circle;
    padding: 0;
    margin: 0;
    padding-left: 18px;
}

.oferta-contenido ul li {
    font-size: 15px;
    color: #676767;
    padding: 5px 0;
}

.oferta-asterisco {
    color: #888888;
    font-size: 12px;
    margin: 20px 0;
    float: left;
    width: 100%;
    text-align: center;
}

@media (max-width:991px) {
    .ofertas .oferta {
        padding: 25px;
    }

    .ofertas .col+.col {
        border-top: 1px solid #e5e5e5;
        border-left: 0;
    }

    .oferta-header .oferta-detalles {
        display: none
    }

    .oferta-header {
        padding: 0;
        padding-right: 115px;
    }

    .oferta-solicitar {
        border: 0;
    }

    .oferta-solicitar a {
        padding: 0;
        display: inline-block;
        font-size: 12px;
    }

    .oferta-solicitar a i {
        margin-left: 8px;
    }

    .oferta-header .oferta-price {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 28px;
    }

    .oferta-header .oferta-tipo {
        font-size: 19px;
    }

    .oferta-header .oferta-desc {
        font-size: 12px;
    }
}

/* Blog
------------------------------------------ */
.articles-hero {
    margin-bottom: 24px;
}

.intro-bottom {
    margin-top: 80px;
}

.article-hero {
    background-color: #e7eaf3;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
    -moz-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
    height: 250px;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.article-hero.first {
    height: 524px;
}

.article-hero .article-hero-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(30, 32, 34, 1) 0%, rgba(30, 32, 34, 0) 100%);
    padding: 48px 20px 20px 20px;
}

.article-hero .article-hero-body h3 {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
}

.article-hero .article-hero-body h3 a {
    color: inherit;
}

.article-hero .article-hero-body small {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

article {
    margin-bottom: 30px;
}

article img {
    margin-bottom: 24px;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

article h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 8px;
}

article h3 a {
    color: #343a40;
}

article small {
    color: #6c757d;
    font-size: 13px;
    margin-bottom: 4px;
    display: block;
}

article p {
    color: #414141;
    line-height: 1.7;
}

.articulo-contenido img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.articulo-contenido {
    color: #414141;
    line-height: 1.7;
}

.blog-content {
    padding-right: 50px;
}

.sidebar-blog .widget {
    margin-bottom: 40px;
}

.sidebar-blog h5 {
    font-weight: bold;
    font-size: 21px;
}

.tag-cloud {
    margin: 0 -4px
}

.tag-cloud a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    float: left;
    display: block;
    margin: 4px;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 160px;
    background: #f3f3f3;
    color: #989898;
}

.tag-cloud a:hover {
    background: #24292e;
    color: #fff;
    box-shadow: 0 4px 17px rgba(36, 41, 46, 0.35);

}

.list-categories {
    list-style: none;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    font-size: 13px;
}

.list-categories li {}

.list-categories li+li {
    border-top: 1px solid #e5e5e5;
}

.list-categories li a {
    display: block;
    color: #414141;
    padding: 10px 0;
    line-height: 30px;
}

.list-categories li a .badge {
    float: right;
    padding: 3px 7px;
    background: #e5e5e5;
    border-radius: 4px;
    line-height: 24px;
}

/* CONTACTO */
#map {
    height: 530px;
}

/* Servicios */


.servicios {
    background: whitesmoke;
}

.servicios .row {
    font-size: 0;
}

.servicios .col-sm-6 {
    display: inline-block;
    float: none;
    vertical-align: top;
    font-size: 16px;
}

.template-home .servicios,
.template-poblaciones-municipio .servicios {
    margin-top: 0;
}

.servicios .servicio-item {
    margin-bottom: 30px;
    background: #FFF;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    transition: box-shadow .2s cubic-bezier(.165, .84, .44, 1);
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.servicios .servicio-item:hover {
    -webkit-box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 3;
}

.servicios .servicio-item .image {
    overflow: hidden;
    position: relative;
}


.servicios .servicio-item .image img {
    max-width: 100%;
    height: auto;
}

.servicios .servicio-item .precio {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #FFF;
    width: 80px;
    text-align: center;
    border-radius: 4px;
    display: table;
    padding: 5px 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.servicios .servicio-item .precio .inner {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

.servicios .servicio-item .precio .desde {
    display: block;
    font-size: 13px;
}

.servicios .servicio-item .precio .amount {
    font-weight: 600;
}

.servicios .servicio-item .precio .txt {
    font-size: 11px;
}

.servicios .servicio-item .alt {
    font-size: 11px;
    color: #555;
    margin-bottom: 0;
    background: #f3f3f3;
    display: inline-block;
    color: #989898;
    padding: 3px 8px;
    border-radius: 4px;
}

.servicios .servicio-item .contenido {
    padding: 24px;
}

.servicios .servicio-item .contenido small {
    color: #6c757d;
    font-size: 13px;
    margin-bottom: 8px;
    display: block;
}

.servicios .servicio-item .contenido h2 {
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 7px;
}

.servicios .servicio-item .botton {
    border-top: 1px solid #efefee;
    display: none;
}

.servicios .servicio-item .botton .more {
    width: 56px;
    height: 56px;
    transition: color .4s cubic-bezier(.165, .84, .44, 1);
    color: #263238;
    float: right;
    text-align: center;
    line-height: 56px;
    font-size: 41px;
}

.servicios .servicio-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Proyectos */
.proyecto-item .image {
    border-radius: 4px;
    overflow: hidden;
    display: block;
    position: relative;
}

.proyecto-item .image .alt {
    color: #ffffff;
    font-size: 13px;
    line-height: 19px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(30, 32, 34, 1) 0%, rgba(30, 32, 34, 0) 100%);
    padding: 25px 24px 8px;
}

.proyecto-item .image img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}

.proyecto-item .image:hover img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

.proyecto-item .contenido {
    padding: 24px;
}

.proyecto-item .contenido h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 8px;
}

.proyecto-item .contenido h3 a {
    color: #343a40;
}

.proyecto-item .contenido small {
    color: #6c757d;
    font-size: 13px;
    margin-bottom: 4px;
    display: block;
}

.position-fixed {
    position: fixed;
}

.position-relative {
    position: relative;
}

.proyecto-images {
    list-style: none;
    padding: 0;
    margin: 0;
}

.proyecto-images li .caption {
    text-align: center;
    margin: 0;
    margin-top: 7px;
    font-size: 13px;
    color: #737373;
}

.proyecto-images li+li {
    margin-top: 30px
}

.proyecto-images li img {
    width: 100%;
    height: auto;
}

.proyecto-contenido {
    padding-left: 24px;
}

.proyecto-contenido .share {
    border-top: 1px solid #e3e6f0;
    margin-top: 30px;
    padding-top: 30px;
}

.proyecto-contenido .share span {
    font-weight: 500;
    padding-right: 15px;
}

.proyecto-contenido .share ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: -5px 10px;
}

.proyecto-contenido .share li {
    display: inline-block;
    margin: 5px;
}

.proyecto-contenido .share li a {
    text-align: center;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    color: #24292e;
    background: #e9e9ea;
    border-radius: 4px;
    font-size: 16px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.proyecto-contenido .share li a:hover {
    background: #24292e;
    color: #FFF;
    box-shadow: 0 4px 17px rgba(36, 41, 46, 0.35);
}

.proyecto-pagination {
    margin-top: 90px;
}

.proyecto-pagination .item {
    width: 33.333333%;
    float: left;
    text-align: center;
    color: #24292e;
    line-height: 25px
}

.proyecto-pagination .item.disabled {
    color: #64686d;
}

.proyecto-pagination .item i {
    font-size: 25px
}

/* HOME */
.eligen {
    background-image: url(/assets/images/coworking-1.jpg);
    background-size: cover;
    background-position: center;
    text-align: right;
    position: relative;
    background-attachment: fixed;
    padding: 120px 0;
}

.eligen:before {
    content: '';
    opacity: 0.5;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.eligen .inner {
    color: #FFF;
    max-width: 760px;
    position: relative;
    float: right;
}

.eligen h2 {
    font-weight: bold;
    text-transform: uppercase;
}

.eligen p {
    color: #ffffff;
}

.eligen .info {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

.eligen .info li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}

.eligen .info li+li {
    margin-left: 25px;
}

.eligen .info .value {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1;
    color: white;
    font-weight: 600;
}


/* Slider
------------------------------------------ */
.main-slider,.secondary-slider{
    position: relative;
}
.main-slider .slider-item,
.secondary-slider .slider-item {
    position: relative;
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.secondary-slider .slider-item {
    height: 60vh;
}

.main-slider .slider-item:before,
.secondary-slider .slider-item:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.main-slider .slider-text,
.secondary-slider h1{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    transform: translateY(-50%);
}
.main-slider .slider-text .title,
.secondary-slider h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 300;
}

.main-slider .slider-text .title>* {
    color: inherit;
    margin: 0;
}
.main-slider .slider-text .text p{
    color: #fff;
}

.secondary-slider h1 {
    font-weight: 400;
}

.main-slider .flickity-page-dots,
.secondary-slider .flickity-page-dots{
    bottom: 80px;
}

.main-slider .flickity-page-dots .dot,
.secondary-slider .flickity-page-dots .dot{
    background-color:#FFF;
    border-radius: 0;
    margin: 0 4px;
    height: 3px;
    width: 61px;
    opacity: .5;
}
.main-slider .flickity-page-dots .dot.is-selected,
.secondary-slider .flickity-page-dots .dot.is-selected{
    opacity:1;
}

.main-slider .flickity-button,
.secondary-slider .flickity-button{

    background: transparent;
    color: #fff;
}

@media (max-width:991px) {

    .main-slider .slider-item,
    .secondary-slider .slider-item {
        height: 500px;
    }

    .main-slider .slider-text .title,
    .secondary-slider h1 {
        font-size: 40px;
        padding: 0 30px;
    }
}

@media (max-width:767px) {

    .main-slider .slider-item,
    .secondary-slider .slider-item {
        height: 400px;
    }

    .main-slider .slider-text .title,
    .secondary-slider h1 {
        font-size: 28px;
    }

    .main-slider .flickity-button,
    .secondary-slider .flickity-button{
        display: none;
    }
}

/**
 * Pause/play button
 */
.jquery-background-video-pauseplay {
    position: absolute;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    padding: 0 !important;
    cursor: pointer;
    outline: none !important;
}

.jquery-background-video-pauseplay span {
    display: none;
}

.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.jquery-background-video-pauseplay.play:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #FFF;
}

.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
    border-top: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
    border-left: 5px solid #FFF;
}

.jquery-background-video-pauseplay.pause:after {
    left: 10px;
}

.pop-contact {
    position: fixed;
    right: 0;
    bottom: 40px;
    z-index: 5555555;
}

.pop-contact a {
    width: 50px;
    height: 50px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #0ad460;
    color: #FFF;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    margin-top: 10px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    -webkit-transition: box-shadow .15s linear;
    transition: box-shadow .15s linear;
    position:relative;
}

.pop-contact a:hover {
    box-shadow: 0 5px 24px rgba(0, 0, 0, .3);
}

.pop-contact a.tel,
.pop-contact a.tel .tooltip {
    background: #2196F3;
}

.pop-contact a.tel .tooltip:before{
    border-left-color: #2196F3;
}
.pop-contact a .tooltip{
    position:absolute;
    right:100%;
    background: #0ad460;
    padding:10px;
    width:200px;
    font-size:16px;
    line-height: 1.4;
    margin-right: 16px;
    border-radius: 4px;
    top: 50%;
    transform: translate3d(-20px,-50%,0);
    opacity:0;
    visibility:hidden;
    transition:all .2s;
}
.pop-contact a:hover .tooltip{
    opacity:1;
    visibility:visible;
    transform: translate3d(0,-50%,0);
}
.pop-contact a .tooltip:before{
    content:'';
    position:absolute;
    right:-20px;
    border:10px solid;
    border-color:transparent;
    border-left-color:#0ad460;
    top:50%;
    margin-top:-10px;
}
.pop-contact a .tooltip small{
    display:block;
}

.cookies {
    padding: 30px;
    bottom: 30px;
    left: 30px;
    background: #fff;
    position: fixed;
    width: 315px;
    max-width: 100%;
    border-radius: 3px;
    color: #5e5e5e;
    font-size: 12px;
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    z-index: 55;
}

.cookies button {
    background: #b6b6b6;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    align-items: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 0 25px;
    max-width: 100%;
    color: #fff;
    border: 0;
    width: 100%;
    cursor: pointer;
}

@media (max-width:767px) {

    .cookies {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 20px;
    }

    .cookies button {}
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.col-top {
    font-size: 0;
}

.col-top>.col {
    vertical-align: top;
    display: inline-block;
    font-size: 16px;
}



.autocomplete {
    position: relative;
}

.autocomplete-items {
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    background: #FFF;
    border: 1px solid #d4d4d4;
    z-index: 99;
    max-height: 500px;
    overflow: auto;
}

.autocomplete-items div {
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
}
.autocomplete-items div + div{
    border-top: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-items .autocomplete-active {
    background-color: DodgerBlue;
    color: #ffffff;
}