/*vars */
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.text-blue {
  color: #469CF3;
}

.text-blue2 {
  color: #275CE1;
}

.text-gray {
  color: #0E1B1B;
}

.navbar-toggler {
  background-color: #fff;
}

.nv-ursa {
  background-color: #000;
}
.nv-ursa .navbar-nav li {
  margin-right: 24px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .nv-ursa .navbar-nav li {
    margin-right: 0;
  }
}
.nv-ursa .navbar-nav li:last-child {
  margin-right: 0;
}
.nv-ursa .navbar-nav .btn-primary{
  background-color: #275CE1;
  background-image: none;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 28.5px;
  border-radius: 5px;
  width: 100%;
  max-width: 187px;
}
.nv-ursa .nav-link {
  color: #fff;
}

#ursa-footer {
  background-color: #000;
  padding-top: 78px;
  padding-bottom: 104px;
}
@media (max-width: 768px) {
  #ursa-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#ursa-footer p {
    font-size: 14px;
    font-family: 'Work Sans';
    font-weight: 400;
    line-height: 24px;
}
#ursa-footer .contact {
  font-size: 19px;
  font-family: 'Work Sans';
  font-weight: 400;
  line-height: 28.5px;
}
#ursa-footer ul li {
  font-size: 14px;
  font-family: 'Work Sans';
  font-weight: 400;
  text-decoration: underline;
  line-height: 28.5px;
}
#ursa-footer .copy {
  font-size: 13px;
  font-family: 'Work Sans';
  font-weight: 400;
  line-height: 28.5px;
}
#ursa-footer .regulados {
  font-size: 16px;
  font-family: 'Work Sans';
  font-weight: 700;
  line-height: 28.5px;
}
#ursa-footer h4 {
  font-size: 30px;
  font-family: 'Work Sans';
  font-weight: 700;
  line-height: 28.5px;
}

.fullw {
  width: 100%;
}

.section1 {
  background-image: url("../img/main.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 700px;
  display: grid;
  align-items: center;
  position: relative;
}
.section1 .sec1wrap {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 700px;
  display: grid;
  align-items: center;
}
.section1 .container {
  max-width: 1072px;
}
.section1 h1 {
  font-size: 60px;
  font-family: 'Work Sans';
  font-weight: 400;
  line-height: 77px;
  margin-bottom: 39px;
}
@media (max-width: 768px) {
  .section1 h1 {
    font-size: 32px;
    line-height: 43px;
  }
}
.section1 p {
  font-size: 25px;
  font-family: 'Work Sans';
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 57px;
}
@media (max-width: 768px) {
  .section1 p {
    font-size: 18px;
    line-height: 26px;
  }
}

.section2 {
  padding-top: 119px;
  padding-bottom: 119px;
}
@media (max-width: 768px) {
  .section2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section2 .container {
  max-width: 800px;
}
.section2 p {
  font-family: 'Work Sans';
  font-size: 42.75px;
  font-weight: 700;
  line-height: 51.3px;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .section2 p {
    font-size: 26px;
    line-height: 33px;
  }
}
.section2 p span {
  color: #275CE1;
}

.section3 {
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 535px;
}
@media (max-width: 768px) {
  .section3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section4 {
  padding-bottom: 75px;
  padding-top: 50px;
}

.ursa-box {
  border: 1px solid #469CF3;
  height: 100%;
}
.ursa-box:hover {
  background-color: rgba(70, 156, 243, 0.06);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.ursa-box.nos {
  display: grid;
  grid-template-rows: 95px auto;
  row-gap: 26px;
  background-color: #ffff;
}
.ursa-box.nos .nosimg {
  display: grid;
  align-items: end;
}
.ursa-box.nos:hover {
  background-color: #F4F9FF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.ursa-box h3 {
  font-size: 29px;
  font-family: 'Work Sans';
  font-weight: 700;
  line-height: 38px;
  width: 70%;
}
@media (max-width: 768px) {
  .ursa-box h3 {
    font-size: 24px;
    line-height: 33px;
    width: 100%;
  }
}
.ursa-box p {
  font-size: 18px;
  font-family: 'Work Sans';
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 768px) {
  .ursa-box p {
    font-size: 16px;
    line-height: 24px;
  }
}

.section5 {
  background-color: #141414;
  padding-bottom: 93px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .section5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section5.nos {
  background-image: url("../img/world.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 1055px;
  margin-top: -367px;
}
@media (max-width: 768px) {
  .section5.nos {
    margin-top: -1000px;
  }
}
.section5 .container {
  max-width: 954px;
}
.section5 h3 {
  font-size: 29px;
  font-family: 'Work Sans';
  font-weight: 700;
  line-height: 38px;
}
@media (max-width: 768px) {
  .section5 h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.section5 p {
  font-size: 18px;
  font-family: 'Work Sans';
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 768px) {
  .section5 p {
    font-size: 15px;
    line-height: 22px;
  }
}

.section6 {
  background-image: url("../img/experienciabg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 83px;
  padding-top: 83px;
}
@media (max-width: 768px) {
  .section6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section6.nos {
  background-color: #fff;
  background-image: none;
  padding-bottom: 99px;
  padding-top: 60px;
}
.section6.nos p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  font-family: 'Work Sans';
  color: #0E1B1B;
}
.section6.nos h2 {
  font-size: 42.75px;
  font-family: 'Work Sans';
  font-weight: 700;
  line-height: 51.3px;
}
@media (max-width: 768px) {
  .section6.nos h2 {
    font-size: 33px;
    line-height: 41px;
  }
}
.section6.nos .container {
  max-width: 923px;
}
.section6 .container {
  max-width: 954px;
}
.section6 .container.nos {
  max-width: 1176px;
}
.section6 h2 {
  font-size: 56px;
  font-family: 'Work Sans';
  font-weight: 700;
  line-height: 51.3px;
}
@media (max-width: 768px) {
  .section6 h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
.section6 p {
  font-size: 25px;
  font-family: 'Work Sans';
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 768px) {
  .section6 p {
    font-size: 18px;
    line-height: 25px;
  }
}

.ursa-experiencia strong {
  color: #469CF3;
}
.ursa-experiencia .colm2 {
  border-bottom: 2px solid #fff;
}

.section7 {
  background-color: #141414;
  padding-bottom: 102px;
  padding-top: 72px;
}
@media (max-width: 768px) {
  .section7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section7 h2 {
  font-size: 56px;
  font-family: 'Work Sans';
  font-weight: 700;
  line-height: 70.3px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .section7 h2 {
    font-size: 34px;
    line-height: 45px;
  }
}
.section7 form {
  width: 100%;
  max-width: 638px;
}

form label {
  color: #6F6F6F;
}
form .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #6F6F6F;
}

.btn-primary {
  color: #fff;
  font-size: 19px;
  font-family: 'Work Sans';
  font-weight: 400;
  line-height: 28.5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 13px;
  padding-right: 44px;
  background-color: #469CF3;
  border-radius: 10px;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: 136px center;
  background-size: 15px 15px;
  border: none;
  width: 100%;
  max-width: 168px;
  text-align: left;
}
.btn-primary:hover {
  background-color: #469CF3;
}
h2 {
  font-size: 42.75px;
  font-family: 'Work Sans';
  font-weight: 700;
  line-height: 51.3px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 33px;
    line-height: 41px;
  }
}

.sec4titnos {
  margin-bottom: 70px;
}

.equipo-grid {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 122px;
  justify-content: center;
  margin-bottom: 92px;
  margin-top: 70px;
}
@media (max-width: 992px) {
  .equipo-grid {
    grid-template-columns: 1fr;
    row-gap: 122px;
    justify-items: center;
    margin-bottom: 122px;
  }
}

.equipo-grid2 {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 122px;
  justify-content: center;
}
@media (max-width: 992px) {
  .equipo-grid2 {
    grid-template-columns: 1fr;
    row-gap: 122px;
    justify-items: center;
  }
}

.team-box {
  position: relative;
  overflow: hidden;
}
.team-box img {
  border-radius: 10px;
}
.team-box:hover .teaminfo {
  bottom: 0;
}
.team-box .teaminfo {
  background-color: #469cf3cf;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -500px;
  left: 0;
  z-index: 99;
  display: grid;
  align-content: center;
  border-radius: 10px;
  padding: 45px;
  -webkit-transition: bottom 1s;
  -moz-transition: bottom 1s;
  -ms-transition: bottom 1s;
  -o-transition: bottom 1s;
  transition: bottom 1s;
}
.team-box .teaminfo h5 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
  font-family: 'Work Sans';
}
.team-box .teaminfo p {
  color: #fff;
  font-size: 18px;
  font-family: 'Work Sans';
  font-weight: 400;
  line-height: 27px;
}

.section2-met {
  padding-top: 69px;
  padding-bottom: 90px;
}
.section2-met p {
  color: #0E1B1B;
  font-family: 'Work Sans';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}

.section3-met {
  background-image: url("../img/process.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .section3-met {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section3-met h2 {
  color: #469CF3;
  font-family: 'Work Sans';
  font-size: 42.75px;
  font-weight: 700;
  line-height: 51.3px;
  margin-bottom: 87px;
}
@media (max-width: 768px) {
  .section3-met h2 {
    font-size: 33px;
    line-height: 41px;
  }
}
.section3-met .proceso h5 {
  color: #469CF3;
  font-size: 29px;
  font-family: 'Work Sans';
  font-weight: 700;
  line-height: 38px;
}
@media (max-width: 768px) {
  .section3-met .proceso h5 {
    font-size: 22px;
    line-height: 25px;
  }
}
.section3-met .proceso p {
  color: #fff;
  font-size: 18px;
  font-family: 'Work Sans';
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 768px) {
  .section3-met .proceso p {
    font-size: 16px;
    line-height: 22px;
  }
}

#particle-canvas {
  width: 100%;
  height: 700px;
}