#loader{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	z-index: 99999;
}
#loader div{
	position: absolute;
	left: calc(50% - 40px);
	top: calc(50% - 40px);
	border: 0px solid #f3f3f3;
	border-top: 5px solid #3A0031;
	border-bottom: 5px solid #3A0031;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 2s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.movil, .tablet{ display: none; }
.desktop{ display: block; }

.swal-title{
	font-size: 20px;
}
.swal-overlay{
	z-index: 99993;
}
.swal-button{
	background-color: #000;
	border-radius: 18px;
}
.ajs-message{
	background: #d85015;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 48px;
	border-radius: 4px;
	border:	0;
	cursor: pointer;
	padding: 0 !important;
}

/* ==========================================================================
 Author's custom styles
   ========================================================================== */
*{
	outline: none;
	box-sizing: border-box;
}
body{
	font-family: "brother-1816", sans-serif;
	padding: 0;
	margin: 0;
	background: #ffffff;
}
body.static{
	overflow: hidden;
}
a{ color: #ffff; }
a:hover, a:link, a:visited, a:active{ text-decoration: none; }
input:-internal-autofill-selected{
	background: #fff !important;
}
input, textarea, select, button{
	font-family: "brother-1816", sans-serif;
}
main{
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: calc(100vh - 325px);
}
.movil, .tablet{ display: none; }
.desktop{ display: block; }

.contenedor{
	display: flex;
	flex-direction: column;
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}
.contenedor-row{
	display: flex;
	flex-direction: row;
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}
.contenedor-sl{
	display: block;
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
	overflow: hidden;
}
.contenedor.relative{
	position: relative;
}
.contenedor-row.bet{
	justify-content: space-between;
}
.contenedor-row.mid{
	align-items: center;
	justify-content: center;
}
.contenedor.fter{
	justify-content: flex-end;	
}

header{
	display: flex;
	width: 100%;
	flex-direction: row;
	z-index: 9992;
	justify-content: space-between;
	/* justify-content: center; */
	align-items: center;
	padding: 0 50px;
	height: 64px;
	position: fixed;
	left: 0;
	top: 0;
}
header nav{
	display: flex;
}
header nav ul{
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 32px;
}
header nav ul li{
	display: flex;
	align-items: center;
}
header nav ul li a{
	color: #0e1444;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.3s;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 10px;
}  
header nav ul li a:hover{
	color: #fff;
}
header nav ul li a::before,
header nav ul li a::after {
	content: "";
	position: absolute;
	display: block;
	border: 0px solid transparent;
	width: 0%;
	height: 0%;
	transition: all 0.3s ease;
}
  
header nav ul li a::after {
	top: 0;
	left: 0;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
}
  
header nav ul li a::before {
	right: 0;
	bottom: 0;
	border-bottom: 2px solid transparent;
	border-right: 2px solid transparent;
}

header nav ul li a:hover::before,
header nav ul li a:hover::after {
	width: 10px;
	height: 10px;
	border-color: #fff;
}
header .logo{
	display: flex;
	width: 200px;
	align-items: center;
	justify-content: center;
}
header .cart-menu{
	display: flex;
	width: 200px;
	align-items: center;
	justify-content: flex-end;
}
header .cart-menu .cart-min{
	position: relative;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	cursor: pointer;
	transition: 0.3s all ease;
}
header .cart-menu .cart-min:hover{
	background-color: #fdfdfd;
}
header .cart-menu .cart-min .num{
	position: absolute;
	top: 0;
	right: 0;
	background: #0e1444;
	color: #fff;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
}
.sliders{
	padding: 0;
	position: relative;
}
.slide{
	position: relative;
}
.sliders .slider-arrow{
	position: absolute;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	display: flex;
	color: #fff;
	background: #3A0031;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 999;
}
.sliders .slider-arrow.slider-prev{
	left: 0;
}
.sliders .slider-arrow.slider-next{
	right: 0;
}
.sliders .slider-pager{
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.sliders .slider-pager .pager{
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	height: 30px;
	background: rgba(255, 215, 239, 0.50);
	align-items: center;
	padding: 0 10px;
	border-radius: 15px;
}
.sliders .slider-pager .pager span{
	background: #A2298D;	
	width: 16px;
	height: 16px;
	color: transparent;
	cursor: pointer;
	border-radius: 100%;
}
.sliders .slider-pager .pager span.cycle-pager-active{
	background: #3A0031;	
}
.sliders .slides{
	position: relative;
	min-height: 100vh;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: flex-end;
	/* background: url(../images/1.jpg) center center no-repeat; */
	background: url(../images/banner-hielo.jpg) center center no-repeat;
	background-size: cover;
}
.sliders .slides .opacity{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	z-index: 1;
}
.sliders .slides .txt{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	font-size: 70px;
	font-weight: 700;
	text-align: center;
	color: #2a6bbf;
	position: relative;
	z-index: 2;
	margin-bottom: 150px;
	line-height: 90px;
	text-transform: uppercase;
}
.section1{
	display: flex;
	width: 100%;
}
.section1 .mid{
	display: flex;
	width: 50%;
	min-height: 100vh;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.section1 .mid:first-child{
	background: rgb(42,107,191);
	background: linear-gradient(180deg, rgba(42,107,191,1) 50%, rgba(92,157,242,1) 50%);
}
.section1 .mid:last-child{
	background-color: #6bb3f2;
	padding: 0 100px;
}
.section1 .mid h3{
	font-size: 30px;
	color: #021e73;
	width: 100%;
	display: flex;
	font-weight: 700;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.section1 .mid p{
	font-size: 16px;
	color: #021e73;
	width: 100%;
	display: flex;
	margin: 0;
}
.section1 .mid .cantidad{
	display: flex;
	width: 100%;
	flex-direction: column;
	margin: 20px 0;
}
.section1 .mid .cantidad label{
	width: 100%;
	color: #021e73;
	font-size: 14px;
	font-weight: 700;
}
.section1 .mid .cantidad select{
	background: #ffffff;
	float: left;
	width: 100%;
	border: 1px solid #e6e6e6;
	padding: 0 20px;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	background: url(../images/angle-down.svg) calc(100% - 10px) center no-repeat #fff;
	/* -webkit-appearance: none; */
	border-radius: 5px;
	height: 46px;
}
.section1 .mid .btn{
	background-color: #2a6bbf;
	color: #6bb3f2;
	width: 100%;
	max-width: 320px;
	height: 54px;
	border-radius: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
	cursor: pointer;
	margin-top: 40px;
}
.section1:last-child .mid:first-child{
	background: rgb(42,107,191);
	background: linear-gradient(0deg, rgba(42,107,191,1) 50%, rgba(107,179,242,1) 50%);
}
.section1:last-child .mid:last-child{
	background-color: #5c9df2;
	padding: 0 100px;
}
.section1:last-child .mid h3{
	color: #021e73;
}
.section1:last-child .mid p{
	color: #021e73;
}
.section1:last-child .mid .cantidad label{
	color: #021e73;
}
footer{
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #5c9df2;
	padding-top: 80px;
}
footer .cols{
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 20px;
	justify-content: center;
}
footer .cols .col{
	display: flex;
	flex-direction: column;
	width: calc(100% / 3);
	align-items: center;
}
footer .cols .col .btn{
	height: 40px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	padding: 0 30px;
	background: #A2298D;
	color: #fff;
	width: fit-content;
	font-weight: 700;
	font-size: 14px;
	gap: 10px;
}
footer .cols ul{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .cols ul li{
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	gap: 20px;
	justify-content: flex-end;
}
footer .cols ul li a{
	color: #3A0031;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
}
footer .cols .col:last-child ul li{
	justify-content: flex-start;
}
footer .foot{
	display: flex;
	width: 100%;
	height: 48px;
}
footer .foot .contenedor-row{
	align-items: center;
    justify-content: center;
}
footer .foot .copy{
	color: #d7d7d7;
	font-weight: 400;
	font-size: 10px;
	display: flex;
	height: 48px;
	align-items: center;
}
footer .foot .up{
	display: flex;
	height: 48px;
	align-items: center;	
}
footer .foot .up span{
	font-size: 12px;
	color: #666666;
	font-weight: 600;
}
footer .foot .up a{
	margin-left: 5px;
}

.cart-pop-bg{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100vh;
	z-index: 9999;
	/* display: none; */
}
.cart-pop-bg .cartpop{
	display: flex;
	width: 100%;
	max-width: 430px;
	background: #fff;
	max-height: 100vh;
	position: relative;
	right: 0;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
.cartpop .title{
	display: flex;
	width: 100%;
	margin-top: 50px;
}
.cartpop .title h3{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.cartpop .cerrar{
	position: absolute;
    right: 20px;
    color: #000;
    top: 0;
    z-index: 9999;
}
.cartpop .cerrar span{
	font-size: 20px;
	line-height: 50px;
}
.refrescate{
	display: flex;
	width: 100%;
	min-height: 100vh;
	background: url('../images/2.jpg') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	align-items: center;
    justify-content: center;
}
.refrescate h2{
	color: #fff;
    font-size: 12vw;
    font-weight: 600;
}
#popCotizar{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9992;
}
.whatsapp-fix{
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #00da52;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	font-size: 35px;
	color: #fff;
	box-shadow: 0 0 1px 0px #dfe1e6;
	display: flex;
    align-items: center;
    justify-content: center;
	z-index: 99;
}
.whatsapp-fix i{
	line-height: 50px;
	font-size: 30px;
}