/* Javier Custom Styles */
.logo-box {
    position: absolute;
    top: 0; /* Ajusta la posición vertical */
    left: 8%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 10px 10px; /* Opcional, para bordes redondeados */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra para resaltar */
}

.logo-box img {
    max-width: 130px;
    max-height: 130px;
}

.site-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-left: 135px;
}

img.attachment-full.size-full.wp-post-image {
  width: 100%;
  object-fit: cover;
}

.wpcf7-spinner {
  margin: 0;
  margin-top: 15px;
}

.breadcrumb-style-02 {
  min-height: auto;
}

.breadcrumb-style-02 .breadcrumb-inner {
  min-height: 370px;
}

.breadcrumb-style-02 .breadcrumb-icon {
  top: 170px;
}

.ub-image img {
  max-height: 270px;
}

.banner-c1-1 {
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: background-image 1s ease-in-out;
}

.copy-feedback {
  display: none;
  font-size: 12px !important;
  color: #28a745;
}
/* End Javier Custom Styles */

@media only screen and (max-width: 768px) {          
  /* Javier Custom Styles */
  .logo-box {
      width: 100px;
      height: 100px;
      left:65px;
  }
  .logo-box img {
      max-width: 80px;
      max-height: 80px;
  }
  .site-title {
      font-size: 16px;
      width: 50%;
  }
  /* End Javier Custom Styles */  
}

@media (min-width: 768px) and (max-width: 1399px) {
  .site-title {
      margin-left: 180px;
      width: 60%;
  }
}

@media only screen and (max-width: 991px) {
  .nav-style-02 .nav-right-part ul li.search {
    top: 15px !important;
  }
  .nav-style-02 .responsive-mobile-menu .navbar-toggler {
    top: -5px !important;
  }
}

@media only screen and (max-width: 575px) {     
  .nav-style-02 .nav-right-part ul li.search {
    top: 8px !important;
  }
  .ub-image img {
    max-height: 178px;
  }
}