* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #00004d;
}

.bg__products {
    background-color: white;
}

.nav__style {
    position: sticky;
    top: 0px;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.tittle__products{
    font-size: 1.5rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.tip {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: .7rem;
}

.tip1,
.tip2 {
    opacity: 1;
    transition: opacity 1s ease 0s;
}

.tip1:hover {
    opacity: 0.6;
}

.tip2:hover {
    opacity: 0.6;
}

.c_1 {
    border: none;
}

h5 {
    font-size: 1.3rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
}

.p__card {
    font-size: 1.1rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
}

.espacioCompany {
    width: 200px;
    height: 115px;
}

.estilo7 {
    text-align: center;
    width: 60rem;
    background-color: black;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.5rem;
}

.estilo0 {
    background-color: black;
    border: 0;
}

.estilo3 {
    align-items: start;
    text-align: start;
    border: 0;
}

.estilo1 {
    text-align: start;
    color: white;
    line-height: 190%;
    margin-left: 20px;
    border: 0;
}

.estilo2 {
    font-size: 1rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border: 0;
}

/*FOOTER*/

.sty1 {
    background: transparent;
    border: 0;
}

.sty3 {
    margin: 10px;
    padding: 8px;
    border-radius: 10px;
    width: 100px;
    background-color: white;
    color: black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.sty3:hover {
    background-color: #00004d;
    color: white;

}

.sty4 {
    background: transparent;
    border: 0;
    margin-top: 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.sty5 {
    font-size: 1.2rem;
    margin-bottom: 30px;
    text-align: start;
    color: white;
}

.sty6 {
    text-align: start;
    color: white;
    font-size: 1.2rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.sty7 {
    margin-top: 25px;
    text-align: start;
}

.sty8 {
    background: transparent;
    border: 0;
    width: 29rem;
}

.sty9 {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.hov1 {
    opacity: 1;
    transition: opacity 1s ease 0s;
}

.hov1:hover {
    opacity: 0.53;
}