body {
  font-family: 'helvetica now display' !important;
  background-color: #8600e2 !important;
  color: #fff !important;
}
.pt-sect {
  padding-top: 5rem;
}
.pb-sect {
  padding-bottom: 5rem;
}

.blue-text {
  color: #7bb8b2;
}

.logo {
  width: 90px;
}
.fondo-left {
  position: absolute;
  left: 2rem;
  top: 0;
}
.fondo-right {
  position: absolute;
  right: 2rem;
  top: 0;
}

.fondo-left_long {
  display: none;
}
.fondo-right_long {
  display: none;
}

.btn-bases {
  background-color: #7bb8b2 !important;
  border-color: #7bb8b2 !important;
  color: #fff !important;
}

h2 {
  font-size: 2.8rem !important;
  line-height: 1 !important;
  font-weight: 200 !important;
}
h3 {
  font-size: 2.5rem !important;
  line-height: 1 !important;
}
.font_weight_small {
  font-weight: 300 !important;
}
.font_weight_big {
  font-weight: 700 !important;
}
p {
  font-size: 1.5rem !important;
  line-height: 1 !important;
  font-weight: 300 !important;
}

.box_text {
  width: 80%;
}
.width-box {
  width: 60% !important;
}
.border_blue {
  border: 8px solid #7bb8b2;
  padding: 1rem 2rem;
}
.sorteamos {
  font-size: 2rem !important;
}
.box_logo{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .fondo-left {
    left: 1rem;
  }
  .fondo-right {
    right: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .fondo-left_long {
    position: absolute;
    display: block;
    left: 0.5rem;
    width: 30px;
  }
  .fondo-right_long {
    position: absolute;
    display: block;
    right: 0.5rem;
    width: 30px;
  }
  .fondo-left {
    display: none;
  }
  .fondo-right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.2rem !important;
  }
  h3 {
    font-size: 2rem !important;
  }
  p{
    line-height: 1.2 !important;
  }
  .sorteamos {
    font-size: 1.8rem !important;
  }
  .logo {
    width: 60px;
  }
  .box_logo{
      flex-direction: column;
  }
  
  .pt-sect {
    padding-top: 3rem;
  }
  .pb-sect {
    padding-bottom: 3rem;
  }
  .box_text {
    width: 80%;
    text-align: center;
    justify-content: center;

    align-items: center;
  }
  .width-box {
    width: 75% !important;
  }
  .img-fluid {
    max-width: 80% !important;
  }
}
