@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
* {
	font-family: 'Montserrat', sans-serif;
}
body {
	background: #f1fbff;
}
.section-padding {
	padding: 100px 0;
}
.carousel-item {
	height: 100vh;
	min-height: 300px;
}
.carousel-caption {
	bottom: 220px;
	z-index: 2;
}
.carousel-caption h5 {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}
.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}
.navbar .getstarted {
	background: #106eea;
	margin-left: 30px;
	border-radius: 4px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	padding: .5rem 1rem;
	line-height: 2.3;
}
.navbar-nav a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}
.navbar-light .navbar-brand {
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #000;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #000;
}
.w-100 {
	height: 100vh;
}
.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	background: #fff;
}
.portfolio .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.team .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.services .card-body i {
	font-size: 50px;
}
.team .card-body i {
	font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		bottom: 370px;
	}
	.carousel-caption p {
		width: 100%;
	}
	.card {
		margin-bottom: 30px;
	}
	.img-area img {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center;
	}
	.carousel-caption {
		bottom: 125px;
	}
	.carousel-caption h5 {
		font-size: 17px;
	}
	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}
	.carousel-caption p {
		width: 100%;
		line-height: 1.6;
		font-size: 12px;
	}
	.about-text {
		padding-top: 50px;
	}
	.card {
		margin-bottom: 30px;
	}
}

.botton_especial{
    background-color: rgb(195, 37, 23);
    display: inline-block;
    font-family: themillion;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 10px 32px;
    border: none;
    border-radius: 2000px;
    position: relative;
    margin-bottom: 0; /* Elimina el margen inferior del botón */

/*    margin-bottom: 20px;*/
  }
.botton_especial:hover{
    background: #4c0802;
}
.cat_1 {
	margin-bottom: 20px;
}

.titulos {
	margin-top: 20px;
}
.owl-carousel {
	display: none;
}
@media (min-width: 576px) {
	.owl-carousel {
		display: block;
	}
}
@media (min-width: 768px) {
	.owl-carousel {
		display: block;
	}
}
@media (min-width: 992px) {
	.owl-carousel {
		display: block;
	}
}
@media (min-width: 1200px) {
	.owl-carousel {
		display: block;
	}
}

#vendidos-background {
	background-image: url(../imagenes/vendidosymarcas/Fondonegro.png) !important;
	height: 280px;
}

.custom-container {
	max-width: 100%;
}
.item-container {
	position: relative;
}

.item-container::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: calc(100% - 0); /* Ajusta este valor según tus necesidades */
	height: 50px; /* Ajusta este valor según tus necesidades */
	background-color: #052c65;
	z-index: -1;
}

.item-container p {
	position: relative;
	color: white;
	z-index: 1;
	padding: 10px;
	margin: 0;
	background-color: transparent; /* Cambiado a transparente para que no cubra el azul */
	display: inline;
}
.description {
	color: green;
}
@media (max-width: 767px) {
	.description {
		color: black !important;
	}
}

.card-body {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.card-content {
	flex-grow: 1;
}

.btn-primary {
	margin-top: auto;
	color: red; 
	border: 2px solid red; 
	background-color: white; 
	border-radius: 10px; 

}

.btn-primary:hover {
	border: 2px solid red; 
	background-color: red;
}
.product-description{
	font-size: 15px;
}

footer {
	background: #1a3447;
	color: white;
	padding: 10px 0;
}

.footer-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.footer-address {
	flex-grow: 1;
	text-align: justify;
}

.footer-buttons {
	flex-grow: 1;
	text-align: center;
	margin-bottom: 10px;
}

.footer-buttons button {
	margin-bottom: 5px;
}

.footer-social {
	text-align: center;
	margin-top: 10px;
}

.footer-social img {
	margin-right: 5px;
	width: 20px;
}

.redes {
	width: 20px;
	margin-right: 5px;
}

@media (max-width: 768px) {
	.footer-content {
		flex-direction: column;
		align-items: center;
	}

	.footer-address,
	.footer-buttons,
	.footer-social,
	.footer-contact {
		margin-top: 10px;
		text-align: center;
		flex-grow: 1;
	}

	.footer-buttons button {
		width: 100%;
	}

	.footer-contact span {
		display: block;
	}
}

.img-gallery{
	width: 80%;
	margin-left: 12%;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
	gap: 30px;
	/*	position: relative;*/
	justify-content: center; /* Centra las imágenes horizontalmente */
}
.img-gallery img{
	width: 80%;
	cursor: pointer;
	transition: 1s;

}
.img-gallery img:hover{
	transform: scale(0.9);
	opacity: 3;
	-webkit-animation: flash 3.5s;
	animation: flash 3.5s;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); /* Haciendo la sombra más transparente */

}
.cate_hover:hover{
	transform: scale(0.9);
	opacity: 1;
	-webkit-animation: flash 3.5s;
	animation: flash 3.5s;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); /* Haciendo la sombra más transparente */

}
.vendidos {
	background-image: url(../imagenes/vendidosymarcas/Fondonegro.png) !important;
	position: relative;
	height: auto;
	background-position: center;
}

@media screen and (max-width: 768px) {
	.img-gallery img {
		width: 50% !important;
		cursor: pointer;
		transition: 1s;
		position: relative;
		margin-left: 15%;
	}
	.vendidos {
		background-image: url(../imagenes/vendidosymarcas/Fondonegro.png) !important;
		height: 800px !important;
	}
}
#red-background {
	background-image: url(../imagenes/categorias/BackgroundCategorias.png) !important;
	height: 20%;

}


#back_nosotros {
	background-image: url(../imagenes/nosotros/Fondoazul.png) !important;
	height: 280px;
}

