* {
    margin: 0 auto;
    /* font-family: "literata", serif;
    font-style: italic; */
    font-family: Calibri;
    padding: 0px;
    text-decoration: none;
}

/*Header css*/

.headerIndex {
    background-color: rgba(154, 0, 15);
    width: 100%;
    height: 110px;
    position: sticky;
    z-index: 100;
    top: 0;
    left: 0;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    padding-top: 5px;
}

.contenedorHIndex {
    width: 98%;
}

.logoHIndex {
    height: 100px;
    width: 100px;
    background-color: rgba(255, 255, 255);
    border-radius: 50%;
    float: left;
    margin-left: 10px;
    object-fit: cover;
}

.NombreProyectoIndex {
    float: left;
    height: 100px;
    width: 100px;
    padding-left: 20px;
    color: rgba(255, 255, 255);
    line-height: 100px;
}

.menuHIndex {
    float: right;
    line-height: 100px;
}

.menuHIndex a {
    color: rgba(255, 255, 255);
    padding: 15px;
    display: inline-block;
    line-height: normal;
    font-size: 16px;
    transition: all 500ms ease;
    border-bottom: 4px solid transparent;
}

.menuHIndex .activeIndex {
    color: rgba(255, 102, 0);
    border-bottom: 4px solid rgba(255, 102, 0);
}

.menuHIndex a:hover {
    color: rgba(255, 102, 0);
    border-bottom: 4px solid rgba(255, 102, 0);
}

#btnMenu {
    display: none;
}

.btnMenuHIndex {
    float: right;
    display: none;
}

.btnMenuHIndex label {
    background-color: rgba(255, 102, 0);
    padding: 5px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    color: rgba(255, 255, 255);
    transition: all 500ms ease;
}

.a-index {
    color: #fff;
    text-decoration: none;
    padding: 0px 100px;
}

.sena {
    display: flex;
    flex-direction: row;
    border-radius: 5px;
}

.recetas {
    display: flex;
    border-radius: 5px;

}

.caja2 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 400px;
    margin-top: -20px;
    margin-bottom: -80px;
}

.logo {
    height: 800px;
    width: 1000px;
}

.caja4 {
    display: flex;
    margin-top: 50px;
    border-top: 1px solid white;
    gap: 40px;
    padding: 40px;
    text-align: center;
    justify-content: center;
    /* font-size: 15px; */
    font-size: larger;

}

.caja3,
.caja5 {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid white;
    gap: 40px;
    text-align: center;
    justify-content: center;
    background-color: #aaa;
    padding: 50px;
    /* font-size: 15px; */
    font-size: larger;

}

.tittle {
    font-size: 30px;
}

/*footer css*/

.footerIndex {
    margin-top: -50px;
    height: 150px;
    width: 100%;
    position: relative;
    background-color: rgba(217, 217, 217);
    border-top: 1px solid black;
    display: grid;
    grid-template: 150px / 110px 1fr 150px;
    align-items: center;
}

.footerIndex p {
    font-size: 25px;
    text-align: left;
    margin: 20px;
}

.logo1SenaIndex {
    height: 100px;
    width: 100px;
    margin: 10px;
}

.logo3Index {
    height: 140px;
    width: 140px;
    background-color: rgba(255, 255, 255);
    border-radius: 50%;
    object-fit: cover;
}

/*Media querys header*/

@media only screen and (min-width:320px) and (max-width:1024px) {

    .menuHIndex,
    .btnMenuH1 {
        line-height: 65px;
    }

    .logoHIndex {
        height: 65px;
        width: 65px;
    }

    .NombreProyectoIndex {
        line-height: 65px;
    }

    .headerIndex {
        height: 70px;
    }

    .menuHIndex {
        position: absolute;
        background-color: rgb(119, 0, 12);
        width: 100%;
        height: 100vh;
        top: 75px;
        left: 0;
        transition: all 500ms ease;
        transform: translateX(-100%);
    }

    #btnMenu:checked~.menuHIndex {
        transform: translateX(0);
    }

    .menuHIndex a {
        display: block;
        margin-top: 10px;
    }

    .btnMenuHIndex {
        display: block;
        padding-right: 30px;
        line-height: 60px;
    }
}

@media only screen and (min-width:0px) and (max-width:320px) {
    * {
        display: none;
    }
}

/*Media querys Footer*/

@media only screen and (min-width:320px) and (max-width:1024px) {
    .footerIndex {
        height: 80px;
        top: 50px;
        grid-template: 80px / 50px 1fr 80px;
    }

    .footerIndex p {
        font-size: 10px;
        margin: 5px;
    }

    .logo1SenaIndex {
        height: 50px;
        width: 50px;
        margin: 2px;
    }

    .logo3Index {
        height: 65px;
        width: 65px;
        margin-left: auto;
    }
}


/*Media querys ContenedorRecetario*/

@media only screen and (min-width:320px) and (max-width:1024px) {
    .contenedorIndex {
        top: 80px;
    }

}

/*Media querys Caja4*/


/* @media only screen and (min-width:320px) and (max-width:1024px) {
    .caja4 {
        top: 80px;
        grid-template: 150px 60px / 1fr 1fr 1fr;
    }

    .sena img {
        height: 100px;
        width: 100px;
        top: 10px;
    }

    .sena b {
        font-size: 15px;
    }

    .caja4 p {
        font-size: 10px;
        padding: 10px;
    }

} */

@media only screen and (min-width:320px) and (max-width:1024px) {

.caja2 {
    /* display: flex;
    align-items: center;
    justify-content: center;
    max-height: 400px;
    margin-top: -20px;
    margin-bottom: -80px; */
    height: 150px;
    max-width: 1024px;
    min-width: 320px;
    margin-top: 70px;
    /* margin-left: -10px;
    margin-right: 0px; */
    margin-bottom: 50px;
    gap: 40px;

}

.caja2 img {
    height: 450px;
    width: 350px;
    /* bottom: 70px; */
    left: -10px;
}
}

@media only screen and (min-width:320px) and (max-width:1024px) {
.caja3 {
    display: flex;
    margin-top: 50px;
    margin-bottom: 0px;
    border-top: 1px solid white;
    gap: 40px;
    text-align: center;
    justify-content: center;
    background-color: #aaa;
    padding: 70px;
    /* font-size: 15px; */
    font-size: larger;
}
}

/*Media querys Contenedor1*/

@media only screen and (min-width:320px) and (max-width:1024px) {

    .logo {
        height: 300px;
        width: 400px;
        bottom: 70px;
        left: -10px;
    }

    .caja1 p {
        padding: 10px;
        font-size: 10px;
        bottom: 130px;
    }

}

/*Media querys header*/

/* @media only screen and (min-width:320px) and (max-width:1024px) {

    .barrindex {
        line-height: 55px;
    }

    .a-index {
        position: relative;
        top: -15px;
    }

    header {
        height: 65px;
    }

    .barra-index {
        position: absolute;
        background-color: rgb(119, 0, 12);
        width: 100%;
        height: 100vh;
        top: 65px;
        left: 0;
        transition: all 500ms ease;
        transform: translateX(-100%);
    }

    .barra-index a {
        display: block;
        margin-top: 5px;
    }

}

@media only screen and (min-width:0px) and (max-width:320px) {
    * {
        display: none;
    }
} */