:root {
	--color-red: #f3493d;
	--color-white: #ffffff;
	--color-black: #09070e;

	--title-font: "Manrope-ExtraBold";
	--body-font: "Manrope-regular";
	--body-subbody: "Manrope-Medium";
	--botton-font: "Impact";
	--text_cita: "Cormorant";
}

@font-face {
	font-family: "Manrope-ExtraBold";
	font-weight: 600;
	font-style: normal;
	src: local("Manrope, ExtraBold"),
		url("../assets/fonts/Manrope-ExtraBold.ttf") format("TrueType");
}

@font-face {
	font-family: "Manrope-Medium";
	font-weight: 600;
	font-style: normal;
	src: local("Montserrat, Medium"),
		url("../assets/fonts/Manrope-Medium.ttf") format("TrueType");
}

@font-face {
	font-family: "Manrope-regular";
	font-weight: normal;
	font-style: normal;
	src: local("Montserrat, Regular"),
		url("../assets/fonts/Manrope-Regular.ttf") format("TrueType");
}

@font-face {
	font-family: "Impact";
	font-weight: normal;
	font-style: normal;
	src: local("impact, Regular"),
		url("../assets/fonts/impact.ttf") format("TrueType");
}

@font-face {
	font-family: "Cormorant";
	font-weight: normal;
	font-style: normal;
	src: local("Cormorant-Italic"),
		url("../assets/fonts/Cormorant/Cormorant-Regular.ttf") format("TrueType");
}

* {
	box-sizing: border-box;
	margin: 0;
}

body {
	background-color: #181818 !important;
	font-family: sans-serif;
	font-size: 3rem;
}

/*///////// posicion left del modal/////////////// */

.modal-title {
	font-size: small;
	font-family: var(--body-subbody);
	color: var(--color-white);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
	color: transparent !important;
	background-color: transparent !important;
	border-color: transparent !important;
	box-shadow: transparent !important;
}

.btn-primary {
	color: transparent !important;
	background-color: transparent !important;
	border-color: transparent !important;
}

.menu-especiales .modal-content::-webkit-scrollbar {
	display: none;
}

.modal.left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 100%;
	max-width: none;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0) !important;
}



.modal-content {
	background-color: var(--color-black) !important;
}

.modal.left.fade .modal-dialog {
	/* right: 0; */
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
	left: 0;
}

.menu-especiales .modal-content {
	background-color: #101112;
}

.modal-header {
	border-bottom: none !important;
}

.head-menu {
	margin-left: auto !important;
	margin-right: auto !important;
}

.modal.left .modal-body {
	padding: 6px 7px;
}

.menu_especiales--card {
	max-height: 300px;
	border-radius: 10px;
	margin-bottom: 20px !important;
}

.menu_especiales--card img {
	height: 15rem !important;
	width: 18rem !important;
	position: relative;
	bottom: 70px;
	padding: 10px;
	border-radius: 20px 20px 20px 20px;
	position: relative;
}

.content_menu {
	height: 236px;
}

.item_menu1,
.item_menu2,
.item_menu3,
.item_menu4,
.item_menu5 {
	margin-left: auto;
	position: relative;
	width: 18rem;
	height: 14rem;
	margin-right: auto;
}



.link-ojoconmipisto {
	padding-block: 10px;
	font-family: var(--body-subbody);
	text-decoration: none;
	font-size: 1rem;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
}

.title-menu-modal {
	font-family: var(--title-font);
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
}

.link-ojoconmipisto:hover {
	color: var(--color-red) !important;
}

.iconclose {
	width: 20px;
	margin-left: 16rem;
}

.icon-podcast {
	width: 20px;

}

.btn-primary {
	padding: 0 !important;
}


.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
	width: 20rem !important;
}

.podcast {
	font-family: var(--body-subbody);
	font-size: 16px;
}

/*///////// posicion left del modal/////////////// */

/*NAVBAR STYLES*/
.fixed-top {
	top: -10px !important;
}

.fixed-navbar-light {
	background-color: transparent;
}


.navbar_vacu {
	display: flex;
	align-items: center;
}

.navbar_vacu ul {
	margin-right: 20px;
}

.navbar-nav .nav-link {
	font-size: 1.125rem;
	font-weight: 500;
}

.nav-link {
	padding: 0.5rem 0.5rem !important;
}

.logo-img {
	width: 97px;
}

.menuicon {
	width: 30px;
	height: 30px;
}

/*END NAVBAR STYLES*/

/* Animaciones  */
.fadeTop {
	opacity: 0;
	transform: translate(0, 10vh);
	transition: all 3s;
}

.fadeRight {
	opacity: 0;
	transform: translate(10vh, 0vh);
	transition: all 3s;
}

.fadeLeft {
	opacity: 0;
	transform: translate(-10vh, 0vh);
	transition: all 3s;
}

.visible {
	opacity: 1;
	transform: translate(0, 0);
}

/*CATALOGO*/
.bg_imagen {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.content_intro {
	justify-content: flex-end;
}

.img_intro {
	height: 320px;
}

.intro,
.intro-t-5 {
	padding: 11px;
	padding-left: 0rem;
	position: absolute;
	top: 8rem;
	width: 90%;
}

.intro-credits {
	padding: 6px;
	position: absolute;
	top: 15rem;
}

.intro-t-5 {
	top: 7rem;
	width: 85%;
}

.grid-item {

	align-items: center;
	justify-content: center;
	border-radius: 4px;
	transition: transform 0.3s ease-in-out;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.catalogo-top {
	padding: 1rem !important;

}

.grid-container {
	padding: 1rem;
	gap: 15px;
	grid-auto-rows: 15rem;
	display: grid;
	grid-template-columns: auto;

}


.encabezado,
.encabezado-intro,
.encabezado-i {
	padding-bottom: 1rem;
	line-height: 30px;
	font-size: 34px;
	color: var(--color-white);
	font-family: var(--title-font);
	text-align: center;
}


.contenedor-buton {
	position: relative;
	width: 100%;
	height: 100%;
}




/*INTRO*/

.encabezado-intro a {
	font-family: var(--body-font);
	font-size: 24px;

}

.encabezado-intro h1 {
	margin-top: 10px;
	font-size: 32px;
	line-height: 1.5;
}

.text-intro {
	/* line-height: initial; */
	font-family: var(--body-subbody);
	font-size: 18px;
	padding-top: 1rem;
	/* padding-right: 4rem; */
	padding: 0.5rem;
	color: #edf2f4;
}



.intro-1,
.intro-2,
.intro-3,
.intro-4,
.intro-5 {
	position: absolute;
	height: 100%;

}




.container-salto-intro a {
	color: var(--color-white) !important;
	text-decoration: none !important;
	font-family: var(--body-subbody) !important;
	font-size: 16px !important;

}

/*HISTORIAS STYLES*/


.biselado {
	border: 7px solid #fcfcfc;
	text-align: center;
}

.bisel-intro {
	border: 8px solid #fcfcfc;
}

.text-history {
	font-family: var(--body-font);
	font-size: 16px;
	color: var(--color-white);
}

.title-history,
.title-acerca {
	text-align: initial;
	line-height: 26px;
	font-size: 18px;
	color: var(--color-white);
	font-family: var(--title-font);
	font-weight: 700;
}

.title-acerca {
	font-size: 22px;
}

.text-sub-history,
.text-sub-history-2,
.text-menu-title {
	padding-top: 1rem;
	line-height: 25px;
	font-size: 18px;
	color: var(--color-white);
	font-family: var(--body-subbody);
}

.title-history {
	font-family: var(--title-font);
	font-size: 25px;
	color: var(--color-white);
}

.title-text {
	font-family: var(--title-font);
	font-size: 23px;
	color: var(--color-white);
}

.img-historia4,
.img-creditos,
.img-historia1,
.img-historia-chisec {
	width: 100%;
	height: 27rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	transition: transform 0.3s ease-in-out;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.img-historia1 {
	background-position: right;
	height: 31rem;
}

.img-creditos {
	height: 19rem;
}

.img-historia-chisec {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 20rem;
}

.creditos_autor img {
	margin-right: 4px;
	width: 23px;
}

.text_cita {
	font-size: 23px;
	font-style: italic;
	font-weight: 500;
	font-family: var(--text_cita);
	color: var(--color-white) !important;
}

/*::-webkit-scrollbar {
	display: none;
}*/
/*CREDITOS*/
.text-creditos {
	margin-bottom: 15px;
	display: block;
	word-spacing: 0.08rem;
}

.text-creditos p {
	margin-bottom: 5px;
	font-size: 1.125rem;
	font-weight: bold;
	font-family: var(--body-font);
	color: #bf4f46;
}

.text-creditos p+p {
	font-weight: 300;
	margin-bottom: 5px;
	margin-left: 0;
	color: #d8cfcf;
}

.title-creditos {
	margin-bottom: 20px;
	font-size: 1.5rem;
	font-weight: 500;
	font-family: var(--title-font);
	letter-spacing: 0.03rem;
	color: white;
}

/* ///////////// fotter///////////////*/
a {
	color: var(--color-white) !important;
	text-decoration: none !important;
}

.footer-font,
.footer a {
	font-family: var(--body-subbody);
	color: white;
	text-decoration: none !important;
	font-size: 14px;
}

.social-networks a.facebook,
a.twitter,
a.google,
a.youtube,
a.instagram,
a.whatsapp {
	background-color: #707070;
}

.social-networks a {
	display: inline-flex;
	color: #ffffff;
	height: 48px;
	width: 48px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-radius: 50%;
	margin: 0 6px;
	transition: transform 0.4s;
}

.pie_foto {
	font-size: 12px;
	color: #d7d5d5;
	margin-top: 10px;
	font-family: var(--body-subbody);
	text-align: inherit;
}

.pie_foto_right {
	font-size: 12px;
	color: #aba7a7;
	margin-top: 10px;
	font-family: var(--body-subbody);
	text-align: right;
}

/* ///////////////////////////////////////////
/////////////// Home ///////////////////// */
.portada_header {
	height: 100vh;
}

.overlay_portada {
	background-color: rgba(0, 10, 20, 0.3);
	background-blend-mode: soft-light;
}

.img_bg {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}





/*CLASES DE ANIMACIONES INTRO*/
/* img uno */

.texto-intro-1 {

	border-radius: 5px;
	transition: transform 1s ease-in-out;
	background-size: cover;
	background-position: center;
	animation: zoom-in 8s;
	animation-delay: 3s;
	animation-fill-mode: forwards;
	opacity: 0;
	z-index: 1;
}

.texto-intro-2 {

	border-radius: 4px;
	transition: transform 1s ease-in-out;
	background-size: cover;
	background-position: center;
	animation: zoom-in 8s;
	animation-delay: 5s;
	animation-fill-mode: forwards;
	opacity: 0;
	z-index: 1;
}

.texto-intro-3 {

	border-radius: 4px;
	transition: transform 1s ease-in-out;
	background-size: cover;
	background-position: center;
	animation: zoom-in 8s;
	animation-delay: 7s;
	animation-fill-mode: forwards;
	opacity: 0;
	z-index: 1;
}

.animate__zoomOut {
	opacity: 0;
	transform: translate(0, 10vh);
	transition: all 3s;
}

@keyframes zoom-in {
	from {
		width: 100%;
		display: flex;
		opacity: 0;
		/* transform: scale(0.5, 0.5); */
	}

	to {
		width: 100%;
		/* transform: scale(1, 1); */
		opacity: 1;
		display: flex;
	}
}

@keyframes zoom-in-off {
	from {
		width: 100%;
		/* transform: scale(1, 1); */
		opacity: 1;
		display: flex;
	}

	to {

		width: 100%;
		display: flex;
		opacity: 0;
		/* transform: scale(0.5, 0.5); */
	}
}

/*CLASES DE CATALOGO*/
.contenedor-titulo-his {
	bottom: 50px;
	position: absolute !important;
	right: 1rem !important;
}

.titulo-historias {
	background-color: #08070d;
	color: var(--color-white);
	font-family: var(--body-font);
	font-size: 19px;
	/* bottom: 3px; */
	line-height: 18px;
}

.btn-danger {
	text-align: end;
	bottom: 0 !important;
	position: absolute !important;
	right: 1rem !important;
	font-family: var(--botton-font) !important;
	font-size: 15px !important;
	background-color: #F3493D !important;
	border-color: #F3493D !important;
}

.text-button {
	font-family: var(--botton-font);
	font-size: 17px;
	font-weight: lighter;
	text-align: right;

}

.desc-encabezado {
	padding: 0px;
	color: white;
	font-size: 15px;
	font-family: var(--body-font);
}




@media (min-width: 425px) {

	.caja-img {
		position: relative;
		width: 21rem;
	}

	.encabezado {
		padding-inline: 0.5rem;
		line-height: 34px;
		font-size: 35px;
	}

	.desc-encabezado {
		font-size: 17px;
	}
}



@media (max-width: 375px) {

	.encabezado-intro {

		font-size: 18px !important;

	}
}

@media (min-width: 320px) {

	.encabezado-intro {
		padding-bottom: 6px;
		font-size: 18px !important;
		line-height: 20px !important;
	}

	.text-intro {
		font-size: 15px;
	}

	.caja-img {
		left: -1px;
		position: relative;
		width: 19rem;

	}

	.encabezado {
		padding-inline: 0.5rem;
		padding-top: -10px;
		line-height: 23px;
		font-size: 29px;
		padding-bottom: 5px;
	}

}

@media (max-width: 320px) {
	.grid-container {
		padding: 0rem !important;
	}

	.encabezado {
		padding-bottom: .5rem;
		line-height: 25px;
		font-size: 29px;

	}

	.podcast {
		font-size: 13px;
	}

	.desc-encabezado {
		font-size: 14px;
	}

}


@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 767px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 802px) {


	.encabezado {
		font-size: 40px;
	}

	.desc-encabezado {
		padding: 9px;
		font-size: 23px;
	}

	.intro-1,
	.intro-2 {
		width: 87% !important;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 803px) and (max-width: 992px) {}



/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}