@font-face {
  font-family: "Open Sans", sans-serif;
  src: local("Open Sans"), url("/assets/fonts/OpenSans-ExtraBold.ttf") format("truetype"); }
@font-face {
  font-family: "Arimo", sans-serif;
  src: local("Arimo"), url("/assets/fonts/Arimo-Regular.ttf") format("trueType"); }
@font-face {
  font-family: "DM Sans", sans-serif;
  src: local("DM Sans"), url("/assets/fonts/DMSans-Medium.ttf") format("trueType"); }
body {
  background: #f5f5f5 !important;
  font-family: "Arimo", sans-serif; }

section,
header {
  overflow: hidden; }

h1,
h2,
h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #004aad; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

p {
  color: #8c8d8e; }

.accion {
  border: 2px solid #5eb12f;
  border-radius: 10px;
  padding: 1rem 4rem;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #5eb12f; }

.accion:hover,
.accion:active {
  border: 2px solid rgba(94, 177, 47, 0.8);
  border-radius: 10px;
  padding: 1.1rem 4.1rem;
  color: #ffffff;
  background-color: rgba(94, 177, 47, 0.8);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: #5eb12f 0px 0px 2px;
          box-shadow: #5eb12f 0px 0px 2px;
  text-shadow: 2px 2px 4px black; }

.img-nav {
  width: auto;
  height: 100px; }

@media only screen and (max-width: 540px) {
  .img-nav {
    height: 55px; } }
.nav-link {
  font-size: larger; }

.nav-item:hover {
  background: #5eb12f;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.6; }

.navbar-light .navbar-toggler-icon {
  background-image: url("/assets/img/menu.png") !important;
  border-color: transparent !important;
  border: none !important; }

.navbar-toggler:focus {
  border-color: transparent !important;
  border: none !important;
  -webkit-box-shadow: transparent !important;
          box-shadow: transparent !important; }

.navbar-light .navbar-toggler {
  color: transparent !important;
  border-color: transparent !important;
  border: none !important; }

#topscroll {
  display: inline-block;
  background-color: #5eb12f;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 15px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

#topscroll::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 50px;
  color: #f5f5f5; }

#topscroll:hover {
  cursor: pointer;
  background-color: rgba(94, 177, 47, 0.6); }

#topscroll:active {
  background-color: rgba(94, 177, 47, 0.8); }

#topscroll.show {
  opacity: 1;
  visibility: visible; }

.hero {
  position: relative; }

.imagen-hero {
  -webkit-transition: visibility 0.5s linear, opacity 0.5s linear;
  transition: visibility 0.5s linear, opacity 0.5s linear;
  width: 100%;
  height: 100vh;
  filter: opacity(50%);
  -webkit-filter: opacity(50%);
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover; }

.textoInicio {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 75%;
  margin-left: auto;
  margin-right: auto; }

.titulo {
  font-size: 4rem; }

@media only screen and (max-width: 768px) {
  .textoInicio {
    width: auto;
    top: 30vh; }

  .titulo {
    font-size: 2.5rem; } }
#nosotros h3 {
  color: #004aad;
  font-size: 3rem;
  font-family: "DM Sans", sans-serif; }
#nosotros ul li.dehobs::before {
  content: "";
  background-image: url("/assets/img/iconos/ok.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.1rem; }
#nosotros li {
  color: #8c8d8e; }
#nosotros .img-valores {
  width: 150px;
  height: auto; }
#nosotros h4 {
  color: #004aad;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 3rem; }

#servicios h4,
#servicios p,
#servicios ul {
  margin: 0 2rem; }
#servicios h4 {
  color: #5eb12f;
  font-family: "DM Sans", sans-serif; }
#servicios h3 {
  color: #004aad;
  font-size: 3rem;
  font-family: "DM Sans", sans-serif; }
#servicios ul li.dehobs::before {
  content: "";
  background-image: url("/assets/img/iconos/ok.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.1rem; }
#servicios li {
  color: #8c8d8e; }
#servicios h4 {
  color: #5eb12f;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 2rem; }

#alianzas h3 {
  color: #004aad;
  font-size: 3rem;
  font-family: "DM Sans", sans-serif; }
#alianzas .banner {
  overflow: hidden; }
#alianzas .banner-contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll 10s linear infinite;
          animation: scroll 10s linear infinite; }
#alianzas .banner-items {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16vw;
          flex: 0 0 16vw;
  margin: 0 1vw; }
#alianzas .banner-items img {
  display: block;
  width: 100%; }
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-90vw);
            transform: translateX(-90vw); } }
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-90vw);
            transform: translateX(-90vw); } }
@media only screen and (max-width: 540px) {
  #alianzas .banner-contenedor {
    -webkit-animation: scroll 10s linear infinite;
            animation: scroll 10s linear infinite; }
  #alianzas .banner-items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16vw;
            flex: 0 0 16vw;
    margin: 0 1vw; }
  #alianzas .banner-items img {
    display: block;
    width: unset; }
  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    100% {
      -webkit-transform: translateX(-544vw);
              transform: translateX(-544vw); } }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    100% {
      -webkit-transform: translateX(-544vw);
              transform: translateX(-544vw); } } }

#cta1 h5 {
  margin-top: 3rem;
  color: #ffffff;
  text-shadow: 2px 2px 4px black; }
#cta1 .hero {
  position: relative; }
#cta1 .imagen-cta {
  -webkit-transition: visibility 0.5s linear, opacity 0.5s linear;
  transition: visibility 0.5s linear, opacity 0.5s linear;
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center; }
#cta1 .textoInicio {
  position: absolute;
  top: 20%;
  margin-left: auto;
  margin-right: auto; }
#cta1 .titulo {
  font-size: 4rem;
  color: #5eb12f; }
@media only screen and (max-width: 768px) {
  #cta1 .imagen-cta {
    height: 100vh; }
  #cta1 .textoInicio {
    width: auto;
    top: 20%; }
  #cta1 .titulo {
    font-size: 2.5rem; } }

#exito .hero {
  position: relative; }
#exito .row > * {
  padding: 0;
  margin: 0; }
#exito h3 {
  color: #004aad;
  font-size: 3rem;
  font-family: "DM Sans", sans-serif; }
#exito .img-servicio {
  width: 100%;
  height: 60vh;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(95%);
  -webkit-filter: grayscale(95%);
  animation: serv-1 1s ease 0s 1;
  -webkit-animation: serv-1 1s ease 0s 1; }
#exito .img-servicio:hover,
#exito .img-servicio:active {
  animation: serv 1s ease 0s 1;
  -webkit-animation: serv 1s ease 0s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
@keyframes serv {
  to {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }
  from {
    -webkit-filter: grayscale(95%);
            filter: grayscale(95%); } }
@-webkit-keyframes serv {
  to {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }
  from {
    -webkit-filter: grayscale(95%);
            filter: grayscale(95%); } }
@keyframes serv-1 {
  to {
    -webkit-filter: grayscale(95%);
            filter: grayscale(95%); }
  from {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); } }
@-webkit-keyframes serv-1 {
  to {
    -webkit-filter: grayscale(95%);
            filter: grayscale(95%); }
  from {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); } }
#exito .controles {
  position: absolute;
  bottom: 30vh;
  left: 2%;
  width: 96%; }
#exito .carousel-caption {
  z-index: 3 !important;
  text-align: left;
  text-shadow: 2px 2px 4px black;
  color: #ffffff;
  font-family: "DM Sans", sans-serif; }
#exito a {
  color: rgba(94, 177, 47, 0.6);
  text-decoration: none; }
#exito a:hover, #exito a:active {
  color: rgba(94, 177, 47, 0.8); }

#cta2 h5 {
  margin-top: 3rem;
  color: #ffffff;
  text-shadow: 2px 2px 4px black; }
#cta2 .hero {
  position: relative; }
#cta2 .imagen-cta {
  -webkit-transition: visibility 0.5s linear, opacity 0.5s linear;
  transition: visibility 0.5s linear, opacity 0.5s linear;
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center; }
#cta2 .textoInicio {
  position: absolute;
  top: 20%;
  margin-left: auto;
  margin-right: auto; }
#cta2 .titulo {
  font-size: 4rem;
  color: #5eb12f; }
@media only screen and (max-width: 768px) {
  #cta2 .imagen-cta {
    height: 100vh; }
  #cta2 .textoInicio {
    width: auto;
    top: 20%; }
  #cta2 .titulo {
    font-size: 2.5rem; } }

#testimonios small {
  color: #8c8d8e; }
#testimonios h6 {
  font-size: x-large;
  color: #5eb12f;
  margin: 0; }
#testimonios h3 {
  color: #004aad;
  font-size: 3rem;
  font-family: "DM Sans", sans-serif; }
#testimonios i {
  color: #f5d033;
  padding: 0 2px;
  margin: 0 1px; }

#contacto h3 {
  color: #004aad;
  font-size: 3rem;
  font-family: "DM Sans", sans-serif; }
#contacto .input-group-text {
  color: #ffffff;
  background-color: #5eb12f; }
#contacto .form-select {
  text-align: center;
  color: #8c8d8e;
  text-shadow: unset; }
#contacto .input-group-text {
  color: #ffffff;
  background-color: #5eb12f !important; }
#contacto .btn-primary {
  color: #ffffff;
  background-color: #5eb12f;
  border-color: #5eb12f; }
#contacto ::-webkit-input-placeholder {
  color: #8c8d8e; }
#contacto :-ms-input-placeholder {
  color: #8c8d8e; }
#contacto ::-ms-input-placeholder {
  color: #8c8d8e; }
#contacto ::placeholder {
  color: #8c8d8e; }
#contacto #g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0; }
#contacto .gracias {
  text-align: center;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #5eb12f; }
#contacto .img-modal {
  width: 250px; }
#contacto .ok {
  font-weight: 700;
  color: #004aad; }
#contacto .error {
  font-weight: 700;
  color: red; }

footer {
  background-color: #F8F9FA;
  border-top: 1px solid rgba(94, 177, 47, 0.1); }
  footer .img-footer {
    width: auto;
    height: 100px;
    display: table-cell;
    vertical-align: middle; }
  footer h3 {
    color: #004aad;
    margin: 5px 0; }
  footer h5 {
    color: #8c8d8e;
    margin: 5px 0; }
  @media only screen and (max-width: 768px) {
    footer .img-footer {
      width: auto;
      height: 50px; } }
  footer p {
    color: #8c8d8e;
    margin: 5px 0; }
  footer svg, footer i {
    color: rgba(94, 177, 47, 0.6);
    margin: 0 10px;
    width: 1.5rem;
    text-align: center; }
  footer #copyright {
    background-color: #D1D5DC; }
    footer #copyright p {
      color: #ffffff; }
    footer #copyright a {
      font-weight: 800;
      color: #ffffff; }

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