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

:root {
    --gold1: #dba052;
    --gold2: 180deg, #d68915 0%, #c08435 100%;
    --gray: #ffffff80;
    --gray2: #f7edd990;
    --black1: #1A1B1F;
    --black2: #383a44;
    --shadow: 0 8px 8px;
    --color_shadow: #00000033;
}
/* check */

.check {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0 auto;
}

.check__item {
    width: 30%;
    padding-right: 10px;
    display: flex;
    border-right: 2px solid var(--black2);
}

.bx-check {
    background: linear-gradient(180deg, var(--black2) 0%, var(--black1) 100%);
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 20px;
    color: #fff;
    border-radius: 50%;
    font-size: 40px;
}

.check__number {
    font-weight: 700;
}

.check__copy {
    font-weight: 300;
    align-items: center;
}

.newsletter {
    width: 60%;
    margin: 0 auto;
    margin-top: 40px;
    height: auto;
    font-family: inherit;
    position: relative;
    border-radius: 6px;
}

.newsletter--modifier {
    margin: 0;
    width: 80%;
}

.newsletter__input {
    width: 100%;
    height: 100%;
    padding: 22px 10px;
    outline: none;
    font-family: inherit;
    border-radius: 6px;
    border: 1px solid var(--black1)
}

.newsletter__submit {
    position: absolute;
    right: 8px;
    top: 10%;
    height: 80%;
    background: linear-gradient(180deg, var(--black2) 0%, var(--black1) 100%);
    color: #fff;
    padding: 0 15px;
    border: none;
    border-radius: 6px;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
}


.footer {
    background: #fafafa;
}

.footer__caption {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-evenly;
}


.title__footer {
    font-size: 24px;
    margin-bottom: 32px;
}

.download {
    width: 50%;
}

.download__app {
    display: flex;
}

.download__item {
    display: flex;
    padding: 18px 12px;
    border-radius: 6px;
    border: 1px solid var(--black2);
    width: 42%;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 16px;
}

.download__logo {
    font-size: 40px;
    margin-right: 20px;
}

.download__title {
    font-size: 18px;
}

.footer__copy {
    width: 100%;
    color: var(--black2);
    display: flex;
    flex-wrap: wrap;
}

.copyright {
    width: 100%;
    margin-left: 38%;
}

.politica__privacidad {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    margin-left: 38%;

}

.politica__privacidad:hover {
    text-decoration: underline;
}

.politica__privacidad--margin {
    margin-right: 10px;
}

.get-email {
    width: 50%;
}

.socialmedia {
    margin-top: 24px;
    display: flex;
    color: var(--black2);
    color: #0e0d0d;
    text-decoration: none;
    
}

.socialmedia__icon {
    font-size: 18px;
    margin-right: 30px;
    display: inline-block;
    color: #070707;
    text-decoration: none;
    
}

.socialmedia__legend {
    color: var(--black2);
    margin-right: 16px;
    color: #000000;
    text-decoration: none;
}

.contact {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    color: #fff;
}

.item__contact {
    width: 25%;
    padding: 60px 0;
    text-align: center;
    background: linear-gradient(180deg, var(--black2) 0%, var(--black1) 100%);

}


.item__contact--gold {
    background: linear-gradient(180deg, #F7CE90 0%, #F4BD76 100%);
    color: var(--black1);
}

.contact__icon {
    font-size: 14px;
    color: var(--gold1);
    line-height: 20px;
    margin-right: 4px;
}

.contact__icon--modifier {
    color: var(--black1);
}

.contact__title {
    font-size: 16px;
    line-height: 20px;
}

@media screen and (max-width:900px) {
    .mockup {
        width: 600px;
        height: auto;
    }

    .title {
        font-size: 48px;
    }

    .copy {
        font-size: 20px;
    }

    .cta {
        padding: 15px 22px;
    }

    .container-cards {
        justify-content: space-evenly;
    }

    .services .card {
        width: 45%;
    }

    .background {
        width: 52%;
    }

    .card {
        width: 42%;
    }

    .testimony-container {
        justify-content: space-evenly;
    }

    .testimony__card {
        width: 45%;
    }

    .check__item {
        width: 45%;
        margin-bottom: 35px;
    }

    .newsletter {
        width: 80%;
    }

    .download {
        width: 100%;
    }

    .download__app {
        justify-content: space-between;
    }

    .download__item {
        width: 45%;
    }

    .get-email {
        width: 100%;
        margin-bottom: 40px;
    }

    .socialmedia__icon {
        font-size: 18px;
    }

    .socialmedia__legend {
        font-size: 18px;
    }
}

@media screen and (max-width:700px) {

    main .container,
    footer .container {
        padding: 60px 0;
    }

    .nav__container {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .nav__hero {
        height: auto;
    }

    .logo {
        padding: 15px 0;
        text-align: center;
    }

    .links {
        padding-bottom: 10px;
        text-align: center;
    }

    .link {
        padding: 7px 10px;
    }


    .hero__main {
        flex-direction: column-reverse;
        justify-content: flex-end;
        min-height: 70px;
        height: auto;
        padding: 30px 0;
    }

    .hero__textos {
        width: 100%;
        text-align: center;
    }

    .mockup {
        width: 60%;
        margin-bottom: 20px;
    }

    .title {
        font-size: 30px;
    }

    .copy {
        font-size: 18px;
    }

    .subtitle {
        font-size: 35px;
        text-align: center;
        margin-left: 50px;
    }

    .copy__section {
        font-size: 20px;
        text-align: center;
        margin-left: 50px;
    }

    .services .card {
        width: 80%;
    }

    .container-bg {
        justify-content: space-evenly;
    }

    .card {
        margin-bottom: 40px;
        width: 65%;
    }

    .card__title {
        font-size: 35px;
    }

    .card__button {
        width: 100%;
    }

    .background {
        width: 65%;
        margin-bottom: 40px;
    }

    .background__copy {
        display: none;
    }

    .testimony__card {
        width: 65%;
    }

    .testimony__name {
        font-size: 20px;
    }

    .container--modifier {
        width: 80%;
    }

    .item__contact {
        width: 100%;
        padding: 30px 0;
    }
}

@media screen and (max-width:500px) {
    .mockup {
        width: 80%;
        margin-bottom: 15px;
    }

    .services .card {
        width: 95%;
    }

    .card {
        width: 95%;
    }

    .background {
        width: 95%;
    }

    .testimony__card {
        width: 95%;
    }

    .testimony__history {
        font-size: 20px;
    }

    .container--modifier {
        width: 90%;
    }

    .newsletter {
        width: 100%;
        display: none;
    }

    .newsletter--modifier {
        display: block;
    }

    .check__item {
        width: 100%;
        border: none;
        padding: none;
        justify-content: center;
    }

    .download__item {
        width: 49%;
    }

    .download__title {
        font-size: 16px;
    }

    .download__logo {
        font-size: 30px;
    }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float:hover {
    text-decoration: none;
    color: #25d366;
    background-color: #fff;
}

.my-float {
    margin-top: 16px;
}

