html {
    scroll-behavior: smooth;
}
.navbar {
    background: rgb(10,10,10);
    background: rgba(10,10,10,0.8);
    font-size: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0;
}
.navbar > div > ul > li {
    padding-right: 5px;
    padding-left: 5px;
}
.navbar > div > ul > li > a:hover {
    color: #7ceaf6!important;
}
body {
    background: rgb(230,230,230);
/*    background-image: url("../imagenes/fondo.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: soft-light;
}
section {
    padding: 28vh 0 28vh 0;
}
#inicio {
    background: rgb(230,230,230);
    background-image: url("../imagenes/inicio.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50vh;
    padding-bottom: 50vh;
    text-align: center;
}
#servicios {
    background: rgb(230,230,230);
    background-image: url("../imagenes/slider.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.card {
    background-color: rgba(0,0,0,0);
    color: white;
    border: none;
    max-width 80%;
}
.next-section {
    width: 60px;
    height: 60px;
    background-color: #000;
    background-image: url(../imagenes/next_section.svg);
    background-size: 34px 18px;
    background-repeat: no-repeat;
    background-position: 13px 21px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -30px;
    opacity: 0.9;
}
#typed {
    font-size: 6.5vw;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: bold;
}
@media (min-width: 991.98px) {
    #typed {
        font-size: 4vw;
    }
    .typed-cursor {
        font-size: 4vw!important;
    }
    .card {
        font-size: 2vw;
    }
    .card-title {
        font-size: 3vw;
    }
    .navbar-brand {
        width: 205px;
        min-width: 205px;
    }
}
@media (max-width: 991.98px) {
    .navbar-brand {
        width: 105px;
        min-width: 105px;
    }
    typed-cursor {
        font-size: 40px;
    }
    .display-1 {
        font-size: 54px;
    }
    .mb-0 {
        font-size: 18px;
    }
    #servicios {
        padding-top: 5vh;
    }
    #nosotros,#clientes,#contacto {
        padding-top: 7vh;
    }
}
.typed-cursor {
    opacity: 1;
    font-weight: 400;
    color: #fff;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    font-size: 6.5vw;
}
#carousel {
/*    padding-left: 10vw;
    padding-right: 10vw;*/
}
.card-img {
/*    width: 100%;
    height: 280px;*/
}
