@import url('../css/fonts.css');

/* RESPONSIVE QUERIES  */
@media only screen and (max-width: 575.98px) {
    #about {
        .f-10 {
            font-size: 0.8rem !important;
        }
    }

    #about, #units, #services, #customers {
        width: 100vw !important;
        height: fit-content !important;
    }

    #customers .pb-3 {
        padding-bottom: 3rem !important;
    }

    #home #searchInput, #results {
        width: 85vw !important;
        font-size: 16px !important;
    }
    
    #home .f-20 {
        font-size: 1.4rem !important;
    }

    #units .f-20 {
        font-size: 1.2rem !important;
    }

    #units .carousel-control-prev-icon i, .carousel-control-next-icon i {
        font-size: 30px !important;
    }

    #units .custom-button-white {
        padding: 15px !important;
    }
    #units .f-15 {
        font-size: 1rem !important;
    }

    .px-5, .pl-5, .pr-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .pr-5 {
        padding-right: 1rem !important;
    }

    .pl-5 {
        padding-left: 1rem !important;
    }

    .p-4, .p-5 {
        padding: 1rem !important;
    }

    .padding-mobile {
        padding: 2rem !important;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media only screen and (max-width: 767.98px) {
    #about {
        .f-10 {
            font-size: 0.8rem !important;
        }
    }

    #about, #units, #services, #customers {
        width: 100vw !important;
        height: fit-content !important;
    }

    #customers .pb-3 {
        padding-bottom: 3rem !important;
    }

    #home #searchInput, #results {
        width: 85vw !important;
        font-size: 16px !important;
    }
    
    #home .f-20 {
        font-size: 1.4rem !important;
    }

    #units .f-20 {
        font-size: 1.2rem !important;
    }

    #units .carousel-control-prev-icon i, .carousel-control-next-icon i {
        font-size: 30px !important;
    }

    #units .custom-button-white {
        padding: 15px !important;
    }

    #units .f-15 {
        font-size: 1rem !important;
    }

    .px-5, .pl-5, .pr-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .pr-5 {
        padding-right: 1rem !important;
    }

    .pl-5 {
        padding-left: 1rem !important;
    }

    .p-4, .p-5 {
        padding: 1rem !important;
    }

    .padding-mobile {
        padding: 2rem !important;
    }
}

/* Medium devices (tablets, less than 992px) */
@media only screen and (min-width: 991.98px) {
    .navbar-brand {
        padding-left: 5rem;
    }

    .navbar {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}

/* Large devices (desktops, less than 1200px) */
@media only screen and (min-width: 1199.98px) {
    .navbar-brand {
        padding-left: 5rem;
    }

    .navbar {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}

html {
  scroll-behavior: smooth;
}

#services a:focus, a:hover {
    color: #fff;
    outline: none !important;
    text-decoration: none !important;
}


body {
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
}

.bg-primary {
    background-color: #85addb !important;
}

.bg-secondary {
    background-color: #003974 !important;
}

.bg-tertiary {
    background-color: #839788 !important;
}

.border-bottom {
    border-bottom: 1px solid #839788 !important;
}

.br-bottom {
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
}

.f-primary {
    color: #85addb !important;
}

.f-secondary {
    color: #003974 !important;
}

.f-tertiary {
    color: #85addb !important;
}

.f-light-shade {
    color: #f4f5f8 !important;
}

.f-light-gray {
    color: gray;
}

.f-thin {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 100 !important;
}

.f-light {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 300 !important;
}

.f-regular {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 400 !important;
}

.f-bold {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 700 !important;
}

.f-black {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 900 !important;
}

.f-07 {
    font-size: 0.7rem;
}

.f-08 {
    font-size: 0.8rem;
}

.f-09 {
    font-size: 0.9rem !important;
}

.f-10 {
    font-size: 1rem !important;
}

.f-11 {
    font-size: 1.1rem !important;
}

.f-12 {
    font-size: 1.2rem !important;
}

.f-13 {
    font-size: 1.3rem !important;
}

.f-14 {
    font-size: 1.4rem !important;
}

.f-15 {
    font-size: 1.5rem !important;
}

.f-16 {
    font-size: 1.6rem !important;
}

.f-17 {
    font-size: 1.7rem !important;
}

.f-18 {
    font-size: 1.8rem !important;
}

.f-20 {
    font-size: 2rem;
}

.f-21 {
    font-size: 2.1rem !important;
}

.f-22 {
    font-size: 2.2rem !important;
}

.f-23 {
    font-size: 2.3rem !important;
}

.f-24 {
    font-size: 2.4rem !important;
}

.f-25 {
    font-size: 2.5rem !important;
}

.f-30 {
    font-size: 3rem !important;
}

.f-35 {
    font-size: 3.5rem !important;
}

.f-40 {
    font-size: 4rem !important;
}

.f-45 {
    font-size: 4.5rem !important;
}

.f-50 {
    font-size: 5rem !important;
}

.f-55 {
    font-size: 5.5rem !important;
}

.img-50 {
    width: 50%;
}

.img-60 {
    width: 60%;
}

.letter-spacing-default {
    letter-spacing: 4px !important;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.4) !important;
    border-bottom: 3px solid #85addb;
}

.nav-item {
    color: #85addb;
}

.nav-item:hover {
    border-bottom: 1px solid #85addb !important;
}

.nav-link {
    color: #FFF !important;
}

.no-padding {
    padding: 0;
}

.shadown {
    -webkit-box-shadow: 0px 0px 9px 1px rgba(204,204,204,0.7); 
    box-shadow: 0px 0px 9px 1px rgba(204,204,204,0.7);
}

#about, #customers, #units, #services {
    width: 100vw;
    height: fit-content;
    background-color: #003974 !important;
}

#about p { 
    text-align: justify;
    color: #FFF;
}

#about .pilares {
    background-color: #FFF;
    color: #003974;
    border-radius: 20px;
}

#about .locucao {
    min-height: 10rem;
}

#contact {
    width: 100vw;
    background-color: #FFF !important;
}

#contact input, textarea, select {
    width: 100% !important;
    padding: 14px;
    border-radius: 10px !important;
    border: 2px solid #003974 !important;
    background-color: transparent !important;
    font-size: 1rem !important;
    color: #003974 !important;
}

#contact input::placeholder, textarea::placeholder {
    color: #003974;
}

#contact .custom-button-blue {
    border-radius: 25px;
    background-color: #003974;
    color: #FFF;
    padding: 20px;
    min-width: 30% !important
}

#contact .min-height {
    min-height: 8rem;
}

#contact i {
    color: #003974;
}

#customers .carousel-indicators li {
    padding: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    margin: 0 5px;
    border: none;
    position: relative;
  }
  
#customers .carousel-indicators li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

#home {
    width: 100vw;
    height: 100vh;
    background-image: url("../images/foto-principal.webp");
    background-size: cover; 
    background-position: center;
    margin: 0;
    padding: 0;
    position: relative;
}

#home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); 
}

#home #div-central {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#home #results {
    padding: 20px;
    width: 40vw;
    border-radius: 10px;
    font-size: 20px;
    font-family: 'Quicksand';
    color: #003974;
}

#home #searchInput {
    padding: 20px;
    width: 40vw;
    border-radius: 10px;
    border: 1px solid #85addb;
    font-size: 20px;
    color: #003974;
    background-image: url("../assets/icons/search-solid-30x30.webp");
    background-repeat: no-repeat;
    background-position: right 20px center;
}

#services img {
    width: 40%;
}

#units, #services {
    /* width: 100vw; */
    /* height: 100vh; */
    background-color: #FFF !important;
}

.custom-button-blue {
    border-radius: 25px;
    background-color: #003974;
    color: #FFF;
    padding: 20px;
    min-width: 20%;
}

#units .custom-button-white {
    border-radius: 25px;
    background-color: #fff;
    color: #003974;
    padding: 20px;
}

#units .carousel-control-prev, .carousel-control-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0.5px solid #85addb;
    top: 50%;
    transform: translateY(-50%);
}

#units .carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
    width: 20px;
    height: 20px;
}

#units .row-carousel {
    border-radius: 20px;
}

#units i {
    color: #003974;
}

#units .carousel {
    position: relative;
}

#units .carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
    width: auto;
    height: auto;
}

#units .carousel-control-prev-icon i, .carousel-control-next-icon i {
    font-size: 50px;
    color: #003974;
}

#units .img-carousel {
    border-radius: 10%;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
