#caracteristicas .text-bg-primary {
    color: white;
    background-color: orangered !important;
    border-radius: 7px;

}

.navbar-nav {
    --bs-nav-link-hover-color: orangered !important;
}

.parallax {
    background-image: url("../img/parallax-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 450px;
    text-align: center;
    color: white;

}

.para1 {
    height: 100%;
    width: 100%;

}

#para2 {
    top: 10%;
    position: relative;

}


.parallax2 {
    background-image: url("../img/parallax-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 450px;
    text-align: center;
    color: white;

}

.para3 {
    height: 100%;
    width: 100%;

}

#para4 {
    top: 35%;
    position: relative;

}

img.btn-whatsapp {
    display: block !important;
    position: fixed;
    z-index: 9999999;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    border-radius: 100px !important;
}

img.btn-whatsapp:hover {
    border-radius: 100px !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(7, 94, 84, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(7, 94, 84, 1);
    box-shadow: 0px 0px 15px 0px rgba(7, 94, 84, 1);
    transition-duration: 1s;
}
.bg-image {
  background-image: url("../img/back-contact.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-text{
    color: white;
    font-size: 1rem;
    width: 70%;
    top: 30%;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 600px) {
  .carousel {
    margin-top: 115px;
  }
}