@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

header,
nav,
section,
article,
figure,
footer {
    display: block;
}

body>div {
    min-width: 320px;
    max-width: 1920px;
}

header,
section {
    margin-bottom: 3vh;
}


/*----FUENTES----*/

h1,
h2,
h3,
h4,
a,
p,
figcaption,
label {
    font-family: 'Poppins', sans-serif;
    color: #1E0778;
}

em {
    font-style: normal;
}

img {
    max-width: 100%;
}


/*----ESTILOS GENERALES----*/

.glass {
    background: url(imagenes/fondos/fondo_main_blanc.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.contenedor {
    min-width: 320px;
    max-width: 1920px;
    padding: 2.5%;
    background: radial-gradient(101.37% 1101.25% at 1.2% 7.76%, rgba(80, 7, 120, 0.1) 0%, rgba(255, 255, 255, 0) 25%);
    mix-blend-mode: normal;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
    backdrop-filter: blur(20px);
}

header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

h1 {
    flex-basis: 45%;
    font-size: calc(32px + (36 - 32)*(100vw - 320px)/(1920 - 320));
}

h2 {
    margin-bottom: 1vh;
}

nav {
    flex-basis: 50%;
}

nav h2 {
    display: none;
}

nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

nav ul li {
    flex-basis: auto;
    list-style-type: none;
}

nav ul li a {
    font-size: calc(16px + (20 - 16)*(100vw - 320px)/(1920 - 320));
    color: #DF7A20;
    text-decoration: none;
}

section {
    padding: 2%;
    background: radial-gradient(101.37% 1101.25% at 1.2% 7.76%, rgba(80, 7, 120, 0.1) 0%, rgba(255, 255, 255, 0) 25%);
    mix-blend-mode: normal;
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.15));
    backdrop-filter: blur(120px);
    border-radius: 15.5px;
}

footer {
    padding: 2%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
    background: radial-gradient(101.37% 1101.25% at 1.2% 7.76%, rgba(80, 7, 120, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    mix-blend-mode: normal;
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
    backdrop-filter: blur(120px);
    border-radius: 15.5px;
}

footer div:first-child {
    flex-basis: 65%;
}

footer div:last-child {
    flex-basis: 20%;
}

footer div:first-child div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

footer div:first-child div figure {
    flex-basis: 25%
}

footer div ul li {
    list-style-type: none;
}

footer div ul li a {
    text-decoration: none;
}


/*----ESTILOS INICIO----*/

.introInicio {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
}

.introInicio div {
    flex-basis: 40%;
    margin-top: 5vh;
}

.introInicio div h2 {
    font-size: calc(28px + (32 - 28)*(100vw - 320px)/(1920 - 320));
}

.introInicio div p {
    font-size: calc(22px + (26 - 22)*(100vw - 320px)/(1920 - 320));
}

.introInicio figure {
    flex-basis: 55%;
}

.recetario div:nth-child(2) {
    max-width: 60%;
    margin-bottom: 2.5%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
}

.recetario div p {
    flex-basis: 30%;
}

.infoNutrimental {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
}

.infoNutrimental h2 {
    flex-basis: 100%;
}

.infoNutrimental div:nth-child(2) {
    flex-basis: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.infoNutrimental div:nth-child(2) div {
    flex-basis: 45%;
}

.infoNutrimental div:last-child {
    flex-basis: 25%;
}


/*----ESTILOS ACERCA DE----*/

.elEquipo article {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.elEquipo article figure {
    flex-basis: 45%;
}

.elEquipo article div {
    padding: 2%;
    background: #FFFFFF;
    opacity: 0.75;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 37px;
    flex-basis: 45%;
}

.elEquipo article div h3,
.elEquipo article div p {
    color: #708C38;
}

.investigadores {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.investigadores h2 {
    flex-basis: 100%;
}

.investigadores div {
    flex-basis: 40%;
}


/*----ESTILOS AYUDA----*/

.ayuda {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.ayuda div {
    flex-basis: 45%;
}

.ayuda form {
    flex-basis: 50%;
}

.ayuda p,
.ayuda label {
    font-size: calc(22px + (26 - 22)*(100vw - 320px)/(1920 - 320));
}

#mail,
#telefono,
#texto {
    width: 400px;
    height: 50px;
    background: radial-gradient(90.13% 878.37% at 13.9% -98.39%, rgba(80, 7, 120, 0.1) 0%, rgba(229, 182, 255, 0) 100%);
    mix-blend-mode: normal;
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
    backdrop-filter: blur(120px);
    border-radius: 15.5px;
}

.botones input {
    width: 150px;
    margin-top: 5%;
    padding: 2.5%;
    background: #500778;
    font-size: calc(18px + (22 - 18)*(100vw - 320px)/(1920 - 320));
    border-radius: 20px;
    font-weight: 600;
    color: #FFFFFF;
}

