/* 
Theme Name: copinh.org
Theme URI: https://copinh.org
Description: Xemillas Child Theme es la capa de personalización de tu sitio. 
Author: CódigoSur
Author URI: https://codigosur.org
Template: xemillas-theme 
Version: 0.2
Text Domain: copinh-org
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*
Custom CSS
 */

header#masthead {
  background-color: #fff !important;
  box-shadow:none;
  }
#masthead .navbar-nav > li > a {color:#000 !important;padding: 0.5rem 0 !important;  border-bottom: 4px solid #f99a2a; margin-left: 3em !important;font-weight:700 !important;}

header#masthead .bi {background-color:#f99a2a !important;padding:5px 7px;font-size: 1rem !important;}
.social-links a {color:#fff !important;margin-right:10px !important;}
.more-links a {margin-left:10px !important;}
.superheader {margin-top:20px;}
.wp-block-search__inside-wrapper {border-radius: 50rem !important;}
.wp-block-search__button.has-icon.wp-element-button {
  background: transparent !important; 
  border: none !important;}


.wp-block-search__inside-wrapper {
  border-radius: 50rem !important;
  border: none !important;
  background: #fef5ea !important;}
.wp-block-search__input {background: transparent !important;}

.btn-custom {
  color: #fff;
  background-color: #f99a2a !important;
  border-color: #f99a2a !important;
  font-weight: 700 !important;}

.btn-dark-green {
  color: #fff;
  background-color: #1b480f !important;
  border-color: #1b480f !important;
  font-weight: 700 !important;}  
.btn-dark-green:hover {color: #fff;}
.btn-lang {
  color: #1a1a1a;
  background-color: #fff !important;
  border-color: #1a1a1a !important;
  font-weight: 700 !important;}

.footer_area_section {background-color:#e0e0e0 !important;padding:30px 0;}
.footer_area_section a {color:#000 !important;font-size:1.1rem !important;font-weight:700 !important;}
.footer_area_section a:hover {color:#f99a2a !important;background-color:transparent !important;}
.footer-menus {padding-top:60px;}
.site-info {
  text-align: right !important;
}
#footer-widget  {background-color:transparent !important;padding:10px 0 0 20px;}
#footer-widget p {font-size:1.1rem !important;}


.footer_area_section a.btn-custom  {color: #fff !important;background-color: #f99a2a !important;border-color: #f99a2a !important;font-weight: 700 !important;margin-left:10px !important;margin-top: -10px !important;}
.footer_area_section a:hover.btn-custom {color: #fff !important;background-color: #f99a2a !important;border-color: #f99a2a !important;font-weight: 700 !important;}
#primary-berta-caceres h2.card-title,
#primary-recursos h2.card-title {font-size:1rem !important;line-height:1.1rem !important;}
#primary-berta-caceres .card-body,
#primary-recursos .card-body {background:#3c2c2c !important;}
#primary-berta-caceres h2.card-title a,
#primary-recursos h2.card-title a
 {font-size:1rem !important;line-height:1.1rem !important;color:#fff !important;text-decoration:none !important;text-align:center !important;font-weight:700 !important;}
#primary-berta-caceres h1.entry-title,
#primary-recursos h1.entry-title
 {color:#fff !important;border-bottom:none !important;}
#primary-berta-caceres h1.entry-title a,
#primary-recursos h1.entry-title a
 {color:#fff !important;}
,#primary-berta-caceres .card,
#primary-recursos .card {border: none !important;}

.primary-comunicados .btn-custom {
  color: #fff;
  background-color: #9e2fa7 !important;
  border-color: #fff !important;
  font-weight: 700 !important;}

.text-black {color:#000 !important;}  
.orange-block {background:#f99a2a;}
.last-news h2.teaser-title a {color:#000 !important;text-decoration:none !important;}
.last-news h2.teaser-title a:hover {color:#f99a2a !important;}
.last-news-2 .border {border-color:#eee !important;}
.btn-custom-1 {
  color: #f99a2a;
  background-color: #fff !important;
  border-color: #f99a2a !important;
  font-weight: 700 !important;}
.btn-custom-1:hover{
  border-color: #000 !important;
}
.custom-orange {color:#f99a2a !important;}
.border-custom {border-color:#f99a2a !important;}


/* HERO GUALCARQUE ############## LAST*/

.hero-section {
    background-image: url('/wp-content/uploads/2025/12/CasoGualcarque.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    text-align: center;
    padding: 100px 0;
    height:800px;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
}

.hero-section p {
    font-size: 1.2rem;
}

/* SLIDER HOME ############## */

/*--------------------------------------------------------------
# Slider Section
--------------------------------------------------------------*/
.slider {
  overflow: visible;
  margin-bottom: 200px;
}

.slider .section-title {
  text-align: left;
}

.slider .section-title h2 {
  color: color-mix(in srgb, var(--contrast-color), transparent 50%);
  text-transform: uppercase;
  font-size: 20px;
}

.slider .section-title p {
  color: var(--contrast-color);
}

.slider .services-carousel-wrap {
  position: relative;
  margin-bottom: -200px;
}

.slider .swiper-wrapper {
  height: auto;
}

.slider .service-item {
  position: relative;
  overflow: hidden;
}

.slider .service-item:before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.3s all ease;
}

.slider .service-item img {
  transition: 0.5s all ease;
  transform: scale(1);
}

.slider .service-item .service-item-contents {
  z-index: 9;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  transition: 0.3s all ease;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

.slider .service-item .service-item-contents .service-item-category {
  color: var(--accent-color);
  text-transform: uppercase;
}

.slider .service-item .service-item-contents .service-item-title {
  color: var(--contrast-color);
  margin-bottom: 0;
}

.slider .service-item:hover:before {
  opacity: 1;
  visibility: visible;
}

.slider .service-item:hover .service-item-contents {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

.slider .service-item:hover img {
  transform: scale(1.2);
}

.slider .navigation-prev,
.slider .navigation-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 46px;
  height: 46px;
  background: var(--contrast-color);
  background-color: none;
  border: none;
  transition: 0.3s all ease;
}

.slider .navigation-prev i,
.slider .navigation-next i {
  font-size: 2rem;
}

.slider .navigation-prev:hover,
.slider .navigation-next:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.slider .navigation-prev {
  left: 10px;
}

.slider .navigation-next {
  right: 10px;
}

.slider .swiper {
  padding-bottom: 50px;
}

.slider .swiper-pagination {
  bottom: 0px;
}

.slider .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 20px;
  height: 4px;
  background-color: color-mix(in srgb, var(--background-color), transparent 80%) !important;
  opacity: 1;
}

.slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color) !important;
}

.radios-box .track-artist {text-align:left !important;}
.radios-box .track-title {margin-bottom:0 !important;text-align:left !important;}
.radios-box .visualizer {justify-content:left !important;margin:0 !important;}
.radios-box  .track-info {margin-bottom: 5px;}
.radios-box .controls {justify-content: left !important;}


#content.site-content {
  padding-top: 0 !important;
}

/* AUDIO PLAYER ############## LAST*/

.audio-player {
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 0 auto;
}

.album-art {
    width: 200px;
    height: 200px;
    border-radius: 15px;
    margin: 0 auto 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.track-info {
    text-align: center;
    margin-bottom: 20px;
}

.track-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.track-artist {
    color: #666;
    font-size: 0.9rem;
}

.progress-container {
    margin-bottom: 20px;
}

.progress-bar {
    height: 5px;
    background: #e9ecef;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.progress {
    height: 100%;
    background: linear-gradient(90deg, #1db954, #1ed760);
    width: 30%;
    transition: width 0.1s linear;
}

.time-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #666;
    margin-top: 5px;
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.control-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #f8f9fa;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.control-btn:hover {
    background: #e9ecef;
    transform: scale(1.1);
}

.control-btn.play-pause {
    width: 50px;
    height: 50px;
    background: #1db954;
    color: white;
}

.control-btn.play-pause:hover {
    background: #1ed760;
}

.volume-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.volume-slider {
    flex-grow: 1;
    height: 4px;
    background: #e9ecef;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.volume-level {
    height: 100%;
    background: #1db954;
    border-radius: 2px;
    width: 70%;
}

.visualizer {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 30px;
    gap: 3px;
    margin: 20px 0;
}

.radios-box .visualizer {
    height: 20px !important;
}

.bar {
    width: 3px;
    background: #1db954;
    border-radius: 3px;
    animation: bounce 1s infinite;
}

@keyframes bounce {

    0%,
    100% {
        height: 5px;
    }

    50% {
        height: 20px;
    }
}
