/*<css-9117>*/::selection{
	background-color: green;
}

.Fotlinkedin:hover .fab,
.FotInstagram:hover .fab,
.FotFacebook:hover .fab,
.FotYoutube:hover .fab,
.FotTwiter:hover .fab{	 
	color: #089f47;
	-webkit-transition: all 0.3s ease-in-out;
	--scale: 1.3;	
}

.Fotlinkedin .fab,
.FotInstagram .fab,
.FotFacebook .fab,
.FotYoutube .fab,
.FotTwiter .fab{
	color: white;
}

.fot-btn{
	background: #464a4f;
	--border: none;
}

.fot-btn:hover{
	background: #089f47;
}

.fot_enlace:hover {
	color: #76d131;
}

.text-libro-reclamaciones{
	padding-top: 5px;
	text-align: left;
	padding-left: 25px;
	font-size: 16px;
}

.libro_reclamos_btn .colum-libro .icono-libro {
    --background-color: black;
	color: white;
}

.libro_reclamos_btn:hover .colum-libro .icono-libro {
    background-color: white;
	color: #089f47;
	-webkit-transition: all 0.3s ease-in-out;
}

#formRevista .btn-md{
	width: 100%;
   	border-radius: 10px;
   	padding: 8px;
   --background-color: green;
   --border-color: green;
}

#formRevista .form-control{
	background: transparent;
	border-color: #76797d;
	color: #e8eaed;
	height: 100%;
	width: 100%;
}

#formRevista .fal{
	font-size: 18px;
	color: #e8eaed;
}

/*
#formRevista .form-control:focus
{
	border-color: #76797d;
}
*/

#formRevista .input-group-text{
	height: 100%;
	border-color: #76797d;
	background: transparent;
	color: white;
	font-size: 25px;
}

#formRevista .checkbox{
	color: white;
}

#formRevista .input-group{
	width: auto;
}

#formRevista .form-group{
	width: 100%;
}

#formRevista .col-sm-12{
	display: flex;
	margin-bottom: 15px;
}

.fot-inf2{
	display: none;
}


@media (max-width: 768px) {
	.fot-btn-col{
		display: flex;
		justify-content: end;
		margin-bottom: 5px;
	}
	
	.Fotlinkedin .fab,
	.FotInstagram .fab,
	.FotFacebook .fab,
	.FotYoutube .fab,
	.FotTwiter .fab{
		font-size: 25px;
	}
}

@media (min-width: 992px) {
	.fot-inf2{
		display: flex;
	}
	.fot-inf1{
		display: none;
	}
}

@media (max-width: 992px) {
	.icono-libro {
		font-size: 45px;
	}
	.text-libro-reclamaciones{
		padding-top: 0px;
		font-size: 15px;
	}
	.libro_reclamos_btn{
		padding-left: 0px;
	}
}

@media (min-width: 1200px) {
	.fot-inf2{
		display: flex;
	}
	.fot-inf1{
		display: none;
	}
}

@media (min-width: 1400px) {
	.fot-inf2{
		display: none;
	}
	
	.fot-inf1{
		display: flex;
	}
}


/* SCROLL VERDE PAGINA */
body::-webkit-scrollbar {
    width: 12px
}
 
body::-webkit-scrollbar-thumb {
    background: #1aba0f;
    border-radius: 6px
}
 
body::-webkit-scrollbar-thumb:hover {
    background: #29dd1d
}
 
body::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 6px;
    margin-top: -4px;
	margin-bottom: -4px;
}
/*</css-9117>*/