*{
	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{ 
	padding: 15% 0%; 
	padding-left: 51%; } 

.bio_text h1{ 
	font-family: "Cormorant Garamond", serif; 
	font-size: 26px; 
	color: #CC001E; 
	margin-bottom: 2px; } 

.bio_text h3{ 
	font-family: "Cormorant Garamond", serif; 
	font-size: 16px; 
	font-weight: 700; 
	font-style: italic; 
	color: #CC001E; 
	margin-bottom: 25px; } 


.bio_text p{ 
	width: 400px; 
	position: relative; 
	font-size: 16px; 
	font-weight: 500; 
	line-height: 1.2; 
	display: inline-block; 
	margin-bottom: 0.5em; 
	}


.FernandaIMG img{
    height: auto;
	width: 350px;
	min-height: 70vh;
	position: relative;
	display: grid;
}

.FernandaIMG {
	margin-left: 8%;
	margin-top: -60%;
}

.foot h5{
	font-size: 14px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 20;
	color: #CC001E;
	margin-top: 45px;
	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;
	transition: .2s;
	}
	
	.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;
	 } 
}

@media (max-width: 1285px) {
	.FernandaIMG img{
  height: auto;
	width: 350px;
	min-height: 40vh;
	position: relative;
	display: grid;
}

.FernandaIMG {
	padding-left: 7%;
	margin-top: -80%;
	}
}

@media (max-width: 1685px) {
	.FernandaIMG img{
  height: auto;
	width: 400px;
	min-height: 40vh;
	position: relative;
	display: grid;
}

.FernandaIMG {
	padding-left: 7%;
	margin-top: -60%;
	}
}

@media (max-width: 1145px) {
   .FernandaIMG img{
    height: auto;
	width: 330px;
	min-height: 40vh;
	position: relative;
	display: grid;
}
	.FernandaIMG {
	padding-left: 7%;
	margin-top: -65%;
	}
	
@media (max-width: 1030px) {
   .FernandaIMG img{
    height: auto;
	width: 325px;
	min-height: 40vh;
	position: relative;
	display: grid;
}
	.FernandaIMG {
	padding-left: 7%;
	margin-top: -70%;
	}	
	
	.bio_text h1{
	font-size: 25px;
	color: #CC001E;
	margin-bottom: 2px;
	
}

.bio_text h3{
	font-size: 15px;
	color: #CC001E;
	margin-bottom: 25px;
}

.bio_text p{
	width: 470px;
    position: relative;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	display: inline-block;
    height: 487px;
}
	
}
	

@media (max-width: 860px) {
.bio{
	width: 100%;
	min-height: 70vh;
	position: relative;
	display: grid;
	align-items: center;
	text-align: center;
	padding: 0 17%;
}


.FernandaIMG {
	padding-left: 5%;
	padding-right: 8%;
	padding-top: 480px;
	padding-bottom: 15px;
    display: flex;
    justify-content: center; 
}

.FernandaIMG img {
    width: 80%; 
    height: auto;
    max-width: 400px; 
}

.bio_text h1{
	font-size: 28px;
	color: #CC001E;
	margin-bottom: 2px;
	text-align: center
}

.bio_text h3{
	font-size: 18px;
	color: #CC001E;
	margin-bottom: 25px;
	text-align: center;
}

.bio_text p{
	width: 570px;
    position: relative;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	display: inline-block;
    height: 400px;
	text-align: left;
}
}

@media (max-width: 450px) {
.bio{
	width: 100%;
	min-height: 90vh;
	position: relative;
	display: grid;
	align-items: center;
	text-align: center;
	padding: 0 15%;
}


.FernandaIMG {
	padding-left: 0%;
	padding-right: 7%;
	padding-top: 215px;
	padding-bottom: 15px;
    display: flex;
    justify-content: center; 
}

.FernandaIMG img {
    width: 80%; 
    height: auto;
    max-width: 400px; 
}

.bio_text h1{
	font-size: 23px;
	color: #CC001E;
	margin-bottom: 2px;
	text-align: center
}

.bio_text h3{
	font-size: 13px;
	color: #CC001E;
	margin-bottom: 25px;
	text-align: center;
}

.bio_text p{
	width: 270px;
    position: relative;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	display: inline-block;
    height: 400px;
	text-align: left;
}
	}

	@media (max-width: 405px){
		.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;
}
		
		.bio{
	width: 100%;
	min-height: 110vh;
	position: relative;
	display: grid;
	align-items: center;
	text-align: center;
	padding: 0 15%;
}
		
		.FernandaIMG img {
    width: 85%; 
    height: auto;
    max-width: 500px; 
}
		
		.FernandaIMG {
	padding-left: 5%;
	padding-right: 10%;
	padding-top: 100px;
	padding-bottom: 15px;
    display: flex;
    justify-content: center; 
}

.bio_text h1{
	font-size: 20px;
	color: #CC001E;
	margin-bottom: 2px;
	text-align: center
}

.bio_text h3{
	font-size: 10px;
	color: #CC001E;
	margin-bottom: 25px;
	text-align: center;
}

.bio_text p{
	width: 230px;
    position: relative;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2;
	display: inline-block;
    height: 400px;
	text-align: left;
	margin-bottom: 30px;
}
		
	.foot h5{
		margin-bottom: 20px;
		}
	}
	
	@media (max-width: 390px){
			.bio{
	width: 100%;
	min-height: 90vh;
	position: relative;
	display: grid;
	align-items: center;
	text-align: center;
	padding: 0 15%;
}
		
		@media (max-width: 375px){
			.bio{
	width: 100%;
	min-height: 120vh;
	position: relative;
	display: grid;
	align-items: center;
	text-align: center;
	padding: 0 15%;
}

				@media (max-width: 360px){
			.bio{
	width: 100%;
	min-height: 100vh;
	position: relative;
	display: grid;
	align-items: center;
	text-align: center;
	padding: 0 15%;
}
					
@media (max-width: 350px){
		.menu a{
	font-size: 12px;
    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;
}
		
		.FernandaIMG img {
    width: 85%; 
    height: auto;
    max-width: 500px; 
}
		
		.FernandaIMG {
	padding-left: 3%;
	padding-right: 8%;
	padding-top: 30px;
	padding-bottom: 15px;
    display: flex;
    justify-content: center; 
}
	.bio{
	width: 100%;
	min-height: 85vh;
	position: relative;
	display: grid;
	align-items: center;
	text-align: center;
	padding: 0 15%;
	}

.bio_text h1{
	font-size: 20px;
	color: #CC001E;
	margin-bottom: 2px;
	text-align: center
}

.bio_text h3{
	font-size: 10px;
	color: #CC001E;
	margin-bottom: 25px;
	text-align: center;
}

.bio_text p{
	width: 230px;
    position: relative;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2;
	display: inline-block;
    height: 400px;
	text-align: left;
}
		
	.foot h5{
		margin-bottom: 20px;
		}
	}
}

	
		}}}
