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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: "Poppins", sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* HEADER GENERAL */
.header {
    background-image: linear-gradient(
        rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
        url(images/PaseoComercial01.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* MENU / NAVBAR */
.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    z-index: 1000;
}

.menu .navbar ul {
    display: flex;
    gap: 30px;
}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 10px;
    color: #FFFDFC;
    font-weight: 600;
}

.menu .navbar ul li a:hover {
    color: #CE967B;
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

/* LOGO SUPERPUESTO */
.logo-superpuesto {
    position: absolute;
    top: 15%; /* Subilo más si querés que esté más arriba */
    left: 12.5%;
    transform: translateY(-50%);
    width: 160px;
    z-index: 1001;
}

/* TEXTO PRINCIPAL */
.header-content {
    text-align: center;
    position: relative;
    z-index: 100;
    padding-top: 80px;
}

.header-content h1 {
    font-size: 75px;
    line-height: 80px;
    color: #F9FAFC;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.header-content p {
    font-size: 16px;
    color: #C5C5C5;
    padding: 0 250px;
    margin-bottom: 25px;
}

/* RESPONSIVE (opcional) */
@media (max-width: 768px) {
    .logo-superpuesto {
        width: 120px;
        left: 20px;
    }

    .header-content p {
        padding: 0 30px;
    }

    .menu .navbar ul {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

.btn-1{
    display: inline-block;
    padding: 11px 35px;
    background-color: #783d19;
    color: #F9FAFC;
    text-transform: uppercase;
}

.btn-1:hover{
    background-color: #92522a;
}

.coffee{
    padding: 100px 0;
    background-color: #fefae0;
    position: relative;
}

.coffee-content {
    text-align: center;
}

.coffee-content h2{
    font-size: 55px;
    line-height: 70px;
    color: #7b3d19;
    text-transform: uppercase;
    padding: 0 250px;
    margin-bottom: 15px;
}

.txt-p{
    font-size: 16px;
    color: #552c14;
    padding: 0 250px;
    margin-bottom: 35px;
}

.coffee-group{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.coffee-1{
    padding: 0 25px;
}

.coffee-1 img {
    width: 200px;
}

.coffee-img {
    position: absolute;
    top: 0;
    right: 0;
}

.coffee-1 h3 {
    color: #7b3d19;
    font-size: 20px;
    margin-bottom: 15px;
}

.services {
    background-image: linear-gradient(
        rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
        url(images/PaseoComercial03.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 100px 0;
}

.services-content {
    text-align: center;
}

.services-content h2{
    font-size: 55px;
    line-height: 70px;
    color: #F9FAFC;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.services-content p{
    font-size: 16px;
    color: #C5C5C5;
    margin-bottom: 50px;
    padding: 0 100px;
}

.services-group{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.services-1{
    padding: 0 100px;
}

.services-1 img{
    width: 25px;
    margin-bottom: 15px;
}

.services-1 h3{
    color: #EACCB3;
    font-size: 18px;
}

.general{
    display: flex;
}

.general-1{
    width: 50%;
    padding: 100px 250px 100px 100px;
    background-color: #fefae0;
}

.general-2{
    background-image: url(images/Dispensario03.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.general-3{
    background-image: url(images/LaBotica03.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.general-4{
    background-image: url(images/ElFaro01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.general-5{
    background-image: url(images/Yacanfrut01.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.general-6{
    background-image: url(images/Piquillines01.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.general-7{
    background-image: url(images/ElDuraznoStore02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

h2{
    font-size: 55px;
    line-height: 70px;
    color: #783d19;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #323337;
    margin-bottom: 20px;
}

p{
    font-size: 16px;
    color: #414247;
    margin: 25px 0px 45px 0;
}

.blog{
    padding: 100px 0;
    text-align: center;
}

.blog-content{
    display: flex;
    justify-content: space-between;
}

.blog-1{
    padding: 15px 55px;
}

.blog-1 img{
    width: 250px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.blog-1 h3{
    font-size: 25px;
    color: #323337;
}

.footer {
    padding: 100px 0;
    background-color: #000000;
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

.link h3{
    font-size: 18px;
    color: #F9FAFC;
    margin-bottom: 15px;
}

.link a{
    font-size: 16px;
    color: #C5C5C5;
    display: block;
    margin-bottom: 15px;
}

.link a:hover{
    color: #FFFDFC;
}

a.locales-icon i {
    width: 30px;
    color: #783d19;
}

a.locales-icon i:hover {
    color: #92522a;
}
  

@media(max-width:991px) {

    .menu{
        padding: 30px;
    }

    .menu label {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1002;
}

    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #323337;
        display: none;
    }

    .menu .navbar ul li{
        width: 100%;
    }

    #menu:checked ~ .navbar {
        display: initial;
    }

    .header{
        min-height: 0vh;
    }

    .header-content {
        padding: 100px 30px;
    }

    .header-content p {
        padding: 0;
    }

    .coffee {
        padding: 30px;
    }

    .coffee-content h2{
        padding: 0;
    }

    .txt-p{
        padding: 0;
    }

    .coffee-group{
        flex-direction: column;
        margin-bottom: 0;
    }

    .coffee-img{
        display: none;
    }

    .services{
        padding: 30px;
    }

    .services-content p{
        padding: 0;
    }

    .services-group{
        flex-direction: column;
        margin-bottom: 0;
    }

    .services-1{
        margin-bottom: 25px;
    }

    .general{
        flex-direction: column;
    }

    .general-1{
        width: 100%;
        padding: 30px;
        text-align: center;
    }

    .general-2, .general-3{
        flex-direction: column;
    }

    .blog{
        padding: 30px;
    }

    .blog-content{
        flex-direction: column;
    }

    .blog-1{
        padding: 0;
    }

    .footer{
        padding: 30px;
    }

    .footer-content{
        flex-direction: column;
        text-align: center;
    }

    .logo-superpuesto {
    top: 80px;        /* más arriba */
    left: 20px;       /* más pegado al borde */
    width: 100px;     /* más pequeño */
    z-index: 1001;
    }
}

@media(max-width: 620px) {

    .logo-superpuesto {
        top: 60px;      /* más arriba aún */
        left: 15px;
        width: 80px;    /* más chico aún */
    }

    .menu label {
        top: 15px;
        right: 15px;
        width: 30px;    /* por si lo querés más chico */
        height: auto;
    }

    .menu .navbar {
        top: 100%;
        width: 100%;
        text-align: center;
    }

    .header-content {
        padding: 80px 20px 40px 20px;
    }

    .header-content h1 {
        font-size: 1.8rem;
    }

    .header-content p {
        font-size: 1rem;
    }
}
