html,
body {
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    overflow-x: hidden;
}

p,
h2,
h3,
h4,
h5,
h6,
a,
li,
div {
    font-family: 'Montserrat', sans-serif !important;
    cursor: default;
}

main {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

body {
    min-height: 100vh;
}

.container-fluid {
    width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

h1.text-center {
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto;
    padding: 25px 0;
    box-shadow: none;
    border-radius: 0;
    color: rgb(6, 8, 42);
    font-weight: 300;
    font-size: 3rem;
}

.navbar {
    padding: 10px 0;
}

.navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 1.5rem;
}

.navbar-brand h1 {
    margin-bottom: 0;
}

.imp {
    -webkit-box-shadow: 0px 0px 20px 1px rgba(6, 8, 42, 0.5);
    box-shadow: 0px 0px 20px 1px rgba(6, 8, 42, 0.5);
}

.shad{
    -webkit-box-shadow: 0px 0px 20px 1px rgb(6, 8, 42); 
    box-shadow: 0px 0px 20px 1px rgb(6, 8, 42);
}

.btn-lg-square{
    margin-bottom: 35px;
}

.container h1 {
    color: rgb(6, 8, 42);
    font-weight: 300;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 3rem;
    width: fit-content;
    margin: 0 auto;
    padding: 25px 40px;
    -webkit-box-shadow: 0px 0px 6px 1px #d0d0d0;
    box-shadow: 0px 0px 6px 1px #d0d0d0;
    border-radius: 8px;
}

.nav-bar {
    box-shadow: 0 8px 16px -8px rgb(67, 67, 67);
    background-color: rgb(6, 8, 42);
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    color: white;
}

.logo:hover {
    color: rgb(168, 168, 168);
}


#whatsapp-button {
    padding: 0;
    position: fixed;
    bottom: 8%;
    right: 8%;
    border: none;
    cursor: pointer;
    z-index: 9999;
    width: 90px;
    background-color: transparent;
}

.nav-item {
    color: rgb(255, 255, 255);
    border-left: rgb(6, 8, 42) solid 2px;
    border-right: rgb(6, 8, 42) solid 2px;
    border-radius: 0px 15px 0px 15px;
    margin-left: 1em;
    margin-right: 1em;
    font-size: 1.1rem;
    cursor: pointer;
}

.dropdown-item {
    cursor: pointer;
}

.dropdown-item:hover {
    border-left: white solid 2px;
    border-right: white solid 2px;
    border-radius: 0px 15px 0px 15px;
}

.active {
    border-left: white solid 2px;
    border-right: white solid 2px;
    border-radius: 0px 15px 0px 15px;
}

.nav-item:hover {
    color: white;
    border-left: white solid 2px;
    border-right: white solid 2px;
    border-radius: 0px 15px 0px 15px;
}

.mapouter {
    margin-top: 20px;
    position: relative;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 300;
    width: 200;
}

.col-lg-4 {
    padding: 0 !important;

}

.fade-in {
    opacity: 0;
    transition: opacity 2s ease;
}

.fade-in.visible {
    opacity: 1;
}

.content .row {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.position-relative {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu {
    top: 85% !important;
    background-color: rgb(6, 8, 42);
    color: white;
}

@media (max-width: 1320px) {
    .dropdown-item {
        padding-left: 30px !important;
    }
}

@media (max-width: 1036px) {
    h1.text-center {
        font-size: 2.5rem;
    }
}

@media (max-width: 990px) {
    .footer .row {

        display: flex;
        align-items: center;
        justify-content: center;

    }

    .col-lg-4 {
        margin-bottom: 20px;

    }
}



@media (max-width: 860px) {
    h1.text-center {
        font-size: 2rem;
    }

    .navbar-brand h1 {
        font-size: 3.2rem !important;
    }

    .navbar-brand img {
        height: 48px;
    }

    .nav-item,
    .dropdown-item {
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {
    .col-lg-4 {
        margin-bottom: 45px;

    }

    p {
        font-size: 1.2rem;
    }
}


@media (max-width: 700px) {
    h1.text-center {
        font-size: 1.7rem;
    }

    p {
        font-size: 1rem;
    }

    div.cont {
        width: 90vw !important;
        max-width: 90vw !important;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0;
        overflow: visible;
    }

    div.cont img {
        height: auto !important;
        display: block;
        margin: 0 10px;
        box-shadow: 0px 0px 9px 2px rgba(6, 8, 42, 0.5);
    }
}

@media (max-width: 600px) {
    h1.text-center {
        padding: 10px 30px;
    }

    div.cont {
        width: 90% !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    div.cont {
        width: 90% !important;
        height: 200px !important;
    }
}

@media (max-width: 400px) {
    h1.text-center {
        font-size: 1.5rem;
    }
}