@charset "UTF-8";



.antenna_cover{
	position:relative;
	background:#fff;
}

.antenna_cover_content_block{
	position:relative;
	width:50%;
	padding-left: 2.5rem;
	display:flex;
	justify-content:flex-end;
}
.antenna_cover_content{
	min-height:80vh;
	width:100%;
	max-width:595px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	position:relative;
	padding-top:100px;
	padding-bottom:50px;
}
.antenna_cover_bg_content{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:rgba(29,29,27,.9);
	
}

.antenna_cover_bg{
	background-size:cover;
	background-position:center center;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	
}
.antenna_cover_content_subtitle h5{
	margin-bottom:7px;
}
.pretitle_sep{
	margin-bottom:25px;
}
.pretitle_sep_fill{
	width:60%;
	max-width:63px;
	height:2px;
	background:#0f0;
}


.antenna_cover_white_cover{
	width:100%;
	height:100%;
	background:#fff;
	position:absolute;
	top:100%;
	left:0;
}
.transitionblock{
position: absolute;
z-index: 100;
width: 100%;
height: 100%;
}
.transitionblock_color,
.transitionblock_white{
	position:absolute;
	width:100%;
	height:0;
	left:0;
}
.transitionblock_color{
	background:#0f0;
}
.transitionblock_white{
	background:#fff;
}


/**
	Side content structure: 
**/

.l-section-h.side_content_holder{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.l-section-h.side_content_holder>.g-cols{
	-webkit-box-flex:1;
	    -ms-flex-positive:1;
	        flex-grow:1;
}
.side_content{
	-webkit-box-flex:0;
	    -ms-flex-positive:0;
	        flex-grow:0;
	min-width:215px;
	max-width:215px;
	padding-right:20px;

}
@media only screen and (max-width: 1200px) {
	.side_content{
		min-width:150px;
		max-width:150px;
		padding-right:15px;
	}
}
@media only screen and (max-width: 767px) {
	.l-section-h.side_content_holder{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		    -ms-flex-direction:column;
		        flex-direction:column;
	}
	.side_content{
		min-width:none;
		max-width:none;
		padding-right:0;
		margin-bottom:20px;
	}
}

/* end of Side content structure */




.w-separator.size_small.with_line.align_left{
	margin-left:-1.2em;
	margin-top:-1.3em;
	height:2em;
}
h5.w-separator-text{
	font-weight:700;
}



.large_text{
	font-size:2em;
	line-height:120%;
	margin-top:-.1em;
}


.quote_text{
	font-size:50px;
	line-height:120%;
	margin-top:-.3em;
	
}





.cool_image{
	width:100%;
	position:relative;
	}
	.cool_image_h{
		width:100%;
		position:relative;
		padding-bottom:141%;
		overflow:hidden;
	}
	.cool_image_bg,
	.cool_image_bg_cover{
		width:100%;
		height:100%;
		position:absolute;
		left:0;
		top:0;
	}
	.cool_image_bg{
		background-size:cover;
		background-position:center center;
		background-repeat:no-repeat;
		transition:transform 8s cubic-bezier(0.19, 1, 0.22, 1), left .7s cubic-bezier(0.77, 0, 0.175, 1), opacity .5s cubic-bezier(1, 0, 0, 1);
		transition-delay:.7s;
	}
	.cool_image_bg_cover{
		width:100%;
		background:#0f0;
		transition:width .5s cubic-bezier(0.19, 1, 0.22, 1);
		transition-delay:.5s;
	}
	.cool_image:not(.active) .cool_image_bg_cover{
		width:0%;
		transition-delay:0s;
		transition:width .2s;
	}
	.cool_image:not(.active) .cool_image_bg{
		opacity:0;
		left:-100%;
		transform:scale(1.2);
		transition:transform .2s, left .2s, opacity .2s;
		transition-delay:0s;
	}

.overlap_top{
	margin-top:-300px!important;
}
section.overlap_section_top > .l-section-h {
	margin-top:-300px!important;
}
.overlap_spacer{
	height:150px!important;
}

section.overlap_section_bottom {
	z-index:1;
}
section.overlap_section_bottom > .l-section-h {
	margin-bottom:-200px!important;
}
.overlap_bottom{
	margin-bottom:-150px!important;
}

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

}

















/***
scroll icon
**/

.scroll_icon{
	position:absolute;
	
	bottom:30px;
	right:30px;
	z-index:20;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	/*color:#fff;*/
	-webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition:all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
	max-width:120px;
	min-width:20px;
	text-align:center;
	-webkit-user-select: none;  
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:pointer;
	}
	.scroll_icon_container{
		-webkit-transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition:all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
		
	}
	.scroll_icon_label{
		color:#fff;
		position:absolute;
		transform:rotate(-90deg);
		transform-origin:0 50%;
		top: -20px;
		left: 50%;
		white-space:nowrap;
		-webkit-transition: opacity .3s, -webkit-transform .3s;
		transition: opacity .3s, -webkit-transform .3s;
		transition: transform .3s, opacity .3s;
		transition:transform .3s, opacity .3s, -webkit-transform .3s;
		-webkit-transition-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1);
		        transition-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1);
		-webkit-transition-delay:.5s;
		        transition-delay:.5s;
	}
	.color_alternate .scroll_icon{
		/*color:#fff;*/
	}
	.l-section.hide_scroll_loadmore .scroll_icon,
	.l-section.hide_scroll .scroll_icon{
		-webkit-transform:translateX(-50%) translateY(-10vh);
		        transform:translateX(-50%) translateY(-10vh);
		opacity:0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		visibility:hidden;
	}
	.l-section.hide_scroll .scroll_icon_label{
		-webkit-transform:scale(.8);
		        transform:scale(.8);
		opacity:0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transition-delay:0s;
		        transition-delay:0s;
	}
	.scroll_icon_container{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		    -ms-flex-direction:column;
		        flex-direction:column;
		-webkit-box-align:center;
		    -ms-flex-align:center;
		        align-items:center;
	}
	
	
	.scroll_icon_circle{
		width:2em;
		height:2em;
		border:2px solid #2E2F37;
		margin:-2px;
		display:block;
		border-radius:1em;
		margin-bottom:10px;
		position:relative;
		font-size:25px;
		cursor:pointer;
		-webkit-transition: opacity .3s, -webkit-transform .3s;
		transition: opacity .3s, -webkit-transform .3s;
		transition: transform .3s, opacity .3s;
		transition:transform .3s, opacity .3s, -webkit-transform .3s;
		-webkit-transition-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1);
		        transition-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1);
		-webkit-transition-delay:.2s;
		        transition-delay:.2s;
		}
		.l-section.hide_scroll .scroll_icon_circle{
			-webkit-transform:scale(.8);
			        transform:scale(.8);
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			
		}
		.scroll_icon_arrow{
			
			width:.7em;
			height:.7em;
			/*
			position:absolute;
			left:50%;
			top:50%;
			-webkit-transform:translateX(-50%) translateY(-50%);
			        transform:translateX(-50%) translateY(-50%);
			*/		
			position:relative;
			margin:-8px auto 0;
		}
		.scroll_icon_arrow>div{
			position:absolute;
			width:100%;
			height:1px;
			background:#00ff00;
			-webkit-transform-origin:0 50%;
			        transform-origin:0 50%;
			left:50%;
			top:100%;
			-webkit-transition: all .35s cubic-bezier(0.645, 0.045, 0.355, 1);
			transition:all .35s cubic-bezier(0.645, 0.045, 0.355, 1);
			-webkit-transition-delay:.5s;
			        transition-delay:.5s;
		}
		.scroll_icon_arrow>div:first-child{
			-webkit-transform:rotate(225deg);
			        transform:rotate(225deg);
		}
		.scroll_icon_arrow>div:last-child{
			-webkit-transform:rotate(315deg);
			        transform:rotate(315deg);
		}
		
		.scroll_icon_circle:hover .scroll_icon_arrow>div:first-child{
			-webkit-transform:rotate(235deg);
			        transform:rotate(235deg);
			-webkit-transition-delay:0s;
			        transition-delay:0s;
		}
		
		.scroll_icon_circle:hover .scroll_icon_arrow>div:last-child{
			-webkit-transform:rotate(305deg);
			        transform:rotate(305deg);
			-webkit-transition-delay:0s;
			        transition-delay:0s;
		}
		.l-section.hide_scroll .scroll_icon_arrow>div:last-child,
		.l-section.hide_scroll .scroll_icon_arrow>div:first-child{
			-webkit-transform:rotate(270deg);
			        transform:rotate(270deg);
			-webkit-transition-delay:0s;
			        transition-delay:0s;
			-webkit-transition-timing-function:cubic-bezier(0.165, 0.84, 0.44, 1);
			        transition-timing-function:cubic-bezier(0.165, 0.84, 0.44, 1);
		}
	
	.scroll_icon_line{
		width:1px;
		height:58px;
		position:relative;
		margin-bottom:0px;
	}
	.scroll_icon_line_fill{
		position:absolute;
		width:100%;
		height:100%;
		left:0;
		top:0;
		background:#00ff00;
		-webkit-animation: scroll_animate 2s infinite;
		        animation: scroll_animate 2s infinite;
	}
	.l-section:not(.color_primary) .scroll_icon_arrow > div,
	.l-section:not(.color_primary) .scroll_icon_line_fill{
		background-color:#00ff00;
	}
	.l-section:not(.color_primary) .scroll_icon_circle{
		border-color:#00ff00;
	}
	.l-section:not(.color_primary) .scroll_icon{
		color:#00ff00;
	}

	@-webkit-keyframes scroll_animate {
	  0% {
		  height: 100%;
		  top:0%;
	  }
	  30% {
		  height: 100%;
		  top:0%;
	  }
	  65% {
		  height: 0%;
		  top:100%;
	  }
	  66% {
		  height: 0%;
		  top:0%;
	  }
	  100% {
		  height: 100%;
		  top:0%;
	  }
	}

	@keyframes scroll_animate {
	  0% {
		  height: 100%;
		  top:0%;
	  }
	  30% {
		  height: 100%;
		  top:0%;
	  }
	  65% {
		  height: 0%;
		  top:100%;
	  }
	  66% {
		  height: 0%;
		  top:0%;
	  }
	  100% {
		  height: 100%;
		  top:0%;
	  }
	}
	@media only screen and (max-width: 1400px) {
		
		.scroll_icon{
			font-size:14px;
		}
		.scroll_icon_line{
			height:30px;
		}
	}
	@media only screen and (max-width: 1300px) {
		.scroll_icon_circle{
			font-size:20px;
			
		}
		.scroll_icon{
			font-size:10px;
		
		}
	}
	@media only screen and (max-width: 767px) {
		.scroll_icon{
			right:10px;
			bottom:10px;
		}
		.scroll_icon_line{
			height:20px;
			margin-bottom:5px;
		}
	}







	@media only screen and (max-width: 1300px) {
		body{
			font-size:14px;
		}
	
		.l-main h1{
			font-size: 60px;
		}
		.l-main h2{
			font-size: 40px;
		}
		.l-main .l-subheader-h, .l-main .l-section-h,.l-main  .l-main .aligncenter,.l-main  .w-tabs-section-content-h{
			max-width:850px;
		}
		.antenna_cover_content{
			max-width:calc(850px / 2)
		}
		.antenna_cover_content {
			min-height: 70vh;
		}
		.large_text{
			font-size:1.5rem;
		}
		.quote_text{
			font-size:3rem;
		}
		section.overlap_section_bottom > .l-section-h {
			margin-bottom: -150px !important;
		}
		section.overlap_section_top > .l-section-h {
			margin-top: -200px !important;
		}
		.overlap_top {
			margin-top: -200px !important;
		}
	}
	@media only screen and (max-width: 900px) {

	
		.l-main h1{
			font-size: 50px;
		}
		.l-main h2{
			font-size: 35px;
		}
		.antenna_cover_content {
			min-height: 50vh;
		}
	}
@media only screen and (max-width: 767px) {
	.l-main h1{
		font-size: 40px;
	}
	.l-main h2{
		font-size: 30px;
	}
	.l-main h5{
		font-size: .9em;
	}
	.large_text{
		font-size:1.5rem;
	}
	.quote_text{
		font-size:2.5rem;
	}
	.antenna_cover_content_block,
	.l-main .l-section{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.antenna_cover{
		display:flex;
	}
	.antenna_cover_content_block{
		width:100%;
		margin-top:300px;
	}
	.antenna_cover_content {
		min-height: auto;
		padding: 40px 0em;
	}
	section.overlap_section_bottom > .l-section-h {
		margin-bottom: 0 !important;
	}
	section.overlap_section_top > .l-section-h {
		margin-top: 0 !important;
	}
	.overlap_top {
		margin-top: 0 !important;
	}
	.w-separator.match_to_anchor{
		height:0!important;
	}
	.overlap_spacer{
		height:3rem!important;
	}
}







.product_single_header h1{
	font-size:50px;
}
.regular_header_block .l-section-h,
.checkout_block .l-section-h,
.shopping_cart_block .l-section-h,
.product_single_header .l-section-h,
.shop_grid_block .l-section-h,
.my_account_block .l-section-h
{
	padding-top:120px;
}


.my_account_block h2{
	color:#2E2F37;
	font-size:28px;
}

body .woocommerce .form-row label{
	font-weight: 400;
}

.woocommerce-MyAccount-navigation a{
	color:#2E2F37;
	text-transform:uppercase;
}
body .woocommerce-MyAccount-navigation li{
	border-top:1px solid #000;
	padding:.8em .5em 0 1.6em;
}
body .woocommerce-MyAccount-navigation li::before{
	content:"\f111"!important;
	font-weight: 700;
	top:.8em;
}
body .woocommerce-MyAccount-navigation li.is-active::before{
	content:"\f111"!important;
	font-weight: 700;
	color:#000;
}

body .woocommerce-MyAccount-navigation li[class*="customer-logout"]::before{
	content: '\f08b'!important;
}



.member_plan_active{
	padding:1.5rem 2rem;
	border:1px solid #000;
	border-radius: 1rem;
	max-width:600px;
	
}
.member_plan_active p{
	margin-bottom:.5rem;
	
}
.days_remaining{
	color:#666;
	font-size:.9em;
}

.member_plan_active h4{
	color:#2E2F37;
	font-size:30px;
}

.plan_percentage_bar{
	width:100%;
	border:1px solid #000;
	position:relative;
	border-radius: 5px;
	overflow:hidden;
}
.plan_percentage_bar_current{
	width:50%;
	height:6px;
	background:#000;
}

.membership-actions .button.cancel{
	display:none;
}

.my_account_message_block{
	max-width:350px;
	margin-bottom:1.5em;
}
.my_account_message_block p{
	margin-bottom:.5rem;
}




.woocommerce .login, .woocommerce .track_order, .woocommerce .checkout_coupon, .woocommerce .lost_reset_password, .woocommerce .register{
	min-height:350px;
	border-radius: 10px;
}





.woocommerce-privacy-policy-text{
	margin: 0 0 1.5rem;
}


.rut_invalido.rut_invalido #place_order{
	opacity:.5;
	pointer-events:none;
}


.rut_invalido.rut_invalido #billing_rut_field input{
	box-shadow: 0 0 0 2px red;
}


