@font-face {
    font-family: 'TitilliumWeb';
    src: url('../font/TitilliumWeb-Regular.ttf');
}
body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    font-family: 'TitilliumWeb',sans-serif!important;
    font-weight: 400;
    font-size: 16px;
}


header {
    background-image: url('../img/portada-inicio-B&N.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-evenly;
    color: white;
    font-size: 16px;
}


.header-content {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}


.logo-coffbell {
    align-self: center;
    width: 60%;

    margin-top: -80px;
}

.nav-list {

    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 2vw;
    text-transform: lowercase;
    font-size: 1.9em;
    margin: 0;
    padding: 0;
    margin-top: 50px;

}

.nav-list li {
    padding: 5px 15px 5px 15px;

}

.nav-list li a {
    text-decoration: none;
    color: #f1c50e;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black;
    /* Color normal */
    transition: color 0.3s;
    /* Transición suave */
}

.nav-list li a:hover {
    color: #f1c50e;
    /* Nuevo color al pasar el ratón */
}



.principios {
    width: 100vw;
    display: flex;
    flex-direction: column;
    

}

.section-tittle {

    text-align: center;
    font-size: 30px;
    color: #f1c50e;
    text-transform: lowercase;
}

.principios-content {
    
    display: flex;
    justify-content: center;
    color: black;
    flex-wrap: wrap;

}

.principios-col {
    height: 85vh;
    font-size: smaller;
    font-size: 13px;
    width: 18%;
    min-width: 140px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 30px 0 30px;
}

.principios-col h2 {

    font-size: 28px;
    font-weight: 300;
    line-height: 43.2px;

}

.text-principios {
    align-items: center;

}

.principios-content img {
    width: 100%;
    height: 100%;
    min-height: 550px;
    object-fit:scale-down ;
    border: solid 1px black;
}

.principios-img {
    width: 26%;
    min-width: 250px;
    height: 85vh;

}






.cuadricula {
    display: flex;
    justify-content: space-between;
}

.columna {
    height: 85vh;
    flex-basis: 25%;
    /* Ajusta según tus necesidades */
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.801) !important;

}

.imagen {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.columna:hover .imagen {
    transform: scale(1.1);
}

.imagen {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.texto {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 30px);
    /* Ajusta la posición vertical del texto */
    z-index: 1;
    color: white;
    padding: 10px;
    text-align: center;
    width: 100%;
}


.oscurecido {
   
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);

}

.imagen a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.contacto {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;

}

.contacto-form img {
    width: 230px;
}


.contacto form {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 50px;
    font-size: 13px;
    line-height: 2em;
}


.contacto-form {
    width: 30%;
    min-width: 200px;
    max-width: 340px;
    text-align: center;
    font-size: .8em;
    margin-right: 4%;
}

.contacto-form input,
textarea {
    border: 1px solid rgba(153, 153, 153, 0.685);
    resize: none;
    padding: 7px;

}

.contacto-form button {
    align-self: flex-end;
    margin-top: 14px;
    width: fit-content;
    padding: 10px 20px;
    background-color: #f1c50e;
    color: black;
    border: none;
    border-radius: none;
    cursor: pointer;

}

.contacto-map {
    width: 35%;
    min-width: 200px;

}

.contacto-map iframe {
    width: 100%;
    height: 100%;
}



#volver-arriba {
    background-color: #fff0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 80px;
    border: none;
    cursor: pointer;
    margin-top: 800px; /* Ajusta esta cantidad según tu diseño */
}

#volver-arriba img{
    width: 100%;
}

footer {
    margin-top: 30px;
    background-color: #b9c1cc;
    padding: 2px;
    font-size: .7em;
    padding-left: 50px;
}


.main-carousel {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    background-color: #f0f0f0;
}

.carousel-item {
    cursor: pointer;
}

.sub-carousel {
    display: none;
    justify-content: center;
    align-items: center;
    height: 300px;
    background-color: #d0d0d0;
}

.sub-carousel img {
    max-width: 100px;
    max-height: 100px;
    margin: 0 10px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    filter: brightness(0.6)!important;
    transition: transform .4s;
}
.carousel-item img:hover {
    transform: scale(1.1);
}


.carousel-item p {
    font-size: 1.25em;
    text-transform: lowercase;
}

.carousel {
    width: 80vw;


}

.carousel-inner{
    width: 100%;
    height: 100%;
}

.carrusel {
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

}
.carousel-caption {
    top: 1.25rem;
    bottom: auto!important;
}

.carousel-control-prev-icon, .carousel-control-next-icon{

    border-radius: 100%;

}

.carousel-control-prev{
    opacity: 1!important;
    width: 7%!important;
}
.carousel-control-next{
    opacity: 1!important;
    width: 8%!important;
}


.carousel-control-next-icon{
    background-image: url('../img/next.png')!important;
}
.carousel-control-prev-icon{
    background-image: url('../img/prev.png')!important;
}
.lb-nav a.lb-next {
    opacity: 1!important;
}
.lb-nav a.lb-prev {
    opacity: 1!important;
}
.lightboxOverlay {
    background-color: #fff!important;
    opacity: 1!important;
}

.nav-obras{
    margin-top: 15px;
}

.nav-obras li a{

    color: black;
}

@media (max-width: 550px) {
    .logo-coffbell {
        align-self: center;
        width: 80%;

    }
    .nav-list {
        display: flex;
        flex-direction: column;
        list-style: none;
        gap: 2vw;
        text-transform: lowercase;
        font-size: 1.9em;
        margin: 0;
        padding: 0;
        margin-top: 50px;
    }
  }
