html {
    scroll-behavior: smooth;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    background-size: cover;
}

.carousel-item img {
    height: 100%;
}

.carousel-caption {
    bottom: 37vh;
}

.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}

.carousel-caption p {
    width: 85%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
    font-family: Poppins;
}

.carousel-caption a {
    text-transform: uppercase;
    background: #0d4cc0;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    margin-top: 15px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 1s ease;
}

.carousel-caption a:hover{
    background: #fff;
    color: black;
}

@media screen and (max-width: 650px) {
    .carousel-item img {
        height: 100vh;
    }
    
    .carousel-caption h5 {
        font-size: 25px;
        margin-top: 25px;
    }
    
    .carousel-caption p {
        width: 60%;
        font-size: 10px;
        line-height: 1.9;
        font-family: Poppins;
    }
}

@media screen and (max-width: 650px){
    .banner--story h5{
        font-size: 16px;
    }
}

.banner--story {
    padding: 100px 0;
    font-style: italic;
    color: #03091E;
    text-align: center;
}

.banner--story span {
    color: #0037ff;
    font-size: 25px;
}

.content_2 span{
    color: #0037ff;
}

.contact a {
    text-decoration: none;
    color: #fff;
}

.presentation{
    background-image: url(https://i.gifer.com/J4o.gif);
    color: white;
    width: 100%;
    height: 70vh;
}

.custom {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#nosotros img {
    width: 100%;
}

.slogan {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 990px) {
    #nosotros .pdt {
        padding: 50px 0;
    }
}

#soluciones {
    background-color: #ffffff;
}