* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

section {
    padding: 50px 0px
}

.paa-2 {
    padding: 11px;
}

:root {
    --border-radius-default: 10px;
}

.whatsapp-fixed {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    height: 50px;
    padding: 0px 20px;
    background-color: #01e675;
    color: white;
    border-radius: 20px 20px 0px 20px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline-style: none !important;
    cursor: pointer;
    font-weight: 600;
    font-size: 22px;
    transition: all 0.6s ease;
}

a {
    color: inherit;
}

.img-radius {
    border-radius: 4px;
}

.titulo-background {
    background: linear-gradient(90deg, #1D2025 0%, #4C5A62 67.71%, #3B434B 100%);
    border-radius: 5px;
}

.inicios1 {
    position: relative;
    background-image: url(../../images/img-dani/1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #FFF;
    position: relative;
    height: 800px;
}

@media (max-width: 991px) {
    .inicios1 {
        position: relative;
        background-image: url(../../images/img-dani/1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: initial;
        background-size: cover;
        color: #FFF;
        position: relative;
        height: 800px;
    }

    .padtopMob{
        padding-top: 8rem;
    }
}