* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

html {
	scroll-behavior: smooth !important;
}

.Montserrat-medium {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.Montserrat-extrabold {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.Montserrat-semibold {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.Montserrat-regular {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.Montserrat-bold {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.azulColonia {
	color: #0258a1 !important;
}

#nav {
	border-bottom: solid 3px #d9272e;
}

#headerHome2 {
	background-image: url("../img/pruebas/imgbarco.webp");
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
}

.homeViewTextBanner h2 {
	font-size: 2rem !important;
	color: white !important;
}
.homeViewTextBanner p {
	font-size: 1.5rem !important;
	color: white !important;
}

.homeViewTextBanner {
	display: flex;
	justify-content: center !important;
	align-items: center !important;
	align-self: center !important;
	text-align: center;
	/* min-height: 90% !important; */
}
/* .homeViewTextBanner h2 {
	font-size: 2rem !important;
	display: flex;
	justify-content: center !important;
	align-items: center !important;
	align-self: center !important;
	color: #e70001 !important;
} */

.divCirculoFlecha {
	width: 70px;
	height: 70px;
	background-color: #0258a1; /* Color de fondo (azul, por ejemplo) */
	border-radius: 50%; /* Esto hace el círculo */
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra opcional */
	transition: transform 0.5s ease;
	color: white;
	bottom: 270px !important;
}

.divCirculoFlecha a {
	color: white; /* Color del icono */
	text-decoration: none;
	font-size: 30px; /* Tamaño del icono */
}

.divCirculoFlecha:hover {
	transform: scale(1.1);
	background-color: #d9272e;
}

.nav-link {
	color: #0258a1 !important;
	font-family: "Poppins", sans-serif !important;
	font-weight: 500 !important;
	font-style: normal !important;
	font-size: 12px !important;
}

.poppins-flags {
	color: #0258a1 !important;
	font-family: "Poppins", sans-serif !important;
	font-weight: 500 !important;
	font-style: normal !important;
	font-size: 12px !important;
}

.nav-link:hover {
	color: #d9272e !important;
}

.logoColonia {
	width: 180px;
}

.logoColonia2 {
	width: 100px;
}

.contenedor_de_logos {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px;
	background-color: white !important;
}

.contenedor_logo {
	width: 25%;
}

.contenedor_gift {
	width: 25%;

	height: 100%;
}

.rojo {
	color: #d9272e;
}

.bordo {
	color: #bf2530;
}

.azul {
	color: #0358a2;
}

.celeste {
	color: #2196f3;
}

.bordeRojo {
	border: red 1px solid;
}

.bordeAzul {
	border: blue 1px solid;
}

.bannerImg {
	width: 100%;
	margin: 0;
	padding: 0;
}

.bannerImg img {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.lineaNegra {
	border-bottom: 1px rgb(160, 160, 160) solid;
	margin-top: 50px;
	width: 90% !important;
}

.cardTitulo {
	color: black;
}

.cardTitulo:hover {
	color: #d9272e;
}

.cardTitulo p {
	width: 80%;
}

.contenedorASideBar {
	border-top: 1px rgb(160, 160, 160) dashed;
	/* width: 80%; */
}

.imgDentoNew {
	width: 100% !important;
}

.img-card-wrapper {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 8px;
	max-width: 100%;
	/* evita que se pase del ancho de la columna */
}

.img-card-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.btn-suscribe {
	background-color: #004d96 !important;
}

.btn-suscribe:hover {
	background-color: #003668 !important;
}

.btn-suscribe2 {
	background-color: #c40000 !important;
}

.btn-suscribe2:hover {
	background-color: rgb(163, 1, 1) !important;
}

footer {
	background-color: #114272;
	color: white;
}

footer div p {
	font-size: 11px;
	padding: 16px;
}

.page-link {
	color: #0258a1 !important;
	background-color: white !important;
}

.page-item.active .page-link {
	background-color: #0258a1 !important;
	color: white !important;
}

.material-symbols-outlined {
	color: #0258a1 !important;

	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

#liveToast {
	animation: bounce 0.8s ease;
}

#volver a {
	text-decoration: none;
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
	100% {
		transform: translateY(0);
	}
}

img {
	border-radius: 5px;
}

.flagsImg {
	border-radius: 0;
}

.botonBandera {
	border: none;
	background-color: transparent;
}

.seccionSuscribirse {
	background-color: rgb(204, 204, 204);
}

.seccionSuscribirse2 {
	/* background-color: #004d96; */
	background-image: url("../img/pruebas/bannerRegistro2.webp");
	background-repeat: no-repeat;
	background-size: cover;

	background-position-y: 10%;
	background-position-x: 50% !important;
	/* min-height: 400px; */
	color: whitesmoke;
}

.encabezadoMargin {
	margin-top: 100px;
}

@media (min-width: 300px) and (max-width: 320px) {
	#headerHome2 {
		background-image: url("../img/pruebas/imgbarco.webp");
		background-repeat: no-repeat;
		background-position: center;
		height: 100vh !important;
	}

	.logoColonia {
		width: 146px;
	}

	#nav {
		border-bottom: solid 3px #d9272e;
	}

	.homeViewTextBanner {
		min-height: 90% !important;
	}
	.homeViewTextBanner h2 {
		font-size: 2rem !important;
	}
	.homeViewTextBanner p {
		font-size: 1.2rem !important;
	}

	.divCirculoFlecha {
		width: 70px;
		height: 70px;
		background-color: #0258a1; /* Color de fondo (azul, por ejemplo) */
		border-radius: 50%; /* Esto hace el círculo */
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra opcional */
		transition: transform 0.5s ease;
		color: white;
		bottom: 110px !important;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.nav-link {
		font-size: 17px !important;
	}

	.logoColonia {
		width: 250px;
	}

	.lineaNegra {
		border-bottom: 1px rgb(160, 160, 160) solid;
		margin-top: 100px;
	}

	.btn-suscribe {
		background-color: #004d96 !important;
		width: 50% !important;
	}

	.btn-suscribe:hover {
		background-color: #004d96 !important;
		width: 50% !important;
	}

	#nav {
		border-bottom: solid 3px #d9272e;
	}

	#headerHome2 {
		background-repeat: no-repeat;
		height: 600px;
	}

	.homeViewTextBanner h2 {
		font-size: 3rem !important;
	}

	.divCirculoFlecha {
	
		bottom: 170px !important;
	}
}

@media (min-width: 1200px) {
	p {
		text-align: justify !important;
	}

	.nav-link {
		font-size: 20px;
	}

	.logoColonia {
		width: 200px;
	}
	.logoColonia2 {
		width: 100px;
	}

	.lineaNegra {
		border-bottom: 1px rgb(160, 160, 160) solid;
		margin-top: 100px;
	}

	#contenedorNews {
		min-height: 300px !important;
		/* Ajustable si querés asegurar una altura mínima */
	}

	.lineaNegraLateral {
		border-left: 1px rgb(160, 160, 160) dashed;
		padding-left: 16px;
	}

	.bannerImg {
		height: 385px;
		margin: 0;
		padding: 0;
	}

	.bannerImg img {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}

	.imgDentoNew {
		width: 825px !important;
		height: 489px !important;
	}

	.btn-suscribe {
		background-color: #004d96 !important;
		width: 40% !important;
	}

	.btn-suscribe:hover {
		background-color: #004d96 !important;
		width: 40% !important;
	}

	.toastbackground {
		background-color: black !important;
	}

	#nav {
		border-bottom: solid 3px #d9272e;
	}

	#headerHome2 {
		background-repeat: no-repeat;

		height: 790px;
		background-size: cover;
	}

	/* .homeViewTextBanner{
		min-height: 90%;
	} */

	.homeViewTextBanner h2 {
		font-size: 64px !important;
		color: white !important;
	}
	.homeViewTextBanner p {
		font-size: 2rem !important;
		color: white !important;
	}

	.divCirculoFlecha {
		width: 70px;
		height: 70px;
	
		bottom: 170px !important;
	}

	.divCirculoFlecha a {
		color: white; /* Color del icono */
		text-decoration: none;
		font-size: 30px; /* Tamaño del icono */
	}

	.divCirculoFlecha:hover {
		transform: scale(1.3);
		background-color: #d9272e;
	}

	.seccionSuscribirse2 {
		/* background-color: #004d96; */
		background-image: url("../img/pruebas/bannerRegistro2.webp");
		background-repeat: no-repeat;
		/* background-size: cover; */
		background-position-y: 100%;
		background-position-x: 10% !important;
		min-height: 400px;
		color: whitesmoke;
	}
}
