* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.row {
    width: 100%;
    margin: 0 !important;
    padding: 0 3%;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
    float: left;
    padding: 20px;
}

.contato p {
    margin-top: 30%;
}

.no-padding {
    padding: 0;
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .logo {
        width: auto;
        height: 73px;
    }

    .envelope-login > div {
        width: 45% !important;
    }

    .col-s-1 {
        width: 8.33%;
    }

    .col-s-2 {
        width: 16.66%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-s-4 {
        width: 33.33%;
    }

    .col-s-5 {
        width: 41.66%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-s-7 {
        width: 58.33%;
    }

    .col-s-8 {
        width: 66.66%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-10 {
        width: 83.33%;
    }

    .col-s-11 {
        width: 91.66%;
    }

    .col-s-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    /* For desktop: */
    .contato p {
        margin-left: 23%;
        margin-top: 30%
    }

    .logo {
        height: 60px;
        width: auto;
    }

    .banner {
        height: 250px;
        z-index: 1;
        margin-top: -50px;
    }

    .nav-principal {
        display: block;
        z-index: 2;
        position: relative;
    }

    .nav-principal a {
        font-size: 12px;
    }

    .menu-mobile {
        display: none;
    }

    .nav-principal ul {
        display: flex;
    }

    .nav-principal a:hover {
        border-bottom: 5px solid #fff;
    }

    .img-left {
        width: 50%;
        float: left;
        padding: 25px 25px 15px 0;
    }

    .no-padding {
        padding: 0 !important;
    }

    .envelope-login > div {
        width: 25% !important;
    }

    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 1366px) {
    .row {
        padding: 0 13%;
    }

    .nav-principal a {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1600px) {
    body {
        font-size: 17px;
    }
}

textarea:focus, input:focus, select:focus {
    outline: 0 !important;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Poppins:300,400,500');
