
/* ESTILOS GENERALES CSNET */

:root{
	--principal: #009CA3;
	--secundario: #30aab0;
	--gris1: #F1F3F6;
	--light1: #f2f4ec;
	--grisBordes: #ACACAC;
	--negro: #131313;
}

@font-face {
	font-family: 'Raleway';
	src: url('/fuentes/Raleway/Raleway-Light.ttf');
	font-style: normal;
	font-weight: 300;
}
@font-face {
	font-family: 'Raleway';
	src: url('/fuentes/Raleway/Raleway-Regular.ttf');
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: 'Raleway';
	src: url('/fuentes/Raleway/Raleway-Medium.ttf');
	font-style: normal;
	font-weight: 500;
}
@font-face {
	font-family: 'Raleway';
	src: url('/fuentes/Raleway/Raleway-SemiBold.ttf');
	font-style: normal;
	font-weight: 600;
}
@font-face {
	font-family: 'Raleway';
	src: url('/fuentes/Raleway/Raleway-Bold.ttf');
	font-style: normal;
	font-weight: 700;
}
@font-face {
	font-family: 'PlayfairDisplay';
	src: url('/fuentes/PlayfairDisplay/PlayfairDisplay-Regular.ttf');
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: 'Arapey';
	src: url('/fuentes/Arapey/Arapey-Regular.ttf');
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: 'Arapey';
	src: url('/fuentes/Arapey/Arapey-Italic.ttf');
	font-style: italic;
	font-weight: 400;
}


.fondo-principal{
	background-color: var(--principal);
}

.fondo-light{
	background-color: var(--light1);
}

.color-principal{
	color: var(--principal);
}

.fw-medium{
	font-weight: 500;
}

.fw-semibold{
	font-weight: 600;
}

.fuente-serif{
	font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
}

.borde-1{
	border: 1px solid var(--grisBordes);
}

.borde-b-1{
	border-bottom: 1px solid var(--grisBordes);
}

.boton-principal{
	text-transform: uppercase;
	border-radius: 0;
	background-color: var(--gris1);
	transition: opacity .3s;
}

.boton-principal:hover{
	opacity: .7;
}

.boton-dark{
	background-color: var(--negro);
	color: white;
	text-transform: uppercase;
	border-radius: 0;
	transition: opacity .3s;
}

.boton-dark:hover{
	opacity: .7;
	color: white;
}

.boton-outline-principal{
	color: var(--principal);
	border: 1px solid var(--principal);
}

.boton-outline-principal:hover{
	color: white;
	background-color: var(--principal);
}

.btn:focus:not(:focus-visible), .form-select:focus:not(:focus-visible){
	box-shadow: none;
}

body{
	font-family: 'Raleway', sans-serif;
	background-color: white;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-size: 1rem;
}

main{
	flex-grow: 1;
}

.btn:focus, .form-control:focus{
	box-shadow: none;
	border-color: inherit;
}

.boton-clausula{
	width: fit-content;
	border: 1px solid rgb(190, 190, 190);
}

.boton-clausula:focus:not(:focus-visible), .boton-clausula:not(.collapsed){
    color: var(--negro);
    box-shadow: none;
    background-color: transparent;
	border: 1px solid rgb(190, 190, 190);
}

.boton-clausula:not(.collapsed)::after{
    background-image: url('/imagenes/iconos/chevron-down.svg'), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}

ul.pagination{
	justify-content: center;
	margin-bottom: 3em;

}

.pagination .page-item.active .page-link{
	background-color: var(--verde1);
	border-color: var(--verde1);
}

.pagination .page-link{
	color: var(--verde1);
}

.pagination .page-link:focus:not(:focus-visible){
	box-shadow: none;
}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link{
	border-radius: 0;
}

.dropdown-menu li {
	position: relative;
}
.dropdown-menu .dropdown-submenu {
	display: none;
    position: absolute;
    right: 100%;
    top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
	right: 100%;
    left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
	display: block;
}

.dropdown-item:active{
	background-color: transparent;
}

.pie{
	background-color: var(--gris1);
}

/* FIN DE ESTILOS GENERALES CSNET */

.navbar-central{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.carousel-caption{
	bottom: 4rem;
}
.carousel-caption h2{
	font-family: 'Arapey', serif;
	font-style: italic;
}

a.card-producto{
	color: black;
	text-decoration: none;
}
.img-card-producto{
	aspect-ratio: 3/4;
	object-fit: cover;
}

.swiper-index{
    overflow: hidden;
}

.swiper {
    width: 100%;
}

.slide-gallery {
    width: auto !important;
}

.slide-gallery img {
    max-height: 350px;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--grisBordes) !important;
}

.titulo-categorias{
	border-bottom: 1px solid var(--negro);
	padding-left: .7rem;
	padding-right: .7rem;
}

.item-menu-lateral{
	width: 100%;
	padding: .7rem;
	border-bottom: 1px solid var(--grisBordes);
	color: var(--negro);
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.item-menu-lateral.active span{
	border-bottom: 1px solid var(--negro);
}

.item-menu-lateral:hover{
	color: var(--negro);
}

.pie a{
	color: var(--negro);
	text-decoration: none;
	border-bottom: 1px solid var(--grisBordes);
	transition: opacity .2s;
}

.pie a:hover{
	opacity: .7;
}

.pagina-usuarios .card, .pagina-usuarios .form-control, .pagina-usuarios .form-select{
	border-radius: 0;
}

@media screen and (max-width: 1199.5px) {
	.navbar-central{
		position: static;
		transform: translate(0, 0);
	}
}