/* Add here all your css styles (customizations) */

.bg-azul{
  background: #182e39 !important;
}
.border-l-white{
  border-left: 5px #fff solid;
}
 .g-py-50 {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }

  .g-font-size-25 {
  font-size: 1.78571rem !important;
}
.g-color-white {
  color: #fff !important;
}

.g-font-secondary {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.g-color-durazno {
  color: #e07d60 !important;
}

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

.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
        padding-top: 1.5rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
     padding-top: 1rem!important;
}
.pr-5, .px-5 {
    padding-right: 3rem!important;
     padding-left: 3rem!important;
}
