@charset "UTF-8";
a {
  text-decoration: none !important;
}

.menu-page ul li a {
  position: relative;
}
.menu-page ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.menu-page ul li a:hover::after {
  width: 100%;
}
.menu-page ul li a.elementor-item-active::after {
  width: 100% !important;
}
.menu-page ul li a:hover {
  text-decoration: none !important;
}

.social-bar-vertical {
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 9999;
}
.social-bar-vertical .social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #000;
}
.social-bar-vertical .social-link .icon {
  font-size: 16px;
  color: #000;
  transition: 0.3s ease;
}
.social-bar-vertical .social-link .text {
  writing-mode: vertical-rl;
  transform: rotate(0deg);
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000;
  opacity: 0.9;
  transition: 0.3s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  font-weight: 500;
  font-family: "Roboto Slab";
}
.social-bar-vertical .social-link:hover .icon,
.social-bar-vertical .social-link:hover .text {
  opacity: 1;
  color: #0098ca;
}

.servicios-grid .servicio-item {
  position: relative;
  margin-bottom: 40px;
}
.servicios-grid .servicio-item .servicio-img {
  position: relative;
  overflow: hidden !important;
}
.servicios-grid .servicio-item .servicio-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease, filter 0.4s ease;
  transform: scale(1);
  filter: brightness(1);
}
.servicios-grid .servicio-item .servicio-img .servicio-number {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 48px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s ease;
  color: #000;
}
.servicios-grid .servicio-item:hover .servicio-number {
  opacity: 1;
  transform: translateY(0);
}
.servicios-grid .servicio-item .servicio-info {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.servicios-grid .servicio-item .servicio-info .servicio-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  font-family: "DM Sans", Sans-serif;
}
.servicios-grid .servicio-item .servicio-info .servicio-title a {
  font-size: inherit;
  color: #000;
  text-decoration: none;
}
.servicios-grid .servicio-item .servicio-info .servicio-arrow {
  width: 36px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  transition: 0.3s ease;
}
.servicios-grid .servicio-item .servicio-info .servicio-arrow:hover {
  background: #000;
  color: #fff;
}
.servicios-grid .servicio-item .servicio-line {
  width: 100%;
  height: 1px;
  background: #d1c8ce;
  margin-top: 12px;
  position: relative;
}
.servicios-grid .servicio-item .servicio-line::after {
  content: "";
  background-color: #000;
  width: 0;
  height: 1px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  position: absolute;
  bottom: 0;
  left: 0;
}
.servicios-grid .servicio-item:hover .servicio-line::after {
  width: 100%;
}
.servicios-grid .servicio-item:hover .servicio-img img {
  transform: scale(1.05);
  filter: brightness(0.9);
}

.box-blog {
  overflow: hidden !important;
}
.box-blog .box-img {
  overflow: hidden !important;
}
.box-blog .box-img img {
  transition: transform 0.4s ease, filter 0.4s ease;
  transform: scale(1);
  filter: brightness(1);
}
.box-blog:hover .box-img img {
  transform: scale(1.05);
  filter: brightness(0.9);
}
.box-blog h6 {
  position: relative;
}
.box-blog h6::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 40px;
  height: 2px;
  background-color: #000;
}
.box-blog h6 span {
  color: #9494a0;
  font-size: 13px;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-item p {
  font-size: 18px;
  color: #000;
  margin: 0;
  font-family: "DM Sans", Sans-serif;
}

.icon-box {
  width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-box i {
  font-size: 20px;
  color: #000;
}

.logo-blanco img {
  filter: brightness(0) invert(1);
}

.blog-masonry-wrapper {
  margin: 0 auto;
}

/* Configuración de Masonry */
.blog-masonry-container {
  margin: 0 auto;
}
.blog-masonry-container .blog-item-sizer,
.blog-masonry-container .blog-item {
  width: 100%;
}
@media (min-width: 768px) {
  .blog-masonry-container .blog-item-sizer,
  .blog-masonry-container .blog-item {
    width: calc(50% - 15px);
  }
}

/* Estilo de la tarjeta */
.blog-item {
  margin-bottom: 40px;
  float: left;
}
.blog-item .blog-item-inner {
  background: #fff;
}
.blog-item {
  /* Imagen */
}
.blog-item .blog-image {
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-item .blog-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.blog-item {
  /* Meta Data (Categoría, Fecha, Comentarios) */
}
.blog-item .blog-meta {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #888;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-family: "DM Sans", Sans-serif;
}
.blog-item .blog-meta .meta-cat {
  color: #333;
  position: relative;
  padding-left: 25px;
}
.blog-item .blog-meta .meta-cat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 1px;
  background-color: #333;
}
.blog-item .blog-meta .meta-sep {
  margin: 0 8px;
  color: #ccc;
}
.blog-item .blog-meta .meta-date, .blog-item .blog-meta .meta-comments {
  text-transform: initial;
}
.blog-item {
  /* Título */
}
.blog-item .blog-title {
  font-size: 35px;
  line-height: 40px;
  margin: 0;
  font-weight: 700;
  font-family: "DM Sans", Sans-serif;
}
.blog-item .blog-title a {
  text-decoration: none;
  color: #111;
  transition: color 0.3s;
}
.blog-item .blog-title a:hover {
  color: #555;
}
@media (max-width: 767px) {
  .blog-item .blog-title {
    font-size: 25px;
    line-height: 1.3;
  }
}
.blog-item:hover img {
  transform: scale(1.05);
}

/* Paginación simple */
.blog-pagination {
  margin-top: 40px;
  text-align: center;
}
.blog-pagination a, .blog-pagination span {
  padding: 8px 12px;
  margin: 0 2px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
}
.blog-pagination a.current, .blog-pagination a:hover, .blog-pagination span.current, .blog-pagination span:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}

.fondo-single {
  background-size: cover !important;
  background-position: center center !important;
}

.single-descripcion ul, .single-descripcion ol {
  margin-bottom: 15px;
}
.single-descripcion a {
  color: #000 !important;
}

/* Contenedor oscuro (Overlay) */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}
.popup-overlay.active .popup-box {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* Caja del Popup */
.popup-box {
  background: #fff;
  width: 90%;
  max-width: 450px;
  padding: 40px;
  border-radius: 8px;
  position: relative;
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(20px) scale(0.95);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Botón de cerrar (X) */
.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: #999;
  transition: color 0.3s;
}
.popup-close:hover {
  color: #333;
  background-color: #fff;
}

/* Icono Decorativo */
.popup-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background: #f4f4f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-icon svg {
  width: 30px;
  height: 30px;
  color: #333;
}

/* Tipografía */
.popup-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
  font-family: "DM Sans", Sans-serif;
}

.popup-desc {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 25px;
  font-family: "Roboto Slab";
}

/* Botón de Acción Principal */
.popup-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.3s ease;
}
.popup-btn:hover {
  background: #444;
  color: #fff;
  text-decoration: none;
}/*# sourceMappingURL=estilos.css.map */