﻿.reset-p /*ELIMINA PADDING*/
{
	padding-left:0 !important;
	padding-right:0 !important;
}
.reset-p-l
{
	padding-left: 0 !important; 
}
.reset-p-r
{
	padding-right: 0 !important;
}
.img-cover /*EQUIVALE A BACKGROUND-SIZE:COVER*/
{
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.divisor-gris
{
	border-top: 1px solid #AFAFAF;
}
.vertical
{
	align-items: center;
	display: flex;
}
.centrar
{
    display:block;
    margin:0 auto;
    text-align:center;
}
.borde-sombra
{
	border: 0;
    border-bottom: 0px solid transparent;
    box-shadow: 0 1px 3px rgba(0,0,0,0.8);
    margin: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.e-escalar /*AGRANDA BOTÓN*/ 
{
	transition: all .3s;
	transform: scale(1);
}
.e-escalar:hover, .e-escalar:active, .e-escalar:focus
{
	transform: scale(1.03);
}
.e-sombra /*SOMBREADO BOTÓN*/
{
	 box-shadow: 0 0 0 rgba(0,0,0);
	 transition: all .3s;
}
.e-sombra:hover, .e-sombra:active, .e-sombra:focus
{
	box-shadow: 4px 4px 4px rgba(0,0,0,.2);
}

/*FONDOS*/
.naranja
{
	background: #FF5C17;
}
.rosa
{
	background: #c48585;
}

/*COLOR BLIND MODE*/
