/* body*/


html,
body {
    margin: 0;
    padding: 0;
    background-color: #fddde4;
    overflow-x: hidden;
    font-family: "Afacad Flux", sans-serif;
}


h2 {
    font-size: 68px;
    color: #C80005;
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 500;
}

h3 {
    font-size: 35px;
}

p {
    font-size: 18px;
}


/* NAVBAR */

.fondo-menu {
    background-color: #fddde4;
}

.rosa {
    margin-left: 20px;
    margin-right: 0;
}

.logo-d {
    width: 110px;
}

.logo-ig {
    width: 50px;
}

.logo-b {
    width: 130px;
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 300;
}

* {
    box-sizing: border-box;
}


/* SECTION UNO-INICIO*/

.seccion-unoinicio {
    background-color: #fddde4;
}


.contenido-hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 102px;
    align-items: flex-start;
    padding-top: 126px;
}

.contenido-hero h2 {
    color: #e10600;
    margin-bottom: 25px;
    padding-top: 59px;
}

.ilustracion-dana {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 0;
}

.ilustracion-dana img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 95%;
}


.boton-contacto {
    display: inline-block;
    padding: 7px 21px;
    background-color: #C80005;
    color: white;
    border-radius: 50px;
    font-size: 20px;
    text-decoration: none;
    margin-left: 0;
    cursor: pointer;
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 300;

    transition: background-color 0.3s ease, color 0.3s ease;
}

.boton-contacto:hover {
    background-color: white;
    color: #C80005;
    border: 2px solid #e10600;
}




/* MENU-PAGINA DOS */

.menu {
    background-color: #C80005;
    min-height: 88vh;

    display: flex;
    align-items: center;
    overflow: clip;
}

.menu-botones {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-left: 90px;
    padding-top: 70px;
}

.menu-layout {
    gap: 0;
}

.btn-menu {
    width: 280px;
    padding: 18px 5px;
    background-color: white;
    color: #C80005;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    border-radius: 60px;
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 300;

    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-menu:hover {
    background-color: #C80005;
    color: white;

}

.menu img {
    height: auto;
    width: 600px;
}


/* PAGINA DOS-SOBRE MI */

.sobre-mi {
    background-color: #fddde4;
    background-image: url(../img/flor-sobremi.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 300px;
    padding: 100px 0;
}

.texto-sobremi {
    padding-left: 200px;
}

.texto-sobremi h2 {
    color: #e10600;
}


.imagen-sobremi img {
    width: 100%;
    max-width: 380px;
    border-radius: 106px;
    border: 10px solid #e10600;
    display: block;
    margin-left: 120px;
}

.boton-sobremi {
    display: inline-block;
    padding: 8px 20px;
    background-color: #e10600;
    color: #ffffff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 300;
}

.boton-sobremi:hover {
    background-color: #ffffff;
    color: #e10600;
    border: 2px solid #e10600;
}

.sobre-mi p {
    font-size: 20px;
}


/* SECCIÓN DOS-PAGINA DOS */
.sobremi-subtitulo {
    background-color: #e10600;
    background-image: url(../img/flor-tressobremi_Mesa\ de\ trabajo\ 1.png);
    background-repeat: no-repeat;
    background-position: 44% center;
    background-size: 366px;
    padding: 120px 0;
}

.imagen-subtitulo img {
    width: 100%;
    max-width: 380px;
    border-radius: 106px;
    border: 10px solid #ffffff;
    display: block;
}

.texto-subtitulo p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    max-width: 460px;
}


/* SECCIÓN HABILIDADES-SOBRE MI */

.habilidades {
    background-color: #fddde4;
    padding: 120px 0;
    text-align: center;
}

.habilidades h2 {
    color: #e10600;
    font-size: 48px;
    margin-bottom: 80px;
}

.circulo {
    width: 180px;
    height: 180px;
    background-color: #ffc0c7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.habilidad h3 {
    color: #e10600;
    font-size: 18px;
    letter-spacing: 1px;
}

.circulo img {
    width: 65%;
    height: auto;
    object-fit: contain;
}



/* FOOTER-SOBREMI*/

.footer {
    background-color: #fddde4;
    padding: 80px 0;
    text-align: center;
}

.boton-footer {
    display: inline-block;
    padding: 12px 32px;
    background-color: #e10600;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 300;
}

.boton-footer:hover {
    background-color: #ffffff;
    color: #e10600;
    border: 2px solid #e10600;
}


/* SECCIÓN UNO-CONTACTO */

.contacto-intro {
    background-color: #fddde4;
    background-image: url("../img/flor-contacto.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 420px;

    min-height: 89vh;
    display: flex;
    align-items: center;
    padding-left: 130px;
    padding-bottom: 0px;
}

.contenido-contacto {
    max-width: 1200px;
}

.contacto-intro h2 {
    font-size: 61px;
    color: #e10600;
    margin-bottom: 30px;
    max-width: 720px;
}


.boton-proyectos {
    display: inline-block;
    padding: 10px 26px;
    background-color: #e10600;
    color: #ffffff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 300;
}

.boton-proyectos:hover {
    background-color: #ffffff;
    color: #e10600;
    border: 2px solid #e10600;
}



/* SECCIÓN REDES-PAGINA TRES */

.contacto-redes {
    background-color: #e10600;
    padding: 40px 0;
}


.redes-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    padding-bottom: 40px;
}


.titulo-redes {
    border: 3px solid #ffffff;
    border-radius: 80px;
    padding: 14px 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    align-self: flex-start;
}

.titulo-redes h2 {
    color: #ffffff;
    font-size: 35px;
    margin: 0;
    font-weight: 400;
}

.iconos-redes {
    display: flex;
    gap: 36px;
    padding-left: 0;
}

.iconos-redes img {
    width: 62px;
    transition: transform 0.3s ease;
}

.iconos-redes img:hover {
    transform: scale(1.1);
}

.flor-redes img {
    width: 100%;
    max-width: 550px;
    display: block;
    margin-left: auto;
}



/* SECCION CUENTANOS TU IDEA */

.cuentanos-idea {
    background-color: #fddde4;
    text-align: center;
    padding: 30px;
}

.cuentanos-idea h2 {
    font-size: 50px;
    padding-bottom: 9px;
    padding-top: 20px;
}

.btn-inicio {
    background-color: #d50000;
    color: white;
    padding: 6px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    transition: .3s;
    text-align: right;
    position: relative;
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 300;
}

.btn-inicio:hover {
    transform: scale(1.05);
    border: 2px solid #e10600;
    
}



/* CARRUSEL */

#carouselExample {
    height: calc(100vh - 80px);
    width: 100%;
    overflow: hidden;
}

#carouselExample .carousel-item,
#carouselExample picture,
#carouselExample img {
    height: 100%;
}

#carouselExample img {
    object-fit: contain;
    display: block;
}



/* PROYECTOS-DANA */

.hero-dana {
    min-height: 100vh;
    background-image: url("../img/portadas-web-dana.jpg");
    background-size: cover;
    background-position: center;
}


.seccion-dana {
    background-color: #ffffff;
    padding: 0;
}


.contenido-dana {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 420px;
}

.logo-dana {
    width: 280px;
    margin-bottom: 35px;
}

.contenido-dana p {
    line-height: 1.6;
    color: #e10600;

}

.imagen-dana {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagen-dana img {
    width: 100%;
    max-width: 500px;
}

.contenido-dana {
    padding-left: 21px;
}

.seccion-imagen-full {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seccion-imagen-full img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.tarjeta-dana {
    padding: 0;
}

.img-editorial img {
    width: 100%;
    height: auto;
}

.seccion-imagenes-editorial {
    padding: 0%;
}


.seccion-cajadana {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.seccion-cajadana img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}


.footer-volver {
    background-color: #e10600;
    background-image: url("../img/foother-proyectos.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1500px;
    padding: 130px 0;
}


.btn-volver {
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 8px 28px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 20px;
    text-transform: lowercase;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-left: 40px;
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 300;
}

.btn-volver:hover {
    background-color: #ffffff;
    color: #e10600;
    border: 2px solid #e10600;
}


/* PROYECTOS-DANNYS */
.hero-danny {
    width: 100%;
}

.hero-danny img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}

.introduccion-danny {
    width: 100%;
    background-color: #000;
    padding: 0;
}

.introduccion-inicio {
    display: flex;
    flex-direction: column;
    padding: 70px 77px;
}

.introduccion-inicio img {
    width: auto;
    max-width: 199px;
    height: auto;
    margin-bottom: 20px;
}

.intro-texto {
    color: #fff;
    line-height: 1.6;
}

.introduccion-imagen {
    display: flex;
    align-items: center;
}

.introduccion-imagen img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

.imagen-danydos {
    display: flex;
    align-items: center;
}


.imagen-danydos img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}


.full-danny {
    width: 100%;
}

.full-danny img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}

.mockup-danny {
    background-color: white;
}


.mockup-img {
    display: flex;
    align-items: center;
    padding: 0;
}

.mockup-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

.mockup-texto {
    color: black;
    padding: 50px;
}

.mockup-texto p {
    line-height: 1.7;
    margin: 0;
}

.publicaciones-danny {
    width: 100%;
}

.publicaciones-danny img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}



/* PROYECTOS-REVISTA */

.hero-revista {
    width: 100%;
}

.hero-revista picture,
.hero-revista img {
    width: 100%;
    display: block;
}

.hero-revista img {
    height: auto;
}


.seccion-revista {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
}

.contenido-revista p {
    color: #ffffff;
    max-width: 420px;
    line-height: 1.6;
    padding: 48px 16px;
}

.mockup-revista {
    background-color: #ffffff;
    padding: 34px 0;
}

.mockup-revista .row {
    align-items: center;
}


.imagen-revista img {
    width: 100%;
    height: auto;
    display: block;
}


.mockup-revista p {
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
    max-width: 420px;
}


.mockup-revista .col-lg-6:last-child {
    padding-left: 60px;
}



/* PROYECTOS-FOTO */

.hero-foto {
    width: 100%;
}

.hero-foto img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.foto-vino {
    width: 100%;
    background-color: #000;
}

.foto-vino-imagen img {
    width: 100%;
    height: auto;
    display: block;
}

.foto-vino-texto {
    padding: 80px;
}

.foto-vino-parrafo {
    font-size: 24px;
    line-height: 1.6;
    color: white;
    padding: 66px 70px;
}

.foto-full {
    width: 100%;
}

.foto-full-imagen {
    width: 100%;
}

.foto-full-imagen img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.foto-doble {
    width: 100%;
}

.cervezas {
    padding: 0;
}


.foto-doble-item {
    padding: 0 !important;
    margin: 0;
}

.foto-doble-item img {
    width: 100%;
    height: auto;
    display: block;
}



/* PROYECTOS-REVISTA */

.seccion-revista {
    background-color: #000;
    width: 100%;
}

.revista-texto {
    display: flex;
    align-items: center;
    padding: 80px;
    color: #fff;
}

.logo-revista {
    width: 280px;
    height: auto;
    display: block;
    margin-bottom: 24px;
}

.contenido-revista p {
    max-width: 420px;
    line-height: 1.6;
}

.revista-imagen {
    display: flex;
    align-items: center;
    justify-content: center;
}

.final-doble-imagen {
    width: 100%;
}

.revista img {
    width: 100%;
    height: auto;
    display: block;
}

.revista {
    background-color: #000;
    padding: 0;
}

/* SECCIÓN REDES-PAGINA TRES */

.titulo-redes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px;
}

.titulo-redes h2 {
    text-align: center;
}


.iconos-redes {
    padding-left: 0;
    justify-content: center;
    gap: 20px;
}

.iconos-redes img {
    width: 46px;
}


.flor-redes img {
    max-width: 260px;
    margin: 30px auto 0;
    display: block;
}




@media (max-width: 1200px) {

    .contenido-hero h2 {
        font-size: 53px;
    }

    .contenido-hero {
        padding-top: 87px;
    }


    /* MEDIA CUERY-PAGINA DOS */

    .menu img {
        height: auto;
        width: 450px;
    }

    .btn-menu {
        width: 150px;
        padding: 12px 12px;
        font-size: 18px;
    }

    .menu-botones {
        padding-left: 140px;
    }



    /* PAGINA TRES-SOBRE MI */

    .texto-sobremi {
        padding-left: 195px;
    }

    .sobre-mi p {
        font-size: 18px;
    }

    .texto-sobremi h2 {
        font-size: 61px;
    }

    .imagen-sobremi img {
        max-width: 354px;
        margin-left: 100px;
    }

    .sobre-mi {
        background-size: 255px;
        padding: 47px 0;
    }


    /* SECCIÓN DOS-PAGINA TRES */

    .texto-subtitulo p {
        font-size: 17px;
        padding-top: 42px;
    }

    .imagen-subtitulo img {
        max-width: 340px;
        margin-left: 30px;
    }

    .sobremi-subtitulo {
        background-size: 260px;
        padding: 76px 0;
    }


    /* SECCIÓN REDES-PAGINA TRES */

    .titulo-redes h2 {
        font-size: 26px;
    }

    .titulo-redes {
        padding: 13px 31px;
    }

    .iconos-redes {
        padding-left: 25px;
    }


    /* SECCIÓN  UNO-CONTACTO */

    .contenido-contacto {
        padding-left: 90px;
    }

    .contacto-intro h2 {
        font-size: 60px;
    }

    .contacto-intro {
        background-size: 360px;
    }

    .contacto-intro {
        background-size: 340px;
        padding-bottom: 139px;
    }

    .contacto-intro h2 {
        font-size: 52px;
    }


    /* SECCIÓN REDES-PAGINA TRES */

    .titulo-redes h2 {
        font-size: 32px;
    }



    /* PROYECTOS-DANA */
    .seccion-imagen-full {
        min-height: auto;
        padding: 20px 0;
    }


    .footer-volver {
        padding: 84px 0;
        background-size: 100%;
        background-position: right;
        text-align: left;

    }

    .btn-volver {
        margin-left: 70px;
        font-size: 15px;
        padding: 7px 22px;
        display: inline-block;

    }

}



@media (max-width: 992px) {

    /* MEDIA CUERY-PAGINA DOS */

    .btn-menu {
        width: 150px;
        padding: 12px 12px;
        text-align: center;
        text-decoration: none;
        font-size: 18px;
        border-radius: 60px;

        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .menu img {
        height: auto;
        width: 400px;
    }

    .container {
        max-width: 683px;
        padding: 0;
    }

    .menu-botones {
        padding-left: 18px;
    }



    /* PAGINA TRES-SOBRE MI */

    .texto-sobremi {
        padding-left: 100px;
    }

    .sobre-mi p {
        font-size: 15px;
    }

    .texto-sobremi h2 {
        font-size: 55px;
    }

    .imagen-sobremi img {
        max-width: 345px;
        margin-left: 20px;
    }

    .sobre-mi {
        background-size: 241px;
        padding: 47px 0;
    }



    /* SECCIÓN DOS-PAGINA TRES */

    .imagen-subtitulo img {
        max-width: 298px;
        margin-left: -70px;
        border-width: 10px;
        border-radius: 106px;
    }

    .sobremi-subtitulo {
        background-size: 250px;
        background-position: 50% 25%;
    }


    .texto-subtitulo p {
        font-size: 15px;
        text-align: left;
        margin-left: 15px;
    }



    /* SECCIÓN HABILIDADES-SOBRE MI */

    .habilidades h2 {
        font-size: 52px;
        margin-bottom: 60px;
    }

    .circulo {
        width: 150px;
        height: 150px;
    }

    .circulo img {
        width: 60%;
    }

    .habilidad h3 {
        font-size: 20px;
    }



    /* SECCIÓN  UNO-CONTACTO */

    .contacto-intro {
        padding-left: 116px;
        background-size: 351px;
        background-position: right center;
    }

    .contacto-intro h2 {
        font-size: 43px;
        margin-top: -158px;
        margin-right: 111px;
        margin-left: 3px;
        padding-right: 160px;
    }



    /* SECCIÓN REDES-PAGINA TRES */

    .titulo-redes h2 {
        font-size: 26px;
        white-space: nowrap;
    }

    .titulo-redes {
        padding: 13px 23px;
        margin-bottom: 25px;
    }

    .iconos-redes {
        padding-left: 8px;
    }

    .iconos-redes img {
        width: 55px;
    }


    .redes-info {
        padding-left: 0px;
    }

    .contacto-redes {
        padding: 53px 0;
    }



    /* PROYECTOS-DANA */

    .contenido-dana {
        padding-left: 0;
        max-width: 100%;
        padding-right: 0;

    }

    .imagen-dana img {
        max-width: 420px;
    }

    .contenido-dana p {
        font-size: 14px;
        line-height: 1.6;
    }

    .seccion-imagen-full {
        min-height: auto;
        padding: 4px 0;
    }


    .footer-volver {
        padding: 84px 0;
        background-size: 1041px;
        background-position: right;
        text-align: left;

    }

    .btn-volver {
        margin-left: -51px;
        font-size: 15px;
        padding: 7px 22px;
        display: inline-block;
    }

}



@media (max-width: 768px) {

    /* MEDIA CUERY-PAGINA UNO */

    .contenido-hero h2 {
        font-size: 45px;
    }

    .contenido-hero h2 {
        font-size: 38px;
    }

    .contenido-hero {
        padding-top: 71px;
        padding: 49px;
        align-items: center;
        /* centra horizontal */
        text-align: center;
    }


    /* MEDIA CUERY-PAGINA DOS */

    .btn-menu {
        width: 135px;
        padding: 12px 12px;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        border-radius: 60px;

        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .menu img {
        height: auto;
        width: 370px;
    }

    .container {
        max-width: 683px;
        padding: 0;
    }

    .menu-botones {
        padding-left: 70px;
    }


    /* PAGINA TRES-SOBRE MI */

    .texto-sobremi {
        padding-left: 115px;
    }

    .sobre-mi p {
        font-size: 13px;
    }

    .texto-sobremi h2 {
        font-size: 50px;
    }

    .imagen-sobremi img {
        max-width: 260px;
        margin-left: 50px;
        border-radius: 80px;
        border: solid 7px #d50000;

    }

    .sobre-mi {
        background-size: 180px;
        padding: 47px 0;
    }

    .boton-sobremi {
        padding: 6px 18px;
        font-size: 14px;
    }


    /* SECCIÓN DOS-PAGINA TRES */

    .imagen-subtitulo img {
        max-width: 260px;
        border-radius: 80px;
        border: solid 7px white;
        margin: 0 auto;

    }

    .sobremi-subtitulo {
        background-size: 221px;
        background-position: 59% 25%;
    }

    .texto-subtitulo p {
        font-size: 13px;
        margin: 0 auto;
        text-align: left;
        padding: 42px 47px;

    }


    /* SECCIÓN HABILIDADES-SOBRE MI */

    .habilidades {
        padding: 90px 0;
    }

    .habilidades h2 {
        font-size: 44px;
        margin-bottom: 50px;
    }

    .circulo {
        width: 130px;
        height: 130px;
    }

    .circulo img {
        width: 58%;
    }

    .habilidad {
        margin-bottom: 40px;
    }

    .habilidad h3 {
        font-size: 18px;
    }



    /* SECCIÓN  UNO-CONTACTO */

    .contacto-intro {
        padding-left: 60px;
        padding-bottom: 120px;
        background-size: 340px;
        background-position: right bottom;
    }

    .contacto-intro h2 {
        font-size: 45px;
        max-width: 600px;
    }


    /* SOLO MOBILE CARRUSEL */

    #carouselExample {
        height: 85vh;
    }

    #carouselExample .carousel-item,
    #carouselExample picture,
    #carouselExample img {
        height: 100%;
    }

    #carouselExample img {
        object-fit: cover;
    }



    /* PROYECTOS-DANA */
    .hero-dana {
        background-image: url("../img/portada-dana-movil.jpg");
        min-height: 230vh;
        background-position: top center;
    }


    .seccion-dana {
        padding: 50px 0;
    }

    .contenido-dana {
        padding-left: 0;
        max-width: 100%;
    }

    .logo-dana {
        width: 240px;
        margin-bottom: 25px;
    }

    .contenido-dana p {
        font-size: 13px;
        line-height: 1.6;
    }


    .imagen-dana img {
        max-width: 380px;
    }


    .seccion-imagen-full {
        min-height: auto;
        padding: 20px 0;
    }

    .seccion-imagen-full img {
        max-width: 100%;
        padding: 0;
    }


    .footer-volver {
        padding: 75px 0;
        background-size: 860px;
        background-position: right center;
    }

    .btn-volver {
        margin-left: 0;
        font-size: 16px;
        padding: 8px 26px;
    }



    /* PROYECTOS-DANNYS */

    .introduccion-danny p {
        font-size: 16px;
    }

    .introduccion-inicio img {
        max-width: 117px;
    }

    .introduccion-inicio {
        padding: 0 47px;
    }

    .introduccion-danny {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 73vh;
        display: flex;
        align-items: center;
    }

    .introduccion-danny p {
        font-size: 16px;
    }

    .mockup-texto p {
        font-size: 16px;
    }

    .mockup-texto {
        padding: 0px 69px;
    }

}



@media (max-width: 576px) {

    .contenido-hero {
        padding-top: 71px;
        padding: 42px 45px;
        align-items: center;
        text-align: center;
    }

    .contenido-hero h2 {
        font-size: 28px;
    }

    .boton-contacto {
        padding: 5px 14px;
    }



    /* MEDIA CUERY-PAGINA DOS */

    .btn-menu {
        width: 130px;
        padding: 14px 0;
        font-size: 16px;
    }


    .menu img {
        height: auto;
        width: 215px;
    }

    .container {
        max-width: 683px;
        padding: 0;
    }

    .menu-botones {

        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 22px;
        margin-bottom: 50px;
        padding-left: 0;
        padding-top: 0;
    }



    /* PAGINA DOS-SOBRE MI */

    .texto-sobremi {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 0;
    }

    .sobre-mi p {
        font-size: 14px;
        padding-top: 11px;
        margin: 0;
    }

    .texto-sobremi h2 {
        font-size: 33px;
    }

    .imagen-sobremi img {
        max-width: 228px;
        border-radius: 56px;
        border: solid 7px #d50000;
        display: block;
        margin: 0 auto;
        text-align: center;


    }

    .sobre-mi {
        background-size: 123px;
        padding: 33px 62px;
    }

    .boton-sobremi {
        padding: 6px 18px;
        font-size: 11px;
        margin: 31px 0;
    }



    /* SECCIÓN CONTACTO-PAGINA TRES */

    .contacto-intro {
        background-image: none;
        padding: 80px 20px 40px;
        min-height: auto;

        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contacto-intro h2 {
        font-size: 36px;
        margin: 0 auto 25px;
        max-width: 100%;
        padding: 0;
    }

    .boton-proyectos {
        margin: 0 auto;
        display: inline-block;
    }

    .contacto-intro::after {
        content: "";
        width: 320px;
        height: 400px;
        margin-top: 40px;

        background-image: url("../img/flor-contacto.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }



    /* PROYECTOS-DANA */

    .hero-dana {
        min-height: auto;
        aspect-ratio: 9 / 16;
        background-size: cover;
        background-position: center top;
    }

    .seccion-dana {
        padding: 40px 0;
    }

    .contenido-dana {
        padding-left: 0;
        margin-left: 0;
        max-width: 100%;
        text-align: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .logo-dana {
        width: 200px;
        margin-bottom: 20px;
    }

    .contenido-dana p {
        font-size: 14px;
        line-height: 1.5;
        padding: 28px 81px;
    }

    .imagen-dana img {
        max-width: 280px;
    }


    .seccion-imagen-full {
        min-height: auto;
        padding: 4px 0;
    }

    .seccion-imagen-full img {
        width: 100%;
        padding: 0;
    }


    .footer-volver {
        padding: 33px 0;
        background-size: 418px;
        background-position: bottom;
        text-align: left;

    }

    .btn-volver {
        margin-left: 28px;
        font-size: 15px;
        padding: 7px 22px;
        display: inline-block;
    }



    /* PROYECTOS-DANNY*/

    .introduccion-inicio {
        margin-bottom: 29px;
        padding: 25px 47px;
        text-align: 0;

    }

    .introduccion-danny {
        background-image: url("../img/fondo-dany-movil.jpg");
        background-size: cover;
        background-position: center;
        min-height: 100vh;

        display: flex;
        align-items: center;
    }

    .introduccion-danny p {
        font-size: 14px;
        padding: 0px 24px;
        margin: 0;
    }

    .mockup-texto p {
        padding: 64px 7px;
        font-size: 14px;
    }



    /* PROYECTOS-REVISTA */

    .mockup-revista p {
        font-size: 16px;
        margin: 0;
        padding: 68px;

    }

    .contenido-revista p {
        font-size: 16px;
    }

    .revista-texto {
        padding: 59px;
    }



    /* PROYECTOS-FOTO */

    .foto-vino-parrafo {
        padding: 0 19px;
        font-size: 18px;
    }

}






@media (hover: hover) {
    .boton-contacto:hover {
        background-color: white;
        color: #C80005;
    }
}