/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Centraliza o container */
body {
    font-family: Arial, sans-serif;
	line-height: 1.5;
}

h1, h2 {
	    line-height: 1.2;
}

.centralizado h1, .centralizado h2 {
	text-align: center !important;
}

@font-face {
    font-family: 'sofia';
    src: url('../fonts/SofiaSansExtraCondensed-SemiBold.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'sofia-regular';
    src: url('../fonts/SofiaSansExtraCondensed-Regular.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'lora-regular';
    src: url('../fonts/Lora-Regular.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'lora-bold';
    src: url('../fonts/Lora-Bold.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}



/* =========================
   BOTÃO
========================= */

.BUTTON_1 {
   background: #FF9900;
   background-image: -webkit-linear-gradient(top, #FF9900, #DF8600);
   background-image: -moz-linear-gradient(top, #FF9900, #DF8600);
   background-image: -ms-linear-gradient(top, #FF9900, #DF8600);
   background-image: -o-linear-gradient(top, #FF9900, #DF8600);
   background-image: -webkit-gradient(to bottom, #FF9900, #DF8600);
   color: #FFFFFF;
   font-family: "Sofia", sans-serif;
   font-size: 18px;
   padding: 2px;
   -webkit-box-shadow: 1px 1px 5px 0 #000000;
   -moz-box-shadow: 1px 1px 5px 0 #000000;
   box-shadow: 1px 1px 5px 0 #000000;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   width: 100%;
}

.BUTTON_1:hover {
   background: #DF8600;
   text-decoration: none;
}

.BUTTON_2 {
    background: #FF9900;
    background-image: -webkit-linear-gradient(top, #FF9900, #DF8600);
    background-image: -moz-linear-gradient(top, #FF9900, #DF8600);
    background-image: -ms-linear-gradient(top, #FF9900, #DF8600);
    background-image: -o-linear-gradient(top, #FF9900, #DF8600);
    background-image: -webkit-gradient(to bottom, #FF9900, #DF8600);
    color: #FFFFFF;
    font-family: "Sofia", sans-serif;
    font-size: 30px;
    padding: 2px;
    -webkit-box-shadow: 1px 1px 5px 0 #000000;
    -moz-box-shadow: 1px 1px 5px 0 #000000;
    box-shadow: 1px 1px 5px 0 #000000;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 60%;
    margin-left: 20%;
    padding: 15px;
	margin-top: 35px;
    margin-bottom: 35px;
}

.BUTTON_2:hover {
   background: #DF8600;
   text-decoration: none;
}

.BUTTON_3 {
    background: #FF9900;
    background-image: -webkit-linear-gradient(top, #FF9900, #DF8600);
    background-image: -moz-linear-gradient(top, #FF9900, #DF8600);
    background-image: -ms-linear-gradient(top, #FF9900, #DF8600);
    background-image: -o-linear-gradient(top, #FF9900, #DF8600);
    background-image: -webkit-gradient(to bottom, #FF9900, #DF8600);
    color: #FFFFFF;
    font-family: "Sofia", sans-serif;
    font-size: 40px;
    padding: 2px;
    -webkit-box-shadow: 1px 1px 5px 0 #000000;
    -moz-box-shadow: 1px 1px 5px 0 #000000;
    box-shadow: 1px 1px 5px 0 #000000;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 60%;
    margin-left: 20%;
    padding: 15px;
	margin-top: 35px;
    margin-bottom: 35px;
}

.BUTTON_3:hover {
   background: #DF8600;
   text-decoration: none;
}

/* =========================
   CONTAINER RESPONSIVO
========================= */


.container-externo {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.container-interno {
    width: 100%;
    padding: 0px;
}

/* Telas médias (>= 700px) */
@media (min-width: 700px) {
    .container-interno {
        max-width: 700px;
    }
}

/* Telas grandes (>= 1050px) */
@media (min-width: 1050px) {
    .container-interno {
        max-width: 1050px;
    }
}





/* =========================
   HEADER
========================= */

.site-header {
    width: 100%;
}

.site-header .header-top-externo,
.site-header .header-bottom-externo {
   width: 100%;
}

/* Container interno alinhado com o restante do site */
.site-header .header-top-interno,
.site-header .header-bottom-interno {
    max-width: 350px;
    margin: 0 auto;

}

.site-header .header-top-interno {
    padding: 23px 0 34px 0;
}

.site-header .header-bottom-interno{
	padding: 5px;
}

.header-logo {
    width: 40%;
}

@media (max-width: 1050px) {
.header-logo img {
    width: 100%;
}
}


/* Responsividade do header (igual ao container principal) */
@media (min-width: 700px) {
    .site-header .header-top-interno,
    .site-header .header-bottom-interno {
        max-width: 700px;
    }
	.header-logo {
    width: 30%;
}
.header-phrase {
	max-width: 700px;	
}

.titulo-conteudo {
	max-width: 700px;	
}

}

@media (min-width: 1050px) {
    .site-header .header-top-interno,
    .site-header .header-bottom-interno {
        max-width: 1050px;
    }
	.header-phrase {
	max-width: 1050px;	
}
	.titulo-conteudo {
	max-width: 1050px;	
}
	.header-logo {
    width: 40%;
}
}

/* =========================
   LINHA 1
========================= */


.header-menu div a {
    text-decoration: none;
    color: #000;
	font-family: "Sofia", sans-serif;
	font-weight: 700;
	font-size: 22px;
}


.header-logo {
    display: flex;
    justify-content: center;
	        
}

.site-header .header-bottom-externo {
	background-color: #653434;
}

.site-header .header-top-externo {
	background-color: white;
	    background: -webkit-linear-gradient(top, #fff 0%, #EFEFEF 100%);
    background: linear-gradient(to right, #fff 0%, #EFEFEF 100%);
	border-bottom: solid 1px #ccc;
}

.header-top-interno {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-social {
    display: flex;
    gap: 0px;
    width: 30%;
    flex-direction: row;
    padding-top: 18px;
    justify-content: flex-end;
}

.header-social a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.header-phrase h1 {
    font-family: "Lora", sans-serif;
	font-weight: 400;
	color: black;
	font-size: 36px;
	text-align: center;
}

.header-phrase {
padding-top: 40px;
    padding-bottom: 40px;
}

span.destaque {
    font-weight: 700;
}




/* =========================
   LINHA 2
========================= */

.header-bottom-interno {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-menu {
    display: flex;
    gap: 5px;
	width: 30%;
}

.header-menu {
	font-size: 24px;
	}

a.hover:hover {
	text-decoration: underline;
	color: #990000;
}

.active{
	text-decoration: underline !important;
	color: #990000 !important;
}

/* =========================
   MOBILE (350px)
========================= */

@media (max-width: 699px) {


    /* Segunda linha vira coluna */
    .header-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .header-menu {
        flex-direction: row;
        gap: 5px;
    }
	.header-phrase h1 {
	font-size: 20px;
}

	.titulo-conteudo h1 {
	font-size: 20px;
}

	.header-top-interno {
		justify-content: center;
	}
}

    







/* =========================
   GRID DE POSTS
========================= */

.container-externo{
	background-image: url("../img/gradiente.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	padding-bottom: 50px;
}


.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 330px);
    justify-content: center;
    gap: 30px;
}


/* Estilo das células */
.post {
    width: 330px;
    color: white;
    display: flex;
	align-items: flex-start;
    justify-content: center;
    font-size: 20px;
    border-radius: 8px;
	flex-direction: column;
	    background: #EAEAEA;
    padding: 19px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	border: solid 1px #ccc;
}

.imagem img {
    width: 100%;
}

.tags span{
	text-decoration: none;
    color: white;
	font-family: "Sofia", sans-serif;
	font-weight: 700;
	font-size: 16px;
	background-color: #990000;
	padding: 0 6px;
}

.titulo p{
	text-decoration: none;
    color: black;
	font-family: "lora-regular", sans-serif;
	font-weight: 700;
	font-size: 18px;	
}

.post-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.post-link:hover .post {
  box-shadow: 0 4px 14px rgba(0,0,0,0.315);
}



.titulo {
    margin-top: 5px;
    margin-bottom: 15px;
}

.tags {
    padding-top: 2px;
    padding-bottom: 4px;
}

hr {
  border: none;
  border-top: 1px dashed #ccc;
  margin: 20px 0;
  width: 100%;
}

/* =========================
   PÁGINA CORRIDA
========================= */

.container-post {
	padding-top: 60px;
}

.corpo-conteudo p {
    margin-bottom: 20px;
    font-family: "lora";
    font-size: 22px;
	 margin-bottom: 30px;
}

.nome p{
	    margin-top: 20px;
    font-family: "lora";
    font-size: 22px;
	 color: black;
	 text-shadow: none !important;
	 font-weight:400;
}

.corpo-conteudo h2 {
    margin-bottom: 20px;
    font-family: "lora";
    font-size: 26px;
}



.titulo-conteudo h1 {
    font-family: "Lora-Bold", sans-serif;
	font-weight: 700;
	color: black;
	font-size: 40px;
	text-align: left;
	    margin-bottom: 20px;
}

.corpo-conteudo h1 {
    font-family: "Lora-Bold", sans-serif;
	font-weight: 700;
	color: black;
	font-size: 40px;
	text-align: left;
}
.corpo-produto h1 {
    padding-bottom: 50px;
	padding-top: 20px;
	text-align: center;
}

.corpo-produto {
    padding-top: 50px;
	padding-left: 60px;
	padding-right: 60px;

}

.titulo-conteudo {
padding-top: 5px;
    padding-bottom: 28px;
}

.imagem-flutuante {
    float: left;       
    margin: 0 20px 5px 0; 
}

.hero {
    display: flex;
    flex-direction: row;
	background-image: url("../img/bg_hero.jpg");
	    justify-content: space-between;
		background-size: cover;
}

.hero .imagem {
    width: 187px;
	margin-right: 90px;
}

.hero .imagem img {
    width: 100%;
    margin: 30px 0;
}

.nome {
    padding: 0 60px;
    width: 759px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nome h1{
	    font-family: "Lora-Bold", sans-serif;
	font-weight: 700;
	color: black;
	font-size: 40px;
	text-align: left;
	color: #990000;
	text-shadow: 1px 1px #333;
}

.lista-beneficios {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.lista-beneficios li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px;
    font-family: "lora-regular", sans-serif;
    font-size: 22px;
}

.lista-beneficios li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #990000;
    font-size: 24px;
    font-weight: bold;
}

.corpo-conteudo li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px;
    font-family: "lora-regular", sans-serif;
    font-size: 22px;
	    margin-left: 20px;
}

.corpo-conteudo li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #990000;
    font-size: 24px;
    font-weight: bold;
}

.corpo-conteudo ul{
	list-style: none;
}

.nome h5{
	text-decoration: none;
    font-family: "Sofia", sans-serif;
    font-weight: 700;
    font-size: 28px;
    padding: 0 6px;
}

@media (max-width: 1050px) {
	.nome {
    width: 509px;
	}
	.hero .imagem {
    width: 187px;
    margin-right: 30px;
}
.nome h1 {
    font-size: 34px;
}
}


@media (max-width: 699px) {
	
	
	.hero {
    flex-direction: column;
	    background-image: none;
	}
	    .hero .imagem {
        width: 100%;
        margin-right: 30px;
        background-image: url(../img/bg_hero.jpg);
		        display: flex;
        justify-content: center;
		        padding: 50px;
        background-size: cover;
    }
	.hero .imagem img {
    width: 179px;
    margin: 0;
}
    .nome {
        width: 100%;
        padding: 40px 0;
    }
	
	    .nome h1 {
        font-size: 30px;
    }
	.corpo-produto {
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
}
	
	.container-post {
	padding-top: 30px !important;
}
.imagem-flutuante {
    float: left;
    margin: 0 0 15px 0;
    width: 100%;
}

    .titulo-conteudo h1 {
        font-size: 30px;
    }
	
	.corpo-conteudo p {
    font-size: 22px;
	}
	
		.corpo-produto h1 {
    font-size: 30px;
	}
	
	    .container-post .tags span {
        font-size: 18px !important;
    }

.BUTTON_2 {
    width: 100%;
    margin-left: 0%;
}

.BUTTON_3 {
    font-size: 9vw;
    width: 100%;
    margin-left: 0%;
}

}





/* =========================
   LIGHTBOX
========================= */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-content {
  background: #fff;
  padding: 40px;
  width: 90%;
  max-width: 520px;
  border-radius: 6px;
  position: relative;
  font-family: Arial, sans-serif;
}

.modal-content h2 {
  	    font-family: "Lora-Bold", sans-serif;
	font-weight: 400;
	color: black;
	font-size: 30px;
	text-align: left;
	color: #black;
}
.modal-content h3 {
  	    font-family: "Lora-Bold", sans-serif;
	font-weight: 700;
	color: black;
	font-size: 20px;
	text-align: left;
	color: #black;
}

.modal-content p {
	margin: 20px 0;
    font-family: "lora";
    font-size: 20px;
	 color: black;
	 font-weight:400;
}

.modal-content h6 {
    font-family: "lora";
    font-size: 12px;
	 color: black;
	 font-weight:700;
	 text-align: center;
}

.modal-content input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  font-family: "lora";
}


.close-button {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.continue-button {
    background: #FF9900;
    background-image: -webkit-linear-gradient(top, #FF9900, #DF8600);
    background-image: -moz-linear-gradient(top, #FF9900, #DF8600);
    background-image: -ms-linear-gradient(top, #FF9900, #DF8600);
    background-image: -o-linear-gradient(top, #FF9900, #DF8600);
    background-image: -webkit-gradient(to bottom, #FF9900, #DF8600);
    color: #FFFFFF;
    font-family: "Sofia", sans-serif;
    font-size: 30px;
    padding: 2px;
    -webkit-box-shadow: 1px 1px 5px 0 #000000;
    -moz-box-shadow: 1px 1px 5px 0 #000000;
    box-shadow: 1px 1px 5px 0 #000000;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 100%;
    padding: 15px;
	margin-top: 15px;
    margin-bottom: 20px;
	border: 0;
}

.continue-button:hover {
   background: #DF8600;
   text-decoration: none;
}
.input-error {
  border: 1px solid #c62828 !important;
}


@media (max-width: 699px) {
.continue-button {
    font-size: 24px;
}
}




/* =========================
   FOOTER
========================= */


footer.site-footer {
    display: flex;
    justify-content: center;
	background-color: #653434;
	color: white;
	padding: 20px 10px;
	font-family: "lora-regular", sans-serif;
	font-size: 14px;
}

footer.site-footer a{
	color: white;
	font-family: "lora-regular", sans-serif;
}





/* =========================
   GRID EBOOK
========================= */



.ebook {
	
	    width: 330px;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 20px;
    
	flex-direction: row;
	gap: 15px;
	padding-top: 20px;
	    padding-bottom: 15px;
}

.container-ebook-individual{
	background-color: #EAEAEA;
	border-radius: 8px;
	    border: solid 1px #ccc;
}

.ebook_c1 {
	width: 148px;
	    padding-left: 15px;
}

.ebook_c2 {
	width: 182px;
	    padding-right: 20px;
		display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 11px;
}



.ebook_c2 .tags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	    gap: 5px;
}


.posts-grid-ebook {
	    display: grid;
    grid-template-columns: repeat(auto-fit, 330px);
    justify-content: center;
    gap: 15px;
}

.titulo-ebook p{
	text-decoration: none;
    color: black;
	font-family: "sofia-regular", sans-serif;
	font-weight: 490;
	font-size: 20px;
    line-height: 20px;	
}

.preco-ebook p{
	text-decoration: none;
    color: black;
	font-family: "sofia-regular", sans-serif;
	font-weight: 700;
    font-size: 18px;
    line-height: 22px;	
}


@media (max-width: 699px) {


.posts-grid {
    grid-template-columns: repeat(auto-fit, 100%);
}

.posts-grid-ebook {
    grid-template-columns: repeat(auto-fit, 100%);
}

/* Estilo das células */
.post {
    width: 100%;
}

.ebook {
    width: 100%;
}

.ebook_c1 {
    width: 50%;
}

.ebook_c2 {
    width: 50%;
	    justify-content: space-evenly;
		padding-bottom: 0;
}

.titulo-ebook p {
    font-size: 6vw;
    line-height: 6vw;
}

.container-interno{
	padding: 0 30px;
}

.titulo p {
	font-size: 5vw;
}


.desktop {
	display: none !important;
}
    .BUTTON_1 {
        margin: 0 5% 21px 5%;
        display: block;
        width: 90%;
    }

.tags span {
    font-size: 4.1vw;
}

.site-header .header-top-interno, .site-header .header-bottom-interno {
    width: 100%;
	max-width: 100%
}

.header-phrase {
    width: 100%;
    display: flex;
    justify-content: center;
	        padding-left: 20px;
        padding-right: 20px;
}
.header-phrase h1 {
        font-size: 4.3vw;
    }
	
	
	
	
 .header-top-interno {
        flex-wrap: wrap; /* permite quebrar linha */
    }

    .header-menu {
        order: 1;
        width: 70%;
		padding-left: 7%;
    }

    .header-social {
        order: 2;
        width: 30%;
        justify-content: flex-end;
		padding-right: 6%;
		
    }

    .header-logo {
        order: 3;
        width: 100%;
        text-align: center;
		background-color: white;
		margin-top: 1vw;
		padding: 4vw 0 6vw 0;
	}
	
.header-logo img {
    width: 87%;
}	

.header-social img {
    width: 6vw;
}

.header-menu div a {
    font-size: 5vw;
}

.site-header .header-top-interno {
    padding: 0;
	background-color: #EFEFEF;
	padding-top: 1vw;
	background: -webkit-linear-gradient(top, #EFEFEF 16%, #B5B5B5 32%, #B5B5B5 100%);
	background: linear-gradient(to bottom, #EFEFEF 16%, #B5B5B5 32%, #B5B5B5 100%);
}
.BUTTON_1 {
   font-size: 18px;
}
.site-footer p {
    text-align: center;
}

.hero .nome{
	order: 1;
	        padding: 40px 0 0 0;
}

.hero .imagem {
	order: 0;
}

}



@media (min-width: 700px) {
	.mobile {
		display: none !important;
	}
}



