* {
	margin: 0px;
	padding: 0px;
}

label {
	color: white;
}

.btn-custom {
	background-color: #ed3068;
	color: white;
	font-weight: bold;
	font-size: 1.2rem;
	padding: 12px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	transition: 0.3s;
}

	.btn-custom:hover {
		background-color: #c02557;
		color: white;
		scale: 1.1;
	}

/*Impede que o botão aumente*/
.btn-custom-x:hover {
	scale: 1;
}

/* Configuração do Layout */
.sobre-nos {
	display: flex;
	flex-direction: column;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.container-fluid.p-0 {
	overflow: hidden;
}


/* Fundo dividido */
.sobre-nos .col-lg-6 {
	min-height: 500px;
	padding: 190px;
}

.container-fluid.p-0 {
	background-color: #0097a7;
}
/* Fundo rosa na direita */
.text-section {
	background-color: #0097a7;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px;
}

/* Fundo azul na esquerda */
.col-lg-6:first-child {
	background-color: #0097a7;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* Ajuste da imagem deslocada */
.img-sobre-nos {
	max-width: 100%;
	width: 100%;
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
}

/* Badge de 50+ Agências */
.badge-info {
	position: absolute;
	background-color: #ff9b00;
	color: white;
	border-radius: 50%;
	width: 155px;
	height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	top: 50%;
	left: 100%;
	transform: translate(-50%, -50%);
}

	.badge-info span {
		font-size: 2rem;
	}

.btn-outline-light {
	border: 2px solid white;
	color: white;
	font-weight: bold;
	padding: 12px 20px;
	text-transform: uppercase;
	transition: 0.3s;
}

	.btn-outline-light:hover {
		background-color: white;
		color: #ed3068;
	}

@media (max-width: 1440px) {
	.img-sobre-nos {
		width: 100%;
	}

	.sobre-nos .col-lg-6 {
		min-height: 500px;
		padding: 90px;
	}

	.badge-info {
		position: absolute;
		background-color: #ff9b00;
		color: white;
		border-radius: 50%;
		width: 155px;
		height: 160px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		text-align: center;
		font-weight: bold;
		top: 50%;
		left: 100%;
		transform: translate(-50%, -50%);
	}
}
/* Responsividade */
@media (max-width: 992px) {
	.img-sobre-nos {
		position: relative;
		left: 0;
		top: 40%;
		transform: translateY(0);
		max-width: 100%;
		margin-bottom: 20px;
	}

	.text-section {
		padding: 40px;
	}

	.badge-info {
        width: 130px;
        height: 130px;
        font-size: 1rem;
        left: 50%;
        top: 93%;
    }

	.sobre-nos .col-lg-6 {
		min-height: 500px;
		padding: 30px;
	}
}



.model-card {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	/*cursor: pointer;*/
}

	.model-card img {
		width: 100%;
		height: auto;
		transition: transform 0.3s ease-in-out;
	}

	.model-card:hover img {
		transform: scale(1.1);
	}

.model-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.model-card:hover .model-overlay {
	opacity: 1;
}

.model-info {
	text-align: center;
	padding: 10px;
}

	.model-info h4 {
		margin: 5px 0;
		font-size: 1.2rem;
	}

	.model-info p {
		margin: 2px 0;
		font-size: 1rem;
	}

.btn-contratar {
	background-color: #ed3068;
	color: white;
	font-weight: bold;
	padding: 8px 16px;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	transition: 0.3s;
	text-align: center;
	margin-top: 10px;
}

	.btn-contratar:hover {
		background-color: #c02557;
	}

/*Depoimentos*/
/* Estilo padrão para desktop (colunas lado a lado) */
#testim {
    background-color: #0097a7;
    height: 60vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/* Ajuste para o carrossel */
#testimonialCarousel {
	width: 45%;
    height: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
}

/* Animação */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 1440px) {
    #testimonialCarousel {
        width: 40%;
        max-width: 100%;
    }
}


@media (max-width: 992px) {
    #testim {
        flex-direction: column;
        height: auto; /* Permite melhor ajuste de altura */
        padding: 20px; /* Adiciona um espaçamento interno */
    }

    #testimonialCarousel {
        width: 90%;
        max-width: 600px;
    }
}

.o-q-d{
	color: white; font-size: 3.5rem; margin-bottom: 20px;font-weight: 700;
	
}
@media (max-width: 992px) {
 .o-q-d{
	font-size: 2.5rem;
 }
}

/*blog*/
.blog-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

	.blog-card:hover {
		transform: translateY(-10px);
		box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
	}
/*LogosParceiros*/
#partners-section {
	position: relative;
	overflow: hidden;
}

#partner-carousel {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

#partner-carousel img {
	transition: transform 0.3s ease;
	object-fit: contain;
}

	#partner-carousel img:hover {
		transform: scale(1.2);
	}
/*pop-up*/
.modal-content {
	border-radius: 10px;
	overflow: hidden;
}

.modal-body video {
	border-radius: 10px;
}

video#localVideo {
	width: 50% !important;
	align-items: center;
	position: relative;
	text-align: center;
	left: 25% !important;
}

.modal-header .btn-close {
	position: absolute;
	left: 90%;
	color: white !important;
	padding: calc(var(--bs-modal-header-padding-y)* .5) calc(var(--bs-modal-header-padding-x)* .5);
	margin: calc(-.5* var(--bs-modal-header-padding-y)) calc(-.5* var(--bs-modal-header-padding-x)) calc(-.5* var(--bs-modal-header-padding-y)) auto;
}

.btn-close {
	background-color: white;
	opacity: 1;
	border: none;
}

	.btn-close:hover {
		background-color: #f8f9fa;
		opacity: 1;
	}

	.btn-close:focus {
		box-shadow: none;
	}

/*BLOG*/
.banner-blog {
	background-image: url(../images/06/Desktop.jpg);
    background-repeat: no-repeat;
	display: flex;
	height: 75vh;
	align-items: center;
	text-align: center;
}

.blog-opacity {
	display: flex;
	width: 100%;
	height: 75vh;
	text-align: center;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.452);
}

.blog h1 {
	font-size: 60px;
	font-weight: 700;
	color: white;
}

@media (max-width: 768px) {
	.blog h1 {
		font-size: 40px;
		font-weight: 700;
		color: white;
	}

	.banner-blog {
		background-image: url(../images/06/mobile.jpg);
        background-size: 100%;
        width: 100%;
		display: flex;
		height: 70vh;
		align-items: center;
		text-align: center;
	}
    .blog-opacity {
        display: flex;
        width: 100%;
        height: 70vh;
        text-align: center;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.452);
    }
}

/*NewLetter*/

.newsletter-section {
	background-color: #d6d3d3;
	padding: 0px 20px;
	text-align: center;
	font-family: Arial, sans-serif;
	color: white;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.newletterb {
	width: 50%;
	height: 50vh;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	border-radius: 0px;
	background-image: url(https://clientehostix.com.br/elencomania/wp-content/uploads/2025/02/desktop-1.jpg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 1440px) {
	.newletterb {
		width: 100%;
		height: 80vh;
		display: flex;
		text-align: center;
		justify-content: center;
		align-items: center;
		border-radius: 0px;
		background-image: url(https://clientehostix.com.br/elencomania/wp-content/uploads/2025/02/desktop-1.jpg);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
}

@media (max-width: 1080px) {
	.newletterb {
		width: 100%;
		height: 50vh;
		display: flex;
		text-align: center;
		justify-content: center;
		align-items: center;
		border-radius: 0px;
		background-image: url(https://clientehostix.com.br/elencomania/wp-content/uploads/2025/02/desktop-1.jpg);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.newsletter-container {
		max-width: 600px;
		margin: 0 auto;
	}

	.newsletter-title {
		font-size: 1px;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 0px;
		color: #ff9b00;
	}

	.newsletter-description {
		font-size: 1.2rem;
		margin-bottom: 0px;
		line-height: 0px !important;
		color: black;
	}

	.newsletter-form {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.newsletter-input {
		width: 100%;
		padding: 0px 0px;
		font-size: 1rem;
		border: 1px solid #ddd;
		border-radius: 5px;
		background-color: #333; /* Fundo dos inputs */
		color: white;
	}
}

@media (max-width: 768px) {
	.newletterb {
		width: 100%;
		height: 70vh;
		display: flex;
		text-align: center;
		justify-content: center;
		align-items: center;
		border-radius: 0px;
		background-image: url(../images/banner_vazio.png);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.newsletter-form {
		display: flex;
		flex-direction: column;
		gap: 15px;
		padding-left: 60px;
		padding-right: 60px;
	}

	.newsletter-title {
		font-size: 2rem;
		font-weight: bold;
		margin-top: 15px;
		margin-bottom: 0px;
		color: #ff9b00;
	}

	.newsletter-description {
		font-size: 1.2rem;
		margin-bottom: 2px;
		line-height: 1.5 !important;
		padding-left: 60px;
		padding-right: 60px;
		color: black;
	}
}

.newsletter-container {
	max-width: 600px;
	margin: 0 auto;
}

.newsletter-title {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
	color: #ff9b00;
}

.newsletter-description {
	font-size: 1.2rem;
	margin-bottom: 25px;
	line-height: 1.5;
	color: black;
}

.newsletter-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.newsletter-input {
	width: 100%;
	padding: 10px 15px;
	font-size: 1rem;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #333; /* Fundo dos inputs */
	color: white;
}

	.newsletter-input::placeholder {
		color: #bbb;
	}

	.newsletter-input:focus {
		outline: none;
		border-color: #ff9b00;
	}

.newsletter-terms {
	display: flex;
	align-items: center;
	font-size: 0.9rem;
	color: #bbb;
}

	.newsletter-terms a {
		color: #ff9b00;
		text-decoration: underline;
	}

.newsletter-input-group {
	display: flex;
}

.newsletter-terms input {
	margin-right: 10px;
}

.newsletter-button {
	background-color: #ff9b00;
	color: black;
	padding: 12px 20px;
	border: none;
	border-radius: 5px;
	font-size: 1.1rem;
	font-weight: bold;
	cursor: pointer;
	transition: background-color 0.3s;
	margin-bottom: 20px;
}

	.newsletter-button:hover {
		background-color: #e6b800;
	}

@media (max-width: 768px) {
	.newsletter-section {
		padding: 30px 15px;
	}

	.newsletter-title {
		font-size: 1.8rem;
	}

	.newsletter-description {
		font-size: 1rem;
	}

	.newsletter-button {
		font-size: 1rem;
	}
}


/*LogosParceiros*/
@media (max-width: 768px) {
	#partners-section {
		height: 40vh;
	}

	#partner-carousel img {
		height: 70px;
	}
}

/*Política*/
.politicad {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 5%;
	padding-left: 25%;
	padding-right: 25%;
	color: white;
}

@media (max-width: 768px) {
	.politicad {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		text-align: center;
		align-items: center;
		justify-content: center;
		padding: 10%;
	}
}

@media (max-width: 720px) {
	.img-sobre-nos {
		max-width: 100%;
		position: absolute;
		left: 0;
		top: 40%;
		transform: translateY(-50%);
	}
	.badge-info {
        width: 130px;
        height: 130px;
        font-size: 1rem;
        left: 50%;
        top: 80%;
    }
}

#div-mensagem {
	margin-top: 10px;
	background-color: white;
	padding: 5px;
	font-size: 0.85em;
	border-radius: 3px;
}

.div-mensagem {
	margin-top: 10px;
	background-color: white;
	padding: 5px;
	font-size: 0.85em;
	border-radius: 3px;
	display: none;
	text-align: center;
}

.div-mensagem-erro {
	color: red; /*vermelho*/
}

.msgBoxContent .div-mensagem-erro {
	font-size: 0.85em;
	margin-top: 4px;
}

.div-mensagem-sucesso {
	color: green; /*verde*/
}

.div-mensagem-alerta {
	color: orange; /*laranja*/
}

.div-mensagem-info {
	color: blue; /*azul*/
}

  
@media (max-width: 992px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
        display: flex
;
        flex-direction: column;
    }
}
@media (max-width: 992px) {
    #tadesk {
		font-size: 32px; 
	  }
	  
	  @media (max-width: 992px) {
		#tadesk {
		  font-size: 24px; 
		}
	  }
	  
}


