/* Fuentes */

@font-face {
    font-family: 'MADE TOMMY';
    src: url('../font/SHOW2BE_TIPO-MADE Tommy Soft Light.otf');
    font-weight: 300;
}

@font-face {
    font-family: 'MADE TOMMY';
    src: url('../font/SHOW2BE_TIPO-MADE Tommy Soft Light.otf');
    font-weight: 400;
}

@font-face {
    font-family: 'MADE TOMMY';
    src: url('../font/SHOW2BE_TIPO-MADE Tommy Soft Medium.otf');
    font-weight: 500;
}

@font-face {
    font-family: 'MADE TOMMY';
    src: url('../font/SHOW2BE_TIPO-MADE Tommy Soft Bold.otf');
    font-weight: 700;
}

@font-face {
    font-family: 'MADE TOMMY';
    src: url('../font/SHOW2BE_TIPO-MADE Tommy Soft Bold.otf');
    font-weight: 800;
}

@font-face {
    font-family: 'MADE TOMMY BODER';
    src: url('../font/MADE TOMMY Bold Outline_PERSONAL USE.otf');
    font-weight: 700;
}

/* Principal */

body {
    margin: 0;
    font-family: 'MADE TOMMY', serif;
    scroll-behavior: smooth;
    background: #FBF8FC;
    overflow-x: hidden;
}


/* Footer */

footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 50px;
    margin: auto;
    background: #201023;
    color: white;
}

.footer-info {
    display: flex;
    max-width: 1500px;
    width: 100%;
    margin: auto;
}

.footer-info > div {
    width: 50%;
}

.footer-info > div:first-of-type {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-info > div:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

.footer-info h1 {
    color: #F5EDF7;
    font-size: 72px;
    font-weight: 500;
    line-height: 72px;
    margin: 0;
}

.footer-info > div:first-of-type p {
    color: #F5EDF7;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    max-width: 430px;
    margin: 0;
}

.footer-info > div:last-of-type p {
    color: #F5EDF7;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    max-width: 250px;
}

.footer-info label {
    color: #C53D90;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
}

.footer-logos {
    display: flex;
    gap: 25px;
    width: 100%;
    max-width: 250px;
    align-items: center;
}

.footer-logos > img {
    width: 50px;
    height: 50px;
}

.footer-banner {
    display: flex;
    max-width: 1500px;
    width: 100%;
    margin: 100px auto 0 auto;
    border-top: solid 1px #F5EDF7;
    padding-top: 50px;
}

.footer-banner a {
    color: #F5EDF7;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    margin-right: 40px;
    text-decoration: none;
}

.footer-banner a:hover {
    text-decoration: underline;
}

.footer-banner img {
    margin-left: auto;
}

.footer-info-whatsapp {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #F5EDF7;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    text-decoration: none;
}

.footer-info-whatsapp:hover {
    text-decoration: underline;
}

.footer-info-whatsapp img {
    height: 26px;
}

.button-footer:hover {
    background-color: #C53D90;
}

@media (max-width: 1500px) {
    .footer-info h1 {
        font-size: 52px;
    }

    .footer-info > div:first-of-type p {
        font-size: 20px;
        line-height: 28px;
    }

    .footer-info label {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .footer-info {
        flex-direction: column;
    }

    .footer-info-whatsapp img {
        height: 60px;
    }

    .footer-banner {
        flex-direction: column-reverse;
    }

    .footer-banner img {
        margin-left: 0;
        margin-bottom: 40px;
    }

    footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 100px 20px;
        margin: auto;
        background: #201023;
        color: white;
    }
}

/* Protección de Datos */

.proteccion-datos {
    max-width: 1500px;
    flex-direction: column;
    display: flex;
    gap: 5px;
    justify-content: center;
    padding: 80px 50px;
    margin: auto;
    color: #F5EDF7;
}

.proteccion-datos h1 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 80px;
}

.proteccion-datos h2 {
    font-size: 24px;
    margin-bottom: 0;
}

.proteccion-datos p, .proteccion-datos li {
    font-size: 20px;
}

.proteccion-datos a {
    color: #C53D90;
}
