@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
  	font-family: "Outfit", sans-serif;
  	font-optical-sizing: auto;
  	font-style: normal;
  	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1{
	font-family: "Outfit", sans-serif;
	font-weight: 700;
}

body {
	background-color: #FFFFFF;
	min-height: 100vh;
	min-width: 100vw;
    overflow-x: hidden;
}

.header.scrolled {
	background: linear-gradient(to right,#007ED8,#01233C); /* Cor de fundo que aparece quando a navegação se solta do topo */
}

.header {
	position: fixed;
	top: 4px;
	width: 90%;
	padding: 1.3rem 10%;
	background: white;
	display: flex;
	justify-content: space-between;
	align-items: left;
	z-index: 100;
	transition: background-color 0.3s ease; 
	border-radius: 15px;
	height: 5rem;
	margin-left: 5%;
}

.logo {
    max-width: 150px;
    cursor: pointer;
}

.navbar {
	display: flex;
    flex-direction: row; /* Layout padrão em telas grandes */
	align-items: left;
}

.navbar .nav-link-index {
	font-size: 18px;
	line-height: 24px;
	font-style: normal;
	color: black;
	text-decoration: none;
	font-weight: 600;
	margin-top: -.5rem;
	margin-left: 2.5rem;
	transition: color 0.3s ease; /* Transição suave da cor da fonte */
}

.navbar .nav-link-icon {
	font-size: 18px;
	line-height: 24px;
	font-style: normal;
	color: black;
	text-decoration: none;
	font-weight: 600;
	margin-top: -1rem;
	margin-left: 2.5rem;
	transition: color 0.3s ease; /* Transição suave da cor da fonte */
}

/* Cor da fonte após o scroll */
.header.scrolled .navbar a {
    color: white; /* Cor da fonte após o scroll */ 
}

.header.scrolled .navbar .dropdown-item {
	color: black !important;
}


.header.scrolled .navbar .dropdown-item:hover{
	color: #007ED8 !important;
}


.navbar a:hover {
	color: #007ED8;
}

.icon {
	font-size: 2.8rem;
	color: black;
	cursor: pointer;
	display: none;
}

.numero{
	/* 3 */
	font-weight: 900;
	font-size: 250px;
	line-height: 200px;
	text-align: right;
	/* identical to box height, or 80% */

	background: linear-gradient(170.66deg, #0684DF 9.17%, #002138 100.37%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;

}

.menu-toggle {
	display: none;
}

.home{
	padding-top: 6rem;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Faz o vídeo cobrir toda a área */
    transform: translate(-50%, -50%);
    z-index: -1; /* Mantém o vídeo atrás do conteúdo */
}

.home-center {
    position: relative;
    min-height: 720px; /* Mantém a altura mínima */
    overflow: hidden;
}

.home-text{
	margin-top: 12rem;
	font-size: 64px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2; 
}

.text-blue-paleta{
	color: #007ED8 !important;
}

.btn-gradient{
	padding: 13px 30px;
	width: 100%;
	height: 100%;
	border: none;
	font-size: 16px;
	color: white;
	border-radius: 5px;
	background: linear-gradient(to right, #007ED8, #01233C); /* Duração e tipo da transição */
}

.btn-gradient:hover{
	background: #007ED8 !important;	
	color: white;

}

.btn-blue-outline{
	padding: 5px 10px;
	color: #007ED8;
	background-color: transparent;
	border: 1px solid #007ED8;
	border-color: #007ED8;
	font-size: 18px;
	border-radius: 50px;
	transition: background .3s ease-in-out;
	margin-bottom: 1rem;
}

.btn-blue-outline:hover{
	color: white;
	background-color: #007ED8;
}

.btn-blue{
	font-size: 20px;
	color: white;
	border-radius: 5px;
	padding: 0.5rem 2rem;
	background: #007ED8; /* Duração e tipo da transição */
}


.subtitle-texto{
	color: black; 
	font-size: 36px;
	font-weight: 600;
    text-align: left; /* Centralizar o texto horizontalmente */
    align-items: center;
}

.margin-elemento{
	padding-left: 15rem;
	padding-right: 15rem;
	padding-top: 5rem;
	padding-bottom: 5rem;
}


footer{
	width: 100%;
	color: white;
}

.footer-content{
	background-color: #01233C;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 10rem 3.5rem;
}

.footer-contacts{
	margin-bottom: 0.75rem;
}

.footer-social-media{
	display: flex;
	column-gap: 2rem;
	margin-top: 1.5rem;
}

.footer-social-media .footer-link{
	height: 2.5rem;
	width: 2.5rem;
	color: white;
}

.footer-social-media .footer-link i{
	font-size: 2rem !important;
}

.footer-list{
	margin-left: 5rem;
	display: flex;
	flex-direction: column;
	column-gap: 0.75rem;
	list-style: none;
}

.footer-list .footer-link{
	color: lightgray;
	transition: all 0.4s;
	font-size: 18px;
}

.footer-title{
	color: white;
	font-size: 25px;
	margin-bottom: 1rem;
}

.footer-list .footer-link:hover{
	color: white;
}

.footer-logo{
	width: 300px;
	height: 70px;
	margin-left: 5rem;
}

.fornecedor{
  border-radius: 25px;
  background-image: url('../../images/Pagina Principal/imagem_fornecedores.png');
  background-size: cover;   /* Faz a imagem cobrir todo o card */
  background-position: center; /* Centraliza a imagem */
  background-repeat: no-repeat; /* Impede que a imagem se repita */
  height: 628px; /* Defina uma altura para o card */
  position: relative; 
}

.transportador{
  border-radius: 25px;
  background-image: url('../../images/Pagina Principal/imagem_transportadora.png');
  background-size: cover;   /* Faz a imagem cobrir todo o card */
  background-position: center; /* Centraliza a imagem */
  background-repeat: no-repeat; /* Impede que a imagem se repita */
  height: 628px; /* Defina uma altura para o card */
  position: relative; 
}

.imp-exp{
  border-radius: 25px;
  background-image: url('../../images/Pagina Principal/imagem_comex.png');
  background-size: cover;   /* Faz a imagem cobrir todo o card */
  background-position: center; /* Centraliza a imagem */
  background-repeat: no-repeat; /* Impede que a imagem se repita */
  height: 628px; /* Defina uma altura para o card */
  position: relative; 
}

.card-button {
  position: absolute;
  bottom: 3rem; /* Distância da parte inferior do card */
  left: 50%; /* Centraliza horizontalmente */
  transform: translateX(-50%); /* Ajusta a centralização */
  font-size: 18px;
}

.btn-largo{
	width: 330px !important;
}

.margin-cotacao{
	padding-top: 7rem;
}

.texto-front {
	font-size: 20px;
	font-weight: 400;
	color: black;
}

.texto-front-bold {
	font-size: 20px;
	color: black;
	font-weight: 600;
}

.texto-icon{
	color: #007ED8;
	font-size: 22px;
	margin-right: 1rem;
}

.titulo-blog{
	font-size: 24px;
	color: black;
	font-weight: bold;
}

.text-blog{
	font-size: 16px;
	text-align: left;
}

.blue-rectangle {
  width: 56%;     /* Definindo a largura do retângulo */
  height: 200px;    /* Definindo a altura do retângulo */
  background-color: #007ED8;  /* Cor de fundo azul */
  border-radius: 15px;
  position: absolute;
  left: -15px;
  margin-top: 15px;
}

.btn-out-light{
	font-size: 18px; 
	color: #007ED8; 
	font-weight: 600; 
	padding: 0.5rem 2rem; 
	border-radius: 10px;
	background: white;
}

.div{
	color: white; 
	margin-right: 1rem; 
	margin-left: 15rem;
}

.btn-nav{
	color: white !important;
	background: #007ED8 !important; 
	font-weight: 400 !important; 
	border-radius: 15px !important;
}

.texto-front-home{
	color: white; 
	text-align: center; 
	font-size: 26px;
	font-weight: 400;
}
	
.margin-lista-dir{
	padding: 3rem;
}

.margin-lista-esq{
	padding-left: 2rem;
	padding-top: 6rem;
}

.texto-lista{
	/* Encontrar empresas que agreguem em seu negócio pode ser um processo complicado, mas aqui nós simplificamos isso para você! */
	text-align: justify;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	color: black;
	/* or 127% */
}

.img-esquerda{
	margin-left: 1rem;
}

#login_botao{
	margin-top: -.4rem !important; 
}

/* Estilização do dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
	margin-left: 2rem;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1000;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

/* Exibir dropdown quando ativo */
.show {
    display: block;
}

.img-fluid{
	max-width: 99% !important;
}

@media screen and (max-width: 1024px) {

	.logged-in{
		margin-top: 1rem !important;
		margin-right: .5rem !important;
	}
	
	#login_botao{
		margin-top: -.2rem !important;
	}

	.header {
		width: 95%;
		padding: 1rem 5%;
		margin-left: 1rem;
	}
	
	.logged {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		width: 95% !important;
	}
	
	.logo {
		margin-top: .5rem !important;
		max-width: 110px;
	}
	
	.navbar .nav-link-index {
		font-size: 16px;
		margin-left: 1rem;
	}

	 .logged .navbar {
		display: flex !important;
		align-items: center !important;
		gap: .2rem !important;
	}

	.logged .nav-link-index:first-child {
		margin-left: 0 !important;
	}


	.btn-nav{
		margin-right: .6rem;
		font-size: 12px;
	}
	
	.home-text{
		font-size: 40px;
	}
	
	.texto-front-home{
		font-size: 24px;
	}

	.btn-gradient{
		padding: 10px 10px;
		font-size: 14px;
	}
	
	.btn-blue-outline{
		font-size: 14px;
	}
	
	.subtitle-texto{
		font-size: 24px;
	}
	
	.margin-elemento{
		padding-left: 5rem;
		padding-right: 5rem;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
	.btn-blue{
		font-size: 12px !important;
		padding: 0.4rem !important;
	}
	
	.btn-blue i{
		font-size: 11px !important;
	}

	.numero{
		font-size: 200px;
	}
	
	.texto-front{
		font-size: 14px;
	}

	.margin-lista-dir{
		padding-left: 1.5rem;
		padding-top: 0;
		padding-bottom: 0;
	}

	.margin-lista-esq{
		padding-left: 2.5rem;
		padding-top: 0rem !important;
	}

	.texto-lista{
		font-size: 14px;
		line-height: 24px;
	}
	
	.texto-lista i{
		font-size:  11px !important;
		margin-right: 0.3rem !important;
	}
	
	.texto-lista .seta{
		text-align: left !important;
		font-size: 11px !important;
	}

	.btn-out-light{
		font-size: 12px; 
		padding: 0.5rem 0.5rem; 
	}
	
	.btn-out-light i{
		font-size: 11px !important;
	}
	
	.final i{
		font-size: 11px !important;
	}
	
	.final{
		padding: 2rem;
	}
	
	.btn-largo{
		width: 230px !important;
	}
	
	.margin-cotacao{
		padding-top: 4rem;
	}

} 


@media screen and (max-width: 768px) {
	.logo{
		margin: 0 !important;
	}
	
	.texto-front-bold{
		font-size: 18px;
	}
	
	.img-smart{
		width: 400px !important;
		height: 400px !important;
	}
	
	.header{
		width: 90%;
	}
	
	.home-text{
		font-size: 36px; 
	}
	
	.texto-front-home{
		font-size: 18px; 
	}
	
	.navbar {
        position: absolute;
        top: 100%;
        left: 0;
        flex-direction: column; /* Itens em coluna */
        align-items: flex-start;
        background: white;
        width: 100%;
        max-height: 0; /* Oculta o menu por padrão */
        overflow: hidden;
        border-radius: 0 0 15px 15px;
        transition: max-height 0.3s ease;
		padding: 0; /* Certifique-se de zerar o padding */
		margin: -.8rem 0 !important; /* Certifique-se de zerar o margin */
    }

    .navbar .nav-link-index {
        margin: 0; /* Remove os espaçamentos */
        padding: 1rem 2rem; /* Adiciona espaçamento interno */
        width: 100%; /* Faz com que o link ocupe toda a largura */
		color: black !important;
    }

    .menu-toggle {
        display: none; /* Mostra o toggle */
        position: absolute;
        top: 1rem;
        right: 2rem;
        z-index: 101; /* Certifica-se de que está acima do menu */
    }
	
	.btn-nav{
		background-color: white !important;
		text-align: left;
	}

    .icon {
        display: block; /* Mostra o ícone do menu */
        color: black;
		margin-top: -.5rem;
    }

    .menu-toggle:checked ~ .navbar {
        max-height: 500px; /* Mostra o menu ao clicar no toggle */
    }
	
	footer{
		width: 100%;
	}
	
	.footer-content{
		grid-template-columns: repeat(3, 1fr);
		padding: 1rem 1rem;
	}
	
	.footer-logo{
		width: 160px;
		height: 40px;
		margin-bottom: 2rem;
		margin-left: 2rem;
	}
	
	.subtitle-texto{
		font-size: 16px;
	}
	
	.btn-blue-outline{
		font-size: 12px;
	}
	
	
	.numero{
		font-size: 160px;
	}
	
	.margin-elemento{		
		padding-left: 3rem;
		padding-right: 3rem;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	
	.texto-front{
		font-size: 12px;
	}

	.margin-lista-dir{
		padding-left: 1rem;
		padding-top: 0;
		padding-bottom: 0;
	}

	.margin-lista-esq{
		padding-left: -1rem;
		padding-right: 2rem;
		padding-top: 0rem !important;
	}

	.texto-lista{
		margin-bottom: 0rem;
		line-height: 24px;
	}
	
	.final{
		padding: 1rem;
	}

	
	.div{
		color: white; 
		margin-right: 1rem; 
		margin-left: 15rem;
	}
	
	.final .btn{
		margin-left: 7rem;
		margin-top: -3rem;
	}
	
	.btn-largo{
		width: 130px !important;
	} 

	/* Estilização do dropdown */
	.dropdown {
		position: relative;
		display: inline-block;
	}

	.dropdown-content {
		margin-left: 2rem;
		display: none;
		position: absolute;
		background-color: #fff;
		min-width: 160px;
		box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
		z-index: 1000;
	}

	.dropdown-content a {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

	.dropdown-content a:hover {
		background-color: #f1f1f1;
	}

	/* Exibir dropdown quando ativo */
	.show {
		display: block;
	}
	
	#login_botao{
		display: none;
	}
}

@media screen and (max-width: 426px) {
	
	.btn-largo{
		width: 270px !important;
		margin-left: .1rem !important;
	} 
	
	#btnCotacao{
		margin-left: 1rem;
	}
	
    .div-cotacao {
        grid-template-columns: repeat(1, 1fr);
        padding: 3rem 0rem;
    }
	
    .home-text {
        font-size: 28px;
    }

    .texto-front-home {
        font-size: 14px;
    }

    .subtitle-texto {
        font-size: 16px;
    }

    .btn-blue-outline {
        font-size: 10px;
    }

    .numero {
        font-size: 120px;
    }

    .margin-elemento {
        padding: 1rem;
    }

    .texto-front {
        font-size: 14px;
    }

    .margin-lista-dir {
        padding-left: 0.5rem;
    }

    .margin-lista-esq {
        padding-left: 0;
        padding-right: 1rem;
    }

    .texto-lista {
        line-height: 20px;
    }

    .final {
        padding: 0.5rem;
    }

    .div {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }

    .final .btn {
        margin: 0 auto;
        margin-top: 1rem;
    }

    footer {
        width: 100%;
    }

    .footer-content {
        grid-template-columns: repeat(1, 1fr);
        padding: 3rem 2rem;
    }

    .footer-logo {
        width: 160px;
        height: 40px;
        margin-bottom: 2rem;
        margin-left: 6rem;
    }
	
	.img-esquerda {
        order: -1; /* Faz com que a imagem apareça antes do texto */
        margin-bottom: 1rem; /* Espaçamento abaixo da imagem */
		margin-left: 0rem;
    }
    
    .smart {
        flex-direction: column;
        text-align: center;
    }

    .smart .col-6 {
        width: 100%;
        margin-bottom: 1rem;
    }

	.margin-lista-esq {
		padding: 0 1rem;
	}
	
    .margin-lista-dir {
        padding: 0 1rem;
    }

    .btn.btn-blue {
        font-size: 16px;
        margin-top: 1rem;
    }

    .texto-lista i {
        display: inline-block;
        vertical-align: middle;
    }
	
	.btn-gradient{
		font-size: 12px;
		width: 230px !important;
		margin-left: -70px !important;
	}
	
	.btn-blue{
		font-size: 12px !important;
		width: 180px;
		margin-left: -90px;
	}
	
	.numeros{
		flex-direction: column;
		display: flex;
		align-items: center;
	}
	 
	.col-2{
        width: 100%; /* Faz com que cada coluna ocupe 100% da largura */
        text-align: center; /* Centraliza o conteúdo */
    }
	
	.div-azul{
		padding-left: 0rem !important;
	}
	
	.div-azul-btn{
		margin-left: 0rem !important;
	}
	
	.div-azul .col-3{
		width: 100%;
	}
	
	 .imagens img {
        max-width: 100%;  /* Ajusta o tamanho das imagens */
        margin: 1rem 1rem 0 1rem;  /* Centraliza as imagens */
        display: block;
    }
	
}
