

header{
    height: 100vh;
}

body{
    background-color: white !important;
}

.logo-mobile{
    display: none !important;
}

nav{
    width: 100% !important;
    background-repeat: no-repeat;
    background-image: url("images/Nav.png");
    background-size: cover;
    background-position: bottom;
    height: 330px;
    background-color: transparent !important;

}

.logo{
    margin-left: 150px;
    width: 280px;
    height: 120px;
}


.nav-link{
    font-size: 20px;
    font-weight: bold;
    margin: 10px;
    color: #435054 !important;
}

.nav-container{
    margin-top: -150px;
}

.container-fluid-header{
    margin: auto;
    background-image: url("images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 0 !important;
}

.navbar-nav{
    margin-left: 20%;

}

.container-solucoes{
    padding: 100px;
    justify-content: space-around;
    background-color: white;
}

.card{
    width: 18rem;
}

.container-about{
    padding: 100px;
    margin: auto;
    background-color: #2596be;
}

.container-p-about{
    width: 750px !important;
    margin: auto;

}

.p-about{
    color: white;
    width: 700px;
    text-align: justify;
    font-size: large;
}

h3{
    margin: auto;
    color: white;
}


footer{
    background-color: #2596be;
    height: 200px;
}
.black{
    color: black;
}

.container-contato{
    justify-content: space-around;
    background-color: white;
    padding: 150px 0;
}

.container-endereco h4, .container-endereco p{
    margin: 20px 0;
}

.container-footer{
    max-width: 1200px !important;
    color: white;
}

.logo-footer{
    width: 70%;
}

.col{
    padding: 35px;
}

@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 

    .logo{
        width: 200px;
        height: 75px;
    }
    nav{
        height: 250px;
    }

    .nav-container{
        margin-top: -120px;
    }
}


@media (max-width:480px) {

    .container-fluid-header{
        background-position: -150px;
    }

    .navbar-brand{
        display: none;
    }

    .container-contato{
        flex-direction: column;
    }

    .container-p-about{
        margin: auto;
    
    }

    .container-solucoes{
        justify-content: space-around;
        flex-direction: column;
    }

    .p-about{
        color: white;
        width: 100%;
        text-align: justify;
    }

    .container-about{
        padding: 50px;
    }
    h3{
        padding-top: 0px;
        margin: 0;
        width: 300px;
    }
    iframe{
        width: 100%;
        height: 350px;
    }
    .container-p-about{
        width: 100% !important;
        margin: auto;
    
    }

    .container-contato{
        flex-direction: column;
        background-color: white;
        padding: 50px 0;
        text-align: center;
    }
    .container-contato h2{
        margin-bottom: 30px;
    }

    .card{
        width: 100%;
        margin: 10px 0;
    }
    .nav-link{
        font-size: 15px;
        font-weight: bold;
        margin: 0;
        color: black !important;
    }
    .nav-container{
        margin-top: 0px;
    }

    nav .nav-container{
        display: none !important;
    }

    .navbar{
        height: 200px;
    }

    /* button[aria-expanded="true"]{
        
    } */

    footer{
        height: auto;
    }

    .not-mobile{
        display: none !important;
    }

    .logo-footer{
        width: 50%;
        height: auto;
        object-fit: contain;
        align-content: center;
        margin: auto;
    }

    .row{
        flex-direction: column;
        margin: auto;
    }
    .col{
        display: flex;

        padding: 10px;
    }

    .logo-mobile{
        display: inline !important;
        margin: auto;
        margin-top: 5px;
        width: 70%;
        height: auto;
    }

}