@font-face {
    font-family: 'Don José';
    src: url('../fonts/DonJose_Black.woff');
}
@import url('https://fonts.googleapis.com/css?family=Nunito');
*
{
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #404040;
}

html {
    scroll-behavior: smooth;
}

.default-bg
{
    background-color: #F5F5F5;
}

.light-bg
{
    background-color: #FFF;
}

.light-beige-bg
{
    background-color: #FCF5E6;
}

.blue-bg {
    background-color: #154193;
}

.light-blue-bg {
    background-color: #2488D5;
}

.vacations-container
{
    width: 100%;
    background-color: #FF6252;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.vacations-text
{
    text-align: center;
    font-size: 16px;
}

.navbar-distance
{
    padding-top: 6rem;
}

.title
{
    font-family: 'Don José';
    font-size: 72px;
    line-height: 80px;
    color: #154193;
}

.sub-title
{
    font-weight: 500;
}

.label
{
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #404040;
}

.form-input
{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 13px 12px;
    background-color: #FFFFFF;
    color: #154193;
    font-weight: 600;
    letter-spacing: 0.2px;
    border: 2px solid #154193;
    border-radius: 8px;
}

.form-textarea
{
    width: 100%;
    padding: 13px 12px;
    background-color: #FFFFFF;
    color: #154193;
    font-weight: 600;
    letter-spacing: 0.2px;
    border: 2px solid #154193;
    border-radius: 8px;
}

::placeholder
{
    color: rgba(21, 65, 147, 0.5) ;
    font-weight: 600;
}

.button
{
    padding: 10px;
    background-color: #FFBE06;
    color: #154193;
    font-weight: bold;
    border: 2px solid #FFBE06;
    border-radius: 8px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.7);
}

.button:hover
{
    background-color: #FFF;
    border: 2px solid #154193;
    outline: 1px solid #154193 !important;
    box-shadow: 1px 1px 1px #FFBE06;
}

.button:focus
{
    background-color: #FFF;
    color: #FFBE06;
    border: 2px solid #FFBE06;
    outline: 1px solid #FFBE06 !important;
    box-shadow: 1px 1px 1px #FFBE06;
}

.button-2
{
    max-width: 174.750px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    color: #154193;
    font-weight: bold;
    border: 2px solid #154193;
    border-radius: 8px;
}

.button-2:hover
{
    background-color: #154193;
    color: #FDF9F5;
}

.button-2:focus
{
    background-color: #FFBE06;
    color: #FDF9F5;
    border: 1px solid #FFBE06;
    border-radius: 8px;
    outline: 1px solid #FFBE06 !important;
    box-shadow: 1px 1px 1px #FFBE06;
}

.anchor {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-decoration: underline #154193;
    color: #154193;
}

.anchor:active {
    text-decoration: underline #FDF9F5;
    color: #FDF9F5;
}

.anchor:visited {
    text-decoration: underline #FFBE06;
    color: #FFBE06;
}

hr {
    height: 2px !important;
}

.wpp-button
{
    position: fixed;
    width: 62px;
    height: 62px;
    bottom: 2rem;
    right: 2rem;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2bb741;
    border-radius: 50%;
    z-index: 100;
}

.wpp-icon
{
    width: 32px;
    height: 32px;
}

@media (min-width: 1279px)
{
    *
    {
        font-size: 14px;
        line-height: 24px;
    }

    .title
    {
        font-size: 48px;
        line-height: 72px;
    }

    .sub-title
    {
        font-size: 16px;
        line-height: 28px;
    }

    .welcome-title
    {
        font-size: 16px;
        line-height: 28px;
    }

    .label
    {
        font-size: 12px;
        line-height: 16px;
    }

    .form-input
    {
        max-height: 42px;
        font-size: 16px;
        line-height: 24px;
        padding: 0.5rem 12px !important;
    }

    .form-textarea
    {
        font-size: 14px;
        line-height: 24px;
        padding-top: 10px !important;
    }

    ::placeholder
    {
        font-size: 16px;
        line-height: 24px;
    }

    .button
    {
        font-size: 18px;
        line-height: 25px;
    }

    .button:hover
    {
        font-size: 18px;
        line-height: 25px;
    }

    .button:focus
    {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (min-width: 1280px)
{
    *
    {
        font-size: 16px;
        line-height: 24px;
    }

    .title
    {
        font-size: 64px;
        line-height: 72px;
    }

    .sub-title
    {
        font-size: 20px;
        line-height: 28px;
    }

    .welcome-title
    {
        font-size: 20px;
        line-height: 28px;
    }

    .label
    {
        font-size: 14px;
        line-height: 16px;
    }

    .form-input
    {
        max-height: 48px;
        font-size: 16px;
        line-height: 24px;
    }

    .form-textarea
    {
        font-size: 16px;
        line-height: 24px;
    }

    ::placeholder
    {
        font-size: 16px;
    }

    .button
    {
        max-height: 50px;
        font-size: 20px;
        line-height: 27px;
    }

    .button:hover
    {
        max-height: 50px;
        font-size: 20px;
        line-height: 27px;
    }

    .button:focus
    {
        max-height: 50px;
        font-size: 20px;
        line-height: 27px;
    }
}

@media (min-width: 1500px)
{

    *
    {
        font-size: 18px;
        line-height: 24px;
    }

    .title
    {
        font-size: 72px;
        line-height: 80px;
    }

    .sub-title
    {
        font-size: 24px;
        line-height: 32px;
    }

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

    .form-input
    {
        max-height: 56px;
        font-size: 18px;
        line-height: 24px;
    }

    .form-input
    {
        font-size: 18px;
        line-height: 24px;
    }

    ::placeholder
    {
        font-size: 18px;
    }

    .button
    {
        max-height: 58px;
        font-size: 22px;
        line-height: 30px;
    }

    .button:hover
    {
        max-height: 58px;
        font-size: 22px;
        line-height: 30px;
    }

    .button:focus
    {
        max-height: 58px;
        font-size: 22px;
        line-height: 30px;
    }

    .input-icon > img
    {
        width: 20px;
        height: 22px;
    }
}
