@charset "UTF-8";
@import url("https://use.typekit.net/ras5img.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
.rojo {
  color: #ff005d !important;
}

.verde {
  color: #00d49d !important;
}

.amarillo {
  color: #fedf03 !important;
}

.azul {
  color: #0085b6 !important;
}

.fi {
  font-style: italic !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #232323;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.ff-1 {
  font-family: "Raleway", sans-serif !important;
}

.fc-1 {
  color: #004c36 !important;
}

.br-30 {
  border-radius: 30px !important;
}

.btn-success {
  background-color: #004c36;
  color: #00d49d;
  font-weight: 600;
}
.btn-success:hover {
  background-color: #232323;
  color: #ffffff;
  border: 1px solid #232323;
}
.btn-success:focus {
  background-color: #232323;
  color: #ffffff;
  outline: none;
}
.btn-success:active {
  background-color: #232323;
  color: #ffffff;
  outline: none;
}

.btn-primary {
  background-color: #0085b6;
  border-color: #0085b6;
  color: #ffffff;
  font-weight: 600;
}

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

.text-bg-primary {
  color: #fff !important;
  background: #00d49d;
  background: linear-gradient(90deg, rgba(0, 212, 157, 0.65) 50%, rgba(0, 133, 182, 0.75) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00d49d", endColorstr="#00d49d", GradientType=1 );
}

#header {
  padding: 0px 50px;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 99999;
}
#header.background-header {
  background: #00d49d;
  background: linear-gradient(90deg, rgba(0, 212, 157, 0.65) 50%, rgba(0, 133, 182, 0.75) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00d49d", endColorstr="#00d49d", GradientType=1 );
}
@media (max-width: 768px) {
  #header {
    height: auto;
    padding: 0px 20px;
  }
}
#header .logo-header {
  width: 254px;
}
@media (max-width: 768px) {
  #header .logo-header {
    width: 164px;
  }
}
#header li .nav-link {
  font-size: 24px;
  color: #232323;
}
#header #menu_Principal_headers li .nav-link {
  font-size: 16px;
  font-weight: 500;
}
#header #menu_Principal_headers li .nav-link:hover {
  color: #004c36;
}
#header #menu_Principal_headers li .nav-link.active {
  color: #004c36;
}

#carousel {
  height: 100vh;
  margin-top: -151px;
}
#carousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00d49d;
  background: linear-gradient(90deg, rgba(0, 212, 157, 0.65) 50%, rgba(0, 133, 182, 0.75) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00d49d", endColorstr="#00d49d", GradientType=1 );
}
@media (max-width: 768px) {
  #carousel {
    height: auto;
  }
}
#carousel .slide {
  height: 95vh;
  display: flex;
  position: relative;
  padding: 80px 0px;
}
@media (max-width: 768px) {
  #carousel .slide {
    height: auto;
    padding: 40px 0px;
  }
}
#carousel .slide .container-fluid {
  z-index: 999;
}
#carousel .slide h1 {
  font-size: 2.45rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  #carousel .slide h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  #carousel .slide .botonesSlide .btn {
    font-size: 0.9rem;
    text-align: center;
    justify-content: center !important;
  }
}
#carousel .slide .contenido {
  color: #ffffff;
  margin-top: 20px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #carousel .slide .contenido {
    font-size: 1rem;
  }
}
#carousel .heightImg {
  height: 85vh;
}
@media (max-width: 768px) {
  #carousel .heightImg {
    height: auto;
  }
}
#carousel .slick-dots {
  bottom: 20px !important;
}
#carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffffff !important;
}
#carousel .slick-dots li button:before {
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.35;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#fraseDestacada {
  padding: 80px 0;
}

#queEsColorMach {
  position: relative;
}
#queEsColorMach::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 90%;
  background-color: #eaeaea;
  z-index: -1;
}

#comoFunciona .card {
  min-height: 310px;
  background-color: rgba(234, 234, 234, 0.75);
  border-color: #eaeaea;
}
#comoFunciona .numero {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff005d;
  color: #ffffff;
  border-radius: 50%;
  margin-bottom: 20px;
}

.badge-danger {
  background-color: #ff005d;
  font-weight: 600;
}

#comoFunciona {
  padding: 80px 0;
}

footer {
  padding-top: 30px;
  background-color: #008b6a;
}
footer #links-footer li, footer #links-footer2 li {
  font-size: 24px;
  color: #004c36;
}
footer p {
  font-size: 16px;
}
footer hr {
  border-top: 2px solid #ffffff;
}
footer #menu-footer li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 2px solid #ffffff;
}
footer #menu-footer li:last-child {
  border-right: none;
}
footer #menu-footer li:first-child a.nav-link {
  padding-left: 0;
}
footer #menu-footer li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
}
footer #menu-footer li a.nav-link {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
footer #menu-footer li a:hover {
  color: #004c36;
  text-decoration: underline;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffffff;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #232323;
  color: #232323;
}

.slick-prev {
  left: -5px;
}

.slick-next {
  right: -5px;
}

.whatsappButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 1000;
}
.whatsappButton a {
  text-decoration: none;
  color: #ffffff;
}
.whatsappButton .whatsapp-icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #00d49d;
  border-radius: 50%;
  border: 5px solid #ffffff;
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  animation: pulsar 2s infinite;
  cursor: pointer;
}
.whatsappButton .whatsapp-icon-inner:hover {
  background-color: rgba(0, 212, 157, 0.1);
}
.whatsappButton .whatsapp-icon-inner .walogo {
  color: #ffffff;
  font-size: 30px;
  transition: transform 0.3s ease;
}

@keyframes pulsar {
  0% {
    transform: scale(1);
    border-color: rgba(255, 255, 255, 0.5);
  }
  50% {
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, 0.8);
  }
  100% {
    transform: scale(1);
    border-color: rgba(255, 255, 255, 0.5);
  }
}
#faq {
  padding: 80px 0;
  background-color: #fedf03;
}

.informe-colormach .card-title i,
.informe-colormach .informe-lista i {
  vertical-align: middle; /* Asegura una buena alineación vertical */
}

/* Aumentamos un poco el tamaño del ícono en la lista para mejor visibilidad */
.informe-colormach .informe-lista i {
  font-size: 1.2em;
  margin-top: 3px;
}

#test-form table.table-bordered tbody td {
  cursor: pointer;
  transition: background-color 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
#test-form table.table-bordered tbody td:hover {
  background-color: rgba(0, 123, 255, 0.05);
}
#test-form table.table-bordered tbody td input[type=radio] {
  pointer-events: none;
  margin: 0 auto;
  display: block;
}

.pregunta-incompleta {
  animation: pulseWarning 1s ease-in-out 3;
}
.pregunta-incompleta table.table-warning {
  border: 2px solid #ffc107 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}
.pregunta-incompleta table.table-warning thead tr {
  background-color: #fff3cd !important;
}

@keyframes pulseWarning {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
#test-form table.table-bordered tbody td.celda-seleccionada {
  background-color: rgba(40, 167, 69, 0.15) !important;
  border-color: #28a745 !important;
  font-weight: 500;
}
#test-form table.table-bordered tbody td.celda-seleccionada input[type=radio]:checked {
  accent-color: #28a745;
}

#test-form table.table-bordered input[type=radio] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#test-form table.table-bordered input[type=radio]:checked {
  transform: scale(1.1);
}

table.table-bordered {
  transition: all 0.3s ease;
}
table.table-bordered thead th {
  background-color: #f8f9fa;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 10;
}
table.table-bordered tbody tr {
  transition: background-color 0.2s ease;
}

.pregunta {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.pregunta:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.pregunta p.fw-bold {
  color: #495057;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
}

@media (max-width: 768px) {
  .pregunta {
    overflow-x: auto;
  }
  .pregunta table {
    min-width: 600px;
  }
  table.table-bordered tbody td {
    padding: 12px 8px;
    font-size: 13px;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #00d49d;
  background-color: #00d49d;
  color: #ffffff;
  text-align: center;
}/*# sourceMappingURL=estilos.css.map */