/*
*/

*{ 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

.navbar{
    background: linear-gradient(45deg, #CD4309, #E19F3F, #F2D6B3); /* En diagonal */
    height: 90px;
    margin: 20px;
    border-radius: 50px;
    padding: 0.5rem;

}

.navbar-toggler{
    border: none;
    font-size: 1.25rem;
}

.navbar-toggler:focus{
    box-shadow: none;
    outline: none;
}

.nav-link{
    color: #734432;
    font-weight: 500;
    position: relative;

}

.nav-link:hover, .nav-link.active{
    color: #401A04;
    
}

@media(min-width: 991px){
    .nav-link::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: #401A04;
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }

    .nav-link:hover::before{
        width: 100%;
        visibility: visible;
    }
}

.inicio{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.NH-inicio {
    color: black;
    font-size: 80px;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    top: 25%; /* Controla la posición vertical */
    transform: translateX(-50%);
    font-family: Montserrat;
    white-space: nowrap; /* Evita el salto de línea */
    animation: text 2s ease-out forwards;
}
.txt1-inicio{
    color: white;
    font-size: 90px;
    font-weight: 700;
    letter-spacing: 3px;
    position: relative;
    animation: text 3s 1;
    font-family: Montserrat;
}


.txt2-inicio{
    font-size: 30px;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
    opacity: 0;
    animation: fadeIn 1s 1 2.5s forwards;
}


@keyframes text{
    0%{
        color: black;
        margin-bottom: -40px;
    }

    30%{
        letter-spacing: 25px;
        margin-bottom: -40px;
    }

    85%{
        letter-spacing: 8px;
        margin-bottom: -40px;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.header{
    display: flex;
}

.coffe{
    padding: 100px 0;
    background-color: #e1e2e6;
    position: relative;
}

.coffee-content{
    text-align: center;
    margin-top: 10%;
    margin-bottom: 10%;
}

.coffee-group{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.txt-p{
    min-height: 150px; /* Asegura uniformidad en los textos */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
}

.coffee-1{
    padding: 25px;
}

.coffee-1 img{
    width: 200px;
}

.coffee-img{
    max-width: 150px; /* Controla el tamaño máximo */
    height: auto; /* Mantiene la proporción */
    display: block;
    margin: 0 auto; /* Centra las imágenes */
}

.container-fluid.carrusel{
    width: 100%;
    height: 80px;
    background-color: #401A04;
}

.mvv{
    margin-top: 5%;
}

.descrip{
    width: 100%;
    background-color: #311902;
    height: 100px;
    margin-top: 20%;
}

.galeria{
    margin-top: 20%;
}

.efecto1{
    overflow: hidden;
}

.efecto1 img {
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

.efecto1:hover img {
    transform: scale(1.2);
}

.historia{
    margin-top: 20%;
}

.biografia{
    margin-top: 5%;
}

.alianzas {
    margin-top: 10%;
    margin-bottom: 10%;
}

.fondo img{
    max-width: 100%;
}

.fondo {
    top: 0;
    left: 0;
    width: 100%; /* Para que ocupe todo el ancho */
    text-align: center;
    padding: 10px;
}

.cont{
    font-size: 70px;
    color: #fff;
    font-family: Montserrat;
    font-weight: bold;
    margin-top: 20%;
}

.peq{
    font-size: 80px;
    font-family: Futura; 
    font-weight: bold; 
    text-align: right;
    color: #311902;
    line-height: 1;
}

.peque{
    font-size: 40px;
    font-family: Futura; 
    font-weight: bold; 
    text-align: right;
    color: #674228;
}

.pequ{
    font-family: Montserrat;
    text-align: right;
}

.caja{
    width: 100%;
    background-color: #311902;
    height: 30px;
}

.certificaciones{
    margin-top: 5%;
    margin-bottom: 10%;
}

.certi{
    font-size: 60px;
    font-family: Futura; 
    font-weight: bold; 
    text-align: center;
    color: #311902;
}

.historiatitle{
    font-size: 70px;
    font-family: Futura; 
    font-weight: bold; 
    text-align: left;
    color: #674228;
}

.productotitle{
    font-size: 70px;
    font-family: Futura; 
    font-weight: bold; 
    text-align: left;
    color: #674228;
}

.pod-card{
    margin-top: 30%;
}

.historiatext{
    font-family: Montserrat;
    text-align: left;

}




.blog{
    margin-top: 10%;
    margin-bottom: 10%;
}

.blog-content{
    display: flex;
    justify-content: space-between;
    margin-top: 10%;
}

.blog-titular{
    font-size: 70px;
    font-family: Futura; 
    font-weight: bold; 
    text-align: center;
    color: #311902;
    margin-bottom: 0%;
}

.blog-1{
    padding: 15px 55px;
    margin-bottom: 10%;
}

.blog-1 img{
    width: 300px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.blog-titulo{
    font-size: 40px;
    font-family: Futura; 
    font-weight: bold; 
    color: #674228;   
}

.blog-fecha{
    font-family: Montserrat;
    font-size: 25px;
    font-weight: bold; 
    color: #D99441;
}

.blog-texto{
    font-family: Montserrat;
    font-size: 23px;
    margin-top: 0;
}

.btn-1{
    transition-delay: ms;
    display: inline-block;
    line-height: 50px;
    width: 100%;
    height: auto;
    min-height: 50px;
    background-color: #D99441;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: bold; 
    text-decoration: none;
    text-align: center;
    border-radius: 30px;
    
}

.btn-1:hover{
    display: inline-block;
    line-height: 50px;
    width: 100%;
    height: auto;
    min-height: 50px;
    background-color:  #fff;
    color: #D99441;
    font-size: 15px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: bold; 
    text-decoration: none;
    text-align: center;
    border-radius: 30px;
    
}

.coffe-titulo{
    font-size: 70px;
    font-family: Futura; 
    font-weight: bold; 
    text-align: left;
    color: #674228;
}

.coffe-texto{
    font-family: Montserrat;
    text-align: left;
}

.productos {
    width: 100%;
    background-color: #E19F3F;
    height: auto; /* Ajusta la altura según el contenido */
    min-height: 100px; /* Asegura que tenga un mínimo de 100px */
    margin-top: 8%;
    display: flex;
    justify-content: center; /* Centra el contenido horizontalmente */
    align-items: center; /* Centra el contenido verticalmente */
    padding: 10px 0; /* Añade espacio arriba y abajo para evitar recortes */
}


.texto-productos{
    font-size: 60px;
    font-family: Futura; 
    font-weight: bold; 
    text-align: center;
    color: #fff;
}

.blog-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 100px 50px;
    padding: 100px 50px;
    border-radius: 20px; /* Bordes redondeados */
}

.blog-container .blog-card {
    position: relative;
    width: 350px;
    height: 300px;
    border-radius: 20px; /* Bordes redondeados */
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
    overflow: hidden; /* Evita que el contenido sobresalga */
}
.blog-container .blog-card:hover{
    height: 450px;    
    width: 400px;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

@media(max-width:991px){

    .txt1-inicio {
        font-size: 40px;
        letter-spacing: 3px;
        margin-bottom: 5px;
    }

    .txt2-inicio {
        font-size: 16px;
    }

    .mvv{
        margin-top: 30%;
    }

    .historia{
        margin-top: 30%;
    }

    .galeria{
        margin-top: 30%;
    }

    .biografia{
        margin-top: 30%;
    }

    .certificaciones{
        margin-top: 30%;
    }

    .header{
        min-height: 0vh;
    }

    .coffe{
        padding: 30px;
    }

    .coffee-group{
        flex-direction: column;
        margin-bottom: 0;
    }

    .coffee-img{
        display: none;
    }

    .general{
        flex-direction: column;
    }

    .general-1{
        width: 100px;
        padding: 30px;
        text-align: center;
    }

    .general-2{
        display: inline;
    }

    .texth{
        font-size: 16px;
        color: #401A04;
        text-align: center;
    }

    .info{
        width: 242px;
        height: auto;
        place-items: center;
    }

    .cont{
        font-size: 50px;
        text-align: center;
    }
    
    .div{
        display: none;
    }

    .conta{
        text-align: center;
        width: 100%;
    }

    .historiatitle{
        font-size: 40px;
        text-align: center;
    }

    .historiatext{
        font-family: Montserrat;
        text-align: center;
    }

    .peq{
        font-size: 70px;
        font-family: Futura; 
        font-weight: bold; 
        text-align: center;
        color: #311902;
        line-height: 1;
    }

    .peque{
        font-size: 30px;
        font-family: Futura; 
        font-weight: bold; 
        text-align: center;
        color: #674228;
    }
    
    .pequ{
        font-family: Montserrat;
        text-align: center;
    }
    
    .caja{
        width: 100%;
        background-color: #311902;
        height: 30px;
    }
    
    .descrip{
        width: 100%;
        background-color: #311902;
        height: 100px;
        margin-top: 20%;
    }

    .certi{
        font-size: 50px;
        text-align: center;
    }

    .blog{
        padding: 30px;
    }

    .blog-content{
        flex-direction: column;
    }

    .blog-1{
        padding: 0;
        text-align: center;
    }

    .coffe-titulo{
        font-size: 40px;
        text-align: center;
    }

    .coffe-texto{
        text-align: center;
    }
}

.slider-container{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    justify-content: center;
}

.slider-images{
    display: flex;
    align-items: center;
    gap: 21px;

}

.slider-images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.slider-img{
    width: 110px;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    transition: 0.7s ease;
}

.slider-images .slider-img:first-child, .slider-images .slider-img:last-child{
    height: 480px;
}

.slider-images .slider-img:nth-child(2), .slider-images .slider-img:nth-child(6){
    height: 560px;
}

.slider-images .slider-img:nth-child(3), .slider-images .slider-img:nth-child(4), .slider-images .slider-img:nth-child(5){
    height: 665px;
}

.titulo1{
    font-family: Futura;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 50%;
    left: -10%;
    transform: rotate(270deg);
    transition: 0.7s ease;
}

.details{
    position: absolute;
    bottom: 43px;
    left: 43px;
}

.titulo2{
    font-family: Futura;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.7s ease;
}

.slider-img.active{
    width: 766px;
    height: 750px;
}

.slider-img.active p{
    display: none;
}

.slider-img.active .details p{
    display: block;
}

.bebida{
    width: 100%;
    height: 100%;
}

@keyframes float {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-30px); /* Se eleva 10px */
    }
    100% {
      transform: translateY(0);
    }
  }

  .flotante {
    margin: 50px auto;
    animation: float 3s ease-in-out infinite;
    width: 428px;
    height: auto;
  }





  .wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cafes-container {
    height: 400px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}

.cafes-card {
    width: 80px;
    border-radius: .75rem;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2rem;
    margin: 0 10px;
    display: flex;
    align-items: flex-end;
    transition: .6s cubic-bezier(.28,-0.03,0,.99);
    box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.8);
    position: relative;
}

.cafes-card > .cafes-row {
    color: white;
    display: flex;
    flex-wrap: nowrap;
}

.cafes-card > .cafes-row > .cafes-icon {
    background: #674228;
    color: white;
    font-weight: bold; 
    border-radius: 50%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
    
}

.hrtxt{
    background-color: #311902;
    width: 100%;
    height: 3px;
    border-radius: 25%;
}

.cafes-card > .cafes-row > .cafes-description {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    height: 80px;
    width: 520px;
    opacity: 0;
    color: #000;
    background-color: #fff;
    transform: translateY(30px);
    transition-delay: .3s;
    transition: all .3s ease;
}


.cafes-description p {
    padding-top: 5px;
    font-family: Montserrat;
    color: #000;
    background-color: #fff;
}

.cafes-description h5 {
    text-align: center;
    font-size: 20px;
    font-family: Futura;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

input {
    display: none;
}

input:checked + label {
    width: 600px;
}

input:checked + label .cafes-description {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
