body {
    margin: 0 auto;
    background-color: #ffffff;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*RECETAS*/
header {
    padding-top: 15px;
    height: 100vh;
}

#logo {
    margin-left: 35px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    background-color: #f2d5d4;
}

.nav-link {
    color: #650014;
    font-style: italic;
    font-size: 20px;
    margin-right: 40px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 50px;
    background-color: #f2d5d4;
}

.nav-link:hover {
    color:#f2d5d4;
    background-color: #650014;
}

.video-header {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.video-header video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}


.banda-betular-container1 {
    overflow: hidden;
    background-color: #d28333;
    padding: 10px 0;
    white-space: nowrap;
    position: relative;
}

.banda-betular1 {
    display: flex;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
    font-size: 25px;
    font-style: italic;
    color: #f2d5d4;
}

.banda-betular1 span {
    padding: 0 40px;
    margin-right: 0;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.titulos-recetas h2{
    color: #650014;
    padding-top: 50px;
    font-size: 40px;
    text-align: left;
    margin-left: 235px;
}

.titulos-recetas hr {
    width: 30%;
    border: 1px solid #650014 ;
    margin-left: 235px;
}

.row {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
}

.rectangulo {
    width: 350px;
    height: 450px;
    background-color: #f7df8b;
    margin: 0 5px; 
    transition: border-radius 0.4s ease-in-out;
    border-radius: 0; 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; 
}

.rectangulo a{
    text-decoration: none;
}

.rectangulo:hover {
    border-radius: 200px 200px 0 0; 
}

.boton {
    position: absolute;
    bottom: 0px; 
    padding: 10px 20px;
    background-color: transparent;
    color: #b5461a;
    border: 2px solid #b5461a;
    cursor: pointer;
    font-size: 14px;
    transition: bottom 0.4s ease-out, opacity 0.4s ease-out;
    opacity: 0; 
}

.rectangulo:hover .boton {
    bottom: 20px; 
    opacity: 1;
}

.boton:hover {
    color: #f2d5d4;
    background-color: #b5461a;
}

.rectangulo:nth-child(1) {
    background: url(img/BANANA\ Y\ CARAMELO.jpg) no-repeat center center;
    background-size: cover;
}

.rectangulo:nth-child(2) {
    background: url(img/COCO\ Y\ DDL.jpg) no-repeat center center;
    background-size: cover;
}

.rectangulo:nth-child(3) {
    background: url(img/PISTACHO.jpg) no-repeat center center;
    background-size: cover;
}


.rectangulo1 {
    width: 350px;
    height: 450px;
    background-color: #f7df8b;
    margin: 0 5px; 
    transition: border-radius 0.4s ease-in-out;
    border-radius: 0; 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.rectangulo1 a{
    text-decoration: none;
}

.rectangulo1:hover {
    border-radius: 200px 200px 0 0; 
}

.boton1 {
    position: absolute;
    bottom: 0px; 
    padding: 10px 20px;
    background-color: transparent;
    color: #650014;
    border: 2px solid #650014;
    cursor: pointer;
    font-size: 14px;
    transition: bottom 0.4s ease-out, opacity 0.4s ease-out;
    opacity: 0; 
}

.rectangulo1:hover .boton1 {
    bottom: 20px; 
    opacity: 1;
}

.boton1:hover {
    color: #f2d5d4;
    background-color: #650014;
    border: #650014;
}

.rectangulo1:nth-child(1) {
    background: url(img/valentina.jpg) no-repeat center center;
    background-size: cover;
}

.rectangulo1:nth-child(2) {
    background: url(img/corazon.jpg) no-repeat center center;
    background-size: cover;
}

.rectangulo1:nth-child(3) {
    background: url(img/chocolate.jpg) no-repeat center center;
    background-size: cover;
}


.rectangulo2 {
    width: 350px;
    height: 450px;
    background-color: #f7df8b;
    margin: 0 5px; 
    transition: border-radius 0.4s ease-in-out;
    border-radius: 0; 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.rectangulo2 a{
    text-decoration: none;
}

.rectangulo2:hover {
    border-radius: 200px 200px 0 0; 
}

.boton2 {
    position: absolute;
    bottom: 0px; 
    padding: 10px 20px;
    background-color: transparent;
    color: #b5461a;
    border: 2px solid #b5461a;
    cursor: pointer;
    font-size: 14px;
    transition: bottom 0.4s ease-out, opacity 0.4s ease-out;
    opacity: 0; 
}

.rectangulo2:hover .boton2 {
    bottom: 20px; 
    opacity: 1;
}

.boton2:hover {
    color: #f2d5d4;
    background-color: #b5461a;
    border: #b5461a;
}

.rectangulo2:nth-child(1) {
    background: url(img/LIMON\ Y\ MERENGUE.jpg) no-repeat center center;
    background-size: cover;
}

.rectangulo2:nth-child(2) {
    background: url(img/PISTACHO\ Y\ FRAMBUESA.jpg) no-repeat center center;
    background-size: cover;
}

.rectangulo2:nth-child(3) {
    background: url(img/MANI\ Y\ CARAMELO.jpg) no-repeat center center;
    background-size: cover;
}

.banner-container1 {
    background-image: url(img/banner.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    margin-top: 80px;
}

.banner-container1 p {
    font-size: 40px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #650014;
    background-color: #f2d5d4;
}

.banner-container1 a {
    text-decoration: none;
    color: #650014;
    font-weight: 600;
}

#footer {
    height: 100px;
    text-align: right;
    justify-content: right;
    color: #650014;
    font-size: 25px;
    padding-top: 20px;
    padding-right: 20px;
}
