/*** Spinner Start ***/
body {
    font-family: 'Roboto', sans-serif !important;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.8s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

body {
    font-family: Arial, sans-serif !important;
}

/*** Spinner End ***/

/* Custom styles for <input type="date"> on iOS with Bootstrap 5 */
.form-control[type="date"] {
    -webkit-appearance: none;  /* Remove iOS default styling */
    display: block;
    width: 100%;               /* Full width */
    padding: 0.375rem 0.75rem; /* Bootstrap padding */
    font-size: 1rem;           /* Bootstrap font size */
    font-weight: 400;          /* Bootstrap font weight */
    line-height: 1.5;          /* Bootstrap line height */
    color: #212529;            /* Bootstrap text color */
    background-color: #fff;    /* Bootstrap background color */
    background-clip: padding-box;
    border: 1px solid #ced4da; /* Bootstrap border */
    border-radius: 0.25rem;    /* Bootstrap border radius */
    -webkit-text-fill-color: currentColor; /* Force text color on iOS */
}

/* To further align with iOS style, hiding the inner spin button and other not commonly used pseudo-elements */
.form-control[type="date"]::-webkit-inner-spin-button,
.form-control[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

.form-control[type="date"]::-webkit-clear-button {
    display: none;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.btn {
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.5s;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-dark);
}

.btn.btn-primary:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-secondary {
    box-shadow: inset 0 0 0 0 var(--bs-dark);
}

.btn.btn-secondary:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-dark {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-dark:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-primary);
    color: var(--bs-dark) !important;
}

/*** Topbar Start ***/

.search-btn {
    position: relative;
    width: 100%;
    padding: 0 0 0 25px;
}

.search-btn .form-group {
    width: 100%;
}

.search-btn button {
    position: absolute;
    right: 25px;
}

@media (max-width: 992px) {
    .search-btn {
        display: none;
    }
}

@media (max-width: 768px) {
    .topbar {
        flex-direction: column;
    }
    .btnp {
        margin-top: 3%;
    }
    .search-btn {
        display: none;
    }
    .topbar-info {
        flex-direction: column;
    }
    .topbar-info a {
        padding: 0 0 10px 0;
    }
    .topbar-icon {
        padding: 0 0 10px 0;
    }
}

@media (max-width: 576px) {
    .topbar-top {
        display: none;
    }
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 15px;
    color: var(--bs-white);
    font-weight: 500;
    font-size: 16px;
    outline: none;
    transition: 0.5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
    transition: 0.5s;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: 0.5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover,
.dropdown .dropdown-menu a.active {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
}

.navbar-toggler {
    color: #fff !important;
    padding: 20px 12px;
}

/*** Navbar End ***/

/*** Carousel Start ***/
.custom-bg-blue {
    background-color: #586a85; /* ou qualquer outra tonalidade de azul desejada */
}

.carousel-caption h1 {
    font-size: 40px; /* Tamanho da fonte para os tÃ­tulos */
    line-height: 1.2; /* Altura da linha */
    margin-bottom: 1rem; /* EspaÃ§amento inferior */
}

.carousel-container {
    height: 100vh; /* Define a altura do contÃªiner pai do carrossel como 100% da altura da tela */
}

.carousel-item {
    height: 100vh; /* Define a altura do carrossel como 100% da altura da tela */
}

/* .carousel-item img {
  object-fit: cover;
} */

.carousel-caption {
    height: 80%; /* Define a altura da legenda do carrossel como 100% */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centraliza verticalmente o conteÃºdo */
}

.carousel-item {
    position: relative;
}

/* .carousel-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #586a85b2;
} */

.bgcar::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #586a85b2;
}

.bgcar1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #ffffffb0;
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-primary);
    border-radius: 0 30px 30px 0;
    transition: 0.5s;
    opacity: 1;
}

.carousel-control-next {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--bs-primary);
    border-radius: 30px 0 0 30px;
    transition: 0.5s;
    opacity: 1;
}

#carouselId .carousel-indicators li,
#carouselId .carousel-indicators li {
    width: 24px;
    height: 24px;
    background: var(--bs-dark);
    border: 2px solid var(--bs-primary);
    border-radius: 24px;
    margin: 0 10px 30px 10px;
}

#carouselId .carousel-indicators li.active {
    background: var(--bs-primary) !important;
}

@media (max-width: 768px) {
    .carousel-item {
        width: 100%;
        height: 80vh;
    }

    .carousel-caption h1 {
        font-size: 30px; /* Tamanho da fonte para os tÃ­tulos */
        line-height: 1.2; /* Altura da linha */
        margin-bottom: 1rem; /* EspaÃ§amento inferior */
    }

    .carousel-item img {
        height: 400px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}

/* .page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/carousel-2.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 6rem;
} */

/*** Carousel End ***/

/*** About Start ***/

.about-img {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 30px 30px 30px;
    overflow: hidden;
}

.about-img::before {
    content: '';
    width: 100%;
    height: 40%;
    background: var(--bs-dark);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
}

.about-img::after {
    content: '';
    width: 100%;
    height: 60%;
    background: var(--bs-primary);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
}

.rotate-left {
    width: 150px;
    height: 100px;
    position: absolute;
    top: 28%;
    left: -10%;
    rotate: 25deg;
    z-index: 2;
}

.rotate-right {
    width: 150px;
    height: 100px;
    position: absolute;
    top: 28%;
    right: -10%;
    rotate: -25deg;
    z-index: 2;
}

.about-img img {
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.experiences {
    width: 160px;
    height: 200px;
    position: absolute;
    top: -0;
    right: 0;
    padding: 35px 35px;
    text-align: center;
    border-radius: 10px;
    z-index: 3;
    animation: mymove 5s infinite;
    animation-timing-function: ease-in-out;
}

@keyframes mymove {
    from {
        top: -202px;
    }
    to {
        top: 102%;
    }
}

/*** About End ***/

/*** Services Start ***/
.services-inner-icon {
    width: 130px;
    height: 130px;
    background: var(--bs-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    position: relative;
}

/* .services-inner-icon::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 62px;
  top: 50%;
  left: 50%;
  transition: 0.5s;
}

.services-item:hover .services-inner-icon::after {
  width: 100%;
  height: 100%;
  margin-top: -50%;
  margin-left: -50%;
  background: var(--bs-primary);
  color: var(--bs-dark);
} */

.services-item i {
    text-align: center;
    transition: 0.5s;
}

.services-item:hover i {
    color: var(--bs-dark) !important;
    z-index: 1;
    rotate: 360deg;
}

.services-item {
    height: 500px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.services-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*** Services Start ***/

/*** Project Start ***/
.project-item {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 30px 30px 30px;
    overflow: hidden;
}

.project-item::before {
    content: '';
    width: 100%;
    height: 40%;
    background: var(--bs-dark);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
}

.project-item::after {
    content: '';
    width: 100%;
    height: 60%;
    background: var(--bs-primary);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
}

.project-left {
    width: 180px;
    height: 70px;
    position: absolute;
    top: 22%;
    left: -18%;
    rotate: 30deg;
    z-index: 2;
}

.project-right {
    width: 180px;
    height: 70px;
    position: absolute;
    top: 22%;
    right: -18%;
    rotate: -30deg;
    z-index: 2;
}

.project-item img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-item a {
    position: absolute;
    padding: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0) rotate(-360deg);
    border-radius: 10px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.project-item:hover a {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
    background: var(--bs-primary);
    color: var(--bs-dark) !important;
    opacity: 1;
}

/*** prohect Start ***/

/*** Blog Start ***/

.blog-carousel {
    width: 100%;
    height: 100%;
    position: relative;
}

.blog-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 80px;
    height: 50px;
    background: var(--bs-primary);
    top: -51px;
    left: 0;
    border: 0;
    border-radius: 10px 30px 30px 10px;
}

.blog-carousel .owl-nav .owl-prev {
    box-shadow: inset 0 0 0 0 var(--bs-dark);
    transition: 0.5s;
}

.blog-carousel .owl-nav .owl-prev:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-dark);
    color: var(--bs-primary) !important;
}

.blog-carousel .owl-prev,
.blog-carousel .owl-next {
    color: var(--bs-dark);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-carousel .owl-nav .owl-next {
    position: absolute;
    width: 80px;
    height: 50px;
    background: var(--bs-primary);
    top: -51px;
    right: 0;
    border-radius: 30px 10px 10px 30px;
}

.blog-carousel .owl-nav .owl-next {
    box-shadow: inset 0 0 0 0 #000000;
    transition: 0.5s;
}

.blog-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 200px 0 0 0 #000000;
    color: var(--bs-primary) !important;
}

/*** Blog End ***/

/*** Pricing Start ***/
.pricing-item {
    transition: 0.5s;
}

.pricing-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    margin: -20px 0 20px 0;
}

.pricing-label {
    border-bottom: 20px solid var(--bs-light);
    border-radius: 0 0 300px 300px;
    transition: 0.5s;
}

.pricing-item:hover .pricing-label {
    border-color: rgba(0, 0, 0, 0.5);
}

.pricing-item:hover .pricing-label.pricing-featured {
    border-color: rgba(255, 255, 255, 0.5);
}

/*** Pricing End ***/

/*** Call To Action start ***/

.call-to-action {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

/*** Call To Action End ***/

/*** Team Start ***/
.team-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.team-item .team-icon {
    position: absolute;
    top: 15px;
    right: -80px;
    rotate: -30deg;
    transition: 0.5s;
    visibility: hidden;
}

.team-item:hover .team-icon {
    visibility: visible;
    margin-right: 95px;
    rotate: 0deg;
}

.team-item .team-icon .btn {
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
}

.team-item .team-content {
    box-shadow: inset 0 0 0 0 var(--bs-dark);
    transition: 1s;
}

.team-item:hover .team-content {
    box-shadow: inset 550px 0 0 0 var(--bs-dark);
    color: var(--bs-primary) !important;
}
/*** Team End ***/

/*** testimonial Start ***/
.testimonial-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--bs-light);
    z-index: 1;
}

.testimonial-content::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50px;
    bottom: -15px;
    rotate: 45deg;
    z-index: -5;
    background: var(--bs-light);
}

.testimonial-carousel {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 40px;
    background: var(--bs-primary);
    color: var(--bs-dark);
    font-size: 22px;
    top: 14%;
    left: 0px;
    border-radius: 30px 0 0 30px;
    box-shadow: inset 0 0 0 0 var(--bs-dark);
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-dark);
    color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
    border-radius: 0 30px 30px 0;
}

.testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-dark);
    color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-secondary);
    border-radius: 15px;
    transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

/*** testimonial End ***/

/*** Contact Start ***/
.contact-link a i,
.contact-link a h5,
.contact-link a.h5 {
    transition: 0.5s;
}

.contact-link a i:hover,
.contact-link a h5:hover,
.contact-link a.h5:hover {
    color: var(--bs-primary) !important;
}

/*** Contact End ***/

/*** Footer Start ***/
.footer {
    background: rgba(58, 74, 102, 255);
    color: rgba(255, 255, 255, 0.7);
}

.footer-item,
.footer-item a {
    color: rgba(255, 255, 255, 0.7);
    text-transform: none;
}

/*** Footer End ***/

/*** Copywright Start ***/

.copyright .copyright-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright .copyright-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*** Copywright End ***/

/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text {
        padding-left: calc(((100% - 960px) / 2) + 0.75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text {
        padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text {
        padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
    }
}

.bg-vantagens {
    background: rgba(58, 74, 102, 255);
}
.bg-image {
    background-image: url('../img/maobg.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
}
.bg-contato {
    background: rgba(255, 255, 255, 0.671);
    border-radius: 30px;
}

.bg-contato1 {
    background: rgba(139, 139, 139, 0.671);
    border-radius: 20px;
}

.contact .php-email-form {
    margin-top: 2%;
    width: 100%;
    padding: 30px;
    background: rgba(255, 255, 255, 0.671);
    border-radius: 30px;
    margin-bottom: 20px;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .form-group {
    margin-bottom: 2px;
}

.font-form {
    font-size: 14px; /* Defina o tamanho da fonte desejado */
}
.btn-style {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Estilo para hover e focus */
.btn-style:hover,
.btn-style:focus {
    background-image: linear-gradient(45deg, #333, #666);
    color: #fff;
}

/* Estilo para animaÃ§Ã£o do gradiente */
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.btn-style:hover,
.btn-style:focus {
    animation: gradientAnimation 50s infinite alternate;
}

/* Estilo para o estado de foco */
.btn-style:focus {
    outline: none;
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.3); /* Adiciona uma borda ao redor do botÃ£o quando focado */
}

svg {
    width: 2.25em;
    transform-origin: center;
    animation: rotate4 2s linear infinite;
}

circle {
    fill: none;
    stroke: hsl(0, 0%, 100%);
    stroke-width: 2;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: dash4 1.5s ease-in-out infinite;
}

@keyframes rotate4 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash4 {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dashoffset: -125px;
    }
}

.img-icon {
    width: 40%;
}

.bg-mapa {
    position: relative;
    background: linear-gradient(to right, #3a4a66cb, #3a4a66c0),
    url('../img/edit\ 2.jpg') center no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.text-justify {
    text-align: justify;
}

.bg-form {
    background: rgb(187, 187, 187) !important;
}

.blog {
    height: 30vh !important;
}

.bg-area {
    background: linear-gradient(
        rgba(255, 255, 255, 0.473),
        rgba(255, 255, 255, 0.637)
    ),
    url(../img/bgcliente.jpg) center center no-repeat;
    background-size: cover;
    height: 50vh;
}

.cpf-input {
    max-width: 750px; /* Defina a largura mÃ¡xima desejada */
    font-size: 30px; /* Ajuste o tamanho do texto conforme necessÃ¡rio */
}

.bg-service1 {
    background: linear-gradient(rgba(18, 27, 53, 0.767), rgba(26, 43, 80, 0.815)),
    url(../img/edit/2.jpg) center center no-repeat;
    background-size: cover;
    height: 100%;
}

.bg-service2 {
    background: linear-gradient(
        rgba(255, 255, 255, 0.651),
        rgba(255, 255, 255, 0.507)
    ),
    url(../img/guincho.jpg) bottom center no-repeat;
    background-size: cover;
    height: 100%;
}

.bg-service3 {
    background: linear-gradient(rgba(18, 27, 53, 0.719), rgba(26, 43, 80, 0.815)),
    url(../img/prancha.jpg) center center no-repeat;
    background-size: cover;
    height: 100%;
}

.bg-service4 {
    background: linear-gradient(
        rgba(255, 255, 255, 0.685),
        rgba(255, 255, 255, 0.678)
    ),
    url(../img/armazenagem.jpg) center center no-repeat;
    background-size: cover;
    height: 100%;
}

.services {
    background-color: #f8f9fa; /* Cor de fundo para visualizaÃ§Ã£o */
}

.services .row {
    justify-content: center;
}

.services .col {
    text-align: center;
    max-height: 70vh; /* Definindo a altura mÃ¡xima */
    overflow: hidden; /* Esconde o conteÃºdo extra que nÃ£o cabe na altura mÃ¡xima */
}

.services img {
    max-width: 100%; /* Garante que a imagem nÃ£o ultrapasse a largura da coluna */
    max-height: 50%; /* Definindo a altura mÃ¡xima da imagem */
    margin-bottom: 1rem; /* EspaÃ§amento inferior para separar as imagens */
}

.serv {
    background-color: #f8f9fa; /* Cor de fundo para visualizaÃ§Ã£o */
}

.bgform {
    background: #d1d1d1;
}

.borda-superior-inferior {
    border-bottom: 2px solid #000; /* Define a borda inferior */
    padding: 20px; /* Adiciona algum espaÃ§o interno para melhor visualizaÃ§Ã£o */
}

.borda-superior {
    border-top: 2px solid #000; /* Define a borda inferior */
    padding-bottom: 20px; /* Adiciona algum espaÃ§o interno para melhor visualizaÃ§Ã£o */
}

.textfont {
    font-size: 20px;
}
