/* === REGLAS CSS === */
/* === Estilos básicos y reseteo === */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "UniNeue";
  src: url("/assets/fonts/Fontfabric\ -\ UniNeueRegular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "UniNeue";
  src: url("/assets/fonts/Fontfabric\ -\ UniNeueBold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "UniNeue";
  src: url("/assets/fonts/Fontfabric\ -\ UniNeueHeavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

/* === neue heavy === */
h1 {
  font-family: "UniNeue";
  font-weight: bold;
  font-style: normal;
}

/* === neue regular === */
p, a {
  font-family: "UniNeue";
  font-weight: normal;
  font-style: normal;
}

/* === Variables === */
:root {
  --primary-color: #00417e;
  --secondary-color: #f7c042;
}

/* === NavBAR === */
.sticky-top {
  top: 0;
  z-index: 1020;
}
.navbar-nav .nav-item {
  margin-left: 20px;
}
/* === LOGO === */
.navbar-brand img {
  height: 75px;
  width: auto;
  max-height: 100px;
  padding: 10px;
  margin-left: 50px;
  transform: scale(4);
}

/* === Botones === */
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 10px 25px;
  border-radius: 25px;
}

.btn-primary-2 {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
}

.btn-primary-2:hover {
  background-color: gold;
  text-decoration: none;
}

.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 10px 25px;
  border-radius: 25px;
}

.hero-section {
  background-image: url("/assets/img/vector.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* === HERO SECTION=== */

/* === SERVICIOS SECTION=== */
.services-section {
  background-color: var(--primary-color);
  padding: 60px 20px; /* Top/bottom padding */
  margin: 50px 0; /* Space between sections */
}
/* === TRUST SECTION=== */
.trust-section {
  background-color: #ffffff;
  padding: 60px 20px; /* Top/bottom padding */
  margin: 50px 0; /* Space between sections */
}
.feature-item i {
  color: #0d6efd;
  min-width: 24px;
  min-height: 24px;
}
.feature-item {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 20px;
}
.client-images img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* === Planes SECTIONS === */

/* === END SECTIONS === */

/* === CARDS === */
.service-card {
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s;
}
.service-card:hover {
  transform: translateY(-5px);
}
.pricing-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
  min-height: 450px;
  border: 1px solid #ddd;
  margin-bottom: 3rem;
}

.pricing-header {
  background-color: var(--primary-color);
  color: white;
  padding: 20px;
  text-align: center;
}
.pricing-header-2 {
  background-color: var(--secondary-color);
  color: white;
  padding: 20px;
  text-align: center;
}

/* Efecto de zoom en toda la tarjeta */
.card-zoom {
  transition: transform 0.3s ease;
}

.card-zoom:hover {
  transform: scale(1.05); /* Aumenta el tamaño de la tarjeta */
}

/* Efecto de zoom en el precio */
.price-zoom {
  transition: transform 0.3s ease;
}

.card-zoom:hover .price-zoom {
  transform: scale(1.1); /* Aumenta el tamaño del precio */
}

.testimonial-card {
  border-radius: 15px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.star-rating {
  color: #f7c042;
}
.feature-card {
  border: none;
  padding: 20px;
  margin: 20px 0;
  color: var(--primary-color);
}
.card-content i {
  font-size: 80px; /* Tamaño de los iconos aumentado */
  color: var(--secondary-color);
  margin-bottom: 15px;
}
.card-content p,
.card-content h3 {
  color: #ffffff;
}
.info-card {
  margin-bottom: 30px;
  top: 80px;
  margin-right: 90px;
  margin-left: 90px;
  padding: 10px;
}

/* === Estilo de perfil === */
.profile {
  display: flex;
  align-items: center;
  gap: 1rem; /* Espacio entre la imagen y el nombre */
}

.profile-pic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ddd;
}

/* === Estilos del Footer === */
.footer-site h5 {
  padding-top: 120px;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.social-icons a {
  font-size: 1.5rem; /* Tamaño de los iconos */
  transition: color 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover i {
  color: #f7c042;
}

.footer-site {
  padding: 20px 0; /* Espaciado superior e inferior del footer */
}

.footer-site h5 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.footer-site .social-icons a {
  font-size: 1.5rem; /* Tamaño de íconos */
}

.footer-logo {
  width: 70%;
  height: auto;
  display: block; /* Para asegurarse de que el margen automático funcione */
  margin: 25px 40px;
}
