@media (max-width: 575.98px) {
    /* Off-Canvas - Contato */
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #FFFFFF;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 30px;
        -webkit-box-shadow: 12px -1px 24px 7px rgba(71, 71, 71, 0.46);
        box-shadow: 12px -1px 24px 7px rgba(71, 71, 71, 0.46);
    }
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
        float: right;
    }
    .sidenav a:hover {
        color: #f1f1f1;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    #main {
        transition: margin-left .5s;
        padding: 16px;
    }
    @media screen and (max-height: 575.98) {
        .sidenav {
            padding-top: 15px;
        }
        .sidenav a {
            font-size: 18px;
        }
    }
    .box-form-contact {
        padding: 10% 5%;
    }
    .text-ckeckbox-contact {
        font-size: 18px;
        font-family: Exo-Regular;
        margin-left: 10px;
    }
    .button-close {
        margin-top: 60px !important;
        font-size: 30px !important;
        text-decoration: none !important;
    }
    .title-form-contact {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }
    .buttom-send-form-contact {
        background: #FF9100;
        font-family: Exo-Regular;
        color: #FFFFFF;
        width: 100%;
        padding: 10px;
        font-size: 18px;
        border: none;
        margin-top: 20px;
    }
    .text-form-contact {
        margin-top: 10px;
        font-family: Exo-Regular;
        font-size: 18px;
        width: 100%;
    }
    .input-contact {
        border: 1px solid #FF9100;
        width: 100%;
        margin-bottom: 10px;
        color: #4c4c4c;
        padding: 5px;
    }
    /* checkbox contact */
    /* The switch - the box around the slider */
    .switch {
        font-size: 10px;
        position: relative;
        display: inline-block;
        width: 3.4em;
        height: 1.4em;
    }
    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    /* The slider */
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: .4s;
        border-radius: 30px;
    }
    .slider:before {
        position: absolute;
        content: "";
        height: 1.4em;
        width: 1.4em;
        border-radius: 20px;
        left: 0.3em;
        bottom: 0.3em;
        background-color: white;
        transition: .4s;
    }
    input:checked+.slider {
        background-color: #FF9100;
    }
    input:focus+.slider {
        box-shadow: 0 0 1px #FF9100;
    }
    input:checked+.slider:before {
        transform: translateX(1.5em);
    }
    /*end checkbox contact*/
    /* end Off-Canvas - Contato */
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* Off-Canvas - Contato */
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #FFFFFF;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 30px;
        -webkit-box-shadow: 12px -1px 24px 7px rgba(71, 71, 71, 0.46);
        box-shadow: 12px -1px 24px 7px rgba(71, 71, 71, 0.46);
    }
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
        float: right;
    }
    .sidenav a:hover {
        color: #f1f1f1;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    #main {
        transition: margin-left .5s;
        padding: 16px;
    }
    @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }
        .sidenav a {
            font-size: 18px;
        }
    }
    .box-form-contact {
        padding: 10% 5%;
    }
    .text-ckeckbox-contact {
        font-size: 18px;
        font-family: Exo-Regular;
        margin-left: 10px;
    }
    .button-close {
        margin-top: 45px !important;
        font-size: 50px !important;
        text-decoration: none !important;
    }
    .title-form-contact {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }
    .buttom-send-form-contact {
        background: #FF9100;
        font-family: Exo-Regular;
        color: #FFFFFF;
        width: 100%;
        padding: 10px;
        font-size: 18px;
        border: none;
        margin-top: 20px;
    }
    .text-form-contact {
        margin-top: 10px;
        font-family: Exo-Regular;
        font-size: 18px;
        width: 100%;
    }
    .input-contact {
        border: 1px solid #FF9100;
        width: 100%;
        margin-bottom: 10px;
        color: #4c4c4c;
        padding: 5px;
    }
    /* checkbox contact */
    /* The switch - the box around the slider */
    .switch {
        font-size: 10px;
        position: relative;
        display: inline-block;
        width: 3.4em;
        height: 1.4em;
    }
    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    /* The slider */
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: .4s;
        border-radius: 30px;
    }
    .slider:before {
        position: absolute;
        content: "";
        height: 1.4em;
        width: 1.4em;
        border-radius: 20px;
        left: 0.3em;
        bottom: 0.3em;
        background-color: white;
        transition: .4s;
    }
    input:checked+.slider {
        background-color: #FF9100;
    }
    input:focus+.slider {
        box-shadow: 0 0 1px #FF9100;
    }
    input:checked+.slider:before {
        transform: translateX(1.5em);
    }
    /*end checkbox contact*/
    /* end Off-Canvas - Contato */
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* Off-Canvas - Contato */
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #FFFFFF;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 30px;
        -webkit-box-shadow: 12px -1px 24px 7px rgba(71, 71, 71, 0.46);
        box-shadow: 12px -1px 24px 7px rgba(71, 71, 71, 0.46);
    }
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
        float: right;
    }
    .sidenav a:hover {
        color: #f1f1f1;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    #main {
        transition: margin-left .5s;
        padding: 16px;
    }
    @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }
        .sidenav a {
            font-size: 18px;
        }
    }
    .box-form-contact {
        padding: 10% 5%;
    }
    .text-ckeckbox-contact {
        font-size: 18px;
        font-family: Exo-Regular;
        margin-left: 10px;
    }
    .button-close {
        margin-top: 50px !important;
        font-size: 100px !important;
        text-decoration: none !important;
    }
    .title-form-contact {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }
    .buttom-send-form-contact {
        background: #FF9100;
        font-family: Exo-Regular;
        color: #FFFFFF;
        width: 100%;
        padding: 10px;
        font-size: 18px;
        border: none;
        margin-top: 20px;
    }
    .text-form-contact {
        margin-top: 10px;
        font-family: Exo-Regular;
        font-size: 18px;
        width: 100%;
    }
    .input-contact {
        border: 1px solid #FF9100;
        width: 100%;
        margin-bottom: 10px;
        color: #4c4c4c;
        padding: 5px;
    }
    /* checkbox contact */
    /* The switch - the box around the slider */
    .switch {
        font-size: 10px;
        position: relative;
        display: inline-block;
        width: 3.4em;
        height: 1.4em;
    }
    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    /* The slider */
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: .4s;
        border-radius: 30px;
    }
    .slider:before {
        position: absolute;
        content: "";
        height: 1.4em;
        width: 1.4em;
        border-radius: 20px;
        left: 0.3em;
        bottom: 0.3em;
        background-color: white;
        transition: .4s;
    }
    input:checked+.slider {
        background-color: #FF9100;
    }
    input:focus+.slider {
        box-shadow: 0 0 1px #FF9100;
    }
    input:checked+.slider:before {
        transform: translateX(1.5em);
    }
    /*end checkbox contact*/
    /* end Off-Canvas - Contato */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Off-Canvas - Contato */
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #FFFFFF;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 30px;
        -webkit-box-shadow: 12px -1px 24px 7px rgba(71, 71, 71, 0.46);
        box-shadow: 12px -1px 24px 7px rgba(71, 71, 71, 0.46);
    }
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
        float: right;
    }
    .sidenav a:hover {
        color: #f1f1f1;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    #main {
        transition: margin-left .5s;
        padding: 16px;
    }
    @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }
        .sidenav a {
            font-size: 18px;
        }
    }
    .box-form-contact {
        padding: 10% 10%;
    }
    .text-ckeckbox-contact {
        font-size: 18px;
        font-family: Exo-Regular;
        margin-left: 10px;
    }
    .button-close {
        margin-top: 50px !important;
        font-size: 50px !important;
        text-decoration: none !important;
    }
    .title-form-contact {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }
    .buttom-send-form-contact {
        background: #FF9100;
        font-family: Exo-Regular;
        color: #FFFFFF;
        width: 100%;
        padding: 10px;
        font-size: 18px;
        border: none;
        margin-top: 20px;
    }
    .text-form-contact {
        margin-top: 10px;
        font-family: Exo-Regular;
        font-size: 18px;
        width: 100%;
    }
    .input-contact {
        border: 1px solid #FF9100;
        width: 100%;
        margin-bottom: 10px;
        color: #4c4c4c;
        padding: 5px;
    }
    /* checkbox contact */
    /* The switch - the box around the slider */
    .switch {
        font-size: 10px;
        position: relative;
        display: inline-block;
        width: 3.4em;
        height: 1.4em;
    }
    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    /* The slider */
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: .4s;
        border-radius: 30px;
    }
    .slider:before {
        position: absolute;
        content: "";
        height: 1.4em;
        width: 1.4em;
        border-radius: 20px;
        left: 0.3em;
        bottom: 0.3em;
        background-color: white;
        transition: .4s;
    }
    input:checked+.slider {
        background-color: #FF9100;
    }
    input:focus+.slider {
        box-shadow: 0 0 1px #FF9100;
    }
    input:checked+.slider:before {
        transform: translateX(1.5em);
    }
    /*end checkbox contact*/
    /* end Off-Canvas - Contato */
}

@media (min-width: 1200px) {
    /* Off-Canvas - Contato */
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #FFFFFF;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 30px;
        -webkit-box-shadow: 12px -1px 24px 7px rgba(71, 71, 71, 0.46);
        box-shadow: 12px -1px 24px 7px rgba(71, 71, 71, 0.46);
    }
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
        float: right;
    }
    .sidenav a:hover {
        color: #f1f1f1;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    #main {
        transition: margin-left .5s;
        padding: 16px;
    }
    @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }
        .sidenav a {
            font-size: 18px;
        }
    }
    .box-form-contact {
        padding: 10% 5%;
    }
    .text-ckeckbox-contact {
        font-size: 18px;
        font-family: Exo-Regular;
        margin-left: 10px;
    }
    .button-close {
        margin-top: 45px !important;
        font-size: 50px !important;
        text-decoration: none !important;
    }
    .title-form-contact {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }
    .buttom-send-form-contact {
        background: #FF9100;
        font-family: Exo-Regular;
        color: #FFFFFF;
        width: 100%;
        padding: 10px;
        font-size: 18px;
        border: none;
        margin-top: 20px;
    }
    .text-form-contact {
        margin-top: 10px;
        font-family: Exo-Regular;
        font-size: 18px;
        width: 100%;
    }
    .input-contact {
        border: 1px solid #FF9100;
        width: 100%;
        margin-bottom: 10px;
        color: #4c4c4c;
        padding: 5px;
    }
    /* checkbox contact */
    /* The switch - the box around the slider */
    .switch {
        font-size: 10px;
        position: relative;
        display: inline-block;
        width: 3.4em;
        height: 1.4em;
    }
    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    /* The slider */
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: .4s;
        border-radius: 30px;
    }
    .slider:before {
        position: absolute;
        content: "";
        height: 1.4em;
        width: 1.4em;
        border-radius: 20px;
        left: 0.3em;
        bottom: 0.3em;
        background-color: white;
        transition: .4s;
    }
    input:checked+.slider {
        background-color: #FF9100;
    }
    input:focus+.slider {
        box-shadow: 0 0 1px #FF9100;
    }
    input:checked+.slider:before {
        transform: translateX(1.5em);
    }
    /*end checkbox contact*/
    /* end Off-Canvas - Contato */
}