
* {
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth; 
}

body {
    margin: 20px auto;
    padding: 0;
    text-align: left;
    position: relative;
    width: 100%;    
    color: #ffffff;
    /* background-color: rgba(255, 255, 255, 0.788);  */
}

.alert.alert-dismissible.alert-primary {
    background: rgba(1, 1, 1, 0.7); /* Semi-transparent background */
    backdrop-filter: blur(5px); /* Blurs the background */
    border: none; /* Optional: Removes border */
    color: white; /* Ensures text is readable */
}

.strapline-container {
	border: 1px solid rgb(207, 19, 107);
	width: 92%;
	height: 95%;
	margin: auto auto;
	text-align: center;
	background-image: url(./images/bg.jpg);
	background-size: cover;
	background-position: center;
}

.container::before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('../images/bg.jpeg');
background-size: cover;
background-position: center;
filter: blur(12px);
z-index: -1;
}
.main-strapline {
	color: rgb(207, 19, 107);
	font-size: 40px;
	text-transform: uppercase;
}

.second-strapline {
	color: #FFF;
	font-size: 35px;
}

.section-title {
	text-align: center;
/*	font-family: 'Poppins', sans-serif;*/
	color: rgb(216, 227, 253);
	text-transform: uppercase;
	font-size: 200%;
}

.proyecto-section {
	width: 100vw;
	height: auto;
	color: #FFF;
}

/* .proyecto-container {
	width: 90%;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
} */

.box {
	width: 50%;
	text-align: justify;
	line-height: 220%;
	position: center;
	font-weight: bold;
	letter-spacing: 0.8px;
	object-position: center;
}

.left-box {
	width: 45%;
	margin-left: 6%;
}

.right-box {
	width: 45%;
	margin-left: 6%;
}

.top-row, .bottom-row {
	display: flex;
	flex-direction: row;
}

.grid-image-one {
	width: 50%;
	height: 230px;
	background-image: url(./images/pintxos1.jpeg);
	background-size: cover;
	background-position: center;
}

.grid-image-two {
	width: 50%;
	height: 230px;
	background-image: url(./images/pintxos2.jpeg);
	background-size: cover;
	background-position: center;
}

.grid-image-three {
	width: 50%;
	height: 230px;
	background-image: url(./images/pintxos3.jpeg);
	background-size: cover;
	background-position: center;
}

.grid-image-four {
	width: 50%;
	height: 230px;
	background-image: url(./images/pintxos4.jpeg);
	background-size: cover;
	background-position: center;
}

/*PINTXOS*/
.pintxos-section {
	width: 100vw;
}

.image-container {
	width: 100%;
}

.row-one, .row-two, .row-three {
	width: 100%;
	margin: 5px auto;
	text-align: center;
	display: flex;
	flex-direction: row;
}

.grid-item {
	width: 33%;
	height: 40%;
	margin: 5px;
	background-size: cover;
	background-position: center;
}

.grid-item:hover {
	opacity: 0.70;
}

.container {
  position: relative;
/*  font-family: Arial;*/
}

.text-block {
  position: absolute;
  bottom: 10px;
  right: 10px;
/*  background-color: black;*/
  color: white;
  padding-right: 10px;

}

/*ENTRENAMIENTO*/

h4 h3{
	font-size: 150%;
	color: rgb(57, 166, 255);
}

/*Contact*/
.contact-section {
	width: 100vw;
	height: 5vh;
	/* background: rgb(93, 91, 92); */
	text-align: center;
	color: #FFF;
}
.contact-title {
	margin: 25px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: 150%;
}

.mem {
	font-size: 140%;
}

.contact-container {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}

.mem-div {
	width: 30%;
	text-align: center;
}










