/*
Theme Name: Fundación C&D
Theme URI: https://fundacioncd.org
Description: Child theme de Hello Elementor para Fundación C&D
Author: Fundación C&D
Template: hello-elementor
Version: 1.0.0
Text Domain: fundacion-cd
*/

/* Aquí puedes agregar tus estilos personalizados */



@media (max-width: 425px){
.btn-w span.elementor-button-text{
	display:none;
}}



.documentos-list{
  display: grid;
  gap: 18px;
}

.documento-card{
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 10px;

}

.documento-icon{
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.documento-icon img{
  width: 100%;
  height: auto;
  display: block;
}

.documento-title{
font-size: 16px;
    font-weight: 400;
    line-height: 26px;
	    color: #0E4385;
  margin-right: auto;
}

.documento-actions{
  flex: 0 0 auto;
}

.documento-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  border: 1px solid #0b2a57;
  border-radius: 999px;
  font-weight: 400;
	font-size:14px;
  text-decoration: none;
  background: transparent;
}

.documento-btn:hover{
background-color:#0E4385;
	color:#fff!important;
}

.documento-no-file{
  opacity: .7;
}

/* === Programas Lista Widget === */

.fcd-pl{
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.fcd-pl__item{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.fcd-pl__item--reversed .fcd-pl__image{
  order: 2;
}

.fcd-pl__item--reversed .fcd-pl__content{
  order: 1;
}

.fcd-pl__image img{
  width: 100%;
  height: auto;
  display: block;
}

.fcd-pl__content{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fcd-pl__title{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px;
  color: #0E4385;
}

.fcd-pl__subtitle{
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 16px;
  color: #222;
}

.fcd-pl__text{
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 20px;
}

.fcd-pl__text p:last-child{
  margin-bottom: 0;
}

.fcd-pl__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  border: 2px solid #0E4385;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #0E4385;
  background: transparent;
  transition: background-color 0.2s, color 0.2s;
  align-self: flex-start;
}

.fcd-pl__btn:hover{
  background-color: #0E4385;
  color: #fff;
}

@media (max-width: 768px){
  .fcd-pl__item{
    grid-template-columns: 1fr;
  }

  .fcd-pl__item--reversed .fcd-pl__image,
  .fcd-pl__item--reversed .fcd-pl__content{
    order: unset;
  }

  .fcd-pl__title{
    font-size: 22px;
  }
}