@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v40-latin-600.eot');
    src: url('../fonts/open-sans-v40-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-600.woff') format('woff'), url('../fonts/open-sans-v40-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-600.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.eot');
    src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #444236;
    font: 400 1rem/1.5em 'Open Sans', Arial, sans-serif;
    background: #ebebeb;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: transparent;
}

header {
    padding: 2rem 1.5rem 1rem;
    background: #fff;
    box-shadow: 0 0 .625rem #a6a6a6;
    margin: 0 0 .5rem;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 1rem;
}

.flex h3 {
    font-size: 1.4rem;
    line-height: 130%;
    margin: 0 0 1rem;
}

.scheme_detail_data {
    width: 50%;
    display: table;
}

.scheme-additional-data {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.scheme-additional-data {
    margin-bottom: 0;
    min-width: 47%;
}

ul.scheme-additional-data li {
    list-style: none;
    margin: 0 0 .625rem 0;
    font-size: 1rem;
    line-height: 140%;
}

ul.scheme-additional-data :is(.fas, .far) {
    margin-right: .625rem;
}

.slider {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.slider ul {
    display: flex;
    padding: 0;
    width: 700%;
    animation: cambio 20s infinite alternate linear;
}

.slider li {
    width: 100%;
    list-style: none;
}

.slider ul li:before {
    content: none;
}

.slider img {
    width: 100%;
}

@keyframes cambio {
    0% {
        margin-left: 0;
    }

    10% {
        margin-left: 0;
    }

    15% {
        margin-left: -100%;
    }

    25% {
        margin-left: -100%;
    }

    30% {
        margin-left: -200%;
    }

    40% {
        margin-left: -200%;
    }

    45% {
        margin-left: -300%;
    }

    55% {
        margin-left: -300%;
    }

    60% {
        margin-left: -400%;
    }

    75% {
        margin-left: -400%;
    }

    80% {
        margin-left: -500%;
    }

    90% {
        margin-left: -500%;
    }

    95% {
        margin-left: -600%;
    }

    100% {
        margin-left: -600%;
    }
}

section:first-of-type {
    margin: 0 0 .5rem
}

section {
    box-shadow: 0 0 .625rem #a6a6a6;
    background: #fff;
    padding: 1.5rem;
    margin: .8rem 0;
}

section.color {
    background: #e3e3e1;
    color: #969696;
}

article {
    margin: .5rem 0 0;
}

.color h2:nth-of-type(2),
.color h2:nth-of-type(3) {
    margin-top: 1.25rem
}

article p {
    margin: 0 0 1rem;
    hyphens: auto;
}

article span {
    color: #c18d3e;
    font-weight: bold;
}

h1 {
    font-size: 1.7rem;
    line-height: 130%;
    margin: 1rem 0 0;
    font-weight: 600;
}

h1 small {
    font-size: 1.125rem
}

h2 {
    font-size: 1rem;
    color: #c18d3e;
    font-weight: 600;
}

h2+p {
    margin-top: .5rem;
}

article ul {
    margin: .5rem 0 0 2rem;
    list-style: none;
}

article ul ul {
    margin: 0 0 .3rem 2rem;
}

article ul li:before {
    content: "\25A0";
    color: #c18d3e;
    float: left;
    margin: -.125rem 0 0 -1.25rem;
}

.apply {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.apply .btn {
    background: #be8329;
    color: #000;
    padding: .5rem 3rem;
    text-align: center;
    font-weight: bold;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #c18d3e;
    text-decoration: none;
    white-space: nowrap;
}

a.tel {
    color: inherit
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
    box-shadow: 0 0 .625rem #a6a6a6;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

footer {
    background: #fff;
    box-shadow: 0 0 .625rem #a6a6a6;
    padding: 1.5rem;
    margin-top: .8rem;
}

footer p {
    text-align: center;
    margin: 0
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: .5rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    section {
        padding: 1rem;
    }
}

@media only screen and (max-width: 48rem) {
    .flex {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    h3 {
        text-align: center;
        margin-bottom: 2rem;
    }

    h3 br {
        display: none;
    }

    .scheme_detail_data {
        width: 100%;
    }

    ul.scheme-additional-data {
        min-width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 30rem) {
    article ul {
        margin-left: 1.3rem;
    }

    article ul ul {
        margin: 0 0 .3rem 1.3rem;
    }
}

@media only screen and (max-width: 23.5rem) {
    .apply .btn {
        width: 100%
    }
}