
body{
    background-color: #050419;
}

#encabezado{
    color: white;
    font-weight: bold;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    /* background-image: url(../img/spareParts.jpg); */
    background-size: cover;
    flex-direction: column;
}
#encabezado p{
    padding-top: 40px;
    z-index: 1;
}

#degradado{
    height: 91vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(4,5,25,1),rgba(4,5,25,0.4));
}

#content-page{
    padding: 100px 9%;
    min-height: 90vh;
}

.card{
    /* background-color: #444343; */
    /* background-color: #302e56; */
    background-color: white;
    color: #050419;
}

.card-title{
    font-weight: bold;
}

#botones{
    display: flex;
    justify-content: center;
    z-index: 200;
}

#botones a{
    font-weight: bold;
    color: white;
    font-size: 20px;
    text-decoration: none;
}

#botones div{
    width: 150px;
    text-align: center;
}

.blue{
    border-bottom: 3px solid #1ec8e6;
}

/* ----------------- */

#nombre-sol-cont{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

#nombre-sol-cont > div{
    background-color: white;
    color: #050419;
    border-radius: 30px;
    padding: 5px 10px;
    opacity: 0.5;
    font-size: 14px;
}

/* ----------------- */


@media (min-width: 992px) {
    .card-columns {
      column-count: 4;
    }
}
  
/* @media (min-width: 1200px) {
    .card-columns {
        column-count: 5;
    }
} */

.carousel{
    margin-top: 50px;
}

.solution{
    background-color: transparent;
    color: white;
    width: 10rem;
}

.solution-container{
    display: flex !important;
    justify-content: space-between;
}

.solution .card-body{
    padding: 20px 0px;
}

.solution .card-title{
    font-size: 20px;
}

.solution .card-text{
    font-size: 12px;
}

.solution .img-card-cont{
    height: 100px;
    overflow: hidden;
}

.img-card-cont .card-img-top{
    min-height: 100%;
}

.btn-card{
    background-color: #1ec8e6;
    color: #050419;
    border-radius: 30px;
    padding: 5px 25px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
}

.btn-card:hover{
    background-color: white;
    color: #050419;
}

.carousel-control-next, .carousel-control-prev {
    width: auto;
}

.carousel-control-next{
    right: -25px;
}

.carousel-control-prev{
    left: -25px;
}

.sol-md, .sol-lg{
    display: none;
}

.sol-sm{
    display: block;
}


/* UPDATES --------------------------------- */

#update-container{
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.update{
    padding: 20px;
    border: 1px solid #1ec8e6;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 270px;
    margin: 10px;
}

.update:hover{
    -webkit-transform:scale(1.3);transform:scale(1.1);
    transition:all .4s ease-in-out;
}

.update i{
    color: #1ec8e6;
    font-size: 35px;
    margin-bottom: 20px;
}

.update div{
    color: white;
    font-size: 18px;
    text-align: center;
}

/* ----------------------------------------- */


@media (min-width: 570px) {
    #content-page{
        padding: 100px 12%;
    }

    .solution{
        width: 13rem;
    }
    
    .solution .img-card-cont{
        height: 150px;
        overflow: hidden;
    }

    .solution .card-title{
        font-size: 22px;
    }
    
    .solution .card-text{
        font-size: 14px;
    }
    
    .btn-card{
        padding: 5px 25px;
        font-size: 14px;
    }
    .carousel-control-next{
        right: -35px;
    }
    
    .carousel-control-prev{
        left: -35px;
    }
}

@media (min-width: 930px){
    .sol-sm{
        display: none;
    }

    .sol-md{
        display: block;
    }

    .hide-md{
        display: none;
    }
}

@media (min-width: 1240px){
    #content-page{
        padding: 100px 12%;
    }

    .solution{
        width: 18rem;
    }
    
    .solution .img-card-cont{
        height: 200px;
        overflow: hidden;
    }

    .solution .card-title{
        font-size: 28px;
    }
    
    .solution .card-text{
        font-size: 18px;
    }
    
    .btn-card{
        padding: 5px 25px;
        font-size: 18px;
    }
    
    .carousel-control-next{
        right: -70px;
    }
    
    .carousel-control-prev{
        left: -70px;
    }
}


@media (min-width: 1700px) {
    .sol-md{
        display: none;
    }
    .sol-lg{
        display: block;
    }
    .hide-lg{
        display: none;
    }
}