/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 27 2025 | 18:59:51 */
body {
  -webkit-font-smoothing: inherit;
  -moz-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  text-rendering: auto;
}

p a, table a, .elementor-icon-list-text a, .elementor-icon-list-item a {
  text-decoration: underline !important;
}

#before-after .elementor-shape {
    z-index: 1 !important;
}

/* ==========================================================================
fedzy feed
   ==========================================================================*/
.rss_item {
    display: flex !important;
    flex-direction: column !important; /* Mantiene el diseño en columna */
}

.rss_image {
    order: 1 !important; /* Primero en el orden */

}

.rss_content {
    order: 2 !important; /* Segundo en el orden */
}

.title {
    order: 3 !important; /* Tercero en el orden */
}


.feedzy-rss ul {
  margin: 0 -1% !important;
}
.feedzy-rss .rss_item .rss_image {
  width: 100% !important;
  height: 200px !important;
  /*margin: 0 0 40px !important;*/
  overflow: hidden;
 border:1px solid #ccc !important;
}
.feedzy-rss .rss_item .rss_image .fetched {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}
.feedzy-rss .rss_item .rss_image .fetched:hover {
  transform: scale(1.1);
}
.rss_header {
  display: none !important;
}
.feedzy-rss .rss_item {
  position: relative;
}
.feedzy-rss .rss_item .rss_content small {
  font-style: normal !important;
  text-transform: uppercase;
  color: #5E5E5E;
  padding:8px 0 5px 0;
}
.feedzy-rss .rss_item .rss_content small::before {
  font-family: "Font Awesome 5 Free";
  content: "\f133";
  margin-right: 5px;
  font-weight: 900;
  color:#50ACAB;
  display:none;	
}
.feedzy-rss .rss_item {
  list-style: none !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.feedzy-rss .rss_item {
  width: 30.9%;
  float: left;
  margin: 1.2% !important;
}

.feedzy-rss .rss_item .title{
  font-size: 18px !important;
  line-height: 1.2em !important;
  font-family: "museo-sans", Sans-serif;
  margin-bottom:20px;	
}

.feedzy-rss .rss_item .title a {
  color: #243222 !important;
}
.feedzy-rss .rss_item .title a:hover {
  color: #576555 !important;
}
@media (max-width: 768px) {
  .feedzy-rss .rss_item .rss_image {
    height: 144px !important;
  }

}
@media (max-width: 480px) {
  .feedzy-rss .rss_item .rss_image {
    height: 200px !important;
  }

  .feedzy-rss .rss_item {
    width: 96% !important
  }
}

/* ==========================================================================
bg position cover
   ========================================================================== */
.elementor-element:not(.elementor-motion-effects-element-type-background) {
  background-size: cover !important;
  background-position: center center !important;
}



/* ==========================================================================
   Data table
   ========================================================================== */
.dataTables_filter input {
  width: 500px; /* Ancho en pantallas grandes */
  max-width: 100%; /* Asegúrate de que no exceda el ancho del contenedor */
  box-sizing: border-box; /* Incluye padding y border en el ancho */
}
/* Media query para pantallas más pequeñas */
@media (max-width: 768px) {
  .dataTables_filter input {
    width: 100%; /* Ajusta el ancho al 100% en pantallas más pequeñas */
    max-width: none; /* Elimina el max-width para que ocupe todo el espacio disponible */
  }
}
.dataTables_wrapper .top {
  align-items: center; /* Centra verticalmente */
  margin-bottom: 10px; /* Espacio inferior */
}
label {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.dataTables_wrapper .dataTables_info {
  padding-top: 10px;
  font-size: 12px;
  margin-bottom: 0px;
}
.dataTables_wrapper {
  padding: 0px 0;
}
table.dataTable thead th, table.dataTable thead td {
  border-bottom: 2px solid #B1B1B6 !important;
}
.dataTables_wrapper .dataTables_filter input {
  padding: .5rem .75rem;
  font-size: 16px;
  line-height: 1.25;
  color: #464a4c;
  border: 1px solid #ccc;
  border-radius: .25rem;
  background:#fff;	
}
.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate a.paginate_button {
  padding: 0px 10px !important;
  margin-left: 6px;
  color: #333 !important;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
  border-radius: 4px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #39393a !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate a.paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #CEB861 !important;
  background: #CEB861 !important;
  font-size: 16px;
  margin-bottom: 10px;	
  color:#fff !important;	
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #333 !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  font-weight: normal;
  font-size: 16px;
}
table.dataTable tbody tr:hover {
  background-color: #EAEAEA;
}
table.dataTable {
  border-collapse: collapse !important;
  margin: 0;
  width: 100% !important;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #ccc;
  padding: .5rem .75rem;
  margin: 0 5px;
}
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 10px;
}
/* ==========================================================================
   table
   ========================================================================== */
.entry-content table {
  border-bottom: 1px solid #ccc !important;
}
.table-hover > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.06) !important
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0px;
  border-collapse: collapse;
  font-size: 16px !important;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ccc;
}
table > thead > tr > th {
  border-left: 1px solid #B1B1B6 !important;
  border-right: 1px solid #B1B1B6 !important;
  border-top: 1px solid #B1B1B6 !important;
  border-bottom: 2px solid #B1B1B6 !important;
  background: #BEBEC3;
}

table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #F1F1F6;
}

table > tbody + tbody {
  border-top: 2px solid #ccc;
}
table {
  background-color: transparent;
}
table {
  border: 1px solid #ccc;
}
table > thead > tr > th, table > thead > tr > td {
  border-bottom-width: 2px;
}
table > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0, 0.06);
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
table > thead > tr > td.active, table > tbody > tr > td.active, table > tfoot > tr > td.active, table > thead > tr > th.active, table > tbody > tr > th.active, table > tfoot > tr > th.active, table > thead > tr.active > td, table > tbody > tr.active > td, table > tfoot > tr.active > td, table > thead > tr.active > th, table > tbody > tr.active > th, table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
table > tbody > tr > td.active:hover, table > tbody > tr > th.active:hover, table > tbody > tr.active:hover > td, table > tbody > tr:hover > .active, table > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/*
@media screen and (max-width: 767px) {
  table {
    overflow-x: auto;
    border: 1px solid #ddd !important;
    min-height: .01%;
    display: block
  }
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	white-space: nowrap;
}
table > thead > tr > th:first-child,
table > tbody > tr > th:first-child,
table > tfoot > tr > th:first-child,
table > thead > tr > td:first-child,
table > tbody > tr > td:first-child,
table > tfoot > tr > td:first-child {
	border-left: 0;
}
table > thead > tr > th:last-child,
table > tbody > tr > th:last-child,
table > tfoot > tr > th:last-child,
table > thead > tr > td:last-child,
table > tbody > tr > td:last-child,
table > tfoot > tr > td:last-child {
	border-right: 0;
}
table > tbody > tr:last-child > th,
table > tfoot > tr:last-child > th,
table > tbody > tr:last-child > td,
table > tfoot > tr:last-child > td {
	border-bottom: 0;
}
}
*/
