/* PPMori font */
@font-face {
    font-family: "PPMori";
    src: url("../fonts/PPMori-Regular.woff") format("woff"),
        url("../fonts/PPMori-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* OhnoFatface font */
@font-face {
    font-family: "OhnoFatface";
    src: url("../fonts/Ohno-Fatface.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OhnoFatfaceNarrow";
    src: url("../fonts/Ohno-Fatface-Narrow.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "PPMori", Helvetica, Arial, sans-serif;
    color: black;
    background: #feefe8;
}

h1 {
    color: black;
    text-transform: uppercase;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    font-size: 2.5em;
    padding-bottom: -1%;
    font-family: "OhnoFatface", Helvetica, Arial, sans-serif;
}

p {
    color: black;
    font-size: 1.2em;
    line-height: 1.6em;
    letter-spacing: 0.025em;
}

img {
    max-width: 100%;
}

.special-title {
    color: #ffffff;
    line-height: 1em;
    letter-spacing: 0em;
    transform: scaleY(1.2);
}

.highlighted {
    background-color: #ffffff;
    padding-left: 2%;
    padding-top: 2.5%;
    padding-bottom: 1%;
    padding-right: 2%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    max-width: 100vw;
}

.container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}

.banner-col-info-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.banner-col-info {
    margin-top: 30px;
}

.banner-col-img-container {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.banner-navbar {
    position: absolute;
    z-index: 2;
    width: 70%;
}

.banner-img {
    position: relative;
}

.banner-logo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav-links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.nav-link {
    color: #000032 !important;
    font-size: 1.2em !important;
    font-weight: bold;
    letter-spacing: 0.025em;
}

.nav-link:hover {
    color: white !important;
}

.nav-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer .nav-link,
.white-link {
    color: white !important;
    font-size: 1.2em !important;
    letter-spacing: 0.025em;
    font-weight: bold;
}

.footer .nav-link:hover,
.white-link:hover {
    color: #000032 !important;
}

.footer .nav-link {
    text-align: start;
    margin-bottom: 2%;
}

.main-text {
    color: black;
    font-size: 1.5em;
    margin-top: 5%;
    margin-bottom: 5%;
    font-weight: bold;
    line-height: 1.1em;
}

.sub-text {
    color: black;
    font-size: 1.25em;
    line-height: 1.5em;
}

/* Get products */
.products {
    background: linear-gradient(180deg, #ff7f40 50%, #feefe8 50%);
}

.product-card {
    background-color: #ffffff;
    border-radius: 35px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 5%;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 7%;
    min-height: 300px;
}

.product-card img {
    margin-top: -100px;
    height: 40;
}

/* How it works */
.how-works h1,
.how-works .sub-text,
.allies h1,
.allies .sub-text,
.about-more h1,
.about-more .sub-text,
.contact-us h1,
.contact-us .sub-text {
    text-align: center;
    margin-bottom: 3%;
    line-height: 1.5em;
}

.how-works-card {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ffffff;
    border-radius: 10px;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 4%;
    margin-bottom: 5%;
    cursor: pointer;
    font-size: 1.2em;
}

.how-works-card:hover {
    border: 1px solid #5939b6;
    color: #5939b6;
    background-color: rgba(89, 57, 182, 0.15);
}

.how-works-card-selected {
    border: 1px solid #5939b6;
    color: #5939b6;
    background-color: rgba(89, 57, 182, 0.15);
    font-weight: 600;
}

.how-works-img img {
    max-width: 95%;
}

/* Para pantallas donde el ancho es mayor que el alto, max-height del alto */
@media only screen and (min-aspect-ratio: 1/1) {
    .how-works-img img {
        max-height: 60vh;
        max-width: none;
    }
}

.differences .fa-check {
    /* Circulo verde, color blanco */
    color: #ffffff;
    background-color: #7fc89e;
    border-radius: 50%;
    font-size: 1.5em;
    padding: 0.5%;
    margin-right: 3%;
}

.differences h1 {
    margin-bottom: 3%;
    text-align: center;
}

.differences img {
    width: 80%;
}

/* Allies */

.allies-card {
    height: 70px;
    width: 25%;
}

.allies-card-side {
    height: 70px;
    width: 12.5%;
}

.allies-card-center {
    height: 70px;
    width: 23%;
}

.allies-pill {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ffffff;
    border-radius: 35px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4% 10%;
    width: 100%;
    height: 75px;
}

.allies-pill-right {
    border-radius: 35px 0px 0px 35px;
}

.allies-pill-left {
    border-radius: 0px 35px 35px 0px;
}

.allies-pill img {
    max-width: 100%;
}

/* Contact us */
.submit {
    background-color: #ff7f40;
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
}

.fieldWrapper {
    margin-bottom: 20px;
    width: 100%;
}

.fieldWrapper label {
    display: block;
    font-weight: bold;
}

.fieldWrapper input,
.fieldWrapper select,
.fieldWrapper textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #5939b6;
    background-color: transparent;
    border-radius: 10px;
}

.social-media img {
    width: 50px;
    height: 50px;
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 4%;
}

.badges {
    margin-top: 10%;
}

.badges img {
    height: 70px;
}

/* Para pantallas menores que 576px */
@media (max-width: 576px) {
    h1 {
        font-size: 1.7em;
    }

    .main-text {
        font-size: 1.2em;
    }

    .sub-text {
        font-size: 1em;
    }

    .product-card {
        width: 100%;
        margin-bottom: 100px;
    }

    .web {
        display: none;
    }

    .mobile {
        display: block;
    }

    .product-card img {
        margin-top: -120px;
        width: 70%;
    }

    .how-works-card {
        margin-left: 0;
        margin-right: 0;
        color: #5939b6;
        font-size: 1.1em;
        text-align: center;
    }

    .img-fluid {
        margin-bottom: 3%;
        width: 100%;
    }

    .blue-block {
        background-color: #000032;
        height: 10vh;
    }

    .social-media {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        padding-top: 5%;
    }

    .allies-card {
        height: 50px;
        width: 50%;
    }

    .allies-card-side {
        height: 50px;
        width: 25%;
    }

    .allies-card-center {
        height: 60px;
        width: 45%;
    }

    .footer .nav-link {
        /* Text center */
        text-align: center;
    }

    .products,
    .how-works,
    .differences,
    .allies,
    .about-more,
    .contact-us {
        padding-bottom: 10% !important;
        padding-top: 10% !important;
    }

    .how-works img {
        margin-bottom: 15%;
    }

    .nav-link .white-link {
        color: #000032 !important;
        font-size: 1.2em !important;
        font-weight: 700 !important;
        letter-spacing: 0.025em;
    }

    .differences h1 {
        text-align: center;
    }
}

/* Para pantallas mayores que 576px */
@media (min-width: 576px) {
    .banner-col-info {
        width: 288px;
        padding-left: 0;
        padding-right: 0;
    }

    h1 {
        font-size: 2em;
    }

    .main-text {
        font-size: 1.1em;
    }

    .banner-logo {
        margin-bottom: 20%;
    }

    .nav-link {
        font-size: 1em !important;
    }

    .banner-navbar {
        width: 100%;
    }

    .nav-link-exception {
        color: white !important;
    }

    .nav-link-exception:hover {
        color: #000032 !important;
    }

    .web {
        display: block;
    }

    .mobile {
        display: none;
    }
}

/* Para pantallas mayores que 768px */
@media (min-width: 768px) {
    .banner-col-info {
        width: 430px;
        padding-left: 0;
        padding-right: 0;
    }

    h1 {
        font-size: 2.1em;
    }

    .main-text {
        font-size: 1.2em;
    }

    .nav-link {
        font-size: 1.05em !important;
    }

    .banner-navbar {
        width: 97%;
    }

    .nav-link-exception {
        color: white !important;
    }

    .nav-link-exception:hover {
        color: #000032 !important;
    }
}

/* Para pantallas mayores que 992px */
@media (min-width: 992px) {
    .banner-col-info {
        width: 410px;
        padding-left: 0;
        padding-right: 0;
    }

    h1 {
        font-size: 2.2em;
    }

    .main-text {
        font-size: 1.4em;
    }

    .banner-navbar {
        width: 95%;
    }

    .nav-link-exception {
        color: white !important;
    }

    .nav-link-exception:hover {
        color: #000032 !important;
    }
}

/* Para pantallas mayores que 1200px */
@media (min-width: 1200px) {
    .banner-col-info {
        width: 500px;
        padding-left: 0;
        padding-right: 0;
    }

    h1 {
        font-size: 2.3em;
    }

    .main-text {
        font-size: 1.5em;
    }

    .banner-navbar {
        width: 90%;
    }

    .banner-navbar {
        width: 90%;
    }

    .nav-link-exception {
        color: white !important;
    }

    .nav-link-exception:hover {
        color: #000032 !important;
    }
}

/* Para pantallas mayores que 1400px */
@media (min-width: 1400px) {
    .banner-col-info {
        width: 560px;
        padding-left: 0;
        padding-right: 0;
    }

    h1 {
        font-size: 2.5em;
    }

    .main-text {
        font-size: 1.7em;
    }

    .banner-logo {
        margin-bottom: 25%;
    }

    .banner-navbar {
        width: 70%;
    }

    .nav-link-exception {
        color: #000032 !important;
    }

    .nav-link-exception:hover {
        color: white !important;
    }
}