#videoUrl,
h1 {
	margin-bottom: 1rem
}

#convertingMessage.loading .loader,
#developerLink {
	display: inline-block
}

#apkBanner,
footer {
	bottom: 0;
	text-align: center
}

#apkBanner,
.container {
	background-color: #1f1f1f
}

.banner-button:last-child,
footer p {
	margin-bottom: 0
}

#apkBanner,
.msgContent,
body,
footer {
	text-align: center
}

#erroAreaTransferencia,
#errorContainer {
	top: 0;
	left: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	opacity: 0;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
html {
	height: 100%;
    overflow-y: auto;
}

body {
	display: block;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	background-color: #121212;
	min-height: 100vh;
	padding-bottom: 50px;
	overflow-y: auto; /* Adicionado para permitir a rolagem vertical */
}


.container {
	width: 90%;
	max-width: 600px;
	padding: 40px 40px 30px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	margin: auto;
	position: relative;
	margin-top: 10vh;
}

@media (max-height:800px) {
	.container {
		margin-top: 10vh;
		margin-bottom: 0;
		overflow-y: auto
	}
}

@media (max-width:768px) {
	.container {
		margin-top: 10vh;
		padding: 20px
	}

	h1 {
		font-size: 2rem
	}
}

h1 {
	font-size: 2.25rem;
	color: #f05
}

#videoUrl {
	width: 100%;
	padding: 1rem;
	border-radius: 5px;
	background-color: #333;
	border: none;
	color: #fff;
	font-size: 1rem
}

#downloadButton {
	padding: .75rem 1.5rem;
	background-color: #f05;
	color: #fff;
	border: none;
	border-radius: 50px;
	font-size: 1.25rem;
	cursor: pointer;
	transition: background-color .3s, transform .2s;
	margin-top: 1rem;
	width: 100%
}

#convertingMessage,
#serverError {
	border-radius: 5px;
	margin-top: 1rem
}

#downloadButton:hover {
	background-color: #4caf50;
	color: #fff
}

footer {
	padding: 1rem 0;
	background-color: #222;
	color: #fff;
	position: fixed;
	left: 0;
	width: 100%;
	margin-top: auto;
    z-index: 10;
}

footer p {
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	letter-spacing: .05em
}

#developerLink {
	color: #0084ff;
	font-weight: 600;
	position: relative;
	cursor: pointer;
	transition: color .3s;
	text-decoration: none
}

#developerLink::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	bottom: -3px;
	transition: transform .6s;
	transform: scaleX(0);
	transform-origin: bottom left
}

#developerLink:hover::after {
	transform: scaleX(1)
}

#serverError {
	background-color: #444;
	color: #f55;
	padding: 1rem;
	display: none
}

#convertingMessage {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #333;
	color: #fff;
	padding: 10px 20px;
	visibility: hidden;
	transition: .3s
}

#apkBanner,
#errorContainer {
	flex-direction: column;
	position: fixed
}

#convertingMessage.loading {
	visibility: visible
}

#convertingMessage span {
	margin-right: 10px
}

.loader {
	display: none;
	border: 4px solid rgba(255, 255, 255, .2);
	border-top: 4px solid #fff;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	animation: 1s linear infinite spin
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

#errorContainer {
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	z-index: 9999
}

#botaoOkErroAreaTransferencia,
#okButton,
.actionButton,
.banner-button {
	transition: background-color .3s;
	cursor: pointer
}

#erroAreaTransferencia.visible,
#errorContainer.visible {
	display: flex;
	opacity: 1;
	visibility: visible
}

@media (max-width: 480px) {
    #errorContent {
        width: 90%;  /* Garante que a largura seja 90% */
        max-width: none; /* Remove limite de 400px para manter o ajuste dinâmico */
    }
}

#errorMessage,
#mensagemErroAreaTransferencia {
	padding: 20px;
	background-color: #ff3860;
	color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
	text-align: center;
	align-items: center;
	justify-content: center;
}

#botaoOkErroAreaTransferencia,
#okButton {
	background-color: #ff3860;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	margin-top: 20px
}

#botaoOkErroAreaTransferencia:hover,
#okButton:hover {
	background-color: #c04
}

.input-icon-wrapper {
	position: relative;
	display: flex
}

#videoUrl {
	flex-grow: 1;
	padding-right: 2.5rem
}

#urlFeedback {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-80%);
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	font-size: 1.5rem
}

#videoUrl:not(:placeholder-shown)+#urlFeedback,
.visivel {
	display: flex
}

#urlFeedback.valid-url {
	color: green
}

#urlFeedback.invalid-url {
	color: red;
	animation: .5s shake
}

#videoThumbnail {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto
}

.actionButton {
	background-color: #4caf50;
	color: #fff;
	padding: 1rem;
	border: none;
	border-radius: .3rem;
	font-size: 1rem;
	margin-bottom: .8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%
}

.actionButton:hover {
	background-color: #ff3860
}

.actionButton:disabled {
	background-color: #ccc;
	cursor: not-allowed;
	color: #666
}

.fas.fa-paste {
	margin-right: .5rem
}

#clearButton .fas {
	margin-right: .3rem
}

@keyframes slideDownFadeIn {
	from {
		transform: translateY(-50px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

.icon-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5%;
	padding-bottom: 1em
}

#lottie-music,
#lottie-youtube,
.fa-arrow-right {
	width: 10vw;
	max-width: 80px;
	margin: auto
}

.fa-arrow-right {
	font-size: 3vw;
	color: #4caf50
}

.banner-button,
.banner-text {
	margin-bottom: 10px;
	font-size: 14px
}

#apkBanner {
	display: flex;
	width: 100%;
	color: #fff;
	padding: 10px 20px;
	box-shadow: 0 -6px 30px rgba(0, 0, 0, .05);
	justify-content: center;
	align-items: center;
	z-index: 1000;
	transform: translateY(100%);
	transition: transform 1.4s ease-in-out
}

.banner-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%
}

.banner-logo {
	width: 50px;
	height: 50px;
	margin-bottom: 10px
}

.banner-button {
	background-color: #f05;
	color: #fff;
	padding: 6px 12px;
	text-decoration: none;
	border-radius: 5px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	width: 150px;
	height: 35px
}

.banner-button:hover {
	background-color: #d60349
}

@media (min-width:768px) {

	.banner-button,
	.banner-text {
		font-size: 16px;
		margin-bottom: 15px
	}

	#apkBanner {
		padding: 15px 30px
	}

	.banner-content {
		flex-direction: column;
		align-items: center
	}

	.banner-logo {
		width: 60px;
		height: 60px;
		margin-bottom: 15px
	}

	.banner-button {
		padding: 8px 16px;
		width: 180px;
		height: 40px
	}
}

.oculto {
	display: none
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-20px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
		transform: translateY(0)
	}

	to {
		opacity: 0;
		transform: translateY(-20px)
	}
}

#msgDownloadFinalizado {
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	backdrop-filter: blur(10px);
	z-index: 1000;
	display: none;
	opacity: 0;
	transform: translateY(-20px);
	transition: opacity .5s, transform .5s
}

#msgDownloadFinalizado.entrada {
	display: flex;
	animation: .5s forwards fadeIn
}

#msgDownloadFinalizado.saida {
	animation: .5s forwards fadeOut
}

.msgContent {
	background-color: #1c1c1e;
	color: #fefefe;
	padding: 30px 40px;
	border-radius: 15px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, .37);
	max-width: 90%;
	width: auto;
	margin: 0 20px;
	font-size: 1.5rem
}

.msgContent span {
	display: block;
	margin-bottom: 15px
}

.okButton {
	background-color: #f05;
	color: #fff;
	border: none;
	padding: 10px 25px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 1.2rem;
	transition: background-color .3s, transform .3s;
	margin: 10px
}

#downloadButton.blocked,
.disabled {
	cursor: not-allowed;
	pointer-events: none
}

.okButton:hover {
	background-color: #c04;
	transform: scale(1.05)
}

@media (max-width:768px) {
	.container {
		padding: 20px
	}

	h1 {
		font-size: 2rem
	}

	#downloadButton,
	#videoUrl {
		font-size: 1rem
	}

	footer p {
		font-size: .75rem
	}

	.actionButton {
		padding: 1rem;
		font-size: .9rem
	}

	#lottie-music,
	#lottie-youtube,
	.fa-arrow-right {
		width: 12vw;
		max-width: 60px;
		max-height: 60px
	}

	.fa-arrow-right {
		font-size: 7vw
	}

	.msgContent {
		padding: 25px 35px;
		font-size: 1.4rem
	}

	.okButton {
		padding: 10px 20px;
		font-size: 1.1rem
	}
}

@media (max-width:480px) {

	.actionButton,
	.fas {
		font-size: .8rem
	}

	.actionButton {
		padding: .8rem
	}

	#lottie-music,
	#lottie-youtube,
	.fa-arrow-right {
		width: 15vw;
		max-width: 50px;
		max-height: 50px
	}

	.fa-arrow-right {
		font-size: 10vw
	}

	.msgContent {
		padding: 20px 30px;
		font-size: 1.3rem
	}

	.okButton {
		padding: 10px 18px;
		font-size: 1rem
	}
}

#downloadButton.blocked {
	opacity: .6
}

#downloadButton.blocked:focus,
#downloadButton.blocked:hover {
	color: #fff;
	opacity: .6
}

.disabled {
	background-color: #ccc;
	color: #666;
	opacity: .7;
	transition: .3s
}

.disabled i {
	content: "🚫";
	color: #999
}

#erroAreaTransferencia {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100%
}
/* ===================== INÍCIO: youtube-mp3-converter-section ===================== */
.youtube-mp3-converter-section {
    width: 90%;
    max-width: 600px; /* Tamanho uniforme */
    padding: 20px; /* Espaçamento adequado */
    background-color: #1e1e1e; /* Fundo escuro */
    color: #f0f0f0;
    font-family: Arial, sans-serif;
    border-radius: 12px;
    margin: 20px auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Sombra moderada */
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 15px; /* Espaço entre os elementos */
}

.youtube-mp3-converter-title {
    font-size: 1.6rem; /* Tamanho ajustado */
    color: #f0f0f0; /* Cor neutra para o título */
    text-align: center;
    margin-bottom: 10px;
}

.youtube-mp3-converter-icon {
    font-size: 1.5rem; /* Tamanho moderado para ícone */
    color: #4CAF50; /* Verde para destacar */
    margin-right: 8px;
}

.youtube-mp3-converter-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: justify;
}

.youtube-mp3-converter-steps {
    list-style: decimal inside; /* Números visíveis */
    padding: 0;
}

.youtube-mp3-converter-step {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #f0f0f0;
}

.youtube-mp3-extra-info {
    font-size: 0.9rem;
    background-color: #2a2a2a; /* Fundo escuro */
    padding: 15px;
    border-left: 4px solid #4CAF50; /* Destaque lateral */
    border-radius: 8px;
    margin-top: 10px;
    line-height: 1.5;
    color: #d0d0d0;
}

/* Ajuste responsivo */
@media (max-width: 480px) {
    .youtube-mp3-converter-section {
        padding: 15px;
    }

    .youtube-mp3-converter-title {
        font-size: 1.4rem;
    }

    .youtube-mp3-converter-description,
    .youtube-mp3-extra-info {
        font-size: 0.9rem;
    }

    .youtube-mp3-converter-step {
        font-size: 0.9rem;
    }
}
/* ===================== FIM: youtube-mp3-converter-section ===================== */


/* ===================== INÍCIO: youtube-mp3-table-section ===================== */

.youtube-mp3-table-section {
    width: 90%; /* Garante que ocupa 90% do container pai */
    max-width: 600px;
    margin: 20px auto; /* Centraliza a seção */
    padding: 25px;
    background-color: #1e1e1e; /* Fundo consistente */
    color: #f0f0f0;
    font-family: Arial, sans-serif;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.youtube-mp3-table-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 20px;
}

.youtube-mp3-table-icon {
    font-size: 1.8rem;
    color: #ff4d4d;
}

.youtube-mp3-table-container {
    width: 100%; /* O container ocupa todo o espaço da seção */
    overflow-x: auto; /* Adiciona barra de rolagem horizontal para tabelas */
    overflow-y: hidden;
    margin-bottom: 20px;
}

.youtube-mp3-table-container::-webkit-scrollbar {
    height: 8px;
}

.youtube-mp3-table-container::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 4px;
}

.youtube-mp3-table-container::-webkit-scrollbar-track {
    background: #1e1e1e;
}

.youtube-mp3-table {
    width: 100%; /* Garante que a tabela ocupa 100% do espaço do container */
    min-width: 600px; /* Define largura mínima para evitar colapsar */
    border-collapse: collapse;
}

.youtube-mp3-table th,
.youtube-mp3-table td {
    padding: 12px;
    border: 1px solid #444;
    text-align: center;
    background-color: #2a2a2a;
    color: #f0f0f0;
}

.youtube-mp3-table th {
    background-color: #333;
    font-weight: bold;
}

.youtube-mp3-table tr:hover td {
    background-color: #4CAF50;
    color: #fff;
}

/* Seção da Qualidade do Áudio */
#audio-quality-title {
    text-align: center;
    font-size: 1.6rem;
    color: #ff4d4d;
    margin: 20px auto 10px;
    width: 90%; /* Garante alinhamento com o container interno */
}

#audio-quality-desc {
    font-size: 1.3rem;
    margin: 0 auto 15px;
    width: 90%; /* Garante alinhamento com o container interno */
    line-height: 1.6;
    text-align: justify;
}

#audio-quality-list {
    width: 100%; /* Ajusta a lista para 90% do container */
    list-style: none;
    padding: 0;
    margin: 0 auto 15px;
}

#audio-quality-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background-color: #2a2a2a;
    border-radius: 8px;
    margin-bottom: 10px;
}

#audio-quality-list li i.audio-quality-icon {
    font-size: 1.5rem;
    color: #4caf50;
}

#audio-quality-list li b {
    color: #fff;
    font-weight: bold;
}

#audio-quality-footer {
    font-size: 1.3rem;
    margin: 15px auto 0;
    width: 90%; /* Garante alinhamento com o container interno */
    text-align: justify;
    line-height: 1.6;
}

/* Estilos Responsivos */
@media (max-width: 480px) {
    .youtube-mp3-table-section {
        padding: 15px;
    }

    #audio-quality-title {
        font-size: 1.4rem;
    }

    #audio-quality-desc,
    #audio-quality-footer {
        font-size: 1.1rem;
    }

    #audio-quality-list li {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    #audio-quality-list li i.audio-quality-icon {
        font-size: 1.2rem;
    }

    #audio-quality-list li b {
        font-size: 0.9rem;
    }
}

@media (max-width: 200px) {
    #audio-quality-title {
        font-size: 1rem;
    }

    #audio-quality-desc,
    #audio-quality-footer {
        font-size: 0.8rem;
    }

    #audio-quality-list li {
        padding: 10px;
        gap: 8px;
    }

    #audio-quality-list li i.audio-quality-icon {
        font-size: 1rem;
    }

    #audio-quality-list li b {
        font-size: 0.8rem;
    }
}

  
/* ===================== FIM: youtube-mp3-table-section ===================== */


/* ===================== INÍCIO: youtube-mp3-info-section ===================== */

.youtube-mp3-info-section {
    width: 90%;
    max-width: 600px;
    padding: 20px;
    background-color: #1e1e1e;
    color: #f0f0f0;
    font-family: Arial, sans-serif;
    border-radius: 12px;
    margin: 20px auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.youtube-mp3-info-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.youtube-mp3-info-icon {
    font-size: 2rem;
    color: rgb(255, 77, 77);
}

.youtube-mp3-info-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background-color: #2a2a2a;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.youtube-mp3-info-content p:hover {
    background-color: #333;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.youtube-mp3-info-icon-external {
    font-size: 1.4rem;
    color: #4caf50;
    flex-shrink: 0;
    transition: color 0.3s ease, transform 0.2s ease;
}

.youtube-mp3-info-icon-external:hover {
    color: #ff4d4d;
    transform: scale(1.1);
}

.youtube-mp3-info-content p strong {
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s, transform 0.2s;
}

.youtube-mp3-info-content p strong:hover {
    color: #ff4d4d;
    transform: scale(1.1);
}

@media (max-width: 480px) {
    .youtube-mp3-info-section {
        padding: 15px;
    }

    .youtube-mp3-info-title {
        font-size: 1.4rem;
    }

    .youtube-mp3-info-content p {
        font-size: 0.9rem;
        padding: 10px;
        gap: 8px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .youtube-mp3-info-icon-external {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
}

@media (max-width: 200px) {
    .youtube-mp3-info-section {
        padding: 10px;
    }

    .youtube-mp3-info-title {
        font-size: 1.2rem;
    }

    .youtube-mp3-info-content p {
        font-size: 0.8rem;
        padding: 8px;
        gap: 6px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        line-height: 1.4;
    }

    .youtube-mp3-info-icon-external {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }
}

  /* ===================== FIM: youtube-mp3-info-section ===================== */
  

/* ===================== INÍCIO: fatos-youtube-section ===================== */

.youtube-icon-container {
    text-align: center;
    margin-bottom: 20px;
}

.fatos-youtube-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.fatos-youtube-icon-large {
    font-size: 3rem; /* Aumentado o tamanho do ícone */
    color: #4CAF50;
    animation: pulse 2s infinite;
    margin-bottom: 10px;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}


.fatos-youtube-section {
    width: 90%;
    max-width: 600px;
    padding: 25px;
    background-color: #1e1e1e;
    color: #f0f0f0;
    font-family: Arial, sans-serif;
    border-radius: 12px;
    margin: 30px auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.fatos-youtube-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.fatos-youtube-title::after {
    content: "";
    display: block;
    width: 60%;
    height: 3px;
    background-color: #4CAF50;
    margin: 10px auto 0;
    position: absolute;
    bottom: -10px;
    left: 20%;
}

.fatos-youtube-image {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.fatos-youtube-description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: center;
    padding: 15px;
    background-color: #2C2C2C;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.fatos-youtube-description strong {
    color: #4CAF50;
    font-weight: bold;
    transition: color 0.3s ease;
    cursor: pointer;
}

.fatos-youtube-description strong:hover {
    color: #ff4d4d;
}

@media (max-width: 480px) {
    .fatos-youtube-title {
        font-size: 1.5rem;
    }

    .fatos-youtube-image {
        width: 100%;
    }

    .fatos-youtube-description {
        font-size: 1rem;
    }

    .fatos-youtube-icon-large {
        font-size: 2.5rem;
    }
}

/* ===================== FIM: fatos-youtube-section ===================== */

/* ===================== INÍCIO: contato-section ===================== */

.contato-section {
    width: 90%;
    max-width: 600px;
    padding: 25px;
    background-color: #1e1e1e;
    color: #f0f0f0;
    font-family: Arial, sans-serif;
    border-radius: 12px;
    margin: 30px auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.contato-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 0;
}

.contato-title::after {
    content: "";
    display: block;
    width: 80%;
    height: 2px;
    background-color: #4CAF50;
    margin: 10px auto 0;
    position: absolute;
    bottom: -10px;
    left: 10%;
}

.contato-icon {
    font-size: 2rem;
    color: #4CAF50;
}

.contato-message {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
}

.contato-btn {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background-color: #4CAF50;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.contato-btn:hover {
    background-color: #ff4d4d;
    transform: translateY(-2px);
}

.contato-form-container {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #444;
}

.contato-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contato-form label {
    font-size: 1rem;
    font-weight: bold;
}

.contato-form input,
.contato-form textarea {
    width: 100%;
    padding: 10px;
    background-color: #2a2a2a;
    color: #f0f0f0;
    border: 1px solid #444;
    border-radius: 8px;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    resize: vertical;
}

.contato-form input::placeholder,
.contato-form textarea::placeholder {
    color: #bbb;
}

.contato-form input:focus,
.contato-form textarea:focus {
    outline: none;
    border-color: #4CAF50;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
}

.enviar-btn {
    padding: 12px 20px;
    background-color: #4CAF50;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.enviar-btn:hover {
    background-color: #ff4d4d;
    transform: translateY(-2px);
}

#resposta-servidor {
    display: none;
    margin-top: 20px;
    color: #28a745;
    font-weight: bold;
    text-align: center;
}


@media (max-width: 480px) {
    .contato-section {
        padding: 20px;
    }

    .contato-title {
        font-size: 1.5rem;
    }

    .contato-icon {
        font-size: 1.5rem;
    }

    .contato-message {
        font-size: 0.9rem;
    }

    .contato-btn {
        font-size: 0.9rem;
        padding: 10px;
    }

    .enviar-btn {
        font-size: 0.9rem;
        padding: 10px;
    }
}

#contato-formulario {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* ===================== FIM: contato-section ===================== */

/* ===================== INÍCIO: menu-hamburguer ===================== */

@keyframes pulse {
	0% {
	  transform: scale(1);
	}
	30% {
	  transform: scale(1.2);
	}
	60% {
	  transform: scale(1);
	}
	80% {
	  transform: scale(1.2);
	}
	100% {
	  transform: scale(1);
	}
}

.menu-hamburguer {
	cursor: pointer;
	position: fixed;
	top: 20px;
	right: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 35px;
	height: 30px;
	z-index: 900;
	background: none;
	border: none;
}

.menu-hamburguer.animated {
	animation: pulse 0.5s ease-in-out;
}

.menu-hamburguer .linha {
	width: 100%;
	height: 4px;
	background-color: #ff0050;
	border-radius: 2px;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-hamburguer.ativo .linha:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
}

.menu-hamburguer.ativo .linha:nth-child(2) {
	opacity: 0;
}

.menu-hamburguer.ativo .linha:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
}

.links-menu {
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100%;
	background-color: #1a1a1a;
	color: #fff;
	display: flex;
	flex-direction: column;
	padding: 80px 20px;
	box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
	transition: right 1s ease;
	z-index: 899;
	overflow-y: auto;
}

.links-menu.ativo {
	right: 0;
}

.links-menu ul {
	list-style: none;
	padding: 0;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.links-menu.ativo ul {
	opacity: 1;
	transform: translateY(0);
}

.links-menu li {
	margin: 15px 0;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}

.links-menu li:last-child {
	border-bottom: none;
}

.links-menu a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	display: block;
	transition: background-color 0.5s ease, transform 0.5s ease;
}

.links-menu a:hover {
	background-color: #ff0050;
	transform: scale(1.05);
}

.submenu {
	display: none;
	flex-direction: column;
	margin-top: 10px;
	padding-left: 15px;
}

.submenu.ativo {
	display: flex;
}

.submenu a {
	font-size: 16px;
}

.submenu a:hover {
	background-color: #333;
}

@media screen and (max-width: 768px) {
	.links-menu {
	  width: 70%;
	  right: -70%;
	}

	.links-menu.ativo {
	  right: 0;
	}
}

.icone-menu-principal {
	font-size: 27px;
	margin-right: 8px;
	vertical-align: middle;
}

@media (max-width: 768px) {
	.icone-menu-principal {
	  font-size: 25px;
	}
}

@media (max-width: 480px) {
	.icone-menu-principal {
	  font-size: 22px;
	}
}

/* ===================== FIM: menu-hamburguer ===================== */


#mediaContainer iframe {
	width: 100%; /* Ocupa toda a largura disponível */
	aspect-ratio: 16 / 9; /* Mantém a proporção 16:9 */
	border: none; /* Remove bordas do iframe */
	margin-top: 10px;
	display: block; /* Garante o alinhamento correto */
  }
  

/* ======================== [INÍCIO - CSS DO QR CODE] ======================== */

/* Estilo específico para o conversor de QR Code */
.qrcode-container {
    background-color: #1F1F1F;
    padding: 40px 40px 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    text-align: center;
    width: 90%;
    max-width: 600px;
    margin: 10vh auto 0 auto;
    color: #fff;
    position: relative;
}

@media (max-height: 800px) {
    .qrcode-container {
        margin-top: 10vh;
        margin-bottom: 0;
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    .qrcode-container {
        margin-top: 10vh;
        padding: 20px;
    }
}



/* Título com ícones */
.qrcode-titulo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
}

.qrcode-titulo img {
    width: 53px;
    height: 53px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}

/* Estilo moderno para o input de arquivo */
.qrcode-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 20px 0;
    border: 2px dashed #555;
    border-radius: 15px;
    background: linear-gradient(135deg, #2d2d2d, #1a1a1a);
    cursor: pointer;
    transition: border-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 18px;
    user-select: none;
    text-align: center;
}

.qrcode-upload-wrapper:hover {
    border-color: #28a745;
    color: #fff;
    background: linear-gradient(135deg, #3e3e3e, #1f1f1f);
}

#qrcode-input-arquivo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* Botões de ação */
.qrcode-botao-limpar,
.qrcode-botao-converter {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.3s ease;
    text-transform: none;
}

.qrcode-botao-limpar {
    background: linear-gradient(135deg, #6c757d, #495057);
    color: white;
    box-shadow: 0 4px 10px rgba(108, 117, 125, 0.5);
    cursor: pointer; /* Adicionado aqui */
}

.qrcode-botao-limpar:hover {
    background: linear-gradient(135deg, #5a6268, #343a40);
}

.qrcode-botao-limpar:disabled {
    cursor: not-allowed;
    background: linear-gradient(135deg, #555, #333);
    color: #aaa;
    box-shadow: none;
}

.qrcode-botao-converter {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.5);
}

.qrcode-botao-converter:hover {
    background: linear-gradient(135deg, #c82333, #b21f2d);
}

/* Botão de ação - desativado inicialmente */
.qrcode-botao-converter:disabled {
    background: linear-gradient(135deg, #555, #333);
    color: #aaa;
    cursor: not-allowed;
    box-shadow: none;
}

/* Área de exibição do QR Code */
.qrcode-area {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.qr-code-result {
    text-align: center;
    margin-top: 20px;
}

.success-msg {
    color: #28a745;
    margin-bottom: 15px;
    font-size: 1.2em;
}

.qrcode-image {
    max-width: 280px;
    margin: 15px 0;
    border: 5px solid #28a745;
    border-radius: 10px;
    transition: transform 0.3s;
}

.qrcode-download-link {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 25px;
    background: linear-gradient(135deg, #007BFF, #0056b3);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 1.1em;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.5);
    transition: background 0.3s, transform 0.2s;
}

.qrcode-download-link:hover {
    background: linear-gradient(135deg, #0056b3, #004080);
    transform: scale(1.05);
}

/* Estilo para exibir o nome do arquivo */
.nome-arquivo {
    margin-top: 10px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    word-break: break-word;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

/* Estilo para o botão de download do QR Code */
.qrcode-download-button {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 25px;
    background: linear-gradient(135deg, #007BFF, #0056b3);
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    font-size: 1.1em;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.5);
    transition: background 0.3s, transform 0.2s;
    cursor: pointer;
    text-align: center;
}

.qrcode-download-button:hover {
    background: linear-gradient(135deg, #0056b3, #004080);
    transform: scale(1.05);
}


/* Estilo da mensagem de carregamento */
#qrLoadingMessage {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    margin-top: 15px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    gap: 10px;
}

#qrLoadingMessage.loading {
    visibility: visible;
    opacity: 1;
}

/* Loader animado */
.loader {
    border: 4px solid #fff;
    border-top: 4px solid #28a745;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
}

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

.qr-info-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.qr-info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #2C2C2C;
    padding: 15px;
    border-radius: 10px;
}

.qr-info-item i {
    font-size: 1.5em;
    color: #FF4D4D;
}

.qr-info-item div {
    color: #fff;
    font-size: 1rem;
    text-align: left;
}

#qr-code-footer {
    margin-top: 20px;
    text-align: center;
    font-size: 1rem;
    color: #ccc;
}

.qr-code-icon-container {
    text-align: center;
    margin-bottom: 20px;
}

.qr-code-icon {
    font-size: 3em;
    color: #FF4D4D;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.youtube-mp3-info-section {
    text-align: center;
}

.youtube-mp3-info-content p {
    background-color: #2C2C2C;
    padding: 20px;
    border-radius: 10px;
    margin: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 1.0rem;
    line-height: 1.5;
}

.youtube-mp3-info-title {
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.fatos-youtube-icon {
    font-size: 2.5rem; /* Aumentado o tamanho do ícone */
    color: #FF4D4D;
    animation: pulse 2s infinite;
    margin-bottom: 15px;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* Responsividade para dispositivos móveis */
@media (max-width: 768px) {
	
  
	.qrcode-titulo img {
	  width: 60px;
	  height: 60px;
	}
  
	.qrcode-upload-wrapper {
	  height: 55px;
	  font-size: 16px;
	}
  
	.qrcode-botao-limpar,
	.qrcode-botao-converter {
	  padding: 14px;
	  font-size: 16px;
	}
  
	.qrcode-image {
	  max-width: 250px; /* Limite máximo em telas médias */
	  width: 100%;      /* Se adapta ao container */
	  height: auto;
	}
  
	.qrcode-download-link {
	  padding: 12px 20px;
	  font-size: 1em;
	}
  }
  
  @media (max-width: 480px) {
	
  
	.qrcode-titulo img {
	  width: 45px;
	  height: 45px;
	}
  
	.qrcode-upload-wrapper {
	  height: 50px;
	  font-size: 15px;
	}
  
	.qrcode-botao-limpar,
	.qrcode-botao-converter {
	  padding: 12px;
	  font-size: 15px;
	}
  
	.qrcode-image {
	  max-width: 230px; /* Limite máximo em telas pequenas */
	  width: 100%;
	  height: auto;
	}
  
	.qrcode-download-link {
	  padding: 10px 18px;
	  font-size: 0.95em;
	}
  }


/* ======================== [FIM - CSS DO QR CODE] ======================== */


/* ======================== [INÍCIO - CSS DO COMPRIMIR IMAGENS] ======================== */

.img-compressor-container {
    background-color: #1F1F1F;
    padding: 40px 40px 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    text-align: center;
    width: 90%;
    max-width: 600px;
    margin: 10vh auto 0 auto;
    color: #fff;
    position: relative;
}


.img-compressor-title {
    font-size: 2em;
    margin-bottom: 30px;
    color: #e50914;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #e50914;
    display: inline-block;
    padding-bottom: 10px;
}

.img-compressor-upload {
    margin: 20px 0;
    border: 2px dashed #555;
    border-radius: 15px;
    padding: 20px;
    cursor: pointer;
    color: #bbb;
    transition: border-color 0.3s ease, color 0.3s ease;
    background: linear-gradient(135deg, #2e2e2e, #1f1f1f);
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.img-compressor-upload:hover {
    border-color: #e50914;
    color: #fff;
}

.img-compressor-label {
    width: 100%;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-compressor-input {
    display: none;
}

.img-compressor-file-name {
    margin-top: 15px;
    color: #ccc;
    font-size: 1.2rem;
    word-break: break-word;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-compressor-btn {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    cursor: pointer;
    margin-top: 15px;
    background: linear-gradient(135deg, #ff0050, #d60349);
    color: #fff;
    box-shadow: 0 6px 15px rgba(255, 0, 80, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.img-compressor-btn:disabled {
    background: #444;
    color: #aaa;
    cursor: not-allowed;
    box-shadow: none;
}

.img-compressor-btn:hover:enabled {
    background: linear-gradient(135deg, #ff3385, #e6004c); /* Rosa mais claro no hover */
    box-shadow: 0 6px 15px rgba(255, 51, 133, 0.6);
}

.img-compressor-clear {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    cursor: pointer;
    margin-top: 15px;
    background: linear-gradient(135deg, #d3d3d3, #a5a5a5); /* Cinza claro */
    color: #000;
    box-shadow: 0 6px 15px rgba(211, 211, 211, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.img-compressor-clear:hover {
    background: linear-gradient(135deg, #c0c0c0, #909090); 
}

.img-compressor-loading {
    margin-top: 20px;
    font-size: 1.1rem;
    color: #f39c12;
    animation: pulse 1.5s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}

.img-compressor-download {
    margin-top: 20px;
}

.img-compressor-download a {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 25px;
    background: linear-gradient(135deg, #4caf50, #388e3c); /* Verde como os botões de ação */
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.5);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 1.1em;
    transition: background 0.3s, transform 0.2s;
}

.img-compressor-download a:hover {
    background: linear-gradient(135deg, #45a049, #2e7d32); /* Verde escuro no hover */
}

.lucide-spin {
    animation: spin 1s linear infinite;
}

/* Ajuste responsivo para as imagens */
.img-compressor-titulo img {
    width: 48px;
    height: 48px;
}

@media (max-width: 480px) {
    .img-compressor-titulo img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 320px) {
    .img-compressor-titulo img {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 240px) {
    .img-compressor-titulo img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 200px) {
    .img-compressor-titulo img {
        width: 25px;
        height: 25px;
    }
}


@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@media (max-width: 480px) {
    .img-compressor-container {
        padding: 30px;
    }

    .img-compressor-title {
        font-size: 1.6em;
    }

    .img-compressor-btn {
        padding: 12px;
        font-size: 1rem;
    }

    .img-compressor-download a {
        padding: 12px 20px;
        font-size: 1rem;
    }

    .img-compressor-file-name {
        font-size: 1rem;
    }
}

@media (max-width: 320px) {
    .img-compressor-container {
        padding: 20px;
    }

    .img-compressor-title {
        font-size: 1.3em;
    }

    .img-compressor-btn {
        padding: 10px;
        font-size: 0.6rem;
    }

    .img-compressor-download a {
        padding: 10px 15px;
        font-size: 0.6rem;
    }

    .img-compressor-upload {
        padding: 15px;
        font-size: 0.9rem;
    }

    .img-compressor-file-name {
        font-size: 0.8rem;
    }
}

@media (max-width: 200px) {
    .img-compressor-container {
        padding: 15px;
        border-radius: 8px;
    }

    .img-compressor-title {
        font-size: 1em;
    }

    .img-compressor-btn {
        padding: 8px;
        font-size: 0.5rem;
    }

    .img-compressor-download a {
        padding: 8px 12px;
        font-size: 0.5rem;
    }

    .img-compressor-upload {
        padding: 10px;
        font-size: 0.7rem;
    }

    .img-compressor-file-name {
        font-size: 0.7rem;
    }
}


/* ======================== [FIM - CSS DO COMPRIMIR IMAGENS] ======================== */

/* ======================== [INICIO - CSS DO BAIXAR VÍDEO INSTAGRAM] ======================== */

.container-baixar-video-instagram {
    width: 90%;
    max-width: 600px;
    padding: 40px 40px 30px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    margin: auto;
    margin-top: 10vh;
    background-color: #1f1f1f;
    border: 2px solid #e1306c;
    position: relative;
}

/* Centralização correta dos ícones */
.icone-container-baixar-video-instagram {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    gap: 30px; /* Espaçamento uniforme entre os ícones */
    text-align: center;
}

/* Ajuste do tamanho e posicionamento dos ícones */
.icone-container-baixar-video-instagram i {
    font-size: 3rem;
    color: #e1306c;
}

/* Remoção de margens desnecessárias */
.icone-instagram-lottie {
    width: 50px;
    height: 50px;
    margin: 0;
}

/* Ajuste para o ícone de download */
.icone-download-video {
    font-size: 3rem;
    color: #e1306c;
    margin: 0;
}

.campo-input-icone-baixar-video-instagram {
    position: relative;
    margin: 20px 0;
}

.campo-input-icone-baixar-video-instagram input {
    width: 100%;
    padding: 15px 50px 15px 15px;
    border: 2px solid #333;
    border-radius: 10px;
    font-size: 1rem;
    color: #fff;
    background-color: #333;
    outline: none;
    transition: 0.3s;
}

.campo-input-icone-baixar-video-instagram input::placeholder {
    color: #aaa;
}

.campo-input-icone-baixar-video-instagram input:focus {
    border-color: #e1306c;
    box-shadow: 0 0 10px rgba(225, 48, 108, 0.5);
}

.campo-input-icone-baixar-video-instagram i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 1.2rem;
}

.botao-acao-baixar-video-instagram {
    background-color: #25D366;
    color: #fff;
    border: none;
    padding: 14px 22px;
    margin: 10px 5px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.botao-acao-baixar-video-instagram:disabled {
    background-color: #555;
    cursor: not-allowed;
}

.botao-acao-baixar-video-instagram:hover:not(:disabled) {
    background-color: #128C4E;
}

.botao-converter-mp4-instagram {
    background-color: #e1306c;
    color: #fff;
    border: none;
    padding: 14px 22px;
    margin-top: 15px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.botao-converter-mp4-instagram:hover {
    background-color: #a91f4f;
}

#container-midia-instagram {
    margin-top: 20px;
    text-align: center;
}

#miniatura-video-instagram {
    display: none;
    width: 100%;
    max-width: 560px;
    height: auto;
    margin-bottom: 15px;
    border-radius: 10px;
}

.carregamento-oculto-instagram {
    display: none;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
}

.carregando-instagram {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #e1306c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 15px auto;
}

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

#mensagem-erro-servidor-instagram {
    color: #d32f2f;
    font-weight: bold;
    margin-top: 20px;
}

.icone-downloads:hover {
    transform: scale(1.2);
}

/* Estilo para botões desativados */
.botao-acao-baixar-video-instagram:disabled,
.botao-converter-mp4-instagram:disabled {
    background-color: #555 !important;
    cursor: not-allowed !important;
    opacity: 0.7 !important;
}

/* Estilo para o ícone de download */
.icone-download-video {
    color: var(--primary-color);
    margin: 0;
    font-size: 3rem;
}

.texto-informativo-baixar-instagram {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

.texto-informativo-baixar-instagram h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #e1306c;
}

.texto-informativo-baixar-instagram p {
    font-size: 1rem;
    color: #ccc;
}

.icone-status {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #aaa;
    transition: color 0.3s ease;
}

.icone-status.valido {
    color: #25D366;
}

.icone-status.invalido {
    color: #d32f2f;
}

#botao-download-instagram {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: none;
  }
  
  #botao-download-instagram:hover {
    background-color: #218838;
  }
  


@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

@media (max-height:800px) {
    .container-baixar-video-instagram {
        margin-top: 10vh;
        margin-bottom: 0;
        overflow-y: auto;
    }
}

@media (max-width:768px) {
    .icone-container-baixar-video-instagram i {
        font-size: 2.5rem;
    }

    .icone-instagram-lottie {
        width: 50px;
        height: 50px;
    }

    .icone-download-video {
        font-size: 2.5rem;
    }

    .container-baixar-video-instagram {
        margin-top: 10vh;
        padding: 25px;
    }
}


/* ======================== [FIM - CSS DO BAIXAR VÍDEO INSTAGRAM] ======================== */