@import url('https://fonts.googleapis.com/css?family=DM+Sans|DM+Serif+Text&display=swap');
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
/* Mobile */

body {
    background-color: #fff;
    overflow-x: hidden !important;
}

a {
    text-decoration: none;
}

.tyc {
    font-family: 'DM Sans', sans-serif !important;
    margin: 0 !important;
}

.tyc a {
    font-weight: 500;
    color: #000;
}

.text-tyc {
    font-weight: 500;
}

.tyc__main {
    margin-top: 50px;
}

.landing {
    padding: 15px;
}

.title {
    font-family: 'DM Serif Display', sans-serif !important;
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    margin: 10px 0;
}

.text {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 25px;
    line-height: 30px;
    font-weight: ;
}

.logo {
    width: 200px;
    height: auto;
    padding-top: 30px;
}

.imagen__artify {
    width: 100%;
    height: auto;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
}

.header__menu a {
    padding: 0 20px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

#login {
    display: none;
}

.header__menu--try {
    background-color: #000;
    color: #fff !important;
    padding: 8px 10px !important;
}

.content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 50px 0 100px 0px;
}

.content__imagen {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content__text {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    flex-direction: column;
    padding: 40px 0;
}

.content__column {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 50px 0 100px 0px;
}

.content__column__imagen {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content__column__text {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.min-img {
    width: 100%;
}

.flex-init {
    align-items: flex-start;
}

.mark {
    background-color: #FFD793;
    background-size: 20px;
    padding: 0;
}

.flex-end {
    align-items: flex-end;
}

.footer {
    width: 90%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 20px;
}

.footer p {
    font-size: 20px;
    font-family: 'DM Sans', sans-serif !important;
    text-align: center;
}

.footer a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.button-try {
    display: inline;
    background: #000;
    width: 40%;
    color: #fff;
    position: fixed;
    padding: 15px 0;
    text-align: center;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: 20px;
    border-radius: 50px;
}

.button-try a {
    color: #fff;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 25px;
}

.pricing__desk-d {
    display: none;
}

/* pricing */

.pricing__mobile {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
}

.content__cards {
    display: grid;
    grid-template-columns: 1fr;
}

.content__card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content__card--text {
    min-width: 90%;
    padding: 50px 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.content__card--pricing {
    margin: 30px 0 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content__card--pricing a {
    margin: 10px 0;
    width: 20vh;
    border: 3px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    padding: 10px 80px;
    margin-top: 0px !important;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 25px;
    line-height: 30px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: 400;
    transition: all .3s ease;
}

.free {
    padding: 10px 100px;
}

#month {
    margin: 10px 0;
    width: 20vh;
    border: 3px solid rgb(206, 206, 206);
    background-color: rgb(206, 206, 206);
    padding: 10px 80px;
    margin-top: 0px !important;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 25px;
    line-height: 30px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: 400;
    transition: all .3s ease;
}

#month p {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
}

#year {
    margin: 10px 0;
    width: 20vh;
    border: 3px solid rgb(206, 206, 206);
    background-color: rgb(206, 206, 206);
    padding: 10px 80px;
    margin-top: 0px !important;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 25px;
    line-height: 30px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: 400;
    transition: all .3s ease;
}

#year p {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
}

}

.text-pricing {
    margin: 10px 0;
}

.tyc__p {
    font-family: 'DM Sans', sans-serif;
    color: #000;
    font-size: 20px;
}

/*** checkboxe ***/

.checkbox {
    margin: 30px 0;
}

.checkbox a {
    font-family: 'DM Sans', sans-serif;
    color: #000;
    font-size: 20px;
    text-decoration: underline;
    transition: all .3s ease;
    font-weight: 500;
}

.checkbox a:hover {
    color: rgb(255, 203, 100);
}

/*** custom checkboxes ***/

input[type=checkbox] {
    display: none;
}

/* to hide the checkbox itself */

input[type=checkbox]+label:before {
    font-family: FontAwesome;
    display: inline-block;
}

input[type=checkbox]+label:before {
    content: "\f096";
}

/* unchecked icon */

input[type=checkbox]+label:before {
    letter-spacing: 10px;
}

/* space between checkbox and label */

input[type=checkbox]:checked+label:before {
    content: "\f046";
}

/* checked icon */

input[type=checkbox]:checked+label:before {
    letter-spacing: 5px;
}

/* allow space for check mark */

.checkbox__shake {
    animation-name: shake;
    animation-duration: 0.7s, 0.35s;
    animation-iteration-count: 1, 2;
}

@keyframes shake {
    0%, 20%, 40%, 60%, 80% {
        transform: translateX(8px);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-8px);
    }
}

.link-pricing a{
    color: #000;
}

/* Tablets */

@media (min-width: 768px) {
    #login {
        display: inline;
    }
    body {
        background-color: #fff;
        padding: 15px;
    }
    .title {
        font-family: 'DM Serif Display', sans-serif !important;
        font-size: 60px;
        font-weight: 700;
        line-height: 75px;
    }
    .text {
        font-family: 'DM Sans', sans-serif !important;
        font-size: 25px;
        line-height: 30px;
        font-weight: 400;
    }
    .logo {
        width: 180px;
        height: auto;
    }
    .imagen__artify {
        width: 70%;
        height: auto;
    }
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 5vh;
    }
    .header__menu a {
        padding: 0 20px;
        font-size: 20px;
        color: #000;
        text-decoration: none;
        font-weight: bold;
        border-radius: 50px;
    }
    .header__menu--try {
        background-color: #000;
        color: #fff !important;
        padding: 8px 10px !important;
    }
    .content {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 50px 0 100px 0px;
    }
    .content__imagen {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content__text {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
    .content__column {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 50px 0 100px 0px;
    }
    .content__column__imagen {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content__column__text {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
    .min-img {
        width: 80%;
    }
    .flex-init {
        align-items: flex-start;
    }
    .button-try {
        display: none;
    }
    /* pricing */
    .pricing__mobile {
        display: none;
    }
    .pricing__desk-d {
        display: flex;
        height: auto;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .content__cards-d {
        width: 50%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-content: center;
    }
    .content__card-d {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .content__card--text-d {
        min-width: 250px;
        height: 500px;
        padding: 80px 50px 100px 50px;
        margin: 10px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s;
    }
    .content__card--pricing-d {
        width: 350px;
        margin-top: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .content__card--pricing-d a {
        border: 3px solid #000;
        margin-top: 0px !important;
        text-decoration: none;
        font-family: 'DM Sans', sans-serif !important;
        font-size: 30px;
        line-height: 30px;
        color: #000;
    }
    .free-d {
        padding: 18px 147px;
    }
    #month-d {
        border: 3px solid rgb(206, 206, 206);
        background-color: rgb(206, 206, 206);
        padding: 10px 10px;
        margin-top: 0px !important;
        text-decoration: none;
        font-family: 'DM Sans', sans-serif !important;
        font-size: 25px;
        line-height: 30px;
        color: rgb(0, 0, 0);
        text-align: center;
        font-weight: 400;
        transition: all .3s ease;
    }
    #month-d p {
        margin: 0;
        font-weight: 700;
        font-size: 20px;
        line-height: 16px;
    }
    #year-d {
        border: 3px solid rgb(206, 206, 206);
        background-color: rgb(206, 206, 206);
        padding: 10px 10px;
        margin-top: 0px !important;
        text-decoration: none;
        font-family: 'DM Sans', sans-serif !important;
        font-size: 25px;
        line-height: 30px;
        color: rgb(0, 0, 0);
        text-align: center;
        font-weight: 400;
        transition: all .3s ease;
    }
    #year-d p {
        margin: 0;
        font-weight: 700;
        font-size: 20px;
        line-height: 16px;
    }
    .content__card--try-d {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }
    .content__card--try-d__a {
        width: 20vh;
        border: 3px solid #000;
        background-color: #000;
        padding: 15px 130px;
        margin-top: 0px !important;
        text-decoration: none;
        font-family: 'DM Sans', sans-serif !important;
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        font-weight: 500;
        transition: all .3s ease;
    }
    .content__card--try-d__a--disable {
        width: 20vh;
        border: 3px solid rgb(206, 206, 206);
        background-color: rgb(206, 206, 206);
        padding: 15px 130px;
        margin-top: 0px !important;
        text-decoration: none;
        font-family: 'DM Sans', sans-serif !important;
        font-size: 30px;
        line-height: 30px;
        color: rgb(92, 92, 92);
        text-align: center;
        font-weight: 500;
        transition: all .3s ease;
    }
    .content__card--try-d__a:hover {
        color: #fff;
        background: rgb(255, 203, 100);
        border: 3px solid rgb(255, 203, 100);
    }
    .title-pricing {
        margin: 15px 0;
    }
    .checkbox {
        margin: 30px 0;
    }
    .checkbox a {
        font-family: 'DM Sans', sans-serif;
        color: #000;
        font-size: 20px;
        text-decoration: underline;
        transition: all .3s ease;
        font-weight: 500;
    }
    .checkbox a:hover {
        color: rgb(255, 203, 100);
    }
    .footer {
        width: 90%;
        height: 20vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }
    /*** custom checkboxes ***/
    input[type=checkbox] {
        display: none;
    }
    /* to hide the checkbox itself */
    input[type=checkbox]+label:before {
        font-family: FontAwesome;
        display: inline-block;
    }
    input[type=checkbox]+label:before {
        content: "\f096";
    }
    /* unchecked icon */
    input[type=checkbox]+label:before {
        letter-spacing: 10px;
    }
    /* space between checkbox and label */
    input[type=checkbox]:checked+label:before {
        content: "\f046";
    }
    /* checked icon */
    input[type=checkbox]:checked+label:before {
        letter-spacing: 5px;
    }
    /* allow space for check mark */
    .checkbox__shake {
        animation-name: shake, glow-red;
        animation-duration: 0.7s, 0.35s;
        animation-iteration-count: 1, 2;
    }
    @keyframes shake {
        0%, 20%, 40%, 60%, 80% {
            transform: translateX(8px);
        }
        10%, 30%, 50%, 70%, 90% {
            transform: translateX(-8px);
        }
    }
    @keyframes glow-red {}
}

/* Desktop */

@media (min-width: 1366px) {
    #login {
        display: inline;
    }
    body {
        background-color: #fff;
        padding: 15px;
    }
    .title {
        font-family: 'DM Serif Display', sans-serif !important;
        font-size: 70px;
        font-weight: 700;
        line-height: 100px;
        margin: 10px 0;
    }
    .text {
        font-family: 'DM Sans', sans-serif !important;
        font-size: 30px;
        line-height: 30px;
        margin: 15px 0;
        font-weight: 400;
    }
    .logo {
        width: 215px;
        height: auto;
    }
    .imagen__artify {
        min-width: 60%;
        height: auto;
        margin: 100px;
    }
    .header {
        display: flex;
        justify-content: center;
        align-items: center;
        max-height: 10vh;
    }
    .header__title {
        width: 80%;
    }
    .header__menu {
        width: 40%;
        align-items: center;
        display: flex;
        justify-content: flex-end;
        margin: 20px 0 0 0;
        position: fixed;
        right: 11%;
        z-index: 1;
    }
    .header__menu a {
        padding: 15px 20px !important;
        font-size: 25px;
        color: #000;
        text-decoration: none;
        font-weight: 500;
        margin: 0 5px;
        border-radius: 50px;
    }
    .menu {
        transition: all .3s ease;
    }
    .menu:hover {
        color: rgb(255, 203, 100);
        border-radius: 0;
    }
    .header__menu--try {
        background-color: #000;
        color: #fff !important;
        padding: 8px 8px !important;
        transition: all .3s ease;
    }
    .header__menu--try:hover {
        background-color: rgb(255, 203, 100);
        color: #fff !important;
    }
    .content {
        width: 100%;
        heigh: 80vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .content__imagen {
        width: 40%;
        heigh: 60vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content__text {
        width: 40%;
        heigh: 80vh;
        display: flex;
        justify-content: center;
        text-align: left;
        flex-direction: column;
    }
    .content__column {
        width: 100%;
        heigh: 120vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 50px 0 100px 0px;
    }
    .content__column__imagen {
        width: 80%;
        heigh: 70vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content__column__text {
        width: 80%;
        heigh: 20vh;
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
    .min-img {
        width: 60%;
    }
    .footer {
        width: 100%;
        height: 30vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer p {
        font-size: 25px;
        font-family: 'DM Sans', sans-serif !important;
        ;
    }
    .footer a {
        text-decoration: none;
        color: #000;
        font-weight: bold;
        transition: all .3s ease;
    }
    .footer a:hover {
        color: rgb(255, 203, 100);
    }
    .button-try {
        display: none;
    }
    /* pricing */
    .pricing__mobile {
        display: none;
    }
    .pricing__desk-d {
        min-height: 100vh;
        display: flex;
        height: auto;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .content__cards-d {
        width: 50%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-content: center;
    }
    .content__card-d {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .content__card--text-d {
        width: 300px;
        height: 500px;
        padding: 80px 50px 100px 50px;
        margin: 20px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s;
    }
    .content__card--pricing-d {
        width: 400px;
        margin-top: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .free-d {
        padding: 18px 170px;
    }
    .content__card--pricing-d a {
        border: 3px solid #000;
        margin-top: 0px !important;
        text-decoration: none;
        font-family: 'DM Sans', sans-serif !important;
        font-size: 30px;
        line-height: 30px;
        color: #000;
    }
    .free-d {
        padding: 18px 170px;
        transition: all .3s ease;
    }
    .free-d:hover {
        border: 3px solid rgb(255, 203, 100);
        color: rgb(255, 203, 100);
    }
    #month-d {
        padding: 10px 25px;
    }
    #year-d {
        padding: 10px 25px;
    }
    .content__card--try-d {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        transition: all .3s ease;
    }
    .content__card--try-d__a {
        width: 20vh;
        border: 3px solid #000;
        background-color: #000;
        padding: 15px 130px;
        margin-top: 0px !important;
        text-decoration: none;
        font-family: 'DM Sans', sans-serif !important;
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        font-weight: 500;
        transition: all .3s ease;
    }
    .content__card--try-d__a--disable {
        width: 20vh;
        border: 3px solid rgb(206, 206, 206);
        background-color: rgb(206, 206, 206);
        padding: 15px 130px;
        margin-top: 0px !important;
        text-decoration: none;
        font-family: 'DM Sans', sans-serif !important;
        font-size: 30px;
        line-height: 30px;
        color: rgb(92, 92, 92);
        text-align: center;
        font-weight: 500;
        transition: all .3s ease;
    }
    .content__card--try-d__a:hover {
        color: #fff;
        background: rgb(255, 203, 100);
        border: 3px solid rgb(255, 203, 100);
    }
    .title-pricing {
        margin: 15px 0;
    }
    .checkbox {
        margin: 30px 0;
    }
    .checkbox a {
        font-family: 'DM Sans', sans-serif;
        color: #000;
        font-size: 20px;
        text-decoration: underline;
        transition: all .3s ease;
        font-weight: 500;
    }
    .checkbox a:hover {
        color: rgb(255, 203, 100);
    }
    /*** custom checkboxes ***/
    input[type=checkbox] {
        display: none;
    }
    /* to hide the checkbox itself */
    input[type=checkbox]+label:before {
        font-family: FontAwesome;
        display: inline-block;
    }
    input[type=checkbox]+label:before {
        content: "\f096";
    }
    /* unchecked icon */
    input[type=checkbox]+label:before {
        letter-spacing: 10px;
    }
    /* space between checkbox and label */
    input[type=checkbox]:checked+label:before {
        content: "\f046";
    }
    /* checked icon */
    input[type=checkbox]:checked+label:before {
        letter-spacing: 5px;
    }
    /* allow space for check mark */
    .checkbox__shake {
        animation-name: shake;
        animation-duration: 0.7s, 0.35s;
        animation-iteration-count: 1, 2;
    }
    @keyframes shake {
        0%, 20%, 40%, 60%, 80% {
            transform: translateX(8px);
        }
        10%, 30%, 50%, 70%, 90% {
            transform: translateX(-8px);
        }
    }
}