/*
*
* Dispositive bar
*
*/
.dispotive {
    position: absolute;
    position: fixed;
    z-index: 9999;
}

@media (min-width: 576px) {
    .dispotive {
        border-top: 7px solid #ffa41c;
        width: 100%;
    }

    .dispotive::before {
        content: "sm / andscape phones, 576px and up";
        position: absolute;

        background-color: #ffa41c;
        padding: 10px;
        border-radius: 0 0 20px 20px;
        left: calc(50% - 80px);

    }

}

@media (min-width: 768px) {
    .dispotive {
        border-top: 7px solid #ff1c1c;
        width: 100%;
    }

    .dispotive::before {
        content: "md / tablets, 768px and up";
        position: absolute;
        background-color: #ff1c1c;
        padding: 10px;
        border-radius: 0 0 20px 20px;
        left: calc(50% - 50px);
    }

}

@media (min-width: 992px) {
    .dispotive {
        border-top: 7px solid #fffb1c;
        width: 100%;
    }

    .dispotive::before {
        content: "lg / desktops, 992px and up";
        position: relative;
        background-color: #fffb1c;
        padding: 10px;
        border-radius: 0 0 20px 20px;
        left: calc(50% - 50px);

    }
}


@media (min-width: 1200px) {

    .dispotive {
        border-top: 7px solid #ED5AB3;
        width: 100%;
    }

    .dispotive::before {
        content: "xl / large desktops, 1200px and up";
        position: relative;
        background-color: #ED5AB3;
        padding: 10px;
        border-radius: 0 0 20px 20px;
        left: calc(50% - 50px);

    }
}


@media (min-width: 1400px) {
    .dispotive {
        border-top: 7px solid #77ed5a;
        width: 100%;
    }

    .dispotive::before {
        content: "xxl / larger desktops, 1400px and up ";
        position: relative;
        /* margin: 0 auto; */
        /* display: block; */
        background-color: #77ed5a;
        padding: 10px;
        border-radius: 0 0 20px 20px;
        left: calc(50% - 50px);

    }
}



a
{
    text-decoration: none;    
    color: #000000;

}
ul
{
    list-style: none;
}
.corenav-bar-primary
{
    background-color: #B7FF00;
    padding: 10px;
    font-size: 20px;
}
.corenav-bar-primary a
{

    color: #000000;
}
.corenav-social
{    

    display: flex;
    gap: 4rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    
}
.corenav-logo
{
    position: absolute;
    top: -30px;
    /* left: 50%; */
    left: 42%;
    z-index: 10;
}
.corenav-logo img
{
    height: 180px !important;
}
.menu-item a
{
    color: #fff;
}


@media (max-width: 982px) {
    .corenav-logo img
    {
        display: none;
    }
}

.navbar-right ul
{
    gap: 2rem;
}
.navbar-right ul 
{
    gap: 2rem;
}

/* planes */

.corefit-planes-content
{
    /* display: flex;    
    flex-direction: row;    
    align-content: center;
    justify-content: center;
    align-items: center; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Espaciado entre elementos */
    
}

.corefit-planes-service {
    flex: 1 1 calc(33.333% - 20px); /* Ocupa un tercio del ancho con espacio entre cajas */
    /* background-color: #f4f4f4;  */
    /* border: 1px solid #ddd; */
    /* border-radius: 8px;  */
    padding: 20px; /* Espaciado interno */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra */
    position: relative;
}

/* Contenido interno de las cajas */
/* .corefit-info-content h5 {
    font-size: 18px;
    margin-bottom: 10px;
} */

/* .corefit-info-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
} */

/* .corefit-info-content p {
    font-size: 16px;
    line-height: 1.5;
} */

/* Ajuste responsivo */
@media (max-width: 768px) {
    .corefit-planes-service {
        flex: 1 1 calc(50% - 20px); /* Ocupa la mitad del ancho */
    }
}

@media (max-width: 480px) {
    .corefit-planes-service {
        flex: 1 1 100%; /* Ocupa el 100% del ancho */
    }
}



.corefit-natural
{
    /* background-image: url(../img/suplement.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;    
    height: 450px;
    display: flex;
    align-items: flex-end;
    padding: 3rem;

}
.corefit-info-content
{
        width: 300px;
}        
.corefit-quimica
{
    background-image: url(../img/quimica.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;    
    height: 450px;
    display: flex;
    align-items: flex-end;
    padding: 3rem;
    /* width: 100%;
    height: 450px;    
    height: 450px;
    display: flex;
    align-items: flex-end;
    padding: 3rem; */
}
.corefit-dietas
{
    background-image: url(../img/dietas.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;    
    height: 450px;
    display: flex;
    align-items: flex-end;
    padding: 3rem;
}




.corefit-quimica .corefit-info-content
{
    /* width: 300px; */
    color: white;
}

.corefit-dietas .corefit-info-content
{
    /* width: 300px; */
    color: white;
}

/* seccion productos */

.suplementacion
{
    /* padding-top: 5rem; */
    background-color: #222224;
    background-image: url(../img/suplementacion.png);
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
    width: 100%;
    /* height: 450px;     */
    /* height: 450px; */
    /* display: flex; */
    /* align-items: flex-end; */
    /* padding: 3rem; */
    /* height: 95vh; */
}

.nav-link
{
    color: #fff !important;
    padding: 2rem;
}
.nav-link.active
{
    background-color: #D30665 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 5px;
    /* padding: 5px 10px; */
}
.nav-link:hover
{
    /* background-color: #D30665 !important; */
    /* border: none !important; */
    color: #fff !important;
    /* border-radius: 5px; */
    /* padding: 5px 10px; */
}
.sn-card
{
    align-items: center;
    transition: 1.5s;
}
.sn-card:hover
{
    /* background-color: #D30665 !important; */
    /* background-color: #c6f701ef !important; */
    /* border: none !important; */
    /* color: #fff !important; */
    /* border-radius: 5px; */
    /* padding: 5px 10px; */
    transition: 0.5s;
    box-shadow: 5px 5px 5px 5px #c6f701ef;
}

.sn-card img
{
    padding-top: 3rem;
    padding-bottom: 1rem;
    width: 30%;
}

/* entrenamieto personalizado */

.corefit-ep-content
{
    background-image: url(../img/ep2.jpg);
    background-size: cover;
    background-position: center;
    /* background-repeat: no-repeat; */
    /* width: 100%; */
    min-height: 320px;    
    /* height: 450px; */
    /* display: flex; */

    /* align-items: flex-end; */
    padding: 1rem;
}

.corefit-service-content
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* flex-wrap: wrap; */

}
.corefit-service-content a
{
    width: 100%;
}
.corefit-planes-alimenticios-content
{
    width: 100%;
}
.corefit-planes-alimenticios-content img
{
    width: 100%;
    height: 480px;

}
.corefit-asesoria-quimica-content
{
    width: 100%;
}
.corefit-asesoria-quimica-content img
{
    width: 100%;
    height: 480px;
}

@media (max-width: 768px) {
    .corefit-service-content {
        flex-direction: column;
    }
    .corefit-planes-alimenticios-content img
{
 
    height: 100%;

}
.corefit-asesoria-quimica-content img
{
    
    height: 100%;
}

}



.corefit-contact-content
{
    background-image:   url(../img/form.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 450px; */
    /* height: 450px;     */
    /* height: 450px; */
    /* display: flex; */
    /* align-items: flex-end; */
    /* padding: 3rem; */
}
.corefit-contact-form
{
    /* padding: 10rem 0rem; */
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.corefit-btn-primary
{
    background-color: #D30665 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 5px;
    padding: 15px 40px;
    transition: 1s;

}
.corefit-btn-primary:hover
{
    background-color: #b3fa00 !important;
    border: none !important;
    color: black !important;
    border-radius: 5px;
    padding: 15px 40px;
    transition: 0.5s;
}

.corefit-carousel-btn-content
{
    position: absolute;
    top: 60%;
    right: 15%;
}
.corefit-text-white
{
    color: white !important;
}

.corefit-footer{
    background-color: black;
    color: white;
    padding: 1rem;
}

.corefit-footer-logo
{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.corefit-footer ul{
    /* height: 100%; */
    display: flex
;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.corefit-footer a
{
    color: white;
}
.corefit-footer-social-icons
{
    display: flex;
    flex-direction: row !important;
    gap: 2rem;
    /* align-content: center; */
    justify-content: flex-start ! important;
    /* align-items: center; */
    width: 100%;
    padding-top: 3rem;
}
.footer-copyright 
{
    background-color: chartreuse;
    color: black;
    padding: 1rem;

}
.corefit-footer-menu
{
    padding-top: 3rem;
}
.corefit-footer-info
{
    padding-top: 3rem;
}