@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* CSS Document */


html, body {
  padding: 0;
  color: #333;
  margin: 0;
  height: 100%;
  width: 100%;
		font-size:10px;
		text-decoration:none;
		font-weight: 300;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: "Poppins", sans-serif;
}
			
.animation {
		-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}

.align {
	display: table-cell; 
	vertical-align: middle;
}


/*HEADER*/

header {
	width:  calc(100% - 16rem);
	z-index: 40;
	top: 0;
	left: 0;
	padding: 2rem  8rem;
    background-color: transparent;
    position: fixed;
}
.header-small {
	background-color: #FFF;
}

header .logo {
width: 60rem;
float: left;
}
header .logo img {
width: 100%;
height: auto;
}

footer {
	width:  calc(100% - 16rem);
	padding: 6rem 8rem;
    background-color: #232323;
    text-align: center;
}
footer .benefit {
display: inline-block;
vertical-align: top;
width: calc(25% - 3.5rem);
margin-right: 4rem;
text-align: center;
}




/*MAIN BANNER*/
.main-banner {
width: 100%;
height: 100vh;
position: relative;
background-color: #780001;
}
.main-banner .patch {
z-index: 2;
bottom: 0;
width: calc(50% - 24rem);
float: left;
right: 16rem;
background-color: #b2ad9a;
border-radius: 2rem 2rem 0 0;
position: absolute;
height: calc(100vh - 16rem);
}
.main-banner .hero {
position: absolute;
z-index: 3;
right: 8rem;
top: 8rem;
width: 50%;
}
.main-banner .img img {
width: 100%;
height: auto;
}

.main-banner .txt {
height: calc(100% - 16rem);
width: calc(50% - 24rem);
padding: 8rem;
padding-right: 16rem;
display: table;
}
.scroll {
width: 2rem;
left: 8rem;
bottom: 4rem;
appearance:none;
background-color: transparent;
outline: none;
border: none;
position: absolute;
}




/*SLIDES */
.slide-about, .slide-objetive, .slide-benefits, .slide-testimonials, .slide-phrase, .slide-book, .slide-cart {
width: calc(100% - 16rem);
position: relative;
text-align: left;
padding: 6rem 8rem;
background-color: #FFF;
}
.slide-about .txt {
width: 50%;
float: left;
}
.slide-about .patch {
width: calc(50% - 24rem);
float: left;
margin-left: 8rem;
background-color: #b2ad9a;
border-radius: 0 0 2rem 2rem;
padding: 12rem 4rem 4rem 4rem;
position: relative;
margin-top: -6rem;
}
.slide-about .benefit {
display: inline-block;
vertical-align: top;
width: calc(33.3333% - 2.5rem);
margin-right: 3rem;
text-align: left;
}
.slide-about .benefit .line {
width: 8rem;
height: .6rem;
border-radius: .3rem;
background-color: #780001;
margin: 1rem 0;
}



.slide-objetive  {
z-index: 2;
background-color: #232323;
text-align: center;
}


.bg-white { background-color: #FFF; }
.bg-rose  { background-color: #d39fa1; }
.bg-mint  { background-color: #9bcec5; }
.bg-gray  { background-color: #e0dbd3; }
.bg-yellow{ background-color: #ffe59e; }



.grid-10 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 1rem;
  height: 40rem;
}

.box {
  padding: 2rem;
  text-align: left;
  box-sizing: border-box;
   display: flex;
  flex-direction: column;
  justify-content: center; /* centra vertical */
  /*align-items: center;      centra horizontal (opcional) */
}

/* Col 1 → 2 */
.c1:nth-child(1) { grid-column: 1; grid-row: 1 / 4; }
.c1:nth-child(2) { grid-column: 1; grid-row: 4 / 7; }

/* Col 2 → 3 */
.c2:nth-child(3) { grid-column: 2; grid-row: 1 / 3; }
.c2:nth-child(4) { grid-column: 2; grid-row: 3 / 5; }
.c2:nth-child(5) { grid-column: 2; grid-row: 5 / 7; }

/* Col 3 → 2 */
.c3:nth-child(6) { grid-column: 3; grid-row: 1 / 4; }
.c3:nth-child(7) { grid-column: 3; grid-row: 4 / 7; }

/* Col 4 → 3 */
.c4:nth-child(8) { grid-column: 4; grid-row: 1 / 3; }
.c4:nth-child(9) { grid-column: 4; grid-row: 3 / 5; }
.c4:nth-child(10){ grid-column: 4; grid-row: 5 / 7; }


.slide-covers {
width: 100%;
position: relative;
}
.slide-covers img {
position: absolute;
z-index: 2;
}
.slide-covers .top {
z-index: 1;
background-color: #232323;
height: 16.6666vw;
width: 100%;
}
.slide-covers .bottom {
z-index: 1;
background-color: #e0dbd3;
height: 16.6666vw;
width: 100%;
}



.slide-benefits  {
z-index: 2;
background-color: #e0dbd3;
text-align: center;
}
.slide-benefits .benefit {
display: inline-block;
vertical-align: top;
width: calc(33.333% - 6.7rem);
margin-right: 6rem;
text-align: left;
padding-left: 2rem;
border-left: solid .1rem #000;
}

.slide-testimonials .txt  {
display: block;
vertical-align: middle;
width: 100%;
max-width: 90rem;
margin: auto;
margin-bottom: 6rem;
text-align: center;
}
.slide-testimonials .videos  {
display: inline-block;
vertical-align: middle;
width: calc(25% - 4.5rem);
margin: 0 2rem;
}

.slide-testimonials .videos iframe {
  width: 100%;
  aspect-ratio: 9/16; /* Shorts aspect ratio */
  /* Or 16/9 for landscape */
}

#book1, #book3 {
z-index: 2;
background-color: #e0dbd3;
}
.slide-cart .wrap {
text-align: center;
max-width: 90rem;
margin: auto;
}
.slide-cart .mainpack {
background-color: #780001;
border-radius: 2rem;
width: calc(100% - 8rem);
padding: 4rem;
display: table;
position: relative;
}
.slide-cart .mainpack .content {
float: right;
width: 40%;
}
.slide-cart .mainpack img {
position: absolute;
width: auto;
height: 200%;
top: -50%;
left: 4rem;
}
.slide-cart .packindividual {
width: calc(33.3333% - 4.5rem);
display: inline-block;
vertical-align: top;
margin-right: 3rem;
border-radius: 1rem;
background-color: #e0dbd3;
padding: 1rem;
}
.slide-cart .packindividual .img {
width: 14rem;
height: 14rem;
display: inline-block;
vertical-align: middle;
margin-right: 2rem;
background-color: #FFF;
border-radius: 1rem;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.slide-cart .packindividual .txt {
width: calc(100% - 18.5rem);
display: inline-block;
vertical-align: middle;
padding-right: 2rem;
}




.slide-phrase {
padding-top: 0;
padding-bottom: 12rem;
}


.slide-phrase .txt {
padding-top: 14rem;
padding-bottom: 6rem;
background-image: url("images/corchete-top.svg"), url("images/corchete-bottom.svg");
background-position: top left, bottom right;
background-repeat: no-repeat;
background-size: auto 12rem, auto 6rem;
margin: auto;
max-width: 70rem;
text-align: center;
}



.slide-book .desc {
width: 50%;
}
.slide-book .book {
width: calc(50% - 8rem);
text-align: center;
}
.slide-book .book img {
width: 100%;
height: auto;
margin-top: -6rem;
}







/* FONTS */

.t1 {
	font-size:4rem;
	line-height: 5rem;

}
.t2 {
	font-size:3rem;
	line-height: 3.2rem;
}
.t3 {
	font-size:2.4rem;
	line-height: 2.8rem;
}
.t4 {
	font-size:2rem;
    line-height: 2.4rem;
}
.t5 {
	font-size:1.6rem;
	line-height: 2rem;
}
.t6 {
	font-size:1.2rem;
	line-height: 1.8rem;
}
.yellow {
color: #f7c326;
}
.red {
color: #780001;
}
.white {
color:#FFF;
}
.black {
color: #000;
}


.bt-red, .bt-yellow, .bt-link {
padding: 2rem;
background-color: #780001;
border: none;
color: #FFF;
text-align: center;
cursor: pointer;
appearance: none;
border-radius: .5rem;
font-size: 1.6rem;
text-transform: uppercase;
font-weight: 500;
letter-spacing: .2rem;
text-decoration: none;
}
.bt-yellow {
background-color: #eecb25;
color: #780001;
}
.bt-link {
background-color: transparent;
color: #000;
text-decoration: underline;
text-transform: initial;
letter-spacing: initial;
}



.bt-left, .bt-right {
    appearance: none;
    border: none;
    color: transparent;
    background-color: transparent;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 3rem;
}
.bt-left {
    margin-right: 3rem;
    background-image: url("images/arrow-left.svg");
}
.bt-right {
    background-image: url("images/arrow-right.svg");
}

.spacer16 {
clear: both; 
margin-bottom: 16rem;
}


.lang-switch {
  position: relative;
  display: inline-block;
  float: right;
}

.lang-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 1rem;
  cursor: pointer;
  font-size: 1rem;
}

.lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  border: .1rem solid #ddd;
  display: none;
  min-width: 10rem;
  z-index: 999;
}

.lang-menu li a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: #000;
}

.lang-menu li a:hover {
  background: #f2f2f2;
}



@media screen and (min-width: 651px) and (max-width: 1250px) {
  html, body {
    font-size: 9px;
  }
}

@media screen and (min-width: 1651px) and (max-width: 1850px) {
  html, body {
    font-size: 11px;
  }
}
@media screen and (min-width: 1851px) and (max-width: 2050px) {
  html, body {
    font-size: 13px;
  }
}

@media screen and (min-width: 2051px) and (max-width: 2500px) {
  html, body {
    font-size: 15px;
  }
}








@media screen and (max-width: 650px) {


/*HEADER*/

html, body {
		font-size:10px;
}

header {
	width:  calc(100% - 4rem);
	padding: 2rem;
}
header .logo {
width: 100%;
}

footer {
	width:  calc(100% - 4rem);
	padding: 4rem 2rem;
}
footer .benefit {
width: calc(50% - 4.5rem);
margin: 2rem;
}





  .grid-10 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    height: auto;
  }

  .grid-10 > * {
    grid-column: auto !important;
    grid-row: auto !important;
  }



/*MAIN BANNER*/
.main-banner {
height: initial;
padding-top: 10rem;
text-align: center;
}
.main-banner .patch {
display: none;
}
.main-banner .hero {
position: initial;
margin: 10%;
width: 80%;
}


.main-banner .txt {
height: initial;
width: calc(100% - 4rem);
padding: 2rem;
padding-right: initial;
}
.scroll {
display: none;
}

/*SLIDES */
.slide-about, .slide-objetive, .slide-benefits, .slide-testimonials, .slide-phrase, .slide-book, .slide-cart {
width: calc(100% - 4rem);
padding: 4rem 2rem;
text-align: center;
}

.slide-about .txt {
width: 100%;
float: none;
}
.slide-about .patch {
width: calc(100% - 4rem);
float: none;
margin-left: initial;
border-radius: 2rem;
padding: 4rem 2rem;
margin-top: 4rem;
}
.slide-about .benefit {
display: block;
width: 100%;
margin-right: 0;
text-align: center;
margin-bottom: 2rem;
}
.slide-about .benefit .line {
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
}





.slide-benefits .benefit {
display: block;
width: 100%;
margin-right: 0;
text-align: center;
border: none;
padding: 0;
margin-bottom: 2rem;
}

.slide-testimonials .txt  {
width: 100%;
}
.slide-testimonials .videos  {
width: calc(50% - 2.5rem);
margin: 1rem;
}


.slide-cart .wrap {
max-width: 100%;
}
.slide-cart .mainpack {
width: calc(100% - 4rem);
padding: 2rem;
}
.slide-cart .mainpack .content {
float: none;
width: 100%;
}
.slide-cart .mainpack img {
position: initial;
width: 100%;
height: initial;
top: -8rem;
left: 0;
}
.slide-cart .packindividual {
width: calc(100% - 2rem);
display: block;
margin-right: 0;
margin-bottom: 2rem;
}
.slide-cart .packindividual .img {
width: 10rem;
height: 10rem;
}
.slide-cart .packindividual .txt {
width: calc(100% - 14.5rem);
}
.slide-phrase {
padding-bottom: 6rem;
}


.slide-phrase .txt {
padding-top: 6em;
padding-bottom: 6rem;
max-width: initial;
}



.slide-book .desc {
width: 100%;
margin-bottom: 3rem;
}
.slide-book .book {
width: 100%;
}



/* FONTS */

.t1 {
	font-size:3rem;
	line-height: 3rem;

}
.t2 {
	font-size:2.6rem;
	line-height: 3rem;
}
.t3 {
	font-size:2.3rem;
	line-height: 2.6rem;
}

.hide {
display: none;
}
.spacer16 {
margin-bottom: 4rem;
}

}