.elementor-9105 .elementor-element.elementor-element-0a12a1f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9105 .elementor-element.elementor-element-a9bfe28{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9105 .elementor-element.elementor-element-05b6b42{--display:flex;}.elementor-9105 .elementor-element.elementor-element-59657a2{--display:flex;}.elementor-9105 .elementor-element.elementor-element-92a1c29{--display:flex;}.elementor-9105 .elementor-element.elementor-element-48e22d7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9105 .elementor-element.elementor-element-ed33f26{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9105 .elementor-element.elementor-element-01329d4{--display:flex;}.elementor-9105 .elementor-element.elementor-element-9beb6b6{--display:flex;}.elementor-9105 .elementor-element.elementor-element-a174423{--display:flex;}.elementor-9105 .elementor-element.elementor-element-57bf5c6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9105 .elementor-element.elementor-element-49c70fa{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9105 .elementor-element.elementor-element-2affbc6{--display:flex;}.elementor-9105 .elementor-element.elementor-element-4caa881{--display:flex;}.elementor-9105 .elementor-element.elementor-element-a3747d6{--display:flex;}.elementor-9105 .elementor-element.elementor-element-748d5d2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9105 .elementor-element.elementor-element-d1f5784{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9105 .elementor-element.elementor-element-9e0a8a7{--display:flex;}.elementor-9105 .elementor-element.elementor-element-6920fcc{--display:flex;}.elementor-9105 .elementor-element.elementor-element-d8323d0{--display:flex;}.elementor-9105 .elementor-element.elementor-element-3cd8f81{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9105 .elementor-element.elementor-element-5d34d6b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9105 .elementor-element.elementor-element-c588554{--display:flex;}.elementor-9105 .elementor-element.elementor-element-c1b09f1{--display:flex;}.elementor-9105 .elementor-element.elementor-element-903fc91{--display:flex;}.elementor-9105 .elementor-element.elementor-element-ccf38c2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9105 .elementor-element.elementor-element-9b29377{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9105 .elementor-element.elementor-element-2e7252f{--display:flex;}.elementor-9105 .elementor-element.elementor-element-60839dd{--display:flex;}.elementor-9105 .elementor-element.elementor-element-1215eff{--display:flex;}/* Start custom CSS for container, class: .elementor-element-0a12a1f */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&family=Playfair+Display:wght@600&display=swap');

.document-item {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.document-item h4 {
  margin-bottom: 20px;
  font-size: 22px;
  color: #222222;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
}

.document-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.document-actions a {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  min-width: 140px; /* Aquí fijamos el ancho mínimo */
}

.btn-download {
  background-color: #7779B3;
  color: #ffffff;
  border: 2px solid #7779B3;
}

.btn-download:hover {
  background-color: #5e60a0;
  border-color: #5e60a0;
}

.btn-view {
  background-color: #ffffff;
  color: #7779B3;
  border: 2px solid #7779B3;
}

.btn-view:hover {
  background-color: #5e60a0;
  color: #ffffff;
  border-color: #5e60a0;
}

.icon {
  font-size: 16px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-48e22d7 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&family=Playfair+Display:wght@600&display=swap');

.document-item {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.document-item h4 {
  margin-bottom: 20px;
  font-size: 22px;
  color: #222222;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
}

.document-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.document-actions a {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  min-width: 140px; /* Aquí fijamos el ancho mínimo */
}

.btn-download {
  background-color: #7779B3;
  color: #ffffff;
  border: 2px solid #7779B3;
}

.btn-download:hover {
  background-color: #5e60a0;
  border-color: #5e60a0;
}

.btn-view {
  background-color: #ffffff;
  color: #7779B3;
  border: 2px solid #7779B3;
}

.btn-view:hover {
  background-color: #5e60a0;
  color: #ffffff;
  border-color: #5e60a0;
}

.icon {
  font-size: 16px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-57bf5c6 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&family=Playfair+Display:wght@600&display=swap');

.document-item {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.document-item h4 {
  margin-bottom: 20px;
  font-size: 22px;
  color: #222222;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
}

.document-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.document-actions a {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  min-width: 140px; /* Aquí fijamos el ancho mínimo */
}

.btn-download {
  background-color: #7779B3;
  color: #ffffff;
  border: 2px solid #7779B3;
}

.btn-download:hover {
  background-color: #5e60a0;
  border-color: #5e60a0;
}

.btn-view {
  background-color: #ffffff;
  color: #7779B3;
  border: 2px solid #7779B3;
}

.btn-view:hover {
  background-color: #5e60a0;
  color: #ffffff;
  border-color: #5e60a0;
}

.icon {
  font-size: 16px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-748d5d2 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&family=Playfair+Display:wght@600&display=swap');

.document-item {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.document-item h4 {
  margin-bottom: 20px;
  font-size: 22px;
  color: #222222;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
}

.document-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.document-actions a {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  min-width: 140px; /* Aquí fijamos el ancho mínimo */
}

.btn-download {
  background-color: #7779B3;
  color: #ffffff;
  border: 2px solid #7779B3;
}

.btn-download:hover {
  background-color: #5e60a0;
  border-color: #5e60a0;
}

.btn-view {
  background-color: #ffffff;
  color: #7779B3;
  border: 2px solid #7779B3;
}

.btn-view:hover {
  background-color: #5e60a0;
  color: #ffffff;
  border-color: #5e60a0;
}

.icon {
  font-size: 16px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3cd8f81 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&family=Playfair+Display:wght@600&display=swap');

.document-item {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.document-item h4 {
  margin-bottom: 20px;
  font-size: 22px;
  color: #222222;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
}

.document-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.document-actions a {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  min-width: 140px; /* Aquí fijamos el ancho mínimo */
}

.btn-download {
  background-color: #7779B3;
  color: #ffffff;
  border: 2px solid #7779B3;
}

.btn-download:hover {
  background-color: #5e60a0;
  border-color: #5e60a0;
}

.btn-view {
  background-color: #ffffff;
  color: #7779B3;
  border: 2px solid #7779B3;
}

.btn-view:hover {
  background-color: #5e60a0;
  color: #ffffff;
  border-color: #5e60a0;
}

.icon {
  font-size: 16px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ccf38c2 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&family=Playfair+Display:wght@600&display=swap');

.document-item {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.document-item h4 {
  margin-bottom: 20px;
  font-size: 22px;
  color: #222222;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
}

.document-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.document-actions a {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  min-width: 140px; /* Aquí fijamos el ancho mínimo */
}

.btn-download {
  background-color: #7779B3;
  color: #ffffff;
  border: 2px solid #7779B3;
}

.btn-download:hover {
  background-color: #5e60a0;
  border-color: #5e60a0;
}

.btn-view {
  background-color: #ffffff;
  color: #7779B3;
  border: 2px solid #7779B3;
}

.btn-view:hover {
  background-color: #5e60a0;
  color: #ffffff;
  border-color: #5e60a0;
}

.icon {
  font-size: 16px;
}/* End custom CSS */