body {
    font-family: "Raleway", serif !important;
  }

.d-flex{
    display: flex !important;
}

.ms-7w{
    margin-left: 7vw;
}

.mt-30px{
    margin-top: 30px !important;
}

.justify-content-center{
    justify-content: center !important;
}

.align-items-center{
    align-items: center !important;
}

.justify-between{
    justify-content: space-between !important;
}

.scroll-top-custom {
    scroll-margin-top: 40px !important;
}

.top-0{
    top: 0 !important;
}

.px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.px-1{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-top-2px-footer-icon{
    padding-top: 2px !important;
}

.mb-0{
    margin-bottom: 0 !important;
}

#sobre-nosotros img, #objetivos img, #visiones img {
    width: 25em;
}

#catalogo h4{
    font-size: 30px;
}

#catalogo img{
    height: 22em;
    object-fit: cover;
}

.moto-content .big-text,.moto-content .big-text p{
    font-size: 16px;
    line-height: 26px;
}

.pix-padding-h-30 { padding-left: 30px;padding-right: 30px; }

.w-100{
    width: 100% !important;
}
