*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Darker Grotesque", sans-serif;
	list-style: none;
	text-decoration: none;
}
body {
    background-color: #F0F4F5;
}


header{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 32px 3%;
	background: transparent;
}

.costu_logo {
    position: absolute;
    width: 6%;
    height: auto;
    left: 47%;
    top: 25%;
}


.menu{
	display: flex;
}

.menu a{
	color: black;
	margin-left: 50px;
	font-size: 21px;
	font-weight: 400;
	border-bottom: 2px solid transparent;
	transition: all .55s ease;
}

.menu a:hover{
	border-bottom: 1px solid black;
}


.section_text{
	width: 100%;
	min-height: 88vh;
	position: relative;
	display: grid;
	align-items: center;
	text-align: center;
	padding: 0 27%;
}



.section_text h5{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}

.section_text h1{
	font-family: "Darker Grotesque", sans-serif;
	font-size: 28px;
	font-weight: 700;
    color: #CC001E;
	margin-bottom: 40px;
	line-height: 1.0;
}


.section_text p{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 1px;
}

.section_gallery{
	padding-top: 2px;
}
.gallery_img {
	width: 100%
}

.gallery-item {
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 0px;
	padding-bottom: 15px;
}



.foot h5{
	font-size: 14px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 20;
	color: #CC001E;
	margin-top: 50px;
	margin-bottom: 30px;
	position: relative;
	display: grid;
	align-items: center;
	text-align: center;
	
}


@media (max-width: 880px) { 
	header {
	display: flex;
    flex-direction: column; /* Apila los elementos en columna */
    align-items: center; /* Centra horizontalmente */
    justify-content: center; /* Centra verticalmente */
    width: 100%;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
	}
	
	.menu {  
	position: static;
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 32px 3%;
	background: transparent; 
	padding-top: 10%;} 
	
	.cosu_logo { 
	position: static; 
	transform: none; 
	margin: 10px 0;
	 } 
	
	
	.section_text {
	padding-top: 24%;
	padding-bottom: 10%;
	}
}

@media (max-width: 500px){
	
	.section_text h5{
	font-size: 10px;
	font-weight: 450;
	margin-bottom: 8px;
}

.section_text h1{
	font-family: "Darker Grotesque", sans-serif;
	font-size: 20px;
    color: #CC001E;
	margin: 0 0 10px;
}

.section_text h3{
	font-family: "Playfair Display", serif;
	font-size: 10px;
	font-weight: 750;
	font-style: italic;
	margin-bottom: 20px;
}

.section_text p{
	font-size: 10px;
	line-height: 1.4;
	margin-bottom: 1px;
}
.section_text {
	padding-top: 25%;
	padding-bottom: 4%;
	}
	
.foot h5{
	font-size: 9px;
}

@media (max-width: 480px) {
	
	.menu a{
	font-size: 15px;
    display: flex;
    justify-content: center; /* Centra los elementos del menú */
    flex-wrap: wrap; /* Hace que los elementos bajen en pantallas pequeñas */
    max-width: 90%; /* Para que no se desborde */
    overflow: hidden;
	white-space: nowrap;
	margin-left: 35px;
	margin-top: 10px;
}
	.section_text {
	padding-top: 28%;
	padding-bottom: 10%;
	}
	
	}
	
@media (max-width: 390px) {
	.menu a {
	font-size: 12px;
    max-width: 100%; /* Evita que los enlaces ocupen más espacio del debido */
    text-align: center;
	margin-left: 25px;
	margin-top: 5px;
	white-space: nowrap;
}
	.section_text h1{
	font-family: "Darker Grotesque", sans-serif;
	font-size: 16px;
    color: #CC001E;
	margin: 0 0 10px;
}
	.section_text p{
	font-size: 10px;
	line-height: 1.1;
	margin-bottom: 1px;
}
}

@media (max-width: 1100px) and (max-height: 1368px) {
	.section_text{
	width: 100%;
	min-height: 50vh;
	position: relative;
	display: grid;
	align-items: center;
	text-align: center;
	}
}
	
@media (max-width: 310px){
	.section_text h5{
	font-size: 8px;
	font-weight: 200;
	margin-bottom: 3px;
}

.section_text h1{
	font-family: "Darker Grotesque", sans-serif;
	font-size: 14px;
    color: #CC001E;
	margin: 0 0 10px;
}

.section_text h3{
	font-family: "Playfair Display", serif;
	font-size: 9px;
	font-weight: 750;
	font-style: italic;
	margin-bottom: 15px;
}

.section_text p{
	font-size: 9.5px;
	line-height: 1.1;
	margin-bottom: 1px;
	}
	
.section_text{
	width: 100%;
	min-height: 70vh;
	position: relative;
	display: grid;
	align-items: center;
	text-align: center;
	}
}


}