/* BUTTOM STYLES */
.abrir-btn{
	font-size: 35px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top:20px;
	color: #ffffff;
	text-align: center;
	height:35px;
	width: 35px;
	font-family:'CodecProNews';
	background-color: #fe6f27;
	line-height: 40px;
	border-radius: 5px;
	font-weight: bold;
}
.abrir-btn:hover{
	color: #fe6f27;
	background-color: #ffffff;
}
.abrir-btn a{
	color: #ffffff;
	background-color: #fe6f27;
}
.abrir-btn a:hover{
	color: #fe6f27;
	background-color: #ffffff;
}
.cerrar-btn{
	font-size: 40px;
	cursor: pointer;
	position: absolute;
	left: 10px;
	top:15px;
	color: #23196d;
	text-align: center;
	border-radius: 15px;
	transform: rotate(180deg);
}
.cerrar-btn:hover{
	color: #fe6f27;
}
.cerrar-btn a:hover{
	color: #23196d;
}
.cerrar-btn a{
	color: #fe6f27;
}
/* CHECKBOX STYLES */

.deslizar-btn{
	position: absolute;
	text-align: center;
	align-content: center;
	color:#ffffff;
	z-index: 2;
	font-size: 50px;
	animation-name: arrow;
	animation-duration:3s;
	animation-iteration-count: 2;
	animation-fill-mode: forwards;
	animation-timing-function:ease;
	animation-delay: 1;
	opacity: 1;
}
.Text-News a {
	color:#ffffff;	
	}
.Text-Black a {
	color:#ffffff;	
	}
@media screen and (min-width: 768px){
.abrir-btn{
	font-size: 45px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top:20px;
	color: #ffffff;
	text-align: center;
	height:45px;
	width: 45px;
	font-family:'CodecProNews';
	background-color: #fe6f27;
	line-height: 50px;
	border-radius: 5px;
	font-weight: bold;
}
.abrir-btn a{
	color: #ffffff;
	background-color: #fe6f27;
}
.abrir-btn a:hover{
	color: #fe6f27;
	background-color: #ffffff;
}
.cerrar-btn{
	font-size: 50px;
	cursor: pointer;
	position: absolute;
	left: 15px;
	top:15px;
	bottom:inherit;
	right:inherit;
	color: #23196d;
	text-align: center;
	border-radius: 15px;
	transform: rotate(180deg);
}
.cerrar-btn:hover{
	color: #fe6f27;
}
.cerrar-btn a:hover{
	color: #fe6f27;
}
.cerrar-btn a{
	color: #23196d;
}
.nav-btn{
	height:40px;
	width:40px;
	background-color: #fe6f27;
	border-radius: 50%;
	color:#ffffff;
	margin-left:20px;
	margin-right:20px;
	visibility: visible;
	opacity: 1;
	transform: translateX(0px)
}
.nav-btn:hover{
	background-color: #23196d;
}
.nav-btn::after,
.nav-btn::before{
	font-size:20px;
	font-weight: bolder;
	opacity: 1;
	}
.deslizar-btn{
	position: absolute;
	text-align: center;
	align-content: center;
	color:#ffffff;
	z-index: 2;
	font-size: 50px;
	animation-name: arrow;
	animation-duration:3s;
	animation-iteration-count: 2;
	animation-fill-mode: forwards;
	animation-timing-function:ease;
	animation-delay: 2;
	opacity: 1;
}
.Text-News a {
	color:#ffffff;	
	}
}
.Text-Black a {
	color:#ffffff;	
	}
@keyframes arrow{
	25% {transform: translateX(30px)}	
	50%{transform: translateX(0px)}	
	75% {transform: translateX(30px)}	
	100%{transform: translateX(0px)}
	from {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
