body{
    width: 100vw;
    overflow-x: hidden;
}
#showcase{
    position: unset;
  }
#showcase-proyecto-text {

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    
    padding: 2% !important;
    margin-top: 25px;
    /* or 80% */
  
  
    /* or 25% */
  
    color: #FFFFFF;
  
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  
    position: unset !important;
   
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  
  }

  #showcase-proyecto-direccion{
    display: inline-block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    width: 100% !important;
    padding: 2% !important;
    line-height: 0.5;

    /* or 40% */


  }
  #project-description{

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding: 20px !important;
  }

  .blue-card{
    width: 30vw !important;
    margin: 10px !important;
    padding: 10px !important;

  }

  .blue-card p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;

    /* identical to box height, or 100% */
    text-align: center;
  }
  .blue-card span{
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
    line-height: 20px;

    /* or 154% */
    text-align: center;
  }
  #blue-cards-wrapper{
    justify-content: center !important;
  }

  .titulo-derecha{
    background-image: url(../img/fondo-titulo-derecha-mobile.png);
    height: 62px;
    padding: 0 !important;
    padding-right: 20px !important;
    width: 70vw !important;


    font-size: 24px;


    /* or 83% */
    text-align: center;
  }

  #wrapper-nosotros{
    height: unset;
    background: #454A57;
  }
  
#nosotros, #mision, #vision{
flex-direction: column;
padding-bottom: 0 !important;

}

#mision{
    flex-direction: column-reverse;
}

.vmv-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 20px;

    width: 100% !important;
    justify-content: start !important;
}

.text-right {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    width: 100% !important;
    padding: 20px 0 20px 0;
}

.owl-item div img{
    width: 90% !important;
}

.owl-prev, .owl-next{
    scale: 0.2;
}
.owl-prev{
left: -30px !important;
transform: translate(0, -200%);
}
.owl-next{
    right: -30px !important;
    transform: translate(0, -200%);
    
}
#inversiones{
    display: flex;
    align-items: center;
    margin: auto;
}
#contacto{
    width: 80vw !important;
}
footer{
    flex-direction: column !important;
}

footer div{
    flex-direction: column !important;
    padding: 0 !important;
    scale: 0.8;
}

footer div div {
    flex-direction: row !important;
    padding: 0 !important;
}
#construimos-con{
    padding: 0 !important;
}