@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width: 1300px)
{
    .Home-Center {
        width: 1100px;
        padding-top: 116px;
    }

    body {
        font-size: 24px;
        line-height: 24px;
    }

    
    .Home-Logo {
        width: 360px;
        height: 100px;
        margin-bottom: 51px;
        background-size: 100%;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 34px;
        line-height: 34px;
    }

    .Home-Content {
        width: 400px;
    }

    .Home-TxtProximamente {
        width: 400px;
        height: 52px;
        background-size: 100%;
    }

    .Home-Txt {
        max-width: 290px;
    }
}


@media only screen and (max-width: 1120px)
{
    .Home-Center {
        width: 900px;
    }

    .Home-Form {
        width: 364px;
        padding: 40px 40px;
        background-size: 100% 100% !important ;
    }
}

@media only screen and (max-width: 920px)
{
    body {
        font-size: 20px;
        line-height: 20px;
    }

    .Home-Center {
        width: 670px;
    }

    .Home-Txt {
        max-width: 230px;
    }

    .Home-Logo {
        width: 260px;
        height: 72px;
    }

    .Home-Content {
        width: 300px;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 25px;
        line-height: 25px;
    }

    .Home-TxtProximamente {
        width: 300px;
        height: 42px;
    }


    input, textarea {
        height: 45px;
        font-size: 15px;
        line-height: 15px;
    }

    div.fancy-select div.trigger {
        height: 44px;
        font-size: 15px;
        line-height: 15px;
        padding-top: 13px;
    }

    div.fancy-select div.trigger:after {
        top: 18px;
    }

    .Home-Form {
        width: 314px;
        padding: 40px 30px;
    }

    .Home-Btn {
        padding: 12px 0px;
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 680px)
{
    body {
        font-size: 24px;
        line-height: 24px;
    }

    .Home-Center {
        width: 92%;
        padding-top: 50px;
    }

    .Home-Content {
        display: block !important;
        width: 306px;
        margin: 0px auto;
    }

    .Home-Logo {
        width: 273px;
        height: 78px;
        margin-bottom: 31px;
        background-size: 100%;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 26px;
        line-height: 26px;
    }

    .Home-TxtProximamente {
        width: 300px;
        height: 33px;
        background-size: 100%;
    }
    
    .Home-Form {
        width: 100%;
        float: none;
        padding: 40px 30px;
        margin-top: 50px;
        margin-bottom: 50px;
        background-size: 100% 100% !important;
    }
    
    input, textarea {
        width: 100%;
        height: 40px;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 12px;
    }

    .Home-TxtForm {
        font-size: 24px;
        line-height: 24px;
    }

    .Home-Btn {
        padding: 10px 0px;
        font-size: 18px;
        line-height: 18px;
    }

    div.fancy-select div.trigger {
        height: 40px;
        font: 14px 'montserratregular';
        padding-top: 11px;
    }

    div.fancy-select div.trigger:after {
        top: 15px;
    }
}

@media only screen and (max-width: 500px)
{
    body {
        font-size: 20px;
        line-height: 20px;
    }

    .Home-Logo {
        width: 230px;
        height: 65px;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 24px;
        line-height: 24px;
    }

    .Home-Txt {
        max-width: 230px;
    }

    .Home-TxtProximamente {
        width: 270px;
        height: 32px;
    }
}

@media only screen and (max-width: 350px)
{
    body {
        font-size: 18px;
        line-height: 18px;
    }

    .Home-Content {
        width: 285px;
    }

    .Home-Logo {
        width: 210px;
        height: 60px;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 21px;
        line-height: 21px;
    }

    .Home-TxtProximamente {
        width: 250px;
        height: 30px;
    }
}
