* {
    margin: 0;
    padding: 0;
}
body {
   font-size: 18px;
   font-family: 'Barlow', sans-serif;
   font-family: 'Roboto', sans-serif;
}
.text-orange,strong,h1,h2,h3,h4,h5 {
    color: #F15000;
}
a {
   text-decoration: none!important;
}
.bg-blue {
   background-color: #0E3CE2;
}
.text-blue {
   color: #0D36CD;
}
.rounded-425 {
   border-radius: 4.25rem!important;
}
.bg-orange {
   background-color: #FF591F;
}
.bg-sky-blue {
   background-color: #BDE6FF;
}
.text-sky-blue {
   color: #BDE6FF;
}
.text-orange {
   color: #FF591F;
}
.bs-white {
   border: solid 8px white;
}
.bg-dinamancia {
   background: url(/images/aceleradora/banner-dinamancia.webp);
   background-position: top center;
   background-size: cover;
   background-repeat: no-repeat;
}
.text-justify p, .text-justify h2,.text-justify li {
   text-align: justify;
}
.fw-bold {
   font-family: 'Barlow', sans-serif !important;
   font-weight: 900 !important;
}
.img-fluid-dina {
   max-width: 500px;
   width: 100%;
   height: auto;
}
.bg-blue-bold {
   background-color: #00030C;
}
.ff-poppins {
   font-family: 'Poppins', sans-serif;
}
.bg-white {
   background-color: #fff;
}
.w-button {
   width: 50%;
}

@media(max-width:700px) {
   .w-button {
       width: 100%;
   }

   .bg-dinamancia {
      
      background-position: top left -400px;
      background-size: cover;
      background-repeat: no-repeat;
   }
}

