body {
  font-family: "Raleway", sans-serif;
}
.container-1 {
  position: relative;
  text-align: center;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}
.text-left {
  text-align: left !important;
}
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.centered-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgb(255 255 255);
}

.nav-blue {
  font-weight: bold;
  color: #1897f2;
  font-family: Raleway;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
}

.nav-white {
  font-family: Raleway;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.logo-brand {
  min-width: 180px;
  max-width: 65px;
}

.img-portada {
  background-position: 40% 20%;
  background-size: 400% 140%;
}

.btn-white {
  width: 223px;
  height: 64px;
  border-radius: 84px;
  border: solid 2px #1897f2;
}

.btn-text {
  font-family: Raleway;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.21;
  letter-spacing: normal;
  text-align: center;
  color: #1897f2;
}

.title-section-black {
  font-family: Raleway;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  text-align: center;
  color: #2d2d2d;
}

.parrafo-negro {
  font-family: Raleway;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #2d2d2d;
}

.opaco {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}
.opaco-2 {
  background-color: rgba(0, 0, 0, 0.5);
  /* height: 100%; */
  width: 100%;
}

.text-into-img {
  font-family: Raleway;
  font-size: 50px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  text-align: left;
  color: black;
}

.btn-into-img {
  border-radius: 23px;
  color: #ffffff !important;
  border: solid 1px #fff;
}

.btn-text-white {
  font-family: Raleway;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: black;
}

.text-into {
  position: relative;
  margin: 10px;
}

.text-into-position {
  position: absolute;
  bottom: 0px;
  left: 20px;
}

.d-titulo {
  font-family: Raleway;
  font-size: 50px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  text-align: center;
  color: #2d2d2d;
}

.d-texto {
  font-family: Raleway;
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #2d2d2d;
}

.d-btn {
  font-family: Raleway;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.25;
  letter-spacing: normal;
  text-align: center;
  color: #2d2d2d;
}

footer a {
  color: white !important;
  font-family: Raleway;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: left;
}

.opacidad-img {
  width: 100%;
  height: auto;
  background-position: center center;
  background-size: 100% auto;
}

.btn-negro {
  border-radius: 28px;
  border: solid 1px #2d2d2d;
  background-color: #ffffff;
}
.btn-text-negro {
  font-family: Raleway;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #2d2d2d;
}
.btn-white-sm {
  border-radius: 25px;
  border: solid 1px #1897f2;
}
.btn-text-blue {
  font-family: Raleway;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #1897f2;
}
.btn-blue {
  border-radius: 25px;
  background-color: #1897f2;
}
.btn-text-white-lg {
  font-family: Raleway;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
/* .position-img{
    background-position: 12% 20%;
    background-repeat: no-repeat;
} */

.borde-label {
  border-radius: 21px;
  border: solid 1px #2d2d2d;
}

/* .borde-label-lg{
    height: 41px;
    border-radius: 21px;
    border: solid 1px #2d2d2d;
} */
