/* ====================CSS Accesibility Fix Carlos Soto 2023================================*/

.post-link.button.transparent {
  text-transform: none;
  text-shadow: 3px 3px 5px #1b1212;
  visibility: visible;
}

.h2 {
  text-transform: none;
  text-align: center;
}

.composite-page {
  text-transform: none;
}

.title {
  text-transform: none;
}

.image-info {
  opacity: 1;
}

.header-fancy span {
  background-color: #005C2F !important;
}

.header-fancy {
  background-color: #fff !important;
  color:#005C2F !important;
}

.footer {
  background-color: #000000;
}

/*widget.widget_nav_menu ul li.current_page_item > a {
  background: none;
}
*/
@media (max-width:800px) {
  .x-slider-container.above,
  .x-slider-container.below {
    display: none;
  }
}

.toggle-label:hover {
  background-color: #ffd040;
}

.toggle-label:hover, .active-toggle .toggle-label:hover {
    background-color: #005C2F;
}

.button {
  background-color: #005C2F !important;
  color: #ffffff !important;
}
.button1 {
  background-color: #005C2F !important;
  padding: 20px 24px;
  font-size: 14px;
  text-decoration-color: #fff !important;
  color: #fff !important;
  
  
}
.button.theme:hover {
    background: #ffffff !important;
}

ul.tab-list li a.visible, ul.tab-list li a.flex-active, ul.member-list li a.visible, ul.member-list li a.flex-active {
    border-bottom: 3px solid #000000;
}

.button-footer1 {
  background-color: #005C2F;
  border: none;
  color: #ffffff !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  text-decoration-color: #fff;
  margin: 4px 2px;
  cursor: none;
}


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #005C2F;
  background-color: #005C2F;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #005C2F ;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #005C2F;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #005C2F;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* boton trans */
.button.transparent{
  background: #005C2F !important;
}

/* Four column layouts require less information to be shown in the image info 
since not everything will fit there */
.image-grid .threecol .image-info .terms {
  display: none; }
.image-grid .threecol .image-info h3 {
  padding: 5px 0; }
.image-grid .threecol.zero-margin .image-info .terms {
  display: block; }
.image-grid .threecol .image-info-buttons {
  top: 20%; }

#title-area h1, #title-area h2 { font-size:64px; line-height:1em; }

/*---------- Footer --------------------------*/
#footer-top {
  position: relative;
  border-bottom: 1px solid #464647;
  background: #000000 !important; 
  }

#footer-bottom {
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  color: #000000;
  border-top: none;
  overflow: hidden;
  background-color: #ffffff !important;
  
  
}

#breadcrumbs{
    color: #000000 !important;
}

.link-footer {
  color: White; /* Cambiar el color del texto del enlace a azul */
  text-decoration: none; /* Subrayar el enlace */
}
.footer-bottom-text{
    color: #000000 !important;
}

.button-default-large{
    background-color: #005C2F;
  border: none;
  color: #ffffff !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  text-decoration-color: #fff;
  margin: 4px 2px;
  cursor: none;
}


#owl-item{
    width: 200px !important;
}

/* Fix image grid */ 

.image-overlay { 
    
  background-color:rgba(0,0,0,0.2);
    
}

.image-info .post-title a {
    font-size: 14px !important;
}

.image-info .post-title a {
    position: relative;
    color:#FFF;
    display: inline-block;
    padding: 5px 12px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 1px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.image-info .post-title a:hover {
    background-color: rgba(0, 0, 0, 0.6) !important;
    border-color: #fed34e !important;
    font-size: 14px !important;
    font-weight: 900;
}


/* NEWS FIXES */ 

.post-snippets .byline {
    display:none;
}

#news-carousel .entry-info {
    display:none;
}

.news .image-area { 
  height:170px; 
}


/* CSS Accesibility Fix Carlos Soto 2023*/