/**
    Mixins
    ------
**/
/**
    Animations
    ----------
**/
@keyframes movebg {
    0%, 100% {
        background-position: center, 50% 50%;
    }

    50% {
        background-position: center, 70% 50%;
    }
}

@keyframes hue {
    0%, 100% {
        filter: hue-rotate(0deg);
    }

    50% {
        filter: hue-rotate(-15deg);
    }
}

@keyframes moveLeftToRight {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0%);
    }
}

@keyframes right2Left {
    from {
        right: 0;
        transform: translateX(100%);
    }

    to {
        right: 0;
        transform: translateX(0%);
    }
}

@keyframes opacity {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@keyframes scale {
    from {
        transform: translateY(30%);
    }

    to {
        transform: translateY(0%);
    }
}

@keyframes changeHeight {
    from {
        max-height: 0;
    }

    to {
        max-height: 50vh;
    }
}

@keyframes moveFromLeft {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0%);
    }
}

@keyframes moveFromRight {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0%);
    }
}

@keyframes hidden {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/**
    Navigation Desktop
    -----------------
**/
.main-menu {
    position: initial;
    /*puede que esto vaya al layout*/
    background: #fff;
    color: #333333;
}

.main-menu-content-navigation {
    max-width: 55rem;
}

@media only screen and (min-width: 64rem) {
    .main-menu .hamburguer-menu {
        display: none;
    }
}

@media only screen and (min-width: 48rem) {
    .main-navigation[data-hidden='false'] {
        width: 100%;
        left: 1.5rem;
        left: calc(100vw - 720px);
    }
}

@media only screen and (min-width: 64rem) {
    .main-navigation[data-hidden] {
        left: auto;
        display: flex;
        visibility: visible;
        height: auto;
        position: relative;
    }

    .main-navigation-list {
        display: flex;
        width: 100%;
        justify-content: space-around;
        font-size: 1.125rem;
        padding-left: 0;
        padding-right: 0;
    }
}

/**
    Module modal desktop
    --------------------
**/
.modal-content {
    max-width: 50%;
}

/**
    Layout header desktop
    -------------
**/
.main-header {
    position: relative;
    min-height: 5rem;
    color: #fff;
}

.main-header-content-image {
    position: relative;
    line-height: 0;
    max-height: 70vh;
    overflow: hidden;
    width: 100%;
}

    .main-header-content-image:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

.main-header-image {
    line-height: 0;
    top: -12.1875rem;
    min-height: 60vh;
}

@media only screen and (min-width: 48rem) {
    .main-header-image {
        top: -17.5rem;
    }
}

@media only screen and (min-width: 64rem) {
    .main-header-image {
        top: 0rem;
        min-height: unset;
    }
}

.main-header-container {
    max-height: 0;
}

.main-header-subcontainer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: calc(100% - 32px);
}

    .main-header-subcontainer .main-header-title {
        font-size: 3rem;
        line-height: 1;
        margin: 0 0 1rem 0;
        text-align: left;
        color: inherit;
    }

        .main-header-subcontainer .main-header-title:after {
            content: none;
        }

.main-header-title {
    font-size: 1.5rem;
    text-align: left;
    color: #333333;
    margin: 4rem 0;
}

    .main-header-title:after {
        content: '';
        display: block;
        width: 4.1875rem;
        height: 0.125rem;
        background-color: #003a83;
        margin: 1rem auto;
    }

.main-header-title-prestamo {
    font-weight: normal;
}

.main-header-subtitle {
    margin: 0 0 1.5rem 0;
    font-size: 1.625rem;
    text-align: left;
    max-width: 80%;
}

.main-header-icons-group {
    display: flex;
    padding: 0.625rem 0;
    align-items: center;
}

    .main-header-icons-group img {
        margin-right: 0.625rem;
    }

        .main-header-icons-group img:last-child {
            border-left: 0.0625rem solid #707070;
            padding-left: 0.625rem;
            margin-right: 0;
        }

.main-header-white {
    color: #333333;
}

    .main-header-white .main-header-subcontainer {
        max-width: 100%;
    }

    .main-header-white .main-header-content-image:after {
        content: none;
    }

@media only screen and (min-width: 48rem) {
    .main-header-image {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .main-header-subcontainer {
        left: 3%;
        right: auto;
    }
}

@media only screen and (min-width: 80rem) {
    .main-header-subcontainer {
        max-width: 40%;
        left: 20%;
        right: auto;
    }

    .main-header-white .main-header-subcontainer {
        max-width: 30%;
    }
}

@media only screen and (min-width: 125rem) {
    .main-header-white .main-header-subcontainer {
        max-width: 22%;
    }
}

/**
    Tools and utils desktop
    -----------------------
**/
@media only screen and (min-width: 64rem) {
    .responsive-image {
        margin: 0;
        width: 100%;
        left: auto;
    }

    .responsive-image-square img {
        margin: 2rem auto;
    }
}

@media only screen and (min-width: 1920px) {
    .responsive-image svg {
        width: auto;
    }
}

@media only screen and (min-width: 64rem) {
    .only-desktop {
        display: block;
    }

    .only-mobile {
        display: none;
    }
}

/**
    Module overwrite OCE styles
    ---------------------------
**/
.scs-button-text {
    padding: 0.5rem 1.75rem;
}

.leg .scs-custom-component-wrapper {
    border-radius: 0.5rem;
}

.leg .button-blue {
    margin-bottom: 0;
}
/*# sourceMappingURL=style2.css.map*/
