
.container{
	max-width: 1130px;
	/* padding: 0 16px; */
	margin-left: auto;
	margin-right: auto;
	
}

/*  TOPO =====================================  */

/* estrutura  */
.topo {
	position: relative;
	background: url('../images/bg-noise.jpg');
}

.top__col{
	padding: 0 10px;
}

@media(min-width: 640px){
	.top{
		display: flex;
	}
	.top__col{
		width: 50%;
	}
	.top__col-2{
		width: 50%;
		display: flex;
		justify-content: flex-end;
	}
}

.header__detail {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
@media ( min-width: 1112px ) {
	.header__detail { width: 80%; }
}
@media ( min-width: 1226px ) {
    .header__detail { width: 68%; }
}
.header__detail1 {
    display: none;
    position: relative;
    float: right;
    z-index: 9;
}
@media ( min-width: 1112px ) {
    .header__detail1 { display: block; }
}
.header__detail2 {
    height: 28px;
    background: url('../images/detail-horizontal-2.png') repeat-x right top;
}
@media ( min-width: 1112px ) {
    .header__detail2 {
        width: 95%;
        position: absolute;
        left: 0;
        top: 0;
    }
}


/* logo  ----------------------------------------------  */

.logo{
	padding-top: 60px;
	margin-bottom: 50px;
}

@media(min-width: 818px){
	.logo{
		padding-top: 65px;
		margin-bottom: 27px;
	}
}

/* texto intro ---------------------------------------  */

.text1{
	margin-bottom: 10px;
	font-size: 35px;
	line-height: 1.2;
	text-transform: uppercase;
}

.text1__br1 { display: none; }

@media(min-width: 520px){ .text1__br1 { display: block; } }
@media(min-width: 640px){ .text1 { font-size: 21px; } }
@media(min-width: 768px){ .text1 { font-size: 26px; } }

@media(min-width: 818px){
	.text1{ font-size: 35px; }
	.text1__br1{ display: none; }
}

/* txt2 ----------------------------------------------- */
.text2{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.4;
	text-transform: uppercase;
}

.text2__br1{ display: block; }

/* txt3 ----------------------------------------------- */

.txt3{
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.4;
}

.txt3__br1{ display: none; }

@media(min-width: 640px){
	.txt3{ margin-bottom: 37px; max-width: 510px; }
	.txt3__br1{ display: block; }
}


/* separador -----------------------------------------  */
.separator{
	height: 4px;
	background: linear-gradient(90deg, #FA0234 0%, #FF5E03 51.08%, #FF8F01 96.95%);
}

.separator.is-home{
	max-width: 460px;
	margin-bottom: 15px;
}

@media(min-width: 768px){
	.separator.is-home{
		max-width: 502px;
		margin-bottom: 15px;
	}

}

/* onde a pessoa está  */
.trail{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	overflow: hidden;
}

.trail__image{
	display: block;
	max-width: 100%;
}

.cactus-back{
	width: 45%;
	position: absolute;
	bottom:  20px;
	left: 0;
	z-index: 1;
}

.cactus-front{
	width: 35%;
	position: absolute;
	bottom:  -6px;
	right:  0;
	z-index: 10;
}

/* section subscribe -----------------------------------------  */

.subscribe{
	max-width: 1130px;
	margin:  0 auto;
	background: url('../images/bg-subscribe.png') top left no-repeat;
	/* display: none; */
}

.subscribe__container{
	max-width: 1120px;
	margin:  0 auto;
	padding: 60px 10px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.subscribe__col{
	max-width: 430px;
}

@media (min-width: 768px){

	.subscribe{
		/* background-position-x: 0; */
	}

	.subscribe__col{
		max-width: 530px;
	}

	.subscribe__container{
		padding: 0 10px;
		display: flex;
		min-height: 425px;
		justify-content: flex-end;
		align-items: center;
	}	

}

/* txt4  */
.text4{
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 1.2;
	text-transform: uppercase;
}
@media ( max-width: 767px ){
	.text4 .break { display: none; }
}

.text5{
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.2;
	margin-bottom: 25px;
}


/* form newsletter -----------------------------------------------  */

.newsletter{
	margin-bottom: 10px;
}

/* blocado até 768  */
@media (max-width: 639px){
	.newsletter > input{
		width: 100%;
		margin-bottom: 10px;
		display: block;
	}	
}

/* lado a lado depois do 768  */
@media (min-width: 640px){
	.newsletter{ 
		display: flex;
	}
}

/* optin -----------------------------------------------  */

.optin{
	margin-bottom: 10px;
	padding: 0 0 10px 32px;
	display: block;
	position: relative;
	font-size: 12px;
}

.optin__check{
	position: absolute;
	top: 3px;
	left: 0;
	border: 2px solid #fff;
	width: 20px;
	height: 20px;
	border-radius: 5px;
}

/* section cactus -----------------------------------------------  */

.sec3{
	padding: 31px 70px 80px;
	position: relative;
	text-align: center;
	background-color: #101010;
}
@media ( min-width: 584px ) {
	.sec3 { padding: 80px 70px; }
}

.sec3__container{
	max-width: 761px;
	margin: 0 auto;
}
.sec3__title{
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
}
@media ( min-width: 398px ) { .sec3__title{ font-size: 26px; } }

.sec3__desc{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.2;
}
@media ( min-width: 398px ) { .sec3__desc{ font-size: 18px; } }

.a1{
	width: 100%;
	max-width: 702px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.v1{
	width: 68px;
	position: absolute;
	left: 74px;
	bottom: 0;
}

.v2{
	width: 83px;
	position: absolute;
	bottom: 0;
	right: 62px;
}

.v3{
	position: absolute;
	bottom: 0;
	right: 0;
}

.v3-a{
	position: absolute;
	bottom: 0;
	right: -265px;
	display: none;
}

.v4{
	position: absolute;
	bottom: 0;
	left: -39px;
}

.v5{
	position: absolute;
	bottom: 0;
	left: -326px;
	width: 224px;
}

@media( min-width:  670px ){
	.v2{
		right: 18px;
	}
	.v3{
		display: none; 
	}
	.v3-a{
		display: block; 
	}
}


/* section contract -----------------------------------------------  */

.contract{
	max-width: 950px;
	margin:  0 auto;
	padding: 59px 25px;
	color: #DEDEDE;
}

.contract__title{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #dedede;
}

.contract__desc{
	position: relative;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 10px;
	padding-left: 25px;
	color: #dedede;
}

.contract__desc.is-last{
	margin-bottom: 0;
}

.contract__desc:before{
	position: absolute;
	font-size: 14px;
	line-height: 1.7;
	top: 0;
	left: 5px;
	content: '•';
}


/* adds on -----------------------------------------------  */

.info-desconto{
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 8px;
	color: #fff;
	font-family: 'GlobotipoTexto-Regular';
	font-weight: 400;
}

@media (min-width: 768px){
	.info-desconto{
		font-size: 22px;
	}
}

.info-cupom{
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 15px;
}

.info-cupom .destaque{
	display: block;
	font-size: 24px;
}

.copy-cupom{
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
}

.holder-cupom{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	align-items: center;
}

.holder-cupom__text{
	width: 100%;
	font-family: 'globotipo_textoblack';
	font-size: 22px;
	color: #FB0234;
	background-color: #fff;
	padding: 5px;
}

.holder-cupom__text .border{
	padding: 5px;
	width: 100%;
	display: block;
	border: 5px dashed #FB0234;
}

.holder-cupom__btn{
	display: block;
	font-size: 16px;
	padding: 15px;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #FB0234;
	cursor: pointer;
}

@media (min-width: 400px){
	.holder-cupom__text{
		width: 70%;
	}

	.holder-cupom__btn{
		width: 30%;
		padding: 17px 15px;
	}
}

@media (min-width: 768px){
	.holder-cupom__text{
		font-size: 30px;
	}

	.holder-cupom__btn{
		padding: 18px 15px;
		font-size: 18px;
		line-height: 30px;
	}
}

.txt-copiado{
	position: absolute;
	left: 0;
	bottom: -25px;
	width: 100%;
	padding-top: 5px;
	text-align: center;
}