@font-face {
    font-family: 'Poppins-Black';
    src: url('../fonts/poppins/Poppins-Black.ttf');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('../fonts/poppins/Poppins-ExtraBold.ttf');
}

@font-face {
    font-family: 'Poppins-ExtraLight';
    src: url('../fonts/poppins/Poppins-ExtraLight.ttf');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/poppins/Poppins-Light.ttf');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'Poppins-Thin';
    src: url('../fonts/poppins/Poppins-Thin.ttf');
}

@font-face {
    font-family: 'GillSansMedium';
    src: url('../fonts/gillsans/GillSansMedium.otf');
}



@media only screen and (max-width: 992px) {
    .list-redes {
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }

    .border-mb {
        border-top: 1px dashed #d99c4c;
        margin-top: 10px;
    }

}

@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        display: none;
    }

    .navbar-expand-lg .navbar-collapse {
        display: none !important;
        flex-basis: auto;
    }

    .navbar>.container-fluid, .navbar>.container-sm, .navbar>.container-md, .navbar>.container-lg, .navbar>.container-xl, .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-around;
    }
}

/* fin querys */

html, body {
    overflow-x: hidden;
}

.content {
    position: relative;
    z-index: 3;
    top: -70px;
}

.content-nav {
    z-index: 10;
    position: relative;
    top: 15px;
}

.list-redes {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}

.list-redes>li>a>img {
    width: 30px;
    margin-left: 10px;
}

.btn-link {
    font-weight: 400;
    color: white !important;
    text-decoration: none;
    background-color: transparent !important;
    border: transparent !important;
}

.bg-blue {
    background-color: #173B79;
    box-shadow: inset 0 0 20px 15px midnightblue;
}

.text-lema {
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    font-size: 18px;
    color: white;
}

.text-orange {
    color: #db9e4c;
}

.img-home {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    position: relative;
}

.contenedor {
    position: relative;
    display: inline-block;
    text-align: center;
}

.texto-encima {
    position: relative;
    text-transform: uppercase;
    color: white;
    font-family: 'Poppins-Bold';
    text-align: left;
}

.texto-encima2 {

    color: white;
    font-family: 'Poppins-SemiBold';
    top: -18px;
    position: relative;
}

h1 {
    font-size: 6rem;
}

.text-h1 {
    display: grid;
    line-height: 0.85;
}

.img-store {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-store>div>a>img {
    width: 95%;
}

.box1 {
    width: 130px;
    text-align: left;
}

.box2 {
    width: 130px;
    text-align: right;
}

.text-descarga {
    font-family: 'Poppins-Light';
    text-align: center;
    letter-spacing: 3px;
}

.cabecera-text {
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    top: -350px;
    align-items: end;
}

.cabecera-text-nosotros {
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: flex-start;
    top: -250px;
    align-items: center;
    margin-left: 200px;
}

.nav-link {
    color: white !important;
    text-align: center;
    font-family: 'Poppins-Light';
}

.nav-link:active {
    color: white !important;
    text-align: center;
    font-family: 'Poppins-Bold' !important;
    background: dimgrey !important;
}

.caja1 {
    background: #db9e4c;
    width: 100%;
    height: 125px;
    box-shadow: inset 0 0 40px 35px #f1cd0587;
    position: absolute;
    z-index: 1;
}

.caja1-cabecera {
    background: #db9e4c;
    width: 100%;
    height: 220px;
    box-shadow: inset 0 0 40px 35px #f1cd0587;
    position: absolute;
    z-index: 1;
}

.caja2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
    position: relative;
}

.caja2-cabecera {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
    position: relative;
    top: 90px;
}

.div-menu>a {
    text-decoration: none;
    color: #0a0a0a;
}

.caja3 {
    background: #E2A923;
    width: 100%;
    height: 60px;
    margin-top: -40px;
    position: absolute;
    z-index: 1;
}

.caja3-cabecera {
    background: #E2A923;
    width: 100%;
    height: 60px;
    margin-top: 50px;
    position: absolute;
    z-index: 1;
}

.section-img {
    /* height: 50%; */
    height: 500px;
    width: 100vw;
    object-fit: contain;
    background-size: cover;
}

.footer .nav-item {
    font-family: 'Poppins-Medium';
    color: white;
    font-size: 12px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-foot {
    width: 100px;
    margin-bottom: -10px;
}

.text-term {
    font-size: 11px;
    margin-bottom: -10px;
}

.img-menu {
    width: 100px;
}

.div-menu {
    width: 15%;
    padding-top: 25px;
    font-family: 'Poppins-Bold';
    font-size: 13px;
}

.section-btn-book {
    height: 50px;
    background: #182573;
    color: white;
    position: relative;
    z-index: 2;
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;

}

.text-ml {
    margin-left: 20px;
    font-family: 'Poppins-Bold';
    font-size: 18px;
}

.img-receta {
    width: 100%;
}

.text-content {
    color: #182573;
    font-size: 20px;
    font-family: 'Poppins-Bold';
    margin-top: 20px;
    margin-top: 20px;
    width: 70%;
}

.parrafo-content {
    line-height: 1.3;
    font-size: 14px;
    font-family: 'Poppins-Light';
    text-align: justify;
}

.box-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.box-3 {
    width: 100%;
    /* height: 100vh; */
}

.box-4 {
    width: 90%;
    margin-right: 5%;
}

.btn-blue-libro {
    background: #173979;
    border-radius: 20px;
    width: 70%;
    font-size: 12px;
    text-align: left;
    color: white !important;
    font-family: 'Poppins-Bold';
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px;
    padding-left: 10px;
}

.btn-blue {
    background: #173979;
    border-radius: 20px;
    width: 70%;
    font-size: 12px;
    text-align: left;
    color: white !important;
    font-family: 'Poppins-Bold';
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px;
    padding-left: 10px;
}

.btn-blue-send {
    background: #173979;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    color: white !important;
    font-family: 'Poppins-Bold';
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

.navbar-light .navbar-toggler {
    color: white;
    border-color: white;
}

.font-title {
    font-family: 'Poppins-Bold';
}

.img-msj {
    width: 30px;
}

.div-nosotros {
    width: 100%;
    height: 55vh;
    margin-top: 110px;
}

.div-nosotros>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-product {
    width: 60%;
    margin-bottom: 20px
}

/* ----- */

.input-wrapper {
    position: relative;
    width: 100%;
}

.input {
    box-sizing: border-box;
    color: #191919;
    padding: 10px 10px 10px 35px;
    width: 100%;
    border-radius: 30px;
    background: #F5F0E3;
    border: none !important;
}


.input-icon {
    color: #DEA14C;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}



/* -- */

/* .carousel */
.box-img-carousel {
    width: 100%;
    background-color: #e5e2e2;
    height: 150px;
}

.box-img-carousel>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col-img {
    padding: 0 !important;
    margin: 0 !important;
}

.titulo-receta {
    text-align: center;
    font-family: 'Poppins-Bold';
    width: 100%;
    text-transform: uppercase;

}

.carousel-rounded {
    width: 160px;
    background: #d3d5d7;
    height: 160px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #DDDFE6;
}


.col-redonda {
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
}

.carousel .carousel-control-prev {
    position: absolute;
    left: -10%;
    z-index: 1;
    color: #0a0a0a !important;
    font-weight: bold;
}

.carousel .carousel-control-next {
    position: absolute;
    right: -10%;
    z-index: 1;
    color: #0a0a0a !important;
    font-weight: bold;
}

.section-productos {
    /* padding: 0 40px 0 40px; */
    width: 80%;
    margin-left: 10%;
}

.carousel-rounded>img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}



.div-text-receta {
    z-index: 3;
    position: relative;
}



.text-receta {
    position: absolute;
    /* z-index: 2; */
    /* top: -80px; */
    color: white;
    text-transform: uppercase;
    width: 90%;
    margin: 0 auto;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-wrap: break-word;
    font-family: 'Poppins-ExtraBold';
    font-size: 20px;
    line-height: 1;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.caja-img {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    height: 90%;
}

.caja-img>img {
    object-fit: fill;
    width: 100%;
    height: 100%;
}

/* fin */

/* modal fotos de la abuela */


.img-fluid {
    max-width: 100%;
    height: 400px;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    background: #00008b36;
    border-radius: 10px;
}

.modal-content-fotos {
    background: #173979;
    height: auto !important;
}

/* fin */

/* modal */


.modal-content {
    background: #173979;
    height: 90vh;
}

.modal-content .modal-body>img {
    height: 75vh;
    margin-top: 15px;
    width: 80%;
    object-fit: fill;
    margin-left: 10%;
    border-radius: 10px;
}



.div-detalle-receta {
    margin-top: 6.5rem;
    height: 300px;
}

.div-detalle-receta>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.text-video {
    font-family: 'Poppins-Bold';
    font-size: 13px;
    text-transform: uppercase;
}

.flex-redes {
    display: flex;
    justify-content: end;
    align-items: center;
}

.parrafo-compartir {
    font-size: 11px;
    color: gray;
    margin-right: 20px;
    font-family: 'Poppins-Medium';
    text-transform: uppercase;
}

.parrafo-compartir-mb {
    font-size: 20px;
    color: white;
    font-family: 'Poppins-Medium';
    text-transform: uppercase;

}

.parrafo-compartir>span {
    color: #173B79;
    font-family: 'Poppins-Medium';
}

.box-img-redes {
    margin-right: 10px;
}

.mt-btn {
    margin-top: 20px;
}

.img-share {
    width: 40px;
}

.img-share-mb {
    width: 80px;
}

.modal-content-mb {
    background: #173979;
    height: 45vh;
}

.btn-compartir {
    background-color: #d99c4c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    float: right;
    margin-right: 40px;
    margin-top: 15px;
}

.btn-compartir>a>img {

    width: 25px !important;
    height: 25px !important;
}

.text-blue {
    color: #173979;
    font-size: 25px;
    font-family: 'Poppins-Medium';
    line-height: 1.2;
}

.text-blue-form {
    color: #173979;
    font-size: 18px;
    font-family: 'Poppins-Medium';
    line-height: 1.2;
}


.img-linea {
    height: 40px;
}

.row-detalle-receta {
    display: flex;
    justify-content: normal;
    align-items: center;
}

.text-tiempo {
    color: #d99c4c;
    font-size: 16px;
    font-family: 'Poppins-Medium';

}

.text-detalle {
    color: #173979;
    font-size: 13px;
    text-transform: capitalize;
    font-family: 'Poppins-Medium';
}

.parrafo-compra {
    color: #173979;
    font-size: 16px;
    font-family: 'Poppins-Bold';


}

.parrafo-servicio {
    color: #173979;
    font-size: 14px;
    font-family: 'Poppins-Medium';

}

.texto-blue {
    color: #173979;
    font-size: 18px;
    font-family: 'Poppins-Bold';
    padding-top: 10px;
    margin: 0;
    margin-left: 15px;
}

.back-ingredientes>div>ul>li {
    color: #5b5b5b;
    font-size: 12px;
    font-family: 'Poppins-Medium';

}

.tips {
    color: #5b5b5b;
    font-size: 12px;
    font-family: 'Poppins-Medium';
    margin-left: 15px;
    margin-right: 10px;
}

.hr-separador {
    color: #d99c4c;
    margin-right: 20px;
    margin: 8px;
    width: 50%;
}

.parrafo-cat {
    color: #d99c4c;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Poppins-Bold';
}

.back-ingredientes {
    background: #e9eaf0;
    padding-bottom: 20px;
}

.ul-ingredientes {
    list-style: none;
    padding-left: 14px;

}

.producto-usado {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    margin-top: 20px;
    margin-right: 20px;
}

.producto-usado>img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;

}

.caja-productos {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.text-distribuido {
    font-family: 'Poppins-Bold';
}

.parrafo-dir {
    font-family: 'Poppins-Light';
}

.parrafo-contacto {
    font-family: 'Poppins-Bold';
    color: #d99c4c;
    font-size: 18px;
    text-transform: uppercase;
}

.parrafo-gracias {
    font-family: 'Poppins-Bold';
    color: #d99c4c;
    font-size: 25px;
    text-transform: uppercase;
}

.parrafo-gracias2 {
    font-family: 'Poppins-Bold';
    color: #d99c4c;
    font-size: 25px;
    text-transform: uppercase;
}

.parrafo-invitacion {
    font-family: 'Poppins-Medium';
    color: #d99c4c;
    font-size: 18px;
    text-transform: uppercase;
}

.input-form {
    width: 100%;
    outline: none;
    border: 0;
}

.box-contacto {
    border-bottom: dashed #E5E5E5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.col-form-label {
    color: #E5E5E5;
    font-family: 'Poppins-Bold';
}

.form-check-label {
    color: #173979;
    font-family: 'Poppins-Bold';
    font-size: 12px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu.png) !important;
}

.navbar-light .navbar-toggler {
    color: white;
    border-color: transparent !important;
}

.navbar-light .navbar-toggler {
    color: white;
    border-color: transparent !important;
    float: right;
}

/* inicio querys */

@media only screen and (max-width: 1243px) {
    h1 {
        font-size: 6rem;
    }

    .cabecera-text {
        z-index: 2;
        position: relative;
        display: flex;
        justify-content: space-evenly;
        top: -350px;
        align-items: end;
    }
}

@media only screen and (max-width: 1143px) {
    h1 {
        font-size: 4.5rem;
    }

    .cabecera-text {
        z-index: 2;
        position: relative;
        display: flex;
        justify-content: space-evenly;
        top: -300px;
        align-items: end;
    }
}

@media only screen and (max-width: 1010px) {
    h1 {
        font-size: 5rem;
    }

    .cabecera-text {
        z-index: 2;
        position: relative;
        display: flex;
        justify-content: space-evenly;
        top: -390px;
        align-items: end;
    }

    .content {
        position: relative;
        z-index: 3;
        /* top: 0px; */
    }

    .content-nav {
        z-index: 10;
        position: relative;
        top: 0px;
    }
}

@media only screen and (max-width: 990px) {
    .div-detalle-receta {
        margin-top: 0rem;
        height: 300px;
    }


    .section-menu {
        display: none;
    }

    .section-btn-book {
        height: 50px;
        background: #182573;
        color: white;
        position: relative;
        z-index: 2;
        margin-top: 0px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;

    }

    .box-content {
        display: block;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .box-4 {
        width: 90%;
        margin-left: 5%;
        margin-top: -80px;
    }

    .text-content {
        color: #182573;
        font-size: 20px;
        font-family: 'Poppins-Bold';
        /* margin-top: 20px; */
        /* margin-top: 20px; */
        width: 100%;
        text-align: center;
    }

    .btn-blue {
        background: #173979;
        border-radius: 20px;
        width: 70%;
        font-size: 12px;
        text-align: left;
        color: white;
        font-family: 'Poppins-Bold';
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2px;
        padding-left: 10px;
        margin-bottom: 20px;
        margin-left: 15%;
    }


    .parrafo-content-mb {
        line-height: 1.3;
        font-size: 14px;
        font-family: 'Poppins-Light';
        text-align: center;
    }

    .div-nosotros {
        width: 100%;
        height: 45vh;
        margin-top: 70px;
    }

    .cabecera-text-nosotros {
        z-index: 2;
        position: relative;
        display: flex;
        justify-content: center;
        top: -220px;
        align-items: center;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 880px) {
    h1 {
        font-size: 4.2rem;
    }

    .cabecera-text {
        z-index: 2;
        position: relative;
        display: flex;
        justify-content: space-evenly;
        top: -350px;
        align-items: end;
    }

    .carousel-rounded {
        width: 120px;
        background: #d3d5d7;
        height: 120px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) {
    .mt-logo {
        margin-top: 10%;
    }

    .img-msj {
        width: 30px;
        margin-left: 20px;
    }

}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 4rem;
    }

    .modal-content {
        background: #173979;
        height: 65vh;
    }

    .modal-content .modal-body>img {
        height: 55vh;
        margin-top: 15px;
        width: 80%;
        object-fit: fill;
        margin-left: 10%;
        border-radius: 10px;
    }

    .caja-productos {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hr-separador {
        color: #d99c4c;
        margin-right: 20px;
        margin: 8px;
        width: 90%;
        margin-left: 5%;
    }

    .parrafo-compra {
        color: #173979;
        font-size: 15px;
        font-family: 'Poppins-Bold';


    }

    .parrafo-servicio {
        color: #173979;
        font-size: 13px;
        font-family: 'Poppins-Medium';

    }

    .flex-redes {
        display: none;
    }

    .img-share {
        width: 20px;
    }

    .parrafo-compartir {
        display: none;
    }

    .cabecera-text {
        z-index: 2;
        position: relative;
        display: flex;
        justify-content: space-evenly;
        top: -350px;
        align-items: end;
    }

    .content {
        position: relative;
        z-index: 3;
        top: 0px;
    }

    .content-nav {
        z-index: 10;
        position: relative;
        top: 0px;
    }

    .text-lema {
        text-transform: uppercase;
        font-family: 'Poppins-SemiBold';
        font-size: 14px;
        color: white;
    }

    .box1 {
        width: 80px;
        text-align: left;
    }

    .box2 {
        width: 80px;
        text-align: right;
    }

    .texto-encima2 {
        color: white;
        font-family: 'Poppins-SemiBold';
        top: -18px;
        position: relative;
        font-size: 12px;
    }

    .text-descarga {
        font-family: 'Poppins-Light';
        text-align: center;
        font-size: 10px;
    }

    .row-mb {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: nowrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5);
    }

    .div-nosotros {
        width: 100%;
        height: 45vh;
        margin-top: 0px;
    }

    .text-receta {
        position: absolute;
        /* z-index: 2; */
        /* top: -80px; */
        color: white;
        text-transform: uppercase;
        width: 90%;
        margin: 0 auto;
        /* text-align: center; */
        display: flex;
        justify-content: center;
        align-items: center;
        overflow-wrap: break-word;
        font-family: 'Poppins-ExtraBold';
        font-size: 30px;
        line-height: 1;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 668px) {
    h1 {
        font-size: 3.8rem;
    }

    .cabecera-text {
        z-index: 2;
        position: relative;
        display: flex;
        justify-content: space-evenly;
        top: -350px;
        align-items: end;
    }
}

@media only screen and (max-width: 590px) {
    h1 {
        font-size: 3.8rem;
    }

    .carousel-rounded{
        width: 100px;
        height: 100px;
    }

    .cabecera-text {
        z-index: 2;
        position: relative;
        display: flex;
        justify-content: space-evenly;
        top: -350px;
        align-items: end;
    }

    .btn-blue-libro {
        background: #173979;
        border-radius: 20px;
        width: 80%;
        font-size: 12px;
        text-align: left;
        color: white !important;
        font-family: 'Poppins-Bold';
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2px;
        padding-left: 10px;
        margin-left: 10%;
    }

    .btn-blue {
        background: #173979;
        border-radius: 20px;
        width: 100%;
        font-size: 10px;
        text-align: left;
        color: white;
        font-family: 'Poppins-Bold';
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2px;
        padding-left: 10px;
        margin-bottom: 20px;

    }

    .text-ml {
        margin-left: 20px;
        font-family: 'Poppins-Bold';
        font-size: 13px;
    }

    .img-msj {
        width: 20px;
    }

}

@media only screen and (max-width: 520px) {
    .carousel-rounded {
        width: 75px;
        background: #d3d5d7;
        height: 75px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .row-carousel {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: nowrap !important;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 414px) {

    .ancla-logo>img {
        width: 40px !important;
    }
    h1 {
        font-size: 3.5rem;
    }

    .nav-link {
        color: white !important;
        text-align: center;
        font-family: 'Poppins-Light';
        font-size: 12px;
    }

    .text-lema {
        text-transform: uppercase;
        font-family: 'Poppins-SemiBold';
        font-size: 12px;
        color: white;
    }

    .text-h1 {
        display: flex;
        line-height: 1;
        width: 90%;
        margin-left: 5%;
        flex-wrap: wrap;
        text-align: center !important;
        text-transform: inherit;
        justify-content: space-evenly;
    }

    .cabecera-text {
        z-index: 2;
        position: relative;
        display: flex;
        justify-content: center;
        top: -400px;
        align-items: center;
        flex-direction: column;
        width: 90%;
        flex-wrap: wrap;
        margin-left: 5%;
        /* text-align: center; */
        align-self: center;
    }

    .texto-encima2 {
        color: white;
        font-family: 'Poppins-SemiBold';
        top: 30px;
        position: relative;
        font-size: 15px;
    }

    .text-descarga {
        font-family: 'Poppins-Light';
        text-align: center;
        font-size: 14px;
    }

    .box1 {
        width: 100px;
        text-align: left;
    }

    .box2 {
        width: 100px;
        text-align: right;
    }
}

@media only screen and (max-width: 320px) {

    .carousel-rounded {
        width: 30px;
        background: #d3d5d7;
        height: 30px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .col-redonda {
        display: flex;
        justify-content: center;
        margin: 0px;
        padding: 0px;
    }

}

@media only screen and (max-width: 330px) {
    .text-lema {
        text-transform: uppercase;
        font-family: 'Poppins-SemiBold';
        font-size: 11px;
        color: white;
    }

    .navbar-toggler {
        padding: 3px 5px 3px 5px !important;
        font-size: 1rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        transition: box-shadow 0.15s ease-in-out;
    }

    .list-redes>li>img {
        width: 22px;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 298px) {
    .text-lema {
        text-transform: uppercase;
        font-family: 'Poppins-SemiBold';
        font-size: 11px;
        color: white;
    }

    .navbar-toggler {
        padding: 3px !important;
        font-size: 0.8rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        transition: box-shadow 0.15s ease-in-out;
    }
}

@media only screen and (max-width: 280px) {
    .text-lema {
        text-transform: uppercase;
        font-family: 'Poppins-SemiBold';
        font-size: 10px;
        color: white;
    }

    h1 {
        font-size: 3rem;
    }

    .navbar-toggler {
        padding: 3px !important;
        font-size: 0.6rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        transition: box-shadow 0.15s ease-in-out;
    }

    .text-ml {
        margin-left: 10px;
        font-family: 'Poppins-Bold';
        font-size: 12px;
    }

    .text-content {
        color: #182573;
        font-size: 20px;
        font-family: 'Poppins-Bold';
        margin-top: 20px;
        margin-top: 70px;
        width: 100%;
        text-align: center;
    }

    .btn-blue {
        background: #173979;
        border-radius: 20px;
        width: 90%;
        font-size: 10px;
        text-align: left;
        color: white;
        font-family: 'Poppins-Bold';
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2px;
        padding-left: 10px;
        margin-bottom: 20px;
        margin-left: 5%;
    }
}

@media only screen and (min-width: 1500px) {
    .text-ml {
        font-size: 25px;
    }

    .div-menu {
        font-size: 18px;
    }

    .text-lema {
        text-transform: uppercase;
        font-family: 'Poppins-SemiBold';
        font-size: 20px;
        color: white;
    }

    h1 {
        font-size: 5.5rem;
    }

    .texto-encima2 {
        font-size: 20px;
    }

    .text-content {
        color: #182573;
        font-size: 30px;
        font-family: 'Poppins-Bold';
        margin-top: 5px;
        width: 100%;
        text-align: lef;
    }

    .parrafo-content {
        font-size: 18px;
    }

    .btn-blue-libro {
        font-size: 18px;
    }

    h3 {
        font-size: 2rm;
    }

    .modal-dialog {
        max-width: 800px;
    }

    .carousel-rounded {
        height: 150px;
        width: 150px;
    }

    .cabecera-text-nosotros {
        top: -300px;
    }

    .text-receta {
        font-size: 25px;
    }

    .text-blue {
        font-size: 30px;
    }

    .texto-blue {
        font-size: 20px;
    }

    .parrafo-compra {
        font-size: 21px;
    }

    .parrafo-servicio {
        font-size: 19px;
    }

    .back-ingredientes>div>ul>li {
        font-size: 15px;
    }

    .tips {
        font-size: 15px;
    }

    .text-video {
        font-size: 18px;
    }

    .parrafo-contacto {
        font-size: 25px;
    }

    .col-form-label {
        font-size: 20px;
    }

    .form-check-label {
        font-size: 16px;
    }

    .btn-blue-send {
        font-size: 18px;
    }

    .btn-blue-libro {
        padding: 5px;
        padding-left: 20px;
    }
}

/* fin querys */


.border-bottom {
    border-bottom: 1px dashed #d99c4c !important;
}

.card-list {
    margin-top: 5px;
    font-family: 'Poppins-Medium';
    font-size: 13px;
    padding: 5px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #191f71;
    border-color: #191f71;

}

.box-video {
    width: 100%;
    height: 100%;
}

.box-video>iframe {
    width: 100%;
    height: 100%;
}

.btn .btn-light {
    font-family: 'Poppins-Medium';
}

.ancla-logo>img {
    width: 70px;
}
.ancla-logo-mb {
    text-decoration: none !important;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.2em !important;
    height: 1.2em !important;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.parrafo-receta {
    font-family: 'Poppins-Light';
    text-align: center;
    font-size: 14px;
    text-transform: initial;
    color: #a0a2a3;
    line-height: 1;
}


ol>li {
    color: #5b5b5b;
    font-size: 12px;
    font-family: 'Poppins-Medium';
}