body, html {
    overflow-x: hidden;
}
body {
	font-family: "Poppins", sans-serif !important;
}


.hero-home {
    height: 530px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.titulo-1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 47.9375px;
    line-height: 58px;
    letter-spacing: 0.01em;
    color: #191D23;
}


.btn-2 {
    font-style: normal;
    font-weight: 700;
    font-size: 14.3911px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #123C59;
    background: #00B3E2;
    border-radius: 26.9833px;
    padding: 15px 30px;
    display: inline-block;
    border: 1px solid #00B3E2;
    transition: all 0.3s ease; /* <- Suaviza a transição */
}
.btn-2:hover {
    background: transparent;
    color: #191D23;
    border: 1px solid #191D23;
}

.btn-1 {
    font-style: normal;
    font-weight: 700;
    font-size: 14.3911px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #123C59;
    border-radius: 26.9833px;
    padding: 15px 30px;
    display: inline-block;
	border: 1px solid #123C59;
	transition: all 0.3s ease; /* <- Suaviza a transição */
}
.btn-1:hover {
    background: transparent;
    color: #191D23;
    border: 1px solid #191D23;
}

.clientes-home {
    background-color: #E4E4E4;
    padding-bottom: 20px;
    padding-top: 20px;
}

.unidades-home {
    padding-bottom: 60px;
    padding-top: 60px;
}

.titulo-2 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 47px;
	color: #1A1A1A;
}

.texto-link {
    border: none;
    background-color: transparent;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.texto-link:hover {
    color: #00B3E2;
}

.owl-unidades {
    list-style: none;
}

/*
.owl-unidades .owl-item {
    display: none;
}
.owl-unidades .owl-item.active {
    display: block;
}
*/

.owl-unidades .owl-stage {
    display: flex;
	flex-wrap: nowrap;
    white-space: nowrap;
}	

.owl-unidades.owl-theme .owl-nav [class*=owl-] {
    color: #123C59;
    font-size: 20px;
    margin: 0px;
    width: 46px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 46px;
    line-height: 15px;
    border-radius: 50%;
}

.owl-unidades button.owl-prev {
    left: -10px;
}

.owl-unidades button.owl-next {
    right: -40px;
}

.owl-unidades button.owl-next, .owl-unidades button.owl-prev {
    position: absolute;
    bottom: -10px;
}

.bloco_ub {
    height: 220px;
	min-height: 220px;
    display: flex;
	flex-direction: column;
	justify-content: end;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: cover;
    position: relative;
    padding: 10px;
}

.bloco_ub::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
	z-index: 1;
}

.bloco_ub h3 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	color: #FFFFFF;
    width: 90%;
	z-index: 2;
}

.bloco_ub:hover div {
  display: flex;
}

.bloco_ub div {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00B3E2;
    border-radius: 10px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bloco_ub div b {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

.bloco_ub div span {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #EAEAEA;
}

.sobre-home {
	background-color: #fbfbfb;
	padding-top: 60px;
	padding-bottom: 60px;
}

.texto-1 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #323232;
}

.big-number {
    background-color: #123C59;
    width: 100%;
    padding: 40px;
    display: flex;
    flex-direction: row;
    gap: 20px;
	align-items: center;
	justify-content: space-between;
}

.big-number b {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 36.6757px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	margin-bottom: 8px;
}

.big-number span {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	margin-bottom: 8px;
}

.box-info {
	background-color: #00B3E2;
    width: 60%;
    padding: 50px 20px 20px 20px;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0;
}

.box-info h3 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 33.3403px;
	line-height: 92%;
	color: #123C59;
}

.box-info p {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-size: 15.5084px;
	line-height: 121%;
	color: #123C59;
}

.caixa-flutua {
	position: relative;
	height: 580px;
}

.flutua-info-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.flutua-info-2 {
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 20px;
    border: solid 20px #fff;
    background-color: #fff;
	box-shadow: 0px 3px 32px rgba(0, 0, 0, 0.04);
}

.faixa-cinza {
    background-color: #fbfbfb;
    height: 60px;
    margin-top: 60px;
}

.solucoes-home {
    background-position: top;
    background-repeat: repeat-x;
    background-size: auto;
    padding-top: 60px;
	background-color: #fbfbfb;
}

.card-solucao {
    background-color: #fff;
    display: block;
    height: 360px;
    width: 100%;
    padding: 15px;
    box-shadow: 0px 2.05744px 21.9461px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
}

.card-solucao img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 5px;
	margin-bottom: 20px;
}

.card-solucao h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16.4596px;
    line-height: 25px;
    color: #000000;
}



.owl-solucoes.owl-theme .owl-nav [class*=owl-] {
    color: #123C59;
    font-size: 20px;
    margin: 0px;
    width: 46px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 46px;
    line-height: 15px;
    border-radius: 50%;
	border: 1px solid #123C59;
}

.owl-solucoes button.owl-prev {
    left: -70px;
}

.owl-solucoes button.owl-next {
    right: -70px;
}

.owl-solucoes button.owl-next, .owl-solucoes button.owl-prev {
    position: absolute;
    bottom: 150px;
}

.box-info-grande {
    background-color: #00B3E2;
    padding: 10px 10px 10px 40px;
    border-radius: 26px;
	margin-bottom: -200px;
}

.box-info-grande h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 47.6341px;
    line-height: 57px;
    color: #FFFFFF;
}

.box-info-grande img {
    width: 100%;
    height: 370px;
    border-radius: 22px;
    object-fit: cover;
}

#footer {
    background-color: #123C59;
    padding-top: 300px;
}

.destaque-f {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: #FFFFFF;
    opacity: 0.9;
    display: block;
}

.destaque-f2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    color: #FAFAFA;
	display: block;
}

.redes {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    list-style: none;
}

.redes a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #00B3E2;
    color: #fff;
}

.footer-p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11.6667px;
    line-height: 17px;
    color: #FAFAFA;
}

.footer-p a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11.6667px;
    line-height: 17px;
    color: #FAFAFA;
	text-decoration: underline;
}

hr {
    color: #fff;
    margin: 1rem 0;
    opacity: 0.5;
}

.footmenu li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11.6667px;
    line-height: 100%;
    color: #FFFFFF;
}

.footmenu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
	gap: 15px;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
    text-decoration: underline;
}


.news {
    display: flex;
	gap: 0px;
}

.news input {
    border: none;
    height: 45px;
    padding: 10px;
    border-radius: 6px 0px 0px 6px;
	flex-grow: 100;
}


.news button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 13.3333px;
    line-height: 23px;
    color: #FAFAFA;
    border: none;
    background-color: #00B3E2;
    height: 45px;
    border-radius: 0px 6px 6px 0px;
    flex-shrink: 0;
	padding: 0px 20px;
}

#header {
    position: absolute;
    width: 100%;
	z-index: 999;
}

.principal li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
}

.principal li {
    padding: 0px 20px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #123C59;
    text-decoration: none;
}

.nav-link:focus, .nav-link:hover {
    color: #123C59;
    text-decoration: none;
}

.p-md-auto {
	padding-left: calc(var(--bs-gutter-x) * .5) !important;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
}

.owl-logos img {
    /*filter: grayscale(1);*/
    /*height: 70px;*/
    object-fit: contain;
}

.footmenu li a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}


/* Abre dropdown principal no hover */
#menu-principal > li.dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Abre submenus no hover */
#menu-principal .dropdown-menu > li.dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 100%; /* abre submenu para direita */
  margin-top: 0;
  margin-left: 0.1rem;
  z-index: 1050;
  position: absolute;
}

/* Força posição correta para submenus dropend */
#menu-principal .dropdown.dropend > .dropdown-menu {
  top: 0;
  left: 100%;
}

/* Esconde dropdowns por padrão (Bootstrap já faz, mas garante) */
#menu-principal .dropdown-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;
  position: absolute;
}

/* Estiliza links dropdown-toggle para mostrar cursor pointer */
#menu-principal li.dropdown > a.dropdown-toggle {
  cursor: pointer;
}


.dropend .dropdown-toggle:after, .dropdown-toggle:after {
    position: absolute;
    right: 10px;
}

@media (max-width: 767px) {
	
.news input {
    flex-grow: 0;
	width: 100%;
}	
	
#menu-principal .dropdown-menu {
    position: relative;
}
#menu-principal .dropdown-menu > li.dropdown:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0.1rem;
    z-index: 1050;
    position: relative;
}	
	
.principal li a {
    text-align: left;
    color: #000000;
    white-space: break-spaces;
}	
	
.p-0 {
    padding: 0 !important;
}	

	
.principal {
    background-color: #fbfbfb;
    padding: 20px;
    border-radius: 10px;
}

.navbar-toggler {
    background-color: transparent;
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}
	
.hero-home {
    height: 550px;
}	
	
.titulo-1 {
    font-size: 35px;
    line-height: 45px;
}	
	
.titulo-2 {
    font-size: 30px;
    line-height: 36px;
}	
	
.bloco_ub {
    height: 220px !important;
}
	
.owl-unidades button.owl-next {
    right: -10px;
}
	
.owl-unidades.owl-theme .owl-nav [class*=owl-] {
    background: #fff;
}
	
.sobre-home {
    padding-top: 00px;
}
	
.big-number {
    background-color: #123C59;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}	
	
.big-number b {
    font-size: 30px;
	flex-shrink: 0;
}	
	
.big-number span {
    font-size: 16px;
}
	
.flutua-info-2 {
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 100px;
    border: solid 20px #fff;
    background-color: #fff;
    box-shadow: 0px 3px 32px rgba(0, 0, 0, 0.04);
    width: 80%;
}	
	
.box-info {
    background-color: #00B3E2;
    width: 90%;
    padding: 50px 20px 20px 20px;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0;
}	
	
.owl-solucoes .item {
	padding: 0px 50px;
}	
	
.owl-solucoes button.owl-prev {
    left: 0px;
}
.owl-solucoes button.owl-next {
    right: 0px;
}
	
.box-info-grande h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    color: #FFFFFF;
}	
	
.box-info-grande {
    padding: 20px;
    margin: 0px;
    margin-bottom: -200px;
}	
	
.redes {
    justify-content: center;
}	
	
	
	
	
	
}


