@charset "UTF-8";
/* Css3 prefix */
/* In Out Fade */
@-webkit-keyframes in-top-fade {
  from {
    -webkit-transform: translateY(-120%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}
@keyframes in-top-fade {
  from {
    transform: translateY(-120%);
  }
  to {
    transform: translateY(0%);
  }
}
@-webkit-keyframes out-top-fade {
  from {
    -webkit-transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-120%);
  }
}
@keyframes out-top-fade {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-120%);
  }
}
@-webkit-keyframes in-bottom-fade {
  from {
    -webkit-transform: translateY(120%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}
@keyframes in-bottom-fade {
  from {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0%);
  }
}
@-webkit-keyframes out-bottom-fade {
  from {
    -webkit-transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(120%);
  }
}
@keyframes out-bottom-fade {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(120%);
  }
}
@-webkit-keyframes in-left-fade {
  from {
    -webkit-transform: translateX(-120%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
@keyframes in-left-fade {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(0%);
  }
}
@-webkit-keyframes out-left-fade {
  from {
    -webkit-transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-120%);
  }
}
@keyframes out-left-fade {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-120%);
  }
}
@-webkit-keyframes in-right-fade {
  from {
    -webkit-transform: translateX(120%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
@keyframes in-right-fade {
  from {
    transform: translateX(120%);
  }
  to {
    transform: translateX(0%);
  }
}
@-webkit-keyframes out-right-fade {
  from {
    -webkit-transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(120%);
  }
}
@keyframes out-right-fade {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(120%);
  }
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
  text-overflow: ellipsis;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  text-overflow: ellipsis;
}

input::-o-placeholder, textarea::-o-placeholder {
  color: #9b9b9b;
  opacity: 1;
  text-overflow: ellipsis;
}

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #9b9b9b;
  opacity: 1;
  text-overflow: ellipsis;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.wpcf7-textarea, select, .nice-select,
.select-style3 {
  background-color: white;
  border: 1px solid #f2f6ff;
  color: #415674;
  line-height: normal;
  font-size: 13px;
  height: 51px;
  transition: all 200ms linear 0ms;
  box-shadow: none;
  border-radius: 2px;
  width: 100%;
  outline: none;
  padding-left: 15px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.wpcf7-textarea:focus, select:focus, .nice-select:focus,
.select-style3:focus {
  outline: 0;
  border-color: #87181c;
}

input[type=range] {
  padding: 0;
  background-color: transparent;
  height: auto;
  border: none;
}

select {
  height: 50px;
}

textarea {
  line-height: 1.625;
  padding-top: 18px;
  padding-bottom: 18px;
  height: 140px;
}

.wpcf7-form-control-wrap > .input-icon {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
}

.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #f13c3c !important;
}
.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
  height: 53px;
}
.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):hover, .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #87181c;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  height: 150px;
}
.wpcf7-form .wpcf7-response-output {
  border: 1px solid #dadce1;
  padding: 10px 22px !important;
  margin: 20px 0 0 !important;
  font-size: 14px;
  line-height: normal;
  background-color: #fff;
  border-radius: 0;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #398f14;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #f13c3c;
}
.wpcf7-form .ajax-loader {
  display: none !important;
}
.wpcf7-form .wpcf7-menu {
  display: block;
}
.wpcf7-form .wpcf7-menu select {
  background-color: transparent;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  z-index: 99;
}
.wpcf7-form .wpcf7-menu select option {
  padding: 5px;
}
.wpcf7-form.submitting .wpcf7-submit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
}
.wpcf7-form.submitting .wpcf7-submit:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border-color: transparent #000 transparent #000;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: ctspin 0.6s infinite linear;
  -webkit-animation: ctspin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #87181c;
}

input[type=submit] {
  background-color: #87181c;
  color: #fff;
  text-transform: capitalize;
  padding: 0 40px;
  line-height: 50px;
  border-radius: 2px;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 2px solid #87181c;
}
input[type=submit]:hover {
  border: 2px solid #292929;
  color: #fff;
  background-color: #292929;
}

.contact-description {
  font-size: 14px;
  line-height: 1.9;
  color: #9b9b9b;
  margin-bottom: 30px;
}

/*
  Equipot IT Elementor add-on styles
  -----------------------
  1. Header-Links
  2. Custom Headings
*/
.eit-header-links {
  transition: all 0.5s;
}
.eit-header-links .eit-header-link-items li {
  position: relative;
}
.eit-header-links .eit-header-link-items li + li {
  margin-left: 30px;
}
.eit-header-links .eit-header-link-items li + li:before {
  content: "";
  height: 44px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -17px;
}
.eit-header-links a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  position: relative;
}
.eit-header-links a:hover {
  color: #fff;
  text-decoration: none;
}
.eit-header-links .top-nav-icons {
  display: flex;
}

.eit-heading .sub-title {
  position: relative;
  margin-bottom: 1.5rem;
}
.eit-heading .sub-title span {
  font-weight: 600;
  line-height: 1.3;
  color: #87181c;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
}
.eit-heading .sub-title:after {
  content: "";
  background-color: #87181c;
  position: absolute;
  height: 2px;
  width: 5000px;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 10px);
}

.eit-services-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  align-items: stretch;
}
.eit-services-grid .service-card-wrap {
  overflow: hidden;
}
.eit-services-grid .service-card-wrap:hover .service-card:before {
  visibility: visible;
}
.eit-services-grid .service-card-wrap:hover .service-icon {
  animation: updown 0.4s ease-in-out 50ms;
  opacity: 1;
  visibility: visible;
}
.eit-services-grid .service-card-wrap:hover .service-icon i {
  color: #fff;
}
.eit-services-grid .service-card-wrap:hover .service-data {
  color: #fff;
}
.eit-services-grid .service-card {
  position: relative;
  z-index: 1;
}
.eit-services-grid .service-card:before {
  position: absolute;
  content: "";
  background-color: #87181c;
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  visibility: hidden;
  transition: 500ms all linear 0ms;
  z-index: -1;
}
.eit-services-grid .card {
  border-radius: 2px;
  background: transparent;
  height: 270px;
  gap: 1rem;
  flex-direction: row;
  transition: all 0.3s ease !important;
}
.eit-services-grid .card .service-icon i {
  font-size: 45px;
  color: #87181c;
  transition: all 0.3s ease !important;
}
.eit-services-grid .card .service-data {
  transition: all 0.3s ease !important;
  display: flex;
  flex-direction: column;
}
.eit-services-grid .service-cta {
  display: flex;
  margin-top: auto;
  gap: 0.8rem;
  justify-content: end;
}
.eit-services-grid .service-cta div {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #87181c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eit-services-grid .service-card:hover .service-cta div {
  border: 1px solid #FFF;
}
.eit-services-grid .service-card:hover .service-cta div a {
  color: #fff;
}
.eit-services-grid .in-top .service-card:before {
  animation: in-top-fade 0.3s ease 0ms 1 forwards;
}
.eit-services-grid .out-top .service-card:before {
  animation: out-top-fade 0.3s ease 0ms 1 forwards;
}
.eit-services-grid .in-bottom .service-card:before {
  animation: in-bottom-fade 0.3s ease 0ms 1 forwards;
}
.eit-services-grid .out-bottom .service-card:before {
  animation: out-bottom-fade 0.3s ease 0ms 1 forwards;
}
.eit-services-grid .in-left .service-card:before {
  animation: in-left-fade 0.3s ease 0ms 1 forwards;
}
.eit-services-grid .out-left .service-card::before {
  animation: out-left-fade 0.3s ease 0ms 1 forwards;
}
.eit-services-grid .in-right .service-card::before {
  animation: in-right-fade 0.3s ease 0ms 1 forwards;
}
.eit-services-grid .out-right .service-card::before {
  animation: out-right-fade 0.3s ease 0ms 1 forwards;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-left-element {
  opacity: 0; /* Inicialmente oculto */
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animate-fadeInLeft {
  animation-name: fadeInLeft;
}

.eit-testimonial-carousel .testimonial-item {
  padding: 0 1em;
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.eit-testimonial-carousel .testimonial-item .testimonial-inner {
  position: relative;
}
.eit-testimonial-carousel .testimonial-item .testimonial-description {
  line-height: 1.9;
  background-color: #fff;
  padding: 60px 30px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  color: #9B9B9B;
  border-radius: 4px;
  height: 200px;
}
.eit-testimonial-carousel .testimonial-item .testimonial-description::before {
  content: "";
  position: absolute;
  border: 20px solid;
  border-color: transparent transparent transparent #fff;
  left: 25px;
  bottom: -20px;
  z-index: -1;
}
.eit-testimonial-carousel .testimonial-item .testimonial-description::after {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  color: #FFF;
  background-color: #87181c;
  top: 0;
  left: 30px;
  z-index: 0;
  padding: 6px 18px;
  line-height: 1;
}
.eit-testimonial-carousel .testimonial-item .testimonial-customer {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 30px;
}
.eit-testimonial-carousel .testimonial-item .testimonial-avatar {
  margin-right: 20px;
  width: 55px;
  height: 55px;
  min-width: 55px;
  border-radius: 50%;
  border: 2px solid #87181c;
  padding: 4px;
  background-color: #FFF;
}
.eit-testimonial-carousel .testimonial-item .testimonial-avatar img {
  border-radius: 55px;
  height: 100%;
}
.eit-testimonial-carousel .testimonial-item .testimonial-name {
  color: #FFF;
  padding-top: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
}

.eit-casos-exito-grid .caso-exito-card {
  position: relative;
  width: 100%;
  height: 445px; /* Nueva altura fija */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

/* Quitar border-radius */
.eit-casos-exito-grid .caso-exito-card {
  border-radius: 0;
}

.eit-casos-exito-grid .caso-exito-card:hover {
  transform: scale(1.05);
}

/* Ocultar overlay y título por defecto */
.eit-casos-exito-grid .caso-exito-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0); /* Inicialmente transparente */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

/* Mostrar el overlay y el título al hacer hover */
.eit-casos-exito-grid .caso-exito-card:hover .caso-exito-overlay {
  background: rgba(0, 0, 0, 0.6); /* Fondo oscuro translúcido */
  opacity: 1;
}

/* Estilos del título */
.eit-casos-exito-grid .caso-exito-overlay .h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

/* Estilos links pagina servicio */
.eit-service-link-items {
  list-style-type: none;
  padding-left: 0;
}
.eit-service-link-items li a {
  color: #9b9b9b;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: block;
  font-weight: 300;
  line-height: 1;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}
.eit-service-link-items li a::before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 0px;
  font-size: normal;
  font-weight: 900;
}

/* FAQ box */
.faq-box {
  border: 1px solid #e9e9e9;
  margin-bottom: 12px;
  padding: 12px;
  transition: all 0.3s ease;
}

.faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question .question-title {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 500;
  font-size: 1.1rem;
}
.faq-question .faq-toggle-icon {
  transition: transform 0.3s ease;
  margin-left: 10px;
  font-weight: 600;
  font-size: 12px;
  color: #87181c;
}

.faq-box.open .faq-toggle-icon {
  transform: rotate(90deg); /* de derecha a abajo */
}

.faq-answer {
  display: none;
  margin-top: 15px;
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
  font-size: 15px;
}

.inner-contact-form .eit-contact-form .h2, .inner-contact-form .eit-contact-form .contact-description {
  padding: 0 25px;
  color: #FFF;
}
.inner-contact-form .eit-contact-form .contact-description {
  margin-bottom: 0;
}

.wpcf7-spinner {
  display: block !important;
  margin-top: 10px;
}

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