* {
    padding: 0;
    margin: 0;
}

.navegador{
    position: sticky;
    top:0.1px;
    z-index: 1000;
    padding: 0;
    margin: 0;
    height: 50px;
    width: 100%;
}

body {
    display: flex;
    flex-direction: column;
    font-family: "poppins", sans-serif;
}

.cuotas {
    background-color: black;
    padding: 8px;
    font-size: 15px;
}

a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 0.8em;
    padding: 0 10px;
}

header {
    display: flex;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
    position: relative;
}

.insta {
    padding: 15px 30px 60px 30px;
}

.logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_principal{
    width: 80px;
}

.datos {
    padding: 18px;
    height: 100%;
    display: flex;
    position: absolute;
    right: 0;
    top: 40px;
    i{
        padding: 5px;
        font-size: 15px;
    }

}

.carusel_shark {
    margin: 1em 5em ;
    object-fit: cover;
}

.gif {
    width: 100%;
}

@media (max-width:1000px){
    ul{
        display: none;
    }
    header {
        justify-content: center;
    }
    .carusel_shark {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .panel{
        img{
            width: 100%;
        }
    }
}

.lista{
    font-size: 15px;
    padding: 0;
    font-weight: 500;
}

.lupa {
    background-color: #000;
    color: #fff;
    border:1px solid #ffffff;
    width: 40px;
}

.buscar{
    width: 400px;
    border: none;
    background-color: #0000001a;
}

.buscar::placeholder{
    color: #27272762;
    font-size: 15px;
}

.lupa:hover {
    background-color: #fff;
    color: #000;
    border:1px solid #000;
}

.panel1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 40px 0;
}

.panel {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 90%;
    object-fit: cover;
    background-color: #1d1b1b;
    img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

main {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    justify-content: center;
}

.contenedor_todo {
    background-color: aquamarine;
    width:87%;
    display: flex;
}

.productos_destacados {
    background-color: rgb(255, 255, 255);
    width: 100%;
    h2 {
        font-size: 22px;
        font-weight: 700;
        padding: 10px 8px;
    }
}

@media (max-width:1150px){
    .contenedor_remeras{
        display: flex;
        flex-direction: column;
    }
}

.contenedor_remeras {
    display: flex;
    background-color: rgb(255, 255, 255);
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.remeraytexto {
    display: flex;
    flex-direction: column;
    padding:  0 10px;
    width: 100%;
    height: 100%;
}

.remera {
    width: 100%;
    display: flex;
    flex-direction: column;
    img {
        width: 100%;
    }
}


.texto {
    background-color: rgb(98% 98% 98%);
    box-shadow: rgb(0% 0% 0% / 0.05) 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    h2 {
        font-size: 14px;
        font-weight: 450;
        text-align: start;
        margin: 0 0 16px 0;
        padding: 30px 0 0 0;
    }
    h3 {
        font-size: 15px;  
        padding: 10px 0;
        font-weight: 400;
        margin: 0 0 30px 0;  
    }
    p{
        font-size: 12px;
        text-align: center;
        font-weight: 200;
        margin: 0;
        strong{
            font-weight: 700;
        }
    }
}

.contenido_texto{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: start;
    align-items: start;
    padding: 0 0 0 30px;
}


.boton_producto {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
}


button {
        padding: 14px 24px;
        border: 1px rgba(0, 0, 0, 0.062) solid;
        font-size: 10px;
        border-width: 0.1px;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 12px;
        background-color: rgb(98% 98% 98%);
        transition: 0.3s;
        height: 100%;
        width: 100%;
        border-bottom: 3px solid black;
        i {
            display:inline-block;
            font-size: 13.3333px;
            letter-spacing:1px;
            line-height:9.99998px;
            margin:0px 4px 0px 0px;
            text-align:center;
            text-transform: uppercase;
            transition: 0.3s;
        }
}



button:hover {
    color: #000000ab;
    i{
        color: #000000ab;
    } 
}

.contenido_botones{
    padding: 0;
    margin: 0;
    background-color: #272727;
    border: none;
    width: auto;
    display: flex;
}

.ver {
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: #000;
    height: 50px;
    width: 300px;
    font-size: 12px;
    font-weight: 700;
    transition: 0.6s;
    border-style:solid ;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ver:hover {
    background-color: #272727;
    color: rgb(98%, 98%, 98%);
    border: #272727 ;
}

.creatine_boy {
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
    img{
        width: 88%;
        height: 100%;
        object-fit: cover;
    }
}

section{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 70px 0 0 0;
}

.gif_final{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 10px 0 0 0;
    img{
        object-fit: cover;
        width: 50%;
    }
}

footer{
    background-color: #000c;
    height: 90vh;
    position: relative;
    display: flex;
    width: 100%;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70%;
}

.contenedor1{
    display: flex;
    flex-direction: column;
    width: 230px;
    height: 400px;
    font-size: 23px;
    a{
        color: #fff;
    }

}

.contenedor2{
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 230px;
    height: 400px;
    li{
        padding: 8px;
        list-style: none;
    }
    a{
        color: #fff;
        font-size: 14px;
    }
}

.contenedor3{
    display: flex;
    flex-direction: column;
    align-items: start;
    color: #fff;
    width: 350px;
    padding: 150px 0 0 0;
    h3{
        font-size: 22px;
        font-weight: 700;
    }
    p{
        font-size: 13px;
        font-weight: 600;
    }
}

.contact{
    width: 100%;
    h4{
        padding: 0 0 10px;
        font-size: 20px;
        font-weight: 700;
    }
    a{
        padding: 0 ;
        font-size: 14px;
        color: #fff;
    }
    ul{
        padding: 40px 0;
        font-size: 14px;
        margin:0px 0px 14px
    }
    li{
        padding: 10px 0;
        list-style: none;
    }
}

.mb-3{
    input{
        border: none;
        background-color: #ffffff1a;
        color: #000;
        border-radius: none;
        width: 350px;
        border-radius: 0%;
    }
    input::placeholder {
        color: rgba(255, 255, 255, 0.479); /* Cambiá este color por el que prefieras */
        opacity: 1; /* Asegura que el color sea sólido */
    }   
    .boton{
        align-items:flex-start;
        background-color:rgb(0% 0% 0%);
        background-position:0px 0px;
        border-color:rgb(0% 0% 0%);
        border-style:solid;
        border-width:2px;
        color:rgb(100% 100% 100%);
        display:inline-block;
        fill:rgb(100% 100% 100%);
        font-family:"poppins";
        font-size:12px;
        font-weight:700;
        letter-spacing:2px;
        line-height:18px;
        padding:13px 15px;
        text-align:center;
        text-transform:uppercase;
        width: 100px;
    }
}

.inputt{
    padding: 8px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.social-icon {
    display: inline-block;
    padding: 8px;
}

.footer{
    background-color: #ffffff1a;
    color: #fff6;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 15%;
    font-size: 12px;
    align-content: center;
    padding: 0 0 0 70px;
}

.link_autogestion{
    a {
        color: #fff6;
        font-weight: 700;
        font-size: 12px;
    }
}

