@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Amaranth:wght@400;700&family=Quicksand:wght@300;400;500;600;700&display=swap');

body {
	box-sizing: border-box;
	font-family: 'Amaranth', sans-serif;
	/* background-color: #146a90; */
	overflow-block: auto;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

.container {
	max-width: 100%;
}

/* --------- Textos ----------- */
.titulos-2 {
	font-size: 1.5rem;
}

.parrafos {
	font-family: 'Quicksand', sans-serif;
	font-size: 1rem;
}

/* --------- SESION SECTION ----------- */

.bg-sesion {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url('../img/mobile/session.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* --------- Colores ----------- */

.c-azul {
	color: #0f51a6;
}

.c-rojo {
	color: #c0222f;
}

.c-amarillo {
	color: #fdc80e;
}

.pb-50 {
	padding-bottom: auto;
}

.ps-15 {
	padding-left: auto;
}
.fondo-dinamico {
	background: linear-gradient(to right, #0f51a6, #c0222f);
	background-size: 400% 400%;
	-webkit-animation: moveBg 10s linear infinite;
	animation: moveBg 10s linear infinite;
}

/* --------- Menú ----------- */
.logo-nav {
	width: 40px;
}

.hamburguesa {
	color: #c0222f;
	border: 0;
	font-size: 1.6rem;
}

.hamburguesa2 {
	background: #c0222f;
	color: white;
	border: 0;
	font-size: 1.6rem;
	padding: 0.75rem;
}

.offcanvas {
	background: rgb(15 81 166 / 80%);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.offcanvas-top {
	height: 100vh !important;
}

button.lineas {
	color: white !important;
}

.nav-link {
	color: white;
}

.nav-link:hover,
.nav-link:focus {
	color: #fdc80e;
}

.bg-nav {
	background-color: #0f51a6;
	position: relative;
	z-index: 1000;
}

.siempre {
	z-index: 500;
}

.bg-sticky {
	/* background-color: rgba(0, 0, 0, 0.7); */
	background-color: rgba(15, 81, 166, 0.7);
	height: 60px;
}

.social img {
	height: 2rem;
	margin-top: 1rem;
	margin-bottom: 2.5rem;
}

.space {
	padding-top: 6%;
}

#volumen,
#volumen2 {
	transition: all 1s ease; /* animación suave */
}

#volumen.oculto,
#volumen2.oculto {
	transform: translateY(-100%); /* desplaza el nav fuera de la vista */
}

#volumen,
#volumen a {
	/* font-family: 'Quicksand', sans-serif;
	font-size: 0.5rem;
	font-weight: 500; */
	color: white;
}

#volumen,
#volumen a.active {
	color: #fdc80e !important;
}

#volumen.mostrado,
#volumen.mostrado {
	transform: translateY(0); /* desplaza el nav a la vista */
}

#reveal {
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#reveal.visible {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.vimeo-wrapper-tmd {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
}
.vimeo-wrapper-tmd iframe {
	width: 100vw;
	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* --------- Imagenes de fondo ----------- */

.degradado-home {
	background-color: rgba(0, 0, 0, 0.5);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 75%;
}

.degradado-top {
	background-image: linear-gradient(
		180deg,
		rgba(0, 0, 0, 1),
		rgba(0, 0, 0, 0.7),
		rgba(0, 0, 0, 0)
	);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 75%;
}

/* .content {
	position: relative;
	z-index: 1;
} */

.degradado-escultura {
	background-image: linear-gradient(180deg, black 30%, transparent 90%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.degradado-cruz {
	background-image: linear-gradient(
		180deg,
		rgba(0, 0, 0, 1),
		rgba(0, 0, 0, 0.7),
		rgba(0, 0, 0, 0)
	);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 75%;
}

.degradado-10 {
	background-image: linear-gradient(10deg, black 44%, transparent 66%);
	background-repeat: no-repeat;
	background-size: 150% 150%;
}

.degradado-n10 {
	background-image: linear-gradient(-10deg, black 40%, transparent 66%);
	background-repeat: no-repeat;
	background-size: 350% 100%;
}

.degradado-bottom {
	background-image: linear-gradient(
		0deg,
		rgba(0, 0, 0, 1),
		rgba(0, 0, 0, 0.7),
		rgba(0, 0, 0, 0)
	);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 80%;
}

.degradado-rosario {
	background-image: linear-gradient(-10deg, black 40%, transparent 76%);
	background-repeat: no-repeat;
	background-size: 350% 100%;
}

.degradado-mariano {
	background-image: linear-gradient(-10deg, black 40%, transparent 76%);
	background-repeat: no-repeat;
	background-size: 350% 100%;
}

.radial {
	background: rgb(0, 0, 0);
	background: radial-gradient(
		circle,
		rgba(0, 0, 0, 0.1516981792717087) 25%,
		rgba(0, 0, 0, 1) 75%
	);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.img-1 {
	background-image: url('../img/mobile/home.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.img-2 {
	background-image: url('../img/mobile/cruz.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.img-3 {
	background-image: url('../img/mobile/virgen.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.img-4 {
	background-image: url('../img/mobile/entorno.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.img-5 {
	background-image: url('../img/mobile/cerro.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.img-6 {
	background-image: url('../img/mobile/iglesias.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.img-7 {
	background-image: url('../img/mobile/rosario.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.img-8 {
	background-image: url('../img/mobile/mariano.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.img-9 {
	background-image: url('../img/mobile/esculturas.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.img-10 {
	background-image: url('../img/mobile/mirador.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* --------- Tamaños de pantalla ----------- */
.v-90 {
	height: 90vh;
	padding-top: 2rem;
}

.v-95 {
	height: 95vh;
}

.v-10 {
	height: 10vh;
}

.v-100 {
	height: 100vh;
}

.video-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.video-wrapper iframe {
	max-width: 100%;
	max-height: 100%;
}

.modal-content-video {
	background: linear-gradient(to left, #0f51a6, #c0222f);
}

/* --------- Botonoes ----------- */

.btn-azul {
	color: white;
	background-color: #0f51a6;
	transition: transform 0.3s, background-color 0.3s;
}

.btn-azul:hover,
.btn-azul:focus {
	background-color: #fdc80e !important;
	color: #0f51a6 !important;
}

.btn-misericordia {
	background-color: #fdc80e;
	color: #0f51a6;
	transition: transform 0.3s, background-color 0.3s;
}

.btn-misericordia:hover {
	background-color: #0f51a6 !;
	color: #fff;
}

.btn-rojo {
	color: white;
	background-color: #c0222f;
	transition: transform 0.3s, background-color 0.3s;
}

.btn-rojo:hover,
.btn-rojo:focus {
	background-color: #0f51a6 !important;
	color: white !important;
	transform: scale(1.1);
}

.btn-iglesias {
	background-color: #fdc80e;
	color: #0f51a6;
	transition: transform 0.3s, background-color 0.3s !important;
}

.btn-iglesias:hover,
.btn-iglesias:focus {
	background-color: #c0222f !important;
	color: white !important;
}

.link {
	color: #fdc80e;
}

.link:hover {
	color: white;
}

.titulo-4 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 800;
	font-size: 1rem;
}

.titulo-3 {
	font-weight: 400;
	font-size: 1.2rem;
}

.texto-home {
	font-family: 'Amaranth', sans-serif;
	font-size: 2.5rem;
	letter-spacing: 0.2rem;
	line-height: 1;
}

.ancho-img {
	width: 30%;
}

.abajo {
	padding-bottom: 8rem;
}

.abajo-mobil {
	padding-bottom: 4rem;
	margin-bottom: 5rem;
}

/* --------- Animaciones ----------- */
.drop {
	-webkit-filter: drop-shadow(5px 5px 20px #000);
	filter: drop-shadow(5px 5px 20px #000);
}

.logo-cristo {
	transform: translatey(0px);
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
}

.img-paypal {
	width: 35%;
}

.img-paypal-menu {
	width: 150px;
}

/*--------- BREAKPOINTS -------------*/

@media (min-width: 768px) {
	.pb-50 {
		padding-bottom: 65%;
	}

	.ps-15 {
		padding-left: 15%;
	}

	.container {
		max-width: 85%;
	}

	.bg-sesion {
		background-image: url('../img/mid_right.jpg');
	}

	.titulo-3 {
		font-size: 0.8rem;
	}

	.titulos-2 {
		font-size: 2.5rem;
	}

	.parrafos {
		font-size: 1.3rem;
	}

	.ancho-img {
		width: 18%;
	}

	.v-90 {
		height: 100vh;
		padding-top: 3rem;
	}

	.img-paypal {
		width: 50%;
	}

	.img-1 {
		background-image: url('../img/home.jpg');
		height: 95vh;
	}

	.img-2 {
		background-image: url('../img/cruz.jpg');
	}

	.img-3 {
		background-image: url('../img/virgen.jpg');
	}

	.img-4 {
		background-image: url('../img/entorno.jpg');
	}

	.img-5 {
		background-image: url('../img/cerro.jpg');
	}

	.img-6 {
		background-image: url('../img/iglesias.jpg');
	}

	.img-7 {
		background-image: url('../img/rosario.jpg');
	}

	.img-8 {
		background-image: url('../img/mariano.jpg');
	}

	.img-9 {
		background-image: url('../img/esculturas.jpg');
	}

	.img-10 {
		background-image: url('../img/mirador.jpg');
	}

	.degradado-10 {
		background-image: linear-gradient(-15deg, black 54%, transparent 70%);
		background-repeat: no-repeat;
		background-size: 200% 150%;
	}

	.degradado-top {
		background-image: linear-gradient(15deg, black 50%, transparent 75%);
		background-repeat: no-repeat;
		background-size: 100% 200%;
	}

	.degradado-cruz {
		background-image: linear-gradient(160deg, black 20%, transparent 60%);
		background-repeat: no-repeat;
		background-size: 150% 150%;
	}

	.degradado-rosario {
		background-image: linear-gradient(-15deg, black 54%, transparent 65%);
		background-repeat: no-repeat;
		background-size: 200% 150%;
	}

	.degradado-mariano {
		background-image: linear-gradient(160deg, black 15%, transparent 60%);
		background-repeat: no-repeat;
		background-size: 150% 100%;
	}

	.degradado-escultura {
		background-image: linear-gradient(-155deg, black 30%, transparent 60%);
		background-repeat: no-repeat;
		background-size: 150% 150%;
	}

	.radial {
		background-image: linear-gradient(90deg, black 20%, transparent 100%);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.titulo-4 {
		font-family: 'Quicksand', sans-serif;
		font-weight: 800;
		font-size: 1.5rem;
	}

	.texto-home {
		font-size: 5rem;
		letter-spacing: 0.5rem;
		line-height: 1;
	}
}

@-webkit-keyframes float {
	0% {
		-webkit-filter: drop-shadow 0 5px 15px 0px rgba(0, 0, 0, 0.4);
		filter: drop-shadow 0 5px 15px 0px rgba(0, 0, 0, 0.4);
		transform: translatey(0px);
	}
	50% {
		-webkit-filter: drop-shadow 0 25px 15px 0px rgba(0, 0, 0, 0.2);
		filter: drop-shadow 0 25px 15px 0px rgba(0, 0, 0, 0.2);
		transform: translatey(-10px);
	}
	100% {
		-webkit-filter: drop-shadow 0 5px 15px 0px rgba(0, 0, 0, 0.4);
		filter: drop-shadow 0 5px 15px 0px rgba(0, 0, 0, 0.4);
		transform: translatey(0px);
	}
}

@keyframes float {
	0% {
		-webkit-filter: drop-shadow 0 5px 15px 0px rgba(0, 0, 0, 0.4);
		filter: drop-shadow 0 5px 15px 0px rgba(0, 0, 0, 0.4);
		transform: translatey(0px);
	}
	50% {
		-webkit-filter: drop-shadow 0 25px 15px 0px rgba(0, 0, 0, 0.2);
		filter: drop-shadow 0 25px 15px 0px rgba(0, 0, 0, 0.2);
		transform: translatey(-10px);
	}
	100% {
		-webkit-filter: drop-shadow 0 5px 15px 0px rgba(0, 0, 0, 0.4);
		filter: drop-shadow 0 5px 15px 0px rgba(0, 0, 0, 0.4);
		transform: translatey(0px);
	}
}

@-webkit-keyframes moveBg {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes moveBg {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
