﻿/* VISTA DE ESCRITORIO */
body {
    background-image: url(../img/bg-shapes.svg);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Inter';
    margin: 0%;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
}

.shoortyApp {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.shoortyApp-hero {
    display: flex;
    align-items: center;
    font-size: 23px;
    color: #404968;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}

.display-4 {
    text-align: start;
    color: #404968;
}

.h1 {
    position: static;
    margin: 0;
    padding: 0%;
    border: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0.02em;
    color: #404968;
    opacity: 0.75;
}


.p {
    position: absolute;
    width: 417px;
    height: 72px;
    left: 127px;
    top: 460px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #7D89B0;
}

.shoortyApp-url-box {
    background: #FFFFFF;
    box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
    border-radius: 20px;
    padding: 0% 3% 0% 3%;
}

.box-buttonLink {
    display: flex;
    justify-content: space-around;
    margin-top: 10%;
}

.box-buttonLink-vertical-divider {
    border-left: 1.5px solid #DCDFEA;
}

.box-buttonLink:hover {
    color: black;
}

.box-createShortLink {
    display: flex;
    align-items: center;
    background-color: white;
    font-size: medium;
    color: #7D89B0;
    margin: 5px;
    border: none;
    padding: 8px;
    cursor: pointer;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

    .box-createShortLink span {
        margin-right: 0.5rem;
    }

        .box-createShortLink span svg path {
            stroke: #7D89B0;
        }

    .box-createShortLink:hover,
    .box-createShortLink:hover span svg path {
        color: black;
        stroke: black;
    }


.form-url-box-content {
    margin: 20% 0% 10%;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
}

.createUrlText {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    color: #5D6B98;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0.5rem;
}


#form-input-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #EFF1F5;
    border-radius: 30px;
}

    #form-input-container img {
        margin-left: 1rem;
    }

.form-input-link {
    background: #EFF1F5;
    border-style: hidden;
}

    .form-input-link:focus {
        outline: none;
    }

    .form-input-link::placeholder {
        padding: 2px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

.btn-create-shoorty-url {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 116px;
    height: 48px;
    background: #6A35FF;
    box-shadow: 0px 8px 14px -2px rgba(106, 53, 255, 0.5), 0px 2px 4px -2px rgba(106, 53, 255, 0.5);
    border-radius: 24px;
    flex: none;
    flex-grow: 0;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    border: 1px solid #6A35FF;
}

.logo-shorty {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 40% 0% 8% 0%;
}

.translate-mode-button {
    margin-top: -4%;
    margin-left: 13%;
    padding: 0%;
    border: none;
    background-color: #ffffff00;
}

#ico-tranlate {
    margin: 0;
    padding: 0;
    border: none;
    background-color: #ffffff00;
}

#ico-dark-mode {
    margin: 0% 2%;
    padding: 0;
    border: none;
    background-color: #ffffff00;
}

/* VISTA MOBILE VERTICAL */
@media only screen and (min-width: 280px) and (max-width: 768px) {


    .shoortyApp-hero {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: 100%;
        font-size: 14px;
        margin: 0%;
    }

    .shoortyApp-text-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        align-content: stretch;
        text-align: center;
    }

    .display-4 {
        text-align:center;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 38px;
        text-align: center;
        color: #404968;
        opacity: 0.75;
        margin: 0%;
    }

    h1 {
        text-align: center;
    }

    p {
        font-size: 0%;
    }

    .logo-shorty {
        margin: 20% 0% 8% 0%;
    }

    .translate-mode-button {
        display: flex;
        justify-content: center;
        margin-top: 0;
        margin-left: 0;
        border: none;
        background-color: rgba(255, 255, 255, 0);
    }
}

/* VISTA TABLET */


@media only screen and (min-width: 769px) and (max-width: 844px) {
    .shoortyApp-hero {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: 100%;
        font-size: 14px;
        margin: 0%;
    }

    .shoortyApp-text-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        align-content: stretch;
        text-align: center;
    }

    .display-4 {
        text-align: center;
    }

    h1 {
        text-align: center;
        margin: 0%;
    }

    p {
        font-size: 22px;
    }

    .translate-mode-button {
        display: flex;
        justify-content: center;
        margin-top: 0;
        margin-left: 0;
        border: none;
        background-color: white;
    }
}
