@media (min-width:736px) {




    body {
        align-items: center;
        background-color: #ffffff;
        margin: 0;
    }

    .sidebar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 2rem;
        padding-right: 2rem;
        position: fixed;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 70px;
        background-color: #bfffbd;
        z-index: 1000;
        transition: all 0.3s ease-in-out;
        color: #000;

    }

    a {
        color: #000000;
        text-decoration: none;
        list-style: none;
        display: flex;
        gap: 1rem;
    }

    .tituloinfovision {
        color: #000000;
        display: flex;
        min-width: 15rem;
        justify-content: space-between;
        align-items: center;
    }

    .img2 {
        padding-top: 15px;
        padding-right: 15px;
    }

    div img {
        border-radius: 2rem;

    }

    .div1 {
        display: flex;
        justify-content: space-between;
        padding-left: 15%;
        padding-right: 15%;
        gap: 2.5%;
        max-height: 250px;

    }

    .closebtn {
        color: #111;
    }

    .links {
        display: flex;
        gap: 1rem;
        color: #fff;
        text-decoration: none;
        list-style: none;
        display: flex;
        padding-right: 4rem;
    }

    .menu-icon {
        display: none;
    }

    .closebtn {
        display: none;
    }


    .img_index {
        width: 100vw;
        height: 60vh;
        object-fit: cover;
        filter: brightness(75%);
        margin-top: 4rem;

    }




    .img_top {
        background-image: url(img1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 80vh;
    }

    .logo-ifv {
        width: 50px;
        height: 50px;
        margin-right: 1rem;
    }

    .nossosdif {
        align-items: end;
        justify-content: space-between;
        text-align: center;

    }

    .teste {
        color: #fff;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding-left: 5%;
        padding-right: 5%;
    }

    .descdif1 {
        display: flex;
        justify-content: space-between;
        max-width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }

    .descdif {
        display: flex;
        flex: 1;
    }

    .diferenciais {
        display: flex;
        flex-direction: column;
    }

    .descdif div {
        flex: 1;
        border: 1px solid #000;
        text-align: center;
        padding: 20px;

    }



    .banner-container {
        width: 100%;
        max-width: 100%;
        height: 60vh;
        overflow: hidden;
        position: relative;
        margin-top: 80px;
    }

    .banner-slide {
        display: flex;
        width: 100%;
        height: 100%;
        transition: transform 1s ease-in-out;
    }

    .banner-slide img {
        width: 80%;
        height: 100%;
        object-fit: cover;
        flex-shrink: 0;
        margin-top: 0px;
        margin-left: 10%;
        margin-right: 10%;
    }

    .nocha {
        font-size: 300%;
        font-weight: bold;

    }

    .divnocha {
        text-align: center;
    }


    .container {
        height: 60%;
        max-width: 25%;
        margin-top: 60px;
        margin-left: 55%;
        background-color: #ffffff;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 8px 25px rgba(0, 100, 0, 0.1);
        text-align: center;
        min-width: 25%;
        transition: width 0.5s ease;
    }



    .inputdatas {
        max-width: 370px;
    }

    .subtitulo {
        color: #696969;
        margin-bottom: 25px;
        font-size: 1rem;
    }

    form label {
        text-align: left;
        display: block;
        margin-top: 15px;
        font-weight: bold;
        color: #333;
    }

    input {
        width: 93%;
        padding: 10px;
        margin-top: 5px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 1rem;
    }


    select {
        width: 100%;
        padding: 10px;
        margin-top: 5px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 1rem;
    }

    button {
        margin-top: 20px;
        background-color: #2e7d32;
        color: white;
        border: none;
        padding: 12px;
        width: 100%;
        font-size: 16px;
        border-radius: 6px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    button:hover {
        background-color: #1b5e20;
    }



    @keyframes fade {
        from {
            transform: translateY(10px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .btn-whatsapp {
        display: inline-block;
        margin-top: 20px;
        padding: 10px 16px;
        background-color: #2e7d32;
        color: white;
        text-decoration: none;
        border-radius: 6px;
        transition: background-color 0.3s ease;
    }

    .btn-whatsapp:hover {
        background-color: #000000;
    }

    .duvidas-link {
        display: inline;
        color: #9900cc;
        font-size: 0.95em;
        text-decoration: underline;
        background-color: transparent;
        padding: 0;
        border: none;
        cursor: pointer;
        transition: color 0.3s ease;
    }

    .duvidas-link:hover {
        color: #003366;
    }

    .rodape {
        background-color: #333;
        color: #fff;
        padding: 2rem 1rem;
        text-align: center;
        font-size: 14px;
        margin-top: 3rem;
    }

    .rodape a {
        color: #00ffcc;
        text-decoration: none;

    }

    .rodape a:hover {
        text-decoration: underline;
    }

    .container-rodape {
        text-align: center;
    }

    .conteudo-rodape {
        max-width: 800px;
        margin: 0 auto;
    }

    .mapa-container {
        margin: 2rem auto;
        max-width: 800px;
        text-align: center;
    }

    .mapa-container h2 {
        margin-bottom: 1rem;
        font-size: 24px;
    }













}










@media (max-width:735px) {

    body {
        font-family: "Lato", sans-serif;
        background-color: #ffffff;
        margin: 0%;
    }

    .menu-icon {
        font-size: 30px;
        cursor: pointer;
        position: fixed;
        top: 15px;
        left: 15px;
        z-index: 999;
        color: #000000;
    }

    .sidebar {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        z-index: 888;
    }

    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 15px;
        color: #ffffff;
        display: block;
        transition: 0.3s;
    }

    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    #main {
        transition: margin-left .5s;
        padding: 16px;
    }

    body h1 {
        text-align: center;
        margin-top: 3rem;
        color: #fff;
    }

    .teste {
        color: #fff;
    }

    .logo-ifv {
        display: none;
    }

    .img_top {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        max-height: 80vh;
        object-fit: cover;
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .descdif {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .descdif div h2 {
        margin-bottom: 5px;
    }

    .descdif div {
        padding-top: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }

    .descdif div.visible {
        opacity: 1;
        transform: translateY(0);
    }

    .descdif div p {
        margin-top: 0px;
        max-width: 15rem;
    }

    .container {
        height: 70%;
        max-width: 80%;
        margin-top: 0%;

        background-color: #ffffff;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 8px 25px rgba(0, 100, 0, 0.1);
        text-align: center;
        min-width: 80%;
        transition: width 0.5s ease;
    }

    .img_index {
        width: 100vw;
        height: 65%;
        object-fit: cover;
        filter: brightness(75%);
        margin-top: 4rem;
        min-height: 65%;

    }

    .nocha {
        font-size: 100%;
        font-weight: bold;

    }

    .divnocha {
        text-align: center;
        width: 50px;
    }


    .mapa-container {
        margin: 2rem auto;
        max-width: 90%;
        text-align: center;
        max-height: 505;
    }

    .mapa-container h2 {
        margin-bottom: 1rem;
        font-size: 24px;
    }

    .banner-container {
        width: 100%;
        max-width: 100%;
        min-height: 60%;
        overflow: hidden;
        position: relative;
        margin-top: 80px;
    }

    .banner-slide {
        display: flex;
        width: 100%;
        height: 100%;
        transition: transform 1s ease-in-out;
    }

    .banner-slide img {
        width: 80%;
        height: 50vh;
        object-fit: cover;
        flex-shrink: 0;
        margin-top: 0px;
        margin-left: 10%;
        margin-right: 10%;
        object-position: center;
    }


    .container h1 {
        color: #000;
        min-height: 0%;
        font-size: 140%;

    }

    iframe {
        width: 90%;

    }

    .subtitulo {
        color: #696969;
        margin-bottom: 25px;
        font-size: 1rem;
    }

    form label {
        text-align: left;
        display: block;
        margin-top: 15px;
        font-weight: bold;
        color: #333;
    }


    input {
        width: 93%;
        padding: 10px;
        margin-top: 5px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 1rem;
    }

    select {
        width: 100%;
        padding: 10px;
        margin-top: 5px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 1rem;
    }

    button {
        margin-top: 20px;
        background-color: #2e7d32;
        color: white;
        border: none;
        padding: 12px;
        width: 100%;
        font-size: 16px;
        border-radius: 6px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    button:hover {
        background-color: #1b5e20;
    }

    .nocha {
        font-size: 300%;
        font-weight: bold;

    }

    .divnocha {
        text-align: center;
        min-width: 100%;
        align-items: center;
    }

    .banner-slide img {
        border-radius: 2rem;
    }

    .rodape {
        background-color: #333;
        color: #fff;
        padding: 2rem 1rem;
        text-align: center;
        font-size: 14px;
        margin-top: 3rem;
    }

    .rodape a {
        color: #00ffcc;
        text-decoration: none;

    }

    .rodape a:hover {
        text-decoration: underline;
    }

    .container-rodape {
        text-align: center;
    }

    .conteudo-rodape {
        max-width: 800px;
        margin: 0 auto;
    }


}
