@font-face {
    font-family: "Product Sans Regular";
    src: url("../../fonts/Product Sans Regular.woff2") format("woff2"), url("../../fonts/Product Sans Regular.woff") format("woff"), url("../../fonts/Product Sans Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold";
    src: url("../../fonts/Product Sans Bold.woff2") format("woff2"), url("../../fonts/Product Sans Bold.woff") format("woff"), url("../../fonts/Product Sans Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Italic";
    src: url("../../fonts/Product Sans Italic.woff2") format("woff2"), url("../../fonts/Product Sans Italic.woff") format("woff"), url("../../fonts/Product Sans Italic.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold Italic";
    src: url("../../fonts/Product Sans Bold Italic.woff2") format("woff2"), url("../../fonts/Product Sans Bold Italic.woff") format("woff"), url("../../fonts/Product Sans Bold Italic.ttf") format("truetype")
}

section,
p,
h1,
h2,
h3,
h4,
a,
img,
input,
select,
textarea,
ul,
li {
    margin: 0;
    padding: 0
}

p,
h1,
h2,
h3,
h4,
a {
    border: none;
    font-weight: normal;
    text-decoration: none
}

img,
input,
select,
textarea {
    display: block;
    outline: none;
    border: 0
}

textarea {
    resize: none;
    box-sizing: border-box
}

input,
select,
textarea {
    font-family: "Product Sans Regular"
}

button,
label,
input[type=checkbox] {
    cursor: pointer
}

button {
    border: none
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield;
}

::-webkit-scrollbar {
    background: transparent;
    height: 8px;
    width: 8px
}

::-webkit-scrollbar-thumb {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #dfd7fc;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    min-height: 40px
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Product Sans Regular", "Arial";
    font-size: 16px;
    color: #8198ab
}

.main {
    position: relative;
    width: 100%;
    /*margin:-170px auto 0 auto*/
}

.main-width {
    margin: 0 auto
}

.transition {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

header {
    z-index: 9;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 51px;
    padding-top: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

@media(min-width: 1200px) {
	.main-width {
		width: 1200px;
	}
}

@media(max-width: 1200px) {
    header {
        border-bottom: none
    }
}

header .logo {
    font-size: 24px;
    color: #fff;
    font-family: "Product Sans Bold"
}

@media(max-width: 1200px) {
    header .logo {
        display: block;
        text-align: center;
        margin: 0 auto;
        font-size: 30px
    }
}

header .logo:hover {
    color: #5c64cd
}

header .burger {
    height: 20px;
    position: absolute;
    top: 32px;
    cursor: pointer
}

@media(max-width: 1200px) {
    header .burger {
        display: block
    }
}

header .menu {
    display: flex;
    flex-direction: row
}

header .menu .menu-link {
    font-size: 16px;
    color: #fff;
    margin-left: 53px
}

header .menu .menu-link:hover {
    color: #5c64cd;
    border-bottom: 1px solid #fff;
    height: 100%;
    display: block
}

header.black {
    border-bottom: 1px solid #afb2be
}

@media(max-width: 1200px) {
    header.black {
        border-bottom: none
    }
}

header.black .logo {
    color: #212b36
}

header.black .logo:hover {
    color: #5c64cd
}

header.black .burger {
    filter: invert(100%)
}

header.black .menu .menu-link {
    color: #212b36
}

header.black .menu .menu-link:hover {
    color: #5c64cd;
    border-bottom: 1px solid #5c64cd
}

header ul,
header li {
    list-style: none;
    -webkit-padding-start: 0
}

header .nav-item-dropdown {
    position: relative
}

header .nav-item-dropdown:hover>.dropdown-menu {
    display: block;
    opacity: 1
}

header .dropdown-trigger {
    position: relative;
    cursor: pointer;
    margin-left: 58px;
    display: block;
    height: 50px;
    padding-right: 18px
}

header .dropdown-trigger img {
    display: inline-block;
    text-align: right;
    position: absolute;
    left: -18px;
    top: 3px
}

header .dropdown-trigger span {
    color: #fff;
    font-size: 12px;
    margin-left: 4px
}

header .dropdown-trigger:focus+.dropdown-menu {
    display: block;
    opacity: 1
}

header .dropdown-trigger::after {
    content: "›";
    position: absolute;
    color: #fff;
    font-size: 24px;
    transform: rotate(90deg);
    top: -4px;
    right: 0
}

header.black .dropdown-trigger img {
    filter: invert(100%)
}

header.black .dropdown-trigger span {
    color: #212b36
}

header.black .dropdown-trigger::after {
    color: #212b36
}

header .dropdown-menu {
    background-color: #fff;
    display: inline-block;
    text-align: right;
    position: absolute;
    top: 2.5rem;
    right: -10px;
    display: none;
    opacity: 0;
    transition: opacity .5s ease;
    border-radius: 5px;
    padding-bottom: 14px;
    width: 135px
}

header .dropdown-menu a {
    color: #212b36;
    font-size: 12px
}

header .dropdown-menu-item {
    cursor: pointer;
    padding: 14px 14px 0 14px;
    text-align: left;
    justify-content: flex-start
}

header .dropdown-menu-item img {
    margin-right: 8px
}

header .dropdown-menu-item a:hover {
    color: #6e46db
}

header .dropdown-menu-item a.active {
    color: #6e46db
}

.header-image {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -76px
}

footer {
    width: 100%;
    height: 300px;
    padding-top: 50px;
    text-align: center;
    overflow: hidden;
    position: relative
}

@media(max-width: 1200px) {
    footer {
        margin-top: 0;
        height: 500px
    }
}

footer .background {
    background: linear-gradient(44.94deg, #5F37EF 0%, #564AE2 36.86%, #7844D9 67.22%, #7930D2 100%);
    height: 100%;
    bottom: -75px
}

footer .logo {
    font-family: "Product Sans Bold";
    color: #fff;
    font-size: 32px;
    margin-top: 148px;
    display: inline-block;
    position: relative
}

footer .footer-mobile {
    position: relative;
    margin: 50px 0 75px
}

footer .footer-mobile a {
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 auto 15px auto
}

@media(max-width: 1200px) {
    footer .footer-mobile {
        display: block
    }
}

footer p {
    margin-top: 56px;
    color: #af9aec;
    position: relative
}

.flex-wrapper {
    display: flex;
    flex-direction: row
}

.flex-wrapper-2{
    display: flex;
    flex-wrap: wrap;
}

.mobile-only {
    display: none
}

.swiper-container {
    width: 100%
}

.content-shadow {
    width: 100%;
    height: 150px;
    position: absolute;
    background: linear-gradient(0deg, #FFFFFF 0%, #eaeef6 100%)
}

.diagonal-background {
    position: absolute;
    transform: matrix(1, -0.055, 0, 1, 0, 0);
    width: 100%;
    left: 0
}

.diagonal-banner-container {
    position: relative;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 513px;
    text-align: center
}

.diagonal-banner-container .diagonal-background {
    background: linear-gradient(45deg, #7933D3 0%, #5F37EF 100%);
    height: 450px;
    top: 0
}

.diagonal-banner-container h3 {
    position: relative;
    color: #fff;
    font-family: "Product Sans Bold";
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 30px
}

@media(max-width: 1200px) {
    .diagonal-banner-container h3 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 70px;
        width: calc(100% - 40px)
    }
}

.diagonal-banner-container button {
    position: relative;
    padding: 16px 20px;
    background-color: transparent;
    border-radius: 35px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-family: "Product Sans Bold"
}

.diagonal-banner-container button:hover {
    background-color: #fff;
    color: #6e46db
}

@font-face {
    font-family: "Product Sans Regular";
    src: url("../../fonts/Product Sans Regular.woff2") format("woff2"), url("../../fonts/Product Sans Regular.woff") format("woff"), url("../../fonts/Product Sans Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold";
    src: url("../../fonts/Product Sans Bold.woff2") format("woff2"), url("../../fonts/Product Sans Bold.woff") format("woff"), url("../../fonts/Product Sans Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Italic";
    src: url("../../fonts/Product Sans Italic.woff2") format("woff2"), url("../../fonts/Product Sans Italic.woff") format("woff"), url("../../fonts/Product Sans Italic.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold Italic";
    src: url("../../fonts/Product Sans Bold Italic.woff2") format("woff2"), url("../../fonts/Product Sans Bold Italic.woff") format("woff"), url("../../fonts/Product Sans Bold Italic.ttf") format("truetype")
}

.casos-de-exito-component {
    position: relative;
    padding: 50px
}

.casos-de-exito-component .diagonal-background {
    background: linear-gradient(0deg, #FFFFFF 0%, #e4ecfa 100%);
    height: 190px;
    top: -70px
}

.casos-de-exito-component .flex-wrapper {
    position: relative;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto
}

@media(max-width: 1200px) {
    .casos-de-exito-component .flex-wrapper {
        flex-direction: column;
        justify-content: flex-start
    }
}

.casos-de-exito-component .flex-wrapper .info {
    width: 480px
}

@media(max-width: 1200px) {
    .casos-de-exito-component .flex-wrapper .info {
        width: calc(100% - 40px);
        text-align: center
    }
}

.casos-de-exito-component .flex-wrapper .info h3 {
    color: #fa9528;
    font-size: 18px;
    font-family: "Product Sans Bold";
    margin-bottom: 30px
}

@media(max-width: 1200px) {
    .casos-de-exito-component .flex-wrapper .info h3 {
        width: "Product Sans Regular", "Arial";
        margin-bottom: 17px
    }
}

.casos-de-exito-component .flex-wrapper .info h4 {
    color: #212b36;
    font-size: 42px;
    font-family: "Product Sans Bold";
    margin-bottom: 26px
}

@media(max-width: 1200px) {
    .casos-de-exito-component .flex-wrapper .info h4 {
        font-size: 37px;
        margin-bottom: 24px
    }
}

.casos-de-exito-component .flex-wrapper .info .bajada {
    color: #212b36;
    font-size: 22px;
    margin-bottom: 25px
}

.casos-de-exito-component .flex-wrapper .info .text {
    font-size: 18px;
    line-height: 30px
}

@media(max-width: 1200px) {
    .casos-de-exito-component .flex-wrapper .info .text {
        font-size: 16px;
        line-height: 23px
    }
}

.casos-de-exito-component .flex-wrapper .video {
    background-image: url(../img/campania/video-background-left.svg), url(../img/campania/video-background-right.svg);
    background-position: left bottom, right top;
    background-repeat: no-repeat, no-repeat;
    width: 661px;
    height: 386px;
    padding: 81px 0 0 46px
}

@media(max-width: 1200px) {
    .casos-de-exito-component .flex-wrapper .video {
        background: none;
        padding: 0;
        width: auto;
        height: auto;
        margin-top: 24px
    }
}

@media(max-width: 650px) {
    .casos-de-exito-component .flex-wrapper .video {
        width: calc(100% - 40px);
        height: auto
    }
}

.casos-de-exito-component .flex-wrapper .video iframe {
    width: 600px;
    height: 338px
}

@media(max-width: 650px) {
    .casos-de-exito-component .flex-wrapper .video iframe {
        width: 100%
    }
}

@font-face {
    font-family: "Product Sans Regular";
    src: url("../../fonts/Product Sans Regular.woff2") format("woff2"), url("../../fonts/Product Sans Regular.woff") format("woff"), url("../../fonts/Product Sans Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold";
    src: url("../../fonts/Product Sans Bold.woff2") format("woff2"), url("../../fonts/Product Sans Bold.woff") format("woff"), url("../../fonts/Product Sans Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Italic";
    src: url("../../fonts/Product Sans Italic.woff2") format("woff2"), url("../../fonts/Product Sans Italic.woff") format("woff"), url("../../fonts/Product Sans Italic.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold Italic";
    src: url("../../fonts/Product Sans Bold Italic.woff2") format("woff2"), url("../../fonts/Product Sans Bold Italic.woff") format("woff"), url("../../fonts/Product Sans Bold Italic.ttf") format("truetype")
}

.como-donar-component {
    position: relative;
    margin-bottom: 150px
}

.como-donar-component .diagonal-background {
    background: #fff;
    height: 210px;
    top: -85px
}

@media(max-width: 1200px) {
    .como-donar-component .diagonal-background {
        top: -25px
    }
}

.como-donar-component .main-width {
    position: relative
}

.como-donar-component h3 {
    font-family: "Product Sans Bold";
    color: #6e46db;
    font-size: 60px;
    margin-bottom: 78px
}

@media(max-width: 1200px) {
    .como-donar-component h3 {
        color: #212b36;
    font-size: 34px;
        margin-bottom: 47px;
        text-align: center
    }
}

.como-donar-component .flex-wrapper {
    justify-content: space-between
}

@media(max-width: 1200px) {
    .como-donar-component .flex-wrapper {
        display: block
    }
}

.como-donar-component .flex-wrapper div {
    width: 350px
}

@media(max-width: 1200px) {
    .como-donar-component .flex-wrapper div {
        width: calc(100% - 40px);
        margin: 0 auto 40px auto
    }
}

.como-donar-component .flex-wrapper img {
    margin-bottom: 28px
}

.como-donar-component .flex-wrapper h4 {
    font-family: "Product Sans Bold";
    color: #212b36;
    font-size: 26px;
    margin-bottom: 22px
}

.como-donar-component .flex-wrapper p {
    line-height: 26px
}

.como-donar-component button {
    display: block;
    font-family: "Product Sans Bold";
    height: 60px;
    width: 200px;
    color: #fff;
    font-size: 18px;
    border-radius: 35px;
    background: linear-gradient(45deg, #7933D3 0%, #5F37EF 100%);
    margin: 100px auto
}

.como-donar-component button:hover {
    background: linear-gradient(45deg, #5F37EF 0%, #5F37EF 100%)
}

@font-face {
    font-family: "Product Sans Regular";
    src: url("../../fonts/Product Sans Regular.woff2") format("woff2"), url("../../fonts/Product Sans Regular.woff") format("woff"), url("../../fonts/Product Sans Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold";
    src: url("../../fonts/Product Sans Bold.woff2") format("woff2"), url("../../fonts/Product Sans Bold.woff") format("woff"), url("../../fonts/Product Sans Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Italic";
    src: url("../../fonts/Product Sans Italic.woff2") format("woff2"), url("../../fonts/Product Sans Italic.woff") format("woff"), url("../../fonts/Product Sans Italic.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold Italic";
    src: url("../../fonts/Product Sans Bold Italic.woff2") format("woff2"), url("../../fonts/Product Sans Bold Italic.woff") format("woff"), url("../../fonts/Product Sans Bold Italic.ttf") format("truetype")
}

.contacto-apps-component {
    justify-content: space-between;
    padding: 30px 0 50px
}

@media(max-width: 1200px) {
    .contacto-apps-component {
        justify-content: flex-start;
        flex-direction: column
    }
}

.contacto-apps-component h3 {
    font-family: "Product Sans Bold";
    font-size: 28px;
    color: #212b36;
    margin-bottom: 30px
}

@media(max-width: 1200px) {
    .contacto-apps-component h3 {
        font-size: 34px;
        line-height: 41px;
        text-align: center
    }
}

.contact-form {
    width: 558px
}

.contact-form .form-succes {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%
}

.contact-form .form-succes h3 {
    margin-bottom: 16px;
    font-size: 30px;
    color: #6e46db;
    font-family: "Product Sans Bold"
}

.contact-form .form-succes p {
    font-size: 20px;
    color: #637381;
    margin-bottom: 80px
}

@media(max-width: 1200px) {
    .contact-form {
        width: 100%;
        order: 1
    }
}

.contact-form .form {
    flex-wrap: wrap;
    justify-content: space-between
}

@media(max-width: 1200px) {
    .contact-form .form {
        width: calc(100% - 40px);
        flex-direction: column;
        align-items: center;
        margin: 0 auto
    }
}

.contact-form .form .field {
    width: 265px;
    margin-bottom: 28px
}

@media(max-width: 1200px) {
    .contact-form .form .field {
        width: 100%
    }
}

.contact-form .form .field label {
    font-size: 14px;
    margin-bottom: 12px;
    display: block
}

.contact-form .form .field input {
    padding: 16px;
    width: calc(100% - 34px);
    height: 24px;
    border-radius: 3px;
    border: 1px solid #dde3e8
}

.contact-form .form .field input:focus {
    border: 1px solid #6e46db
}

.contact-form .form .field.long {
    width: 100%
}

.contact-form button {
    font-family: "Product Sans Bold";
    height: 60px;
    width: 200px;
    color: #fff;
    font-size: 18px;
    border-radius: 35px;
    background: linear-gradient(45deg, #7933D3 0%, #5F37EF 100%);
    margin-top: 7px
}

.contact-form button:hover {
    background: linear-gradient(45deg, #5F37EF 0%, #5F37EF 100%)
}

@media(max-width: 1200px) {
    .contact-form button {
        margin: 7px auto;
        display: block
    }
}

.contact-form button:disabled {
    background: #606770 !important;
    cursor: default
}

.download-app {
    width: 558px
}

@media(max-width: 1200px) {
    .download-app {
        width: calc(100% - 40px);
        order: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto 90px
    }
}

.download-app .video {
    width: 558px;
    height: 286px
}

@media(max-width: 1200px) {
    .download-app .video {
        height: auto;
        margin-top: 24px
    }
}

@media(max-width: 650px) {
    .download-app .video {
        width: calc(100% - 40px);
        height: auto
    }
}

.download-app .video iframe {
    width: 558px;
    height: 286px
}

@media(max-width: 650px) {
    .download-app .video iframe {
        width: 100%
    }
}

.download-app p {
    line-height: 30px;
    margin: 18px 0
}

@media(max-width: 1200px) {
    .download-app p {
        margin: 28px auto;
        max-width: 558px
    }
}

@media(max-width: 650px) {
    .download-app p {
        width: 100%
    }
}

@media(max-width: 1200px) {
    .download-app .social {
        width: 100%;
        max-width: 335px;
        justify-content: space-between
    }
}

.download-app .social img {
    height: 50px
}

.download-app .social img:first-of-type {
    margin-right: 20px
}

@media(max-width: 1200px) {
    .download-app .social img:first-of-type {
        margin: 0
    }
}

@font-face {
    font-family: "Product Sans Regular";
    src: url("../../fonts/Product Sans Regular.woff2") format("woff2"), url("../../fonts/Product Sans Regular.woff") format("woff"), url("../../fonts/Product Sans Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold";
    src: url("../../fonts/Product Sans Bold.woff2") format("woff2"), url("../../fonts/Product Sans Bold.woff") format("woff"), url("../../fonts/Product Sans Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Italic";
    src: url("../../fonts/Product Sans Italic.woff2") format("woff2"), url("../../fonts/Product Sans Italic.woff") format("woff"), url("../../fonts/Product Sans Italic.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold Italic";
    src: url("../../fonts/Product Sans Bold Italic.woff2") format("woff2"), url("../../fonts/Product Sans Bold Italic.woff") format("woff"), url("../../fonts/Product Sans Bold Italic.ttf") format("truetype")
}

.header-alarm-component {
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background: linear-gradient(44.94deg, #5F37EF 0%, #564AE2 36.86%, #7844D9 67.22%, #7930D2 100%);
    color: #fff
}

.header-alarm-component .close {
    width: 20px;
    position: absolute;
    right: 20px;
    top: 26px;
    cursor: pointer
}

.header-alarm-component .alarm-wrapper {
    justify-content: center;
    align-items: center;
    height: 100%
}

@media(max-width: 1200px) {
    .header-alarm-component .alarm-wrapper {
        justify-content: flex-start
    }
}

.header-alarm-component .alarm-wrapper img {
    height: 29px;
    margin-right: 14px
}

@media(max-width: 1200px) {
    .header-alarm-component .alarm-wrapper img {
        margin-left: 20px
    }
}

.header-alarm-component .alarm-wrapper h4 {
    font-size: 20px;
    margin-right: 17px
}

@media(max-width: 1200px) {
    .header-alarm-component .alarm-wrapper h4 {
        font-size: 14px
    }
}

.header-alarm-component .alarm-wrapper .clock {
    font-family: "Product Sans Bold";
    font-size: 20px;
    margin-right: 34px;
    width: 82px
}

@media(max-width: 1200px) {
    .header-alarm-component .alarm-wrapper .clock {
        font-size: 16px
    }
}

.header-alarm-component .alarm-wrapper button {
    width: 116px;
    height: 36px;
    background-color: transparent;
    border-radius: 35px;
    border: solid 2px #fff;
    color: #fff
}

@media(max-width: 1200px) {
    .header-alarm-component .alarm-wrapper button {
        position: absolute;
        left: calc(50% - 38px);
        width: 76px;
        height: 30px;
        font-size: 14px
    }
}

.header-alarm-component .alarm-wrapper button:hover {
    background-color: #fff;
    color: #6e46db
}

@font-face {
    font-family: "Product Sans Regular";
    src: url("../../fonts/Product Sans Regular.woff2") format("woff2"), url("../../fonts/Product Sans Regular.woff") format("woff"), url("../../fonts/Product Sans Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold";
    src: url("../../fonts/Product Sans Bold.woff2") format("woff2"), url("../../fonts/Product Sans Bold.woff") format("woff"), url("../../fonts/Product Sans Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Italic";
    src: url("../../fonts/Product Sans Italic.woff2") format("woff2"), url("../../fonts/Product Sans Italic.woff") format("woff"), url("../../fonts/Product Sans Italic.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold Italic";
    src: url("../../fonts/Product Sans Bold Italic.woff2") format("woff2"), url("../../fonts/Product Sans Bold Italic.woff") format("woff"), url("../../fonts/Product Sans Bold Italic.ttf") format("truetype")
}

.header-mobile-component {
    position: fixed;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: linear-gradient(44.94deg, #5F37EF 0%, #564AE2 36.86%, #7844D9 67.22%, #7930D2 100%);
    z-index: 10;
    display: none
}

@media(min-width: 1200px) {
    .header-mobile-component {
        display: none !important
    }
}

.header-mobile-component .header-mobile {
    width: 100%
}

.header-mobile-component .header-mobile .close {
    width: 20px;
    position: absolute;
    left: 20px;
    top: 32px;
    cursor: pointer
}

.header-mobile-component .header-mobile .logo {
    font-size: 30px;
    color: #fff;
    font-family: "Product Sans Bold";
    display: block;
    text-align: center;
    margin-top: 24px
}

.header-mobile-component .header-mobile .menu {
    flex-direction: column;
    padding-left: 32px;
    margin-top: 58px
}

.header-mobile-component .header-mobile .menu a {
    color: #beb1f0;
    margin-bottom: 44px
}

.header-mobile-component .header-mobile .menu a h3 {
    font-size: 34px;
    color: #fff;
    font-family: "Product Sans Bold"
}

.header-mobile-component .header-mobile .menu a p {
    font-size: 14px;
    font-family: "Product Sans Italic";
    margin-top: 10px
}

.header-mobile-component .header-mobile .menu a:hover p {
    color: #fff
}

.header-mobile-component .header-mobile .menu-language {
    margin: 0 auto 60px auto
}

.header-mobile-component .header-mobile .menu-language .cambiar {
    justify-content: center;
    align-content: center
}

.header-mobile-component .header-mobile .menu-language .cambiar img {
    height: 20px
}

.header-mobile-component .header-mobile .menu-language .cambiar p {
    margin-left: 10px;
    font-size: 14px;
    color: #fff
}

.header-mobile-component .header-mobile .menu-language .language-wrapper {
    width: 257px;
    margin: 14px auto 0 auto;
    justify-content: space-between
}

.header-mobile-component .header-mobile .menu-language .language-wrapper img {
    height: 20px
}

.header-mobile-component .header-mobile .menu-language .language-wrapper a {
    font-size: 16px;
    color: #6faee4;
    margin-left: 10px
}

.header-mobile-component .header-mobile .menu-language .language-wrapper a.active {
    color: #fff
}

@font-face {
    font-family: "Product Sans Regular";
    src: url("../../fonts/Product Sans Regular.woff2") format("woff2"), url("../../fonts/Product Sans Regular.woff") format("woff"), url("../../fonts/Product Sans Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold";
    src: url("../../fonts/Product Sans Bold.woff2") format("woff2"), url("../../fonts/Product Sans Bold.woff") format("woff"), url("../../fonts/Product Sans Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Italic";
    src: url("../../fonts/Product Sans Italic.woff2") format("woff2"), url("../../fonts/Product Sans Italic.woff") format("woff"), url("../../fonts/Product Sans Italic.ttf") format("truetype")
}

@font-face {
    font-family: "Product Sans Bold Italic";
    src: url("../../fonts/Product Sans Bold Italic.woff2") format("woff2"), url("../../fonts/Product Sans Bold Italic.woff") format("woff"), url("../../fonts/Product Sans Bold Italic.ttf") format("truetype")
}

.search-component {
    padding: 100px 0 50px;
    background-image: url(../img/search-background-left.svg), url(../img/search-background-right.svg);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat
}

@media(max-width: 1200px) {
    .search-component {
        background: none
    }
}

.search-component .search-container {
    margin: 0 auto;
    position: relative;
    width: 800px
}

@media(max-width: 1200px) {
    .search-component .search-container {
        width: calc(100% - 40px)
    }
}

.search-component .clear-search {
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer
}

.search-component .search-results {
    top: 64px;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 0 0 5px 5px;
    border: 1px solid #6e46db;
    border-top: none;
    width: 710px;
    padding: 22px 22px 0px 66px;
    color: #212b36;
    font-size: 20px;
    background-color: #fff;
    box-shadow: 5px 10px 15px 0 rgba(92, 100, 205, .14);
    list-style-type: none;
    z-index: 5
}

@media(max-width: 1200px) {
    .search-component .search-results {
        width: calc(100% - 90px)
}
}

.search-component .search-results .separator {
    position: absolute;
    top: 4px;
    left: 20px;
    width: 760px;
    height: 1px;
    background-color: #8198ab
}

@media(max-width: 1200px) {
    .search-component .search-results .separator {
        width: calc(100% - 40px)
    }
}

.search-component .search-results li {
    margin-bottom: 28px
}

.search-component .search-results li a {
    color: #212b36
}

.search-component .search-results li a:hover {
    color: #8198ab
}

.search-component #search {
    padding: 22px 22px 22px 66px;
    background-color: #fff;
    background-image: url(../img/lupa.svg);
    background-position: 20px center;
    background-repeat: no-repeat;
    font-size: 20px;
    font-family: "Product Sans Italic";
    box-shadow: 5px 10px 15px 0 rgba(92, 100, 205, .14);
    width: 710px;
    border-radius: 5px;
    border: 1px solid #fff
}

@media(max-width: 1200px) {
    .search-component #search {
        width: calc(100% - 90px)
    }
}

.search-component #search:focus {
    border: 1px solid #6e46db
}

.search-component #search.focus {
    border: 1px solid #6e46db
}

.search-component #search.font-swap {
    font-family: "Product Sans Regular", "Arial"
}

.form-box {
    box-shadow: 5px 10px 15px 0 rgba(92, 100, 205, .14);
    padding: 30px;
    border-radius: 10px;
    background-color: #fff
}

.form-box h3 {
    color: #6e46db;
    font-family: "Product Sans Bold";
    font-size: 32px;
    margin-bottom: 20px
}

.form-box p {
    color: #637381
}

.form-box .submit {
    font-family: "Product Sans Bold";
    font-size: 26px;
    width: 100%;
    height: 80px;
    color: #fff;
    background: linear-gradient(45deg, #7933D3 0%, #5F37EF 100%);
    border-radius: 5px
}

.form-box .submit:disabled {
    background: #606770 !important;
    cursor: default
}

.form-box .submit:hover {
    background: linear-gradient(45deg, #5F37EF 0%, #5F37EF 100%)
}

.suggested-money-button-wrapper {
    justify-content: space-between;
    flex-wrap: wrap
}

.suggested-money-button-wrapper button {
    border: none;
    border-radius: 5px;
    background-color: #e6eaee;
    font-family: "Product Sans Bold";
    font-size: 18px;
    color: #212b36;
    border: 2px solid #fff
}

.suggested-money-button-wrapper button:hover {
    background-color: #f7f5fe;
    border: 2px solid #6e46db
}

.payment-image-wrapper {
    justify-content: center
}

.payment-image-wrapper img {
    margin: 0 10px
}

.progress-bar {
    width: 100%
}

.progress-bar .container {
    background: #dbe2e8;
    border-radius: 20px;
    margin: 0 auto;
    /*margin-left: 15px;*/
    width: 100%;
    position: relative
}

.progress-bar .bar {
    border-radius: 20px 0px 0px 20px;
    height: 8px
}

.progress-bar .bar__inside {
    background-color: #fa9528;
    left: 0;
    position: absolute;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    width: 0;
    z-index: -1;
    float: left
}

.progress-bar .bar__bonus {
    background: linear-gradient(90deg, #FAD961 0%, #FA9528 100%);
    left: 0;
    position: absolute;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    width: 0;
    z-index: -1;
    float: left
}

.progress-bar .bar__outside {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.progress-bar .indicator {
    left: 0;
    top: -25px;
    position: absolute;
    margin-left: -30px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    z-index: 5
}

.search-headline-container {
    padding-bottom: 54px
}

@media(max-width: 1200px) {
    .search-headline-container {
        padding-bottom: 30px
    }
}

.search-headline-container h2 {
    font-family: "Product Sans Bold";
    font-size: 42px;
    color: #212b36;
    margin-bottom: 28px;
    text-align: center
}

.search-headline-container h2 .accent {
    color: #6e46db
}

@media(max-width: 1200px) {
    .search-headline-container h2 {
        font-size: 34px;
        line-height: 41px
    }
}

.search-headline-container h3 {
    font-size: 22px;
    line-height: 34px;
    width: 800px;
    text-align: center;
    display: block;
    margin: 0 auto
}

@media(max-width: 1200px) {
    .search-headline-container h3 {
        font-size: 18px;
        line-height: 26px;
        width: calc(100% - 40px)
    }
}

@media(max-width: 1200px) {
    .search-headline-container h3 br {
        display: none
    }
}

.popup-component {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center
}

.popup-component .background {
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.popup-component .box {
    background-color: #fff;
    position: relative;
    border-radius: 10px
}

@media(max-width: 1200px) {
    .desktop-only {
        display: none !important
    }
    .main-width {
        max-width: 100%
    }
    header {
        width: calc(100% - 40px)
    }
}

/*# sourceMappingURL=general.css.map */