html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
}



.navbar {
    border-radius: 0 !important;
}

.btn {
    margin-bottom: 0.5rem;
}

.btn+.btn {
    margin-left: 1rem;
}

@media (max-width: 767px) {
    .btn {
        white-space: normal;
    }

    .btn+.btn {
        margin-left: 0;
    }
}

.bg-primary {
    background-color: #c0a375 !important;
}

.bg-success {
    background-color: #90a878 !important;
}

.bg-info {
    background-color: #7e9b9f !important;
}

.bg-warning {
    background-color: #f3c649 !important;
}

.bg-danger {
    background-color: #f28281 !important;
}

.bg-none {
    background: none !important;
}

.btn {
    font-family: 'BBVABENTONSANS-BOOK';
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0.75rem 2.1875rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-sm {
    padding: 0.625rem 2.1874rem;
    font-size: 0.9687rem;
    line-height: 1.5;
    border-radius: 3px;
    font-family: 'BBVABENTONSANS-BOOK';
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0px;
}

.btn-lg {
    padding: 0.75rem 2.1874rem;
    font-size: 0.9687rem;
    line-height: 1.33333;
    border-radius: 3px;
}

.btn-xlg {
    padding: 0.75rem 2.1874rem;
    font-size: 1.1875rem;
    line-height: 1.33333;
    border-radius: 3px;
}

.btn-primary {
    background-color: #c0a375;
    border-color: #c0a375;
    box-shadow: none;
    color: #fff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #a07e49;
    border-color: #a07e49;
    box-shadow: none;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #a07e49;
    border-color: #a07e49;
}

.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: #a07e49;
    border-color: #a07e49;
    background-image: none;
    box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff !important;
    background-color: #a07e49 !important;
    border-color: #a07e49 !important;
    opacity: 0.85;
}

.btn-secondary {
    background-color: #bfcecb;
    border-color: #bfcecb;
    box-shadow: none;
    color: #fff;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #94ada8;
    border-color: #94ada8;
    box-shadow: none;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #94ada8;
    border-color: #94ada8;
}

.btn-secondary:active,
.btn-secondary.active {
    color: #fff;
    background-color: #94ada8;
    border-color: #94ada8;
    background-image: none;
    box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff !important;
    background-color: #94ada8 !important;
    border-color: #94ada8 !important;
    opacity: 0.85;
}

.btn-info {
    background-color: #7e9b9f;
    border-color: #7e9b9f;
    box-shadow: none;
    color: #fff;
}

.btn-info:hover {
    color: #fff;
    background-color: #597478;
    border-color: #597478;
    box-shadow: none;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #597478;
    border-color: #597478;
}

.btn-info:active,
.btn-info.active {
    color: #fff;
    background-color: #597478;
    border-color: #597478;
    background-image: none;
    box-shadow: none;
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff !important;
    background-color: #597478 !important;
    border-color: #597478 !important;
    opacity: 0.85;
}

.btn-success {
    background-color: #90a878;
    border-color: #90a878;
    box-shadow: none;
    color: #fff;
}

.btn-success:hover {
    color: #fff;
    background-color: #6a8153;
    border-color: #6a8153;
    box-shadow: none;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #6a8153;
    border-color: #6a8153;
}

.btn-success:active,
.btn-success.active {
    color: #fff;
    background-color: #6a8153;
    border-color: #6a8153;
    background-image: none;
    box-shadow: none;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff !important;
    background-color: #6a8153 !important;
    border-color: #6a8153 !important;
    opacity: 0.85;
}

.btn-warning {
    background-color: #f3c649;
    border-color: #f3c649;
    box-shadow: none;
    color: #fff;
}

.btn-warning:hover {
    color: #fff;
    background-color: #e1a90f;
    border-color: #e1a90f;
    box-shadow: none;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #e1a90f;
    border-color: #e1a90f;
}

.btn-warning:active,
.btn-warning.active {
    color: #fff;
    background-color: #e1a90f;
    border-color: #e1a90f;
    background-image: none;
    box-shadow: none;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff !important;
    background-color: #e1a90f !important;
    border-color: #e1a90f !important;
    opacity: 0.85;
}

.btn-danger {
    background-color: #f28281;
    border-color: #f28281;
    box-shadow: none;
    color: #fff;
}

.btn-danger:hover {
    color: #fff;
    background-color: #eb3d3c;
    border-color: #eb3d3c;
    box-shadow: none;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #eb3d3c;
    border-color: #eb3d3c;
}

.btn-danger:active,
.btn-danger.active {
    color: #fff;
    background-color: #eb3d3c;
    border-color: #eb3d3c;
    background-image: none;
    box-shadow: none;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff !important;
    background-color: #eb3d3c !important;
    border-color: #eb3d3c !important;
    opacity: 0.85;
}

.btn-white {
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
    color: #535353;
}

.btn-white:hover {
    color: #fff;
    background-color: #d4d4d4;
    border-color: #d4d4d4;
    box-shadow: none;
}

.btn-white:focus,
.btn-white.focus {
    color: #fff;
    background-color: #d4d4d4;
    border-color: #d4d4d4;
}

.btn-white:active,
.btn-white.active {
    color: #fff;
    background-color: #d4d4d4;
    border-color: #d4d4d4;
    background-image: none;
    box-shadow: none;
}

.btn-white.disabled,
.btn-white:disabled {
    color: #fff !important;
    background-color: #d4d4d4 !important;
    border-color: #d4d4d4 !important;
    opacity: 0.85;
}

.btn-black {
    background-color: #535353;
    border-color: #535353;
    box-shadow: none;
    color: #fff;
}

.btn-black:hover {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    box-shadow: none;
}

.btn-black:focus,
.btn-black.focus {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}

.btn-black:active,
.btn-black.active {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    background-image: none;
    box-shadow: none;
}

.btn-black.disabled,
.btn-black:disabled {
    color: #fff !important;
    background-color: #2d2d2d !important;
    border-color: #2d2d2d !important;
    opacity: 0.85;
}

.btn-primary-outline {
    background: none;
    border-color: #8e7041;
    color: #8e7041;
}

.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
    color: #fff;
    background-color: #c0a375;
    border-color: #c0a375;
}

.btn-primary-outline:hover {
    color: #fff;
    background-color: #c0a375;
    border-color: #c0a375;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #fff !important;
    background-color: #c0a375 !important;
    border-color: #c0a375 !important;
    opacity: 0.85;
}

.btn-secondary-outline {
    background: none;
    border-color: #85a29c;
    color: #85a29c;
}

.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
    color: #fff;
    background-color: #bfcecb;
    border-color: #bfcecb;
}

.btn-secondary-outline:hover {
    color: #fff;
    background-color: #bfcecb;
    border-color: #bfcecb;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #fff !important;
    background-color: #bfcecb !important;
    border-color: #bfcecb !important;
    opacity: 0.85;
}

.btn-info-outline {
    background: none;
    border-color: #4e6669;
    color: #4e6669;
}

.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
    color: #fff;
    background-color: #7e9b9f;
    border-color: #7e9b9f;
}

.btn-info-outline:hover {
    color: #fff;
    background-color: #7e9b9f;
    border-color: #7e9b9f;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #fff !important;
    background-color: #7e9b9f !important;
    border-color: #7e9b9f !important;
    opacity: 0.85;
}

.btn-success-outline {
    background: none;
    border-color: #5d7149;
    color: #5d7149;
}

.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
    color: #fff;
    background-color: #90a878;
    border-color: #072146;
}

.btn-success-outline:hover {
    color: #fff;
    background-color: #90a878;
    border-color: #90a878;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #fff !important;
    background-color: #90a878 !important;
    border-color: #90a878 !important;
    opacity: 0.85;
}

.btn-warning-outline {
    background: none;
    border-color: #c9970d;
    color: #c9970d;
}

.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
    color: #fff;
    background-color: #f3c649;
    border-color: #f3c649;
}

.btn-warning-outline:hover {
    color: #fff;
    background-color: #f3c649;
    border-color: #f3c649;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #fff !important;
    background-color: #f3c649 !important;
    border-color: #f3c649 !important;
    opacity: 0.85;
}

.btn-danger-outline {
    background: none;
    border-color: #e82625;
    color: #e82625;
}

.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
    color: #fff;
    background-color: #f28281;
    border-color: #f28281;
}

.btn-danger-outline:hover {
    color: #fff;
    background-color: #f28281;
    border-color: #f28281;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #fff !important;
    background-color: #f28281 !important;
    border-color: #f28281 !important;
    opacity: 0.85;
}

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

.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline:active,
.btn-white-outline.active {
    color: #535353;
    background-color: #fff;
    border-color: #fff;
}

.btn-white-outline:hover {
    color: #535353;
    background-color: #fff;
    border-color: #fff;
}

.btn-white-outline.disabled,
.btn-white-outline:disabled {
    color: #535353 !important;
    background-color: #fff !important;
    border-color: #fff !important;
    opacity: 0.85;
}

.btn-black-outline {
    background: none;
    border-color: #202020;
    color: #202020;
}

.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline:active,
.btn-black-outline.active {
    color: #fff;
    background-color: #535353;
    border-color: #535353;
}

.btn-black-outline:hover {
    color: #fff;
    background-color: #535353;
    border-color: #535353;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #fff !important;
    background-color: #535353 !important;
    border-color: #535353 !important;
    opacity: 0.85;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.btn-social {
    font-size: 20px;
    border-radius: 50%;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: relative;
    border: 2px solid #c0a375;
    color: #232323;
}

.btn-social i {
    top: 0;
    line-height: 44px;
    width: 44px;
}

.btn-social:hover {
    color: #fff;
    background: #c0a375;
}

.btn-social+.btn {
    margin-left: 0.1rem;
}

p.lead,
.lead p {
    font-size: 1.07rem;
    font-weight: 300;
    margin-bottom: 2.3125rem;
    font-family: "BBVABENTONSANSLIGHT-REGULAR";
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

.lead {
    font-size: 0.85rem;
    font-weight: 300;
	margin-bottom:30px;
}

.lead a {
    font-family: 'BBVABENTONSANS-BOOK';
    font-style: italic;
    font-weight: 400;
}

.lead a,
.lead a:hover {
    color: #c0a375;
    text-decoration: none;
}

.lead h1 {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 1.605rem;
}

.lead h2 {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 1.605rem;
}

.lead h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.605rem;
}

.lead h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.605rem;
}

.lead blockquote {
    font-family: 'BBVABENTONSANS-BOOK';
    font-style: italic;
    padding: 10px 0 10px 20px;
    border-left: 4px solid #c39f76;
    font-size: 1.09rem;
    position: relative;
}

.lead ul,
.lead ol,
.lead pre,
.lead blockquote {
    margin-bottom: 2.3125rem;
}

.lead pre {
    background: #f4f4f4;
    padding: 10px 24px;
    white-space: pre-wrap;
}

.lead2 {
    font-size: 0.85rem;
    font-weight: 300;
    margin: 35px 12px 12px 12px;
    width: 93.9%;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 1200px) {
    .lead2 {
        margin: 35px;
    }
}

@media (min-width: 992px) {
    .lead2 {
        margin: 35px;
    }
}

.display-1 {
    font-size: 4.39rem;
    font-weight: 600;
    letter-spacing: -2px;
    margin-bottom: 0.2843em;
    margin-top: 3.9rem;
}

.display-2 {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 1.5625rem;
    margin-top: 3.5rem;
}

.display-3 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-top: 3.2rem;
    margin-bottom: 2rem;
}

.display-4 {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 2.3rem;
    margin-bottom: 1.8rem;
}

.modal-backdrop {
    background: -webkit-linear-gradient(left, #564740, #3a414a);
    background: -moz-linear-gradient(left, #564740, #3a414a);
    background: -o-linear-gradient(left, #564740, #3a414a);
    background: -ms-linear-gradient(left, #564740, #3a414a);
    background: linear-gradient(left, #564740, #3a414a);
    opacity: 0.94;
}

.form-control {
    background-color: #f5f5f5;
    border-radius: 3px;
    box-shadow: none;
    color: #565656;
    font-size: 0.875rem;
    line-height: 1.43;
    min-height: 3.5em;
    padding: 0.5em 1.07em 0.5em;
}

.form-control,
.form-control:focus {
    border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
    border-color: #f28281;
}

.form-control-label {
    cursor: pointer;
    font-size: 0.875rem;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    border-radius: 0;
    border: 0;
    font-family: 'BBVABENTONSANS-BOOK';
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
}

.alert.alert-form:after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.alert-success {
    background-color: #90a878;
    color: #fff;
}

.alert-info {
    background-color: #7e9b9f;
    color: #fff;
}

.alert-warning {
    background-color: #f3c649;
    color: #fff;
}

.alert-danger {
    background-color: #f28281;
    color: #fff;
}

/**
 * TYPOGRAPHY
 */
body {
    font-family: 'BBVABENTONSANS-BOOK';
    color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
    font-family: 'BBVABENTONSANS-BOOK';
    word-break: break-word;
    word-wrap: break-word;

}


.title-page {
    font-family: BBVABENTONSANS-BOLD !important;
    font-size: 40px;
    line-height: 61px;
    letter-spacing: -0.83px;
    color: #121212;
    padding: 20px 0px 20px 0px;
    margin: 0px;
    text-align: left;
}



input,
textarea {
    font-family: 'BBVABENTONSANS-BOOK';
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    transition-property: background-color, color;
}

.text-primary {
    color: #c0a375 !important;
}

.text-success {
    color: #90a878 !important;
}

.text-info {
    color: #7e9b9f !important;
}

.text-warning {
    color: #f3c649 !important;
}

.text-danger {
    color: #f28281 !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #535353 !important;
}

.mbr-section {
    padding-bottom: 120px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 67vh;
}


.mbr-section-full {
    display: table;
    height: 100vh;
    padding-bottom: 0;
    padding-top: 0;
    table-layout: fixed;
    width: 100%;
}

.mbr-section-full>.mbr-table-cell {
    width: 100%;
}

.mbr-section-small {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mbr-section-title {
    margin-top: 0;
}

.mbr-section__container--first {
    padding-top: 120px;
    padding-bottom: 40px;
}

.mbr-section__container--middle {
    padding-top: 0;
    padding-bottom: 40px;
}

.mbr-section__container--last {
    padding-top: 0;
    padding-bottom: 120px;
}

.mbr-section-sm-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mbr-section-md-padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.mbr-section-nopadding {
    padding-top: 0;
    padding-bottom: 0;
}

.mbr-section-subtitle {
    display: block;
    font-style: italic;
    font-weight: 400;
    font-size: 17px;
    font-family: 'BBVABENTONSANS-BOOK';
    line-height: 26px;
    color: #8c8c8c;
    margin-bottom: 30px;
}

.mbr-section-title+.mbr-section-subtitle {
    margin-top: -21px;
}

.mbr-section-hero::before {
    display: none !important;
}

.mbr-section-hero .mbr-section-title {
    color: #fff;
    margin-bottom: 1.6875rem;
}

.mbr-section-hero .mbr-section-lead {
    color: #fff;
    font-family: 'BBVABENTONSANS-BOOK';
    font-size: 1.5rem;
    font-style: italic;
    margin-top: -1em;
}

.mbr-section-hero .mbr-section-text {
    color: #fff;
}

@media (max-width: 767px) {
    .mbr-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mbr-section-full {
        padding-bottom: 0;
        padding-top: 0;
    }

    .mbr-section__container--first {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .mbr-section__container--middle {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .mbr-section__container--last {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .mbr-section-sm-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mbr-section-md-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .mbr-section-nopadding {
        padding-top: 0;
        padding-bottom: 0;
    }

    .mbr-section-subtitle {
        margin-bottom: 0;
    }

    .mbr-section-hero.mbr-after-navbar .mbr-section {
        padding-top: 120px;
    }

    .mbr-section-hero.mbr-section-with-arrow .mbr-section {
        padding-bottom: 120px;
    }

    .mbr-section-hero .mbr-section-title {
        font-size: 3.125rem;
    }

    .mbr-section-hero .mbr-section-lead {
        font-size: 1.125rem !important;
    }

    .mbr-section-hero .mbr-section-btn .btn {
        font-size: 0.75rem !important;
        line-height: 1.5;
        padding: 0.75rem 2.1875rem;
    }
}

.mbr-section-full .mbr-overlay {
    min-height: 100vh;
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.mbr-overlay~* {
    z-index: 2;
}

.mbr-section-full .mbr-background-video,
.mbr-section-full .mbr-background-video-preview {
    min-height: 100vh;
}

.mbr-background-video,
.mbr-background-video-preview {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.mbr-background-video-preview {
    z-index: 0 !important;
}

.mbr-table {
    display: table;
    width: 100%;
}

.mbr-table-full {
    height: 100%;
    position: relative;
    width: 100%;
}

.mbr-table-cell {
    display: table-cell;
    float: none;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    vertical-align: middle;
}

.mbr-table-md-up {
    width: 100%;
}

.mbr-table-md-up .mbr-table-cell {
    display: block;
}

.mbr-table-md-up .mbr-table-cell+.mbr-table-cell {
    padding-top: 40px;
}

@media (min-width: 769px) {
    .mbr-table-md-up {
        display: table;
    }

    .mbr-table-md-up .mbr-table-cell {
        display: table-cell;
    }

    .mbr-table-md-up .mbr-table-cell+.mbr-table-cell {
        padding-top: 0;
    }
}

.mbr-figure {
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.mbr-figure img,
.mbr-figure iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure .mbr-figure-caption {
    background: #2e2e2e;
    color: #fff;
    font-family: 'BBVABENTONSANS-BOOK';
    padding: 1.5rem 0;
    text-align: center;
    width: 100%;
}

.mbr-figure .mbr-figure-caption-over {
    background: -moz-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: -ms-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: -o-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: -webkit-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    bottom: 0;
    position: absolute;
}

.mbr-map {
    height: 25rem;
    position: relative;
}

.mbr-map iframe {
    height: 100%;
    width: 100%;
}

.mbr-map [data-state-details] {
    color: #6b6763;
    font-family: 'BBVABENTONSANS-BOOK';
    height: 1.5em;
    margin-top: -0.75em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.mbr-map[data-state] {
    background: #e9e5dc;
}

.mbr-map[data-state="loading"] [data-state-details] {
    display: none;
}

.mbr-map[data-state="loading"]::after {
    content: "";
    -webkit-animation: btnCircleLoading .6s infinite linear;
    animation: btnCircleLoading .6s infinite linear;
    border-radius: 50%;
    border: 6px rgba(255, 255, 255, 0.35) solid;
    border-top-color: #fff;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}

/*-------

   Gallery

-------*/
.mbr-gallery .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 25%;
}

@media (max-width: 768px) {
    .mbr-gallery .mbr-gallery-item {
        width: 50%;
    }
}

@media (max-width: 400px) {
    .mbr-gallery .mbr-gallery-item {
        width: 100%;
    }
}

.mbr-gallery .mbr-gallery-item img {
    width: 100%;
    opacity: 1;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.mbr-gallery .mbr-gallery-item>a:hover img {
    opacity: 1;
}

.mbr-gallery .mbr-gallery-item>a {
    background: #fff;
    display: block;
    outline: none;
    position: relative;
}

.mbr-gallery .mbr-gallery-item>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, #554346, #45505b) !important;
    background: -moz-linear-gradient(left, #554346, #45505b) !important;
    background: -o-linear-gradient(left, #554346, #45505b) !important;
    background: -ms-linear-gradient(left, #554346, #45505b) !important;
    background: linear-gradient(left, #554346, #45505b) !important;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.mbr-gallery .mbr-gallery-item .icon {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .2s opacity ease-in-out;
    color: #000;
    font-size: 30px;
    height: 69px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: .2s opacity ease-in-out;
    width: 69px;
}

.mbr-gallery .mbr-gallery-item .icon::before,
.mbr-gallery .mbr-gallery-item .icon::after {
    content: "";
    display: block;
    position: absolute;
    height: 69px;
    width: 1px;
    margin-left: 34.5px;
    background-color: #fff;
}

.mbr-gallery .mbr-gallery-item .icon::after {
    width: 69px;
    height: 1px;
    margin-left: 0;
    margin-top: 34.5px;
}

.mbr-gallery .mbr-gallery-item>a:hover .icon {
    opacity: 1;
}

.mbr-gallery .mbr-gallery-item>a:hover::before {
    opacity: 0.9;
}

.mbr-gallery-title {
    font-family: 'BBVABENTONSANS-BOOK';
    font-size: 0.9em;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    padding: 1rem;
    color: #fff;
    background: -webkit-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: -moz-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: -o-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: -ms-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    -webkit-transition: .2s background ease-in-out;
    transition: .2s background ease-in-out;
}

.mbr-gallery .mbr-gallery-item>a:hover .mbr-gallery-title {
    background: transparent !important;
}

/* remove spacing */
.mbr-gallery .mbr-gallery-row.no-gutter {
    margin: 0;
}

.mbr-gallery .mbr-gallery-row.no-gutter .mbr-gallery-item {
    padding: 0;
}

/* container */
.mbr-gallery .container.mbr-gallery-layout-default {
    padding: 93px 0;
}

/* fix horizontal scrollbar */
.mbr-gallery .mbr-gallery-layout-default,
.mbr-gallery .mbr-gallery-layout-article {
    overflow: hidden;
}

/* lightbox */
.mbr-gallery .modal {
    position: fixed;
    overflow: hidden;
    padding-right: 0 !important;
}

.mbr-gallery .modal-content {
    border-radius: 0;
}

.mbr-gallery .modal-body {
    padding: 0;
}

.mbr-gallery .modal-body img {
    width: 100%;
}

.mbr-gallery .modal .close {
    position: fixed;
    background: #1b1b1b;
    opacity: 0.5;
    font-size: 55px;
    font-weight: 300;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    top: 2.5rem;
    right: 2.5rem;
    line-height: 61px;
    border: 0;
    text-align: center;
    text-shadow: none;
    z-index: 5;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.mbr-gallery .modal .close:hover {
    opacity: 1;
    background: #000;
    color: #fff;
}

.mbr-gallery .modal.in .modal-dialog {
    margin: 0 auto;
}

/* modal back color opacity */
.modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

@media (max-width: 768px) {

    .mbr-gallery .carousel-indicators,
    .mbr-gallery .carousel-control,
    .mbr-gallery .modal .close {
        position: fixed;
    }
}

/* fix fade in effect */
.mbr-gallery .modal.fade .modal-dialog {
    -webkit-transition: margin-top 0.3s ease-out;
    -moz-transition: margin-top 0.3s ease-out;
    -o-transition: margin-top 0.3s ease-out;
    transition: margin-top 0.3s ease-out;
}

.mbr-gallery .modal.in .modal-dialog,
.mbr-gallery .modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/*-------

   Slider

-------*/
.mbr-slider .carousel-inner>.active,
.mbr-slider .carousel-inner>.next,
.mbr-slider .carousel-inner>.prev {
    display: table;
}

.mbr-slider .carousel-control {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 38%;
    margin-top: -35px;
    line-height: 70px;
    border-radius: 50%;
    color: inherit;
    /*background: #1b1b1b;*/
    border: 0;
    /*opacity: 0.5;*/
    text-shadow: none;
    z-index: 5;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.mbr-gallery .mbr-slider .carousel-control {
    position: fixed;
}

@media (max-width: 991px) {
    .mbr-gallery .mbr-slider .carousel-control {
        bottom: 2.5rem;
        margin-top: 0;
        top: auto;
        z-index: 17;
    }
}

.mbr-gallery .mbr-slider .carousel-inner>.active {
    display: block;
}

.mbr-slider .carousel-control.left {
    left: 0;
    margin-left: 2.5rem;
}

/*.mbr-slider .carousel-control.right {
    right: 0;
    margin-right: 2.5rem;
}*/

.mbr-slider .carousel-control .icon-next, .mbr-slider .carousel-control .ico-back {
	margin-top: -22px!important;
    font-size: 57px!important;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;	
	line-height: 27px;
}

.mbr-slider .carousel-control.right {
    transform: scaleX(-1);
    margin-right: 1rem;
}

.mbr-slider .carousel-control .icon-next,
.mbr-slider .carousel-control .icon-prev {
    margin-top: -18px;
    font-size: 40px;
    line-height: 27px;
}

.mbr-slider .carousel-control:hover {
    background: #1b1b1b;
    color: #fff;
    opacity: 1;
}

.mbr-slider .carousel-indicators {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.5rem;
}

@media (max-width: 543px) {
    .mbr-slider .carousel-indicators {
        display: none;
    }
}

.mbr-gallery .mbr-slider .carousel-indicators {
    position: fixed;
    margin-bottom: 2.5rem !important;
}



@media (max-width: 991px) {
    .mbr-gallery .mbr-slider .carousel-indicators {
        margin-bottom: 3.625rem !important;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

.mbr-slider .carousel-indicators li,
.mbr-slider .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 3px;
    background: #1b1b1b;
    border: 0;
    opacity: 0.5;
}

.mbr-slider .carousel-indicators .active {
    border: 4px solid #1b1b1b;
    background: #fff;
}

/* @media (max-width: 767px) {
  .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px; } */

.mbr-slider>.container .carousel-control {
    margin-bottom: 0px;
}
}

/* boxed slider */
.mbr-slider>.boxed-slider {
    position: relative;
    padding: 93px 0;
}

.mbr-slider>.boxed-slider>div {
    position: relative;
}

@media only screen and (min-width : 545px) {
    .mbr-slider>.container img {
        /* height: 400px; */
        max-height: 650px;
    }

    .container-slide>.row {
        height: 400px;
        padding-top: 150px;
    }
}

@media only screen and (max-width : 544px) {
    .mbr-slider>.container img {
        width: 100%;
        /*    height: 150px;*/
    }

    .container-slide>.row {
        height: 150px;
        padding-top: 23px;
    }
}

.mbr-slider>.container img+.row {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.mbr-slider .mbr-section {
    padding: 0;
    background-attachment: scroll;
}

.mbr-slider .mbr-table-cell {
    padding: 0;
}

.mbr-slider>.container .carousel-indicators {
    margin-bottom: 3px;
}

/* article slider */
.mbr-slider>.article-slider .mbr-section,
.mbr-slider>.article-slider .mbr-section .mbr-table-cell {
    padding-top: 0;
    padding-bottom: 0;
}


/*-------

   Cards

-------*/
.mbr-cards-row {
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: justify;
}

.mbr-cards-col {
    padding-left: 0;
    padding-right: 0;
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 767px) {
    .mbr-cards-col {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.mbr-cards .striped .card {
    padding-left: 10%;
    padding-right: 10%;
}

.mbr-cards .striped .mbr-cards-col:nth-child(2n+1) {
    background: #2e2e2e;
    color: #fff;
}

.mbr-cards .striped .mbr-cards-col:nth-child(2n+1) .card-subtitle {
    color: #979797;
}

.mbr-cards .card {
    text-align: center;
    border: 0;
    background: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .mbr-cards .card {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .mbr-cards-row {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .mbr-cards-row::after {
        display: none;
    }

    .mbr-cards-col {
        display: table-cell;
        float: none;
    }

    .mbr-cards>.container {
        margin: 0;
        max-width: none;
        padding: 0;
        width: 100%;
    }
}

.mbr-cards .card-block {
    background: none;
    padding: 0;
}

.mbr-cards .card-img-top {
    border-radius: 0;
    width: auto;
    max-width: 100%;
}

.mbr-cards .card-img+.card-block {
    padding-top: 2.3125rem;
}

.mbr-cards .card-text {
    margin: 0;
}

.mbr-cards .card-text+.card-btn {
    padding-top: 1.375rem;
}

.mbr-cards .card-title {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.2825;
}

.mbr-cards .card-title+* {
    padding-top: 1rem;
}

.mbr-cards .card-title+.card-btn {
    padding-top: 1.4375rem;
}

.mbr-cards .card-subtitle {
    margin-bottom: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 0.875rem;
    font-family: 'BBVABENTONSANS-BOOK';
    color: #5b5b5b;
    margin-top: -1rem;
    line-height: 1.7857;
    padding-bottom: 1rem;
}

.mbr-cards .card-subtitle+.card-btn {
    padding-top: 0.3125rem;
}

.mbr-cards .iconbox {
    border-style: solid;
    border-color: #f2f2f2;
    border-width: 1px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 500px;
    display: inline-block;
}

.mbr-cards .iconbox>.mbr-iconfont {
    line-height: inherit;
}

/*-------

   Price Table

-------*/
@media (min-width: 1600px) {
    .mbr-price-table {
        padding-left: 12%;
        padding-right: 12%;
    }
}

.mbr-price-table .row {
    margin-left: 0;
    margin-right: 0;
}

.mbr-price-table .row>div {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media (max-width: 1199px) {
    .mbr-price-table .row>div {
        padding-bottom: 40px;
    }
}

/*-------

   Price Table / Plan

-------*/
.mbr-plan {
    background: none;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    margin-bottom: 0;
    padding: 0.625rem;
}

.mbr-plan .list-group-item {
    background: none;
    border-bottom: 0;
    border-top: 1px dotted rgba(255, 255, 255, 0.2);
    font-size: 0.875rem;
    line-height: 3.125rem;
    padding-bottom: 0;
    padding-top: 0;
}

.mbr-plan .card-title {
    margin-bottom: 1.5625rem;
}

.mbr-plan-title {
    font-family: 'BBVABENTONSANS-BOOK';
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.28;
    margin-bottom: 0;
}

.mbr-plan-subtitle,
.mbr-plan-price-desc {
    color: #a0a0a0;
    font-family: 'BBVABENTONSANS-BOOK';
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.79;
}

.mbr-plan-price-desc {
    display: block;
    padding-top: 1.25rem;
}

.mbr-plan-header,
.mbr-plan-body {
    background: rgba(255, 255, 255, 0.1);
}

.mbr-plan-header {
    padding-bottom: 3.4375rem;
    padding-top: 2.1875rem;
    position: relative;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #e8ddcd;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #d0dac6;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #c7d4d5;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #fbebc1;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #fef5f5;
}

.mbr-plan-label {
    background: #28262b;
    color: #fff;
    display: block;
    font-size: 0.6875rem;
    font-weight: 400;
    height: 3.125rem;
    line-height: 3.125rem;
    min-width: 3.125rem;
    padding: 0 0.75rem;
    position: absolute;
    right: 0;
    top: 0;
}

.mbr-plan-body {
    margin-top: 2px;
    padding-bottom: 0;
    padding-top: 2.5rem;
}

.mbr-plan-list {
    padding-bottom: 4.0625rem;
    padding-top: 1.5625rem;
}

.mbr-plan-btn {
    margin-top: -2.5rem;
    padding-bottom: 1.375rem;
    padding-top: 1.875rem;
}

/*-------

   Price Table / Price

-------*/
.mbr-price {
    font-family: 'BBVABENTONSANS-BOOK';
    line-height: 1.3;
}

.mbr-price-value {
    font-size: 1.875rem;
    line-height: 1;
    position: relative;
    top: -1.25rem;
}

.mbr-price-figure {
    font-size: 3.75rem;
    line-height: inherit;
    padding-left: 0.625rem;
}

.mbr-price-term {
    font-size: 1.875rem;
    position: relative;
}

/*-------

   Testimonials

-------*/
.mbr-testimonials .row>div {
    padding-bottom: 40px;
}

.mbr-testimonials .row>div:last-child {
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .mbr-testimonials .row>div:nth-child(3n+1) {
        clear: left;
    }

    .mbr-testimonials .row>div:nth-last-child(-1n+3) {
        padding-bottom: 0;
    }
}

/*-------

   Testimonials / Item

-------*/
.mbr-testimonial {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    text-align: center;
}

.mbr-testimonial+* {
    padding-top: 40px;
}

.mbr-testimonial.card {
    background-color: transparent;
}

.mbr-testimonial .card-block {
    background: #f4f4f4;
    color: #565656;
    font-family: 'BBVABENTONSANS-BOOK';
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 400;
    line-height: 2;
    padding: 1.875rem;
    position: relative;
}

.mbr-testimonial .card-block:after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 14px;
}

.mbr-testimonial-lg .card-block {
    padding-bottom: 90px;
}

.mbr-testimonial .card-footer {
    background: none;
    border: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

.mbr-testimonial .card-footer:last-child {
    border-radius: 0;
}

/*-------

   Testimonials / Author

-------*/
.mbr-author-img {
    margin-top: -2.5rem;
}

.mbr-author-img img {
    height: 5rem;
    width: 5rem;
}

.mbr-author-name {
    color: #2d2d2d;
    font-family: 'BBVABENTONSANS-BOOK';
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.3;
    padding-top: 1.25rem;
}

.mbr-author-desc {
    color: #a7a7a7;
    font-family: 'BBVABENTONSANS-BOOK';
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.597;
}

/*-------

   Info

-------*/
.mbr-info-subtitle,
.mbr-info-extra .mbr-info-title {
    margin-bottom: 0;
}

.mbr-info-extra .mbr-info-subtitle {
    margin-bottom: 0.5rem;
}

/*-------

   Subscribe

-------*/
.mbr-subscribe {
    background: #f5f5f5;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    height: 4rem;
    padding: 0;
    position: relative;
}

.mbr-subscribe .form-control {
    background: none;
    border: 0;
    position: relative;
    top: 0.4375rem;
}

.mbr-subscribe .input-group-btn {
    position: static;
}

.mbr-subscribe .input-group-btn::after {
    border-radius: 3px;
    border: 1px solid transparent;
    bottom: -1px;
    content: "";
    display: block;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.form-active .mbr-subscribe .form-control:invalid~.input-group-btn::after {
    border-color: #f28281;
}

.mbr-subscribe .btn {
    border-radius: 3px !important;
    margin-bottom: 0;
    margin-right: 0.5625rem;
}

.mbr-subscribe-dark {
    background: none;
    border-color: rgba(255, 255, 255, 0.2);
}

.mbr-subscribe-dark .form-control {
    color: #fff;
}

/*-------

   Small footer

-------*/
.mbr-small-footer {
    background: #323232;
    color: #acacac;
    font-size: 0.8125rem;
    padding: 1.75rem 0;
}

.mbr-small-footer p {
    margin-bottom: 0;
}

.mbr-small-footer a {
    color: #c0a375;
}

.mbr-small-footer a:hover {
    text-decoration: none;
}

/*-------

   Footer

-------*/
.mbr-footer {
    color: #fff;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (min-width: 1280px) {
    .mbr-footer {
        padding-left: 6.25rem;
        padding-right: 6.25rem;
    }
}

.mbr-footer>.row,
.mbr-footer>.container>.row {
    margin-left: 0;
    margin-right: 0;
}

.mbr-footer>.row>div,
.mbr-footer>.container>.row>div {
    padding-bottom: 40px;
}

.mbr-footer>.row>div:last-child,
.mbr-footer>.container>.row>div:last-child {
    padding-bottom: 0;
}

.mbr-footer>.container {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .mbr-footer>.row>div:nth-child(2n+1) {
        clear: left;
    }

    .mbr-footer>.row>div:nth-last-child(-1n+2) {
        padding-bottom: 0;
    }

    .mbr-footer>.container>.row>div {
        clear: none !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 992px) {
    .mbr-footer>.row>div {
        clear: none !important;
        padding-bottom: 0 !important;
    }
}

.mbr-footer p a,
.mbr-footer ul a {
    color: #c0a375;
}

.mbr-footer p a:hover,
.mbr-footer ul a:hover {
    text-decoration: none;
}

.mbr-footer .btn-black {
    background-color: #242424;
    border-color: #242424;
}

.mbr-footer .btn-black.disabled,
.mbr-footer .btn-black[disabled],
.mbr-footer .btn-black:hover {
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
}

.mbr-footer .mbr-map {
    height: 18.75rem;
}

.mbr-footer form .form-control-label {
    font-size: 0.875rem;
    position: relative;
}

.mbr-footer form .form-control {
    background: none;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.875rem;
    min-height: 3.2em;
    padding: 0.5em 1em 0.5em;
}

.mbr-footer-content h1,
.mbr-footer-content h2,
.mbr-footer-content h3,
.mbr-footer-content h4,
.mbr-footer-content p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts h1,
.mbr-footer .mbr-contacts h2,
.mbr-footer .mbr-contacts h3,
.mbr-footer .mbr-contacts h4,
.mbr-footer .mbr-contacts p strong,
.mbr-footer .mbr-contacts strong {
    color: #7c7c7c;
    font-family: 'BBVABENTONSANS-BOOK';
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.3;
    margin-bottom: 1.875em;
}

.mbr-footer-content p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer .mbr-contacts strong {
    display: inline-block;
}

.mbr-footer-content p,
.mbr-footer .mbr-contacts p {
    color: #fff;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.mbr-footer-content ul,
.mbr-footer .mbr-contacts ul {
    line-height: 1.8;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    color: #bcbcbc;
    display: block;
    font-family: 'BBVABENTONSANS-BOOK';
    font-size: 0.875rem;
    line-height: 1.8;
    overflow: hidden;
    padding: 0.72em 0;
    padding-left: 1.8em;
    position: relative;
    width: 100%;
}

.mbr-footer-content li:last-child,
.mbr-footer .mbr-contacts li:last-child {
    border-bottom: 0;
}

.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
    background: #c0a375;
    content: "";
    height: 0.36em;
    left: 0;
    margin-top: -0.18em;
    position: absolute;
    top: 50%;
    width: 0.36em;
}

.mbr-footer-content li a,
.mbr-footer .mbr-contacts li a {
    color: #fff;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
}

.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
    color: #c0a375;
}

.footer1 ul {
    margin-top: -13px;
}

.footer4>.container>.row {
    margin-left: 0;
    margin-right: 0;
}

.footer4>.container>.row>div>.row>div:first-child {
    padding-bottom: 40px;
}

.footer4>.container>.row>div>.row>div:first-child:last-child {
    padding-bottom: 0;
}

@media (min-width: 544px) {

    .footer4>.container>.row>div,
    .footer4>.container>.row>div>.row>div {
        clear: none !important;
        padding-bottom: 0 !important;
    }
}

/*-------

   Company

-------*/
.mbr-company {
    background: none;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.mbr-company .card-img-top {
    height: 58px;
    margin-bottom: 1.57rem;
    width: auto;
}

.mbr-company .card-block {
    background: none;
    padding: 0;
}

.mbr-company .card-text {
    color: #acacac;
    font-size: 0.875rem;
    margin-bottom: 1.57rem;
}

.mbr-company .list-group {
    display: block;
}

.mbr-company .list-group-item {
    background: none;
    border: 0;
    display: table;
    padding: 0;
    padding-bottom: 1.375rem;
    width: 100%;
}

.mbr-company .list-group-icon,
.mbr-company .list-group-text {
    display: table-cell;
    height: 2.25rem;
    position: relative;
    vertical-align: middle;
}

.mbr-company .list-group-icon {
    padding-right: 1.25rem;
    text-align: center;
    width: 3.5rem;
}

.mbr-company .list-group-text {
    color: #fff;
    font-family: 'BBVABENTONSANS-BOOK';
    font-size: 0.875rem;
    line-height: 1.6;
    position: static;
    vertical-align: middle;
}

.mbr-company .list-group-text::after {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    bottom: 0.625rem;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 50%;
}

.mbr-company .list-group-item.active,
.mbr-company .list-group-item.active:hover {
    background: none;
}

.mbr-company .list-group-item.active .list-group-text {
    color: #c0a375;
}

.mbr-company .list-group-item:last-child {
    padding-bottom: 0;
}

.mbr-company .list-group-item:last-child .list-group-text::after {
    display: none;
}

/*-------

   Arrow

-------*/
@-webkit-keyframes floating-arrow {
    from {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    65% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    to {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@keyframes floating-arrow {
    from {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    65% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    to {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@-webkit-keyframes floating-arrow-up {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    25% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    75% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@keyframes floating-arrow-up {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    25% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    75% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

.mbr-arrow {
    bottom: 48px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

@media (max-width: 991px) {
    .mbr-arrow {
        bottom: 31px;
    }
}

@media (max-width: 320px) {
    .mbr-arrow {
        bottom: 21px;
    }
}

@media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .mbr-arrow {
        bottom: 31px;
    }
}

.mbr-arrow a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 46px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    width: 46px;
}

.mbr-arrow a:hover {
    background: #2d2d2d;
}

.mbr-arrow-icon {
    display: block;
}

.mbr-arrow-icon::before {
    content: "\203a";
    display: inline-block;
    font-family: serif;
    font-size: 32px;
    line-height: 1;
    font-style: normal;
    left: 0px;
    position: relative;
    top: 6px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mbr-arrow-floating .mbr-arrow-icon {
    -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    animation: floating-arrow 1.6s infinite ease-in-out 0s;
}

.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
}

@media (max-width: 991px) {
    .mbr-arrow-up {
        bottom: 31px;
    }
}

@media (max-width: 320px) {
    .mbr-arrow-up {
        bottom: 21px;
    }
}

@media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .mbr-arrow-up {
        bottom: 31px;
    }
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 46px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    width: 46px;
    cursor: pointer;
}

.mbr-arrow-up a:hover {
    background: #2d2d2d;
}

.mbr-arrow-up-icon {
    display: block;
}

.mbr-arrow-up-icon::before {
    content: "\203a";
    display: inline-block;
    font-family: serif;
    font-size: 32px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left:-6px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mbr-arrow-up:hover .mbr-arrow-up-icon {
    -webkit-animation: floating-arrow-up 1.6s ease-in-out infinite 0s;
    animation: floating-arrow-up 1.6s ease-in-out infinite 0s;
}

@media (max-width: 768px) {
    .mbr-arrow-up {
        right: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        bottom: 15px;
    }
}

@media (min-width: 768px) {
    .mbr-right-padding-md-up {
        padding-right: 60px;
    }
}

@media (min-width: 768px) {
    .mbr-left-padding-md-up {
        padding-left: 60px;
    }
}

.mbr-valign-top {
    vertical-align: top;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.row-sm-offset {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.row-sm-offset>* {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@-webkit-keyframes btnCircleLoading {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes btnCircleLoading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.btn-loader {
    -webkit-animation: btnCircleLoading .6s infinite linear;
    animation: btnCircleLoading .6s infinite linear;
    border-radius: 50%;
    border: 4px rgba(255, 255, 255, 0.25) solid;
    border-top-color: white;
    display: none;
    height: 26px;
    left: 50%;
    margin-left: -13px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    width: 26px;
}

.btn-loading {
    position: relative;
}

.btn-loading .btn-text {
    visibility: hidden;
}

.btn-loading .btn-loader {
    display: block;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.hamburger-om:after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: 0;
}

.hamburger-om:before {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: -8px;
    left: 0;
}

.navbar-brand .text-black {
    color: #000 !important;
}

.navbar-toggler.collapsed .hum-top,
.hum-middle,
.hum-bottom {
    position: absolute;
    content: "";
    right: 0;
    width: 20px;
    height: 3px;
}

.navbar-toggler.collapsed .hum-top {
    top: -1px;
}

.navbar-toggler.collapsed .hum-middle {
    top: 6px;
}

.navbar-toggler.collapsed .hum-bottom {
    bottom: 0;
}

.navbar-close .close-icon {
    display: block;
}

.navbar-close.collapsed .close-icon {
    display: none;
}

.navbar-toggler {
    position: relative;
}

/*-------

   Iconfont

-------*/
/* iconfont default styling */
/* for buttons */
.mbr-iconfont.mbr-iconfont-btn,
.mbr-buttons__btn .mbr-iconfont {
    padding-right: 0.4em;
    font-size: 1.6em;
    line-height: 0.5em;
    vertical-align: text-bottom;
    position: relative;
    top: -0.12em;
    text-decoration: none;
}

/* menu links */
.mbr-iconfont.mbr-iconfont-btn-parent,
.link .mbr-iconfont {
    font-size: 1.4em;
    top: -0.3em;
    position: relative;
    vertical-align: middle;
}

/*menu logo */
.mbr-iconfont.mbr-iconfont-menu,
.mbr-iconfont.mbr-iconfont-ext__menu {
    font-size: 37px;
    text-decoration: none;
    color: #fff;
}

/* features2, features3 */
.mbr-iconfont.mbr-iconfont-features2,
.mbr-iconfont.mbr-iconfont-features3 {
    font-size: 119px;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 0.2em;
    color: #F1C050;
}

/* features4 */
.mbr-iconfont.mbr-iconfont-features4 {
    font-size: 50px;
    text-decoration: none;
    text-align: center;
    display: block;
    color: #000;
}

.mbr-iconfont-features7 {
    font-size: 50px;
    text-decoration: none;
    text-align: center;
    display: block;
    color: #fff;
}

/* msg-box4 */
.mbr-iconfont.mbr-iconfont-msg-box4,
.mbr-iconfont.mbr-iconfont-msg-box5 {
    font-size: 250px;
    text-decoration: none;
    color: #232323;
}

/* header2 */
.mbr-iconfont.mbr-iconfont-header2 {
    font-size: 250px;
    text-decoration: none;
    color: #fff;
}

/* contacts1 */
.mbr-iconfont.mbr-iconfont-contacts1 {
    font-size: 119px;
    text-decoration: none;
    color: #9C9C9C;
}

/* contacts3 */
.mbr-iconfont.mbr-iconfont-logo-contacts3 {
    font-size: 58px;
    text-decoration: none;
    color: #9C9C9C;
    margin-bottom: 1.57rem;
}

.mbr-iconfont-company-contacts3 {
    font-size: 22px;
    color: #cfcfcf;
}

.mbr-iconfont-company-contacts5 {
    font-size: 22px;
    color: #000;
}

html.is-builder .mbr-cards .card-img+.card-block {
    padding-top: 0;
}

html.is-builder .mbr-cards .card-text+.card-btn {
    padding-top: 0;
}

html.is-builder .mbr-cards .card-title+* {
    padding-top: 0;
}

html.is-builder .mbr-cards .card-title+.card-btn {
    padding-top: 0;
}

html.is-builder .mbr-cards .card-subtitle+.card-btn {
    padding-top: 0;
}

html.is-builder :not([data-app-remove-it]).card-img+.card-block {
    padding-top: 2.3125rem;
}

html.is-builder :not([data-app-remove-it]).card-title+.card-subtitle,
html.is-builder :not([data-app-remove-it]).card-title~.card-text {
    padding-top: 1rem;
}

html.is-builder :not([data-app-remove-it]).card-title~.card-btn {
    padding-top: 1.4375rem;
}

html.is-builder :not([data-app-remove-it]).card-subtitle+.card-text {
    padding-top: 0;
}

html.is-builder :not([data-app-remove-it]).card-subtitle~.card-btn {
    padding-top: 0.3125rem;
}

html.is-builder :not([data-app-remove-it]).card-text+.card-btn {
    padding-top: 1.375rem;
}

html.is-builder .article .lead p {
    margin-top: 0;
}

html.is-builder .article div .btn {
    margin-top: 0;
}

html.is-builder .article .mbr-section-title:not([data-app-remove-it])+.lead p {
    margin-top: 1.5625rem;
}

html.is-builder .article .mbr-section-title:not([data-app-remove-it])~div .btn {
    margin-top: 2.3125rem;
}

html.is-builder .article .lead:not([data-app-remove-it])+div .btn {
    margin-top: 2.3125rem;
}

.article .display-2 {
    margin-bottom: 0;
}

.article .mbr-section-title+.mbr-section-subtitle {
    margin-top: 4px;
}

.article .mbr-section-title+.lead p {
    margin-top: 1.5625rem;
}

.article .mbr-section-title+div .btn {
    margin-top: 2.3125rem;
}

.article .lead+div .btn {
    margin-top: 2.3125rem;
}

.article .mbr-section-subtitle {
    margin-bottom: 0;
}

.content-size {
    width: auto;
}

.image-size {
    vertical-align: middle;
    margin: auto;
    text-align: center;
}

.image-size .mbr-figure {
    padding-top: 3px;
}

@media (max-width: 768px) {
    .image-size {
        width: 100% !important;
    }
}

.engine {
    position: absolute;
    text-indent: -2400px;
    text-align: center;
    padding: 0;
    top: 0;
    left: -2400px;
}

@media only screen and (min-width : 1020px) {

    p.lead,
    .lead p {
        font-size: 1.07rem;
        font-weight: 300;
        margin-bottom: 2.3125rem;
    }

    .mbr-section-title {
        font-size: 2.125rem !important;
    }

    .display-1 {
        font-size: 24px !important;
    }
}

@media only screen and (max-width : 1018px) {

    p.lead,
    .lead p {
        font-size: 1.07rem;
        font-weight: 300;
        margin-bottom: 2.3125rem;
    }

    .mbr-section-title {
        font-size: 2.125rem !important;
    }

    .display-1 {
        font-size: 20px !important;
    }
}

@media only screen and (max-width : 640px) {

    p.lead,
    .lead p {
        font-size: 1.07rem;
        font-weight: 300;
        margin-bottom: 0rem;
    }

    .mbr-section-title {
        font-size: 1.5125rem !important;
    }

    .display-1 {
        font-size: 16px !important;
    }
}

#dtle1 {
    width: 100%;
    font-size: 30px;
    color: #009EE5;
    font-family: "BBVABENTONSANSLIGHT-REGULAR";
    position: absolute;
    top: 25%;
    padding-left: 9%;
}

#dtle2 {
    float: right;
    position: relative;
    font-size: 30px;
    color: #009EE5;
}

#dtle {
    line-height: 1 !important;
    padding-top: 3% !important;
}


@media only screen and (max-width : 536px) {
    .nav-dropdown.navbar-toggleable-xl {
        width: 100% !important;
    }

    .tpage {
        text-align: left !important;
        float: left !important;
        font-size: 17px !important;
    }

    .navbar-logo {
        margin-right: 3.8rem !important;
    }

    .lpage {
        width: 100% !important;
    }
}


#exposicionfisica .card img,
#itineraries .card img,
#virtualvisits .card img,
#coleccionviaja .card img,
#colections .card img,
#referente .card img {
    height: 420px;
    overflow: hidden;
    width: 101%;
    -webkit-transition: all 1.9s ease;
    -moz-transition: all 1.9s ease;
    -o-transition: all 1.9s ease;
    -ms-transition: all 1.9s ease;

}

#exposicionfisica .card:hover img,
#itineraries .card:hover img,
#virtualvisits .card:hover img,
#coleccionviaja .card:hover img,
#colections .card:hover img,
#referente .card:hover img
 {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
}



@supports(object-fit: cover) {
    .card img {
        object-fit: cover;
        object-position: top center;
    }
}


.itinerario-img {
    height: 580px;
    overflow: hidden;
    margin-bottom: 20px;

}

.no-border-left {
    border-left: 0px !important;
}

.authorship {
    padding-right: 0% !important;
    padding-left: 0% !important;
    padding-bottom: 120px;
}

.authorship .list-group {
    padding: 0;
}

.author-name {
    border-bottom: #00AEEB 1px solid;
    padding-bottom: 2px;
    font-size: 16px;
    display: inline;
}

.author-date {
    font-size: 14px;
    line-height: 23px;
    margin-top: 1px;
}

.authorship>.list-group>a.list-group-item>h3:first-child:hover {
    color: #00AEEB !important;
}

.favs {
    background-image: url(../../images/ico_favoritos.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
}

.favs a,
.es a,
.en a {
    color: #009EE5 !important;
    font-family: "BBVABENTONSANSLIGHT-REGULAR" !important;
    text-align: left !important;
}

.favs:hover {
    background-image: url(../../images/ico_favoritos_hover.gif) !important;
    background-repeat: no-repeat !important;
    padding-left: 20px !important;
}

.favs a:hover {
    color: #ffc33f !important;
}

.es a:hover,
.en a:hover {
    color: #2cb5f4 !important;
    font-weight: bold !important;
}

a {
    cursor: pointer !important;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 20px;
    border-radius: 4px;
    z-index: 1;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 10px 15px 10px 15px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    margin-right: 10px;

}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;

}

.pagination>li:last-child>a,
.pagination>li:last-child>span {}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 1;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 1;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;

}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    /*   border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;*/
}


.dropdown-menu {
    text-align: center !important;
}

/*.dropdown-menu > li{
  display: inline !important;
}*/

#site-title {
    font-family: "BBVABENTONSANSLIGHT-REGULAR", 'Open Sans', 'OpenSansRegular';
    font-size: 24px;
    color: #FFFFFF;
    vertical-align: middle;
    width: 227px;
    height: 22px;
    line-height: 22px;
}

/*.footerInfiniteScroll{
  background-color: rgb(0, 75, 147);
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  position: fixed !important;
  bottom: 0 !important;
  z-index: 9999 !important;
  width: 100% !important;
}*/

.footerInfiniteScroll {
    height: 200px !important;
    position: relative;

}

.post_title {
    font-family: "BBVABENTONSANS-BOOKITALIC";
    font-size: 18px;
    line-height: 25px !important;
    margin-left: 15px !important;
    font-style: italic !important;
    margin-bottom: 0.313rem !important;
}

.post_author {
    font-family: "BBVABENTONSANS-BOOK" !important;
    font-size: 16px !important;
    line-height: 25px !important;
    margin-left: 15px !important;
    margin-bottom: 0.313rem !important;
}

.post_date {
    font-style: italic !important;
    font-size: 16px !important;
    line-height: 25px !important;
    margin-left: 15px !important;
    margin-bottom: 0.313rem !important;
    font-family: 'et-line' !important;
}

.post_material {
    font-family: "BBVABENTONSANSLIGHT-REGULAR";
    font-size: 16px !important;
    line-height: 20px !important;
    margin-left: 15px !important;
}

#filter ul {
    list-style-type: none !important;
    padding-left: 0 !important;
    text-align: left;
}

#filter ul li {
    display: inline;
}

#filter input[type="checkbox"],
#advanceSearch input[type="checkbox"] {
    margin-right: 8px;
}

.filter {
    background-color: #dee1e1;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#filter>.btn-group>.btn {
    margin-bottom: 0 !important;
    /* background-color: #F4F7F9 !important;*/
    background-color: #ebf0f5 !important;
}

#filter-category,
#filter-colection,
#filter-school,
#filter-culture,
#filter-date,
#filter-technique,
#filter-topic,
#filter-author,
#searchText,
#btn-advanceSearch,
#btn-clear,
#order {
    /* background-color: #F4F7F9 !important;*/
    background-color: #ebf0f5 !important;
}

#filter-category,
#filter-colection,
#filter-school,
#filter-culture,
#filter-date,
#filter-technique,
#filter-topic,
#filter-author {
    margin-top: 1%;
}

.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

#advanceSearch {
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 0.75rem;
    line-height: 1.5;
}

#advanceSearch h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
    color: #00aeeb;
}

.filter {
    display: none;
}

.switch-lang * {
    -webkit-transition: all 1.5s;
}

.switch-lang {
    /*   position: absolute;
right: 20px;
top: 120px; */
    font-weight: bold;
    position: relative;
    margin-top: 1%;
    float: right;
    right: 0 !important;
}

.switch-lang .toggle,
.switch-lang .language {
    display: inline-block;
    vertical-align: middle;
}

.switch-lang .language {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.2s;
    text-transform: uppercase;
    font-size: 10px;
    margin: 0 5px;
}

.switch-lang .is-active {
    color: #FFFFFF;
    font-weight: bold;
}

.switch-lang .b {
    display: block;
}

.switch-lang .toggle {
    width: 50px;
    height: 27px;
    border-radius: 100px;
    background-color: #e5e5e5;
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
    position: relative;
}

.switch-lang .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

.switch-lang .check:checked~.switch {
    left: 0px;
    right: 0;
}

.switch-lang .switch {
    width: 27px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #2dcccd url('../../images/ico-check.png') no-repeat center;
    border-radius: 36px;
    z-index: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#filter>div.btn-group.dropup.open>button {
    background-color: #dee1e1;
}

#filter>div.btn-group {
    padding-left: 0 !important;
    padding-right: 0.3% !important;
}

#filter>div>input.btn.col-md-10.col-sm-10.col-xs-10 {
    padding: 0.75rem 1rem;
}

#filter>div>ul>li {
    padding-top: 10px !important;
    text-align: left;
    float: left;
    margin-right: 6px;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.back,
.author {
    border-bottom: #04b1db 1px solid;
    padding-bottom: 1px;
}

.back:hover,
.author:hover {
    border-bottom: #04b1db 1px solid;
    padding-bottom: 1px;
    color: #04b1db;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.jumbotron {
    border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
    background-color: #F2F3F3 !important;
    border-radius: inherit !important;
    font-size: 0.9rem !important;
}

.border-section-top {
    border-top: 1px solid #D5D5D5;
    border-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

@media only screen and (min-width : 992px) and (max-width: 1220px) {
    #filter>div>input.btn.col-md-10.col-sm-10.col-xs-10 {
        padding: 0.75rem 0.3rem !important;
    }
}

@media only screen and (min-width : 992px) {
    .border-right {
        border-right: 1px solid #D5D5D5;
    }

    .border-left {
        border-left: 1px solid #D5D5D5;
    }

    #carousel {
        width: 100% !important;
        position: relative !important;
        /*bottom: 25rem !important;*/
        display: block !important;
        /* background-color: #343434 !important;*/
        background-color: #f3f3f3 !important;
        padding: 32px 0 0 0;
        min-height: 489px;
    }

    #photoMasterPiece {
        height: 400px !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
		object-fit: contain;
    }

    .gallery-thumb {
        width: 20% !important;
    }

    #filter-category,
    #filter-colection,
    #filter-school,
    #filter-culture,
    #filter-date,
    #filter-technique,
    #filter-topic,
    #filter-author {
        width: 100% !important;
    }

    #dinamicSearch {
        width: 80% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-slide>img {
        width: 100%;
    }

    .border-right {
        border-right: 1px solid #D5D5D5;
    }

    .border-left {
        border-left: 1px solid #D5D5D5;
    }

    #carousel {

        width: 100% !important;
        position: inherit !important;
        bottom: 0 !important;
        display: block !important;
        background-color: #e5e5e5 !important;
        left: -15px;
        border-bottom: 15px solid #fff;
        padding: 10px 20px 10px 20px;
        margin-top: 25px;
    }

    #p_work>img,
    #n_work>img {
        top: 65% !important;

    }

    #p_work>img {
        left: 23px !important;

    }

    #tituloObra {
        margin-top: 25px;
    }

    #obra {
        min-height: 25px;
    }

    #photoMasterPiece {
        height: 350px !important;
        max-width: 700px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
		object-fit: contain;
		
    }

    .gallery-thumb {
        width: 33.333333% !important;
    }

    .nopaddingborder {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #filter>div>input.btn.col-md-10.col-sm-10.col-xs-10 {
        padding: 0.75rem 0.3rem !important;
    }

    #filter-category,
    #filter-colection,
    #filter-school,
    #filter-culture,
    #filter-date,
    #filter-technique,
    #filter-topic,
    #filter-author {
        width: 100% !important;
    }

    #dinamicSearch {
        width: 80% !important;
    }
}


@media only screen and (max-width : 767px) and (min-width : 537px) {
    .container-slide>img {
        width: 100%;
    }

    .date-artwork {
        font-family: "BBVABENTONSANSLIGHT-REGULAR";
        font-size: 0.7rem !important;
    }

    #dShare,
    #textStudie {
        margin: 0 auto !important;
    }

    #carousel {
        display: none !important;
    }

    #photoMasterPiece {
        height: 300px !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
		object-fit: contain;
    }

    #tituloObra {
        width: 100%;
        position: absolute;
        top:-2%;
        padding: 0 !important;
        color: #000;
        z-index: 2000;

    }

    #photo-colection,
    #photo-theme {
        padding-top: 0px;
        padding-bottom: 20px;
        margin-top: 0px;
    }

    #p_work>img {
        left: 1% !important;
    }

    #n_work>img {
        right: 1% !important;
    }

    .gallery-thumb {
        width: 33.333333% !important;
    }

    .nopaddingborder {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #filter>div.btn-group.col-md-4.col-sm-10.col-sm-offset-1.col-xs-12.dropup.open>button {
        padding: 0.75rem 0.5875rem !important;
    }
}


@media only screen and (max-width : 536px) {
    .container-slide>img {
        width: 100%;
    }

    .mbr-slider>.container img+.row {
        top: 50% !important;
    }

    .date-artwork,
    .date-time-artwork {
        font-family: "BBVABENTONSANSLIGHT-REGULAR";
        font-size: 0.7rem !important;
    }

    #dShare {
        margin: 0 auto !important;
    }

    #carousel {
        display: none !important;
    }

    #photoMasterPiece {
        height: 200px !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
        margin-top: 20px;
        margin-bottom: 20px;
		object-fit: contain;
    }
	

    #tituloObra {
        width: 100%;
        position: absolute;
        top: 0%;
        padding: 0 !important;
        color: #000;
        z-index: 2000;
    }

    #photo-colection,
    #photo-theme {
        border-top: none !important;
        padding-top: 0 !important;
        padding-bottom: 20px;
        margin-top: 0;
    }

    #p_work>img {
        left: 4.2% !important;
    }

    #n_work>img {
        right: 4% !important;
    }

    #obra {
        width: 105%;
    }

    .gallery-thumb {
        width: 100% !important;
    }

    .nopaddingborder {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }



    #filter>div.btn-group.col-md-4.col-sm-10.col-sm-offset-1.col-xs-12.dropup.open>button {
        padding: 0.75rem 0.5875rem !important;
    }
}

#authors .list-group-item {
    min-height: 400px !important;
}

.date-artwork,
.date-time-artwork {
    font-family: "BBVABENTONSANSLIGHT-REGULAR";
    font-size: 1rem !important;
    font-weight: 300;
}

.name-artwork {
    font-family: "BBVABENTONSANSLIGHT-ITALIC";
    font-weight: 700;
    font-size: 1.2rem !important;
}

.author {
    color: #555 !important;
    font-size: 1.2rem !important;
}

.no-active {
    -khtml-opacity: .50;
    -moz-opacity: .50;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
    opacity: .50;
}

.thumb-artwork {
    max-height: 450px;
}

#dShare {
    width: 135px;
    padding: 5px;
    background-color: #a6a6a6;
    border-radius: 9px;
    margin-bottom: 10px;
}

.over-button {
    width: 135px;
    padding: 5px;
    background-color: #a6a6a6;
    color: #FFFFFF;
    border-radius: 9px;
    margin-bottom: 10px;
}

.master-pieces-full {
    height: 100%;
    margin: 0px;
    padding: 0px;
    color: #000 !important;
    background-color: #f4f4f4 !important;
}

#superior {
    margin: 0 !important;
    /*background-color: #343434 !important;*/
    background-color: #fff !important;
    padding-top: 1% !important;
    padding-bottom: 0.5% !important;
}

#tvolver {
    color: #FFFFFF !important;
}

.icon-close {
    position: absolute;
    right: 2%;
    top: 2%;
}

#p_work>img {
    position: absolute;
    top: 50%;
    left: 44.6%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
}

#n_work>img {
    position: absolute;
    top: 50%;
    right: 5.4%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
}

#p_work>img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

#n_work>img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

.show-thumb-nav {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
}

.show-thumb-nav:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

#carousel img {
    padding: 1px 1px 5px 1px !important;
    width: 18.6% !important;
    /*width: 10.7% !important;*/
    /*width: 4.7%;*/
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
}

#carousel span img {
    width: 4% !important;
    border-radius: 8px;
}

#carousel span img:hover {
    width: 4% !important;
    border-radius: 8px;
    height: 30px !important;
    opacity: 1;
    filter: alpha(opacity=100);


}

#carousel img:hover {
    width: 18.6% !important;
    height: 100px !important;
}


.show-thumb-nav {
    width: auto !important;
}

#carousel>ul {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.img-thumb-without-opacity {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    /* For IE8 and earlier */
}

#tituloObra {
    text-align: center !important;
}

#glossary {
    display: inline-block;
}

.term-definition {
    display: block;
    position: absolute;
    background-color: #84c9ea;
    text-align: center;
    padding: 8px;
    border-radius: 14px;
    font-size: 12px;
    color: #5F5F5F;
    z-index: 10;
}

.term-definition img {
    width: 10px;
    margin-right: 6px;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/* AAM: Bullets for cookies policy
ul,
li {
    list-style-type: none !important;
}
*/

.dropdown-menu-filters li button,
.dropdown-menu-filters li input,
#advanceSearch_author button,
#advanceSearch_author button {
    padding: 1px 2px !important;
    border-bottom: none !important;
    background: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

.advanceSearch2 ul li {
    display: inherit !important;

}

#authorSearch2 input {
    margin-right: 10px;
}

.advanceSearch2 {
    padding: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 139px;
    margin-left: 4px;
    margin-top: 20px;
    border-top: 0;
    overflow-y: scroll;
}

.mbr-gallery .icon-focus {
    color: black;
    opacity: 0;
    position: absolute;
    top: calc(18% - 24px);
    left: calc(12% - 32px);
    font-size: 0.9rem;
    transition: .2s opacity ease-in-out;
    z-index: 5;
    width: 100%;
    height: 100%;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #F4F7F9 !important;
}

#title1,
#title3 {
    font-size: 1rem !important;
    display: block;
    white-space: nowrap;
    /* forces text to single line */
    overflow: hidden;
    text-overflow: ellipsis;
}

#authorSearch1>ul {
    margin: 10px;
}

#authorSearch1 input {
    margin-right: 10px;
}

#btn-search,
#btn-reset,
#btn-glossary,
#btn-studies,
#btn-video,
#btn-gigapixel,
#btn-360,
#btn-author,
#btn-works {
    /*background-color: #F4F7F9 !important;*/
    background-color: #ebf0f5 !important;
}

#div_glossary {
    margin-left: 0 !important;
}

#div_glossary .advanceSearch {
    background-color: #e1e1e1 !important;
    padding-left: 35px;
}

#div_glossary .advanceSearch button.btn {
    padding: 1px 6px !important;
    border-bottom: none !important;
    background: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: normal !important;
    margin-right: 0 !important;
    margin-left: 0.5% !important;
    margin-top: 1.0% !important;
}

#div_glossary a img {
    margin-right: 3% !important;
}

#contentGlossary {
    color: #555 !important;
}

#detailContentStudies {
    text-align: center !important;
}

#div_studies a:hover {
    color: #04b1db !important;
}


ul.pagination {
    margin-bottom: 50px !important;
}

a:hover {
    cursor: pointer !important;
}

#exCollapsingNavbar {
    background-color: #F4F4F4 !important;
}

.container_icon img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-carrousel {
    position: absolute;
    /*top: -150px;*/
    left: 50px;
    width: 1000px;
}

.elements-index {
    border-top: 1px solid #D1D3D4;
    border-right: 1px solid #D1D3D4;
}

.last-element {
    border-top: 1px solid #D1D3D4;
}

#title1,
#title2,
#title3 {
    padding-bottom: 30px;
}

#div_360>div.row>div.container,
#div_gigapixel>div.row>div.container,
#div_videos>div>div,
#div_studies>div.row>div {
    text-align: center;
    margin: 20px 0 20px 0;
}


.icon-focus:hover {
    opacity: 1 !important;
    top: calc(3% - 13px) !important;
    left: calc(12% - 32px) !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    padding-top: 20px;
}

.container-slide {
    background-color: #FFFFFF !important;
}



.thumb-artwork {
    width: 100% !important;
    max-height: initial !important;
}

#p_work>img,
#n_work>img {
    min-height: 50px;
    z-index: 9999 !important;
    background-color: #a4a4a4;
    border: 12px solid #a4a4a4;
    border-radius: 12px;
}

.img-carousel-masterpieces:hover {
    width: 7% !important;
    height: 115px !important;
    opacity: 1 !important;
}



/*-------

  Ajustes home y menu

-------*/

.mbr-cards-row .elements-index {
    border: none !important;
    margin-top: -20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.card-img img {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: -20px;
    border-right: 1px solid #fff
}

.mbr-small-footer {
    min-height: 150px;
    margin-top: -12px
}

.mbr-small-footer .container {
    margin-top: 25px
}

.breadcrumbs {
    height: 60px !important;
    display: block;
    z-index: 1;
    width: 100%;
    line-height: 40px;
    font-size: 12px;
    padding-top: 15px;
	padding-bottom: 75px;

}

ul#breadcrumbs {
    margin: 0;
    padding: 0;
}

#breadcrumbs li {
    display: inline;
    font-family: "BBVABENTONSANS-BOOK" !important;
    vertical-align: middle;
}


@media (max-width: 799px) {
    #breadcrumbs {
        display: none;
    }
}


.header-menu {
    background-color: #072146;
}


.navbar-header {
    padding-top: 2%;
    margin-bottom: 20px;

}


.search-container {
    margin-top: -38px;
    height: 100%;
}

#exp-search {
    position: relative;
    height: 100%;

}

#exp-search .searchbox {
    width: 0;
    border: 0;
    top: -16px;
    position: absolute;
    height: 42px;
    right: 0px;
    z-index: 20;
    background: #072146;
    font-size: 16px;
    overflow: hidden;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -ms-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

#exp-search .searchbox-ico {
    color: #5bbeff;
    font-size: 20px;
    position: absolute;
    right: 3px;
    z-index: 20;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -ms-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    transition-delay: 0.3s;
    margin-right: 0;
}

#exp-search .searchbox .searchbox-input {
    position: absolute;
    top: 10px;
    border: 0;
    outline: 0;
    background: #072146;
    width: 100%;
    height: 42px;
    margin: 0;
    font-family: 'BBVABENTONSANS-BOOK';
    color: #fff;
}



#exp-search .searchbox .btn-search.move-out {
    margin-right: -300px;
}

#exp-search .searchbox .btn-search.move-in {
    margin-right: 30px;
    padding-left: 60px;
}

#exp-search .searchbox .btn-search {
    display: block;
    position: absolute;
    top: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-right: 40px;
    right: 0;
}

#exp-search .searchbox.open {
    width: 98%;
}

#exp-search .searchbox .search-close {
    color: #5bbeff;
    vertical-align: middle;
    position: absolute;
    transition: all ease 0.2s;
    right: 0px;
    display: block;
    top: 3px;
    padding: 15px 0;
}

#exp-search .searchbox .search-close i {
    font-size: 24px;
}

#exp-search .searchbox .search-close:hover {
    color: #2a86ca;
}


#exp-search .searchbox .btn-search .searchbox-submit {
    font-family: "BBVABENTONSANS-BOOKITALIC" !important;
    color: #fff;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;
    background: #072146;
}

#exp-search .searchbox .btn-search .searchbox-submit:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#exp-search .searchbox.open+.searchbox-ico {
    margin-right: 98.1%;
    pointer-events: none;
}



@media (min-width: 0) and (max-width: 360px) {


    .carrousel-title .resp_carrousel a,
    .carrousel-title .resp_carrousel h2 {
        font-size: 18px !important;
    }

    .carrousel-title .resp_carrousel p {
        font-size: 14px !important;
    }


    .menu_bar {
        top: 0 !important;
    }


    .main-nav ul {
        max-width: 576px;
        margin-right: auto;
        margin-left: auto;
        padding-left: .9375rem;
        padding-right: .9375rem;
    }


    .main-nav .menu li .sub-menu {
        top: 146px;
    }

    .main-nav .menu li .sub-menu li .sub-menu {
        top: 40px;
    }


    .search-container {
        margin-top: -52px;
    }

    .mbr-section-margin {
        margin-top: -2px;
    }
}

@media (min-width: 0px) and (max-width: 313px) {

    .switch-lang {
        top: 0.4em !important;
        position: absolute;
        margin-right: 10px;
    }

    .fav {
        position: absolute;
        top: 3em;
        right: -2.5em;
    }

    #site-title {
        float: left !important;
        margin-left: 0 !important;
        margin-top: 0.2em;

    }

    .navbar-header {

        margin-bottom: 0px !important;
    }

    .botonera2 {
    margin-top:0px!important;
	margin-bottom: 25px;
}

    .acceso {
        height: 50px;

    }

    .acceso a {
        width: 100% !important;
        text-align: center !important;
    }

    #photoMasterPiece {
        height: 200px !important;
        max-width: 100% !important;
		object-fit: contain;

    }

}

@media (min-width: 314px) and (max-width: 373px) {
    .switch-lang {
        top: 0.4em !important;
        position: absolute;
        margin-right: 10px;
    }

    .fav {
        position: absolute;
        top: 3em;
        right: -2.5em;
    }

    .navbar-header {

        margin-bottom: 0px !important;
    }

    #site-title {
        float: left !important;
        margin-left: 0 !important;
        margin-top: 0.2em;

    }

    .botonera2 {
    margin-top:0px!important;
	margin-bottom: 25px;
}
	
	.galeria {
       position: relative;
       top: -88px;
    }

    .acceso {
        height: 50px;

    }

    .acceso a {
        width: 100% !important;
        text-align: center !important;
    }


}

@media (min-width: 374px) and (max-width: 431px) {
    .switch-lang {
        top: -2em !important;
    }

    .fav {
        position: absolute;
        top: 3em;
        right: -2.5em;
    }

    .navbar-header {

        margin-bottom: 0px;
    }

  .botonera2 {
    margin-top:0px!important;
	margin-bottom: 25px;
}
   .galeria {
       position: relative;
       top: -88px;
    }


    .acceso {
        height: 50px;

    }

    .acceso a {
        width: 100% !important;
        text-align: center !important;
    }


}




@media (min-width: 432px) and (max-width: 536px) {

    .switch-lang {
        top: -0rem !important;
    }

    .fav {
        position: absolute;
        top: 3em;
        right: -2.5em;
    }

    .navbar-header {

        margin-bottom: 30px;
    }


}




@media (min-width: 361px) and (max-width: 499px) {


    .menu_bar {
        top: 0 !important;
    }

    .main-nav ul {
        max-width: 576px;
        margin-right: auto;
        margin-left: auto;
        padding-left: .9375rem;
        padding-right: .9375rem;
    }


    .main-nav .menu li .sub-menu {
        top: 146px;
    }

    .main-nav .menu li .sub-menu li .sub-menu {
        top: 40px;
    }

    .search-container {
        margin-top: -52px;
    }

    .mbr-section-margin {
        margin-top: -24px;
    }

}



@media (min-width: 500px) and (max-width: 784px) {


    .menu_bar {}

    .main-nav ul {
        max-width: 576px;
        margin-right: auto;
        margin-left: auto;
        padding-left: .9375rem;
        padding-right: .9375rem;
    }


    .main-nav .menu li .sub-menu {
        top: 146px;
    }

    .main-nav .menu li .sub-menu li .sub-menu {
        top: 40px;
    }


    .search-container {
        margin-top: -52px;
    }

    .mbr-section-margin {
        margin-top: -37px;
    }




}


@media (min-width: 785px) and (max-width: 799px) {

    .mbr-section-margin {
        margin-top: -107px;
    }



}


@media (min-width: 800px) and (max-width: 991px) {



    .menu_bar {
        top: 0 !important;
    }

    .main-nav ul {
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;
        padding-left: .9375rem;
        padding-right: .9375rem;
    }


    .main-nav .menu li .sub-menu {
        top: 84px;
    }

    .main-nav .menu li .sub-menu li .sub-menu {
        top: 40px;
    }

    .search-container {
        margin-top: -55px;
    }



}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-nav ul {
        max-width: 940px;
        margin-left: auto;
        margin-right: auto;
        padding-left: .9375rem;
        padding-right: .9375rem;


    }

    .main-nav .menu li .sub-menu {
        top: 84px;
    }

    .main-nav .menu li .sub-menu li .sub-menu {

        top: 40px;

    }


    .search-container {
        margin-top: -50px;
    }

}



@media (min-width: 1200px) {
    .main-nav ul {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
        padding-left: .9375rem;
        padding-right: .9375rem;
        margin-bottom: 0;

    }

    .main-nav .menu li .sub-menu {
        top: auto;
    }



    .search-container {
        margin-top: -35px;
    }

}

#obra {
    padding: 27.2px 27.2px 27.2px 27.2px;
    background-color: #f3f3f3;
}

#navContainer .menu-menu-esp-container,
#navContainer .menu-menu-eng-container {
    height: 100%;
    background: #072146;
    margin-top: 0;
}

/*.main-nav {
    padding: 0 0 0 0;
    width: 100%;
    z-index: 1030;
    position: absolute;
    background: #072146;
}*/


.main-nav {
    padding: 0 0 0 0;
    width: 100%;
    z-index: 1030;
    position: relative !important;
    background: #072146;
}



.main-nav li a {
    /* min-width: 90px;*/
    text-decoration: none;
    color: #fff;
    display: block;
    font-family: "BBVABENTONSANS-BOOK" !important;
    line-height: 42px;
    height: 100%;
    opacity: 0.6;
    filter: alpha(opacity=60);
    font-size: 14px;
    text-align: left;
    margin-right: 0;
    -webkit-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
    -webkit-backface-visibility: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
	font-weight:bold;

}

.main-nav .menu li a {
	text-transform: uppercase;
}

.main-nav li>a.active {
    background-color: initial;
    opacity: 1;
    filter: alpha(opacity=100);
}

.main-nav li>a:hover,
.main-nav li>a:focus,
.main-nav li>a:active {
    background-color: initial;
    opacity: 1;
    filter: alpha(opacity=100);
}


.main-nav ul li {
    display: inline-block;
    margin-right: 20px;
    max-width: 242px;
    vertical-align: middle;
}


.main-nav .menu li .sub-menu {
    position: absolute;
    left: 0;
    background-color: #004481;
    width: 100%;
    display: block;
    height: 42px;
}


.main-nav .menu li .sub-menu li .sub-menu {
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 42px;
    display: block;
}

.main-nav .menu li .sub-menu li .sub-menu li a {
    color: #072146;
	text-transform: none;
	font-size: 14px;
}


.main-nav .menu li .sub-menu li  a {
    color: #fff;
	text-transform: none;
	font-size: 15px;
}
[aria-current]:not([aria-current="false"]) {
    font-weight: bold;
    opacity: 1 !important;
}



/*-------

  Ajustes seccion videos
-------*/

/*-------#contentVideo > .row > a {padding-left:0!important;padding-right:0!important; }
#contentVideo > .row > a  img {border:1px solid #f4f4f4}
-------*/

#contentVideo>.row>a {
    padding-bottom: 3%;
}

#contentVideo img {
    width: 100%;
    height: 100%;
}

@supports(object-fit: cover) {
    #contentVideo img {
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}


#contentVideo .post_title {
    position: absolute;
    width: 88%;
    min-height: 150px;
    top: -82%;
    text-align: center;
    color: #fff;
    font-family: 'BBVABENTONSANS-BOOK' !important;
    font-style: normal !important;
	font-size:15px!important;
}

#contentVideo .post_title,
#contentVideo .fondo {
    display: none;
}


#contentVideo a:hover .post_title {
    display: block;
    font-weight: 700;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    animation: mymovev 1s;
    animation-fill-mode: forwards;
    padding-top: 3%;
	padding-bottom: 3%;
}

@media (min-width: 768px) and (max-width: 991px) {
    #contentVideo .post_title {
        width: 74%;
    }

    #contentVideo a:hover .post_title {
         min-height: 85px;
    }
}

@media (min-width: 992px) {
    #contentVideo .post_title {
         width: 73%;
    }

    #contentVideo a:hover .post_title {
       min-height: 85px;
    }
}

@media (min-width: 1200px) {
    #contentVideo .post_title {
        width: 78%;
    }

    #contentVideo a:hover .post_title {
         min-height: 105px;
    }
}


@keyframes mymovev {
    from {
        top: 0px;
    }

    to {
        top: 17.5%;
    }
}


#contentVideo a:hover .fondo {
    display: block;
}


#contentVideo .fondo {
    position: absolute;
    width: 100%;
    height: 96%;
    background: #000;
    top: 0;
    opacity: .65;
    filter: alpha(opacity=65);
}

@media (min-width: 768px) and (max-width: 991px) {
    #contentVideo .fondo {
      width: 87%;
      height: 87%
    }
}

@media (min-width: 992px) {
    #contentVideo .fondo {
      width: 87.5%;
      height: 84%;
    }
}

@media (min-width: 1200px) {
    #contentVideo .fondo {
      width: 89.4%;
      height: 84%;
    }
}


/*-------

  Ajustes seccion gigapixel


#contentGigapixel > .row > a {padding-left:0!important;padding-right:0!important; }
#contentGigapixel > .row > a  img {border:1px solid #f4f4f4; background:#000}
-------*/
#contentGigapixel>.row>a {
    padding-bottom: 3%;
}


#contentGigapixel img {
    width: 100%;
    height: 515px;
}

@supports(object-fit: cover) {
    #contentGigapixel img {
        height: 515px;
        object-fit: cover;
        object-position: top center;
    }
}

#contentGigapixel .descripcion_obra {
    position: absolute;
    width: 60%;
    min-height: 150px;
    text-align: center;
    top: 19%;
    left: 17%;
    color: #fff;
    margin: 25px;

}


#contentGigapixel .descripcion_obra,
#contentGigapixel .fondo {
    display: none;
}


#contentGigapixel a:hover .descripcion_obra {
    display: block;
    font-weight: 700;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    animation: mymoveg 1s;
    animation-fill-mode: forwards;
}

@media (min-width: 992px) {
    #contentGigapixel a:hover .descripcion_obra {
        left: 11%;
    }
}

@media (min-width: 1200px) {
    #contentGigapixel a:hover .descripcion_obra {
        left: 14%;
    }
}


@keyframes mymoveg {
    from {
        top: 0px;
    }

    to {
        top: 140px;
    }
}


#contentGigapixel a:hover .fondo {
    display: block;
}


#contentGigapixel .fondo {
    position: absolute;
    width: 94.5%;
    height: 96%;
    background: #000;
    top: 0;
    opacity: .65;
    filter: alpha(opacity=65);
}



@media (min-width: 992px) {
    #contentGigapixel .fondo {
        width: 90.5%;
        height: 94.4%;
    }
}

@media (min-width: 1200px) {
    #contentGigapixel .fondo {
        width: 92.3%;
        height: 93.4%;
    }
}


/*-------

  Ajustes seccion 360
 
#content360 > .row > a, #content360 > .row   {padding-left:0!important;padding-right:0!important;}
#content360 > .row > a  img {border:1px solid #fff; background:#000}
-------*/

#content360>.row>a {
    padding-bottom: 3%;
}


#content360 img {
    width: 100%;
    height: 515px;
}

@supports(object-fit: cover) {
    #content360 img {
        height: 515px;
        object-fit: cover;
        object-position: top center;
    }
}

#content360 .descripcion_obra {
    position: absolute;
    width: 40%;
    min-height: 150px;
    text-align: center;
    top: 19%;
    left: 30%;
    color: #fff;
}

#content360 .descripcion_obra,
#content360 .fondo {
    display: none;
}



#content360 a:hover .descripcion_obra {
    display: block;
    font-weight: 700;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    animation: mymove360 1s;
    animation-fill-mode: forwards;
}

@keyframes mymove360 {
    from {
        top: 0px;
    }

    to {
        top: 200px;
    }
}


#content360 a:hover .fondo {
    display: block;
}


#content360 .fondo {
    position: absolute;
    width: 95%;
    height: 95.9%;
    background: #000;
    top: 0;
    opacity: .65;
    filter: alpha(opacity=65);
}


@media (min-width: 992px) {
    #content360 .fondo {
        width: 93.5%;
        height: 94.4%;
    }
}

@media (min-width: 1200px) {
    #content360 .fondo {
        width: 94.7%;
        height: 93.7%;
    }
}


.masinfo {
    line-height: 22px;
    font-weight: bold;
    top: 55px;
    padding: 12px;
    position: relative;
    color: #fff;
    background-color: #1d73b2;
    border-color: #1d73b2;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}


/*-------

  Ajustes seccion lacoleccion viaja
-------*/

#contentColeccionViaja>.row>a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#contentColeccionViaja>.row>a img {
    border: 1px solid #fff
}

#contentColeccionViaja img {
    width: 100%;
    height: 350px;
}

@supports(object-fit: cover) {
    #contentColeccionViaja img {
        height: 350px;
        object-fit: cover;
        object-position: center center;
    }
}


#contentColeccionViaja .post_title {
    position: absolute;
    width: 75%;
    min-height: 150px;
    text-align: center;
    top: 50%;
    left: 30px;
    color: #fff;
    margin: 25px;
}

#contentColeccionViaja .post_title,
#contentColeccionViaja .fondo {
    display: none;
}


#contentColeccionViaja a:hover .post_title {
    display: block;
    animation: mymove_cv 1s;
    animation-fill-mode: forwards;
}

@keyframes mymove_vc {
    from {
        top: 0px;
    }

    to {
        top: 50px;
    }
}


#contentColeccionViaja a:hover .fondo {
    display: block;
}


#contentColeccionViaja .fondo {
    position: absolute;
    width: 100%;
    height: 350px;
    background: #000;
    top: 0;
    opacity: .65;
    filter: alpha(opacity=65);
}

.carousel-item-prev,
.carousel-item-next,
.carousel-item.active {
    display: flex;
}


/* control image height */
.card-img-top-250 {
    max-height: 225px;
    overflow: hidden;
}

.cabecera-img {
    width: 100%;
    height: 580px;
	margin-top: -20px;
	/*background: linear-gradient(175deg, rgb(0 68 129) 100%, rgb(255 255 255 / 0%) 100%);*/
	-webkit-mask-image: linear-gradient(to top, transparent 5%, black 100%);
	mask-image: linear-gradient(to top, transparent 5%, black 100%); 
}

.cabecera-img img {
    display: none;
}

@media (min-width: 1200px) {
    .cabecera-img img {
        width: 100%;
        height: 580px;
        display: block;
	

    }

    @supports(object-fit: cover) {
        .cabecera-img img {
            height: 580px;
            object-fit: cover;
            object-position: top center;
            opacity: 0.5;
        }
    }

}

@media (min-width: 992px) {
    .cabecera-img img {
        width: 100%;
        height: 580px;
        display: block;

    }

    @supports(object-fit: cover) {
        .cabecera-img img {
            height: 580px;
            object-fit: cover;
            object-position: top center;
            opacity: 0.5;
        }
    }

}

.sup {
    position: relative;
    top: -565px;
    margin: 0 0 -500px 0;
    overflow: auto;
    background-color: #fff;
    padding: 50px .9375rem .9375rem .9375rem;
}



@media (min-width: 1200px) {
    .sup {
        position: relative;
        top: -515px;
        margin: 0 0 -515px 0;
        overflow: auto;
        background-color: #fff;
        padding: 100px 35px 35px 35px;
    }
}

@media (min-width: 992px) {
    .sup {
        position: relative;
        top: -515px;
        margin: 0 0 -515px 0;
        overflow: auto;
        background-color: #fff;
        padding: 100px 35px 35px 35px;
    }
}


.sup .name-artwork {
    position: relative;
    margin: 30px 0 20px -10px;
}


.name {
    color: #009EE5;
    font-family: 'BBVABENTONSANS-BOOK';
    font-weight: 400;
    font-size: 1rem;
    margin: 25px 0 25px 20px;
}



@media (min-width: 1200px) {
    .imagen_izquierda {
        margin: 30px 30px 30px 0;
        float: left;
        margin: 30px 30px 30px 0;
        max-width: 450px;
    }
}

@media (min-width: 992px) {
    .imagen_izquierda {
        margin: 30px 30px 30px 0;
        float: left;
        margin: 30px 30px 30px 0;
        max-width: 450px;
    }
}

@media (min-width: 1200px) {
    .imagen_derecha {
        float: right;
        margin: 0 0 30px 30px;
        max-width: 450px;
    }
}

@media (min-width: 992px) {
    .imagen_derecha {
        float: right;
        margin: 0 0 30px 30px;
        max-width: 450px;
    }
}

#aviso {
    margin: 0 auto;
    top: 500px;
    position: fixed;
    width: 100%;
    padding: 30px 10px 30px 10px;
    background: #00bdff;
    color: white;
    text-align: center;
}




.card_container {
    height: 565px;
    overflow: hidden;
    margin-bottom: 20px;
}

.card_container .card {
    height: 99.4%;
    width: 100%;
    float: left;
    position: relative;
    background-color: #004481;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 1px -1px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 1px -1px;
    overflow: visible;
}


.card_container .card-img {
    position: relative;
    height: 400px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    width: 100%;
}

.card_container .card-block {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}


.card_container .card-block-texto {
    overflow: hidden;
    padding: 20px;
    height: 132px;
}

.card_container .card-block-texto p:first-child {
    height: 57px;
}

.bot {
    background-color: #072146;
    height: 50px;
    min-width: 190px;
    color: #fff;
    text-align: center;
    padding: 18px 30px;
    font-size: 0.9rem;
    font-weight: bold;
}

.bot:hover {
    background-color: #2a86ca;
    color: #fff;
}

.bot2 {
    height: 50px;
    min-width: 190px;
    color: #337ab7;
    text-align: center;
    padding: 18px 30px;
    font-size: 0.9rem;
    font-weight: bold;
    border: 1px solid #337ab7;
}

.bot2:hover {
    background-color: #2a86ca;
    color: #fff;
}

.bot3 {
    background-color: #004481;
    /*background-color: #072146;*/
    height: 50px;
    color: #fff;
    text-align: center;
    padding: 18px 30px;
    font-size: 0.9rem;
    font-weight: bold;
    width: 100%;
    float: left;
    line-height: 0.5rem;
    white-space: nowrap;
}

.bot3:hover {
    background-color: #2a86ca;
    color: #fff;
	height: 46px;
}

.card_container .card-title {
    font-family: 'BBVABENTONSANS-BOOK';
    font-size: 2rem !important;
    line-height: 40px !important;
    color: #fff !important;
    margin: 0 0 8px !important;
    height: auto !important;
    padding: 20px;
    width: 100%;

}

.card_container .card-title h3 {
    font-family: 'BBVABENTONSANS-BOOK';
}

.card_container .card-block-texto {
    color: #000;
    font-weight: 700;
}


.notmarg {
    padding-left: 0 !important;
    padding-right: 0 !important;

}

#paginacion h6 {
    font-size: 1rem
}


.author-imagen img {
    width: 100%;
    height: 235px;
    margin-top: 10px;
    margin-bottom: 20px;

}

@supports(object-fit: cover) {
    .author-imagen img {
        height: 235px;
        object-fit: cover;
        object-position: top center;
    }
}

.video_mini {
    width: 100%;
    margin-top: 30px;
    text-align: left;
}

.video_mini img {
    width: 25%;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 20px;
}

@supports(object-fit: cover) {
    .video_mini img {
        height: 150px;
        object-fit: cover;
        object-position: top center;
    }
}

.ico_video {
    position: relative;
    left: 70px;
    top: -110px;
}

.ico_video {
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.ico_circulo {
    position: relative;
    top: -33px;
    left: -46px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: solid 3px #fff;
    overflow: hidden;
}

.ico_circulo:hover,
.ico_video:hover {
    opacity: 0.8;
}


.acceso {
    margin: 0;
    width: 100%;
    background-color: #072146;
    height: 90px;
    border-top: 1px solid #fff;

}

.acceso a {
    color: #fff;
    text-align: right;
    font-family: 'BBVABENTONSANS-BOOK';
    font-size: 0.9rem;
    font-weight: bold;
    width:100%;
    height: 90px;
    display: block;
    padding: 30px;

}

.acceso:hover {
    background-color: #2a86ca;
    color: #fff;
}


/* carrusel */
.gallery {
    width: 100%;
    min-height: 800px;
    margin-top: 50px;
}

.gallery .col-xs-12,
.gallery .col-lg-6,
.gallery .col-md-12,
.gallery .col-sm-12,
.gallery .col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gallery_slides {
    display: none;
}

.gallery_slides img {
    width: 100%;
}

.gallery_prev,
.gallery_next {
    cursor: pointer;
    position: absolute;
    width: auto;
    margin: -22px 4px 0 2px;
    padding: 5px;
    color: #CCC;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6 ease;
    border-radius: 8px;
    user-select: none;
    border: solid #CCC 1px;
}

.gallery_prev {
    top: 13.3%;
}

.gallery_next {
    top: 89% !important;
    right: 0;
    border-radius: 8px;
}

.gallery_prev:hover,
.gallery_next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.gallery_quadrate {
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.gallery_quadrate img {
    width: 150px;
    height: 150px;
    margin: 0px 15px 20px 0;
}


@media screen and (max-width:500px) {

    .gallery_prev,
    .gallery_next {
        padding: 5px;
    }
}

/* carrusel */


.gray {
    background-color: #f4f4f4;
    /*padding-top: 1% !important;*/
}


#menu-mobile {
    float: right;
    position: relative;
    right: -100%;
    transition-duration: 2s;
    -webkit-transition-duration: 2s;
    background: #072146;
    color: #fff;
    font-family: BBVABENTONSANS-BOLD !important;
    font-size: 12px;
    width: 100%;
    display: none;
}

.menu_bar {
    float: right;
    padding: 0 0 5px 0;
    z-index: 99999999;
}


#navContainerMovile .menu-menu-esp-container,
#navContainerMovile .menu-menu-eng-container {
    margin-top: -20px;
}

#navContainerMovile ul li a {
    display: block;
    color: #99b4cc;
    text-transform: uppercase;
    padding: 20px 0 5px 0;
    margin-left: -40px;
    border-bottom: 1px solid #616468;
    display: inline-block;
    width: 100%;
}

#navContainerMovile ul li a:hover {
    background: #072146;
    border-color: #d3d3d3;
    color: #fff;
}

#navContainerMovile ul ul li a {
    color: #5bbeff;
    border-style: none;
    text-transform: capitalize;
    padding: 10px 0 0 0;
    margin-left: -60px;
}

#navContainerMovile ul ul ul a {
    color: #fff;
    border-style: none;
    margin-left: -60px;
}

#navContainerMovile .ico-forward {
    display: block;
    position: relative;
    cursor: pointer;
    top: 7px;
    height: 0px;
    left: -81px;
    font-size: 22px;
    color: #fff;
}

.menu_bar .bt-menu span {
    float: right;
}

.menu_bar .ico-menu {
    color: #fff;
    font-size: 1.5rem;
}

.ico-close {
    color: #fff;
    font-size: 1.5rem;
}

.ico-continue {
    color: #fff;
    font-size: 1.5rem;
}

@media (max-width: 991px) {
    .imagen_derecha {
        max-width: 100% !important;
        margin: 0 0 30px 0;

    }

    .imagen_derecha img {
        width: 100% !important;
    }

    .acceso {
        width: 100% !important;
    }
}

/*search results*/

.cq-searchpromote-results .cq-searchpromote-result-item {
    margin: 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #ebebeb;
    border-bottom: none;
}

.cq-searchpromote-results .cq-searchpromote-result-item:last-of-type {
    border-bottom: none;
}

.cq-searchpromote-results .cq-searchpromote-result-item .description {
    width: 66.66666667%;
    padding-top: 11px;
}

.cq-searchpromote-results .cq-searchpromote-result-item .description a {
    font-size: 1rem;
    display: inline-block;
    color: #2a86ca;

}

.cq-searchpromote-results .cq-searchpromote-result-item .description a:hover {
    font-size: 1rem;
    display: inline-block;
    color: #072146;

}

/*search results pagination*/
.pagination-search {

    display: block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    padding-top: 4rem;

}

.pagination-search .cq-searchpromote-pagination {
    text-align: left;
    border-top: 1px solid #ebebeb;
    padding-top: 2rem;
}

.pagination-search .cq-searchpromote-pagination>span {
    color: #fff;
    cursor: default;
    background-color: #ffffff;
    border-color: #337ab7;
    padding: 10px 15px 10px 15px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;
    margin-right: 10px;
}

.pagination-search .cq-searchpromote-pagination>span a {
    color: #337ab7;
}

.pagination-search .cq-searchpromote-pagination>span:hover,
.pagination-search .cq-searchpromote-pagination>span>span:hover,
.pagination-search .cq-searchpromote-pagination>span:focus,
.pagination-search .cq-searchpromote-pagination>span span:focus {
    color: #23527c;
    background-color: #eee;
    cursor: pointer;
}

.pagination-search .cq-searchpromote-pagination>span.viewall {
    display: none;
}

.pagination-search .cq-searchpromote-pagination>span.next {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination-search .cq-searchpromote-pagination>span.search-active {
    font-weight: bold;
    margin-right: 10px;
    z-index: 1;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
    padding: 10px 15px 10px 15px;
    line-height: 1.42857143;
    text-decoration: none;
}


.advanceSearch span {
    display: inline-flex;
    padding: 10px 5px 5px 5px;
    line-height: 15px;
}

.card-block {
    padding: 1.5rem !important;
}

.gallery_quadrate img {
    width: 100px !important;
    height: 100px !important;
}

.carrousel-title .resp_carrousel a,
.carrousel-title .resp_carrousel h2 {
    font-family: BBVABENTONSANS-BOLD !important;
    font-size: 18px !important;
    height: auto !important;
    color: #fff !important;
}

.carrousel-title .resp_carrousel p {
    font-family: 'BBVABENTONSANS-BOOK' !important;
    font-size: 15px !important;
    height: auto !important;
    font-style: normal !important;
    margin-bottom: 0 !important;
    color: #fff !important;

}

.fav {
    font-size: 11px;
    margin-right: 35px;
    vertical-align: -webkit-baseline-middle;
}

.gPhoto {
    display: none;
	text-align: center;
}

.acordeon-cabecera {
    position: relative;
    margin: -30px 0 40px 0;
    cursor: pointer;
    font-weight: 600;
    text-align: right;
    height: 30px;
    min-width: 70px;
    color: #000;
    font-size: 0.8rem;
    font-weight: bold;
}

.acordeon-cabecera:hover {
    color: #2a86ca;
}

.acordeon-contenido {
    margin-top: -25px;
    margin-bottom: 25px;
    font-size: 14px;
    padding: 20px 20px 10px 20px;
    background-color: #e5e5e5;
}

.ico-info {
    color: #2a86ca;
    vertical-align: middle;
    margin-right: 5px;
}

.ico-info_select {
    color: #000;
}

.botonera {
  display: inline-block;
}

.botonera1 {
    margin-top: 0px;
	margin-bottom: 0px;
}
.botonera2 {
    margin-top: 50px;
	margin-bottom: 25px;
}

.nowrap {
white-space: nowrap;
}

.u-degradated-box {
    position: relative;
    background-image: linear-gradient(180deg,rgba(255,255,255,0) 0%,white 60%);
	margin-bottom: 25px;
}
.u-degradated-box a {
    color: #337ab7;
    font-size: 0.9rem;
    font-weight: bold;
}


@media (min-width: 1500px) {
    .modal-iframe {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 67%;
    }
}
@media (min-width: 992px) and (max-width: 1499px){
    .modal-iframe {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 96%;
   }
}

@media (min-width: 768px) and (max-width: 991px){
    .modal-iframe {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 88%;
   }
}

@media (min-width: 540px) and (max-width: 767px){
    .modal-iframe {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
   }
}

.sup-texto {
	color: #555 !important;
	width:100%;
	display:block;
	
}
.sup-texto a{
	color: #009ee5;
	
}

.sup-texto #term a {color:#009ee5;}

@media (max-width: 799px) { 

.botonera {
  display: block !important;
}

.botonera1 {
	margin-bottom: 0px !important;
	width:100%;
}

.botonera2 {
    margin-top: 0px !important;
	margin-bottom: 0px !important;
	width:100%;
}
.bot2 {
	width:100%;	
	display:block;
	line-height: 0;
	}

}


.search-container-mobile #exp-search .searchbox.open {z-index:99999999;width: 96.3%;}
.search-container-mobile #exp-search .searchbox {left:18px; top:-2px;height: 25px; }
.search-container-mobile #exp-search .searchbox .searchbox-input {top:-5px; font-size:15px}
.search-container-mobile #exp-search .searchbox .search-close {top:-11px}
.search-container-mobile #exp-search .searchbox .btn-search .searchbox-submit {line-height: 22px;}

.card-description {position: absolute;top: 17.5rem;left: 1.5rem;right:1.5rem;}
.card-description-back {position: absolute;width: 100%;height: 100%;top: auto;bottom: auto;left: auto;right: auto;background: #413126;opacity: 0.6;}
.card-description-cont {position: relative;z-index: 10;text-align: left;padding:5px;}
.card-description-cont p {color: #fff;margin: 0;}

@-moz-document url-prefix() {
 .main-nav li a {
     letter-spacing: -0.3px;
} 
}

.ajust {
    height: 100px;
    object-position: 0px 0px;
    margin-top: 3%;
    object-fit: cover;
}



