﻿.contentLinea1Sec{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contenidoLinea1{
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.bannerLinea1{
    width: 100%;
}

.content-wrapper{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px 30px 0px;
}

.content-wrapper .card-image{
    max-height: 450px;
    width: auto;
}

.horizontal-content-wrapper{
    width: 100%;
    display: flex;
    flex-wrap: nowrap; 
    overflow: auto;
}

.flex-item {
    flex: 0 0 auto;
  }