@font-face {
    font-family: 'Mija';
    src: url('/../fonts/Mija-Bold.otf') format('otf'), url('/../fonts/Mija-Bold.otf') format('truetype');
    font-display:swap;
	font-weight: 700;
}
body {
	color: #4d4643;
	font-size: 22px;
	font-family: 'Mija';
	font-weight: 700;
    font-style: normal;
	background-color: #18191a;
  /*    background-image: url('https://los-portones.com/storage/img/galeria/guaymas-los-portones.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    color: white;
    z-index:1;*/

}
.container-fluid,.container,.row,.col-md-9{padding: 0px;}
/*body:before{
      content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  z-index:-1;
}*/

body:before{
      opacity: 0.75;
}

h1,h2,h3,h4,h5,h6,p{
	color: #fff;
	font-family: 'Mija', sans-serif;
}
.blog_area p, span{
	color:#fff;
}
/* Botón carrito elegante */
.cart-btn {
    background: linear-gradient(135deg, #c0392b, #000000); /* rojo a negro */
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 12px; /* bordes redondeados */
    font-weight: 500;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Badge del carrito */
.cart-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    background-color: #ffffff;
    border-radius: 50%;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1;
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;

}
/*Slider responsivo*/
.carousel-inner .carousel-item {
	max-width: 100%;
    height: 90%;
}
.carousel-inner .carousel-item img {
  width:100%;
  height:90%;
}
/*termina Slider responsivo*/
/* text de slider*/
.header-text h2 {
	font-size: 50px;
}

.header-text h2 span {
	color:#fff;
	padding: 10px;
	font-weight: 900;

}
/* text de slider*/
.header-text h3 span {
color:#fff;
font-weight: 900;
	padding: 15px;
}
/* termina text de slider*/
/*img videos letras y contacto*/
.bg-personal img {
    width:auto;
    height: 400px;
	border: 2px solid #c62828;
	background-color: #000;
}
.bg-personal,
img.cinco {
	object-fit: scale-down;
}
/* termina*/
/*img videos */
.img-videos img{
	width:auto;
    height: 300px;
	border: 2px solid #f44336;
	background-color: #000;
}
.img-videos,
img.cinco {
	object-fit: scale-down;
}
/*termina img videos */
/* text de slider*/
.opcion-imagen
{
	font-size: 40px;
	font-weight: 700;
	color:#fff;
	text-shadow: 2px 2px #ff0000;
}
.header-text {
	position: absolute;
	top: 20%;
	left: 1.8%;
	right: auto;
	width: 96.66666666666666%;
	color: #fff;
}
.img-miembros img{
	width:100%;
    height: 350px;
	border: 2px solid #fff;
	background-color: #fff;
}
/*titulo hero*/
.titulo{
	text-shadow: 2px 2px #ff0000;
}
/*termina*/

.lazyLoad {
	opacity: 0;
}

.visible {
	transition: opacity 1000ms ease;
	opacity: 1;
}
.feature-top p{
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
}

#opacidad {
	opacity: .9;
	background-color: rgb(0, 0, 0 );
} 
.bg-galeria,
.bg-blog,
.bg-videos,
.bg-letras,
.bg-contacto,
.bgpreguntas {
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}
.bg-galeria {
	background-image: url(../../storage/img/redesociales/galeria.jpg)
}
.bg-blog {
	background-image: url(../../storage/img/redesociales/blog.jpg)
}
.bg-videos {
	background-image: url(../../storage/img/redesociales/videos.jpg)
}
.bg-letras {
	background-image: url(../../storage/img/redesociales/letras.jpg)
}
.bg-contacto {
	background-image: url(../../storage/img/redesociales/contacto-los-portones.jpg)
}
.lead,
.font-post {
	font-size: 14px;
	color: #c5e1a5;
	text-align: justify
}
.post {
	color: #fff
}
hr {
	border-top: 1px dashed #8c8b8b
}
.media:hover {
	background-color: #424242;
	border-radius: 15px;
	color: inherit
}
section article .post iframe {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}
a {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a:hover {
	text-decoration: none;
	color: #000
}
section article .post img {
	border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	border: 0 solid #000;
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto
}
section article .post .perfilmovil img {
	border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	border: 0 solid #000;
	width: 200px;
	height: 200px display: block;
	margin: auto;
}
section article .font-post {
	font-size: 18px;
	color: #c5e1a5
}
.card {
	background-color: #212121 !important;
	border-radius: 15px;
}
article .tab-pane table tbody .btn {
	padding: 5px
}
.badge-info {
	background-color: #007bff
}
.font-post iframe {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}
section article .font-post img {
	border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	border: 0 solid #000;
	max-width: 768px;
	height: auto;
	display: block;
	margin: auto
}
section .fotorandom img {
	width: 100px;
	height: 100px;
	border: 2px solid #fff
}
section .fotoperfil img {
	width: 200px;
	height: 200px;
	border: 2px solid #fff;
	background-color: #ECEFF1
}
section .fotolastuser img {
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	background-color: #000
}
.fotorandom,
.fotoperfil,
.fotolastuser,
img.cinco {
	object-fit: scale-down
}
.whatsapp {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 23px;
	left: 40px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 100
}
.whatsapp-icon {
	margin-top: 13px
}

pre {
	border: 1px solid currentColor;
	border-radius: 3px;
	color: #000;
	font-size: 1em;
	margin: 1em;
	padding: 1em
}
.responsive img.zoom {
    width: 100%;
    height: 250px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.canciones img.zoom {
    width: 150px;
    height: 100%;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}