
html{
	overflow-x: hidden;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Bogle';
	font-weight: 400;
	font-size: 16px;
	overflow: hidden;
    overflow-y: auto;
	color: #fff;
	line-height: 1.2;
	background-image: url(../img/body-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	padding-top: 165px;
}

@media screen and (min-width: 1024px) {
	body {
		padding-top: 340px;
	}
}

/* CONTAINER */

.container{
	width: 95%;
	max-width: 960px;
}

/* BTN */

.btn{
	padding: 6px 25px;
	max-height: 26px;
	color:#fff !important;
	font-size: 0.8125rem;
	border-radius:9999px;
	text-transform: uppercase;
	min-width: 90px;
	line-height: 1;
	border-width: 2px;
	background-color: rgba(0,0,0,0.32);
}

@media screen and (min-width: 1024px) {
	.btn{
		font-size: 1.125rem;
		min-width: 135px;
		padding: 12px 38px;
		max-height: 40px;
		
	}
}

.btn.-orange{
	border-color:#e94e1b;
}

.btn.-orange:hover,
.btn.-orange:active,
.btn.-orange:focus{
	background-color:#e94e1b;
}

.btn.-blue{
	border-color:#009fe3;
}

.btn.-blue:hover,
.btn.-blue:active,
.btn.-blue:focus{
	background-color:#009fe3;
}

.btn.-pink{
	border-color:#e71d73;
}

.btn.-pink:hover,
.btn.-pink:active,
.btn.-pink:focus{
	background-color:#e71d73;
}

button:focus{
	outline: 0;
}


/* HEADER */

.header{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index: 35;
	padding-top: 50px;
	transition: all 0.4s ease;
}

@media screen and (min-width: 1024px) {
	.header{
		padding-top: 120px;
	}
}

.header.activeFixed{
	padding-top: 0;
	background-image: url(../img/body-bg.png);
    background-size: cover;
    background-position: top;
	background-attachment: fixed;
}

.header-bottom{
	padding: 1rem 0;
}

.header-wallmart{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:20px;
	width: 100%;
	transition: all 0.4s ease;
}

@media screen and (min-width: 1024px) {
	.header-wallmart{
		top:60px;
	}
}

.header.activeFixed .header-wallmart{
	opacity: 0;
	visibility: hidden;
}

.header-wallmart img{
	height: 40px;
	max-width: 100%;
}

@media screen and (min-width: 1024px) {
	.header-wallmart img{
		height: 70px;
	}
}

.header-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.header-logo{
	flex-shrink: 0;
	margin: 0 12px;
	position: relative;
}

.header-logo:after{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 51%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1.5);
	-webkit-transform: translate(-50%,-50%) scale(1.5);
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../img/shadow-logo.png);
	mix-blend-mode: exclusion;
	z-index: -1;
	display: block;
}

@media screen and (min-width: 1024px) {
	.header-logo:after{
		display: none;
	}
}

.header-logo img{
	height: 83px;
	transition: all 0.4s ease;
}

@media screen and (min-width: 1024px) {
	.header-logo img{
		height: 185px;
	}

	.header.activeFixed .header-logo img{
		height: 100px;
	}
}

.header-icons{
	width: 100%;
	position: relative;
	padding: 0;
	padding-bottom: 10px;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	transition: all 0.4s ease;
}

@media screen and (min-width: 1024px) {
	.header-icons{
		padding-bottom: 16px;
		transform: translateY(-45px);
		-webkit-transform: translateY(-45px);
	}
}

.header.activeFixed .header-icons{
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

@media screen and (min-width: 1024px) {
	.header.activeFixed .header-icons{
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

.bar{
	position: absolute;
	bottom:0;
	height: 1px;
	width: 100%;
	border-radius: 9999px;
	background-color: #4bdbf4;
	box-shadow: 0 0 11px 1px #1d70b8, 0 0 15px 1px #0596da, 0 0 1px 1px #0596da, 0 5px 3px 2px #000;
}

@media screen and (min-width: 1024px) {
	.bar{
		height: 3px;
	}
}

.icons{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.icons li a,
.icons li button{
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 0.625rem;
	transition: all 0.4s ease;
	padding: 0;
    background: transparent;
    border: 0;
	text-align: left;
}

@media screen and (min-width: 1024px) {
	.icons li a,
	.icons li button{
		font-size: 1.25rem;
	}
}

/* .icons li a span{
	white-space: nowrap;
} */

.icons li a:before,
.icons li button:before{
	content:"";
	display: block;
	width: 22px;
	height: 22px;
	margin-right: 3px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	flex-shrink: 0;
}

@media screen and (min-width: 1024px) {
	.icons li a:before,
	.icons li button:before{
		content:"";
		width: 46px;
		height: 46px;
		margin-right: 10px;
	}
}

.icons li.-spotify a:before{
	background-image: url(../img/spotify.svg);
}

.icons li.-instagram a:before{
	background-image: url(../img/instagram.svg);
}

.icons li.-youtube a:before{
	background-image: url(../img/youtube.svg);
}

.icons li.-player{
	position: absolute;
	top: calc(100% + 11px);
	left: 0;
}

@media screen and (min-width: 401px) and (max-width: 466px) {
	.icons li.-player{
		left: 0;
	}
}

@media screen and (min-width: 467px) and (max-width: 480px) {
	.icons li.-player{
		left: 17px;
	}
}

@media screen and (min-width: 580px) {
	.icons li.-player{
		top: calc(100% + 20px);
		bottom: auto;
		left: 98px;
	}
}

@media screen and (min-width: 1024px) {
	.icons li.-player{
		left: 46px;
	}

	.header.activeFixed .icons li.-player{
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
	}
}



.icons li.-player button:before{
	background-image: url(../img/sound-on.svg);
}

.icons li.-player button[data-off="true"]:before{
	background-image: url(../img/sound-off.svg);
}

/* WELCOME */

.welcome{
	padding-bottom: 2.5rem;
	position: relative;
}

@media screen and (min-width: 1024px) {
	.welcome{
		padding-bottom: 3.5rem;
	}
}

.welcome-shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 180px);
    height: calc(100% + 180px);
	transform: translate(-50%,-50%) scale(1.5);
    -webkit-transform: translate(-50%,-50%) scale(1.5);
    filter: blur(10px);
    mix-blend-mode: exclusion;
    z-index: -1;
    pointer-events: none;
}

@media screen and (min-width: 1024px) {
	.welcome-shadow {
		transform: translate(-50%,-50%) scale(2);
		-webkit-transform: translate(-50%,-50%) scale(2);
	}
}

.welcome-shadow img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.welcome-text{
	text-align: center;
	max-width: 90%;
    margin: 0 auto;
}

.welcome-text h2{
	color: #fff;
	font-size: 1rem;
	font-style: italic;
	margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
	.welcome-text h2{
		font-size: 1.5rem;
		margin-bottom: 2.25rem;
	}
}

.welcome-image{
	margin: 0 auto;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-image-wrap{
	position: relative;
	
}

.welcome-image img{
	max-width: 100%;
	height: 30px;
}

@media screen and (min-width: 1024px) {
	.welcome-image img{
		height: 65px;
	}
}

.welcome-image img.-shadow{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%,-50%) scale(1.1);
	transform: translate(-50%,-50%) scale(1.1);
    filter: blur(8px);
    max-width: max-content;
}

/* SECTIONS */

.sections{
	margin-bottom: 2.875rem;
}


@media screen and (min-width: 1024px) {
	.sections{
		margin-bottom: 4rem;
	}
}

.sections-content{
	position: relative;
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 390px) {
	.sections-content{
		max-width: 100%;
	}
}

@media screen and (min-width: 580px) {
	.sections-content{
		max-width: 50%;
	}
}

@media screen and (min-width: 1024px) {
	.sections-content{
		max-width: 540px;
	}
}

.sections-title{
	text-align: center;
	margin-bottom: 5px;
}

.sections-title img{
	max-width: 100%;
	height: 35px;
	margin-bottom: 14px;
}

@media screen and (min-width: 580px) {
	.sections-title img{
		height: 55px;
	}
}

.sections.-orange .sections-title img{
	transform: translateX(-10px);
}

.sections.-blue .sections-title img{
	transform: translateX(10px);
}

.sections.-pink .sections-title img{
	transform: translateX(-2px);
}

.sections-phone{
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 1;
	height: 150px;
	-webkit-transform: translate(15px, -10px);
	transform: translate(15px, -10px);
	margin-left:-2px;
	margin-bottom: -10px ;
	width: 90px;
}

.sections-reversed .sections-phone{
	/* -webkit-transform: translate(-15px, -10px);
	transform: translate(-15px, -10px); */
	margin-right:30px;
	margin-bottom: -10px ;
}

@media screen and (min-width: 1024px) {
	.sections-phone{
		margin: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
		height: 280px;
		width: auto;
	}
	
	.sections-reversed .sections-phone{
		margin: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
}

.sections-phone-sparkle{
	position: absolute;
    top: -24px;
    left: -28px;
    width: 65px;
    height: 65px;
    z-index: 10;
}

@media screen and (min-width: 1024px) {
	.sections-phone-sparkle{
		top: -20px;
	}	
}
.sections-reversed .sections-phone-sparkle{
	left: auto;
	right:-29px;
}

.sections-phone-sparkle:after{
	content:"";
	position: absolute;
	left: 0%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/shine.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	/* background-color: #fff;
	border-radius: 9999px;
	filter:blur(10px);
	opacity: .01;
	animation: sparkle  3s linear infinite; */
	opacity: 0;
    animation: sparkle 3s linear infinite;
}

.shine{
	width: 100%;
	height: 100%;
	display: none;
}

.shine .group {
    -webkit-transform: translate(42.5px,42.5px);
	transform: translate(42.5px,42.5px);
}

.shine path{
    -webkit-transform: translate(-42.5px,-42.5px);
	transform: translate(-42.5px,-42.5px);
}

.shine .large {
    opacity: 0;
    animation: large 3s linear infinite;
}

.shine .larger {
    opacity: 0;
    animation: large-2 3s linear infinite;
}

.shine  .small {
    opacity: 0;
    animation: small 3s linear infinite;
}
@keyframes large {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0);
		ransform: rotate(0deg) scale(0)
    }

    16.667% {
        opacity: 1
    }

    33.333% {
        opacity: 0;
        -webkit-transform: rotate(360deg) scale(1.5);
		transform: rotate(360deg) scale(1.5)
    }

    100% {
        opacity: 0;
		transform: rotate(0deg) scale(0);
        -webkit-transform: rotate(0deg) scale(0);
		transform: rotate(0deg) scale(0)
    }
}

@keyframes larger {
    0% {
        opacity: 0;
		transform: rotate(45deg) scale(0);
        -webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0)
    }

    16.667% {
        opacity: 1
    }

    33.333% {
        opacity: 0;
        -webkit-transform: rotate(405deg) scale(1.1);
		transform: rotate(405deg) scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0)
    }
}

@keyframes small {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0);
		transform: rotate(0deg) scale(0)
    }

    16.667% {
        opacity: 1
    }

    33.333% {
        opacity: 0;
        -webkit-transform: rotate(-360deg) scale(1.5);
		transform: rotate(-360deg) scale(1.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0);
		transform: rotate(0deg) scale(0)
    }
}

@keyframes sparkle {
    0% {
        opacity: 0;
        -webkit-transform:scale(0);
		transform:  scale(0)
    }

    16.667% {
        opacity: 1
    }

    33.333% {
        opacity: 0;
        -webkit-transform: scale(1.5);
		transform: scale(1.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
		transform: scale(0)
    }
}

@-webkit-keyframes large {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0);
		transform: rotate(0deg) scale(0)
    }

    16.667% {
        opacity: 1
    }

    33.333% {
        opacity: 0;
        -webkit-transform: rotate(360deg) scale(1.5);
		transform: rotate(360deg) scale(1.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0);
		transform: rotate(0deg) scale(0)
    }
}

@-webkit-keyframes larger {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0)
    }

    16.667% {
        opacity: 1
    }

    33.333% {
        opacity: 0;
        -webkit-transform: rotate(405deg) scale(1.1);
		transform: rotate(405deg) scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0)
    }
}

@-webkit-keyframes small {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0);
		transform: rotate(0deg) scale(0)
    }

    16.667% {
        opacity: 1
    }

    33.333% {
        opacity: 0;
        -webkit-transform: rotate(-360deg) scale(1.5);
		transform: rotate(-360deg) scale(1.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0);
		transform: rotate(0deg) scale(0)
    }
}

@-webkit-keyframes sparkle {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
		transform: scale(0)
    }

    16.667% {
        opacity: 1
    }

    33.333% {
        opacity: 0;
        -webkit-transform:  scale(1.5);
		transform: scale(1.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
		transform: scale(0)
    }
}

.sections-phone img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.sections-title h3{
	margin: 0;
	font-size: 0.8125rem;
	color:#fff;
}

@media screen and (min-width: 1024px) {
	.sections-title h3{
		font-size: 1.25rem;
	}
}

.sections-wrap{
	width: 100%;
	max-width: 75%;
	margin: auto;
	margin-right: 0;
}

.sections-block{
	color:#fff;
	width: 100%;
	min-height: 165px;
	padding-top: 25px;
	position: relative;
	display: flex;
    justify-content: center;
    text-align: center;
	
}

@media screen and (min-width: 1024px) {
	.sections-block{
		min-height: 256px;
		padding-top: 38px;
	}
}

/* @media screen and (max-width: 1024px) {
	.sections-block{
		transform: translateX(10px);
	}
	.sections-reversed .sections-block{
		transform: translateX(-10px);
	}
} */

.sections-block-shadow{
	position: absolute;
    top: 70%;
    left: 50%;
    width: calc(100% + 100px);
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    filter: blur(10px);
    mix-blend-mode: exclusion;
    z-index: -1;
    opacity: .7;
}

@media screen and (min-width: 1024px) {
	.sections-block-shadow{
		left: 38%;
	}

	.sections-reversed .sections-block-shadow{
		left: 62%;
	} 
}


.sections-block-shadow img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sections-frame{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.sections-frame img{
	width: 100%;
    height: 100%;
}

.sections-block-wrap ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sections-block-wrap ul li{
	font-size: 0.7rem;
	color: #fff;
	margin-bottom: 6px;
	counter-increment: contador;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 1024px) {
	.sections-block-wrap ul li{
		font-size: 1.25rem;
		margin-bottom: 12px;
	}
}

.sections-block-wrap ul li:before {
    content: counter(contador)".";
	font-size: 0.8125rem;
    color: #fff;
    display: block;
	font-weight: 700;
	margin-right: 4px;
}

.sections-block-wrap .btn{
	margin: 0 auto;
	margin-top: 10px;
}

@media screen and (min-width: 1024px) {
	.sections-block-wrap .btn{
		margin: 0 auto;
		margin-top: 18px;
	}
}

/* SECTION REVERSED */

.sections-reversed .sections-wrap{
    margin: auto;
    margin-left: 0;
}

.sections-reversed .sections-phone{
    left: auto;
	right: 0;
}


.sections-mensaje{
	position: absolute;
	bottom:-60px;
	left: -8px;
	width: 420px;
	height: 372px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	padding: 30px 20px;
	z-index: 10;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}

.sections-mensaje.active{
	/* -webkit-animation: under-pressure 0.5s linear both;
	        animation: under-pressure 0.3s linear both; */
	opacity: 1;
	visibility: visible;
}

/** animation under-pressure  */
@-webkit-keyframes under-pressure {
	0% {
	  -webkit-transform: translate(0);
			  transform: translate(0);
	}
	20% {
	  -webkit-transform: translate(-2px, 2px);
			  transform: translate(-2px, 2px);
	}
	40% {
	  -webkit-transform: translate(-2px, -2px);
			  transform: translate(-2px, -2px);
	}
	60% {
	  -webkit-transform: translate(2px, 2px);
			  transform: translate(2px, 2px);
	}
	80% {
	  -webkit-transform: translate(2px, -2px);
			  transform: translate(2px, -2px);
	}
	100% {
	  -webkit-transform: translate(0);
			  transform: translate(0);
	}
  }
  @keyframes under-pressure {
	0% {
	  -webkit-transform: translate(0);
			  transform: translate(0);
	}
	20% {
	  -webkit-transform: translate(-2px, 2px);
			  transform: translate(-2px, 2px);
	}
	40% {
	  -webkit-transform: translate(-2px, -2px);
			  transform: translate(-2px, -2px);
	}
	60% {
	  -webkit-transform: translate(2px, 2px);
			  transform: translate(2px, 2px);
	}
	80% {
	  -webkit-transform: translate(2px, -2px);
			  transform: translate(2px, -2px);
	}
	100% {
	  -webkit-transform: translate(0);
			  transform: translate(0);
	}
  }

.sections-mensaje-frame{
	position: absolute;
	left: 0;
	top:0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.sections-mensaje-frame img{
	width: 100%;
	height: 100%;
}

.sections-mensaje-close{
	position: absolute;
	right: 12px;
	top:12px;
	width: 35px;
	height: 35px;
	border-radius:9999px;
	border: 2px solid;
	background-color: transparent;
	background-image: url(../img/close.svg);
    background-size: 48%;
    background-position: center;
    background-repeat: no-repeat;
	transition: all 0.4s ease;
}

.sections.-orange .sections-mensaje-close{
	border-color: #e94e1b;
}

.sections.-orange .sections-mensaje-close:hover{
	background-color: #e94e1b;
}

.sections.-blue .sections-mensaje-close{
	border-color: #009fe3;
}

.sections.-blue .sections-mensaje-close:hover{
	background-color: #009fe3;
}

.sections.-pink .sections-mensaje-close{
	border-color: #e71d73;
}

.sections.-pink .sections-mensaje-close:hover{
	background-color: #e71d73;
}

.sections-mensaje-icon{
	width: 70px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 25px;
}

.sections-mensaje-icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sections-mensaje-text p{
	margin: 0;
    line-height: 1.5;
    font-size: 1.875rem;
    font-style: italic;
}

.sections-mensaje-text p strong{
	font-weight: 900;
	font-style: italic;
}

.sections.-orange .sections-mensaje-text p strong{
	color: #e94e1b;
}

.sections.-blue .sections-mensaje-text p strong{
	color: #009fe3;
}

.sections.-pink .sections-mensaje-text p strong{
	color: #e71d73;
}

.sections-mensaje-body{
	margin-top: -35px;
}

/* FOOTER */

.footer{
	padding: 45px 0;
	padding-top: 25px;
	position: relative;
}

@media screen and (min-width: 1024px) {
	.footer{
		padding: 80px 0;
		padding-bottom: 200px;
	}
}

.footer-shadow{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% + 180px);
    height: calc(100% + 180px);
    -webkit-transform: translatex(-50%);
	transform: translatex(-50%);
    filter: blur(10px);
    mix-blend-mode: exclusion;
    z-index: -1;
    opacity: 1;
	pointer-events: none;
}

.footer-shadow img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.footer-title{
	margin-bottom:10px;
}

.footer-title h2{
	text-align: center;
	font-size: 1.125rem;
	margin: 0;
}

@media screen and (min-width: 1024px) {
	.footer-title h2{
		font-size: 1.5rem;
	}
}

.footer-social{
	margin-bottom: 20px;
}

.footer-social .icons li a{
	flex-flow: column;
	font-size: 15px;
}

@media screen and (min-width: 1024px) {
	.footer-social .icons li a{
		font-size: 1.25rem;
	}
}

.footer-social .icons li a:before{
	width: 38px;
	height: 38px;
	margin: 0;
	margin-bottom: 6px;
}

@media screen and (min-width: 1024px) {
	.footer-social .icons li a:before{
		content:"";
		width: 65px;
		height: 65px;
		margin-bottom: 10px;
	}
}

.footer-bottom{
	position: relative;
	padding-bottom: 10px;
}

@media screen and (min-width: 1024px) {
	.footer-bottom{
		padding-bottom: 25px;
	}
}

.footer-bottom .icons{
	display: flex;
}

@media screen and (min-width: 1024px) {
	.footer-bottom .icons{
		display: none;
	}
}

.footer-bottom .bar{
	max-width: 260px;
	right: 0;
    left: 0;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.footer-bottom .bar{
		max-width: 95%;
	}
}

.footer-bottom .icons li a:before{
	width: 24px;
	height: 24px;
}

@media screen and (min-width: 1024px) {
	.footer-bottom .icons li a:before{
		width: 46px;
		height: 46px;
	}
}

.footer-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

@media screen and (min-width: 1024px) {
	.footer-logo{
		margin-top: 45px;
	}
}

.footer-logo img{
	height:40px;
}

@media screen and (min-width: 1024px) {
	.footer-logo img{
		height: 75px;
	}
}

.mobile{
	display: block;
}

.mobile.btn{
	display: inline-block;
}

.desktop{
	display: none;
}

@media screen and (min-width: 1024px) {
	.mobile,
	.mobile.btn{
		display: none;
	}
	
	.desktop{
		display: block;
	}

	
}
