/*
Theme Name: Acoge Consultores
Author: SA Publicidad
Author URI: https://www.sapublicidad.cl/
Description: Este diseño ha sido creado por SA Publicidad de manera exclusiva para usted.
Version: 1.0
License: Privada
Tags: minimalista, responsive, modern, full width

Este tema tiene una licencia privada y el uso de esta es exclusiva de SA Publicidad.
*/


*{
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin:0;
}

.wrap{
	width: 90%;
	margin:auto;
	max-width: 1200px;
}

.clear{
	clear: both;
}



/* header */
header{
	position: absolute;
	width: 100%;
	top:0;
	z-index: 999;
	padding: 10px 0;
  transition:all 0.3s ease;
}

header.stick{
	background-color: #212121;
	position: fixed;
	width: 100%;
	z-index: 999;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
}

header .logo{
	width: 60px;
	float: left;
}

header .logo img{
	width: 100%;
	margin:0 0 -5px 0;
}

@media(max-width:800px){
	header .logo{
		max-width: 50%;
	}
}

/* btn-nav */
#btn-nav{
	display: none;
}

header label{
	display: none;
}


@media(max-width:800px){
	header label{
		position: absolute;
		display: block;
		width: 45px;
		height: 45px;
		top:15px;
		right: 25px;
		border-radius: 3px;
		cursor: pointer;
		outline: none;
		background: #615CF2;
		border-radius: 5px;

	}

	header label span{
		width: 50%;
		height: 3px;
		background: #ffffff;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		transition: all .3s ease;
	}

	header label span:nth-child(1){
		top:14px;
	}

	header label span:nth-child(2){
		bottom:14px;
	}

	#btn-nav:checked ~ label span:nth-child(1){
		transform: translateX(-50%) rotate(-45deg);
		top:21px;
	}

	#btn-nav:checked ~ label span:nth-child(2){
		transform: translateX(-50%) rotate(45deg);
		top:21px;
	}
}


/* nav */
nav{
	float: right;
	margin:10px 0 0 0;
}

nav ul{
	display: flex;
	justify-content: center;
	list-style: none;
	gap:30px;
	line-height: 47px;
}

nav ul li{
	display: block;
	text-decoration: none;
}

nav ul li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
}

nav ul li a .material-symbols-outlined{
  font-weight: 300;
  line-height: inherit;
  transform: translateY(3px);
}

nav ul li:last-child a{
	background: #615CF2;
	border-radius: 50px;
	text-align: center;	
	padding: 0 24px;
	color: #ffffff;
}

@media(max-width:800px){
	nav{
		position: absolute;
		width: 60%;
		background: #ffffff;
		margin:0 0 0 0;
		top:0;
		left: 0;
		transform: translateX(-100%);
		transition: all .3s ease;
	}

	#btn-nav:checked ~ nav{
		transform: translateX(0);
	}

	nav ul{
		display: block;
		gap:0;
	}

	nav ul li{
		display: block;
		margin:0 0 0 0;
	}

	nav ul li a{
		display: block;
		padding: 0 10px;
	}

	nav ul li:last-child a{
		width: auto;
		padding: 0 10px;
		border-radius: 0;
		text-align: left;
	}
}

/* home */
.home{
	position: relative;
	overflow: hidden;
}


.home:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background:#00000070;
	top:0;
	left: 0;
}

.home .wrap{
	position: relative;
	height: 100%;
	padding: 200px 0 150px 0;
	z-index: 10;
}

.home h1{
	font-size: 70px;
	max-width: 70%;
	color: #ffffff;
}

.home h2{
	font-size: 22px;
	font-weight: 200;
	max-width: 60%;
	color: rgba(255,255,255,.9);
	line-height: 35px;
	margin:20px 0 30px 0;
}

.home p a{
	color: #ffffff;
	border:solid 2px #ffffff;
	text-decoration: none;
	line-height: 50px;
	display: inline-block;
	padding: 0 50px;
	border-radius: 5px;
	transition: all .3s ease;
}

@media(max-width:800px){
	.home .wrap{
		padding: 100px 0 50px;
		text-align: center;
	}

	.home h1{
		font-size: 30px;
		line-height: 40px;
		max-width: 90%;
		margin:auto;
	}

	.home p a{
		padding: 0 20px;
	}

	.home h2{
		max-width: 100%;
		font-size: 20px;
		line-height: 22px;
	}
}

.home p a:hover{
	background: #615CF2;
	border-color: #615CF2;
	color: #ffffff;
}

.home p a i{
	transition: all .3s ease;
	margin:0 0 0 5px;
}

.home p a:hover i{
	transform: translateX(10px);
}

.home .down{
	position: absolute;
	width: 100px;
	height: 100px;
	border:solid 1px rgba(255,255,255,.4);
	bottom: 20%;
	border-radius: 50%;
	right: 5%;
	z-index: 10;
	cursor: pointer;
	overflow:hidden;
	transition: all .3s ease;
}

@media(max-width:800px){
	.home .down{
		display: none;
	}
}

.home .down:hover{
	transform: scale(1.1);
}


.home .down span{
	position: absolute;
	height: 2px;
	background: #ffffff;
}

.home .down span:nth-child(1){
	transform: rotate(90deg);
	top:50%;
	left: 30%;
	width: 40%;
}

.home .down:hover span:nth-child(1){
	animation: moveA .5s ease-in-out 1;
}

@keyframes moveA {
  0% {
    transform: translateX(0) translateY(0) rotate(90deg);
  }
  50% {
    transform: translateX(0px) translateY(100px) rotate(90deg);
  }
  60% {
    transform: translateX(0px) translateY(100px) rotate(90deg);
    opacity: 0;
  }

  75% {
    transform: translateX(0px) translateY(-100px) rotate(90deg);
    opacity: 0;
  }

  100% {
  	opacity: 1;
    transform: translateX(0) translateY(0) rotate(90deg);
  }
}

.home .down span:nth-child(2){
	transform: rotate(45deg);
	top:62%;
	right: 46%;
	width: 25%;
}

.home .down:hover span:nth-child(2){
	animation: moveB .5s ease-in-out 1;
    transition: all .3s ease;
}

@keyframes moveB {
  0% {
    transform: translateX(0) translateY(0) rotate(90deg)  rotate(-45deg);
  }
  25% {
    transform: translateX(0px) translateY(100px) rotate(90deg)  rotate(-45deg);
  }
  50% {
    transform: translateX(0px) translateY(100px) rotate(90deg)  rotate(-45deg);
    opacity: 0;
  }

  75% {
    transform: translateX(0px) translateY(-100px) rotate(90deg)  rotate(-45deg);
    opacity: 0;
  }

  100% {
  	opacity: 1;
    transform: translateX(0) translateY(0) rotate(90deg)  rotate(-45deg);
  }
}

.home .down span:nth-child(3){
	transform: rotate(-45deg);
	top:62%;
	left: 46%;
	width: 25%;
}

.home .down:hover span:nth-child(3){
	animation: moveC .5s ease-in-out 1;
    transition: all .3s ease;
}

@keyframes moveC {
  0% {
    transform: translateX(0) translateY(0) rotate(90deg)  rotate(45deg);
  }
  25% {
    transform: translateX(0px) translateY(100px) rotate(90deg)  rotate(45deg);
  }
  50% {
    transform: translateX(0px) translateY(100px) rotate(90deg)  rotate(45deg);
    opacity: 0;
  }

  75% {
    transform: translateX(0px) translateY(-100px) rotate(90deg)  rotate(45deg);
    opacity: 0;
  }

  100% {
  	opacity: 1;
    transform: translateX(0) translateY(0) rotate(90deg)  rotate(45deg);
  }
}

/* wellcome */
.wellcome{
}

.wellcome .wrap{
	border-top:solid 1px rgba(0,0,0,.01);
	padding: 100px 0;
	display: flex;
	align-items: center;
	gap:2%;
	flex-wrap: wrap;
}

.wellcome .left{
	width: 48%;
}

.wellcome .right{
	width: 48%;
}

.wellcome .img--1 img{
	width: 100%;
	aspect-ratio: 2/1;
	object-fit: cover;
	max-height: 400px;
	margin:70px 0 -5px 0;
	background-color: #f9f9f9;
	border-radius: 10px;
}

.wellcome .img--2 img{
	max-width: 100%;
	margin:70px 0 -5px 0;
	background-color: #f9f9f9;
	border-radius: 10px;
}

.wellcome h3{
	color: #615CF2;
	font-size: 16px;
	font-weight: 600;
	margin:0 0 20px 0;
}

.wellcome h1{
	font-size: 60px;
	line-height: 80px;
	font-weight: 600;
	color: #070707;
}

.wellcome h2{
	font-size: 30px;
	line-height: 50px;
	font-weight: 500;
	color: #070707;
}

.wellcome p{
	line-height: 30px;
	font-size: 17px;
	color: #777777;
	font-weight: 300;
	margin:40px 0 0 0;
}

.wellcome .middle{
	width: 100%;
	height: 100%;
	display: table;
	min-height: 450px;
}
.wellcome .middle .inter{
	vertical-align: middle;
	display: table-cell;
}



.mg--t-100{
	margin-top:100px;
	width: 100%;
}


@media(max-width:800px){
	.wellcome{
		padding: 0px 0;
	}

	.wellcome .wrap{
		padding: 40px 0;
	}
	.wellcome .left{
		width: 100%;
		float: none;
		text-align: center;
	}

	.wellcome .right{
		width: 100%;
		float: none;
		text-align: center;
	}

	.wellcome h1{
		font-size: 40px;
		line-height: 45px;
	}

	.wellcome .middle{
		min-height: 0px;
		padding: 20px 0 0 0;
	}

	.wellcome .img--2 img{
		padding: 0 0 0 0;
	}

	.mg--t-100{
		margin-top:50px;
	}
}

/* showcase */
.showcase{
	padding: 80px 0;
}
.showcase > .wrap > h2{
	font-weight: 300;
	font-size: 22px;
	letter-spacing: 2px;
	color: #414141;
	margin:0 0 10px 0;
	max-width: 1200px;
	margin:0 auto 20px auto;
}

.showcase > .wrap:nth-child(2){
	display: flex;
	gap:15px;
	max-width: 1200px;
}

.showcase > .wrap:nth-child(2) article{
	width: 25%;
	overflow: hidden;
	position: relative;
	display: block;
	flex-grow: 1;
	object-fit: cover;
	height: 300px;
	display: table;
	background: #615CF2;
	transition: all .3s ease;
	border-radius: 10px;
}

.showcase > .wrap:nth-child(2) article:hover{
	width: 70%;
}

@media(max-width:800px){
	.showcase > .wrap:nth-child(2){
		display: block;
	}

	.showcase > .wrap:nth-child(2) article,
	.showcase > .wrap:nth-child(2) article:hover{
		width: 100%;
		height: auto;
		margin:0 0 20px 0;
		display: block;
	}

	.showcase > .wrap:nth-child(2) article img{
		margin:0 0 -5px 0;
	}
}

.showcase > .wrap:nth-child(2) article img{
	width: 100%;
	height: 500px;
	object-fit: cover;
	opacity: .7;
	top:0;
	left: 0;
	transition: all .3s ease;
	max-height: 500px;
}

.showcase > .wrap:nth-child(2) article:hover img{

}

.showcase > .wrap:nth-child(2) article .info{
	position: absolute;
	width: 100%;
	left: 0;
	top:0;
	height: 100%;
	display: table;
	color: #ffffff;
}

.showcase > .wrap:nth-child(2) article .info .bottom{
	vertical-align: middle;
	padding: 20px;
	display: table-cell;
	text-align: center;
}

.showcase > .wrap:nth-child(2) article .info .bottom h2{
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 900;
	margin:0 0 10px 0;
}

.showcase > .wrap:nth-child(2) article .info .bottom p{
	font-size: 14px;
	font-weight: 500;
	transition: all .3s ease;
	width: 200px;
	margin:auto;
}

.showcase > .wrap:nth-child(2) article .info .bottom .btn-more i{
	transition: all .3s ease;
}

.showcase > .wrap:nth-child(2) article .info .bottom .btn-more:hover i{
	margin:0 0 0 20px;
}

.showcase > .wrap:nth-child(2) article .info .bottom .btn-more{
	margin:20px 0 0 0;
}

.showcase > .wrap:nth-child(2) article .info .bottom .btn-more a{
	display: block;
	color: #ffffff;
}

/* icons */
.icons{
	padding: 100px 0 100px 0;
}

.icons .wrap{
	display: flex;
	gap:20px;
}

.icons .wrap article{
	text-align: center;
}

@media(max-width:800px){
	.icons .wrap{
		display: block;
		max-width: 80%;
		margin:auto;
	}

	.icons .wrap article{
		margin:0 0 30px 0;
	}

	.icons .wrap article:last-child{
		margin:0 0 0 0;
	}
}

.icons .wrap article .icon .material-symbols-outlined {
	font-weight: 100;
	font-size: 100px;
	color: #313131;
}

.icons .wrap article h2{
	color:#212121;
	margin:0 0 10px 0;
}

.icons .wrap article p{
	font-weight: 300;
	font-size: 15px;
	line-height: 25px;
}


/* testimonios */
.testimonios{
	padding: 50px  0 0 0;
	overflow: hidden;
}
.testimonios > .wrap > h2{
	font-size: 62px;
	color: #070707;
	font-weight: 500;
	text-align: center;
	margin:0 0 50px 0;
}

@media(max-width:800px){
	.testimonios{
		padding: 200px 0 0 0;
	}
	.testimonios > .wrap > h2{
		font-size: 30px;
		line-height: 40px;
	}
}

/* carousel */
.carousel-top,
.carousel-bottom {
		padding: 0 0px;
		cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.carousel-bottom{
	display:none;
	/* temporal */
}


.items1,
.items2 {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	margin:0;
	padding: 30px 0;
	cursor: drag;

}

.items2{
	transform: translateY(-50px);
}

.items1 .item:nth-child(1){
	margin-left: 20px;
}

.items2 .item:nth-child(1){
	margin-left: 100px;
}

.carousel-inner {
  display: flex;
  transition: transform 0.1s linear;
  margin:30px 0;
}

.carousel-inner article {
  flex: 0 0 25.33%; 
  background-color: #ffffff;
  padding: 40px;
  border-radius: 20px;
  margin-right: 30px;
  box-shadow: 0 0 30px rgba(0,0,0,.2);
  user-select: none;
}

@media(max-width:800px){
	.carousel-inner article{
		flex: 0 0 55.33%;
	}
}

.carousel-inner article .profile{
	width: 50px;
	overflow: hidden;
}

.carousel-inner article .profile img{
	width: 100%;
	border-radius: 50px;
}

.carousel-inner article h3{
	font-size: 17px;
	font-weight: 500;
	color: #777777;
	margin:10px 0;
}

.carousel-inner article p{
	font-weight: 300;
	color: #777777;
	line-height: 30px;
	font-size: 18px;
}

/* banner-1 */
.banner-1{
	height: 500px;
	background-image: url(img/img2.webp?2);
	background-size: cover;
	background-attachment: fixed;
	box-shadow: inset 0em 100em #615CF299;
	text-align: center;
}

@media(max-width:800px){
	.banner-1{
		background-attachment: scroll;
		background-size: 200%;
		height: 200px;
		background-position: center;
	}
}

/* instagram */
.instagram{
	padding: 50px 0;
	background: #ffffff;
}

.instagram h1{
	font-weight: 700;
	color: #313131;
	font-size: 30px;
	margin:0 0 20px 0;
}

.instagram .wrap article{
	width: 15%;
	overflow: hidden;
	position: relative;
	float: left;
	margin:0 2% 0 0;
}

.instagram .wrap article:nth-child(6){
	margin:0 0 0 0;
}

.instagram .wrap article .image{
	width: 100%;
	height: 180px;
	border-radius: 10px;
	overflow: hidden;
	background: #000000;
}

.instagram .wrap article .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .7;
	transition: all .3s ease;
}

.instagram .wrap article .image:hover img{
	transform: scale(1.2);
}

.instagram .wrap article a{
	position: absolute;
	top:50%;
	left: 50%;
	line-height: 50px;
	width: 50px;
	transform: translate(-50%, -50%);
	background: rgba(255,255,255,.2);
	border-radius: 50px;
	font-weight: 600;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	display: block;
	opacity: 0;
	transition: all .3s ease;
}

.instagram .wrap article:hover a{
	opacity: 1;
}

.instagram .wrap article a:hover{
	background: #ffffff;
	color: #313131;
	box-shadow: 0 0 0 10px rgba(255,255,255,.2);
}

.category {
	padding: 70px 0;
}

.category .wrap {
	display: flex;
	gap: 2%;
	flex-wrap: wrap;
}

.category .wrap article {
	width: 23.5%;
	overflow: hidden;
	margin: 0 0 40px 0;
	aspect-ratio: 1/1.5;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.category .wrap article:after {
	content: "";
	position: absolute;
	width: 800px;
	height: 100px;
	background-color: rgba(255, 255, 255, 0.3);
	top: -400px;
	left: -200px;
	z-index: 1;
	transform: rotate(-45deg);
	filter: blur(50px);
	pointer-events: none;
}

.category .wrap article:hover:after {
	top: 800px;
	transition: all 1s ease;
}

.category .wrap article .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #212121;
	border-radius: 10px;
	overflow: hidden;
}

.category .wrap article .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.4;
	transition: all 0.3s ease;
}

.category .wrap article:hover .image img {
	transform: scale(1.5);
	filter: grayscale(100%);
}

.category .wrap article .info {
	position: relative;
	z-index: 2;
	text-align: center;
	color: #FFFFFF;
}

.category .wrap article .btn-add {
	margin: 20px auto 0 auto;
	width: 80px;
	aspect-ratio: 1/1;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(50px);
	opacity: 0;
	transition: all 0.3s ease;
	top: 50px;
}

.category .wrap article:hover .btn-add {
	transform: translateX(-50%) translateY(0px);
	opacity: 1;
}

@media (max-width: 800px) {
	.category .wrap {
		display: block;
	}

	.category .wrap article {
		width: 100%;
		aspect-ratio: 1/1;
	}

	.category .wrap article .btn-add {
		opacity: 1;
		transform: translateX(-50%) translateY(0px);
	}
}

.category .wrap article .btn-add a {
	background-color: #615CF2;
	display: block;
	text-align: center;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	border-radius: 50%;
	transform: rotate(0deg);
	justify-content: center;
	transition: all 0.3s ease;
	text-decoration: none;
}

.category .wrap article .btn-add a:hover {
	transform:  scale(1.4);
	background-color: #615CF2;
}

.subtitle {
	text-align: center;
	padding: 50px 0;
	font-size: 25px;
	font-weight: 600;
	color: #615CF2;
}



/* page-banner */
.page-banner{
  background: #615CF2;
  height: 200px;
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden;
}

.page-banner .image{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  z-index: 1;
}

.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #615CF2; 
  mix-blend-mode: color;
}

.page-banner .image img,
.page-banner img{
	top: 50%;
	height: auto;
	width: 100%;
	position: absolute;
	transform: translateY(-50%);
  opacity: .1;
}

@media(max-width:800px){
	.page-banner{
		height: 200px;
	}
	.page-banner .image img{
		width: 120%;
	}
}

.page-banner h1{
	text-align: center;
	font-size: 40px;
}



/* content */
.content{
	padding: 80px 0;
}

@media(max-width:800px){
	.content{
		padding: 40px 0;
	}
}

.content input[type="text"],
.content input[type="email"],
.content input[type="tel"],
.content input[type="number"],
.content textarea,
.content select{
	font-family: 'Roboto', sans-serif;
	background-color: #ffffff;
	padding: 8px 2%;
	width: 96%;
	border:solid 1px #f0f0f0;
	border-radius: 5px;
	outline: none;
	resize: none;
	margin:0 0 10px 0;
	font-size: 15px;
	-webkit-appearance: none;
}

.content select{
	color: #313131;
	cursor: pointer;
}

.content input[type="text"]:focus,
.content input[type="email"]:focus,
.content input[type="tel"]:focus,
.content input[type="number"]:focus,
.content textarea:focus,
.content select:focus{
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	transition: all .3s ease;
}

.content input[type="text"]::placeholder,
.content input[type="email"]::placeholder,
.content input[type="tel"]::placeholder,
.content input[type="number"]::placeholder,
.content textarea::placeholder{
	color: #313131;
}

.content input[type="submit"]{
	background-color: #615CF2;
	color: #ffffff;
	border:none;
	outline: none;
	cursor: pointer;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 600;
	padding: 12px 30px;
	margin:0 0 20px 0;
	transition: all .3s ease;
	-webkit-appearance: none;
}

.content input[type="submit"]:hover,
.content input[type="submit"]:focus{
	color: #ffffff;
	background-color: #313131;
}


.not-found{
	text-align: center;
	margin:100px auto;
}

.not-found h2{
	font-size: 40px;
}


/* sub-footer */
.sub-footer{
	padding: 20px 0;
	line-height: 50px;
}

.sub-footer h2{
	display: inline-block;
	font-size: 19px;
}

.sub-footer ul{
	display: inline-block;
	margin:0 0 0 20px;
}

@media(max-width:800px){
	.sub-footer h2{
		display: block;
		text-align: center;
	}

	.sub-footer ul{
		display: block;
		text-align: center;
		margin:0 0 0 0;
	}
}

.sub-footer ul li{
	width: 50px;
	display: inline-block;
	text-align: center;
	margin:0 0 0 10px;
}

.sub-footer ul li a{
	display: block;
	color: #313131;
	background: #f0f0f0;
	border-radius: 50px;
	transition: all .3s ease;
}

.sub-footer ul li a:hover{
	background: #615CF2;
	color: #ffffff;
}

footer .wrap{
	padding: 20px 0 20px 0;
	border-top:solid 1px rgba(0,0,0,.1);
}

footer .left{
	width: 70%;
	float: left;
	display: flex;
}

@media(max-width:800px){
	footer .left{
		display: block;
		float: none;
	}
}

footer .logo-footer{
	max-width: 50px;
}

footer .logo-footer img{
	width: 100%;
	margin:0 0 -5px 0;
}

footer .logo-footer a{
	line-height: 50px;
	font-size: 40px;
	font-weight: 100;
	color: #212121;
	text-decoration: none;
}

footer .logo-footer a span{
	font-weight: 600;
	color: #212121;
}

footer .logo-footer a em{
	display: block;
	font-size: 17px;
	line-height: 5px;
	font-style: normal;
}

@media(max-width:800px){
	footer .logo-footer{
		width: 250px;
		float: none;
		margin:20px auto 0 auto;
		max-width: 300px;
		height: 100px;
		display: block;
	}
}

footer .left ul{
	display: flex;
	padding: 15px;
	margin:0 0 0 30px;
	gap: 30px;
	list-style: none;
}

@media(max-width:800px){
	footer .left ul{
		margin:20px 0;
		padding: 0;
		line-height: 50px;
		display: block;
		text-align: center;
		width: 100%;
	}
}

footer .left ul a{
	display: block;
	text-decoration: none;
	font-weight: 300;
	color: #555555;
	transition: all .3s ease;
}

footer .left ul li:hover a{
	color: #615CF2;
}

footer .right{
	width: 30%;
	float: right;
	text-align: right;
	color: #555555;
	font-weight: 300;
	font-size: 15px;
	line-height: 25px;
}

@media(max-width:800px){
	footer .left{
		width: 100%;
		float: none;
		text-align: center;
	}
	footer .right{
		text-align: center;
		width: 100%;
		float: none;
	}
}

footer .right a{
	text-decoration: none;
	font-weight: 600;
	color: #212121;
}

footer .right a:hover{
	color: #615CF2;
}
