html {
  height: 100%;
}

body {
  height: 100%;
  overflow-x: hidden;
  font-family: "Nunito", sans-serif;
}

.validacion{
  display: flex;
  justify-content: center;
}

.bg-move {
  background-image: url("../../img/landing/fondo.png");
}

.a-primary {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #2E83C1;
  text-decoration: none;
}
.a-primary:hover {
  color: #246798;
  text-decoration: none;
}

.text-primary {
  color: #2E83C1 !important;
}

.page-section {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .container {
    padding: 0% 10% !important;
  }

  .page-section {
    padding: 50px 0;
  }

  h1 {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1rem;
  }
}
button:focus {
  outline: none !important;
}

.btn {
  border-radius: 70px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  padding: 10px 40px;
  margin: 0px 10px;
}

.btn-white {
  color: #2E83C1;
  background-color: #fff;
}
.btn-white:hover {
  color: #F19125;
}

.btn-primary {
  color: #fff;
  background-color: #2E83C1;
}
.btn-primary:hover {
  background-color: #F19125;
  border-color: #F19125;
}

.navbar {
  padding: 25px 0px;
  background-color: transparent;
  color: #fff;
}
.navbar .navbar-nav {
  text-align: center;
}
.navbar .hamburguesa {
  background-image: url(../../img/landing/hamburguesa.svg);
}
.navbar .hamburguesa-white {
  background-image: url(../../img/landing/hamburguesa-white.svg);
}
.navbar a {
  color: #fff;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}
.navbar a:hover {
  color: #f2f2f2;
  text-decoration: none;
}
.navbar a:active {
  color: #f2f2f2;
}
.navbar .menu-center {
  display: flex;
  justify-content: center;
}
.navbar .menu-right {
  /*display: flex;*/
  justify-content: flex-end;
}

.logo {
  background-image: url("../../img/landing/logo.svg");
  height: 50px;
  width: 80px;
  background-repeat: no-repeat;
}

.logo-white {
  background-image: url("../../img/landing/logo-white.svg");
  height: 50px;
  width: 80px;
  background-repeat: no-repeat;
}

.bg-scroll {
  background-color: #fff;
  border-bottom: 0.5px solid #2E83C1;
}
.bg-scroll a {
  color: #2E83C1;
}
.bg-scroll a:hover {
  color: #F19125;
}
.bg-scroll a:active {
  color: #F19125;
}


@media (max-width: 767px) {
  .navbar .navbar-nav{
    background: #ffffff;
    border-radius: 10px;
  }

  .navbar a {
    color: #2E83C1;
  }

  .header-animation-1 {
    position: absolute;
    left: 10%;
    top: 60%;
    width: 10%;
  }

  .header-animation-2 {
    position: absolute;
    right: 8%;
    top: 22%;
    width: 10%;
  }
}
@media (min-width: 768px) {
  .header-animation-1 {
    position: absolute;
    left: 7%;
    top: 35%;
    width: 10%;
  }

  .header-animation-2 {
    position: absolute;
    right: 8%;
    top: 25%;
    width: 8%;
  }
}
@media (min-width: 992px) {
  .header-animation-1 {
    position: absolute;
    left: 10%;
    top: 30%;
    width: 12%;
  }

  .header-animation-2 {
    position: absolute;
    right: 10%;
    top: 25%;
    width: 9%;
  }
}
@media (min-width: 1200px) {
  .header-animation-1 {
    position: absolute;
    left: 15%;
    top: 55%;
    width: 7%;
  }

  .header-animation-2 {
    position: absolute;
    right: 10%;
    top: 25%;
    width: 5%;
  }
}
@media (min-width: 1700px) {
  .header-animation-1 {
    position: absolute;
    left: 12%;
    top: 50%;
    width: 5%;
  }

  .header-animation-2 {
    position: absolute;
    right: 10%;
    top: 25%;
    width: 4%;
  }
}
.header-animation-1 img {
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}

.header-animation-2 img {
  -webkit-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sp {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 30px);
  }
  to {
    transform: translate(0, 0px);
  }
}
.home {
  text-align: center;
  background: linear-gradient(90deg, #3987d7 0%, #00c2ff 100%);
  color: #fff;
  height: 100%;
}
.home .uno {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}
.home h1 span {
  text-decoration: underline #2E83C1;
}
@media (max-width: 767px) {
  .home .computer {
    width: 130px;
    padding: 20px;
  }
  .home .btn {
    padding: 10px 20px !important;
  }
}
@media (min-width: 768px) {
  .home .computer {
    width: 20%;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .home .computer {
    width: 22%;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .home .computer {
    width: 25%;
    padding: 20px;
  }
}

.about ul {
  list-style-type: none !important;
  padding-inline-start: 0px !important;
}

.contact {
  background: linear-gradient(90deg, #3987d7 0%, #00c2ff 100%);
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
.contact .descripcion {
  text-align: center;
}
.contact h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}
.contact img {
  width: 20%;
  padding: 20px;
}
.contact input, .contact select {
  border-radius: 50px;
  padding: 0px 30px;
}
.contact .btn-enviar {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .contact .img-contact {
    width: 140px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .contact .img-contact {
    width: 20%;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .contact .img-contact {
    width: 22%;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .contact .img-contact {
    width: 25%;
    padding: 20px;
  }
}

.footer {
  text-align: center;
  padding: 30px 0px;
  color: #868e96;
}
.footer .agradecimientos, .footer .agradecimientos a {
  color: #adb5bd;
  font-size: 12px;
}
.footer .social-media {
  display: inline;
}
.footer .social-media img {
  height: 35px;
  margin: 0px 5px 15px 5px;
}
.footer a {
  text-decoration: none;
}
.footer .logo-footer {
  width: 80px;
}
@media (max-width: 767px) {
  .footer .datos {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer .datos {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .footer .datos {
    text-align: left;
  }
  .footer .contacto {
    text-align: right;
  }
}

.benefits {
  text-align: center;
}
.benefits img {
  width: 45%;
  padding: 20px;
}
.benefits h3 {
  color: #495057;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}
.benefits p {
  color: #868e96;
}

.services {
  background: linear-gradient(90deg, #3987d7 0%, #00c2ff 100%);
  color: #fff;
  text-align: center;
}
.services .services-detail img {
  width: 45%;
  padding: 20px;
}
.services h2, .services h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}
@media (max-width: 767px) {
  .services .img-services-principal {
    width: 140px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .services .img-services-principal {
    width: 20%;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .services .img-services-principal {
    width: 22%;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .services .img-services-principal {
    width: 25%;
    padding: 20px;
  }
}

.call-to-action {
  text-align: center;
  position: relative;
}
.call-to-action .img-call {
  width: 20%;
  padding: 20px;
}
.call-to-action h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #495057;
}
.call-to-action h5 {
  color: #868e96;
}
@media (max-width: 767px) {
  .call-to-action .img-call {
    width: 140px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .call-to-action .img-call {
    width: 20%;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .call-to-action .img-call {
    width: 22%;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .call-to-action .img-call {
    width: 25%;
    padding: 20px;
  }
}

/*# sourceMappingURL=agency.css.map */
