
/* ESTILOS GENERALES CSNET */

:root{
	--principal: #09314B;
	--secundario: #b12ae7;
	--light1: #F3F5FF;
	--negro: #131313;
}

@font-face {
	font-family: 'Inter';
	src: url('/fuentes/Inter/Inter-Light.ttf');
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: 'Inter';
	src: url('/fuentes/Inter/Inter-Regular.ttf');
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'Inter';
	src: url('/fuentes/Inter/Inter-Bold.ttf');
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: 'Anta';
	src: url('/fuentes/Anta/Anta-Regular.ttf');
	font-style: normal;
	font-weight: 400;
}

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


.fondo-light{
	background-color: rgba(241, 243, 252, 0.858);
}

.fondo-dark{
	background-color: #01233ac4;
}

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

.font-anta{
	font-family: 'Anta', sans-serif;
}

.text-balance{
	text-wrap: balance;
}

.texto-highlight{
	color: rgb(182, 250, 255);
	text-shadow: 0 0 5px rgb(131, 218, 255);
	/* color: rgb(255, 188, 255); */
}

.texto-highlight.hl-rosa{
	text-shadow: 0 0 5px rgb(255, 131, 253);
	color: rgb(255, 188, 255);
}

.boton-principal{
	color: white;
	background-color: var(--principal);
	border: 1px solid var(--principal);
	border-radius: 999rem;
	transition: background-color .2s;
}

.boton-principal:hover{
	color: white;
	background-color: var(--secundario);
	border: 1px solid var(--secundario);
}

.boton-light{
	color: var(--principal);
	background-color: var(--light1);
	border: 1px solid var(--light1);
	border-radius: 999rem;
	transition: all .2s;
}

.boton-light:hover{
	color: var(--principal);
	background-color: var(--light1);
	border: 1px solid rgb(0, 217, 255);
	box-shadow: rgba(152, 216, 255, 0.452) 0px 0px 12px 0px;
}

.boton-outline-principal{
	color: var(--principal);
	border: 2px solid var(--principal);
	border-radius: 999rem;
}

.boton-outline-principal:hover{
	color: var(--principal);
	border: 2px solid var(--principal);
	background-color: rgba(38, 41, 55, 0.089);
}

.boton-outline-light{
	color: var(--light1);
	border: 1px solid var(--light1);
	border-radius: 999rem;
}

.boton-outline-light:hover{
	color: white;
	border: 1px solid var(--light1);
	background-color: rgba(255, 255, 255, 0.205);
}

.dropdown-menu{
	min-width: 0;
}

body{
	font-family: 'Inter', sans-serif;
	color: white;
	height: 100vh;
	font-size: 1rem;
	background-image: url(../imagenes/assets/fondo-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.app{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
}

main{
	flex-grow: 1;
}


.boton-clausula{
	width: fit-content;
	border: 1px solid rgb(30, 30, 30);
	background-color: transparent;
}

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

.boton-clausula::after, .boton-clausula:not(.collapsed)::after{
    background-image: url('/imagenes/iconos/chevron-down-black.svg');
	
}

.card-noticia {
	text-decoration: none;
	color: var(--negro);
	transition: all .2s;
	background-color: rgba(255, 255, 255, 0.639);
}

.card-noticia:hover {
	color: var(--negro);
	transform: scale(104%);
}

.noticia a{
	color: var(--principal);
	text-decoration: none;
	transition: all .2s;
}

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

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{
	box-shadow: none;
}

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

.pie a{
	color: white;
	text-decoration: none;
	transition: all .2s;
}

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

.pie{
	background-color: rgba(255, 255, 255, 0.121);
}

.politicas{
	word-wrap: break-word;
}
/* FIN DE ESTILOS GENERALES CSNET */

h2{
	font-weight: 800;
	font-size: 3rem;
}


.logo{
	width: 150px;
	max-width: 100%;
}

.header .nav-link{
	text-transform: uppercase;
	color: var(--principal);
	font-weight: bold;
}

.header-container{
	border-radius: 999rem;
	border: 2px solid white;
}

.logo-hero-index{
	width: 400px;
}

.container-swiper{
    overflow: hidden;
}

.swiper-hero .swiper-wrapper{
	width: 100%;
}

.slide-hero {
    width: 100%;
	padding-right: 4rem;
	padding-left: 4rem;
}

.swiper-button-next,
.swiper-button-prev {
    color: white !important;
}

.hero-index .img-maquina{
	max-height: 500px;
	object-fit: contain;
}

.card-index p, .card-index h3{
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.523);
}

.card-index {
	position: relative;
	transition: transform .2s;
}
/* .card-index img {
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 1));
} */

.card-index:hover {
	transform: scale(103%);
}

.card-instalar{
	background-image: linear-gradient(#000000a6, #000000a6), url('/imagenes/paginas/index/instalar-maquina.jpg');
	background-size: cover;
	background-position: center center;
	background-color: #000000;
}

.card-asistencia{
	background-image: linear-gradient(#000000a6, #000000a6), url('/imagenes/paginas/index/mockup-van.jpg');
	background-size: cover;
	background-position: center center;
	background-color: #000000;
}

.form-control{
	border-radius: 999em;
}

.img-1-instalacion{
	border-top-left-radius: 2rem;
}

.img-1-asistencia{
	border-top-right-radius: 2rem;
}

.img-furgo{
	max-width: 400px;
}

.contacto .form-control{
	background-color: transparent;
	border: 2px solid var(--principal);
}

@media (max-width: 1199.5px){
	
	h2{
		font-weight: 800;
		font-size: 2rem;
	}
	.header .logo{
		width: 120px;
	}
	
	.header-container{
		border-radius: 0;
		border: 0;
		border-bottom: 2px solid white;
	}

	.img-1-instalacion{
		border-top-left-radius: 0;
		min-height: 400px;
	}
}