body {
    background-color: #FAF5F2;
    cursor: url(img/estrella.png), auto;
}

/* BARRA */

a {
    cursor: url(img/crayola.png), auto;
}

button {
    cursor: url(img/crayola.png), auto;
}

a.navbar-brand {
    padding: 30px;
}

a img {
    width: 150px;
}

a.nav-link:hover {
    color: #d262b3 !important;
    font-weight: 800;
    text-decoration: dashed;
}

.active {
    color: #d262b3 !important;
    font-weight: 800;
    text-decoration: #f8e464 underline 5px;
}


nav {
    font-family: "source-code-variable", sans-serif;
    font-size: 20px;
}

/* SECCIÓN NOMBRE */

h1.carolina {
    font-family: "new-spirit-condensed", serif;
    font-size: 600%;
    font-weight: 600;
    color: #FAF5F2;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.slide-right {
    width: 100%;
    overflow: hidden;

}

.slide-right h1 {
    animation: 4s slide-right 1s forwards;
    transform: translateX(-100%);
}

@keyframes slide-right {
    to {
        transform: translateX(0);
    }
}

section.nombre {
    background-color: #222222;
}

/* SECCIÓN ACERCA */

section.acerca {
    background-color: #00A6CC;
    padding-top: 100px;
    padding-bottom: 90px;
}

h2 {
    font-family: "new-spirit-condensed", serif;
    font-size: 420%;
    color: #FAF5F2;
}

h3 {
    font-family: "learning-curve", sans-serif;
    color: #f8e464;
    font-size: 53px;
    font-weight: 400;
    font-style: normal;
}

p.yo {
    font-family: "source-sans-pro", sans-serif;
    font-size: 165%;
    font-weight: 380;
    font-style: normal;
    color: #FAF5F2;
}

/* SECCIÓN WORK */


img.collage2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.image {
    margin-top: 50px;
    animation: bounce 2s infinite alternate;
    -webkit-animation: bounce 2s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-55px);
    }
}

@keyframes image {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-55px);
    }
}


/* SECCIÓN FOOTER */

footer {
    background-color: #CE82B8;
    color: white;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 20px;
}

p.bye {
    font-family: "new-spirit-condensed", serif;
    font-size: 150%;
    color: #FAF5F2;
    vertical-align: middle;
    text-align: left;
}

.flecha {
    position: fixed;
    bottom: 3%;
    right: 4%;
    display: none;
}

.flecha img {
    width: 30px;
}

ion-icon {
    color: #FAF5F2;
    font-size: 30px;
    padding-bottom: 20px;
    text-align: center;
}

a {
    text-decoration: none;
    display: inline-block;
    text-align: right;
}

p.redes {
    font-family: "new-spirit-condensed", serif;
    font-size: 150%;
    color: #FAF5F2;
    text-decoration: none;
}


/* TRABAJO */
/* HEADER */

p.proyecto {
    font-family: "new-spirit-condensed", serif;
    font-size: 200%;
    font-weight: 500;
    text-align: center;
    color: #00A6CC;
    padding-bottom: 90px;
}

/* SECCIÓN TRABAJO */

.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.item {
    position: relative;
}

.parent .item img {
    width: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.contenido {
    background-color: rgba(0, 0, 0, .6);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: white;
    opacity: 0;
    transition: all ease .3s;
}

.item:hover .contenido {
    opacity: 1;
}

a {
    font-family: "source-code-variable", sans-serif;
    font-size: 100%;
    font-weight: 700;
    text-align: center;
    color: #9be3f3;
}

@media (max-width:576px) {
    .parent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
}

/* SAKE */

img.coaster {
    max-width: 100%;
    height: auto;
    padding-top: 25px;
}

p.textogal {
    font-family: "new-spirit-condensed", serif;
    font-size: 200%;
    font-weight: 500;
    text-align: center;
    color: #222222;
    padding-bottom: 40px;
}

h4 {
    font-family: "new-spirit-condensed", serif;
    font-size: 500%;
    font-weight: 800;
    text-align: center;
}

/* COLLAGE */

img.collages {
    max-width: 100%;
    height: auto;
    padding-top: 25px;
}

/* CONTACTO */
/* FORMULARIO */

section.contacto {
    background-color: #cba605;
}

h1.trabajemos {
    font-family: "new-spirit-condensed", serif;
    font-size: 600%;
    font-weight: 600;
    color: #FAF5F2;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

h2.formulario {
    font-family: "learning-curve", serif;
    font-size: 550%;
    font-weight: 500;
    color: #222222;
}

section.forms {
    background-color: #eac9e1;
    padding-top: 100px;
    padding-bottom: 100px;
}

form {
    font-family: "new-spirit-condensed", sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #222222;
    padding-top: 20px;
}

/* MEDIA QUERIES */


@media (max-width: 992px) {

    h1.carolina {
        font-family: "new-spirit-condensed", serif;
        font-size: 500%;
        font-weight: 600;
        color: #FAF5F2;
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    section.acerca {
        background-color: #00A6CC;
        padding-top: 60px;
        padding-bottom: 50px;
    }

    h2 {
        font-family: "new-spirit-condensed", serif;
        font-size: 150%;
        color: #FAF5F2;
    }

    h3 {
        font-family: "learning-curve", sans-serif;
        color: #f8e464;
        font-size: 120%;
        font-weight: 400;
        font-style: normal;
    }

    p.yo {
        font-family: "source-sans-pro", sans-serif;
        font-size: 90%;
        font-weight: 380;
        font-style: normal;
        color: #FAF5F2;
    }

    img.collage2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    h1.trabajemos {
        font-family: "new-spirit-condensed", serif;
        font-size: 500%;
        font-weight: 600;
        color: #FAF5F2;
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

@media (max-width: 768px) {

    h1.carolina {
        font-family: "new-spirit-condensed", serif;
        font-size: 350%;
        font-weight: 600;
        color: #FAF5F2;
        text-align: center;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    h2 {
        font-family: "new-spirit-condensed", serif;
        font-size: 420%;
        color: #FAF5F2;
        text-align: center;
    }

    h3 {
        font-family: "learning-curve", sans-serif;
        color: #f8e464;
        font-size: 53px;
        font-weight: 400;
        font-style: normal;
        text-align: center;
    }

    p.yo {
        font-family: "source-sans-pro", sans-serif;
        font-size: 150%;
        font-weight: 380;
        font-style: normal;
        color: #FAF5F2;
        text-align: center;
    }

    p.proyecto {
        font-family: "new-spirit-condensed", serif;
        font-size: 200%;
        font-weight: 500;
        text-align: center;
        color: #00A6CC;
        padding-bottom: 50px;
    }


    .parent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    p.textogal {
        font-family: "new-spirit-condensed", serif;
        font-size: 200%;
        font-weight: 500;
        text-align: center;
        color: #222222;
        padding-bottom: 50px;
    }

    h1.trabajemos {
        font-family: "new-spirit-condensed", serif;
        font-size: 350%;
        font-weight: 600;
        color: #FAF5F2;
        text-align: center;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    h2.formulario {
        font-family: "learning-curve", serif;
        font-size: 300%;
        font-weight: 500;
        color: #222222;
        text-align: left;
    }

    section.forms {
        background-color: #eac9e1;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 20px;
    }

}

@media (max-width: 576px) {
    h1.carolina {
        font-family: "new-spirit-condensed", serif;
        font-size: 300%;
        font-weight: 600;
        color: #FAF5F2;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    section.acerca {
        background-color: #00A6CC;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    h2 {
        font-family: "new-spirit-condensed", serif;
        font-size: 300%;
        color: #FAF5F2;
        text-align: center;
    }

    h3 {
        font-family: "learning-curve", sans-serif;
        color: #f8e464;
        font-size: 40px;
        font-weight: 400;
        font-style: normal;
        text-align: center;
    }

    p.yo {
        font-family: "source-sans-pro", sans-serif;
        font-size: 100%;
        font-weight: 380;
        font-style: normal;
        color: #FAF5F2;
        text-align: center;
        padding-right: 15px;
        padding-left: 15px;
    }

    img.collage2 {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 25px;
        padding-left: 25px;
    }

    p.proyecto {
        font-family: "new-spirit-condensed", serif;
        font-size: 150%;
        font-weight: 500;
        text-align: center;
        color: #00A6CC;
        padding-bottom: 40px;
        padding-right: 15px;
        padding-left: 15px;
    }

    p.textogal {
        font-family: "new-spirit-condensed", serif;
        font-size: 150%;
        font-weight: 500;
        text-align: center;
        color: #222222;
        padding-bottom: 40px;
        padding-right: 15px;
        padding-left: 15px
    }

    h4 {
        font-family: "new-spirit-condensed", serif;
        font-size: 300%;
        font-weight: 800;
        text-align: center;
    }

    .flecha {
        display: initial;
        background-color: #222222;
        padding: 20px;
        border-radius: 50%;
        opacity: .5;
    }

    h1.trabajemos {
        font-family: "new-spirit-condensed", serif;
        font-size: 300%;
        font-weight: 600;
        color: #FAF5F2;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }

}