@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: "futura_m";
    src: url(../font/Futura-Med.eot) format("eot"), url(../font/Futura-Med.woff) format("woff")
}

@font-face {
    font-family: "futura_r";
    src: url(../font/Futura-Boo.eot) format("eot"), url(../font/Futura-Boo.woff) format("woff")
}

@font-face {
    font-family: "futura_b";
    src: url(../font/Futura-Bol.eot) format("eot"), url(../font/Futura-Bol.woff) format("woff")
}

@font-face {
    font-family: "futura_de";
    src: url(../font/Futura-Dem.eot) format("eot"), url(../font/Futura-Dem.woff) format("woff")
}

html {
    font-size: 62.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden
}

@media screen and (max-width: 420px) {
    html {
        font-size: 3.125vw
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: 'futura_r', 'Helvetica Neue', 'Helvetica', 'Arial', 'Avenir', 'Hiragino Sans', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.6rem;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #828c96;
    overflow-x: hidden
}

@media screen and (max-width: 420px) {
    body {
        font-size: 1.2rem
    }
}

textarea {
    font-family: 'futura_r', 'Helvetica Neue', 'Helvetica', 'Arial', 'Avenir', 'Hiragino Sans', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2
}

p {
    line-height: 2;
    word-wrap: break-word;
    white-space: normal
}

dd,
dt,
li,
pre,
td,
th {
    line-height: 1.5
}

li {
    list-style-type: none
}

table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
    font: 100%;
    font-size: inherit;
    word-wrap: break-word;
    word-break: break-all
}

a {
    color: #042158;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.clearfix {
    overflow: hidden;
    zoom: 1
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    width: 100%
}

.title {
    color: #fff;
    position: absolute;
    overflow: hidden;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 200;
    margin-left: 11%
}

@media screen and (max-width: 800px) {
    .title {
        margin-left: 40px
    }
}

@media screen and (max-width: 420px) {
    .title {
        width: 87.5%;
        margin: 0 6.25%;
        top: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        bottom: 8rem
    }
}

@media screen and (max-width: 420px) {
    .title--top {
        margin: 0 13%
    }
}

.title__text {
    font-size: 12rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 1.6rem;
    font-family: "futura_m";
    font-weight: normal;
    text-shadow: 0 10px 30px rgba(2, 11, 22, 0.5)
}

@media screen and (max-width: 1100px) {
    .title__text {
        font-size: 7.6rem
    }
}

@media screen and (max-width: 750px) {
    .title__text {
        font-size: 3.8rem;
        margin-bottom: 0.8rem;
        text-shadow: 0 3px 10px rgba(2, 11, 22, 0.5)
    }
}

@media screen and (max-width: 750px) {
    .title__text--top {
        font-size: 5.4rem;
        text-shadow: 0 10px 30px rgba(2, 11, 22, 0.5);
        margin-bottom: 0.1rem
    }
}

.title .border {
    display: inline-block;
    margin-bottom: 3.2rem
}

@media screen and (max-width: 750px) {
    .title .border {
        margin-bottom: 0.8rem
    }
}

.title .border span {
    display: block;
    width: 88px;
    height: 4px;
    border-radius: 5px;
    background: #1dbf92
}

.title .border span:first-child {
    margin-bottom: 1.4rem
}

@media screen and (max-width: 750px) {
    .title .border span:first-child {
        margin-bottom: 0.7rem
    }
}

@media screen and (max-width: 800px) {
    .title .border span {
        width: 70px
    }
}

@media screen and (max-width: 750px) {
    .title .border span {
        width: 44px;
        height: 2px
    }
}

.title .border span:last-child {
    margin-left: 54px
}

@media screen and (max-width: 800px) {
    .title .border span:last-child {
        margin-left: 43px
    }
}

@media screen and (max-width: 420px) {
    .title .border span:last-child {
        margin-left: 27px
    }
}

.title__lead {
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.1em
}

@media screen and (max-width: 800px) {
    .title__lead {
        font-size: 2.4rem;
        line-height: 1.4
    }
}

@media screen and (max-width: 750px) {
    .title__lead {
        font-size: 1.2rem
    }
}

.title li {
    margin-bottom: 1.6rem
}

@media screen and (max-width: 420px) {
    .title li {
        margin-bottom: 0.8rem;
        line-height: 1.1
    }
}

.title li:last-child {
    margin-bottom: 0
}

.title li:last-child a {
    margin-right: 3.2rem
}

@media screen and (max-width: 420px) {
    .title li:last-child a {
        margin-right: 1.6rem
    }
}

.title li:last-child a:last-child {
    margin-right: 0
}

.title li a {
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

@media screen and (max-width: 800px) {
    .title li a {
        font-size: 2.4rem;
        line-height: 1.4
    }
}

@media screen and (max-width: 420px) {
    .title li a {
        font-size: 1.2rem
    }
}

.title li a:hover {
    opacity: 0.5
}

.btn {
    display: inline-block;
    font-size: 1.8rem;
    color: #fff;
    background: #1dbf92;
    line-height: 1;
    font-weight: bold;
    padding: 18px 32px;
    border-radius: 50px;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    letter-spacing: 0.1em
}

@media screen and (max-width: 800px) {
    .btn {
        font-size: 1.8rem;
        padding: 13px 24px
    }
}

@media screen and (max-width: 420px) {
    .btn {
        font-size: 1.2rem
    }
}

.btn:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1.2, 1.2, 1.2) translate3d(5px, -5px, 0px);
    opacity: 0.6
}

.btn-wrap {
    margin-top: 3.2rem
}

@media screen and (max-width: 800px) {
    .btn-wrap {
        margin-top: 1.6rem
    }
}

@media screen and (max-width: 420px) {
    .btn-wrap {
        text-align: center;
        margin-top: 0.8rem
    }
}

.scrollDown {
    position: fixed;
    font-size: 1.4rem;
    bottom: 80px;
    left: 40px;
    line-height: 1;
    letter-spacing: 0.3em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    z-index: 100
}

.scrollDown:after {
    content: "";
    width: 2px;
    height: 64px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -80px
}

@media screen and (max-width: 420px) {
    .scrollDown:after {
        height: 32px;
        bottom: -40px
    }
}

@media screen and (max-width: 420px) {
    .scrollDown {
        left: auto;
        right: 6.25%;
        font-size: 1rem;
        bottom: 40px
    }
}

.content {
    max-width: 1200px;
    width: 100%;
    margin: auto
}

.content--mlarge {
    margin-top: 14.4rem
}

@media screen and (max-width: 800px) {
    .content--mlarge {
        margin-top: 7.2rem
    }
}

@media screen and (max-width: 420px) {
    .content--mlarge {
        margin-top: 4rem
    }
}

@media screen and (max-width: 1250px) {
    .content {
        padding: 0 10%
    }
}

.heading {
    font-size: 4rem;
    color: #042158;
    letter-spacing: 0.2em;
    font-family: "futura_m";
    margin-right: 3.2rem;
    padding-top: 1.2rem
}

.heading--top {
    padding-top: 0
}

@media screen and (max-width: 420px) {
    .heading--left {
        margin-left: auto
    }
}

@media screen and (max-width: 800px) {
    .heading {
        padding-top: 0;
        margin-right: 0
    }
}

@media screen and (max-width: 420px) {
    .heading {
        font-size: 2.4rem;
        padding-top: 0.2rem
    }
}

.heading-num {
    font-size: 4rem;
    color: #ff4d5a;
    position: relative;
    padding-left: 6.2rem;
    padding-right: 3.2rem;
    font-family: "Abril Fatface";
    line-height: 1.1
}

.heading-num:after {
    content: "";
    width: 4.8rem;
    height: 2px;
    background: #020b16;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

@media screen and (max-width: 420px) {
    .heading-num:after {
        width: 2.4rem
    }
}

@media screen and (max-width: 420px) {
    .heading-num {
        padding-left: 3.2rem;
        font-size: 2.4rem
    }
}

.sub-title {
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
    color: #072142;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1.2;
    font-family: "futura_de";
    word-break: break-all
}

@media screen and (max-width: 420px) {
    .sub-title {
        font-size: 1.6rem;
        margin-bottom: 0.8rem
    }
}

.small-title {
    font-size: 2.4rem;
    color: #072142;
    letter-spacing: 0.2em;
    line-height: 1.2;
    font-family: "futura_de"
}

@media screen and (max-width: 420px) {
    .small-title {
        font-size: 2.1rem
    }im
}

@media screen and (max-width: 420px) {
    .small-title--skill {
        font-size: 1.2rem
    }
}

.wrapper {
    margin-bottom: 20rem;
    position: relative;
    z-index: 200
}

@media screen and (max-width: 420px) {
    .wrapper {
        margin-bottom: 12rem
    }
}

.back-arrow {
    position: fixed;
    top: 120px;
    left: 40px;
    display: block;
    width: 64px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
    color: #fff;
    z-index: 300
}

@media screen and (max-width: 420px) {
    .back-arrow {
        width: 32px;
        top: 60px;
        left: 6.25%
    }
}

.back-arrow:hover {
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0)
}

.back-arrow g {
    stroke: currentColor
}

.back-arrow.js-color {
    color: #042158
}

.page-top {
    width: 100%;
    height: 100vh;
    position: relative;
    color: #fff;
    background: #020b16
}

@media screen and (max-width: 420px) {
    .page-top {
        display: block
    }
}

.page-top__inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 420px) {
    .page-top__inner {
        display: block;
        max-height: 761px;
        position: relative
    }
}

.page-top .image {
    position: relative;
    width: 60.677%;
    height: 100vh;
    margin: 0 0 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width: 420px) {
    .page-top .image {
        width: 100%;
        height: 65.492%;
        top: auto
    }
}

/*.page-top .image__reile {*/
/*    background: url(../img/reile.png) no-repeat center;*/
/*    background-size: cover*/
/*}*/

/*.page-top .image__about {*/
/*    background: url(../img/about.png) no-repeat center;*/
/*    background-size: cover*/
/*}*/

.text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 138px;
    margin-top: 14.4rem
}

@media screen and (max-width: 800px) {
    .text {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 0
    }
}

@media screen and (max-width: 420px) {
    .text {
        margin-top: 7.2rem
    }
}

.text--top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.text .heading-num {
    position: absolute;
    left: 0
}

.text__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1200px;
    width: 100%;
    margin: auto
}

.text__wrap--top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width: 800px) {
    .text__wrap--top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 800px) {
    .text__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 10%
    }
}

.text__works {
    width: 65.5%
}

@media screen and (max-width: 800px) {
    .text__works {
        width: 100%;
        margin-top: 7.2rem
    }
}

@media screen and (max-width: 420px) {
    .text__works {
        margin-top: 4rem
    }
}

.container {
    margin-top: 20rem
}

@media screen and (max-width: 420px) {
    .container {
        margin-top: 12rem
    }
}

.curtain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #020b16;
    z-index: 99999;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #042158;
    top: 0;
    left: 0
}

.loader.js-hidden {
    display: none
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 40px 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1000
}

@media screen and (max-width: 420px) {
    header {
        padding: 20px 6.25%
    }
}

header.js-color a {
    color: #042158
}

header.js-color .menuIcon:after,
header.js-color .menuIcon:before {
    background: #020b16
}

header a {
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

header a:hover {
    opacity: 0.5
}

header .name {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1000
}

@media screen and (max-width: 420px) {
    header .name {
        font-size: 1.6rem
    }
}

header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

header .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 6.4rem
}

@media screen and (max-width: 420px) {
    header .icons {
        display: none
    }
}

header .icons a {
    display: block;
    margin-right: 3.2rem;
    font-size: 2.4rem;
    letter-spacing: 0.1em
}

header .icons a:last-child {
    margin-right: 0
}

header .menuIcon {
    position: relative;
    width: 50px;
    height: 22px;
    cursor: pointer
}

@media screen and (max-width: 420px) {
    header .menuIcon {
        width: 25px;
        height: 15px
    }
}

header .menuIcon:after,
header .menuIcon:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    right: 0;
    -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

header .menuIcon:after {
    top: 0
}

header .menuIcon:before {
    bottom: 0
}

header .menuIcon.js-menuOpen:after {
    top: 50%;
    -webkit-transform: rotate(45deg) translate3d(0, -50%, 0);
    transform: rotate(45deg) translate3d(0, -50%, 0)
}

header .menuIcon.js-menuOpen:before {
    bottom: 50%;
    -webkit-transform: rotate(-45deg) translate3d(0, 50%, 0);
    transform: rotate(-45deg) translate3d(0, 50%, 0)
}

header .global-nav {
    background-image: -webkit-gradient(linear, left top, right top, from(#0785f2), color-stop(42%, #89d9c2), to(#565656));
    background-image: -webkit-linear-gradient(left, #0785f2, #89d9c2 42%, #565656);
    background-image: -o-linear-gradient(left, #0785f2, #89d9c2 42%, #565656);
    background-image: linear-gradient(to right, #0785f2, #89d9c2 42%, #565656);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    z-index: -100
}

header .global-nav.js-open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

header .global-nav.js-open a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

header .global-nav__list {
    text-align: center
}

header .global-nav__list li {
    margin-top: 7.2rem;
    position: relative;
    padding: 0 153px;
    overflow: hidden
}

header .global-nav__list li:first-child {
    margin-top: 0
}

@media screen and (max-width: 420px) {
    header .global-nav__list li {
        padding: 0;
        margin-top: 3.2rem
    }
}

header .global-nav__list a {
    display: inline-block;
    color: #fff;
    font-size: 12rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: "futura_m";
    font-weight: normal;
    text-shadow: 0 10px 30px rgba(2, 11, 22, 0.2);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
    -o-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
    transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s
}

@media screen and (max-width: 800px) {
    header .global-nav__list a {
        font-size: 7.6rem
    }
}

@media screen and (max-width: 420px) {
    header .global-nav__list a {
        font-size: 3.8rem;
        text-shadow: 0 3px 20px rgba(2, 11, 22, 0.2)
    }
}

header .global-nav__list a:after {
    content: "";
    width: 0;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 40%;
    -webkit-box-shadow: 0 10px 30px rgba(2, 11, 22, 0.2);
    box-shadow: 0 10px 30px rgba(2, 11, 22, 0.2);
    -webkit-transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1)
}

@media screen and (max-width: 800px) {
    header .global-nav__list a:after {
        display: none
    }
}

header .global-nav__list a:hover {
    opacity: 1
}

header .global-nav__list a:hover:after {
    width: 100%
}

header .global-nav__sns {
    display: none
}

@media screen and (max-width: 420px) {
    header .global-nav__sns {
        display: block
    }
}

header .global-nav__sns a {
    font-size: 1.8rem;
    margin-right: 2.4rem;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0)
}

header .global-nav__sns a:last-child {
    margin-right: 0
}

.background {
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.sky-color {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#072142), color-stop(#061c37), color-stop(#07182b), color-stop(#061220), to(#020b16));
    background-image: -webkit-linear-gradient(top, #072142, #061c37, #07182b, #061220, #020b16);
    background-image: -o-linear-gradient(top, #072142, #061c37, #07182b, #061220, #020b16);
    background-image: linear-gradient(to bottom, #072142, #061c37, #07182b, #061220, #020b16);
    z-index: -200
}

.fullpage__slide {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #fff
}

@media screen and (max-width: 420px) {
    .fullpage__slide {
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        max-height: 761px
    }
}

@media screen and (max-width: 420px) {
    .fp-section-1 .fullpage__slide {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        max-height: 667px
    }
}

#fp-nav {
    margin: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 40px;
    left: 40px;
    overflow: hidden
}

@media screen and (max-width: 1250px) {
    #fp-nav {
        width: auto;
        top: auto;
        left: 50%;
        bottom: 32px;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

@media screen and (max-width: 420px) {
    #fp-nav {
        bottom: 20px
    }
}

@media screen and (max-width: 1250px) {
    #fp-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

#fp-nav ul li {
    height: 3px;
    margin: 0 0 40px
}

@media screen and (max-width: 1250px) {
    #fp-nav ul li {
        height: auto;
        margin: 0 28px
    }
}

@media screen and (max-width: 420px) {
    #fp-nav ul li {
        margin: 0 12px
    }
}

#fp-nav ul li a {
    width: 24px;
    height: 100%;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#fp-nav ul li a span {
    display: none
}

@media screen and (max-width: 1250px) {
    #fp-nav ul li a {
        width: 3px;
        height: 24px
    }
}

@media screen and (max-width: 420px) {
    #fp-nav ul li a {
        width: 2px;
        height: 16px
    }
}

#fp-nav ul li:last-child {
    margin-bottom: 0
}

#fp-nav ul li .active {
    width: 40px
}

@media screen and (max-width: 1250px) {
    #fp-nav ul li .active {
        width: 3px;
        height: 40px
    }
}

@media screen and (max-width: 420px) {
    #fp-nav ul li .active {
        width: 2px;
        height: 32px
    }
}

.moon {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 15.427%;
    margin: auto;
    height: 1885px;
    width: 1885px;
    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
}

.moon2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2900.427%;
    margin: auto;
    height: 1385px;
    width: 1385px;
    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
}

@media screen and (max-width: 1400px) {
    .moon {
        width: 100vw;
        height: 100vw;
        left: 23%
    }
}

@media screen and (max-width: 800px) {
    .moon {
        width: 100vw;
        height: 100vw;
        left: 23%
    }
}

@media screen and (max-width: 420px) {
    .moon {
        width: 200vw;
        height: 200vw;
        left: 50%;
        top: -15rem;
        bottom: auto;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

.moon__back {
    z-index: -100
}

.moon__front {
    z-index: 200
}

.moon__front2 {
    z-index: 400
}

.moon__text {
    font-size: 6.4rem;
    letter-spacing: 0.1em;
    text-shadow: 0 10px 15px rgba(2, 11, 22, 0.2);
    color: #ff4d5a;
    font-family: "futura_b"
}

@media screen and (max-width: 800px) {
    .moon__text {
        font-size: 3.2rem
    }
}

@media screen and (max-width: 420px) {
    .moon__text {
        font-size: 2.4rem;
        text-shadow: 0 4px 6px rgba(2, 11, 22, 0.2)
    }
}

.moon__text-wrap {
    position: absolute;
    left: 21%;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.moon__img {
    position: relative;
    width: 39.350180505%;
    height: 39.350180505%
}

.cloud {
    position: absolute
}

.cloud--front1 {
    top: 20.55045%;
    right: -49.357798%;
    width: 88.44%
}

.cloud--front2 {
    bottom: -18.53211%;
    right: -28.6238532%;
    width: 87.155%
}

.cloud--front3 {
    bottom: -5.137614678%;
    left: -49.357798%;
    width: 87.155%
}

.cloud--back1 {
    top: -22.38532%;
    right: -7.706422%;
    width: 69.724%
}

.cloud--back2 {
    top: -5.504587%;
    left: -38.715596%;
    width: 87.155%
}

.image {
    display: block;
    position: absolute;
    right: 0;
    top: 0vh;
    width: 30vw;
    height: 15vh;
    margin: 0 0% 0 auto;
    -webkit-box-shadow: 0 0px 140px -40px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 140px -40px rgba(0, 0, 0, 0)
}

.image:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1, 1, 1);
    opacity: 0.6
}


/* @media screen and (max-width: 1400px) {
    .image {
        margin-top: -300px;
    }
} */

@media screen and (max-width: 640px) {
    .image {
        display: block;
        position: relative;
        top: 0;
        margin-top: 5rem;
        width: auto;
        height: 15vh;
    }
}

.image2 {
    display: block;
    position: absolute;
    right: 0;
    top: 35vh;
    width: 36vw;
    height: 15vh;
    margin: 0 0% 0 auto;
    -webkit-box-shadow: 0 0px 140px -40px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 140px -40px rgba(0, 0, 0, 0)
}

.image2:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1, 1, 1);
    opacity: 0.6
}

@media screen and (max-width: 1000px) {
    .image2 {
        display: block;
        position: relative;
        top: 0;
        margin-top: -2rem;
        width: auto;
        height: 15vh;
    }
}

.image3 {
    display: block;
    position: absolute;
    right: 0;
    top: 55vh;
    width: 40vw;
    height: 15vh;
    margin: 0 0% 0 auto;
    -webkit-box-shadow: 0 0px 140px -40px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 140px -40px rgba(0, 0, 0, 0)
}

.image3:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1, 1, 1);
    opacity: 0.6
}

@media screen and (max-width: 1000px) {
    .image3 {
        display: block;
        position: relative;
        top: 0;
        margin-top: -2rem;
        width: auto;
        height: 15vh;
    }
}

.image4 {
    display: block;
    position: absolute;
    right: 0;
    top: 75vh;
    width: 50vw;
    height: 15vh;
    margin: 0 0% 0 auto;
    -webkit-box-shadow: 0 0px 140px -40px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 140px -40px rgba(0, 0, 0, 0)
}

.image4:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1, 1, 1);
    opacity: 0.6
}

@media screen and (max-width: 1000px) {
    .image4 {
        display: block;
        position: relative;
        top: 0;
        margin-top: -2rem;
        width: auto;
        height: 15vh;
    }
}

.image__over {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.image__cover {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #1dbf92;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.image__cover:last-child {
    background: #89d9c2
}

.image--works {
    background: url(../img/prueba1a.png) no-repeat center;
    /* background-size: auto */
}

.image2--works {
    background: url(../img/prueba1b.png) no-repeat center;
    /* background-size: auto */
}

.image3--works {
    background: url(../img/prueba1c.png) no-repeat center;
    /* background-size: auto */
}

.image4--works {
    background: url(../img/prueba1d.png) no-repeat center;
    /* background-size: auto */
}

@media screen and (max-device-width: 640px) and (orientation:landscape) {
    .image--works {
        background: url(../img/prueba1a_s.png) no-repeat center;
    }
    .image2--works {
        background: url(../img/prueba1b_s.png) no-repeat center;
    }
    .image3--works {
        background: url(../img/prueba1c_s.png) no-repeat center;
    }
    .image4--works {
        background: url(../img/prueba1d_s.png) no-repeat center;
    }
}

.image_about_01 {
    position: absolute;
    top: 14vh;
    right: 26vw;
    width: 30vw;
    height: 50vh;
    -webkit-box-shadow: 0 0px 140px -40px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 140px -40px rgba(0, 0, 0, 0)
}

.image_about_02 {
    display: block;
    position: absolute;
    top: 14vh;
    right: 10vw;
    width: 30vw;
    height: 50vh;
    -webkit-box-shadow: 0 0px 140px -40px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 140px -40px rgba(0, 0, 0, 0)
}

.image_about_03 {
    display: block;
    position: absolute;
    top: 45vh;
    right: 26vw;
    width: 30vw;
    height: 50vh;
    -webkit-box-shadow: 0 0px 140px -40px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 140px -40px rgba(0, 0, 0, 0)
}

.image_about_04 {
    display: block;
    position: absolute;
    top: 45vh;
    right: 10vw;
    width: 30vw;
    height: 50vh;
    -webkit-box-shadow: 0 0px 140px -40px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 140px -40px rgba(0, 0, 0, 0)
}

.image_about_01:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1, 1, 1);
    opacity: 0.6
}

.image_about_02:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1, 1, 1);
    opacity: 0.6
}

.image_about_03:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1, 1, 1);
    opacity: 0.6
}

.image_about_04:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1, 1, 1);
    opacity: 0.6
}

.image--about-01 {
    background: url(../img/productos2a.png) no-repeat center;
    background-size: auto
}

.image--about-02 {
    background: url(../img/productos2b.png) no-repeat center;
    background-size: auto
}

.image--about-03 {
    background: url(../img/productos2c.png) no-repeat center;
    background-size: auto
}

.image--about-04 {
    background: url(../img/productos2d.png) no-repeat center;
    background-size: auto
}

@media screen and (max-device-width: 640px) and (orientation:landscape) {
    .image_about_01 {
        display: block;
        position: relative;
        margin-top: -3rem;
        margin-left: 2rem;
        width: auto;
        height: 24vh;
    }
    .image_about_02 {
        display: block;
        position: relative;
        margin-top: -13.6rem;
        margin-left: 19.5rem;
        width: auto;
        height: 24vh;
    }
    .image_about_03 {
        display: block;
        position: relative;
        margin-top: -17.5rem;
        margin-left: 2rem;
        width: auto;
        height: 24vh;
    }
    .image_about_04 {
        display: block;
        position: relative;
        margin-top: -13.6rem;
        margin-left: 19.5rem;
        width: auto;
        height: 24vh;
    }
    .image--about-01 {
        background: url(../img/productos2a_s.png) no-repeat center;
    }
    .image--about-02 {
        background: url(../img/productos2b_s.png) no-repeat center;
    }
    .image--about-03 {
        background: url(../img/productos2c_s.png) no-repeat center;
    }
    .image--about-04 {
        background: url(../img/productos2d_s.png) no-repeat center;
    }
}

.image_contact {
    display: block;
    position: absolute;
    right: 15vw;
    width: 30vw;
    height: 60vh;
    margin: 0 0% 0 auto;
    -webkit-box-shadow: 0 0px 140px -40px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 140px -40px rgba(0, 0, 0, 0)
}

.image--contact {
    background: url(../img/prueba03.png) no-repeat center;
    background-size: cover
}

.image .page-num {
    position: absolute;
    overflow-y: hidden;
    right: -7.5490%;
    bottom: 12.3762%;
    font-size: 15rem;
    color: #fff;
    font-family: "Abril Fatface";
    z-index: 200
}

@media screen and (max-width: 800px) {
    .image .page-num {
        font-size: 7.5rem;
        right: -5%
    }
}

@media screen and (max-width: 420px) {
    .image .page-num {
        display: none
    }
}

.image .page-num p {
    line-height: 1.1;
    text-shadow: 0 10px 30px rgba(2, 11, 22, 0.5)
}

@media screen and (max-width: 420px) {
    .image .page-num p {
        text-shadow: 0 3px 10px rgba(2, 11, 22, 0.5)
    }
}

.moonlight {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 29.427%;
    margin: auto;
    height: 1385px;
    width: 1385px;
    z-index: -100
}

@media screen and (max-width: 800px) {
    .moonlight {
        width: 100vw;
        height: 100vw;
        left: 23%
    }
}

@media screen and (max-width: 420px) {
    .moonlight {
        width: 165vw;
        height: 165vw;
        left: 50%;
        top: -10rem;
        bottom: auto;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

.moonlight__wrap {
    width: 100%;
    height: 100%
}

.moonlight__img {
    background: url(../img/moonlight.svg) no-repeat;
    background-size: 100%
}

.moon-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -100
}

@media screen and (max-width: 420px) {
    .moon-background {
        height: 100%;
        bottom: 0;
        margin: auto;
        max-height: 667px
    }
}

.star {
    width: 1300px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 29.427%;
    z-index: -100
}

@media screen and (max-width: 800px) {
    .star {
        width: 100vw;
        left: 23%
    }
}

@media screen and (max-width: 420px) {
    .star {
        left: 0
    }
}

.star__img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 420px) {
    .star__img {
        display: block
    }
}

@media screen and (max-width: 420px) {
    .star__img img {
        -webkit-transform: translate3d(0%, 39%, 0) scale(1.5);
        transform: translate3d(0%, 39%, 0) scale(1.5)
    }
}

.layer {
    width: 100%;
    height: 100%
}

.fp-tableCell {
    position: relative
}

.meta {
    padding-top: 7.2rem;
    position: relative
}

.meta__back {
    width: 100%;
    height: 70rem;
    background: #f2f4f5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100
}

@media screen and (max-width: 800px) {
    .meta__back {
        height: 54rem
    }
}

@media screen and (max-width: 420px) {
    .meta__back {
        height: 45rem
    }
}

.meta__text-wrap {
    padding: 0 8.58333% 0
}

@media screen and (max-width: 420px) {
    .meta__text-wrap {
        padding: 0 7.5% 0
    }
}

.meta__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7.2rem
}

@media screen and (max-width: 420px) {
    .meta__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.meta__text li {
    margin-right: 6.4rem
}

@media screen and (max-width: 420px) {
    .meta__text li {
        margin-right: 0;
        margin-bottom: 1.6rem
    }
}

.meta__text li:last-child {
    margin-right: 0
}

@media screen and (max-width: 420px) {
    .meta__text li:last-child {
        margin-bottom: 0
    }
}

.meta__text .small-title {
    margin-bottom: 0.8rem
}

@media screen and (max-width: 420px) {
    .meta__text .small-title {
        margin-bottom: 0.4rem
    }
}

.big-image {
    width: 100%;
    height: 116rem;
    background: url(../img/Perspective.jpg) no-repeat center;
    background-size: cover;
    margin-top: 14.4rem
}

@media screen and (max-width: 420px) {
    .big-image {
        margin-top: 7.2rem;
        height: 50rem
    }
}

.kamp {
    background: #f2f4f5;
    padding-top: 20rem;
    margin-top: 14.4rem
}

@media screen and (max-width: 420px) {
    .kamp {
        padding-top: 7.2rem;
        margin-top: 7.2rem
    }
}

.kamp ul {
    width: 76.666%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.kamp li {
    width: 47.5543%
}

.back-btn-wrap {
    text-align: center
}

.back-btn {
    display: inline-block;
    font-size: 3.2rem;
    color: #042158;
    letter-spacing: 0.2em;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translate3d(44px, 0, 0);
    transform: translate3d(44px, 0, 0)
}

@media screen and (max-width: 420px) {
    .back-btn {
        font-size: 1.6rem;
        -webkit-transform: translate3d(22px, 0, 0);
        transform: translate3d(22px, 0, 0)
    }
}

.back-btn:after {
    content: "";
    width: 64px;
    height: 2px;
    background: #020b16;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -88px;
    margin: auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

@media screen and (max-width: 420px) {
    .back-btn:after {
        width: 32px;
        left: -44px
    }
}

.back-btn:before {
    content: "";
    width: 24px;
    height: 1px;
    background: #020b16;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -88px;
    margin: auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

@media screen and (max-width: 800px) {
    .back-btn:before {
        width: 12px;
        left: -44px;
        -webkit-transform: rotate(-45deg) translate3d(4px, -4px, 0);
        transform: rotate(-45deg) translate3d(4px, -4px, 0);
        display: none
    }
}

.back-btn:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.back-btn:hover:after {
    width: 80px;
    left: -112px
}

.back-btn:hover:before {
    left: -112px;
    -webkit-transform: rotate(-45deg) translate3d(2px, -8px, 0);
    transform: rotate(-45deg) translate3d(2px, -8px, 0)
}

.who__wrap {
    width: 48.333%
}

@media screen and (max-width: 800px) {
    .who__wrap {
        width: 100%;
        margin-top: 7.2rem
    }
}

@media screen and (max-width: 420px) {
    .who__wrap {
        margin-top: 4rem
    }
}

.who__name {
    color: #072142;
    margin-bottom: 2.4rem
}

@media screen and (max-width: 420px) {
    .who__name {
        margin-bottom: 1.6rem
    }
}

.who__jp {
    font-size: 2.4rem;
    letter-spacing: 0.3em;
    font-weight: bold;
    margin-bottom: 0.4rem
}

@media screen and (max-width: 420px) {
    .who__jp {
        font-size: 1.3rem
    }
}

.who__en {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    font-family: "futura_de";
    line-height: 1.3
}

@media screen and (max-width: 420px) {
    .who__en {
        font-size: 1rem
    }
}

.who__text {
    margin-bottom: 6.4rem
}

@media screen and (max-width: 420px) {
    .who__text {
        margin-bottom: 3.2rem
    }
}

.who__image {
    -webkit-box-shadow: 0px 63px 154px -20px rgba(7, 33, 66, 0.5);
    box-shadow: 0px 63px 154px -20px rgba(7, 33, 66, 0.5)
}

@media screen and (max-width: 420px) {
    .who__image {
        -webkit-box-shadow: 0px 33px 84px -20px rgba(7, 33, 66, 0.5);
        box-shadow: 0px 33px 84px -20px rgba(7, 33, 66, 0.5)
    }
}

.passion__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 800px) {
    .passion__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.passion__item {
    width: 29.75%
}

@media screen and (max-width: 800px) {
    .passion__item {
        width: 100%;
        margin-top: 6.4rem
    }
    .passion__item:first-child {
        margin-top: 0
    }
}

@media screen and (max-width: 420px) {
    .passion__item {
        margin-top: 3.2rem
    }
}

.passion__image {
    width: 42.016%;
    margin: 0 auto 2.4rem
}

@media screen and (max-width: 800px) {
    .passion__image {
        width: 24.429%
    }
}

@media screen and (max-width: 420px) {
    .passion__image {
        margin-bottom: 1.6rem
    }
}

.skill-set__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 800px) {
    .skill-set__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.skill-set__list {
    width: 47%
}

@media screen and (max-width: 800px) {
    .skill-set__list {
        width: 100%
    }
    .skill-set__list:last-child {
        margin-top: 7.2rem
    }
}

.skill-set__item {
    margin-top: 6.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.skill-set__item:first-child {
    margin-top: 0
}

@media screen and (max-width: 420px) {
    .skill-set__item {
        margin-top: 3.2rem
    }
}

.skill-set__icon {
    width: 10.6382%;
    -ms-flex-item-align: center;
    align-self: center
}

.skill-set__detail {
    width: 85.1063%
}

.skill-set__meta {
    margin-bottom: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.skill-set__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.skill-set__year {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #c0c5ca;
    margin-left: 0.8rem;
    letter-spacing: 0.2em
}

@media screen and (max-width: 420px) {
    .skill-set__year {
        font-size: 1rem
    }
}

.skill-set__ratio {
    font-size: 1.6rem;
    line-height: 1.2;
    color: #072142
}

@media screen and (max-width: 420px) {
    .skill-set__ratio {
        font-size: 1rem
    }
}

.skill-set__high {
    color: #ff4d5a
}

.skill-set__bar {
    width: 100%;
    height: 1.4rem;
    background: #fff;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(7, 33, 66, 0.15);
    box-shadow: 0 5px 15px 0 rgba(7, 33, 66, 0.15)
}

@media screen and (max-width: 420px) {
    .skill-set__bar {
        height: 0.7rem
    }
}

.skill-set__bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 10px;
    width: 10%
}

.skill-set__bar.p90:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#072142), color-stop(42%, #8c2b7a), to(#ff4d5a));
    background-image: -webkit-linear-gradient(left, #072142, #8c2b7a 42%, #ff4d5a);
    background-image: -o-linear-gradient(left, #072142, #8c2b7a 42%, #ff4d5a);
    background-image: linear-gradient(to right, #072142, #8c2b7a 42%, #ff4d5a)
}

.skill-set__bar.p90.in:after {
    -webkit-animation: ratio90 1.5s forwards;
    animation: ratio90 1.5s forwards
}

.skill-set__bar.p80:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#072142), color-stop(50%, #8c2b7a), to(#ff4d5a));
    background-image: -webkit-linear-gradient(left, #072142, #8c2b7a 50%, #ff4d5a);
    background-image: -o-linear-gradient(left, #072142, #8c2b7a 50%, #ff4d5a);
    background-image: linear-gradient(to right, #072142, #8c2b7a 50%, #ff4d5a)
}

.skill-set__bar.p80.in:after {
    -webkit-animation: ratio80 1.5s forwards;
    animation: ratio80 1.5s forwards
}

.skill-set__bar.p70:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#072142), color-stop(65%, #8c2b7a), to(#ff4d5a));
    background-image: -webkit-linear-gradient(left, #072142, #8c2b7a 65%, #ff4d5a);
    background-image: -o-linear-gradient(left, #072142, #8c2b7a 65%, #ff4d5a);
    background-image: linear-gradient(to right, #072142, #8c2b7a 65%, #ff4d5a)
}

.skill-set__bar.p70.in:after {
    -webkit-animation: ratio70 1.5s forwards;
    animation: ratio70 1.5s forwards
}

.skill-set__bar.p60:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#072142), color-stop(75%, #8c2b7a), to(#ff4d5a));
    background-image: -webkit-linear-gradient(left, #072142, #8c2b7a 75%, #ff4d5a);
    background-image: -o-linear-gradient(left, #072142, #8c2b7a 75%, #ff4d5a);
    background-image: linear-gradient(to right, #072142, #8c2b7a 75%, #ff4d5a)
}

.skill-set__bar.p60.in:after {
    -webkit-animation: ratio60 1.5s forwards;
    animation: ratio60 1.5s forwards
}

.skill-set__bar.p50:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#072142), color-stop(65%, #8c2b7a));
    background-image: -webkit-linear-gradient(left, #072142, #8c2b7a 65%);
    background-image: -o-linear-gradient(left, #072142, #8c2b7a 65%);
    background-image: linear-gradient(to right, #072142, #8c2b7a 65%)
}

.skill-set__bar.p50.in:after {
    -webkit-animation: ratio50 1.5s forwards;
    animation: ratio50 1.5s forwards
}

.skill-set__bar.p40:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#072142), color-stop(65%, #8c2b7a));
    background-image: -webkit-linear-gradient(left, #072142, #8c2b7a 65%);
    background-image: -o-linear-gradient(left, #072142, #8c2b7a 65%);
    background-image: linear-gradient(to right, #072142, #8c2b7a 65%)
}

.skill-set__bar.p40.in:after {
    -webkit-animation: ratio40 1.5s forwards;
    animation: ratio40 1.5s forwards
}

.footer {
    width: 100%;
    padding: 14.4rem 0;
    text-align: center;
    background-image: -webkit-linear-gradient(349deg, #072142, #8c2b7a 52%, #ff4d5a);
    background-image: -o-linear-gradient(349deg, #072142, #8c2b7a 52%, #ff4d5a);
    background-image: linear-gradient(101deg, #072142, #8c2b7a 52%, #ff4d5a);
    position: relative;
    z-index: 100
}

@media screen and (max-width: 420px) {
    .footer {
        padding: 7.2rem 0
    }
}

.footer a {
    display: block;
    font-size: 2.8rem;
    line-height: 1.3;
    color: #fff;
    letter-spacing: 0.2em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media screen and (max-width: 420px) {
    .footer a {
        font-size: 1.2rem
    }
}

.footer a:first-child {
    margin-bottom: 2.4rem
}

@media screen and (max-width: 420px) {
    .footer a:first-child {
        margin-bottom: 0.8rem
    }
}

.footer a:hover {
    opacity: 0.5
}

@-webkit-keyframes ratio90 {
    0% {
        width: 10%
    }
    to {
        width: 90%
    }
}

@keyframes ratio90 {
    0% {
        width: 10%
    }
    to {
        width: 90%
    }
}

@-webkit-keyframes ratio80 {
    0% {
        width: 10%
    }
    to {
        width: 80%
    }
}

@keyframes ratio80 {
    0% {
        width: 10%
    }
    to {
        width: 80%
    }
}

@-webkit-keyframes ratio70 {
    0% {
        width: 10%
    }
    to {
        width: 70%
    }
}

@keyframes ratio70 {
    0% {
        width: 10%
    }
    to {
        width: 70%
    }
}

@-webkit-keyframes ratio60 {
    0% {
        width: 10%
    }
    to {
        width: 60%
    }
}

@keyframes ratio60 {
    0% {
        width: 10%
    }
    to {
        width: 60%
    }
}

@-webkit-keyframes ratio50 {
    0% {
        width: 10%
    }
    to {
        width: 50%
    }
}

@keyframes ratio50 {
    0% {
        width: 10%
    }
    to {
        width: 50%
    }
}

@-webkit-keyframes ratio40 {
    0% {
        width: 10%
    }
    to {
        width: 40%
    }
}

@keyframes ratio40 {
    0% {
        width: 10%
    }
    to {
        width: 40%
    }
}


/* From uiverse.io by @Baimyrzaev */

button {
    padding: 20px 60px;
    background-color: #1dbf92;
    border: none;
    font-size: 18px;
    position: relative;
    /* overflow: hidden; */
    transition: 500ms;
}

button span {
    color: white;
    position: relative;
    transition: 500ms;
    transition-delay: 500ms;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

button:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 0%;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    transition: 500ms;
    transition-delay: 500ms;
    background-color: #0785f2;
    box-shadow: 0 0 10px #1dbf92, 0 0 30px #1dbf92, 0 0 50px #1dbf92;
}

button div {
    transition: 500ms;
    position: absolute;
    background-color: #1dbf92;
    box-shadow: 0 0 15px #1dbf92, 0 0 30px #1dbf92, 0 0 50px #1dbf92;
}

button .top {
    width: 15px;
    height: 2px;
    top: 0;
    left: 0;
}

button .bottom {
    width: 15px;
    height: 2px;
    bottom: 0;
    right: 0;
}

button .left {
    width: 2px;
    height: 15px;
    top: 0;
    left: 0;
}

button .right {
    width: 2px;
    height: 15px;
    bottom: 0;
    right: 0;
}

button:hover {
    color: #000;
}

button:hover span {
    color: #000;
}

button:hover:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

button:hover .top,
button:hover .bottom {
    width: 100%;
}

button:hover .left,
button:hover .right {
    height: 100%;
}

.formcontact {
    display: block;
    position: relative;
    width: 25.125%;
    height: 74.81%;
    margin: 0 0% 0 auto;
    -webkit-box-shadow: 0 80px 140px -40px rgba(0, 0, 0, 0);
    box-shadow: 0 80px 140px -40px rgba(0, 0, 0, 0)
}

.formcontact:hover {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(10px, 0px, 0px);
    opacity: 0.8
}

@media screen and (max-width: 800px) {
    .formcontact {}
}

@media screen and (max-width: 420px) {
    .formcontact {
        width: 80%;
        height: 55.633%;
        top: 9.859%
    }
}


/*Nuevo*/

.hacemos_01 {
    display: block;
    position: absolute;
    top: 12vh;
    right: 0;
    background-color: white !important;
    color: #042158;
    font-size: 4vw !important;
    padding: 1vh 1vw 0 1vw;
    border-radius: 20px 0px 0px 0px;
}

.hacemos_02 {
    display: block;
    position: absolute;
    top: 30vh;
    right: 0;
    background-color: white !important;
    color: #042158;
    font-size: 4vw !important;
    padding: 1vh 1vw 0 1vw;
    border-radius: 20px 0px 0px 0px;
}

.hacemos_03 {
    display: block;
    position: absolute;
    top: 47vh;
    right: 0;
    background-color: white !important;
    color: #042158;
    font-size: 3vw !important;
    padding: 2vh 1vw 2vh 1vw;
    border-radius: 20px 0px 0px 0px;
}

.hacemos_04 {
    display: block;
    position: absolute;
    top: 65vh;
    right: 0;
    background-color: white !important;
    color: #042158;
    font-size: 3vw !important;
    padding: 2vh 1vw 2vh 1vw;
    border-radius: 20px 0px 0px 0px;
}

@media screen and (max-width: 800px) {
    .hacemos_01 {
        top: 12vh;
        font-size: 4vw !important;
        padding: 1vh 1vw 0 1vw;
    }
    .hacemos_02 {
        top: 18vh;
        font-size: 4vw !important;
    }
    .hacemos_03 {
        top: 24vh;
        font-size: 3vw !important;
        padding: 1.5vh 1vw 1vh 5vw;
    }
    .hacemos_04 {
        top: 30vh;
        font-size: 3vw !important;
        padding: 1.5vh 1vw 1vh 5vw;
    }
}

@media screen and (max-width: 600px) {
    .hacemos_01 {
        top: 10vh;
        font-size: 3vh !important;
        padding: 1vh 1vw 0 1vw;
    }
    .hacemos_02 {
        top: 17.5vh;
        font-size: 3vh !important;
    }
    .hacemos_03 {
        top: 25.5vh;
        font-size: 2vh !important;
        padding: 1.5vh 1vw 1vh 5vw;
    }
    .hacemos_04 {
        top: 32.5vh;
        font-size: 2vh !important;
        padding: 1.5vh 1vw 1vh 5vw;
    }
}

.hacemos_01 i {
    position: relative;
    margin-right: 1vw;
}

.hacemos_02 i {
    position: relative;
    margin-right: 1vw;
}

.hacemos_03 i {
    position: relative;
    margin-right: 1vw;
}

.hacemos_04 i {
    position: relative;
    margin-right: 1vw;
}

.hacemos_01:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1, 1, 1);
    opacity: 0.6
}

.hacemos_02:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1, 1, 1);
    opacity: 0.6
}

.hacemos_03:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1, 1, 1);
    opacity: 0.6
}

.hacemos_04:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1, 1, 1);
    opacity: 0.6
}

.hacemos_01_line {
    display: block;
    position: absolute;
    background-color: #1dbf92 !important;
    top: 22vh;
    right: 0;
    height: 2vh;
    width: 29vw;
    z-index: -1;
}

.hacemos_02_line {
    display: block;
    position: absolute;
    background-color: #1dbf92 !important;
    top: 40vh;
    right: 0;
    height: 2vh;
    width: 36vw;
    z-index: -1;
}

.hacemos_03_line {
    display: block;
    position: absolute;
    background-color: #1dbf92 !important;
    top: 57.5vh;
    right: 0;
    height: 2vh;
    width: 50vw;
    z-index: -1;
}

.hacemos_04_line {
    display: block;
    position: absolute;
    background-color: #1dbf92 !important;
    top: 75.5vh;
    right: 0;
    height: 2vh;
    width: 59vw;
    z-index: -1;
}

@media screen and (max-width: 1500px) {
    .hacemos_01_line {
        background-color: transparent!important;
    }
    .hacemos_02_line {
        background-color: transparent !important;
    }
    .hacemos_03_line {
        background-color: transparent !important;
    }
    .hacemos_04_line {
        background-color: transparent !important;
    }
}

.text-align-center {
    text-align: center;
}

.center-top {
    padding: 50% 0 2vh 0;
}

.center-bottom {
    padding: 30% 0 2vh 0;
}

.center-bottom-smaller {
    padding: 20% 0 2vh 0;
}

.servicios_01 {
    display: block;
    position: absolute;
    top: 22vh;
    right: 25vw;
    background-color: white;
    text-align: right;
    font-size: 1.5vw !important;
    border-radius: 15vw 0px 0px 0px;
    height: 30vh;
    width: 15vw;
}

.servicios_01_image {
    color: #2C8E9B;
    font-size: 5.5vh;
    font-weight: bold;
}

.servicios_01_text {
    margin-right: .5vw;
}

.servicios_02 {
    display: block;
    position: absolute;
    top: 22vh;
    right: 8vw;
    background-color: white;
    text-align: left;
    font-size: 1.5vw !important;
    border-radius: 0px 15vw 0px 0px;
    height: 30vh;
    width: 15vw;
}

.servicios_02_image {
    color: #2C8E9B;
    font-size: 5.5vh;
    font-weight: bold;
}

.servicios_02_text {
    margin-left: .5vw;
}

.servicios_03 {
    display: block;
    position: absolute;
    top: 54vh;
    right: 25vw;
    background-color: white;
    text-align: right;
    font-size: 1.5vw !important;
    border-radius: 0px 0px 0px 15vw;
    height: 30vh;
    width: 15vw;
}

.servicios_03_image {
    color: #2C8E9B;
    font-size: 5.5vh;
    font-weight: bold;
}

.servicios_03_text {
    margin-right: .5vw;
    margin-top: 2vh;
}

.servicios_04 {
    display: block;
    position: absolute;
    top: 54vh;
    right: 8vw;
    background-color: white;
    text-align: right;
    font-size: 1.5vw !important;
    border-radius: 0px 0px 15vw 0px;
    height: 30vh;
    width: 15vw;
}

.servicios_04_image {
    color: #2C8E9B;
    font-size: 5.5vh;
    font-weight: bold;
}

.servicios_04_text {
    margin-right: .5vw;
    margin-top: 2vh;
}

@media screen and (max-width: 1400px) {
    .servicios_01 {
        top: 22vh;
        height: 25vh;
        font-size: 1.7vw !important;
        width: 17vw;
        right: 25vw;
    }
    .servicios_02 {
        top: 22vh;
        height: 25vh;
        font-size: 1.7vw !important;
        width: 17vw;
        right: 7vw;
    }
    .servicios_03 {
        top: 49vh;
        height: 25vh;
        font-size: 1.7vw !important;
        width: 17vw;
        right: 25vw;
    }
    .servicios_04 {
        top: 49vh;
        height: 25vh;
        font-size: 1.7vw !important;
        width: 17vw;
        right: 7vw;
    }
}

@media screen and (max-width: 1100px) {
    .servicios_01 {
        top: 22vh;
        height: 25vh;
    }
    .servicios_02 {
        top: 22vh;
        height: 25vh;
    }
    .servicios_03 {
        top: 48vh;
        height: 25vh;
    }
    .servicios_04 {
        top: 48vh;
        height: 25vh;
    }
}

@media screen and (max-width: 900px) {
    .servicios_01 {
        top: 22vh;
        height: 18vh;
    }
    .servicios_02 {
        top: 22vh;
        height: 18vh;
    }
    .servicios_03 {
        top: 42vh;
        height: 18vh;
    }
    .servicios_04 {
        top: 42vh;
        height: 18vh;
    }
}

@media screen and (max-width: 600px) {
    .servicios_01 {
        top: 22vh;
        height: 18vh;
        font-size: 2vw !important;
        width: 22vw;
        right: 29vw;
    }
    .servicios_02 {
        top: 22vh;
        height: 18vh;
        font-size: 2vw !important;
        width: 22vw;
        right: 3vw;
    }
    .servicios_03 {
        top: 42vh;
        height: 18vh;
        font-size: 2vw !important;
        width: 22vw;
        right: 29vw;
    }
    .servicios_04 {
        top: 42vh;
        height: 18vh;
        font-size: 2vw !important;
        width: 22vw;
        right: 3vw;
    }
}

@media screen and (max-width: 440px) {
    .servicios_01 {
        top: 10vh;
        height: 20vh;
        font-size: 2vh !important;
        width: 27vw;
        right: 51vw;
    }
    .servicios_02 {
        top: 10vh;
        height: 20vh;
        font-size: 2vh !important;
        width: 27vw;
        right: 22vw;
    }
    .servicios_03 {
        top: 31vh;
        height: 20vh;
        font-size: 2vh !important;
        width: 27vw;
        right: 51vw;
    }
    .servicios_04 {
        top: 31vh;
        height: 20vh;
        font-size: 2vh !important;
        width: 27vw;
        right: 22vw;
    }
}

.servicios_01:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1, 1, 1);
    opacity: 0.6
}

.servicios_02:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1, 1, 1);
    opacity: 0.6
}

.servicios_03:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1, 1, 1);
    opacity: 0.6
}

.servicios_04:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1, 1, 1);
    opacity: 0.6
}

.contacto_01 {
    display: block;
    position: absolute;
    top: 25vh;
    right: 10vw;
    background-color: white !important;
    color: #042158;
    font-size: 3vw !important;
    padding: 2vh 2vw 2vh 2vw;
    border-radius: 20px 20px 20px 20px;
}

.contacto_02 {
    display: block;
    position: absolute;
    top: 40vh;
    right: 10vw;
    background-color: white !important;
    color: #042158;
    font-size: 3vw !important;
    padding: 2vh 2vw 2vh 2vw;
    border-radius: 20px 20px 20px 20px;
}

.contacto_03 {
    display: block;
    position: absolute;
    top: 55vh;
    right: 10vw;
    background-color: white !important;
    color: #042158;
    font-size: 3vw !important;
    padding: 2vh 2vw 2vh 2vw;
    border-radius: 20px 20px 20px 20px;
}

.contacto_01:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1, 1, 1);
    opacity: 0.6
}

.contacto_02:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1, 1, 1);
    opacity: 0.6
}

.contacto_03:hover {
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: scale3d(1, 1, 1);
    opacity: 0.6
}

@media screen and (max-width: 1400px) {
    .contacto_01 {
        top: 20vh;
        right: 8vw;
    }
    .contacto_02 {
        top: 40vh;
        right: 8vw;
    }
    .contacto_03 {
        top: 60vh;
        right: 8vw;
    }
}

@media screen and (max-width: 1100px) {
    .contacto_01 {
        top: 12vh;
        right: 4vw;
    }
    .contacto_02 {
        top: 24vh;
        right: 4vw;
    }
    .contacto_03 {
        top: 36vh;
        right: 4vw;
    }
}

@media screen and (max-width: 900px) {
    .contacto_01 {
        top: 10vh;
        right: 6vw;
    }
    .contacto_02 {
        top: 23vh;
        right: 6vw;
    }
    .contacto_03 {
        top: 37vh;
        right: 6vw;
    }
}

@media screen and (max-width: 700px) {
    .contacto_01 {
        top: 10vh;
        right: 6vw;
    }
    .contacto_02 {
        top: 18vh;
        right: 6vw;
    }
    .contacto_03 {
        top: 26vh;
        right: 6vw;
    }
}

@media screen and (max-width: 500px) {
    .contacto_01 {
        top: 10vh;
        right: 6vw;
        font-size: 3vh !important;
    }
    .contacto_02 {
        top: 18vh;
        right: 6vw;
        font-size: 3vh !important;
    }
    .contacto_03 {
        top: 26vh;
        right: 6vw;
        font-size: 3vh !important;
    }
}

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
.formStyle {
    max-width: 50vw;
    margin: 50px auto;
}

.feedback-input {
    color: #020B16;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: white;
    border: 2px solid #020B16;
    transition: all 0.3s;
    padding: 1vh;
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
}

.feedback-input:focus {
    border: 2px solid #1dbf92;
}

.textareaStyle {
    height: 20vh;
    line-height: 150%;
    resize: vertical;
}

.submitButton {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    width: 100%;
    background: #020B16;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 24px;
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 700;
}

.submitButton:hover {
    background: #1dbf92;
}

.titulo {
    color: white;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
}

.underline {
    border-bottom: solid 2px white;
    margin: -0.512em auto;
    width: 80px;
}

.successContainer {
    max-width: 50vw;
    margin: 50px auto;
}

.successMsg {
    color: white;
    font-size: 5vh;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}




/* Agregar extra para about - portafolio de servicios */


.plan-card {
  background: #fff;
  width: 25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 10px;
  padding-bottom: 20px;
  border-radius: 10px;
  border-bottom: 4px solid #000446;
  box-shadow: 0 6px 30px rgba(207, 212, 222, 0.3);
  font-family: "Poppins", sans-serif;
}

.plan-card h2 {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 600;
}

.plan-card h2 span {
  display: block;
  margin-top: -4px;
  color: #042158;
  font-size: 12px;
  font-weight: 400;
}

.etiquet-price {
  position: relative;
  background: #89d9c2;
  width: 24.25rem;
  margin-left: -0.65rem;
  padding: .2rem 1.2rem;
  border-radius: 5px 0 0 5px;
}

.etiquet-price p {
  margin: 0;
  padding-top: .4rem;
  display: flex;
  font-size: 1.9rem;
  font-weight: 500;
}

.etiquet-price p:before {
  content: "S/";
  margin-right: 5px;
  font-size: 15px;
  font-weight: 300;
}

.etiquet-price p:after {
  content: "";
  margin-left: 5px;
  font-size: 15px;
  font-weight: 300;
}

.etiquet-price div {
  position: absolute;
  bottom: -23px;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 13px solid #89d9c2;
  border-bottom: 10px solid transparent;
  border-right: 13px solid transparent;
  z-index: -6;
}

.benefits-list {
  margin-top: 16px;
}

.benefits-list ul {
  padding: 0;
  font-size: 14px;
}

.benefits-list ul li {
  color: #4d4d4d;
  list-style: none;
  margin-bottom: .2rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.benefits-list ul li svg {
  width: .9rem;
  fill: currentColor;
}

.benefits-list ul li span {
  font-weight: 300;
}

.button-get-plan {
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
}

.button-get-plan a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000446;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.5rem;
  letter-spacing: .05rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.button-get-plan a:hover {
  transform: translateY(-3%);
  box-shadow: 0 3px 10px rgba(207, 212, 222, 0.9);
}

.button-get-plan .svg-rocket {
  margin-right: 10px;
  width: 2rem;
  fill: currentColor;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}