@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

a,
a:hover {
    color: black;
}

h1 {
    font-family: 'Encorpada Classic2';
    font-size: 5rem;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: #fff;
}

h2,
h4,
p {
    font-family: 'Roboto Condensed', sans-serif;
}

p {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.8rem;
}

h2 {
    letter-spacing: -1px;
}

h3 {
    font-family: 'Encorpada Classic2';
    font-size: 4rem;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: #fff;
    line-height: 4rem;
}

h6 {
    background-color: none;
}

body {
    background: #fdf6f3;
}

.feature_y {
    padding: 2rem 0;
}


/* Grow */

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Grow Shadow */

.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.scrollH {
    overflow-x: hidden;
}

.logotop {
    padding: 4rem 0 10rem;
}

header {
    background: url(../img/wave.png) bottom center no-repeat #fceee7;
    background-size: contain;
}

footer {
    background-color: white;
    background-size: contain;
    padding-top: 1rem;
}

.ball {
    position: relative;
}

.pixel1 {
    position: absolute;
    width: 35rem;
    height: 35rem;
    right: 0;
    background: rgba(209, 146, 143, .5);
    border-bottom-left-radius: 100%;
    margin-top: 0rem;
}

.pixel2 {
    position: absolute;
    width: 30rem;
    height: 30rem;
    right: 20%;
    background: rgba(249, 207, 198, .7);
    border-radius: 50%;
    margin-top: 4rem;
}

.pixel3 {
    position: absolute;
    width: 14rem;
    height: 14rem;
    left: -25%;
    background: rgba(249, 207, 198, 1);
    border-radius: 50%;
    margin-top: -4rem;
    z-index: -100;
}

.pixel4 {
    position: absolute;
    width: 14rem;
    height: 14rem;
    right: -15%;
    background: rgba(249, 207, 198, 1);
    border-radius: 50%;
    margin-top: -2rem;
    z-index: -100;
}

.pixel5 {
    position: absolute;
    width: 10rem;
    height: 10rem;
    right: -6%;
    background: rgba(249, 207, 198, .6);
    border-radius: 50%;
    margin-top: -3rem;
    z-index: -100;
}

.pixel6 {
    position: absolute;
    width: 24rem;
    height: 24rem;
    right: 10%;
    background: rgba(249, 207, 198, .6);
    border-radius: 50%;
    margin-top: -2rem;
    z-index: -100;
}

.pixel7 {
    position: absolute;
    width: 14rem;
    height: 14rem;
    right: 20%;
    background: rgba(249, 207, 198, .6);
    border-radius: 50%;
    margin-top: -6rem;
    z-index: -100;
}

.box {
    background: #fceee7;
    padding: 2rem;
    margin-top: 2rem;
}

.box2 {
    background: none;
    padding: 2rem 6rem;
    margin-top: 2rem;
}

.responsive img {
    padding: 1rem;
    border-radius: 50%;
}

.responsive h6 {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    padding: .2rem .4rem;
    display: inline-block;
    background: #ecbbb7;
}

.tx-juradas {
    text-align: right;
}

.top-bar {
    position: fixed;
    background: transparent;
    top: 2rem;
    left: 2rem;
    z-index: 1;
}

.position-top {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateY(-50vh);
    -ms-transform: translateY(-50vh);
    transform: translateY(-50vh);
}

.off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-50vh);
    -ms-transform: translateY(-50vh);
    transform: translateY(-50vh);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(50vh);
    -ms-transform: translateY(50vh);
    transform: translateY(50vh);
}

.position-top.is-transition-push {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.off-canvas {
    background: #d1928f;
}

.menu li a {
    font-family: 'Roboto Condensed', sans-serif;
    color: black;
    font-size: 1.3rem;
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 20px;
    cursor: pointer;
}

.menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 10px 0 #0a0a0a, 0 20px 0 #0a0a0a;
    box-shadow: 0 10px 0 #0a0a0a, 0 20px 0 #0a0a0a;
    content: '';
}

.menu-icon.dark:hover::after,
.menu-icon:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 10px 0 #8a8a8a, 0 20px 0 #8a8a8a;
    box-shadow: 0 10px 0 #8a8a8a, 0 20x 0 #8a8a8a;
}

tbody,
tbody tr:nth-child(even) {
    border: 0;
    background: transparent;
}

td {
    vertical-align: top;
}

.position-left {
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    width: 30vw;
    padding: 3rem 1rem;
    -webkit-transform: translateX(-30vw);
    -ms-transform: translateX(-30vw);
    transform: translateX(-30vw);
}

.off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-30vw);
    -ms-transform: translateX(-30vw);
    transform: translateX(-30vw);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(30vw);
    -ms-transform: translateX(30vw);
    transform: translateX(30vw);
}

.js-off-canvas-overlay {
    background: rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 64em) {
    .pixel1 {
        width: 34rem;
        height: 34rem;
        right: 0;
        margin-top: -25rem;
    }
    .pixel2 {
        width: 15rem;
        height: 15rem;
        right: 36%;
        margin-top: -12rem;
    }
    .pixel4 {
        right: 10%;
    }
    .pixel5 {
        right: 5%;
    }
    .top-bar {
        top: 1rem;
        left: .2rem;
        background: #fdf6f3;
        border-radius: 5px;
    }
}

@media only screen and (max-width: 40em) {
    h1 {
        font-size: 2.4rem;
    }
    h3 {
        font-size: 2.4rem;
        line-height: 2.4rem;
    }
    h2 {
        font-size: 1.6rem;
    }
    h4 {
        font-size: 1rem;
        font-weight: 700;
    }
    p {
        font-size: .8rem;
    }
    label {
        font-size: .7rem;
        line-height: .8rem;
    }
    footer {
        padding-top: 0;
    }
    .tx-juradas {
        text-align: center;
    }
    .position-top {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transform: translateY(-100vh);
        -ms-transform: translateY(-100vh);
        transform: translateY(-100vh);
    }
    .off-canvas-content .off-canvas.position-top {
        -webkit-transform: translateY(-100vh);
        -ms-transform: translateY(-100vh);
        transform: translateY(-100vh);
    }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .off-canvas-content.is-open-top.has-transition-push {
        -webkit-transform: translateY(100vh);
        -ms-transform: translateY(100vh);
        transform: translateY(100vh);
    }
    .position-left {
        top: 0;
        left: 0;
        height: 100vh;
        overflow-y: auto;
        width: 100%;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .off-canvas-content .off-canvas.position-left {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .off-canvas-content.is-open-left.has-transition-push {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    .top-bar {
        top: 1rem;
        left: .2rem;
        background: #fdf6f3;
        border-radius: 5px;
    }
    .logotop {
        padding: 2rem 0 4rem;
    }
    .box {
        background: #fceee7;
        padding: .8rem;
        margin-top: 1rem;
    }
    .box2 {
        background: none;
        padding: 2rem 2rem 1rem;
        margin-top: 1rem;
    }
    .pixel1 {
        width: 14rem;
        height: 14rem;
        right: 0;
        margin-top: -10rem;
    }
    .pixel2 {
        width: 5rem;
        height: 5rem;
        right: 36%;
        margin-top: -3rem;
    }
    .pixel3 {
        width: 8rem;
        height: 8rem;
        left: 60%;
        margin-top: -4rem;
    }
    .pixel4 {
        width: 8rem;
        height: 8rem;
        right: 0;
        background: rgba(249, 207, 198, 1);
        margin-top: -4rem;
    }
    .pixel5 {
        width: 5rem;
        height: 5rem;
        right: 3%;
        margin-top: -3rem;
    }
    .pixel6 {
        width: 14rem;
        height: 14rem;
        right: 15%;
        margin-top: -2rem;
    }
    .pixel7 {
        width: 7rem;
        height: 7rem;
        right: 30%;
        margin-top: -3rem;
    }
    .rightT {
        text-align: right;
    }
    .img1 img {
        padding-right: 7rem;
    }
    .img2 img {
        padding-left: 7rem;
        padding-bottom: 2rem;
    }
    .menu-icon.dark {
        width: 20px;
    }
    .grid-margin-x {
        margin-left: 0;
        margin-right: 0;
    }
}