.tipologia__content-flex,
.tipologia__content-flex-reverse{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
}
.tipologia__content-flex-reverse{
    flex-direction: row-reverse;
}

.tipologia__content{
    margin: 128px 0 32px 0px;
}

.tipologia__content-description{
  margin-top: 24px;
}

.line{
  width: 100%;
  border: var(--grisoscuro) 1px solid;
}

@media all and (min-width: 990px){
  .tipologia__content-images{
    width: 50% !important;
  }
  .tipologia__content-flex,
  .tipologia__content-flex-reverse{
    justify-content: space-evenly;
}
}


/* .carousel-item{
  height: 150px !important;
} */





/* SLIDES */
/* .slides {
    padding: 0;
    width: 38.063em; 
    height: 26.25em; 
    display: block;
    margin: 0 auto;
    position: relative;
  }
  
  .slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }
  
  .slides input {
    display: none;
  }
  
  .slide-container {
    display: block;
  }
  
  .slide {
    top: 0;
    opacity: 0;
    width: 38.063em; 
    height: 26.25em; 
    display: block;
    position: absolute;
    transform: scale(0);
    transition: all 0.7s ease-in-out;
  }
  
  .slide img {
    width: 100%;
    height: 100%;
  }
  
  .nav label {
    width: 100px;
    height: 100%;
    display: none;
    position: absolute;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    transition: opacity 0.2s;
    color: var(--blanco);
    font-size: 50px;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, 0.3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
  }
  
  .slide:hover + .nav label {
    opacity: 0.5;
  }
  
  .nav label:hover {
    opacity: 1;
  }
  
  .nav .next {
    right: 0;
  }
  
  input:checked + .slide-container .slide {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s infinite;
  }
  
  input:checked + .slide-container .nav label {
    display: block;
  }
  
  .nav-dots {
    width: 100%;
    bottom: 9px;
    height: 11px;
    display: block;
    position: absolute;
    text-align: center;
  }
  
  .nav-dots .nav-dot {
    top: -5px;
    width: 11px;
    height: 11px;
    margin: 0 4px;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    background-color: var(--grisoscuro);
  }
  
  .nav-dots .nav-dot:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  input#img-1:checked ~ .nav-dots label#img-dot-1,
  input#img-2:checked ~ .nav-dots label#img-dot-2,
  input#img-3:checked ~ .nav-dots label#img-dot-3,
  input#img-4:checked ~ .nav-dots label#img-dot-4,
  input#img-5:checked ~ .nav-dots label#img-dot-5,
  input#img-6:checked ~ .nav-dots label#img-dot-6 {
    background: rgba(0, 0, 0, 0.8);
  }

  input#img-1-1:checked ~ .nav-dots label#img-dot-1-1,
  input#img-1-2:checked ~ .nav-dots label#img-dot-1-2,
  input#img-1-3:checked ~ .nav-dots label#img-dot-1-3,
  input#img-1-4:checked ~ .nav-dots label#img-dot-1-4,
  input#img-1-5:checked ~ .nav-dots label#img-dot-1-5,
  input#img-1-6:checked ~ .nav-dots label#img-dot-1-6 {
    background: rgba(0, 0, 0, 0.8);
  }
   */