body {
    font-family: Arial, sans-serif;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important
;
        flex-basis: auto;
        background: #4CB0D4;
        padding: 10px;
        border-radius: 15px;
        margin-left: 370px;
    }
}

.navbar {
    background: transparent !important;
    padding: 40px;
    color: white !important;
    font-weight: bold;
}
.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url(../fondoS.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-text {
    max-width: 500px;
}
.hero-img img {
    max-width: 100%;
}

.hero1-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url(../fondo2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero1-text {
    max-width: 500px;
}
.hero1-img img {
    max-width: 100%;
}

.hero2-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url(../fondo3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero2-text {
    max-width: 500px;
}
.hero2-img img {
    max-width: 100%;
}

.custom-btn {
    border: 0px;
    color: black;
    padding: 10px 20px;
    text-transform: uppercase;
}
.icon-buttons img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    padding: 10px;
}

