@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

:root {
    scroll-behavior: smooth;
}

body {
    font-family: 'PT Sans', sans-serif;
    background-color: #F2F3EE;
}


h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 8rem;
    font-weight: 400;
}

@media screen and (max-width:600px){
    h1{
        font-size: 5rem;
        margin-top: 1rem;
    }
}

.title-bar{
    color: rgba(255, 255, 255, 0.87);
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.815);
    text-align: center;
    padding-bottom: 5px;
}

h3 {
    font-weight: 400;
}

h4 {
    font-weight: 700;
}

h6 {
    font-weight: 700;
}

/* TITULO Y IMAGEN DEL TITULO */
.main-title {
    position: absolute;
    z-index: 1;
}

.img-container {
    width: 100%;
    height:auto;

}

.img-container img{
    object-fit: cover;
    object-position: center;

}


/* CONTAINER 1 Y COL 1 SON DEL GRID DE RECETAS */
.container1 {
    text-align: center;
    border: 2px solid rgba(0, 0, 0, 0.925);
    padding: 30px;
    margin-top: 50px;
    border-radius: 20px;
    margin-bottom: 20px;

}

.col1 {
    padding-top: 10px;
    ;
}

/* VIDEO */
.cocktail-video {
    justify-content: center;
}

/* SECCION COMMENT BOX */
.comentario textarea {
    position: relative;
    width: 100%;
    height: 8rem;
    resize: none;
}

.boton-enviar {
    display: flex;
    justify-content: end;
}

.boton-enviar :focus {
    display: none;
}

.column-flex {
    flex-direction: column;
}

.row-flex {
    flex-direction: row;
}

/* .contenido-principal-bar {

} */
.carousel-buttons{
width: 750px;
}

.carousel-item img {
    object-fit: cover;
    object-position: center;
    
}

.logo-rolling {
    filter: invert(100%);
}

.img-cerveza {
    justify-content: center;
}