@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&display=swap');


.footer-links a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
}

.footer-links a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #ace400;
    transition: width 0.2s linear;
}

.footer-links a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-links a:hover::before {
    width: 100%;
}


body {
	font-family: "Asap", sans-serif;
	cursor: default;
	color: #666;
	height: 100vh;
	width: 100vw;
	max-height: max-content;
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}
h2 {
	font-family: 'Asap', sans-serif;
}

p, a {
  font-family: 'Asap', sans-serif;
}

a{
	color: #333;
}
a:hover{
	color: #940C10;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input:focus {
	background-image: url(../img/forms.png);
	background-position: center top;
	background-repeat: repeat-x;
}
select{
	padding: 4px;
	border-radius: 4px;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #D72A48;
	box-shadow: 0 1px 1px #dfdfdf inset, 0 0 8px #D72A48;
	outline: 0 none;
}
.btn-preto {
    text-transform: lowercase;
    outline: 0;
    background: #ace400;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #000000;
    font-size: 22px;
	font-weight: 900;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
	margin-bottom: 5px;
	border-radius: 1.2rem;
}

#login{
	/*width: 501px;
	height: 308px;
	margin: 0 auto;*/
    position: relative;
    z-index: 1;
    background: transparent;
    max-width: 440px;
    margin: 0 auto;
	margin-top: 70px;
    padding: 2rem;
    text-align: center;
	border: 4px solid #ffffff;
	border-radius: 3rem;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);

}
#login a{
	font-size:2rem;
	color: #ffffff;
	font-style: italic;
}
#login img{
	width: 200px;
}
#login h1{
	font-size: 5rem;
	color:#ffffff;
	font-weight: bold;
}
#login p {
	width: 60%;
	font-size: 2rem;
	color: #ffffff;
	margin: 2rem auto;
}
#login form{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 350px;
	margin: 0 auto;
}
.form-control {
    height: 46px;
	max-width:80% !important;
	font-size: 1.8rem;
}

#login form .input-group{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px!important;
}


.alerts{
	width: 350px!important;
	margin: 0 auto;
	padding: 8px!important;
	margin-top: 5px!important;
}

.login-wrapper {
    display: flex;
    min-height: 100vh;
}

.login-left, .login-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
}

.login-left .logo {
    width: 324px;
    margin-bottom: 20px;
}

.login-left h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #056EAB;
}

.login-left p {
	text-align: right;
	align-self: flex-end;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 20px auto;
}

.plan-link {
    display: inline-block;
    padding: 12px 20px;
    background-color: #056EAB;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
}

.plan-link:hover {
	color: #c1c1c1;
    background-color: #055685;
}


.home-wrapper{
	background-image: url('../assets/bg01.jpg');
		background-size: cover;         /* Preenche o container sem distorcer */
	  background-position: center;    /* Centraliza a imagem */
	  background-repeat: no-repeat;
	position: relative;
	z-index: 0;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.home-content{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.login-left {
    position: relative;
    display: flex;
    align-items: center;
	text-align: end;
    justify-content: center; /* Alinha o conte�do � esquerda */
    color: #fff;
    overflow: hidden;
	width: 50%;
}
.header-home{
	width: 100%;
	right: 0;
	top: 0;
	display: flex;
	gap: 2rem;
}
.header{
	z-index: 4;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	gap: 2rem;
	width: 60%;
	padding:1.3rem 2.5rem;
	align-items: left;
	justify-content: left;

}
.header-logo{
	width:416px
}
.header-btn{
	width: fit-content;
	display: flex;
	gap: 2rem;
}
.header-btn a {
	width: 12rem;
	text-align: center;
	padding: 1rem 0.5rem;
	background-color: #056EAB;
	border-radius: 0.5rem;
	color: #fff;
}
.login-right{
	max-width: 100vw;
}
.login-btn{
	background-color: transparent !important;
}
#background-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.5) blur(1px);
    z-index: -1;
}

.login-content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
    /* max-width: 500px; */
	width: 100%;
    text-align: right;
}

.login-content h1 {
    font-size: 64px;
	width: 70%;
    margin-bottom: 2px;
    color: #ffffff;
	text-align: right;
	line-height: 50px;
}

.login-content h2 span {
    color: #05b0e7; /* tom azul chamativo */
}

.login-content p {
	text-align: right;
	margin:  0;
	margin-top: 1rem;
	width: 60%;
	word-spacing: 1rem;
    font-size: 22px;
    line-height: 1.3;
    color: #e0e0e0;
}
.banner-line{
	height: 0.5rem;
	border: 0;
	border-radius: 2.5rem;
	font-size: large;
	background-color: #05b0e7;
	width: 60%;
	margin-top: 0;
	margin-bottom: 30px;
}
.btn-primary {
	margin-top: 2.3rem;
    display: inline-block;
	/* align-self: center; */
    padding: 20px 30px;
    background-color: #ace400;
    color: #364a00;
	font-size: 2rem;
	width: 100%;
	max-width: 500px;
	font-size: 3rem;
	text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 12px;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
	color: #ffffff;

    background-color: #a0d500;
}

.btn-primary:focus{
    color: white;
}

.plan-link {
    display: inline-block;
    padding: 12px 20px;
    background-color: #056EAB;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
}

.plan-link:hover {
	color: #c1c1c1;
    background-color: #055685;
}

.howTo-container{
	background-color: #f8f8f8;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.howTo-header{
	width: 60vw;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.howTo-header h2{
	font-size: 5rem;
	font-weight: bolder;
}
.howTo-content{
	padding: 2rem;
	width: 100vw;
	gap: 2rem;
	align-items: start;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.howTo-content section {
	width: 30%;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.howTo-content section p {
	font-size: large;
	text-align: left;
	align-self: center;
	width: 75%;
}@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&display=swap');
body {
	font-family: "Asap", sans-serif;
	cursor: default;
	color: #666;
	height: 100vh;
	width: 100vw;
	max-height: max-content;
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}
h2 {
	font-family: 'Asap', sans-serif;
}

p, a {
  font-family: 'Asap', sans-serif;
}

a{
	color: #333;
}
a:hover{
	color: #940C10;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input:focus {
	background-image: url(../img/forms.png);
	background-position: center top;
	background-repeat: repeat-x;
}
select{
	padding: 4px;
	border-radius: 4px;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #D72A48;
	box-shadow: 0 1px 1px #dfdfdf inset, 0 0 8px #D72A48;
	outline: 0 none;
}
.btn-preto {
    text-transform: lowercase;
    outline: 0;
    background: #ace400;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #000000;
    font-size: 22px;
	font-weight: 900;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
	margin-bottom: 5px;
	border-radius: 1.2rem;
}

#login{
	/*width: 501px;
	height: 308px;
	margin: 0 auto;*/
    position: relative;
    z-index: 1;
    background: transparent;
    max-width: 440px;
    margin: 0 auto;
	margin-top: 70px;
    padding: 2rem;
    text-align: center;
	border: 4px solid #ffffff;
	border-radius: 3rem;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);

}
#login a{
	font-size:2rem;
	color: #ffffff;
	font-style: italic;
}
#login img{
	width: 200px;
}
#login h1{
	font-size: 5rem;
	color:#ffffff;
	font-weight: bold;
}
#login p {
	width: 60%;
	font-size: 2rem;
	color: #ffffff;
	margin: 2rem auto;
}
#login form{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 350px;
	margin: 0 auto;
}
.form-control {
    height: 46px;
	max-width:80% !important;
	font-size: 1.8rem;
}

#login form .input-group{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px!important;
}


.alerts{
	width: 350px!important;
	margin: 0 auto;
	padding: 8px!important;
	margin-top: 5px!important;
}

.login-wrapper {
    display: flex;
    min-height: 100vh;
}

.login-left, .login-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
}

.login-left .logo {
    width: 324px;
    margin-bottom: 20px;
}

.login-left h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #056EAB;
}

.login-left p {
	text-align: right;
	align-self: flex-end;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 20px auto;
}

.plan-link {
    display: inline-block;
    padding: 12px 20px;
    background-color: #056EAB;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
}

.plan-link:hover {
	color: #c1c1c1;
    background-color: #055685;
}


.home-wrapper{
	background-image: url('../assets/bg01.jpg');
		background-size: cover;         /* Preenche o container sem distorcer */
	  background-position: center;    /* Centraliza a imagem */
	  background-repeat: no-repeat;
	position: relative;
	z-index: 0;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.home-content{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.login-left {
    position: relative;
    display: flex;
    align-items: center;
	text-align: end;
    justify-content: center; /* Alinha o conte�do � esquerda */
    color: #fff;
    overflow: hidden;
	width: 50%;
}
.header-home{
	width: 100%;
	right: 0;
	top: 0;
	display: flex;
	gap: 2rem;
}
.header{
	z-index: 4;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	gap: 2rem;
	width: 60%;
	padding:1.3rem 2.5rem;
	align-items: left;
	justify-content: left;

}
.header-logo{
	width:416px
}
.header-btn{
	width: fit-content;
	display: flex;
	gap: 2rem;
}
.header-btn a {
	width: 12rem;
	text-align: center;
	padding: 1rem 0.5rem;
	background-color: #056EAB;
	border-radius: 0.5rem;
	color: #fff;
}
.login-right{
	max-width: 100vw;
}
.login-btn{
	background-color: transparent !important;
}
#background-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.5) blur(1px);
    z-index: -1;
}

.login-content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
    /* max-width: 500px; */
	width: 100%;
    text-align: right;
}

.login-content h1 {
    font-size: 50px;
	width: 70%;
    margin-bottom: 2px;
    color: #ffffff;
	text-align: right;
	line-height: 50px;
}

.login-content h2 span {
    color: #05b0e7; /* tom azul chamativo */
}

.login-content p {
	text-align: right;
	margin:  0;
	margin-top: 1rem;
	width: 60%;
	word-spacing: 1rem;
    font-size: 22px;
    line-height: 1.3;
    color: #e0e0e0;
}
.banner-line{
	height: 0.5rem;
	border: 0;
	border-radius: 2.5rem;
	font-size: large;
	background-color: #05b0e7;
	width: 60%;
	margin-top: 0;
	margin-bottom: 30px;
}
.btn-primary {
	margin-top: 2.3rem;
    display: inline-block;
	/* align-self: center; */
    padding: 11px 20px;
    background-color: #ace400;
    color: #364a00;
	font-size: 2rem;
	width: 100%;
	max-width: 500px;
	font-size: 3rem;
	text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 12px;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
	color: #ffffff;

    background-color: #a0d500;
}

.plan-link {
    display: inline-block;
    padding: 12px 20px;
    background-color: #056EAB;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
}

.plan-link:hover {
	color: #c1c1c1;
    background-color: #055685;
}

.howTo-container{
	background-color: #f8f8f8;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.howTo-header{
	width: 60vw;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.howTo-header h2{
	font-size: 5rem;
	font-weight: bolder;
}
.howTo-content{
	padding: 2rem;
	width: 100vw;
	gap: 2rem;
	align-items: start;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.howTo-content section {
	width: 30%;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.howTo-content section p {
	font-size: large;
	text-align: left;
	align-self: center;
	width: 75%;
}

.video-container {
      position: relative;
      width: 100%;
      max-width: 960px;
      margin: 2rem auto;
      border: 8px solid #000;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      aspect-ratio: 16 / 9;
      transition: box-shadow 0.3s ease;
    }

    .video-container:hover {
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
    }

    .video-container iframe {
      width: 100%;
      height: 100%;
      border: none;
    }


    /* Responsividade para telas menores */
    @media (max-width: 768px) {
      .video-container {
        border-width: 6px;
        border-radius: 10px;
        margin: 1rem;
      }
    }

    @media (max-width: 480px) {
      .video-container {
        border-width: 4px;
        border-radius: 8px;
        margin: 0.5rem;
      }
    }
.planos-container {
	background-image: url('../assets/bg02.jpg');
		background-size: cover;         /* Preenche o container sem distorcer */
	  background-position: center;    /* Centraliza a imagem */
	  background-repeat: no-repeat;
	position: relative;
	margin-top: 3rem;
	display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-direction: column;
    padding: 60px 20px;
    text-align: center;
}
.planos-container h1{
	font-size: 4rem;
	color: #ffffff;
	font-weight: 800;
}
.planos-container p{
	font-size: 3rem;
	color: #ffffff;
}
.background-image{
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100vh;
	margin:auto;
	width: 100vw;
	object-fit: cover;
	position: absolute;
}
.planos-container h2 {
    font-size: 28px;
    margin-bottom: 40px;
    color: #333;
}

.planos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.plano {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2rem;
    width: 300px;
	padding-bottom: 2rem;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    transition: transform 0.3s, border-color 0.3s;
}

.plano:hover {
    transform: translateY(-5px);
    border-color: #000;
}

.plano h3 {
    font-size: 24px;
    margin: 0;
    color: #000;
	background-color: #e5e5e5;
	padding: 3rem;
}

.plano .preco {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.plano ul {
	margin: auto;
    list-style: none;
    padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	width: 80%;
    margin-bottom: 20px;
    color: #555;
}
.plano hr{
	margin: 0;
	margin-bottom: 8px;
	background-color: #000;
}


.btn-assinar {
    display: inline-block;
    padding: 15px 0;
    border: none;
	margin: 0 auto;
	width: 80%;
	font-size: 2rem;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 1.5rem;
    transition: background 0.3s;
	background-color: #e5e5e5;
}

.btn-assinar:hover {
	color: #fff;
    background: #a7db09;
}

.plano.destaque {
    border-color: #ace400;
	border-width: 5px;
    box-shadow: 0 0 25px rgba(215, 42, 72, 0.3);
}
.plano.destaque h3{
	background-color: #ace400;
}
.plano.destaque .btn-assinar{
	background-color: #ace400;
}
.selo-desconto {
    rotate: -45deg;
    position: absolute;
    left: -4rem;
    top: 4rem;
    width: 18rem;
    background: red;
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
}
.preco-original {
    text-decoration: line-through;
    color: #888;
    margin-right: 5px;
}

.preco-com-desconto {
    color: green;
    font-weight: bold;
}
footer{
	background-color: #4d0365;
	padding: 2rem;
	height: 30vh;
	border-top: 5px solid #ace400;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-content{

	justify-content: space-around;
	display: flex;
}
.footer-content section{
	display: flex;
	gap: 0.5rem;
	flex-direction: column;
}
.footer-links{
	display: flex;
	width: 30%;
	align-items: center;
	justify-content: space-between;
	gap: 3rem;
}
.footer-content a{
	color: #ffffff;
}
@media (max-width: 1440px) {
	.home-wrapper{
		flex-direction: column;
		height: auto;
	}
	.home-content{
		height: auto;
	}
	.banner-line{
		width: 80%;
		margin-right: 0;
	}

	.login-content {
		margin-top: 3rem;
		width: 100%;
		margin-left: auto;
		align-items: flex-end;
		justify-content: flex-end;
		padding: 1rem ;
	}

	.login-content h2 {
		font-size: 36px ;
		font-weight: bold;
	}

	.login-content p {
		font-size: 18px ;
		margin-left: auto;
		width:100%;
		text-align: end;
	}
}

@media (max-width: 1020px) {

	.banner-line{
		width: 90%;
		margin: auto;
		margin-bottom: 30px;
	}
	body {
		font-size: 16px;

	}
	.home-wrapper {
		flex-direction: column;
		height: auto;
	}
	.home-content{
		flex-direction: column;
	}
	.header-logo{
		display: flex;
		justify-content: center;
	}
	.login-left {
		padding: 20px ;
		width: 80vw;
		justify-content: center ;
		/* justify-content: space-around; */
		align-items: center;
	}
	.login-left h1{
		text-align: center;
	}
	.login-left p{
		text-align: center !important;
	}

	#background-left{
		background-position:center;
		width: 100%;
		height: 100%;
	}
	.header, .header-home {
		flex-direction: column ;
		align-items: center ;
		padding: 1rem ;
		gap: 1rem ;
	}

	.header-btn {
		flex-direction: column ;
		width: 100% ;
		align-items: center ;
		margin-top: 2rem;
	}

	.header-btn a {
		width: 100% ;
		max-width: 200px;
	}

	.login-content {
		margin-top: 0rem;
		width: 100% ;
		padding: 1rem ;
		align-items: center;
	}

	.login-content h2 {
		font-size: 24px ;
	}

	.login-content p {
		font-size: 14px ;
		text-align: center;
		width: 100% ;
	}

	.howTo-header {
		width: 100% ;
		padding: 1rem;
	}

	.howTo-content {
		flex-direction: column ;
		align-items: center ;
		gap: 1.5rem ;
		padding: 1rem ;
	}

	.howTo-content section {
		width: 100% ;
	}

	.howTo-content section p {
		text-align: center ;
		width: 100% ;
	}

	.planos-container {
		margin-top: 0;
		padding: 0.5rem ;
	}
	.planos-container h4{
		width: 70% !important;
	}

	.planos {
		width: 100vw;
		align-items: center ;
	}

	.plano {
		width: 30%;
		height: 100%;
		max-height: 430px;
		max-width: 320px;
	}
	.plano li {
		font-size: 1.3rem;
		width: 100%;
	}
	.selo-desconto {
		font-size: 12px;
		width: 10rem;
		left: -3rem;
		top: 3rem;
	}
	.footer-content {
		width: 100%;
	}
	.footer-links{
		width: 40%;
	}
}
@media (max-width: 540px) {
	body{
		display: flex;
		flex-direction: column;
	}
	.header{
		width: 100vw;
		align-items: center;
		justify-content: center;
	}
	.input-group{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header-logo{
		justify-content: center;
		align-items: center;
		width: 80% ;
	}
	.header-logo img{
		width: 100%;
	}
	.home-wrapper{
		width: 100vw;
		height: auto;
	}
	.home-content{
		flex-direction: column;
	}
	.login-left{
		width: 100vw;
	}
	.login-content{
		margin: 0;
		width: 100%;
	}
	.login-content h1 {
		text-align: center	;
		width: 100%;
	}
	.login-content p {
		text-align: center !important	;
		width: 100%;
		font-size: 15px;
	}
	#background-left{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#login-right{
		max-width: 100vw;
	}
	#login{
		max-width: 92vw;
		justify-content: center;
		align-items: center;
	}
	#login form{
		max-width: 100% !important;
	}
	#login p {
		width:100%
	}
	#login .btn-preto{
		max-width: 225px;
		font-size: 1rem;
	}
	.howTo-header p {
		width: 90% !important;
	}
	.planos-container{

	  width: 100%;
	}
	.planos-container img{
		height: 100%;
	}
	.planos {
		flex-direction: column;
		width: 80%;
	}
	.planos-container h4{
		width: 90% !important;
	}
	.plano{
		width: 90%;
	}
	footer{
		width: 100vw;
		height: auto;
	}
	.footer-content{
		width: 100%;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.footer-links{
		width: 100%;
		margin-top: 5rem;
	}
	.footer-links section{
		gap: 2rem;
	}
}
.planos-container {
	background-image: url('../assets/bg02.jpg');
		background-size: cover;         /* Preenche o container sem distorcer */
	  background-position: center;    /* Centraliza a imagem */
	  background-repeat: no-repeat;
	position: relative;
	margin-top: 3rem;
	display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-direction: column;
    padding: 60px 20px;
    text-align: center;
}
.planos-container h1{
	font-size: 5rem;
	color: #ffffff;
	font-weight: 800;
}
.planos-container p{
	font-size: 3rem;
	color: #ffffff;
}
.background-image{
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100vh;
	margin:auto;
	width: 100vw;
	object-fit: cover;
	position: absolute;
}
.planos-container h2 {
    font-size: 28px;
    margin-bottom: 40px;
    color: #333;
}

.planos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.plano {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2rem;
    width: 300px;
	padding-bottom: 2rem;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    transition: transform 0.3s, border-color 0.3s;
}

.plano:hover {
    transform: translateY(-5px);
    border-color: #000;
}

.plano h3 {
    font-size: 24px;
    margin: 0;
    color: #000;
	background-color: #e5e5e5;
	padding: 3rem;
}

.plano .preco {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.plano ul {
	margin: auto;
    list-style: none;
    padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	width: 80%;
    margin-bottom: 20px;
    color: #555;
}
.plano hr{
	margin: 0;
	margin-bottom: 8px;
	background-color: #000;
}


.btn-assinar {
    display: inline-block;
    padding: 15px 0;
	margin: 0 auto;
	width: 80%;
	font-size: 2rem;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 1.5rem;
    transition: background 0.3s;
	background-color: #e5e5e5;
}

.btn-assinar:hover {
	color: #fff;
    background: #a7db09;
}

.plano.destaque {
    border-color: #ace400;
	border-width: 5px;
    box-shadow: 0 0 25px rgba(215, 42, 72, 0.3);
}
.plano.destaque h3{
	background-color: #ace400;
}
.plano.destaque .btn-assinar{
	background-color: #ace400;
}
.selo-desconto {
    rotate: -45deg;
    position: absolute;
    left: -4rem;
    top: 4rem;
    width: 18rem;
    background: red;
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
}
.preco-original {
    text-decoration: line-through;
    color: #888;
    margin-right: 5px;
}

.preco-com-desconto {
    color: green;
    font-weight: bold;
}
footer{
	background-color: #4d0365;
	padding: 2rem;
	height: 30vh;
	border-top: 5px solid #ace400;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-content{

	justify-content: space-around;
	display: flex;
}
.footer-content section{
	display: flex;
	gap: 0.5rem;
	flex-direction: column;
}
.footer-links{
	display: flex;
	width: 30%;
	align-items: center;
	justify-content: space-between;
	gap: 3rem;
}
.footer-content a{
	color: #ffffff;
}
@media (max-width: 1440px) {
	.home-wrapper{
		flex-direction: column;
		height: auto;
	}
	.home-content{
		height: auto;
	}
	.banner-line{
		width: 80%;
		margin-right: 0;
	}

	.login-content {
		margin-top: 3rem;
		width: 100%;
		margin-left: auto;
		align-items: flex-end;
		justify-content: flex-end;
		padding: 1rem ;
	}

	.login-content h2 {
		font-size: 36px ;
		font-weight: bold;
	}

	.login-content p {
		font-size: 18px ;
		margin-left: auto;
		width:100%;
		text-align: end;
	}
}

@media (max-width: 1020px) {

	.banner-line{
		width: 90%;
		margin: auto;
		margin-bottom: 30px;
	}
	body {
		font-size: 16px;

	}
	.home-wrapper {
		flex-direction: column;
		height: auto;
	}
	.home-content{
		flex-direction: column;
	}
	.header-logo{
		display: flex;
		justify-content: center;
	}
	.login-left {
		padding: 20px ;
		width: 80vw;
		justify-content: center ;
		/* justify-content: space-around; */
		align-items: center;
	}
	.login-left h1{
		text-align: center;
	}
	.login-left p{
		text-align: center !important;
	}

	#background-left{
		background-position:center;
		width: 100%;
		height: 100%;
	}
	.header, .header-home {
		flex-direction: column ;
		align-items: center ;
		padding: 1rem ;
		gap: 1rem ;
	}

	.header-btn {
		flex-direction: column ;
		width: 100% ;
		align-items: center ;
		margin-top: 2rem;
	}

	.header-btn a {
		width: 100% ;
		max-width: 200px;
	}

	.login-content {
		margin-top: 0rem;
		width: 100% ;
		padding: 1rem ;
		align-items: center;
	}

	.login-content h2 {
		font-size: 24px ;
	}

	.login-content p {
		font-size: 14px ;
		text-align: center;
		width: 100% ;
	}

	.howTo-header {
		width: 100% ;
		padding: 1rem;
	}

	.howTo-content {
		flex-direction: column ;
		align-items: center ;
		gap: 1.5rem ;
		padding: 1rem ;
	}

	.howTo-content section {
		width: 100% ;
	}

	.howTo-content section p {
		text-align: center ;
		width: 100% ;
	}

	.planos-container {
		margin-top: 0;
		padding: 0.5rem ;
	}
	.planos-container h4{
		width: 70% !important;
	}

	.planos {
		width: 100vw;
		align-items: center ;
	}

	.plano {
		width: 30%;
		height: 100%;
		max-height: 430px;
		max-width: 320px;
	}
	.plano li {
		font-size: 1.3rem;
		width: 100%;
	}
	.selo-desconto {
		font-size: 12px;
		width: 10rem;
		left: -3rem;
		top: 3rem;
	}
	.footer-content {
		width: 100%;
	}
	.footer-links{
		width: 40%;
	}
}
@media (max-width: 540px) {
	body{
		display: flex;
		flex-direction: column;
	}
	.header{
		width: 100vw;
		align-items: center;
		justify-content: center;
	}
	.input-group{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header-logo{
		justify-content: center;
		align-items: center;
		width: 80% ;
	}
	.header-logo img{
		width: 100%;
	}
	.home-wrapper{
		width: 100vw;
		height: auto;
	}
	.home-content{
		flex-direction: column;
	}
	.login-left{
		width: 100vw;
	}
	.login-content{
		margin: 0;
		width: 100%;
	}
	.login-content h1 {
		text-align: center	;
		width: 100%;
	}
	.login-content p {
		text-align: center !important	;
		width: 100%;
		font-size: 2rem;
	}
	#background-left{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#login-right{
		max-width: 100vw;
	}
	#login{
		max-width: 100vw;
		justify-content: center;
		align-items: center;
	}
	#login form{
		max-width: 100% !important;
	}
	#login p {
		width:100%
	}
	#login .btn-preto{
		max-width: 60%;
		font-size: 1rem;
	}
	.howTo-header p {
		width: 90% !important;
	}
	.planos-container{

	  width: 100%;
	}
	.planos-container img{
		height: 100%;
	}
	.planos {
		flex-direction: column;
		width: 80%;
	}
	.planos-container h4{
		width: 90% !important;
	}
	.plano{
		width: 90%;
	}
	footer{
		width: 100vw;
		height: auto;
	}
	.footer-content{
		width: 100%;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.footer-links{
		width: 100%;
		margin-top: 5rem;
	}
	.footer-links section{
		gap: 2rem;
	}
}
