@import url('https://fonts.googleapis.com/css2? family = Raleway: wght @ 100; 400; 500; 600; 700; 800; 900 & display = swap');

/*
selector{propiedades:valor;}
*/

body {
    background: linear-gradient(180deg, #ff3366 0%, rgba(255, 255, 255, 1) 100%);
    font-family: 'Raleway', sans-serif;
    text-align: left;
    }

header {
    margin-bottom: 0%;
}

.contenedor{
    max-width: 75rem;
    margin: auto;
}

/*Menu*/

nav {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    width: 100%;
    font-size: 1.2rem;
    display: block;
    margin-top: 0%;
    padding: 0.1rem;
}

nav ul li {
    display: inline-block;
}

nav a {
    color: white;
    text-decoration: none;
    padding: 0.7rem;
    padding: -1%;
}

nav a:hover {
    font-weight: 900;
}

.link-activo {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px
}

h1 {
    color: white;
    margin-top: 3%;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 2%;
    margin-top: 2%;
}

h3 {
    color: black;
    margin-top: 3%;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 3rem;
    text-align: left;
    margin-bottom: -3%;
    margin-top: -1%;
    width: 70%;
}

.facu {
    display: flex;
    justify-content: space-around;
    font-size: 0.8rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #b3b3b3;
    margin-top: 10%;
    margin-bottom: 2%;
    line-height: 0.8rem;
}

.ocampo {
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    text-align: center;
    color: #b3b3b3;
    margin-bottom: 3%;
}

h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    text-align: center;
    color: #b3b3b3;
    margin-bottom: 3%;
}

.ocamponegro a:hover {
    color: black;
}

footer p {
    color: #b3b3b3;
    font-weight: 400;
    font-size: 0.6rem;
    text-align: center;
    margin-top: 4%;
    margin-bottom: 2%;
}


/*Compañeres*/

.recuadro {
    width: 150px;
    height: 150px;
    border: 4px solid #4B545A;
    align-content: center;
    justify-content: space-around;
    margin: 40px;
    margin-bottom: 1rem;
    border-radius: 2rem;
}

.nombre {
    background-color: #4B545A;
    padding: 9px;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    align-content: center;
}

.compañeres {
    text-decoration: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 16px;
    padding: 1%;
    padding-left: 100px;
    padding-right: 100px;
    margin: 5%;
    margin-bottom: 4%;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    max-width: 75rem;
    margin: auto
}


/*Landing Page*/

.landing-page {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15%;
    padding-top: 2%;
    padding-bottom: 5%;
    margin-bottom: 2%;
    max-width: 100%;
}

.pantallas3 {
    width: 100%;
}

#tiendas {
    display: flex;
    max-width: 20%;
}

.app {
    margin-right: 15%;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-top: 7%;
    margin-bottom: 7%;
    font-size: 1rem;
}

.pantallas {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    margin-top: 2%;
}

.recuadro {
    width: 150px;
    height: 150px;
    border: 3px solid #4B545A;
    align-content: center;
    justify-content: space-around;
    margin: 40px;
    margin-top: 0%;
    margin-bottom: 0rem;
    border-radius: 2rem;
}

.companeres {
    text-decoration: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 16px;
    padding: 1%;
    padding-left: 100px;
    padding-right: 100px;
}

@media all and (max-width: 48rem) {
    .landing-page{
        flex-direction: column;
    }
}

@media all and (max-width: 30rem) {
    .companeres{
        flex-direction: column;
    }
    
    .facu{
    display: flex;
    flex-direction: column;
}
}