body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
}

html{
    scroll-behavior:smooth;
}

.title{
    font-size: clamp(1em, 5vw, 2em);
}

.paragraph{
    font-size: calc(1.2vw + .1em);
}


.btn-contact {
    font-size: clamp(0.5em, 5vw, 1em);
}

.card-img-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

.carousel {
      background-color: #000; /* Color oscuro de fondo, puedes cambiarlo a tu preferencia */
    }

.navbar-link  a {
    color: black;
    font-weight: 600;
    font-size: 13px;
}

.img-container {
    opacity: 0; /* Establece la opacidad inicial en 0 */
    transition: opacity 1.2s ease-out; /* Agrega una transición de 1 segundo con efecto ease-in-out */
}

.icons i{
    font-size: 25px;
    margin-right: 10px;
}

.contact a {
    text-decoration: none;
    color: #0E87C2;
}

.contact-footer a {
    text-decoration: none;
    color: white;
}

.contact i {
    font-size: 40px;
}

footer p {
    font-size: 14px;
}

footer h4 {
    margin-bottom: 30px;
}

.scroll-top{
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    float: right;
    bottom: 40px;
    right: -120px;
    transition: .8s;
    z-index: 999;
}

.show-buttom-scroll {
    right: 50px;
    transition: .8s;
}
