@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&family=Raleway:wght@400;700&display=swap");
body {
  font-family: "Raleway", sans-serif;
  color: #091451;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hide-desktop,
.show-575 {
  display: none;
}

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

.font-custom {
  font-family: "Oswald", sans-serif;
}

.slide-photo-bg-rounded > .inside {
  background-color: unset;
}

.slide-title .text-typed {
  background: #2cd18a;
  box-shadow: #2cd18a 0 0 0 5px;
}

.icon-linkedin {
  font-size: 1.3rem;
}
.icon-linkedin:hover {
  filter: hue-rotate(140deg);
}

.image-card-dark {
  background-color: #7161c1;
}
.image-card-green {
  background-color: #2cd18a;
}
.image-card-fucsia {
  background-color: #e315a3;
}
.image-card-gris {
  background-color: #e5e5e5;
}
.image-card-celeste {
  background-color: #00a1f2;
}
.image-card-azul {
  background-color: #014568;
}
.image-card-rosa {
  background-color: #f4647a;
}

.card8-1 .image-card-body > .inside,
.card8-5 .image-card-body > .inside,
.card8-7 .image-card-body > .inside,
.card8-6 .image-card-body > .inside,
.card8-4 .image-card-body > .inside,
.card8-2 .image-card-body > .inside {
  width: 100%;
}

.slide-photo-clients {
  background-image: url("../img/fondo.png");
  background-repeat: no-repeat;
  background-size: 52%;
  background-position: 100% 80%;
}

.pixeles {
  position: absolute;
  top: -40px;
  left: -20px;
}

.noshadow {
  box-shadow: none;
}

.chat-btn {
  background: #091451;
}
.chat-btn.has-new::before {
  background: #2cd18a;
}

.contact-button {
  position: fixed;
  top: 4.1875rem;
  z-index: 989;
  right: 10%;
}
.contact-button a {
  color: #091451;
  text-transform: uppercase;
  font-weight: 700;
}

.menu-footer-mail {
  color: #091451;
}
.menu-main .active a,
.menu .menu-main a:hover {
  background-color: #2cd18a;
  box-shadow: #2cd18a;
}

.fondo-boton {
  background: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 8% center;
}

.btn-dark:hover {
  background-color: #2cd18a;
  border-color: #2cd18a;
  color: #014568;
}

.fas.fa-star {
  color: goldenrod;
}

.celeste {
  color: #14aaf5;
}

.chat-btn.has-new:hover {
  background: green;
}

textarea.form-control {
  height: 180px;
}

.floating-language {
  position: fixed;
  bottom: 230px;
  right: 60px;
  text-decoration: none;
  color: #000;
}

.form-group {
  margin-bottom: 0;
}

#gsubmit {
  transform: scale(0.8);
}

/* ----- responsive -----*/
@media screen and (max-width: 1440px) {
  .fondo-boton {
    background-position: 10% center;
  }
  .body-piling .footer-social {
    right: 4.375rem;
  }
  .pp-viewing-Services .brand-name,
  .pp-viewing-Services .copyright, .pp-viewing-Skills .brand-name,
  .pp-viewing-Skills .copyright, .pp-viewing-Portfolio .brand-name,
  .pp-viewing-Portfolio .copyright, .pp-viewing-Awards .brand-name,
  .pp-viewing-Awards .copyright, .pp-viewing-Testimonials .brand-name,
  .pp-viewing-Testimonials .copyright, .pp-viewing-Clients .brand-name,
  .pp-viewing-Clients .copyright {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .fondo-boton {
    background-position: 16% center;
  }
  .floating-language {
    bottom: 210px;
    right: 55px;
  }
}
@media screen and (max-width: 991px) {
  .fondo-boton {
    background-position: 20% center;
  }
  .floating-language {
    bottom: 180px;
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .fondo-boton {
    background-position: 24% center;
  }
  .contact-button {
    top: 2.1875rem;
  }
  .pantalla2 {
    width: 33%;
    position: absolute;
    bottom: 130px;
    right: 80px;
  }
  .pantalla3 {
    width: 25%;
    display: none;
    position: absolute;
    top: 0;
    right: 150px;
  }
  .pantalla4 {
    width: 40%;
  }
  .pantalla4-texto {
    position: absolute;
    top: 30px;
    left: 300px;
    width: 100%;
  }
  .m-50 {
    margin: 50px 0;
  }
  .pantalla6 {
    width: 50%;
    position: absolute;
    bottom: 150px;
    right: 130px;
  }
  .pantalla7 {
    width: 40%;
    position: absolute;
    bottom: 50px;
  }
  .pantalla8 .w-25 {
    width: 15% !important;
  }
  .pantalla8-imagen {
    width: 50%;
    margin: 0 auto;
  }
  .floating-language {
    bottom: 150px;
    right: 45px;
  }
}
@media screen and (max-width: 575px) {
  .contact-button {
    top: 1.5rem;
  }
  .contact-button .show-575 {
    display: block;
  }
  .contact-button .hide-575 {
    display: none;
  }
  .contact-button a {
    font-size: 20px;
  }
  .fondo-boton {
    background-position: 28% center;
  }
  .footer-social .social {
    padding-right: 8px;
  }
  .floating-language {
    bottom: 180px;
    right: 45px;
  }
}
@media screen and (max-width: 480px) {
  .contact-button {
    right: 14%;
  }
  .d-sm-none {
    display: none;
  }
  .hide-desktop {
    display: block;
  }
  .menu-footer-linkedin .icon-linkedin {
    position: absolute;
    right: 15px;
    z-index: 1000;
    top: 60px;
  }
  .progress-nav {
    display: none;
  }
  .hide-mobile {
    display: none;
  }
  .brand-name img {
    width: 30%;
  }
  .reward-item-photo {
    width: 6.5rem;
  }
  .slide-resume .slide-container {
    padding-top: 0 !important;
  }
  .fondo-boton {
    background-position: 20% center;
  }
  .pantalla2 {
    display: none;
  }
  .pantalla4 {
    width: 100%;
  }
  .pantalla4-texto {
    left: 230px;
  }
  .pantalla4 .slide-photo {
    width: 36%;
  }
  .pantalla4 .vacancy-item {
    width: 40%;
  }
  .m-50 {
    margin: 66px;
  }
  .mt-n20 {
    margin-top: -20rem;
  }
  .pantalla6 {
    width: 70%;
    right: 98px;
  }
  .pantalla7 {
    display: none;
  }
  .pantalla8 .pixeles {
    left: 0;
  }
  .pantalla8-imagen {
    width: 64% !important;
  }
  .testimonial-carousel {
    text-align: center;
  }
  .testimonial-carousel .w-50 {
    margin: 0 auto;
  }
  .testimonial-carousel .owl-dots {
    text-align: center !important;
  }
  .copyright {
    display: none;
  }
  .footer-social {
    right: 25px !important;
  }
  .footer-social .chat-btn {
    width: 3.875rem;
    height: 3.875rem;
  }
  .footer-social .chat-btn .icon-chat {
    font-size: 2.5rem;
  }
  textarea.form-control {
    height: unset;
  }
  .floating-language {
    bottom: 150px;
    right: 25px;
  }
}
@media screen and (max-width: 420px) {
  .pantalla4-texto {
    left: 180px;
    top: 0;
  }
}
@media screen and (max-width: 375px) {
  .fondo-boton {
    background-position: 6% center;
  }
  .pantalla6 {
    width: 88%;
    right: 48px;
  }
  .service-list {
    margin-top: 1.25rem;
  }
  .reward-list {
    margin-top: 1.0625rem;
  }
  .reward-item {
    margin-top: 0;
  }
  .slide-title {
    font-size: 1.75rem;
  }
  .slide-title-margin-md {
    margin-bottom: 0.25rem;
  }
  .m-50 {
    margin: 36px;
  }
  .pantalla6 {
    bottom: 50px;
  }
  .slider-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pantalla8 .w-25 {
    width: 12% !important;
  }
  .client-item {
    margin-top: 0;
  }
  .contacts,
  .contact-item {
    margin-top: 0;
  }
  .form-group {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=ajustes.css.map */