/* Hoja de estilos */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
    text-align: center;
    margin: 0;
}

body {
    background: linear-gradient(to right, #000000, #260a4e);
}

h1 {
    color: white;
    font-size: 130px;
    text-align: center;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-variation-settings:
        "wdth" 50
}

h2 {
    font-size: 50px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-align: left;
    margin-top: 150px;
}

h3 {
    font-size: 75px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-align: left;
}

p {
    color: white;
    font-size: 25px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    text-align: left;
}

/* Navbar */

.navbar{
padding: 0;
}

.navbar img {
    width: 50px;
}

.botones-nvbar {
    padding: 10px 20px;
}

.botones-nvbar2 {
    padding: 10px 20px;
    background-color: #260a4e8b;
}

.navbar-fondo {
    background: linear-gradient(to right, #1f0643e1, #8243d9b7);
}

/* Portada */
.portada {
    /* background-image: url(../imagenes/fondo-home-01.jpg); */
    background-repeat: no-repeat;
    background-size: 1600px;
    padding: 325px 0;
    background-size: cover;
}

.portada img {
    display: none;
}

.portada span {
    font-style: italic;
}

.portada p {
    color: rgba(255, 255, 255, 0.478);
    text-align: center;
    font-size: 30px;
}

/* Inicio */
.inicio {
    padding: 90px 0;
    background-image: url(../imagenes/Ellipse\ 3.png);
    background-repeat: no-repeat;
    background-position: right;
}

.inicio span {
    color: #8243D9;
}

/* Collage */
.collage-none h2 {
    display: none;
}

.collage {
    max-width: 1200px;
    margin: auto;
    gap: 20px;
}

.fila {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
}

.collage1 img {
    width: 99%;
    height: auto;
    border-radius: 20px;
}

.collage2 img {
    width: 50%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;

}


/* Servicios */

.botones-container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    padding-bottom: 45px;
    margin: 50px 109px;
}

.boton {
    padding: 15px 50px;
    border: 2px solid #ecadff;
    border-radius: 40px;
    font-size: 22px;
    font-weight: 500;
    color: #ecadff;
    text-align: center;
    margin-top: 25px;
}

/* Quien soy */

.boton-quien {
    padding: 90px 0;
}

.quiensoy {
    text-decoration: none;
}

.boton-quien {
    background: linear-gradient(to right, #8243d9b7, #1f0643e1);
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 30px;
    margin: 170px 160px;
}

.boton-quien h2 {
    text-decoration: none;
    color: white;
    font-size: 75px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-left: 50px;
}

/* Ver más */
.ver-mas a {
    text-decoration: none;
    padding: 48px 100px;
    border-radius: 30px;
    background-color: #c2ed37;
    color: rgb(20, 20, 20);
    margin: 50px;
    font-size: 30px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    width: 100%;
}

.ver-mas h2 {
    margin-bottom: 150px;
}

.ver-mas {
    margin-bottom: 200px;
}

/* Footer */
.footer {
    padding: 100px 0;
}

.contacto {
    margin-bottom: 50px;
    border-top: #8243D9 solid 2px;
}

.contacto h2,
.contacto p {
    text-align: center;
    margin-top: 0;
    font-size: 15px;
}

.contacto img {
    width: 5%;
    margin-bottom: 15px;
    margin-top: 30px;
}

.boton-footer {
    text-align: left;
    margin: 50px 0;
}

footer a {
    text-decoration: none;
    padding: 20px 50px;
    border-radius: 50px;
    background-color: #9b5cf4;
    color: rgb(20, 20, 20);
    font-size: 30px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    transition: all 0.3s ease;
}

.footer a:hover {
    background-color: #9b5cf490;
    transform: translateY(-3px);
}

/* ---------------- Proyectos--------------- */

.portada2 img {
    width: 100%;
}

.portada2 h1 {
    text-align: left;
    padding: 100px;
}

.menu img {
    width: 100%;
    margin: 20px 0;
    border-radius: 30px;
    margin-top: 60px;
}

.menu h3 {
    padding-bottom: 16px;
    font-size: 60px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.menu p {
    color: rgb(158, 158, 158);
}

.menu a {
    transition: all 0.3s ease;
}

.portafolio:hover img {
    transform: scale(0.9);
    filter: brightness(70%);
}

.portafolio {
    text-decoration: none;
    transition: opacity 0.4s ease;

}

/* ---------------- Branding--------------- */

.grupo-collage h3 {
    font-size: 40px;
    font-weight: 600;
    color: #8243D9
}


.titulo {
    margin-bottom: 50px;
    margin-top: 100px;
}

.titulo2 {
    margin-bottom: 50px;
    margin-top: 300px;
}

/* ---------------- Social Media --------------- */
.telefono img {
    width: 100%;
    margin-bottom: 40px;
}

.telefono2 {
    justify-content: right;
    text-align: end;
}

.e-commerce {
    margin-top: 150px;
}

/* ---------------- Sobre Mi --------------- */
.parrafo {
    padding-right: 120px;
    justify-content: start;
    margin-bottom: 10px;
}

.parrafo span {
    padding-bottom: 16px;
    font-size: 50px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: #8243D9;
}

.parrafo2 span {

    color: #8243D9;
}

.foto img {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 15%;
}

.parrafo2 {
    padding-left: 120px;
}

.carrusel h2 {
    margin-bottom: 50px;
}

/* -------------RESPONSIVE--------------- */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1200px) {

    .grupo {
        background-size: cover;
        margin-bottom: 100px;
        padding-left: 180px;
    }

    .contacto img {
        width: 10%;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {

    h1 {
        font-size: 90px;
    }

    .portada2 h1 {
        text-align: left;
        padding: 50px;
    }

    .botones-nvbar {
        border-bottom: rgba(255, 255, 255, 0.217) solid 1px;
        margin-left: 80px;
    }

    .botones-nvbar {
        padding: 20px;
    }

    /* Collage */
    .collage2 img {
        width: 48%;
    }

    .fila {
        gap: 20px;
        margin-bottom: 20px;
    }

    .titulo2 {
        margin-bottom: 50px;
        margin-top: 0px;
    }

    /* ---------------- Sobre mí ------------------ */

    .parrafo {
        padding-right: 50px;
    }

    .parrafo2 {
        padding-left: 50px;
    }




    /* Extra small devices (portrait phones, less than 576px) */
    @media (max-width: 576px) {
        .portada h1 {
            display: none;
        }

        h1 {
            font-size: 70px;

        }

        h2 {
            font-size: 40px;

        }

        h3 {
            font-size: 55px;
        }

        p {
            font-size: 20px;
        }

        /* Footer */

        .trabajemos {
            margin-left: 30px;
        }

        .collage2 img {
            margin-bottom: 50px;
        }

        /* Portada */
        .portada {
            padding-top: 300px;
            padding-bottom: 200px;
        }

        .portada img {
            display: inline-block;
            width: 200px;
            justify-content: center;
        }

        .portada p {
            font-size: 20px;
            justify-content: center;
            margin-top: 10px;
        }

        /* Inicio */

        .inicio {
            padding: 50px 0;
            background-image: none
        }

        /* Collage */
        .fila {
            display: block;
        }

        .collage1 img {
            display: none;
        }

        /* Collage */
        .collage2 img {
            width: 100%;
        }

        /* Servicios */

        .boton-quien h2 {
            font-size: 60px;

        }

        .botones-container {
            margin: 50px 50px;
        }

        .parrafo {
            margin-bottom: 0px;
        }

        .boton-quien {
            margin: 70px 60px;
            padding: 50px 30px;
        }

        .boton-quien h2 {
            margin-left: 0px;
        }

        .e-commerce {
            margin-top: 0px;
        }

        .e-commerce h2 {
            margin-top: 20px;
        }
    }
}