body {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    
    font-style: normal;
    background: #2f2f2f;
    color: #ffffff;
}
.container-fluid{
    background: #2f2f2f;
    width: 100%;
}

.navbar-brand{
    color: #ffffff;
}
nav{
    background: #2f2f2f;
}
.navbar-toggler{
    background: #f5333f;
}
.navbar-toggler-icon{
    color: #ffffff;
    ;
}
.nav-link{
    color: blanchedalmond;
}
.d-block{
    width: 100%;
    height: 410px; /* Puedes ajustar la altura según necesites */
    overflow: hidden;
}

.d-block img{
    width: 70%;
    height: 100%;
    object-fit: cover; /* Hace que la imagen cubra todo el contenedor */
}

.background-div {
    width: 100%;
    height: 400px; /* Puedes ajustar la altura */
    background-image: url('../img/principal/image.webp'); /* Ruta de la imagen */
    background-size: cover; /* Hace que la imagen cubra todo el div */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
}


.hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

.section {
    padding: 5px 0;
    margin: 1px;
    height: 480px;
   
    /*background: #979797;*/
}
.box{
    display: flex;
    flex-direction: row;
}
img{

    border-radius: 6px;
    width: 130px;
}
.btn{
    margin: 10px;
}

h3{
    color: #ffffff;
}

.btn-wsp {
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background: #0df053;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.btn-wsp:hover {
    text-decoration: none;
    color: #0df053;
    background: #fff;

}
