.auto {
  margin: auto !important;
}

.color-neo {
  color: #000033 !important;
}
.color-suave {
  color: #1616c5 !important;
}
.width {
  width: 100%;
}
a {
  text-decoration: none !important;
}

.tittle {
  text-align: center;
}

.white {
  color: white !important;
}

.justify {
  text-align: justify;
}
.testing {
  display: none;
}

.text-dark {
  color: black;
}

.return-home {
  display: none;
}

.bg-neo {
  background-color: #000033 !important;
}

.bg-white {
  background-color: white;
}

.bg-celeste {
  background-color: #00fbfc !important;
}

.nav_mid {
  display: none;
}
.menu {
  height: 75px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu_items {
  display: flex;
  list-style: none;
  margin-right: 30px;
  padding-left: 0px !important;
  margin-top: 12px;
}

.menu_items li {
  border-radius: 3px;
  margin: 0 5px;
}
.menu_items li a {
  padding: 7px 11px;
  text-decoration: none;
  display: block;
  color: #003;
}

.menu_items li:hover,
li.active2 a {
  border-bottom: 2px solid #003;
  color: #003 !important;
}

a.active3 {
  box-shadow: 0 -5px 0 #1616c5 inset;
}

.anchor-fix {
  display: inline-block !important;
}

.hero-da {
  background-color: #f5f5fe;
  background-image: url("../img/icon/background_clouds.svg");
  background-size: cover;
  /* padding-top: 10rem;
  padding-bottom: 10rem; */
}

.hero-mkt-auto{
  background-color: #f5f5fe;
  background-image: url("../img/services/mkt-auto/mkt-hero.png");
  background-size: cover;
  /* padding-top: 10rem;
  padding-bottom: 10rem; */
}

.heroaa {
  background-color: #f5f5fe;
  background-size: cover;
  background-image: url("../img/services/mkt-auto/mkt-hero.png");

  /*  background-size: cover; */
  /*  background-position: center;   */
}
@media (max-width: 390px) {
  .herov2 {
    background-color: #f5f5fe;
    background-image: url("../img/icon/background_clouds.svg");
    background-size: cover;
    /*  background-position: center;   */
  }
}
@media (max-width: 12000px) {
  .hero-da{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .hero-mkt-auto{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .heroaa{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.herov2 {
  background-color: #f5f5fe;
  background-image: url("../img/icon/background_clouds.svg");
  /*  background-size: cover; */
  /*  background-position: center;   */
}


.baneer {
  margin-top: 1000px;
}

.line {
  display: none;
}

.sidebar {
  background-color: white;
  display: none;
}

.sidebar a {
  color: #003 !important;
}

.sidebar a .conversemos {
  color: white;
}

textarea:focus {
  border-color: white !important;
}

.premios {
  width: 100%;
}

.PART-ESP {
  width: 100%;
}

.centerrr {
  justify-content: center;
}

.footer-esp-mobile {
  display: block;
}

.footer-esp-desk {
  display: none;
}

.block {
  display: block;
}

.anchor-white {
  color: white;
}
.anchor-white:hover {
  color: white;
}
.arrow_button_footer {
  text-align: center;
}

.fix-onscroll {
  scroll-margin-top: 7em;
}
.fix-onscrollv2 {
  scroll-margin-top: 5em;
}

.invalid {
  animation: shake 1s ease;
}

#neo_talent {
  margin-bottom: 5em;
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

input[type="text"],
input[type="email"],
#comment {
  font: 1.16em/1.57 "Montserrat-ExtraBold", georgia, serif;
  border-color: rgba(255, 255, 255, 0.5) !important;
}

#comment::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.objetivos-title {
  margin-bottom: 80px;
}

.img_1,
.img_2,
.img_3,
.img_4 {
  margin-bottom: 3rem;
}
/* 
.img_neo_container {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
} */

.subtitle_neotalent {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.post-desc {
  font: 0.95em/1.57 "Montserrat-Regular", georgia, serif !important;
}

.post-author p {
  font: 1em/1.57 "Montserrat-ExtraBold", georgia, serif !important;
}

.logros-title {
  margin-bottom: 80px;
  text-align: center;
}

.hero_contact:hover {
  background-color: #000033 !important;
  color: white !important;
  transition: all 0.5s;
}

/* landing crm */

.crm_hero_img {
  width: 100%;
}

.crm_description {
  font-family: "Montserrat-Regular";
  font-size: 1.2em !important;
}

.crm_vision {
  width: 100%;
}
.title_hero_crm {
  text-align: center;
}
.crm_description {
  text-align: center;
}

.container_vision_right {
  text-align: center;
}

.container-hero-btn-crm {
  text-align: center;
}

.triangles_crm {
  cursor: pointer;
}

.tri_1 {
  width: 17%;
}

.tri_2 {
  width: 35%;
}
.tri_3 {
  width: 55%;
}

.tri_1:hover .fondo_uno {
  fill: #000033 !important;
  transition: 2s all ease;
}

.tri_1:hover .number_uno {
  fill: white !important;
  transition: 2s all ease;
}

.tri_1:hover .circle_uno {
  stroke: white !important;
  transition: 2s all ease;
}

.tri_2:hover .fondo_dos {
  fill: #000033 !important;
  transition: 2s all ease;
}

.tri_2:hover .number_dos {
  fill: white !important;
  transition: 2s all ease;
}

.tri_2:hover .circle_dos {
  stroke: white !important;
  transition: 2s all ease;
}

.tri_3:hover .fondo_tres {
  fill: #000033 !important;
  transition: 2s all ease;
}

.tri_3:hover .number_tres {
  fill: white !important;
  transition: 2s all ease;
}

.tri_3:hover .circle_tres {
  stroke: white !important;
  transition: 2s all ease;
}
/* .tri_1:hover .unoa{
  fill: #000033 !important;
  transition: 1s all;
}
.tri_2:hover .dosa{
  fill: #000033 !important;
  transition: 1s all;
}

.tri_3:hover .tresa{
  fill: #000033 !important;
  transition: 1s all;
} */
@media (min-width: 576px) {
  .premios {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .premios {
    width: 50%;
  }

  .container-hero-btn-crm {
    text-align: start;
  }
}

@media (min-width: 1100px) {
  .premios {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #neo_talent {
    margin-bottom: 5em;
  }
  .arrow_button_footer {
    text-align: end;
  }

  .footer-esp-mobile {
    display: none;
  }

  .footer-esp-desk {
    display: block;
  }
  /*   .line {
    display: block;
  } */
  .nav_mid {
    display: block;
  }

  .return-home {
    display: block;
  }

  .tittle {
    text-align: start;
  }

  .testing {
    display: block;
    width: 80%;
  }

  .container2 {
    width: 100%;
    padding: 0px 120px;
  }
}

@media (min-width: 1400px) {
  .post-title {
    font: 1.3em/1.57 "TiemposHeadline-Bold", georgia, serif !important;
  }
  .gmp {
    height: 53px;
  }
  .premios {
    width: 40%;
  }

  .sidebar {
    display: block;
  }

  .container {
    max-width: 1600px !important;
  }

  .herov2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .logros-title {
    margin-bottom: 3em;
  }

  .objetivos-title {
    margin-bottom: 3em;
  }

  .neo-talent-title {
    margin-bottom: 2em;
  }

  .neo-talent-pretitle {
    margin-top: 3em;
  }

  .crm_hero_img {
    width: 60%;
  }

  .crm_vision {
    width: 60%;
  }

  .container_vision_right {
    text-align: start;
  }

  .fix-later {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .crm_hero_img {
    width: 60%;
  }
  .container_vision_right {
    text-align: start;
  }
}

@media (min-width: 992px) {
  .crm_hero_img {
    width: 90%;
  }
  .title_hero_crm {
    text-align: start;
  }
  .crm_description {
    text-align: start;
  }
  .container-hero-btn-crm {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .crm_hero_img {
    width: 90%;
  }
}

@media (min-width: 1024px) {
  .crm_hero_img {
    width: 70%;
  }
}
