@charset "UTF-8";@-webkit-keyframes fadeOut {
                     0% {
                         opacity: 1
                     }

                     to {
                         opacity: 0
                     }
                 }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: 0;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease,-webkit-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

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

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    color: #31353d;
    padding: 0;
    margin: 0
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h2,.h3,.h4,.h5,.h6,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,dd,h1 {
    margin-bottom: .5rem
}

.h1,h1 {
    font-weight: 500;
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    .h1,h1 {
        font-size:2.5rem
    }
}

.h2,h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .h2,h2 {
        font-size:2rem
    }
}

.h3,h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .h3,h3 {
        font-size:1.75rem
    }
}

.h4,h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .h4,h4 {
        font-size:1.5rem
    }
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}

p {
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px;
    color: #383838
}

abbr[data-bs-original-title],abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

ol,ul {
    padding-left: 2rem
}

address,dl,ol,p,ul {
    margin-bottom: 1rem
}

dl,ol,ul {
    margin-top: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

blockquote,figure {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

.small,small {
    font-size: .875em
}

.mark,mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a,a:hover {
    text-decoration: none
}

a {
    -webkit-transition: all .25s;
    transition: all .25s;
    color: #fcc52d
}

a:hover {
    color: #be9c17
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,kbd,pre,samp {
    font-family: var(--bs-font-monospace);
    direction: ltr;
    unicode-bidi: bidi-override
}

samp {
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

pre code {
    font-size: inherit;
    word-break: normal
}

code,kbd,pre {
    font-size: .875em
}

code {
    color: #d63384;
    word-wrap: break-word
}

a>code,pre code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

img,svg {
    vertical-align: middle;
    /*width: 100%;*/
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,td,tfoot,th,thead,tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label,output {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size:1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none!important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-1 {
        font-size:5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-2 {
        font-size:4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-3 {
        font-size:4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-4 {
        font-size:3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-5 {
        font-size:3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-6 {
        font-size:2.5rem
    }
}

.list-inline,.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid,.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-.5*var(--bs-gutter-x));
    margin-left: calc(-.5*var(--bs-gutter-x))
}

.row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-1>*,.row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    width: 100%
}

.row-cols-2>*,.row-cols-3>*,.row-cols-4>*,.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>*,.row-cols-4>*,.row-cols-5>* {
    width: 33.3333333333%
}

.row-cols-4>*,.row-cols-5>* {
    width: 25%
}

.row-cols-5>* {
    width: 20%
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-auto,.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-auto {
    width: auto
}

.col-1,.col-2,.col-3,.col-4,.col-5 {
    width: 8.33333333%
}

.col-2,.col-3,.col-4,.col-5 {
    width: 16.66666667%
}

.col-3,.col-4,.col-5 {
    width: 25%
}

.col-4,.col-5 {
    width: 33.33333333%
}

.col-5 {
    width: 41.66666667%
}

.col-10,.col-11,.col-12,.col-6,.col-7,.col-8,.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-10,.col-11,.col-12,.col-7,.col-8,.col-9 {
    width: 58.33333333%
}

.col-10,.col-11,.col-12,.col-8,.col-9 {
    width: 66.66666667%
}

.col-10,.col-11,.col-12,.col-9 {
    width: 75%
}

.col-10,.col-11,.col-12 {
    width: 83.33333333%
}

.col-11,.col-12 {
    width: 91.66666667%
}

.col-12 {
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,.gx-0 {
    --bs-gutter-x: 0
}

.g-0,.gy-0 {
    --bs-gutter-y: 0
}

.g-1,.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex:1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-1>*,.row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        width: 100%
    }

    .row-cols-sm-2>*,.row-cols-sm-3>*,.row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>*,.row-cols-sm-4>* {
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        width: 25%
    }

    .col-sm-1,.col-sm-auto,.row-cols-sm-5>*,.row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .col-sm-1,.col-sm-auto,.row-cols-sm-6>* {
        width: 16.6666666667%
    }

    .col-sm-1,.col-sm-auto {
        width: auto
    }

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

    .col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7 {
        width: 25%
    }

    .col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7 {
        width: 33.33333333%
    }

    .col-sm-5,.col-sm-6,.col-sm-7 {
        width: 41.66666667%
    }

    .col-sm-6,.col-sm-7 {
        width: 50%
    }

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

    .col-sm-10,.col-sm-11,.col-sm-12,.col-sm-8,.col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-10,.col-sm-11,.col-sm-12,.col-sm-9 {
        width: 75%
    }

    .col-sm-10,.col-sm-11,.col-sm-12 {
        width: 83.33333333%
    }

    .col-sm-11,.col-sm-12 {
        width: 91.66666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-sm-0,.gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,.gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,.gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,.gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,.gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,.gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex:1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-1>*,.row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        width: 100%
    }

    .row-cols-md-2>*,.row-cols-md-3>*,.row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>*,.row-cols-md-4>* {
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        width: 25%
    }

    .col-md-1,.col-md-auto,.row-cols-md-5>*,.row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .col-md-1,.col-md-auto,.row-cols-md-6>* {
        width: 16.6666666667%
    }

    .col-md-1,.col-md-auto {
        width: auto
    }

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

    .col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7 {
        width: 25%;
        position: unset;
    }

    .col-md-4,.col-md-5,.col-md-6,.col-md-7 {
        width: 33.33333333%
    }

    .col-md-5,.col-md-6,.col-md-7 {
        width: 41.66666667%
    }

    .col-md-6,.col-md-7 {
        width: 50%
    }

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

    .col-md-10,.col-md-11,.col-md-12,.col-md-8,.col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-10,.col-md-11,.col-md-12,.col-md-9 {
        width: 75%
    }

    .col-md-10,.col-md-11,.col-md-12 {
        width: 83.33333333%
    }

    .col-md-11,.col-md-12 {
        width: 91.66666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-md-0,.gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,.gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,.gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,.gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,.gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,.gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,.gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex:1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-1>*,.row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        width: 100%
    }

    .row-cols-lg-2>*,.row-cols-lg-3>*,.row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>*,.row-cols-lg-4>* {
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        width: 25%
    }

    .col-lg-1,.col-lg-auto,.row-cols-lg-5>*,.row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .col-lg-1,.col-lg-auto,.row-cols-lg-6>* {
        width: 16.6666666667%
    }

    .col-lg-1,.col-lg-auto {
        width: auto
    }

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

    .col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7 {
        width: 25%
    }

    .col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7 {
        width: 33.33333333%
    }

    .col-lg-5,.col-lg-6,.col-lg-7 {
        width: 41.66666667%
    }

    .col-lg-6,.col-lg-7 {
        width: 50%
    }

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

    .col-lg-10,.col-lg-11,.col-lg-12,.col-lg-8,.col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-10,.col-lg-11,.col-lg-12,.col-lg-9 {
        width: 75%
    }

    .col-lg-10,.col-lg-11,.col-lg-12 {
        width: 83.33333333%
    }

    .col-lg-11,.col-lg-12 {
        width: 91.66666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-lg-0,.gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,.gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,.gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,.gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex:1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-1>*,.row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        width: 100%
    }

    .row-cols-xl-2>*,.row-cols-xl-3>*,.row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>*,.row-cols-xl-4>* {
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        width: 25%
    }

    .col-xl-1,.col-xl-auto,.row-cols-xl-5>*,.row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .col-xl-1,.col-xl-auto,.row-cols-xl-6>* {
        width: 16.6666666667%
    }

    .col-xl-1,.col-xl-auto {
        width: auto
    }

    .col-xl-1 {
        width: 8.33333333%
    }

    .col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7 {
        width: 25%
    }

    .col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7 {
        width: 33.33333333%
    }

    .col-xl-5,.col-xl-6,.col-xl-7 {
        width: 41.66666667%
    }

    .col-xl-6,.col-xl-7 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-10,.col-xl-11,.col-xl-12,.col-xl-8,.col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-10,.col-xl-11,.col-xl-12,.col-xl-9 {
        width: 75%
    }

    .col-xl-10,.col-xl-11,.col-xl-12 {
        width: 83.33333333%
    }

    .col-xl-11,.col-xl-12 {
        width: 91.66666667%
    }

    .col-xl-12 {
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,.gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,.gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,.gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,.gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,.gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,.gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex:1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-1>*,.row-cols-xxl-2>*,.row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>*,.row-cols-xxl-2>* {
        width: 100%
    }

    .row-cols-xxl-2>* {
        width: 50%
    }

    .row-cols-xxl-3>*,.row-cols-xxl-4>*,.row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>*,.row-cols-xxl-5>* {
        width: 25%
    }

    .row-cols-xxl-5>* {
        width: 20%
    }

    .col-xxl-1,.col-xxl-2,.col-xxl-auto,.row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-1,.col-xxl-2,.col-xxl-auto {
        width: auto
    }

    .col-xxl-1,.col-xxl-2 {
        width: 8.33333333%
    }

    .col-xxl-2 {
        width: 16.66666667%
    }

    .col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7 {
        width: 33.33333333%
    }

    .col-xxl-5,.col-xxl-6,.col-xxl-7 {
        width: 41.66666667%
    }

    .col-xxl-6,.col-xxl-7 {
        width: 50%
    }

    .col-xxl-7 {
        width: 58.33333333%
    }

    .col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-8,.col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-9 {
        width: 75%
    }

    .col-xxl-10,.col-xxl-11,.col-xxl-12 {
        width: 83.33333333%
    }

    .col-xxl-11,.col-xxl-12 {
        width: 91.66666667%
    }

    .col-xxl-12 {
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,.gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #0d6efd
}

.link-primary:focus,.link-primary:hover {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:focus,.link-secondary:hover {
    color: #565e64
}

.link-success {
    color: #198754
}

.link-success:focus,.link-success:hover {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:focus,.link-info:hover {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:focus,.link-warning:hover {
    color: #ffcd39
}

.link-danger {
    color: #dc3545
}

.link-danger:focus,.link-danger:hover {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

.link-light:focus,.link-light:hover {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:focus,.link-dark:hover {
    color: #1a1e21
}

.ratio,.ratio>* {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-bottom,.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-top {
    top: 0
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }
}

.hstack,.vstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.hstack {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vstack {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25
}

html {
    scroll-behavior: smooth;
    font-size: 100%
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: "Roboto",sans-serif;
    letter-spacing: 0;
    margin-top: 0
}

.h1,h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1em
}

.h2,h2 {
    font-size: 34px;
    font-size: 3.4rem
}

.h3,h3 {
    font-size: 26px;
    font-size: 2.6rem
}

ul li {
    list-style-type: none
}

main section .container-fluid .container {
    padding: 20px 15px
}

@media (min-width: 768px) {
    main section .container-fluid .container {
        padding-top:100px;
        padding-bottom: 50px
    }
}

.section-title {
    font-family: "Roboto",sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
    padding: 10px 0 0;
    margin: 0 0 10px;
    text-align: center
}

@media (min-width: 768px) {
    .section-title {
        font-size:32px;
        line-height: 36px;
        padding: 20px 0 0;
    }
}

.module-title,.page-title {
    font-family: "Roboto Slab",serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px
}

.module-text,.page-text,.section-text {
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px
}

.mod_basic-text .mod_basic-text__text p,.mod_basic-text .mod_basic-text__text ul li,.module-text p,.module-text ul li,.page-text p,.page-text ul li,.section-text p,.section-text ul li {
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #383838
}

.mod_basic-text .mod_basic-text__text strong,.module-text strong,.page-text strong,.section-text strong {
    font-weight: 800
}

.mod_basic-text .mod_basic-text__text span,.module-text span,.page-text span,.section-text span {
    font-weight: 800;
    color: #f0c419
}

.mod_basic-text .mod_basic-text__text ul li,.module-text ul li,.page-text ul li,.section-text ul li {
    padding: 0 0 0 20px;
    position: relative
}

.module-text ul li:before,.page-text ul li:before,.section-text ul li:before {
    content: "\ea15";
    color: #f0c419;
    font-size: 8px;
    position: absolute;
    top: 2px;
    left: 2px
}

.btn,.form-button,.module-button,.section-button {
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    padding: 10px 30px;
    margin: 10px 0 0;
    border-radius: 0
}

.module-image,.module-overlay {
    position: absolute;
    width: 100%;
    height: 100%
}

.module-image {
    background-size: cover;
    background-position: center center;
    z-index: 1
}

.module-overlay {
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #002253;
    opacity: .5
}

.bg-white {
    background-color: #fff
}

.bg-grey {
    background-color: #f6f6f6
}

.bg-blue {
    background-color: #232e43
}

[class*=sec_] {
    padding: 0;
    margin: 0
}

.module-text ul,.page-text ul,.section-text ul,[class*=sec_] .container-fluid {
    padding: 0
}

main {
    position: relative
}

@font-face {
    font-family: "Icons";
    src: url(../../fonts/icons/Icons.eot?1648461592502);
    src: url(../../fonts/icons/Icons.eot?1648461592502#iefix) format("eot"),url(../../fonts/icons/Icons.woff2?1648461592502) format("woff2"),url(../../fonts/icons/Icons.woff?1648461592502) format("woff"),url(../../fonts/icons/Icons.ttf?1648461592502) format("truetype"),url(../../fonts/icons/Icons.svg?1648461592502#Icons) format("svg")
}

.breadcrumbs__li:before,.header-logado--ruta .mod_menu__li:before,.header-top__tools__language .menu--language .mod_menu__li--link:before,.icon-bowl:before,.icon-earth:before,.icon-edificio:before,.icon-menu-conocenos:before,.icon-menu-descubrenos:before,.icon-menu-encuentranos:before,.icon-menu-hamburguesa:before,.icon-menu-siguenos:before,.icon-rrss-email:before,.icon-rrss-facebook:before,.icon-rrss-instagram:before,.icon-rrss-pinterest:before,.icon-rrss-twitter:before,.icon-rrss-youtube:before,.icon-tool-arrow-solid:before,.icon-tool-arrow-thin:before,.icon-tool-arrow:before,.icon-tool-calendar:before,.icon-tool-cascos:before,.icon-tool-cerrar:before,.icon-tool-circle:before,.icon-tool-contacto2:before,.icon-tool-contacto:before,.icon-tool-global:before,.icon-tool-lupa:before,.icon-tool-play:before,.mod_basic-text .mod_basic-text__text ul li:before,.mod_card-img-modal__modal .modal-header .btn-close:before,.mod_card-video-modal__modal .modal-header .btn-close:before,.mod_carrusel .owl-nav .owl-next:before,.mod_carrusel .owl-nav .owl-prev:before,.mod_colapsable .accordion-button:before,.mod_rrss__item.email:before,.mod_rrss__item.facebook:before,.mod_rrss__item.instagram:before,.mod_rrss__item.pinterest:before,.mod_rrss__item.twitter:before,.mod_rrss__item.youtube:before,.post-content--ppal .sec_post .post-text ul li:before {
    font-family: "Icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

.icon-bowl:before {
    content: "\ea01"
}

.icon-earth:before {
    content: "\ea02"
}

.icon-edificio:before {
    content: "\ea03"
}

.icon-menu-conocenos:before {
    content: "\ea04"
}

.icon-menu-descubrenos:before {
    content: "\ea05"
}

.icon-menu-encuentranos:before {
    content: "\ea06"
}

.icon-menu-hamburguesa:before {
    content: "\ea07"
}

.icon-menu-siguenos:before {
    content: "\ea08"
}

.icon-rrss-email:before {
    content: "\ea09"
}

.icon-rrss-facebook:before {
    content: "\ea0a"
}

.icon-rrss-instagram:before {
    content: "\ea0b"
}

.icon-rrss-pinterest:before {
    content: "\ea0c"
}

.icon-rrss-twitter:before {
    content: "\ea0d"
}

.icon-rrss-youtube:before {
    content: "\ea0e"
}

.icon-tool-arrow-solid:before {
    content: "\ea0f"
}

.header-top__tools__language .menu--language .mod_menu__li--link:before,.icon-tool-arrow-thin:before {
    content: "\ea10"
}

.icon-tool-arrow:before {
    content: "\ea11"
}

.icon-tool-calendar:before {
    content: "\ea12"
}

.icon-tool-cascos:before {
    content: "\ea13"
}

.icon-tool-cerrar:before {
    content: "\ea14"
}

.icon-tool-circle:before {
    content: "\ea15"
}

.icon-tool-contacto:before {
    content: "\ea16"
}

.icon-tool-contacto2:before {
    content: "\ea17"
}

.icon-tool-global:before {
    content: "\ea18"
}

.icon-tool-lupa:before {
    content: "\ea19"
}

.icon-tool-play:before {
    content: "\ea1a"
}

.header {
    position: fixed;
    z-index: 100;
    width: 100%;
    background-color: transparent
}

.header.scroll .header-top {
    margin-top: 0;
    min-height: 64px;
    background-color: #232e43
}

.header.scroll .header-top__logo {
    width: 120px
}

.header-top__logo img,.header.scroll .header-top__logo img {
    height: 50px
}

.header-top__logo span,.header.scroll .header-top__logo span {
    position: absolute;
    bottom: -5px;
    left: 58px;
    font-size: 10px
}

.header.scroll .header-top__hamburguer {
    margin-top: -10px
}

.header.scroll .header-top__tools {
    margin-top: 15px
}

.header.scroll .header-menu {
    display: none
}

.header-top {
    background-color: #232e43;
    position: relative;
    margin-top: 0
}

.header-top--col-izq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (min-width: 768px) {
    .header-top--col-izq {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.header-top--col-dcha {
    display: none
}

@media (min-width: 768px) {
    .header-top--col-dcha {
        display:block
    }
}

.header-top__logo {
    position: relative;
    width: 150px
}

.header-top__logo span {
    bottom: 0;
    font-family: "Roboto",sans-serif;
    font-weight: 14px;
    color: #fff
}

@media (min-width: 768px) {
    .header-top__logo {
        width:170px
    }

    .header-top__logo img {
        height: 70px
    }

    .header-top__logo span {
        font-size: 12px
    }
}

.header-top__hamburguersa {
    margin-top: 5px
}

.header-top__hamburguersa i,.panel-mobile--buscador .searchbox .form-button-icon i {
    color: #fff;
    font-size: 30px
}

.header-top__hamburguersa:hover {
    cursor: pointer
}

.header-top__hamburguersa:hover i,.header-top__tools__menu .mod_menu #tools-buscador .mod_menu__li--link.active .mod_menu__li--icon,.header-top__tools__menu .mod_menu__li--icon:hover,.header-top__tools__menu .mod_menu__li--link:hover {
    color: #f0c419
}

.header-top__tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 20px
}

.header-top__tools__menu {
    margin: 0 20px 0 0
}

.header-top__tools__language,.header-top__tools__menu .mod_menu #tools-buscador,.header-top__tools__menu .mod_menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.header-top__tools__menu .mod_menu__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%
}

.header-top__tools__menu .mod_menu__li {
    list-style-type: none;
    margin-right: 10px
}

.header-top__tools__menu .mod_menu__li--link {
    color: #fff;
    font-size: 24px;
    line-height: 20px
}

.header-top__tools__menu .mod_menu__li--text {
    display: none
}

.header-top__tools__menu .mod_menu #tools-buscador .searchbox.open .form-button-icon span,.header-top__tools__menu .mod_menu__li--icon {
    color: #fff
}

.header-top__tools__language,.header-top__tools__menu .mod_menu #tools-buscador {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top__tools__menu .mod_menu #tools-buscador {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.header-top__tools__menu .mod_menu #tools-buscador .mod_menu__li--link.active {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.header-top__tools__menu .mod_menu #tools-buscador .searchbox {
    width: 0;
    display: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: absolute;
    top: -4px;
    right: 27px
}

.header-top__tools__menu .mod_menu #tools-buscador .searchbox.open {
    display: block;
    background-color: #232e43;
    width: 400px
}

.header-top__tools__menu .mod_menu #tools-buscador .searchbox.open .form {
    position: relative;
    margin-right: 5px
}

.header-top__tools__menu .mod_menu #tools-buscador .searchbox.open .form-button-icon i,.header-top__tools__menu .mod_menu #tools-buscador .searchbox.open .form-label {
    display: none
}

.header-top__tools__menu .mod_menu #tools-buscador .searchbox.open .form-button-icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f0c419;
    padding: 8px 15px
}

.header-top__tools__language {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 30px 0 0
}

.header-top__tools__language .icon {
    font-size: 20px;
    color: #fff;
    margin-right: 10px
}

.header-top__tools__language .dropdown {
    background-color: transparent;
    border: 0;
    font-size: 15px;
    color: #fff
}

.header-top__tools__language .menu--language {
    position: relative
}

.header-top__tools__language .menu--language .mod_menu__list {
    margin: 0;
    padding: 0
}

.header-top__tools__language .menu--language .mod_menu__li {
    width: 80px
}

.header-top__tools__language .menu--language .mod_menu__li--link {
    color: #fff;
    position: relative;
    width: 100%;
    cursor: pointer
}

.header-top__tools__language .menu--language .mod_menu__li--link:before {
    position: absolute;
    top: 4px;
    right: -20px;
    font-size: 14px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.header-top__tools__language .menu--language .mod_menu2 {
    display: none;
    background-color: rgba(255,255,255,.5);
    padding: 10px 20px
}

.header-top__tools__language .menu--language .mod_menu2.show {
    display: block;
    position: absolute;
    top: 26px;
    left: -12px;
    z-index: 100
}

.header-top__tools__language .menu--language .mod_menu2__list {
    margin: 0;
    padding: 0
}

.header-top__tools__language .menu--language .mod_menu2__li {
    margin: 0 0 10px
}

.header-top__tools__language .menu--language .mod_menu2__li--link {
    color: #383838;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    cursor: pointer
}

.header-top__tools__language .menu--language .mod_menu2__li--link:hover {
    color: #f0c419
}

.header-top__tools__areaprivada .button {
    background-color: #f0c419;
    border: 2px solid #f0c419;
    color: #fff;
    -webkit-transition: all .25s;
    transition: all .25s;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 500;
}

.header-top__tools__areaprivada .button:hover {
    background-color: transparent;
    color: #f0c419
}

.header-menu {
    margin-top: 50px;
    text-align: left;
    display: none
}

@media (min-width: 768px) {
    .header-menu {
        display:block
    }
}

.header-menu.showmenu2 {
    position: relative
}

.header-menu.showmenu2:after {
    content: "";
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 1;
    background-color: rgba(35,46,67,.8);
    border-top: 1px solid #fff;
    width: 100%;
    height: 80%
}

.header-menu.showmenu2 .container {
    position: relative;
    z-index: 2
}

.header-menu .mod_menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 0;
    width: 100%
}

.header-menu .mod_menu__li {
    list-style-type: none;
    margin-bottom: 15px;
    position: relative;
    width: 25%
}

@media (min-width: 768px) {

    .header-menu .mod_menu__li#menuPpal_li_5 .mod_menu__li--text {
        text-align: right
    }
}

@media (min-width: 768px) {
    .header-menu .mod_menu__li#menuPpal_li_6 .mod_menu__li--text {
        text-align: right
    }
}

.header-menu .mod_menu__li--link {
    color: #fff;
    font-size: 60px;
    line-height: 20px;
    width: 100%
}

.header-menu .mod_menu__li--link:hover .mod_menu__li--text {
    display: block
}

.header-menu .mod_menu__li--text {
    display: none;
    font-size: 22px;
    line-height: 26px;
    font-family: "Roboto Slab",serif;
    color: #f0c419;
    margin: 20px 0
}

.header-menu .mod_menu__li--icon,.panel-mobile .icon-cerrar i {
    color: #fff
}

.header-menu .mod_menu2,.header-menu .mod_menu__li--arrow {
    display: none
}

.header-menu .mod_menu__li--icon:hover,.header-menu .mod_menu__li--link:hover,.header-menu .mod_menu__li.active .mod_menu__li--icon {
    color: #f0c419
}

.header-menu .mod_menu2.show,.header-menu .mod_menu__li.active .mod_menu__li--text {
    display: block
}

.header-menu .mod_menu2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px
}

.header-menu .mod_menu2__li {
    list-style-type: none;
    margin-bottom: 20px
}

.header-menu .mod_menu2__li--link {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.header-menu .mod_menu2__li--arrow:hover,.header-menu .mod_menu2__li--link:hover {
    color: #f0c419
}

.header-menu .mod_menu2__li--arrow {
    margin: 5px 0 0 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms,-webkit-transform 400ms
}

.header-menu .mod_menu2__li.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header-menu .mod_menu2__li.active .mod_menu2__li--link {
    font-weight: 900
}

.header-menu .mod_menu2__li.active .mod_menu2__li--arrow {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.header-menu .mod_menu3 {
    display: none;
    margin: 10px 0 10px 30px
}

.header-menu .mod_menu3.show {
    display: block
}

.header-menu .mod_menu3__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100%
}

.header-menu .mod_menu3__li {
    list-style-type: none;
    margin-bottom: 5px
}

.header-menu .mod_menu3__li--link {
    font-size: 14px;
    line-height: 16px
}

.header-logado--login .mod_menu__li--link:hover,.header-logado--ruta .mod_menu__li--link:hover,.header-menu .mod_menu3__li--link:hover {
    color: #f0c419
}

.header-logado {
    background-color: #161f2f;
    padding: 5px 0 8px
}

.header-logado--ruta .mod_menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 0;
    width: 100%
}

.header-logado--ruta .mod_menu__li {
    position: relative;
    margin: 0 10px 0 0;
    padding: 0 20px 0 0
}

.header-logado--ruta .mod_menu__li:before {
    content: "\ea0f";
    position: absolute;
    top: 2px;
    right: 0;
    color: #fff;
    font-size: 12px
}

.footer-second__links ul li:last-child:after,.header-logado--ruta .mod_menu__li:last-child:before,.panel-mobile--menuIdiomas .mod_menu__li:last-child:before {
    display: none
}

.header-logado--ruta .mod_menu__li--link {
    color: #fff;
    font-size: 12px;
    line-height: 14px
}

.header-logado--login .mod_menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 5px 0 0;
    padding: 0;
    width: 100%
}

@media (min-width: 768px) {
    .header-logado--login .mod_menu__list {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0
    }
}

.header-logado--login .mod_menu__li {
    position: relative;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    color: #fff
}

.header-logado--login .mod_menu__li#login-hello {
    padding: 0;
    margin: 0;
    text-align: left
}

.header-logado--login .mod_menu__li#login-hello:after {
    content: ":";
    color: #fff
}

.header-logado--login .mod_menu__li#login-backend,.header-logado--login .mod_menu__li#login-salir {
    padding: 0 15px;
    text-align: center
}

.header-logado--login .mod_menu__li#login-backend:before {
    content: "";
    position: absolute;
    top: 0;
    right: -9px;
    width: 1px;
    height: 19px;
    background-color: #fff
}

.header-logado--login .mod_menu__li--text {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 900
}

.header-logado--login .mod_menu__li--link {
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    font-weight: 500
}

.footer-ppal {
    padding: 20px 0;
    position: relative
}

.footer-ppal__info {
    position: relative;
    z-index: 10
}

.footer-ppal__info--col-izq {
    padding: 0 15px
}

@media (min-width: 768px) {
    .footer-ppal__info--col-izq {
        padding:0 60px 0 0
    }
}

.footer-ppal__info--col-dcha {
    padding: 0 15px
}

@media (min-width: 768px) {
    .footer-ppal__info--col-dcha {
        padding:0 0 0 100px
    }
}

.footer-ppal__info__logo img {
    height: 64px
}

@media (min-width: 768px) {
    .footer-ppal__info__logo img {
        height:100px;
        width: auto;
    }
}

.footer-ppal__info__form .h2,.footer-ppal__info__form h2 {
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin: 20px 0 30px
}

.footer-ppal__info__form .mod_form {
    position: relative;
    z-index: 2
}

.footer-ppal__info__form .mod_form .form-group-inputs {
    margin-bottom: 20px
}

.footer-ppal__info__form .mod_form .form-group-inputs,.footer-ppal__info__form .mod_form .form-group-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-ppal__info__form .mod_form .form-group-submit .form-button {
    background-color: #f0c419;
    padding: 12px 50px
}

.footer-ppal__info__form .gform_wrapper .gform_body .gfield_label,.footer-ppal__info__form .gform_wrapper .gform_body .gfield_required {
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    margin: 0
}

.footer-ppal__info__form .gform_wrapper .gform_body .ginput_container_email input,.footer-ppal__info__form .gform_wrapper .gform_body .ginput_container_text input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    color: #f0c419;
    padding: 5px 0
}

.footer-ppal__info__form .gform_wrapper .gform_body .ginput_container_email input::-webkit-input-placeholder,.footer-ppal__info__form .gform_wrapper .gform_body .ginput_container_text input::-webkit-input-placeholder {
    color: #f0c419
}

.footer-ppal__info__form .gform_wrapper .gform_body .ginput_container_email input::-moz-placeholder,.footer-ppal__info__form .gform_wrapper .gform_body .ginput_container_text input::-moz-placeholder {
    color: #f0c419
}

.footer-ppal__info__form .gform_wrapper .gform_body .ginput_container_email input:-ms-input-placeholder,.footer-ppal__info__form .gform_wrapper .gform_body .ginput_container_text input:-ms-input-placeholder {
    color: #f0c419
}

.footer-ppal__info__form .gform_wrapper .gform_body .ginput_container_email input::-ms-input-placeholder,.footer-ppal__info__form .gform_wrapper .gform_body .ginput_container_text input::-ms-input-placeholder {
    color: #f0c419
}

.footer-ppal__info__form .gform_wrapper .gform_body .ginput_container_email input::placeholder,.footer-ppal__info__form .gform_wrapper .gform_body .ginput_container_text input::placeholder {
    color: #f0c419
}

.footer-ppal__info__form .gform_wrapper .gform_body .ginput_container_consent {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.footer-ppal__info__form .gform_wrapper .gform_body .ginput_container_consent input {
    position: relative;
    z-index: 1;
    border-bottom: 0
}

.footer-ppal__info__form .gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label {
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    padding: 0 0 0 5px
}

@media (min-width: 992px) {
    .footer-ppal__info__form .gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label {
        padding:0 0 0 10px
    }
}

.footer-ppal__info__form .gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label--check {
    width: 15px;
    height: 15px;
    background-color: #eee;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 2
}

.footer-ppal__info__form .gform_wrapper .gform_body .ginput_container_consent .form-check-input:checked+label .form-check-label--check,.gform_wrapper .gform_body .ginput_container_consent .form-check-input:checked+label .form-check-label--check,.mod_form .form-check .form-check-input:checked+label .form-check-label--check,.sec_suscripcion-newsletter .gform_wrapper .gform_body .ginput_container_consent .form-check-input:checked+label .form-check-label--check {
    background-color: #f0c419
}

.footer-ppal__info__form .gform_wrapper .gform_footer .gform_button {
    font-size: 13px;
    font-weight: 500;
    border-radius: 1px;
    padding: 12px 50px;
    background-color: #f0c419;
    border: 2px solid #f0c419;
    color: #fff;
    -webkit-transition: all .25s;
    transition: all .25s
}

.footer-ppal__info__form .gform_wrapper .gform_footer .gform_button:hover {
    background-color: transparent;
    color: #f0c419
}

.footer-ppal__info__rrss {
    margin-top: 30px
}

.footer-ppal__info__rrss .h2,.footer-ppal__info__rrss h2 {
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 10px
}

.footer-ppal__info__menu {
    margin-top: 50px;
    text-align: left
}

.footer-ppal__info__menu .mod_menu__list,.footer-second__links ul,.footer-second__links ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0
}

.footer-ppal__info__menu .mod_menu__li {
    margin-bottom: 15px
}

.footer-ppal__info__menu .mod_menu__li--link {
    color: #fff;
    font-family: "Roboto Slab",serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

.footer-ppal__info__menu .mod_menu__li--link:hover,.footer-second__links ul li a:hover,.panel-mobile--menuPpal .mod_menu__li--link:hover .mod_menu__li--arrow,.panel-mobile--menuPpal .mod_menu__li--link:hover .mod_menu__li--icon,.panel-mobile--menuPpal .mod_menu__li--link:hover .mod_menu__li--text {
    color: #f0c419
}

.footer-ppal__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

.footer-ppal__image .mod_bgimage-overlay .module-overlay {
    opacity: .85
}

.footer-second {
    position: relative;
    z-index: 10;
    padding: 15px 0 10px;
    background-color: #232e43;
    color: #fff
}

.footer-second__copy {
    padding: 0 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .footer-second__copy {
        padding:0 60px 0 0;
        margin-bottom: 0
    }
}

.footer-second__copy p {
    margin: 0
}

.footer-second__links {
    padding: 0 15px
}

@media (min-width: 768px) {
    .footer-second__links {
        padding:0 0 0 100px
    }
}

.footer-second__links ul,.footer-second__links ul li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.footer-second__links ul li {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-second__links ul li:after {
    content: "";
    border-right: 1px solid rgba(255,255,255,.5);
    color: #fff;
    width: 2px;
    height: 14px;
    position: absolute;
    top: 3px;
    right: 0
}

.footer-second__copy p,.footer-second__links ul li a {
    font-size: 13px;
    font-weight: 300;
    color: #fff
}

.panel-mobile {
    position: fixed;
    top: 0;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms,-webkit-transform 400ms;
    background-color: #232e43;
    width: 100%;
    height: 100vh;
    padding: 20px;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .panel-mobile {
        padding:20px 30px;
        background-color: rgba(35,46,67,.9)
    }
}

.panel-mobile-container {
    width: 100%
}

@media (min-width: 768px) {
    .panel-mobile-container {
        width:47%
    }
}

.panel-mobile.abrir {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%
}

@media (min-width: 768px) {
    .panel-mobile.abrir {
        -webkit-transform:translateX(50%);
        transform: translateX(50%)
    }
}

.panel-mobile .icon-cerrar {
    width: 100%;
    margin-bottom: 10px;
    text-align: right
}

.panel-mobile--menuPpal {
    padding: 30px 0 0
}

.panel-mobile--menuPpal .mod_menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100%
}

.panel-mobile--menuPpal .mod_menu__li {
    width: 80%;
    margin-bottom: 35px;
    position: relative
}

.panel-mobile--menuPpal .mod_menu__li--link {
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.panel-mobile--menuPpal .mod_menu__li--text {
    font-family: "Roboto Slab",serif;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    position: relative
}

.panel-mobile--menuPpal .mod_menu__li--icon {
    color: #fff;
    font-size: 40px;
    line-height: 20px;
    width: 60px
}

.panel-mobile--menuPpal .mod_menu__li--icon:hover,.panel-mobile--menuPpal .mod_menu__li.active .mod_menu__li--icon,.panel-mobile--menuPpal .mod_menu__li.active .mod_menu__li--text {
    color: #f0c419
}

.panel-mobile--menuPpal .mod_menu__li--arrow {
    margin: 5px 0 0 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.panel-mobile--menuPpal .mod_menu__li.active .mod_menu__li--arrow {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.panel-mobile--menuPpal .mod_menu2 {
    display: none;
    height: 0;
    -webkit-transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms,-webkit-transform 400ms
}

.panel-mobile--menuPpal .mod_menu2.show {
    display: block;
    height: 100%;
    width: 100%
}

.panel-mobile--menuPpal .mod_menu2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 20px 0 0 60px;
    width: 100%
}

.panel-mobile--menuPpal .mod_menu2__li {
    list-style-type: none;
    margin-bottom: 10px
}

.panel-mobile--menuPpal .mod_menu2__li--link {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-right: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.panel-mobile--menuPpal .mod_menu2__li--arrow:hover,.panel-mobile--menuPpal .mod_menu2__li--link:hover {
    color: #f0c419
}

.panel-mobile--menuPpal .mod_menu2__li--arrow {
    margin: 5px 0 0 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms,-webkit-transform 400ms
}

.panel-mobile--menuPpal .mod_menu2__li.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.panel-mobile--menuPpal .mod_menu2__li.active .mod_menu2__li--link {
    color: #f0c419;
    font-weight: 900
}

.panel-mobile--menuPpal .mod_menu2__li.active .mod_menu2__li--arrow {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.panel-mobile--menuPpal .mod_menu3 {
    display: none;
    margin: 10px 0 0 30px
}

.panel-mobile--menuPpal .mod_menu3.show {
    display: block
}

.panel-mobile--menuPpal .mod_menu3__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100%
}

.panel-mobile--menuPpal .mod_menu3__li {
    list-style-type: none;
    margin-bottom: 10px
}

.panel-mobile--menuPpal .mod_menu3__li--link {
    font-size: 14px;
    line-height: 16px
}

.panel-mobile--menuLogin .mod_menu__li--link:hover,.panel-mobile--menuPpal .mod_menu3__li--link:hover,.panel-mobile--tools .mod_menu__li--link:hover .mod_menu__li--arrow,.panel-mobile--tools .mod_menu__li--link:hover .mod_menu__li--icon,.panel-mobile--tools .mod_menu__li--link:hover .mod_menu__li--text {
    color: #f0c419
}

.panel-mobile--buscador,.panel-mobile--menuLogin {
    border-top: 1px solid rgba(255,255,255,.5)
}

.panel-mobile--menuLogin .mod_menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 10px 0;
    padding: 0;
    width: 100%
}

.panel-mobile--menuLogin .mod_menu__li {
    position: relative;
    margin: 0 5px 0 0
}

.panel-mobile--menuLogin .mod_menu__li#login-hello {
    padding: 20px 10px 20px 0;
    text-align: left;
    font-weight: 900
}

.panel-mobile--menuLogin .mod_menu__li#login-hello:after {
    content: ":";
    color: #fff
}

.panel-mobile--menuLogin .mod_menu__li#login-backend,.panel-mobile--menuLogin .mod_menu__li#login-salir {
    padding: 20px 15px;
    text-align: center
}

.panel-mobile--menuIdiomas .mod_menu__li:before,.panel-mobile--menuLogin .mod_menu__li#login-backend:before {
    content: "";
    position: absolute;
    top: 12px;
    right: -4px;
    width: 1px;
    height: 38px;
    background-color: #fff
}

.panel-mobile--menuLogin .mod_menu__li--text {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 900
}

.panel-mobile--menuLogin .mod_menu__li--link {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500
}

.panel-mobile--buscador {
    padding: 30px 0
}

@media (min-width: 768px) {
    .panel-mobile--buscador {
        padding:30px 20px
    }
}

.panel-mobile--buscador .searchbox .form {
    position: relative
}

.panel-mobile--buscador .searchbox .form-button-icon span,.panel-mobile--buscador .searchbox .form-label {
    display: none
}

.panel-mobile--buscador .searchbox .form-control {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 40px;
    padding-right: 60px
}

.panel-mobile--buscador .searchbox .form-button-icon {
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: 0;
    padding: 0
}

.mod_basic-text .mod_basic-text__text ul,.panel-mobile--tools {
    padding: 0
}

.panel-mobile--tools .mod_menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100%
}

.panel-mobile--tools .mod_menu__li {
    width: 80%;
    margin-bottom: 35px;
    position: relative
}

.panel-mobile--tools .mod_menu__li--link {
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.panel-mobile--tools .mod_menu__li--text {
    font-family: "Roboto Slab",serif;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    position: relative
}

.panel-mobile--tools .mod_menu__li--icon {
    color: #fff;
    font-size: 40px;
    line-height: 20px;
    width: 60px
}

.panel-mobile--menuIdiomas .mod_menu__li--link:hover,.panel-mobile--tools .mod_menu__li--icon:hover,.panel-mobile--tools .mod_menu__li.active .mod_menu__li--icon,.panel-mobile--tools .mod_menu__li.active .mod_menu__li--text {
    color: #f0c419
}

.panel-mobile--tools .mod_menu__li--arrow {
    display: none;
    margin: 5px 0 0 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.panel-mobile--tools .mod_menu__li.active .mod_menu__li--arrow {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.breadcrumbs__list,.panel-mobile--menuIdiomas .mod_menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 10px 0 0;
    padding: 0;
    width: 100%
}

@media (min-width: 768px) {
    .panel-mobile--menuIdiomas .mod_menu__list {
        margin:0
    }
}

.panel-mobile--menuIdiomas .mod_menu__li {
    position: relative;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0
}

@media (min-width: 768px) {
    .panel-mobile--menuIdiomas .mod_menu__li {
        margin:0 7px 0 0;
        padding: 0 7px 0 0
    }
}

.panel-mobile--menuIdiomas .mod_menu__li:before {
    top: 2px;
    right: 0;
    height: 14px
}

.panel-mobile--menuIdiomas .mod_menu__li--link {
    color: #fff;
    font-size: 12px;
    line-height: 14px
}

.breadcrumbs__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    padding: 20px 0 10px
}

.breadcrumbs__li {
    list-style-type: none;
    padding: 0 10px 0 0;
    margin: 0 15px 0 0;
    position: relative
}

.breadcrumbs__li:before {
    content: "\ea11";
    position: absolute;
    top: 5px;
    right: -8px;
    font-size: 10px
}

.breadcrumbs__li--link {
    color: #383838;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase
}

.breadcrumbs__li--link:hover,.mod_banner.bg-blue .module-title strong,.mod_banner.bg-white .module-title strong {
    color: #f0c419
}

.breadcrumbs__li--text,.mod_carrusel .owl-nav .owl-next span,.mod_carrusel .owl-nav .owl-prev span {
    display: none
}

.breadcrumbs__li:last-child:before {
    display: none
}

.selects.dropdown-toggle {
    color: #fff
}

.searchbox .form-label {
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    margin: 0
}

.searchbox .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    color: #f0c419;
    padding: 5px 0
}

.searchbox .form-control::-webkit-input-placeholder {
    color: #f0c419
}

.searchbox .form-control::-moz-placeholder {
    color: #f0c419
}

.searchbox .form-control:-ms-input-placeholder {
    color: #f0c419
}

.searchbox .form-control::-ms-input-placeholder {
    color: #f0c419
}

.searchbox .form-control::placeholder {
    color: #f0c419
}

.mod_banner,.mod_banner__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mod_banner {
    position: relative;
    min-height: 400px;
    padding: 40px 0
}

.mod_banner__text {
    width: 80%;
    text-align: center
}

.mod_banner__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center
}

.mod_banner__image,.mod_banner__overlay {
    width: 100%;
    height: 100%
}

.mod_banner__overlay {
    position: absolute;
    z-index: 3;
    top: 1;
    left: 1;
    background-color: #002253;
    opacity: .5
}

.mod_banner.bg-blue {
    background-color: #232e43
}

.mod_banner.bg-blue .module-text,.mod_banner.bg-blue .module-text li,.mod_banner.bg-blue .module-text p,.mod_banner.bg-blue .module-title,.mod_banner.bg-image .module-title strong {
    color: #fff
}

.mod_banner.bg-blue .module-button {
    background-color: #f0c419;
    border: 2px solid #f0c419;
    color: #fff;
    -webkit-transition: all .25s;
    transition: all .25s
}

.mod_banner.bg-blue .module-button:hover {
    background-color: transparent;
    color: #f0c419
}

#wpsc-block-calendar .wpsc-calendar table tr td,.mod_banner.bg-white {
    background-color: #fff
}

.mod_banner.bg-white .module-title {
    color: #232e43
}

.mod_banner.bg-white .module-text,.mod_banner.bg-white .module-text li,.mod_banner.bg-white .module-text p {
    color: #383838
}

.mod_banner.bg-white .module-button {
    background-color: #232e43;
    border: 2px solid #232e43;
    color: #fff;
    -webkit-transition: all .25s;
    transition: all .25s
}

.mod_banner.bg-image .module-button:hover,.mod_banner.bg-white .module-button:hover {
    background-color: transparent;
    color: #232e43
}

.mod_banner.bg-image {
    position: relative
}

.mod_banner.bg-image .module-title {
    color: #232e43
}

.mod_banner.bg-image .module-text,.mod_banner.bg-image .module-text li,.mod_banner.bg-image .module-text p {
    color: #fff
}

.mod_banner.bg-image .module-button {
    background-color: #232e43;
    border: 2px solid #232e43;
    color: #fff;
    -webkit-transition: all .25s;
    transition: all .25s
}

.mod_banner.bg-image .mod_banner__button,.mod_banner.bg-image .mod_banner__text {
    position: relative;
    z-index: 10
}

.mod_banner.bg-image .mod_banner__image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.mod_banner.bg-image .mod_banner__image .module-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.mod_banner.bg-image-overlay .module-text,.mod_banner.bg-image-overlay .module-text li,.mod_banner.bg-image-overlay .module-text p,.mod_banner.bg-image-overlay .module-title,.mod_publicaciones__li a,.sec_banner-icons .section-title strong {
    color: #fff
}

.mod_banner.bg-image-overlay .module-title strong,.mod_card-img-title-text__text .module-title a:hover {
    color: #f0c419
}

.mod_banner.bg-image-overlay .module-button {
    background-color: #f0c419;
    border: 2px solid #f0c419;
    color: #fff;
    -webkit-transition: all .25s;
    transition: all .25s
}

.mod_banner.bg-image-overlay .module-button:hover {
    background-color: transparent;
    color: #f0c419
}

.mod_banner.bg-image-overlay .mod_banner__button,.mod_banner.bg-image-overlay .mod_banner__text {
    position: relative;
    z-index: 10
}

.mod_banner.bg-image-overlay .mod_banner__image {
    position: absolute;
    z-index: 1
}

.mod_banner.bg-image-overlay .mod_banner__image .module-image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: 1
}

.mod_banner.bg-image-overlay .mod_banner__image .module-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002253;
    opacity: .5
}

.mod_basic-text .mod_basic-text__text.module-text-center li,.mod_basic-text .mod_basic-text__text.module-text-center p {
    text-align: center
}

.mod_basic-text .mod_basic-text__text.module-text-left li,.mod_basic-text .mod_basic-text__text.module-text-left p {
    text-align: left
}

.mod_basic-text .mod_basic-text__text.module-text-right li,.mod_basic-text .mod_basic-text__text.module-text-right p {
    text-align: right
}

.mod_basic-text .mod_basic-text__text ul li:before {
    content: "\ea15";
    color: #f0c419;
    font-size: 8px;
    position: absolute;
    top: 2px;
    left: 2px
}

.mod_basic-text.noImg {
    padding: 0 15px
}

.mod_basic-text.noImg,.mod_basic-text.noImg .mod_basic-text__text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

@media (min-width: 768px) {
    .mod_basic-text.noImg .mod_basic-text__text {
        width:80%
    }

    .mod_basic-text.noImg {
        padding: 0
    }
}

.mod_basic-text.leftImg {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mod_basic-text.leftImg .mod_basic-text__text {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.mod_basic-text.leftImg .mod_basic-text__image {
    width: 100%;
    min-height: 300px;
    margin: 20px 0 0;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 992px) {
    .mod_basic-text.leftImg {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .mod_basic-text.leftImg .mod_basic-text__text {
        width: 50%;
        padding: 0 50px 0 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .mod_basic-text.leftImg .mod_basic-text__image {
        width: 50%;
        min-height: 300px;
        position: relative;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.mod_basic-text.rightImg,.mod_card-img-modal,.mod_colapsable .accordion-body .mod_basic-text.leftImg,.mod_colapsable .accordion-body .mod_basic-text.rightImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mod_basic-text.rightImg {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mod_basic-text.rightImg .mod_basic-text__text {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.mod_basic-text.rightImg .mod_basic-text__image {
    width: 100%;
    min-height: 300px;
    margin: 0 0 20px;
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width: 992px) {
    .mod_basic-text.rightImg {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .mod_basic-text.rightImg .mod_basic-text__text {
        width: 50%;
        padding: 0 0 0 50px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .mod_basic-text.rightImg .mod_basic-text__image {
        width: 50%;
        min-height: 300px;
        position: relative;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.mod_colapsable .accordion-header {
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    background-color: #fff
}

.mod_colapsable .accordion-button {
    position: relative;
    width: 100%;
    border: 0;
    padding: 10px 30px;
    text-align: left;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #262626;
    background-color: #fff
}

.mod_colapsable .accordion-button:before {
    content: "\ea11";
    position: absolute;
    top: 7px;
    right: 15px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.mod_colapsable .accordion-button.collapsed:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mod_colapsable .accordion-collapse {
    -webkit-box-shadow: 0 9px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 9px 10px 0 rgba(0,0,0,.3);
    background-color: #fff
}

.mod_colapsable .accordion-body {
    padding: 30px
}

.mod_colapsable .accordion-body .mod_basic-text.noImg .mod_basic-text__text {
    width: 100%;
    text-align: left
}

.mod_card-img-modal,.mod_colapsable .accordion-body .mod_basic-text.leftImg,.mod_colapsable .accordion-body .mod_basic-text.rightImg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 992px) {
    .mod_colapsable .accordion-body .mod_basic-text.leftImg,.mod_colapsable .accordion-body .mod_basic-text.rightImg {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.mod_card-img-modal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 200px;
    padding: 0;
    margin: 0 0 20px;
    position: relative
}

.mod_card-img-modal__image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer
}

.mod_card-img-modal__image .module-overlay {
    position: absolute;
    z-index: 2;
    top: 1;
    left: 1;
    width: 100%;
    height: 100%;
    background-color: #002253;
    opacity: .5
}

.mod_card-img-modal__image:hover .module-overlay {
    opacity: 0
}

.mod_card-img-modal__modal {
    top: 20%
}

.mod_card-img-modal__modal .modal-dialog {
    max-width: 100%;
    height: 60vh;
    position: relative
}

@media (min-width: 768px) {
    .mod_card-img-modal__modal .modal-dialog {
        max-width:80%
    }
}

.mod_card-img-modal__modal .modal-header {
    position: absolute;
    right: 0;
    z-index: 10;
    border: 0
}

.mod_card-img-modal__modal .modal-header .btn-close {
    background: 0 0;
    border: 0
}

.mod_card-img-modal__modal .modal-header .btn-close:before {
    content: "\ea14";
    color: #fff;
    font-size: 30px
}

.mod_card-img-modal__modal .modal-body {
    height: auto;
    z-index: 1;
    position: relative;
    padding: 0;
    margin: 0
}

.mod_card-img-modal__modal .modal-body .module-image {
    width: 100%;
    height: 60vh
}

.mod_card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.mod_card-img-overlay .module-image {
    position: relative;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: 1
}

.mod_card-img-overlay .module-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #232e43;
    opacity: .5
}

.mod_card-img-title-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    z-index: 10
}

.mod_card-img-title-text__text {
    height: 50%;
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    overflow: hidden
}

.mod_card-img-title-text__text .module-title {
    font-family: "Roboto Slab",serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #262626
}

.mod_card-img-title-text__text .module-title a {
    color: #262626
}

.mod_card-img-title-text__text .module-text {
    margin-bottom: 10px;
    color: #262626
}

.mod_card-img-title-text__image {
    position: relative;
    width: 100%;
    height: 50%
}

.mod_card-img-title-text__image .module-image {
    position: absolute;
    z-index: 1
}

.mod_card-img-title-text__image .module-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002253;
    opacity: .5
}

.mod_card-img-title-text-cita {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    z-index: 10;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    background-color: #fff;
    border: 1px solid #ebebeb;
    position: relative
}

.mod_card-img-title-text-cita:after {
    content: "";
    width: 86px;
    height: 9px;
    background-color: #232e43;
    position: absolute;
    top: -3px;
    left: 35%
}

.mod_card-img-title-text-cita__text {
    height: 35%;
    width: 100%;
    padding: 10px 20px;
    text-align: left
}

.mod_card-img-title-text-cita__text .module-title {
    font-family: "Roboto Slab",serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px 0;
    color: #232e43;
    position: relative
}

.mod_card-img-title-text-cita__image:after,.mod_card-img-title-text-cita__text .module-title:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #232e43;
    position: absolute;
    bottom: -3px;
    left: 0
}

.mod_card-img-title-text-cita__text .module-text {
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    margin-bottom: 10px;
    color: #383838
}

.mod_card-img-title-text-cita__image,.mod_card-num-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.mod_card-img-title-text-cita__image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 65%
}

.mod_card-img-title-text-cita__image:after {
    height: 60%;
    bottom: -1px;
    z-index: 1
}

.mod_card-img-title-text-cita__image .module-image {
    width: 80%;
    height: 250px;
    position: relative;
    z-index: 2
}

.mod_card-img-title-text-cita__image .module-cita {
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 100;
    line-height: 18px;
    text-align: center;
    color: #fff;
    z-index: 2;
    margin-top: 10px
}

.mod_card-num-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 10;
    padding: 20px
}

@media (min-width: 768px) {
    .mod_card-num-title {
        padding:30px 40px 30px 20px
    }
}

.mod_card-num-title__image {
    width: 100%;
    height: 30%
}

.mod_card-num-title__image .module-number {
    font-family: "Roboto",sans-serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 44px;
    text-align: left;
    color: #fff;
    padding: 0;
    margin: 0 0 10px;
    z-index: 2
}

.mod_card-num-title__text {
    height: 70%;
    width: 100%;
    padding: 0;
    text-align: left
}

.mod_card-num-title__text .module-title {
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    margin-bottom: 15px;
    padding: 10px 0 0;
    color: #fff;
    position: relative
}

@media (min-width: 768px) {
    .mod_card-num-title__text .module-title {
        padding:10px 0
    }
}

.mod_card-num-icon-title-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10;
    background-color: #fff;
    border: 3px solid #232e43;
    padding: 0 0 30px;
    margin: 0 0 50px;
    position: relative
}

.mod_card-num-icon-title-text:last-child {
    margin: 0
}

.mod_card-num-icon-title-text__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative
}

.mod_card-num-icon-title-text__image .module-number {
    background-color: #232e43;
    font-family: "Roboto Slab",serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: #fff;
    padding: 20px;
    margin-top: -40px;
    z-index: 2
}

.mod_card-num-icon-title-text__image .module-image {
    width: auto;
    height: 80px;
    position: relative;
    z-index: 2
}

.mod_card-num-icon-title-text__text {
    height: 35%;
    width: 100%;
    padding: 10px 20px;
    text-align: left
}

.mod_card-num-icon-title-text__text .module-title {
    font-family: "Roboto Slab",serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px 0;
    color: #232e43;
    position: relative
}

.mod_card-num-icon-title-text__text .module-text {
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    margin-bottom: 10px;
    color: #383838
}

.mod_card-icon-num-title {
    position: relative;
    margin: 0 0 20px;
    padding: 0
}

@media (min-width: 768px) {
    .mod_card-icon-num-title {
        margin:0 0 40px
    }
}

.mod_card-icon-num-title .mod_grid {
    position: relative;
    width: 180px;
    height: 100%;
    margin: 0;
    padding: 20px 5px 0;
    background-color: #232e43;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.mod_card-icon-num-title .mod_grid:first-child {
    margin-right: 10px
}

@media (min-width: 768px) {
    .mod_card-icon-num-title .mod_grid {
        max-width:250px;
        width: auto;
        padding: 20px 10px 0
    }

    .mod_card-icon-num-title .mod_grid:first-child {
        margin-right: 20px
    }
}

.mod_card-icon-num-title .mod_grid>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0
}

.mod_card-icon-num-title .mod_grid>.row>[class*=col-] {
    padding: 0
}

.mod_card-icon-num-title .mod_grid>.row .col-4 {
    width: 100%
}

.mod_card-icon-num-title__image {
    margin-bottom: 10px
}

.mod_card-icon-num-title__image .module-icon {
    height: auto;
    width: 70%
}

.mod_card-icon-num-title__text,.mod_card-video-modal {
    width: 250px;
    padding: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mod_card-icon-num-title__text .module-number {
    font-family: "Roboto",sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 18px;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 20px 0;
    width: 100%
}

@media (min-width: 768px) {
    .mod_card-icon-num-title__text .module-number {
        font-size:40px;
        line-height: 18px
    }
}

.mod_card-icon-num-title__text .module-number:after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #f0c419;
    position: absolute;
    bottom: -1px;
    left: 38%;
    z-index: 1
}

@media (min-width: 768px) {
    .mod_card-icon-num-title__text .module-number:after {
        left:40%
    }
}

.mod_card-icon-num-title__text .module-title {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: #fff;
    width: 100%
}

@media (min-width: 768px) {
    .mod_card-icon-num-title__text .module-title {
        font-size:18px;
        line-height: 18px
    }
}

.mod_card-video-modal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 400px;
    padding: 0;
    margin: 0 0 20px;
}

.mod_card-video-modal__image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer
}

.mod_card-video-modal__image .module-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002253;
    opacity: .5
}

.mod_card-video-modal__image .module-icon {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mod_card-video-modal__image .module-icon i {
    font-size: 70px;
    color: #fff
}

.mod_card-video-modal__image:hover .module-overlay {
    opacity: 0
}

.mod_card-video-modal__modal {
    top: 20%
}

.mod_card-video-modal__modal .modal-dialog {
    height: 60vh;
    position: relative
}

.mod_card-video-modal__modal .modal-header {
    position: absolute;
    right: 0;
    z-index: 10;
    border: 0
}

.mod_card-video-modal__modal .modal-header .btn-close {
    background: 0 0;
    border: 0
}

.mod_card-video-modal__modal .modal-header .btn-close:before {
    content: "\ea14";
    color: #fff;
    font-size: 30px
}

.mod_card-video-modal__modal .modal-body {
    height: auto;
    z-index: 1;
    position: relative;
    padding: 0;
    margin: 0
}

.mod_card-video-modal__modal .modal-body .module-image {
    width: 100%;
    height: 60vh
}

.mod_card-logos {
    padding: 0;
    z-index: 10;
    width: 100%;
    height: 100%
}

.mod_card-logos__image {
    padding: 10px;
    width: 100%;
    height: 100%;
    min-height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mod_card-logos__image img {
    width: 90%!important;
    height: auto
}

.mod_carrusel .owl-carousel {
    position: relative
}

.mod_carrusel .owl-stage-outer {
    min-height: 240px
}

.mod_carrusel .owl-item {
    min-height: 220px
}

.mod_carrusel .owl-nav {
    width: 100%
}

.mod_carrusel .owl-nav .owl-next:before,.mod_carrusel .owl-nav .owl-prev:before {
    font-size: 30px;
    opacity: .5;
    content: "\ea11"
}

.mod_carrusel .owl-nav .owl-next:hover:before,.mod_carrusel .owl-nav .owl-prev:hover:before,.sec_carrusel-hero .mod_carrusel .owl-dots button.active {
    opacity: 0
}

.mod_carrusel .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
    top: 45%;
    color: #232e43;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mod_carrusel .owl-nav .owl-next {
    position: absolute;
    right: -40px;
    top: 45%;
    color: #232e43
}

.mod_carrusel .owl-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #232e43;
    border: 0;
    margin: 0 5px 3px 0
}

.mod_carrusel .owl-dots button.active,.mod_carrusel .owl-dots button:hover {
    background-color: #f0c419
}

.mod_form .form-label {
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    margin: 0
}

.gform_wrapper .gform_body .ginput_container_email input,.gform_wrapper .gform_body .ginput_container_text input,.mod_form .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    color: #f0c419;
    padding: 5px 0
}

.gform_wrapper .gform_body .ginput_container_email input::-webkit-input-placeholder,.gform_wrapper .gform_body .ginput_container_text input::-webkit-input-placeholder,.mod_form .form-control::-webkit-input-placeholder,.sec_suscripcion-newsletter .gform_wrapper .gform_body .ginput_container_email input::-webkit-input-placeholder,.sec_suscripcion-newsletter .gform_wrapper .gform_body .ginput_container_text input::-webkit-input-placeholder {
    color: #f0c419
}

.gform_wrapper .gform_body .ginput_container_email input::-moz-placeholder,.gform_wrapper .gform_body .ginput_container_text input::-moz-placeholder,.mod_form .form-control::-moz-placeholder,.sec_suscripcion-newsletter .gform_wrapper .gform_body .ginput_container_email input::-moz-placeholder,.sec_suscripcion-newsletter .gform_wrapper .gform_body .ginput_container_text input::-moz-placeholder {
    color: #f0c419
}

.gform_wrapper .gform_body .ginput_container_email input:-ms-input-placeholder,.gform_wrapper .gform_body .ginput_container_text input:-ms-input-placeholder,.mod_form .form-control:-ms-input-placeholder,.sec_contacto__form .gform_wrapper.gravity-theme .ginput_container input:-ms-input-placeholder,.sec_contacto__form .gform_wrapper.gravity-theme .ginput_container textarea:-ms-input-placeholder,.sec_suscripcion-newsletter .gform_wrapper .gform_body .ginput_container_email input:-ms-input-placeholder,.sec_suscripcion-newsletter .gform_wrapper .gform_body .ginput_container_text input:-ms-input-placeholder {
    color: #f0c419
}

.gform_wrapper .gform_body .ginput_container_email input::-ms-input-placeholder,.gform_wrapper .gform_body .ginput_container_text input::-ms-input-placeholder,.mod_form .form-control::-ms-input-placeholder,.sec_suscripcion-newsletter .gform_wrapper .gform_body .ginput_container_email input::-ms-input-placeholder,.sec_suscripcion-newsletter .gform_wrapper .gform_body .ginput_container_text input::-ms-input-placeholder {
    color: #f0c419
}

.gform_wrapper .gform_body .ginput_container_email input::placeholder,.gform_wrapper .gform_body .ginput_container_text input::placeholder,.mod_form .form-control::placeholder,.sec_suscripcion-newsletter .gform_wrapper .gform_body .ginput_container_email input::placeholder,.sec_suscripcion-newsletter .gform_wrapper .gform_body .ginput_container_text input::placeholder {
    color: #f0c419
}

.mod_form .form-check {
    margin-bottom: 10px
}

.mod_form .form-check-input {
    position: relative;
    z-index: 1
}

.gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label,.mod_form .form-check-label {
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    padding: 0 0 0 15px
}

.gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label--check,.mod_form .form-check-label--check {
    width: 15px;
    height: 15px;
    background-color: #eee;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 2
}

.mod_form .form-button {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    border-radius: 1px;
    padding: 5px 30px
}

.gform_wrapper .gform_body .gfield_label,.gform_wrapper .gform_body .gfield_required,.mod_pagination .nav-links a {
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    margin: 0
}

.gform_wrapper .gform_body .ginput_container_consent {
    margin-bottom: 0
}

.gform_wrapper .gform_body .ginput_container_consent input {
    position: relative;
    z-index: 1;
    border-bottom: 0
}

.gform_wrapper .gform_footer .gform_button {
    font-size: 13px;
    font-weight: 500;
    border-radius: 1px;
    padding: 12px 50px;
    background-color: #f0c419;
    border: 2px solid #f0c419;
    color: #fff;
    -webkit-transition: all .25s;
    transition: all .25s
}

.gform_wrapper .gform_footer .gform_button:hover {
    background-color: transparent;
    color: #f0c419
}

.mod_publicaciones__list {
    padding: 0;
    margin: 0
}

.mod_publicaciones__li {
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    margin: 10px 0
}

.mod_publicaciones__li a .module-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff
}

.mod_publicaciones__li a .module-text,.mod_publicaciones__li a p {
    margin-bottom: 10px;
    color: #fff
}

.mod_publicaciones__li a:hover .module-text,.mod_publicaciones__li a:hover .module-title {
    color: #f0c419
}

.mod_publicaciones .module-button {
    background-color: #fff;
    border: 2px solid #fff;
    color: #232e43;
    -webkit-transition: all .25s;
    transition: all .25s
}

.mod_publicaciones .module-button:hover {
    background-color: transparent;
    color: #fff
}

.mod_rrss,.mod_rrss__li,.mod_rrss__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.mod_rrss {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0
}

.mod_rrss__li,.mod_rrss__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mod_rrss__list {
    margin: 0;
    padding: 0
}

.mod_rrss__li {
    list-style-type: none;
    margin: 0 5px 2px 0
}

.mod_rrss__text {
    display: none
}

.mod_rrss__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 18px;
    font-weight: 500;
    width: 35px;
    height: 35px;
    color: #fff
}

.mod_rrss__item.youtube {
    background-color: #fd3832
}

.mod_rrss__item.youtube:before {
    content: "\ea0e"
}

.mod_rrss__item.facebook {
    background-color: #4c76be
}

.mod_rrss__item.facebook:before {
    content: "\ea0a"
}

.mod_rrss__item.twitter {
    background-color: #00c7ff
}

.mod_rrss__item.twitter:before {
    content: "\ea0d"
}

.mod_rrss__item.pinterest {
    background-color: #ff3635
}

.mod_rrss__item.pinterest:before {
    content: "\ea0c"
}

.mod_rrss__item.email,.sec_carrusel-hero .mod_carrusel .owl-dots button:hover {
    background-color: #f0c419
}

.mod_rrss__item.email:before {
    content: "\ea09"
}

.mod_rrss__item.instagram {
    background-color: #6669fb
}

.mod_rrss__item.instagram:before {
    content: "\ea0b"
}

.mod_rrss__item:hover {
    background-color: #fff;
    color: #232e43
}

#wpsc-block-calendar .wpsc-calendar {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    background-color: #fff;
    z-index: 2;
    position: relative;
    border-radius: 1px;
    padding: 15px 5px
}

#wpsc-block-calendar .wpsc-calendar-heading {
    font-family: "Roboto Slab",serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    color: #383838;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    text-align: left
}

#wpsc-block-calendar .wpsc-calendar-heading:after {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #f0c419;
    position: absolute;
    bottom: 11px;
    left: 44%;
    z-index: 0
}

#wpsc-block-calendar .wpsc-calendar[class*="-01"] .wpsc-calendar-weekday {
    background-color: #86b2c6
}

#wpsc-block-calendar .wpsc-calendar[class*="-02"] .wpsc-calendar-weekday {
    background-color: #fbbdaf
}

#wpsc-block-calendar .wpsc-calendar[class*="-03"] .wpsc-calendar-weekday {
    background-color: #7f9b8c
}

#wpsc-block-calendar .wpsc-calendar[class*="-04"] .wpsc-calendar-weekday {
    background-color: #84c4cf
}

#wpsc-block-calendar .wpsc-calendar[class*="-05"] .wpsc-calendar-weekday {
    background-color: #decd8a
}

#wpsc-block-calendar .wpsc-calendar[class*="-06"] .wpsc-calendar-weekday {
    background-color: #fb99ce
}

#wpsc-block-calendar .wpsc-calendar[class*="-07"] .wpsc-calendar-weekday {
    background-color: #8cd7d8
}

#wpsc-block-calendar .wpsc-calendar[class*="-08"] .wpsc-calendar-weekday {
    background-color: #d2b4de
}

#wpsc-block-calendar .wpsc-calendar[class*="-09"] .wpsc-calendar-weekday {
    background-color: #9ab5de
}

#wpsc-block-calendar .wpsc-calendar[class*="-10"] .wpsc-calendar-weekday {
    background-color: #fce295
}

#wpsc-block-calendar .wpsc-calendar[class*="-11"] .wpsc-calendar-weekday {
    background-color: #7fc8a1
}

#wpsc-block-calendar .wpsc-calendar[class*="-12"] .wpsc-calendar-weekday {
    background-color: #fca894
}

#wpsc-block-calendar .wpsc-calendar .wpsc-calendar-prevnext-date {
    opacity: .2
}

.mod_pagination {
    padding: 20px 0
}

.mod_pagination .nav-links,.mod_pagination .nav-links span.current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.mod_pagination .nav-links {
    width: 100%;
    position: relative
}

.mod_pagination .nav-links a {
    font-size: 14px;
    line-height: 20px;
    color: #383838;
    margin: 0 10px;
    background-color: transparent
}

.mod_pagination .nav-links a:hover {
    font-weight: 700
}

.mod_pagination .nav-links span.current {
    width: 20px;
    height: 20px;
    background-color: #f0c419;
    color: #fff
}

.mod_pagination .nav-links .prev {
    padding: 0 0 0 25px;
    position: absolute;
    left: 0
}

.mod_pagination .nav-links .next:after,.mod_pagination .nav-links .prev:after {
    width: 20px;
    height: 20px;
    padding: 0 7px 5px 3px;
    background-color: #f0c419;
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 0
}

.mod_pagination .nav-links .prev:after {
    content: "<<";
    left: 0
}

.mod_pagination .nav-links .next {
    padding: 0 25px 0 0;
    position: absolute;
    right: 0
}

.mod_pagination .nav-links .next:after {
    content: ">>";
    right: 0
}

.sec_banner-icons,.sec_basic-text {
    padding: 0;
    margin: 0
}

.sec_basic-text .container {
    padding: 50px 0
}

.sec_banner-icons .container-fluid .container .row,.sec_basic-text .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.sec_basic-text .section-title {
    width: 80%;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 0 0
}

@media (min-width: 768px) {
    .sec_basic-text .section-title {
        width:60%;
        margin-bottom: 50px;
        padding: 20px 0 0
    }
}

.sec_banner-icons .container-fluid {
    position: relative;
    padding: 20px 0
}

@media (min-width: 768px) {
    .sec_banner-icons .container-fluid .container .row {
        padding:0
    }
}

.sec_banner-icons .section-title {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 50px;
    font-family: "Roboto Slab",serif;
    font-size: 40px;
    line-height: 42px;
    font-weight: 500;
    color: #f0c419
}

.sec_banner-icons .mod_card-img-title-text {
    z-index: 2;
    margin: 0 0 20px
}

@media (min-width: 768px) {
    .sec_banner-icons .mod_card-img-title-text {
        margin:0
    }
}

.sec_banner-icons .mod_card-img-title-text__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sec_banner-icons .mod_card-img-title-text__text .module-icon img {
    height: 100px
}

.sec_banner-icons .mod_card-img-title-text__text .module-title {
    font-family: "Roboto",sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    margin: 30px 0;
    text-align: center;
    margin-bottom: 220px
}

.sec_banner-icons .mod_card-img-title-text__text .module-button {
    position: absolute;
    bottom: 0px;
    margin-bottom: 10%;
    background-color: #f0c419;
    border: 2px solid #f0c419;
    color: #fff;
    -webkit-transition: all .25s;
    transition: all .25s;
    max-width: 300px;
}

.sec_banner-icons .mod_card-img-title-text__text .module-button:hover {
    background-color: transparent;
    color: #f0c419
}

.sec_banner-icons .mod_card-img-overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0
}

.sec_hero,.sec_hero .mod_card-img-title-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sec_hero {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    margin: 0
}

.sec_hero .container-fluid.home {
    height: 500px
}

.sec_hero .container-fluid.post,.sec_hero .container-fluid.subhome {
    height: 300px
}

@media (min-width: 768px) {
    .sec_hero .container-fluid.home {
        height:500px
    }

    .sec_hero .container-fluid.subhome {
        height: 400px
    }

    .sec_hero .container-fluid.post {
        height: 300px
    }
}

@media (min-width: 992px) {
    .sec_hero .container-fluid.home {
        height:700px
    }

    .sec_hero .container-fluid.subhome {
        height: 600px
    }

    .sec_hero .container-fluid.post {
        height: 400px
    }
}

.sec_hero .container-fluid .row {
    height: 100%
}

.sec_hero .mod_card-img-title-text {
    height: 100%;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sec_hero .mod_card-img-title-text__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%
}

.sec_hero .mod_card-img-title-text__image .module-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002253;
    opacity: .5
}

.sec_hero .mod_card-img-title-text__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    margin-top: 90px;
    text-align: center;
    z-index: 3
}

@media (min-width: 768px) {
    .sec_hero .mod_card-img-title-text__text {
        width:60%;
        margin-top: 10px
    }
}

.sec_hero .mod_card-img-title-text__text .page-title {
    color: #fff;
    font-family: "Roboto Slab",serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600
}

@media (min-width: 768px) {
    .sec_hero .mod_card-img-title-text__text .page-title {
        font-size:40px;
        line-height: 36px
    }
}

.sec_hero .mod_card-img-title-text__text .page-text {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px
}

.sec_carrusel-simple,.sec_hero {
    position: relative
}

.sec_carrusel-simple:after {
    content: "";
    width: 200px;
    height: 16px;
    border-radius: 23%;
    background-color: rgba(0,0,0,.4);
    -webkit-filter: blur(1.5rem);
    filter: blur(1.5rem);
    position: absolute;
    bottom: 26%;
    left: 25%
}

@media (min-width: 768px) {
    .sec_carrusel-simple:after {
        width:300px;
        left: 38%
    }
}

.sec_carrusel-simple .container-fluid {
    background-color: #fcfcfc;
    position: relative
}

.sec_carrusel-simple .container-fluid:after {
    content: "";
    width: 100%;
    height: 50%;
    background-color: #f6f6f6;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

.sec_carrusel-simple .container-fluid .container {
    padding: 20px 0;
    text-align: center;
    min-height: 400px
}

@media (min-width: 768px) {
    .sec_carrusel-simple .container-fluid .container {
        padding:50px 0
    }
}

.sec_carrusel-simple .mod_carrusel {
    height: 400px;
    padding: 0 40px
}

@media (min-width: 768px) {
    .sec_carrusel-simple .mod_carrusel {
        padding:0
    }
}

.sec_carrusel-simple .mod_carrusel .owl-stage-outer {
    height: 400px;
    padding-top: 10px
}

@media (min-width: 768px) {
    .sec_carrusel-simple .mod_carrusel .owl-stage-outer {
        padding-top:50px
    }
}

.sec_carrusel-simple .mod_carrusel .owl-stage,.sec_carrusel-simple .mod_carrusel .owl-stage-outer.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.sec_carrusel-simple .mod_carrusel .owl-item {
    height: 300px
}

.sec_carrusel-simple .mod_carrusel .owl-item.active:hover {
    width: 400px!important;
    height: 350px;
    margin-top: -20px;
    margin-left: -30px;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    z-index: 2
}

.sec_carrusel-simple .mod_carrusel .owl-item.active:hover+.owl-item {
    margin-left: -30px;
    z-index: 1;
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

.sec_carrusel-simple .mod_carrusel .owl-item .mod_card-img-title-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    background-color: #fff;
    z-index: 2;
    position: relative;
    border-radius: 1px;
    height: 100%
}

.sec_carrusel-simple .mod_carrusel .owl-item .mod_card-img-title-text__text {
    width: 100%;
    height: 150px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    overflow: hidden
}

.sec_carrusel-simple .mod_carrusel .owl-item .mod_card-img-title-text__text:before {
    content: "";
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: 0 0;
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(35%,rgba(255,255,255,.69)),color-stop(100%,white));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(35%,rgba(255,255,255,.69)),to(#fff));
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.69) 35%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0)
}

.sec_carrusel-simple .mod_carrusel .owl-item .mod_card-img-title-text__image {
    width: 100%;
    height: 150px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.sec_carrusel-simple .btn {
    margin: 50px 0 20px;
    background-color: #232e43;
    color: #fff;
    position: relative;
    z-index: 100
}

.sec_carrusel-hero .mod_carrusel .owl-carousel {
    position: relative
}

.sec_carrusel-hero,.sec_carrusel-hero .mod_carrusel .owl-stage-outer {
    height: 500px
}

.sec_carrusel-hero .mod_carrusel .owl-item {
    min-height: 100%
}

.sec_carrusel-hero .mod_carrusel .owl-item .mod_card-img-title-text {
    height: 500px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sec_carrusel-hero .mod_carrusel .owl-item .mod_card-img-title-text__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 500px
}

.sec_carrusel-hero .mod_carrusel .owl-dots,.sec_carrusel-hero .mod_carrusel .owl-item .mod_card-img-title-text__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sec_carrusel-hero .mod_carrusel .owl-item .mod_card-img-title-text__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    margin-top: 40px;
    text-align: center;
    z-index: 2
}

@media (min-width: 768px) {
    .sec_carrusel-hero .mod_carrusel .owl-item .mod_card-img-title-text__text {
        width:60%;
        margin-top: 10px
    }
}

.sec_carrusel-hero .mod_carrusel .owl-item .mod_card-img-title-text__text .module-title {
    color: #fff;
    font-family: "Roboto Slab",serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600
}

@media (min-width: 768px) {
    .sec_carrusel-hero .mod_carrusel .owl-item .mod_card-img-title-text__text .module-title {
        font-size:40px;
        line-height: 36px
    }
}

.sec_carrusel-hero .mod_carrusel .owl-item .mod_card-img-title-text__text .module-text,.sec_destacados-video__destacados .mod_publicaciones__li a {
    color: #fff
}

.sec_carrusel-hero .mod_carrusel .owl-nav .owl-prev {
    left: 10px;
    top: 45%;
    color: #fff
}

.sec_carrusel-hero .mod_carrusel .owl-nav .owl-next {
    position: absolute;
    right: 10px;
    top: 45%;
    color: #fff
}

.sec_carrusel-hero .mod_carrusel .owl-dots {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    width: 100%
}

.sec_carrusel-hero .mod_carrusel .owl-dots button {
    background-color: #fff;
    opacity: .5
}

@media (min-width: 768px) {
    .sec_carrusel-hero,.sec_carrusel-hero .mod_carrusel .owl-item .mod_card-img-title-text,.sec_carrusel-hero .mod_carrusel .owl-item .mod_card-img-title-text__image,.sec_carrusel-hero .mod_carrusel .owl-stage-outer {
        height:700px
    }
}

.sec_destacados-video .container-fluid {
    padding: 20px 0
}

@media (min-width: 768px) {
    .sec_destacados-video .container-fluid {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.sec_destacados-video__video {
    z-index: 10
}

@media (min-width: 768px) {
    .sec_destacados-video__video {
        z-index:1;
        position: relative;
    }
}

.sec_destacados-video__video .mod_card-video-modal {
    margin: 0
}

.sec_destacados-video__destacados {
    z-index: 2;
    background-color: #232e43;
    padding: 30px;
    margin: 0
}

@media (min-width: 768px) {
    .sec_destacados-video__destacados {
        padding:30px;
        margin: 50px 0 0 -10%
    }
}

.sec_destacados-video__destacados .mod_publicaciones__li {
    border-bottom: 1px solid #fff
}

.sec_destacados-video__destacados .mod_publicaciones__li a:hover,.sec_suscripcion-newsletter .section-title strong,.sec_suscripcion-newsletter .section-title-n2 strong {
    color: #f0c419
}

.sec_destacados-video__destacados .mod_publicaciones .module-button {
    background-color: #fff;
    border: 2px solid #fff;
    color: #232e43;
    -webkit-transition: all .25s;
    transition: all .25s;
    float: right
}

.sec_destacados-video__destacados .mod_publicaciones .module-button:hover {
    background-color: transparent;
    color: #fff
}

.sec_colapsable {
    padding: 0;
    margin: 0
}

.sec_colapsable .container {
    padding: 50px 0
}

.sec_colapsable .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.sec_colapsable .section-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .sec_colapsable .section-title {
        margin-bottom:50px
    }
}

.sec_colapsable .accordion-body .mod_basic-text.noImg .mod_basic-text__text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sec_galeria {
    padding: 0 80px
}

@media (min-width: 768px) {
    .sec_galeria {
        padding:0
    }
}

.sec_galeria .container {
    padding: 100px 0;
    padding-bottom: 5px;
    text-align: center
}

.sec_galeria .mod_galeria-cards {
    margin: 0 15px 15px
}

@media (min-width: 768px) {
    .sec_galeria .mod_galeria-cards {
        margin:0 0 20px;
        padding: 0
    }
}

.sec_suscripcion-newsletter {
    padding: 0;
    margin: 0
}

.sec_suscripcion-newsletter .container-fluid {
    position: relative;
    padding: 50px 0
}

.sec_suscripcion-newsletter .container-fluid .container {
    position: relative;
    z-index: 2
}

.sec_suscripcion-newsletter .section-title {
    position: relative;
    z-index: 2;
    text-align: left;
    margin-bottom: 30px;
    font-family: "Roboto Slab",serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    color: #fff
}

@media (min-width: 768px) {
    .sec_suscripcion-newsletter .section-title {
        font-size:40px;
        line-height: 42px
    }
}

.sec_suscripcion-newsletter .section-title-n2 {
    position: relative;
    z-index: 2;
    text-align: left;
    margin-bottom: 50px;
    font-family: "Roboto",sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 300;
    color: #f0c419
}

@media (min-width: 768px) {
    .sec_suscripcion-newsletter .section-title-n2 {
        font-size:26px;
        line-height: 28px
    }
}

.sec_suscripcion-newsletter .mod_form {
    position: relative;
    z-index: 2
}

.sec_suscripcion-newsletter .mod_form .form-group-inputs,.sec_suscripcion-newsletter .mod_form .form-group-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-direction: normal
}

.sec_suscripcion-newsletter .mod_form .form-group-inputs {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    padding-right: 50%
}

.sec_suscripcion-newsletter .mod_form .form-group-submit {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.sec_suscripcion-newsletter .mod_form .form-group-submit .form-button {
    padding: 12px 50px;
    background-color: #f0c419;
    border: 2px solid #f0c419;
    color: #fff;
    -webkit-transition: all .25s;
    transition: all .25s
}

.sec_suscripcion-newsletter .mod_form .form-group-submit .form-button:hover {
    background-color: transparent;
    color: #f0c419
}

.sec_suscripcion-newsletter .gform_wrapper {
    width: 100%
}

@media (min-width: 768px) {
    .sec_suscripcion-newsletter .gform_wrapper {
        width:80%
    }
}

.sec_suscripcion-newsletter .gform_wrapper .gform_heading .gform_required_legend {
    color: #fff;
    font-size: 12px
}

.sec_contacto__form .mod_form .form-label,.sec_suscripcion-newsletter .gform_wrapper .gform_body .gfield_label,.sec_suscripcion-newsletter .gform_wrapper .gform_body .gfield_required {
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 5px
}

.sec_suscripcion-newsletter .gform_wrapper .gform_body .ginput_container_email input,.sec_suscripcion-newsletter .gform_wrapper .gform_body .ginput_container_text input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    color: #f0c419;
    padding: 5px 0
}

.sec_suscripcion-newsletter .gform_wrapper .gform_body .ginput_container_consent {
    margin-bottom: 0
}

.sec_suscripcion-newsletter .gform_wrapper .gform_body .ginput_container_consent input {
    position: relative;
    z-index: 1;
    border-bottom: 0
}

.sec_suscripcion-newsletter .gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label {
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    padding: 0 0 0 5px
}

@media (min-width: 768px) {
    .sec_suscripcion-newsletter .gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label {
        padding:0 0 0 10px
    }
}

.sec_suscripcion-newsletter .gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label--check {
    width: 15px;
    height: 15px;
    background-color: #eee;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 2
}

.sec_suscripcion-newsletter .gform_wrapper .gform_body .ginput_container_consent .gfield_required_asterisk {
    color: red
}

.sec_suscripcion-newsletter .mod_card-img-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0
}

.sec_contacto .container-fluid {
    background-color: #fcfcfc
}

.sec_contacto .container {
    padding: 20px 0;
    text-align: left
}

@media (min-width: 768px) {
    .sec_contacto .container {
        padding:50px 0
    }
}

.sec_contacto__image {
    position: relative;
    z-index: 10;
    display: none
}

@media (min-width: 768px) {
    .sec_contacto__image {
        height:700px;
        display: block
    }
}

.sec_contacto__form {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0 30px 30px
}

@media (min-width: 768px) {
    .sec_contacto__form {
        margin:0 0 0 -10%;
        padding: 30px 30px 50px 0
    }
}

.sec_contacto__form .section-title {
    font-family: "Roboto Slab",serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 300;
    color: #383838;
    position: relative;
    margin: 0 0 20px;
    width: auto;
    text-align: left
}

@media (min-width: 768px) {
    .sec_contacto__form .section-title {
        margin:0 0 20px 25%
    }
}

.sec_contacto__form .section-title:after {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #f0c419;
    position: absolute;
    bottom: -2px;
    left: 4px;
    z-index: 0
}

.sec_contacto__form .mod_form {
    width: 100%;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    background-color: #fff;
    z-index: 2;
    position: relative;
    border-radius: 1px
}

@media (min-width: 768px) {
    .sec_contacto__form .mod_form {
        width:110%;
        padding: 20px 50px 20px 25%
    }
}

.sec_contacto__form .mod_form .form-label {
    color: #262626;
    margin: 0
}

.sec_contacto__form .mod_form .form-control {
    background-color: #f6f7fa;
    border-bottom: 1px solid #cecece;
    height: 50px
}

.sec_contacto__form .gform_wrapper.gravity-theme .gfield p,.sec_contacto__form .mod_form .form-lopd {
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 14px;
    color: #262626;
    margin: 20px 0
}

.sec_contacto__form .mod_form .form-group-button .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.sec_contacto__form .mod_form .form-group-button .col-12 .form-button {
    -ms-flex-item-align: right;
    align-self: right;
    background-color: #232e43;
    border: 2px solid #232e43;
    color: #fff;
    -webkit-transition: all .25s;
    transition: all .25s
}

.sec_contacto__form .mod_form .form-group-button .col-12 .form-button:hover {
    background-color: transparent;
    color: #232e43
}

.sec_contacto__form .gform_wrapper {
    width: 100%;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    background-color: #fff;
    z-index: 2;
    position: relative;
    border-radius: 1px
}

@media (min-width: 768px) {
    .sec_contacto__form .gform_wrapper {
        width:110%;
        padding: 20px 50px 20px 25%
    }
}

.sec_contacto__form .gform_wrapper.gravity-theme .gform_required_legend {
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #262626;
    margin: 0 0 5px
}

.sec_contacto__form .gform_wrapper.gravity-theme .gfield_label {
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: #262626;
    margin: 0 0 5px
}

.sec_contacto__form .gform_wrapper.gravity-theme .gfield_required_asterisk {
    color: #dc3545
}

.sec_contacto__form .gform_wrapper.gravity-theme .ginput_container input,.sec_contacto__form .gform_wrapper.gravity-theme .ginput_container textarea {
    background-color: #f6f7fa;
    border: 0;
    border-bottom: 1px solid #cecece;
    height: 50px;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 500
}

.sec_contacto__form .gform_wrapper.gravity-theme .ginput_container input::-webkit-input-placeholder,.sec_contacto__form .gform_wrapper.gravity-theme .ginput_container textarea::-webkit-input-placeholder {
    color: #f0c419
}

.sec_contacto__form .gform_wrapper.gravity-theme .ginput_container input::-moz-placeholder,.sec_contacto__form .gform_wrapper.gravity-theme .ginput_container textarea::-moz-placeholder {
    color: #f0c419
}

.sec_contacto__form .gform_wrapper.gravity-theme .ginput_container input::-ms-input-placeholder,.sec_contacto__form .gform_wrapper.gravity-theme .ginput_container textarea::-ms-input-placeholder {
    color: #f0c419
}

.sec_contacto__form .gform_wrapper.gravity-theme .ginput_container input::placeholder,.sec_contacto__form .gform_wrapper.gravity-theme .ginput_container textarea::placeholder {
    color: #f0c419
}

.sec_contacto__form .gform_wrapper.gravity-theme .gform_footer,.sec_login .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.sec_contacto__form .gform_wrapper.gravity-theme .gform_footer .form-button {
    background-color: #232e43;
    color: #fff;
    -ms-flex-item-align: right;
    align-self: right
}

.sec_login {
    height: 99vh;
    width: 99vw
}

.sec_login .container-fluid {
    background-color: #fcfcfc
}

.sec_login .container {
    padding: 50px 0;
    text-align: left
}

.sec_login .container .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.sec_login__info {
    display: none
}

@media (min-width: 768px) {
    .sec_login__info {
        width:50%;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.sec_login__info__text {
    position: relative;
    z-index: 10;
    margin: 100px 50px 0 0;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sec_login__info__text .section-text {
    font-family: "Roboto",sans-serif;
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
    color: #fff;
    text-align: right;
    margin-bottom: 30px
}

.sec_login__info__text img {
    width: 100%;
}

.sec_login__info__image {
    z-index: 1
}

.sec_login__form {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 50px;
    background-color: #fff ;
    z-index: 9;
}

@media (min-width: 768px) {
    .sec_login__form {
        width: 50%;
        background-color: #fff ;
        z-index: 9;
    }
}

.sec_login__form .section-title {
    font-family: "Roboto Slab",serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    color: #383838;
    position: relative;
    margin: 0 0 50px;
    width: auto;
    text-align: left
}

.sec_login__form .section-title:after {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #f0c419;
    position: absolute;
    bottom: -2px;
    left: 2px;
    z-index: 0
}

.sec_login__form form {
    width: 90%
}

.sec_login__form form .login-password,.sec_login__form form .login-username {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sec_login__form form .login-password label,.sec_login__form form .login-username label {
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: #262626;
    margin: 0;
    width: 100%
}

.sec_login__form form .login-password input,.sec_login__form form .login-username input {
    background-color: #f6f7fa;
    border: 2px solid transparent;
    border-bottom: 1px solid #cecece;
    width: 100%;
    height: 40px
}

.sec_login__form form a#lost-password-link {
    margin: 10px 0;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #f0c419
}

.sec_login__form form .login-submit {
    margin: 20px 0
}

.sec_login__form form .login-submit input {
    width: 50%;
    padding: 10px 0;
    border: 0;
    background-color: #f0c419;
    color: #fff;
    -ms-flex-item-align: right;
    align-self: right
}

.sec_login__form .mod_form {
    width: 100%;
    padding: 0
}

.sec_login__form .mod_form .form-label {
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: #262626;
    margin: 0
}

.sec_login__form .mod_form .form-control {
    background-color: #f6f7fa;
    border-bottom: 1px solid #cecece;
    height: 50px
}

.sec_login__form .mod_form .form-group-lopd {
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 14px;
    color: #383838;
    margin: 20px 0
}

.sec_login__form .mod_form .form-group-lopd .form-check-label--check {
    width: 20px;
    height: 20px;
    top: 2px;
    background-color: #cecece
}

.sec_login__form .mod_form .form-group-lopd .form-check-label--text {
    color: #383838
}

.sec_login__form .mod_form .form-group-button.col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sec_login__form .mod_form .form-button {
    width: 50%;
    padding: 10px 0;
    -ms-flex-item-align: right;
    align-self: right;
    background-color: #f0c419;
    border: 2px solid #f0c419;
    color: #fff;
    -webkit-transition: all .25s;
    transition: all .25s
}

.sec_login__form .mod_form .form-button:hover {
    background-color: transparent;
    color: #f0c419
}

.wp-auth-check {
    min-width: 500px
}

.wp-auth-check .sec_login__info {
    display: none
}

.sec_carrusel-logos,.sec_carrusel-logos .mod_carrusel .owl-carousel,.sec_entrevistas {
    position: relative;
    margin-top: 100px;
    text-align: center;
}

.sec_carrusel-logos .container-fluid {
    background-color: #fcfcfc;
    position: relative
}

.sec_carrusel-logos .container {
    padding-top: 100px;
    text-align: center;
    min-height: 400px
}

.sec_carrusel-logos .mod_carrusel {
    padding: 0 80px
}

@media (min-width: 768px) {
    .sec_carrusel-logos .mod_carrusel {
        padding:0
    }
}

.sec_carrusel-logos .mod_carrusel .owl-item,.sec_carrusel-logos .mod_carrusel .owl-stage-outer {
    height: 240px
}

.sec_entrevistas .container-fluid,.sec_organigrama {
    position: relative
}

.sec_entrevistas .container-fluid .container {
    padding: 50px 0;
    text-align: center;
    min-height: 500px
}

.sec_entrevistas .mod_carrusel {
    height: 500px;
    padding: 0 80px
}

@media (min-width: 768px) {
    .sec_entrevistas .mod_carrusel {
        padding:0
    }
}

.sec_entrevistas .mod_carrusel .owl-stage-outer {
    height: 450px;
    padding-top: 20px
}

.sec_entrevistas .mod_carrusel .owl-item,.sec_entrevistas .mod_carrusel .owl-item .mod_card-img-title-text-cita {
    height: 400px
}

.sec_entrevistas .section-button {
    background-color: #232e43;
    border: 2px solid #232e43;
    color: #fff;
    -webkit-transition: all .25s;
    transition: all .25s
}

.sec_entrevistas .section-button:hover {
    background-color: transparent;
    color: #232e43
}

.sec_goals,.sec_organigrama .container-fluid {
    position: relative
}

.sec_organigrama .container-fluid .container {
    text-align: center
}

.sec_organigrama .mod_grid {
    position: relative;
    margin: 200px 20px 20px
}

@media (min-width: 768px) {
    .sec_organigrama .mod_grid {
        margin-left:0;
        margin-right: 0
    }
}

@media (min-width: 992px) {
    .sec_organigrama .mod_grid {
        margin-left:50px;
        margin-right: 50px
    }
}

.sec_organigrama .mod_grid:before {
    content: "";
    height: 300px;
    width: 3px;
    background-color: #232e43;
    position: absolute;
    top: -180px;
    left: 50%
}

.sec_organigrama .mod_carrusel {
    height: 650px
}

.sec_organigrama .mod_carrusel .owl-stage-outer {
    height: 650px;
    padding-top: 20px
}

.sec_organigrama .mod_carrusel .owl-item,.sec_organigrama .mod_carrusel .owl-item .mod_card-img-title-text-cita {
    height: 600px
}

.sec_organigrama .section-button {
    display: inline-block;
    background-color: #232e43;
    border: 2px solid #232e43;
    color: #fff;
    -webkit-transition: all .25s;
    transition: all .25s
}

.sec_organigrama .section-button:hover {
    background-color: transparent;
    color: #232e43
}

.sec_goals {
    padding: 0 0 50px
}

@media (min-width: 768px) {
    .sec_goals {
        padding:150px 0 100px
    }
}

.sec_goals .container-fluid {
    position: relative
}

.sec_goals .container-fluid .container {
    padding: 0;
    text-align: center
}

.sec_goals__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    padding: 30px;
}

.sec_goals__text .section-logo {
    height: 100px;
    width: 150px;
}

.sec_goals__text .section-title {
    font-family: "Roboto",sans-serif;
    font-size: 40px;
    font-weight: 100;
    text-align: left;
    color: #fff;
    margin: 30px 0
}

.sec_goals__text .section-text {
    color: #fff
}

.sec_goals__text .section-text p {
    color: #fff;
    font-weight: 100
}

.sec_goals__grid,.sec_goals__grid .mod_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.sec_goals__grid {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 2;
    margin-top: -20px
}

@media (min-width: 768px) {
    .sec_goals__grid {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: -100px
    }
}

.sec_goals__grid .mod_grid {
    position: relative;
    width: 180px;
    height: 100%;
    margin: 0;
    padding: 20px 5px 0;
    background-color: #232e43;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.sec_goals__grid .mod_grid:first-child {
    margin-right: 10px
}

@media (min-width: 768px) {
    .sec_goals__grid .mod_grid {
        max-width:250px;
        width: auto;
        padding: 20px 10px 0
    }

    .sec_goals__grid .mod_grid:first-child {
        margin-right: 20px
    }
}

.sec_goals__grid .mod_grid>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0
}

.sec_goals__grid .mod_grid>.row>[class*=col-] {
    padding: 0
}

.post-content--sidebar .calendar_wrap table,.sec_goals__grid .mod_grid>.row .col-4 {
    width: 100%
}

.sec_goals__bgimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 54vh
}

@media (min-width: 768px) {
    .sec_goals__bgimage {
        height:100%
    }
}

.sec_goals__bgimage .mod_card-img-overlay {
    width: 100%;
    z-index: 1;
    position: relative
}

.sec_goals__bgimage .mod_card-img-overlay .module-overlay {
    opacity: .6
}

.sec_publicaciones,.sec_publicaciones .container-fluid {
    position: relative
}

.sec_publicaciones .container-fluid .container {
    padding: 0 0 10px;
    text-align: center;
    min-height: 400px
}

@media (min-width: 768px) {
    .sec_publicaciones .container-fluid .container {
        padding:30px 0
    }
}

.sec_publicaciones .mod_grid {
    position: relative;
    margin: 20px 0
}

@media (min-width: 768px) {
    .sec_publicaciones .mod_grid {
        margin:50px 0
    }
}

.sec_publicaciones .mod_grid .mod_card-img-title-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    background-color: #fff;
    z-index: 2;
    position: relative;
    border-radius: 1px;
    margin-bottom: 20px
}

.sec_publicaciones .mod_grid .mod_card-img-title-text__text {
    width: 100%;
    height: 150px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.sec_publicaciones .mod_grid .mod_card-img-title-text__image {
    width: 100%;
    height: 150px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.sec_publicaciones .mod_carrusel {
    height: 400px
}

.sec_publicaciones .mod_carrusel .owl-stage-outer {
    height: 400px;
    padding-top: 50px
}

.sec_publicaciones .mod_carrusel .owl-item.active:nth-child(2) {
    border: 1px solid green;
    width: 400px!important;
    height: 350px;
    margin-top: -20px
}

.sec_publicaciones .mod_carrusel .owl-item .mod_card-img-title-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    background-color: #fff;
    z-index: 2;
    position: relative;
    border-radius: 1px
}

.sec_publicaciones .mod_carrusel .owl-item .mod_card-img-title-text__text {
    width: 100%;
    height: 150px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.sec_publicaciones .mod_carrusel .owl-item .mod_card-img-title-text__image {
    width: 100%;
    height: 150px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.sec_publicaciones .section-button {
    background-color: #232e43;
    border: 2px solid #232e43;
    color: #fff;
    -webkit-transition: all .25s;
    transition: all .25s
}

.sec_etapas-educativas .sec_title_box .section-button:hover,.sec_publicaciones .section-button:hover {
    background-color: transparent;
    color: #232e43
}

.sec_etapas-educativas {
    position: relative;
}

.sec_etapas-educativas .sec_title_box {
    position: relative;
    right: inherit;
    bottom: inherit;
    width: 100%;
    height: auto;
    padding: 20px;
    background: rgba(255,255,255,.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sec_etapas-educativas .sec_title_box .section-title {
    color: #383838
}

.sec_etapas-educativas .sec_title_box .section-button {
    background-color: #232e43;
    border: 2px solid #232e43;
    color: #fff;
    -webkit-transition: all .25s;
    transition: all .25s
}

@media (min-width: 768px) {
    .sec_etapas-educativas .sec_title_box {
        position:absolute;
        right: -100px;
        bottom: 26px;
        width: 80%;
        height: 80%;
        padding: 50px;
        background: rgba(255,255,255,.6);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.sec_etapas-educativas .mod_grid {
    position: relative;
    margin: 0 13px 13px
}

@media (min-width: 768px) {
    .sec_etapas-educativas .mod_grid {
        margin:-100px 50px 150px
    }
}

.sec_etapas-educativas .mod_grid .mod_card-num-title {
    height: auto;
    margin-bottom: 0
}

.sec_etapas-educativas .mod_grid .mod_card-num-title .module-number,.sec_etapas-educativas .mod_grid .mod_card-num-title .module-title {
    color: #fff
}

.sec_etapas-educativas .container-fluid .container {
    position: relative;
    z-index: 3;
    padding: 100px 50px;
    text-align: center;
    min-height: calc(auto + 100px)
}

@media (min-width: 992px) {
    .sec_etapas-educativas .container-fluid .container {
        padding:100px 50px;
        padding-top: 250px;
    }
}

.post-content--sidebar .widget_categories ul,.sec_etapas-educativas .container-fluid .container .row [class*=col-] {
    margin: 0;
    padding: 0
}

.sec_etapas-educativas .container-fluid .container .row [class*=col-]:nth-child(1) {
    background-color: #002253
}

.sec_etapas-educativas .container-fluid .container .row [class*=col-]:nth-child(2) {
    background-color: #232e43
}

.sec_etapas-educativas .container-fluid .container .row [class*=col-]:nth-child(3) {
    background-color: #24354d
}

.sec_etapas-educativas .container-fluid .container .row [class*=col-]:nth-child(4) {
    background-color: #003f76
}

.sec_etapas-educativas .container-fluid .container .row [class*=col-]:nth-child(5) {
    background-color: #004e92
}

.sec_etapas-educativas .container-fluid .container .row [class*=col-]:nth-child(6) {
    background-color: #376cbe
}

.sec_etapas-educativas .container-fluid .container .row [class*=col-]:nth-child(7) {
    background-color: #537dbe
}

.sec_buscador .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.sec_buscador .container .searchbox {
    width: 100%;
    padding: 20px 0
}

@media (min-width: 768px) {
    .sec_buscador .container .searchbox {
        width:60%
    }
}

.sec_buscador .container .searchbox .form {
    width: 100%;
    position: relative
}

.sec_buscador .container .searchbox .form-label {
    display: none
}

.sec_buscador .container .searchbox .form-control {
    background-color: #eee;
    border-bottom: 1px solid #eee;
    width: 100%;
    height: 40px;
    padding: 5px 150px 5px 10px;
    color: #383838
}

.sec_buscador .container .searchbox .form-control::-webkit-input-placeholder {
    color: #383838;
    font-weight: 500
}

.sec_buscador .container .searchbox .form-control::-moz-placeholder {
    color: #383838;
    font-weight: 500
}

.sec_buscador .container .searchbox .form-control:-ms-input-placeholder {
    color: #383838;
    font-weight: 500
}

.sec_buscador .container .searchbox .form-control::-ms-input-placeholder {
    color: #383838;
    font-weight: 500
}

.sec_buscador .container .searchbox .form-control::placeholder {
    color: #383838;
    font-weight: 500
}

.sec_buscador .container .searchbox .form-button-icon {
    width: 140px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #f0c419;
    border: 2px solid #f0c419;
    color: #fff;
    -webkit-transition: all .25s;
    transition: all .25s
}

.sec_buscador .container .searchbox .form-button-icon:hover {
    background-color: transparent;
    color: #f0c419
}

.sec_buscador .container .searchbox .form-button-icon span {
    margin: 0 5px 0 0;
    color: #fff
}

.sec_buscador .container .searchbox .form-button-icon i {
    color: #fff;
    font-size: 20px
}

#page {
    overflow-x: hidden
}

#page.panelopen {
    height: 100vh;
    overflow: hidden
}

#page.home .header.scroll .header-top,#page.nohero .header-top,#page.subhome header.scroll .header-top {
    background-color: #232e43
}

#page.nohero .header-menu,#page.subhome header-menu,.post-content--ppal .sec_post .post-info ul li:before {
    display: none
}

#page.nohero main {
    padding: 70px 0 0
}

#page.nohero.logado main {
    padding: 106px 0 0
}

#page.home .header-top,#page.subhome header {
    background-color: transparent
}

#page.home main,#page.subhome main {
    margin-top: 0
}

.post-content {
    background-color: #f6f6f6;
    padding: 20px 0
}

.post-content--ppal .sec_post {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    background-color: #fff;
    z-index: 2;
    position: relative;
    border-radius: 1px;
    padding: 20px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .post-content--ppal .sec_post {
        padding:30px;
        margin-bottom: 0
    }
}

.post-content--ppal .sec_post .post-intro {
    font-family: "Roboto Slab",serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #383838
}

@media (min-width: 768px) {
    .post-content--ppal .sec_post .post-intro {
        font-size:20px;
        line-height: 24px
    }
}

.post-content--ppal .sec_post .post-info,.post-content--ppal .sec_post .post-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-direction: normal
}

.post-content--ppal .sec_post .post-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #cecece;
    padding: 5px 0 0;
    margin: 0 0 20px
}

@media (min-width: 768px) {
    .post-content--ppal .sec_post .post-info {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.post-content--ppal .sec_post .post-info ul {
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.post-content--ppal .sec_post .post-info ul li {
    margin-right: 10px;
    padding: 0;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
    color: #44464a
}

.post-content--ppal .sec_post .post-info ul li span {
    color: #44464a;
    margin-left: 5px
}

.post-content--ppal .sec_post .post-info .addtoany_shortcode .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    height: 24px;
    line-height: 32px;
    width: 24px
}

.post-content--ppal .sec_post .post-text p,.post-content--ppal .sec_post .post-text ul li {
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #383838
}

.post-content--ppal .sec_post .post-text strong {
    font-weight: 800
}

.post-content--ppal .sec_post .post-text span {
    font-weight: 800;
    color: #f0c419
}

.post-content--ppal .sec_post .post-text ul {
    padding: 0
}

.post-content--ppal .sec_post .post-text ul li {
    padding: 0 0 0 20px;
    position: relative
}

.post-content--ppal .sec_post .post-text ul li:before {
    content: "\ea15";
    color: #f0c419;
    font-size: 8px;
    position: absolute;
    top: 2px;
    left: 2px
}

.post-content--ppal .sec_post .post-text img.alignright {
    float: right;
    margin: 10px 0 10px 10px
}

.post-content--ppal .sec_post .post-text img.alignleft {
    float: left;
    margin: 10px 10px 10px 0
}

.post-content--ppal .sec_post .post-text img.aligncenter {
    margin: 10px 0;
    float: none;
    clear: both;
    text-align: center
}

.post-content--pagination {
    padding: 20px 0
}

.post-content--pagination .nav-links,.post-content--sidebar .widget_categories ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.post-content--pagination .nav-links a {
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #383838
}

.post-content--pagination .nav-links a:hover {
    background-color: #f0c419;
    color: #fff
}

.post-content--pagination .nav-links .nav-previous {
    position: relative;
    padding: 0 0 0 25px
}

.post-content--pagination .nav-links .nav-next:after,.post-content--pagination .nav-links .nav-previous:after {
    width: 20px;
    height: 20px;
    padding: 0 7px 5px 3px;
    background-color: #f0c419;
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 0
}

.post-content--pagination .nav-links .nav-previous:after {
    content: "<<";
    left: 0
}

.post-content--pagination .nav-links .nav-next {
    position: relative;
    padding: 0 25px 0 0
}

.post-content--pagination .nav-links .nav-next:after {
    content: ">>";
    right: 0
}

.post-content--sidebar .widget {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    background-color: #fff;
    z-index: 2;
    position: relative;
    border-radius: 1px;
    padding: 20px 15px;
    margin-bottom: 20px
}

.post-content--sidebar .widgettitle {
    font-family: "Roboto Slab",serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #383838;
    position: relative;
    margin: 0 0 15px;
    padding: 0;
    width: auto;
    text-align: left
}

.post-content--sidebar .widgettitle:after {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #f0c419;
    position: absolute;
    bottom: -4px;
    left: 2px;
    z-index: 0
}

.post-content--sidebar .widget_categories ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0
}

.post-content--sidebar .widget_categories ul li a,.post-content--sidebar .wpp-list .wpp-post-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #383838
}

.post-content--sidebar .widget_categories ul li span {
    display: block;
    padding: 5px;
    color: #fff
}

.post-content--sidebar .widget_categories ul li span.total {
    background-color: #7f9d12
}

.post-content--sidebar .wpp-list {
    margin: 0;
    padding: 0
}

.post-content--sidebar .wpp-list .wpp-thumbnail {
    margin: 0 10px 0 0
}

@media (min-width: 768px) {
    .post-content--sidebar .wpp-list .wpp-thumbnail {
        width:34%;
        margin: 0 5px 0 0
    }
}

.post-content--sidebar .calendar_wrap table thead th {
    text-align: center;
    background-color: #fce295
}

.post-content--sidebar .calendar_wrap caption,.post-content--sidebar .calendar_wrap table tbody td {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #383838;
    text-align: center
}

.post-content--sidebar .calendar_wrap table tbody td.today {
    background-color: #f9c52c;
    font-weight: 800
}

.post-content--sidebar .calendar_wrap caption {
    caption-side: top;
    font-weight: 900
}
.card-thumbnail{
    min-height: 150px;
}
.card-thumbnail img {
    width: 100%;
    height: 100%;
}
