/*
Theme Name: LIMPAL COLOMBIA
Theme URI: https://
Author: Colnodo
Author URI: https://colnodo.apc.org
Designer: Maria del Rosario Ortiz - Colnodo
Description: Tema para el sitio web Limpal.
Version: 1.0
*/


/*@charset "utf-8";
 CSS Document */
.londrina-solid-thin {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.londrina-solid-light {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.londrina-solid-regular {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.londrina-solid-black {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
html{
	scroll-behavior: smooth;	
}
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-style: normal;
  color:#222222;
      }
h1{
	font-size:calc(36px + (48 - 36) * ((100vw - 300px) / (1600 - 300)));
	font-family: "Roboto", sans-serif;
	font-weight:900;
	
}
h2{
	font-weight: 700;
  	font-style: normal;
	font-size:calc(28px + (36 - 28) * ((100vw - 300px) / (1600 - 300)));
	margin-bottom:30px;
	font-family: "Roboto", sans-serif;
}
h3{
	font-weight: 800;
	color:#6B168B;
  	font-style: normal;
	font-size:calc(28px + (36 - 28) * ((100vw - 300px) / (1600 - 300)));
	margin-bottom:30px;
	font-family: "Roboto", sans-serif;
}
h4{
	font-weight: 500;
  	font-style: normal;
	font-size:calc(22px + (26 - 22) * ((100vw - 300px) / (1600 - 300)));
}
h5{
	font-weight: 500;
  	font-style: normal;
	font-size:calc(20px + (24 - 20) * ((100vw - 300px) / (1600 - 300)));
}
h6{
	font-weight: 700;
  	font-style: normal;
	font-size:calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
}
p, li{
	font-size:1rem;
	font-weight: 400;
	line-height:1.5;
	 font-family: "Roboto", sans-serif;
}
a{
	color:#6B168B;
	text-decoration:none;	
}
a:hover, a:focus{
	color:#24B3AF;
	text-decoration:none;
	-moz-transition:ease-in-out 1s;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 3px solid #FFD700; /* amarillo alto contraste */
  outline-offset: 3px;
}
.btn-principal{
    color: #fff!important;
    background-color: #6B168B;
    border-color: #6B168B;
	padding:12px 25px;
	font-weight:600;
	display: inline-block!important;
	border-radius:5px;
}
.btn-principal:hover, .btn-principal:focus{
    color: #fff!important;
    background-color: #24B3AF!important;
    border-color: #24B3AF!important;
}

a.btn-principal, .btn-principal a {
    color: #fff!important;
    background-color: #6B168B;
    border-color: #6B168B;
	padding:12px 25px;
	font-weight:600;
	font-size:14px;
	display: inline-block!important;
	border-radius:5px;
}
a.btn-principal:hover, a.btn-principal:focus,
.btn-principal a:hover, .btn-principal a:focus{
    color: #fff!important;
    background-color: #24B3AF!important;
    border-color: #24B3AF!important;
}

.btn-carrusel, .btn-carrusel a {
    color: #fff!important;
    background-color: #EA5F5A;
    border-color: #EA5F5A;
	padding:12px 25px;
	font-weight:600;
	font-size:18px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	flex-basis:auto;
	width:90%;	
}
.btn-carrusel:hover, .btn-carrusel:focus,
.btn-carrusel a:hover, .btn-carrusel a:focus{
    color: #fff!important;
    background-color:#FF4262!important;
    border-color: #FF4262!important;
}

.btn-volver{
	background: #19807c;
    padding: 12px 50px;
	font-weight:500;
    color: #fff;
    border-radius: .25rem;
	display: inline-block!important;
}
.btn-volver:hover,
.btn-volver:focus{
	background: #60367E;
	color:#fff;
}
.btn-outline {
    background: transparent;
    border: 2px solid #fff;
    font-weight: 400;
    color: #fff;
	padding: 12px 50px;
}
.btn-outline:hover,
.btn-outline:focus{
    background: #fff;;
    border: 2px solid #fff;
    font-weight: 400;
    color: #000;
	padding: 12px 50px;
}
a.btn-quiero-donar {
   color: #fff!important;
    background-color: #C32BAD;
    border-color: #C32BAD;
	padding:15px 30px;
	font-weight:700;
	font-family: "Roboto", sans-serif;
	font-size:calc(22px + (28 - 22) * ((100vw - 300px) / (1600 - 300)));
	display: inline-block!important;
	border-radius:5px;
}
a.btn-quiero-donar:hover, a.btn-quiero-donar:focus{
    color: #fff!important;
    background-color: #24B3AF!important;
    border-color: #24B3AF!important;
}
.grande{
	font-size:125%;
	padding-bottom:10px;
	color:#6B168B;
}
.modal-content {
    padding:1rem 2rem;
}
.modal-header {
    border-bottom: 0px solid transparent;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

/* +++++++++++++++++++++++++++++++++++
 * E N C A B E Z A D O               + 
 * ++++++++++++++++++++++++++++++++++*/	

#menu-ppal{
    z-index: 1050 !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
}
nav.navbar{
	padding-top:0!important;
	padding-bottom:0!important;
}
nav.navbar img.logo-limpal{
	width:calc(250px + (350 - 250) * ((100vw - 300px) / (1600 - 300)));
}
li.nav-item{
	font-weight:700;
    padding-left: 0.5rem!important;
    padding-right: 0.5rem!important;
}
.nav-link {
    display: block;
    padding-top: 1rem;
	padding-bottom:1rem;
    color: #ffffff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	padding-left:1.5rem!important;
	padding-right:1.5rem!important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
.nav-link:hover,
.nav-link:focus{
    /*background:#C32BAD;*/
	background:#19807C;
    color: #ffffff;
    text-decoration: none;
}
.nav-item.bot-donaciones a.nav-link{
	background:#C32BAD;
	border-radius:10px;
	font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
	font-size:18px;
	margin-left:0px;
	display:inline-block;
}
.nav-item.bot-donaciones a.nav-link:hover,
.nav-item.bot-donaciones a.nav-link:focus{
	background:#F6378A;
	border-radius:10px;
}
.nav-item.busquedas a.nav-link,
.nav-item.traductor a.nav-link{
	background-color:transparent;
	border-radius:10px;
	font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
	font-size:18px;
	margin-left:0px;
}
.nav-item.busquedas a.nav-link:hover,
.nav-item.busquedas a.nav-link:focus,
.nav-item.traductor a.nav-link:hover,
.nav-item.traductor a.nav-link:focus{
	background-color:transparent;
	border-radius:10px;
}
.dropdown-menu {
    min-width: 14rem;
    color: #ffffff;
    /*background-color: #C32BAD;*/
	background:#19807C;
	padding-top:0!important;
	padding-bottom:0!important;
	margin-top:0!important;
    }
.dropdown-menu a.dropdown-item {
	color:#fff;
	padding-top:0.8rem;
	padding-bottom: 0.8rem;
}
.dropdown-menu a.dropdown-item:hover,
.dropdown-menu a.dropdown-item:focus{
	color:#fff;
	background:#60367E;
}
.dropdown-menu .dropdown-divider{
	border-top: 1px solid #60367E!important;
	margin:0!important;
}


/* +++++++++++++++++++++++++++++++++++
 * VIDEO ENCABEZADO                   + 
 * ++++++++++++++++++++++++++++++++++*/	
header.index {
	position: relative;
	background-color: black;
	height: 95vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
	top:0!important;	
}
header.index video {
  object-fit: cover;
}
@media (prefers-reduced-motion: reduce) {
  header.index video {
    display: none; /* mostrar imagen estática alternativa */
  }
}
a.wilpf{
	background:url("./images/btn-wilpf.png");
	background-repeat:no-repeat;
	background-size:cover;
	width:49px;
	height:174px;
	position:fixed;
	top:200px;
	right:0;
	z-index:1000;	
}
.offcanvas {
    z-index: 1100;
}
.offcanvas.offcanvas-end.show{
	background:#6B168B;
	color:#fff;
}
.offcanvas-end {
    width: 300px!important;
}
.offcanvas-end .btn-close {
    background: url("./images/cerrar.png") no-repeat!important;
    opacity: 1!important;
	width:16px;
	height:16px;
	margin-left:auto;
	background-size:cover;
	margin-top:15px;
}
.offcanvas-body ul{
	padding-left:1rem;
	padding-right:1rem;
}
.offcanvas-body ul li{
	list-style:none;
	margin: 5px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #fff;
}
.offcanvas-body ul li a{
	color:#fff;
}
.offcanvas-body ul li a:hover,
.offcanvas-body ul li a:focus{
	color:#47EBE7;
	font-weight:700
}
header.index video {	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
header.index .container {
	position: relative;
	z-index: 2;
}
header.index .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
}
.slogan{
	position:absolute;
	bottom:10%;
	left:12%;
	background:url("./images/slogan.png") no-repeat;
	background-size:contain;
	z-index:1;
	/*width:300px;
	height:412px;*/
	width:calc(300px + (390 - 300) * ((100vw - 300px) / (1600 - 300)));
	height:calc(412px + (540 - 412) * ((100vw - 300px) / (1600 - 300)));
}

/***traductor*/

/* Estilos para el elemento del traductor en el menú */
.menu-item-gtranslate {
    display: flex;
    align-items: center;
    margin-left: 0rem;
	padding-left:0rem;
	background-image: url("./images/ico-google.png");
	background-position: left center;
	background-size: 23px 23px;
	background-repeat:no-repeat;
}

.gt_selector.notranslate {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: transparent !important; 
    background-color: transparent !important;
    border: none !important;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem !important; 
    letter-spacing: 0px !important;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333539' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem center;
    background-size: 12px;
    width: 30px; 
    height: 40px; 
	margin-right:20px;
    
    transition: all 0.3s ease;
}

.gt_selector.notranslate:hover,
.gt_selector.notranslate:focus {
    color: #29979D !important;
    outline: none !important;
}

.gt_selector.notranslate option {
    background-color: #fff !important;
    color: #333 !important;
    font-size: 14px !important;
}

/* Ocultar elementos innecesarios del traductor */
.goog-te-gadget,
.goog-te-combo,
#google_translate_element2 {
    display: none !important;
}

/* Estilos para móviles */
@media (max-width: 991.98px) {
    .menu-item-gtranslate {
        margin: 0.5rem 1rem;
        width: calc(100% - 2rem);
    }
    
    .gt_selector.notranslate {
        width: 100% !important;
        padding: 0.75rem 1rem !important;
        border: none !important;
        border-radius: 4px;
    }
}
.gt_selector.notranslate:invalid,
.gt_selector.notranslate[value=""] {
    color: #29979D !important; /* Color cuando muestra "Idioma" */
    opacity: 0.9;
}

.gt_selector.notranslate option:not([value=""]) {
    color: #333539 !important; /* Color normal para las opciones */
}


label.form-label{
	font-size:13px!important;
	color:#404246;
	font-weight:600;
}
.form-control {
    padding: .425rem .75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #1E2D5E!important;
   }
input¨[type="number"].form-control {
    -moz-appearance: textfield;
}
.modal-header, .modal-body, .modal-footer{
	border:0px solid transparent!important;
}

/* +++++++++++++++++++++++++++++++++++
 * PROCESOS                          + 
 * ++++++++++++++++++++++++++++++++++*/	
.procesos{
	background:#6B168B;
	padding:80px 0 20px 0;
}
.procesos h2{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.procesos .item{
}
.procesos .item h4{	
	text-align:center;
	font-family: "Roboto", sans-serif;
  	font-weight: 600;
	margin-top:2.5rem;
	display:block;
	color:#ffffff;
	font-size:18px!important;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /*box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);*/
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle {
    position: relative;
    width: 201px;
    height: 201px;
    border-radius: 50%;
	margin:0px auto;
}
.ih-item.circle .img {
    position: relative;
    width: 201px;
    height: 201px;
    border-radius: 50%;
}
.ih-item.circle.effect5.colored .info .info-back {
  background: #6B168B;
  background: rgba(107, 22, 139, 0.7);
	border:0px solid transparent;
}
.ih-item.circle.effect5 .info p {
   border-top: 0px solid transparent;
}
p.consulta-proceso{
	font-family: "Roboto", sans-serif;
  	font-weight: 600;
	text-transform: uppercase;
	color:#fff!important;
	font-size:calc(20px + (22 - 20) * ((100vw - 300px) / (1600 - 300)))!important;
	font-style: normal!important;
	padding-top:40%!important;
	background:transparent!important;
	border-top:1px solid transparent!important;
}
.procesos .owl-nav .owl-prev span,
.procesos .owl-nav .owl-next span{
	font-size:2rem;
	font-weight:900;
	color:#fff;
}
/* +++++++++++++++++++++++++++++++++++
 * WILPF EN EL MUNDO                 + 
 * ++++++++++++++++++++++++++++++++++*/	
.wilpf-index{
	background: #E9E7E7 url("./images/foto-wilpf-index.png")no-repeat;
	background-size:auto 100%;
	
}
.wilpf-index .textos{
	background: rgba(233,231,231,0.90);
	padding:100px 20px 80px 20px;
}
.wilpf-index h3{
	font-family: "Roboto", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	letter-spacing: 0px;
	color:#6B168B;
	font-size:calc(28px + (36 - 28) * ((100vw - 300px) / (1600 - 300)));
	padding-bottom:2rem;
}
.wilpf-index p{
	font-family: "Roboto", sans-serif;
  	font-weight: 500;
  	font-style: normal;
	letter-spacing: 0px;
	font-size:calc(17px + (19 - 17) * ((100vw - 300px) / (1600 - 300)));
}





/* +++++++++++++++++++++++++++++++++++
 * NOVEDADES                         + 
 * ++++++++++++++++++++++++++++++++++*/	
.noticias{
	padding:120px 0 50px 0
}
.noticias .card .card-img-top{
	border-radius: 0.75rem 0.75rem 0 0;
}
.noticias .card .card-body{
	background:#E9E7E7;
}
.noticias .card .card-body h4.card-title{
	font-size:calc(17px + (18 - 17) * ((100vw - 300px) / (1600 - 300)))!important;
	font-weight:500;
}
.noticias .card .card-body h4.card-title a{
	color: #1D1A21;
}
.noticias .card .card-body h4.card-title a:hover,
.noticias .card .card-body h4.card-title a:focus{
	color: #6B168B;
}
.noticias .card-footer span{
	font-size:15px!important;
	font-weight:400;
	font-style:italic;
}
.noticias .card-footer{
	background:#E9E7E7;
}
/* ++++++++++++++++++++++++++++++++++++
 * TESTIMONIOS                        + 
 * +++++++++++++++++++++++++++++++++++*/	
.testimonios{
	padding:0px 0 30px 0;
	min-height:350px;
}
.testimonios .container,
.wilpf-sec .container{
	background:url("./images/divisor.jpg") top center no-repeat;
}
.testimonial-card {
      border-radius: 1rem;
      padding: 2rem;
      text-align: center;
	background:url("./images/abre-comillas.jpg") 20px 25px no-repeat;
    }
.testimonial-avatar {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align:center;	
}
.testimonial-name {
  font-weight: bold;
  margin-bottom: 0;
  text-align:right;
  margin-top:2rem;
}
.testimonial-text {
  font-style: italic;
  color: #343a40;
  font-size:calc(18px + (21 - 18) * ((100vw - 300px) / (1600 - 300)))!important;
  padding-top:1rem;
  background:url("./images/cierra-comillas.jpg") right bottom no-repeat;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/* +++++++++++++++++++++++++++++++++++
 * MICROSITIOS                       + 
 * ++++++++++++++++++++++++++++++++++*/	
.diagonal{
	background-image:url("./images/diagonal.svg");
  background-size: cover;
  height: 90px;
	background-position:top;
}
.micrositios .contenidos{
	background-color:#19807C;
	min-height:300px;
	padding-bottom:80px;
}
.micrositios .contenidos h3{
	color:#fff;
	text-align:center;
	font-family: "Roboto", sans-serif;
	font-weight:600;
	font-size:calc(24px + (30 - 24) * ((100vw - 300px) / (1600 - 300)));
}
.micrositios .card{
	border:none;
	background:transparent;
	border-radius:8px!important;
}
.micrositios .card img{
	border-radius: 0.75rem;
}
.micrositios h4{
	color:#fff;
	font-size:calc(15px + (17 - 15) * ((100vw - 300px) / (1600 - 300)));
	font-weight:500;
}
.img-pulse {
  transition: transform 0.3s ease-in-out;
}

.img-pulse:hover {
  animation: pulse 0.6s ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/* +++++++++++++++++++++++++++++++++++
 *DONANTES Y ALIANZAS                + 
 * ++++++++++++++++++++++++++++++++++*/
.donantes, .aliados{
	padding:80px 0 20px 0;
}
.donantes h3, .aliados h3{
	text-align:center;
	font-size:calc(15px + (17 - 15) * ((100vw - 300px) / (1600 - 300)));
	font-weight:500;
	margin-bottom:10px;
}
.donantes .owl-carousel .item,
.aliados .owl-carousel .item{
      background: transparent;
      padding: 20px;
      text-align: center;
      color: white;
      font-size: 24px;
      border-radius: 12px;
    }
.donantes .owl-nav .owl-prev span,
.donantes .owl-nav .owl-next span,
.aliados .owl-nav .owl-prev span,
.aliados .owl-nav .owl-next span{
	font-size:2rem;
	font-weight:900;
	color:#60367E;
}
/* Ajustes responsivos opcionales */
    @media (max-width: 768px) {
      .donantes .owl-carousel .item {
        font-size: 18px;
        padding: 20px 0;
      }
    }
/* +++++++++++++++++++++++++++++++++++
 *PIE DE PAGINA                      + 
 * ++++++++++++++++++++++++++++++++++*/
.pie{
	padding: 60px 0 30px 0;
	background:#60367E;
	color:#ffffff;
}
/*-------------------------------*/

.redes-sociales{
	text-align:right;
}
.redes-sociales ul {
	text-align:right;
	list-style: none;
	padding:0 0 0 0!important;
	margin:0 0 0 0!important;
	float:right;
	display:flex;
}
.redes-sociales ul li{
	margin-left:1rem;
}
a.ico-x{
	width:25px;
	height:25px;
	background: url("./images/ico-x.svg") top left no-repeat;
	display:block;
	background-size:cover;
	margin-right:15px;
}
a.ico-x:hover, a.ico-x:focus{
	width:25px;
	height:25px;
	background: url("./images/ico-x-hover.svg") top left no-repeat;
	display:block;
	background-size:cover;
}
a.ico-yt{
	width:25px;
	height:25px;
	background: url("./images/ico-yt.svg") top left no-repeat;
	display:block;
	background-size:cover;
	margin-right:15px;
}
a.ico-yt:hover, a.ico-yt:focus{
	width:25px;
	height:25px;
	background: url("./images/ico-yt-hover.svg") top left no-repeat;
	display:block;
	background-size:cover;
}
a.ico-ig{
	width:25px;
	height:25px;
	background: url("./images/ico-ig.svg") top left no-repeat;
	display:block;
	background-size:cover;
	margin-right:15px;
}
a.ico-ig:hover, a.ico-ig:focus{
	width:25px;
	height:25px;
	background: url("./images/ico-ig-hover.svg") top left no-repeat;
	display:block;
	background-size:cover;
}
a.ico-fb{
	width:25px;
	height:25px;
	background: url("./images/ico-fb.svg") top left no-repeat;
	display:block;
	background-size:cover;
	margin-right:15px;
}
a.ico-fb:hover, a.ico-fb:focus{
	width:25px;
	height:25px;
	background: url("./images/ico-fb-hover.svg") top left no-repeat;
	display:block;
	background-size:cover;
}
a.ico-linkedin{
	width:25px;
	height:25px;
	background: url("./images/ico-linkedin.svg") top left no-repeat;
	display:block;
	background-size:cover;
	margin-right:15px;
}
a.ico-linkedin:hover, a.ico-linkedin:focus{
	width:25px;
	height:25px;
	background: url("./images/ico-linkedin-hover.svg") top left no-repeat;
	display:block;
	background-size:cover;
}
.pie ul.menu-pie{
	list-style:none;
	padding-left:0;
	padding-right:1rem;
}
.pie ul.menu-pie li{
	border-bottom:1px solid #C0ABD0;
	padding-bottom:4px;
	padding-top:5px;
}
.pie ul.menu-pie li a,
.pie p a{
	color:#fff;
}
.pie ul.menu-pie li a:hover,
.pie p a:hover,
.pie ul.menu-pie li a:focus,
.pie p a:focus{
	color:#47EBE7;
}
.pie p,
.pie li{
	margin-bottom:0!important;
	padding-bottom:0;
	font-size:80%;
}
/* +++++++++++++++++++++++++++++++++++
 * S E C U N D A R I A S             + 
 * ++++++++++++++++++++++++++++++++++*/

.encab-sec{
	background: #6B168B;
    background: linear-gradient(180deg, rgba(107, 22, 139, 1) 30%, rgba(36, 179, 175, 1) 100%);
	height: 260px;
	position:relative
}
.encab-sec h2{
	color:#fff;
	padding-top:160px;
	font-size:calc(32px + (44 - 32) * ((100vw - 300px) / (1600 - 300)));
}
.bg-encab-sec img{
	position:absolute;
	bottom: 10px;
	right:25px;
	max-height:150px;
	opacity:0.2
}
.breadcrumb{
	margin-top:70px!important;
}
.gris{
	background: #E9E7E7;
}
section.historia{
	background: #E9E7E7;
	padding:20px 0 70px 0;
}
.historia h3, .enfoques h3, .equipa h3{
	font-weight: 700;
  	font-style: normal;
	font-size:calc(30px + (40 - 30) * ((100vw - 300px) / (1600 - 300)));
	margin-bottom:30px;
	font-family: "Roboto", sans-serif;
	color: #6B168B;
}
section.enfoques{
	padding: 70px 0 0 0;
}
.enfoques h4{
	font-weight: 500;
  	font-style: normal;
	font-size:calc(19px + (20 - 19) * ((100vw - 300px) / (1600 - 300)));
	margin-bottom:30px;
	font-family: "Roboto", sans-serif;
	color: #1D1A21;
}
h5.modal-title{
	padding: 15px 0;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size:calc(20px + (24 - 20) * ((100vw - 300px) / (1600 - 300)));
	color: #6B168B;
}
section.wilpf-sec{
	padding:20px 0 50px 0;
}
.wilpf-sec h3{
	padding-top:80px;
	font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    color: #6B168B;
    font-size: calc(28px + (36 - 28) * ((100vw - 300px) / (1600 - 300)));
    padding-bottom: 2rem;
}
section.equipa{
	margin: 60px 0;
}
.img-thumbnail {
    padding: .25rem;
    background-color: #24B3AF;
    border: 1px solid #24B3AF;
    border-radius: 50%;
    max-width: 100%;
    height: auto; 
}
.funcionaria{
	padding:0 20px;
	margin-bottom:30px;
}
.funcionaria a{
	cursor:pointer;
}
.funcionaria h4{
	text-align:center;
	font-weight: 600!important;
	font-size:calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
	color:#0C3E5F;
	margin-top:15px;
	margin-bottom:5px;
}
.funcionaria p{
	text-align:center;
	font-weight: 500;
	font-size:calc(12px + (13 - 12) * ((100vw - 300px) / (1600 - 300)))!important;
	color:#666;
	margin-top:10px;
	text-transform: uppercase;
	line-height:1.2;
}

.cont-estructura{
	background-color:#19807C;
	padding-bottom:50px;
}
.cont-estructura h3,
.cont-estructura p{
	color:#fff;	
}
.cont-estructura h4{
	padding-top:0px;
	font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1600 - 300)));
    padding-bottom: 1rem;
}
.cont-estructura p a{
	color:#F9E07D;
	font-weight:700;
}
#docs ul{
	list-style:none!important;
}
#docs ul li{
	list-style:none!important;
	margin-bottom:10px;
}
section.atras {
    padding: 35px 0 35px 0;
    text-align: right;
}

.foto-cada-proyecto {
    height: 500px;
    background-size: cover;
    background-position: center center;
}
.bg-1{
	background:#C32BAD;color:#fff;
}
.bg-2{
	background:#8056A0;color:#fff;
}
.bg-3{
	background:#19807C;color:#fff;
}
.bg-4{
	background:#60367E; color:#fff;
}
.bg-5{
	background:#6B168B; color:#fff;
}
.lineas h3{color:#6B168B}
.lineas h4{
	font-family: "Roboto", sans-serif;
	font-weight:600;
	color:#fff;
	font-size:calc(28px + (32 - 28) * ((100vw - 300px) / (1600 - 300)));
}
.lineas h4.acciones{
	color:#6B168B;
	font-family: "Roboto", sans-serif;
	font-weight:700;
	font-size:calc(22px + (28 - 22) * ((100vw - 300px) / (1600 - 300)));
}
ol.cada-linea{
	list-style-type:decimal!important;
	list-style-position: outside; 	
}
ol.cada-linea li{
	list-style-type:decimal!important;
	margin-bottom:20px!important;
}
.otras-lineas .card{
	background:#6B168B;
	border:0px solid transparent;
	color:#fff;
	padding: 30px 30px 0 30px;
}
.otras-lineas .card h4{
	font-family: "Roboto", sans-serif;
	font-weight:800;
	color:#fff;
	font-size:calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300)));
	margin-bottom: 25px;
}
.otras-lineas .card ul{
	padding-left:0!important;
}
.otras-lineas .card ul li{
	font-family: "Roboto", sans-serif;
	font-weight:500;
	color:#fff;
	font-size:calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300)));
	list-style: none;
	margin-bottom:10px;
}
.otras-lineas .card ul li a{
	color:#fff;
}
.otras-lineas .card ul li a:hover,
.otras-lineas .card ul li a:focus{
	color:#BB90DC;
}
.ejes h4{
	font-family: "Roboto", sans-serif;
	font-weight:600;
	color:#60367E;
	font-size:calc(18px + (22 - 18) * ((100vw - 300px) / (1600 - 300)));
}
.procesos-sec p.grande{
	color:#000!important;
}
.cada-proceso{
	text-align:center;
	margin-bottom:2rem;
	overflow:auto;
}
.cada-proceso .item{
	    width: 270px;
	margin:0px auto;
}
.cada-proceso p,
.cada-proceso li{
	color:#1D1A21;
}
.cada-proceso .item h4{	
	text-align:center;
	font-family: "Roboto", sans-serif;
  	font-weight: 700;
	margin-top:1.5rem;
	display:block;
	color:#6B168B;
	font-size:calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)))!important;
}
.cada-proceso .ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /*box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);*/
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.cada-proceso .ih-item.circle {
    position: relative;
    width: 270px;
    height: 270px;
    border-radius: 50%;
	margin:0px auto;
}
.cada-proceso .ih-item.circle .img {
    position: relative;
    width: 270px;
    height: 270px;
    border-radius: 50%;
}
.cada-proceso .ih-item.circle.effect5.colored .info .info-back {
  background: #6B168B;
  background: rgba(107, 22, 139, 0.7);
	border:1px solid #fff;
}
.cada-proceso .ih-item.circle.effect5 .info p {
   border-top: 0px solid transparent;
}
.cada-proceso p.consulta-proceso{
	font-family: "Roboto", sans-serif;
  	font-weight: 400;
	text-transform: uppercase;
	color:#fff!important;
	font-size:calc(22px + (28 - 22) * ((100vw - 300px) / (1600 - 300)))!important;
	font-style: normal!important;
	padding-top:40%!important;
}
.recursos-relacionados .card{
	text-align:center;
	border:1px solid transparent!important;
}
.amarantas h3,
.kits h3{
	font-family: "Roboto", sans-serif;
  	font-weight: 600;
  	font-style: normal;
	letter-spacing: 0px;
	color:#6B168B;
	font-size:calc(36px + (42 - 36) * ((100vw - 300px) / (1600 - 300)));
	padding-bottom:1.5rem;
}
#collapseCasaAmaranta .card{
	border:0px solid transparent;
}
#collapseCasaAmaranta .card.card-body{
	padding:0;
}
#collapseCasaAmaranta .card.card-body h5,
.amarantas h5{
	font-family: "Roboto", sans-serif;
  	color:#6B168B;
	font-size:calc(21px + (24 - 21) * ((100vw - 300px) / (1600 - 300)));
	padding:1.5rem 0;
}
#donaciones{
	margin-top: 80px;
	background:#60367E url("./images/bg-donar.jpg");
	padding: 100px 0 100px 0;
    background-size: cover;
    min-height: 600px;
    background-attachment: fixed;
	color:#fff;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}
#donaciones h4{
	color:#fff;
	font-family: "Roboto", sans-serif;
	font-weight:800;
	font-size:calc(40px + (56 - 40) * ((100vw - 300px) / (1600 - 300)));
	padding-bottom:0rem;
}
#donaciones h5{
	color:#fff;
	font-size:calc(22px + (26 - 22) * ((100vw - 300px) / (1600 - 300)));
	line-height:1.4;
	padding-bottom:1.5rem;
}
.info-banco{
	background:#19807C;
	color:#fff;
	border:0px transparent;
	padding:1rem;
}
.info-banco a{
	color:#E7E5AB;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, .125);
	border-bottom:1px solid #6b168b;
}
.accordion-body ul{
	margin-bottom:0!important;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #C32BAD;
    box-shadow: none;
	font-weight:700;
	font-size:calc(18px + (22 - 18) * ((100vw - 300px) / (1600 - 300)));
}
.accordion-button {
    font-size:calc(18px + (22 - 18) * ((100vw - 300px) / (1600 - 300)));
    color: #C32BAD;	
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
    transform: rotate(-180deg);
}
h6.preguntas{
	font-weight: 700;
  	font-style: normal;
	font-size:calc(20px + (21 - 20) * ((100vw - 300px) / (1600 - 300)));
	font-family: "Roboto", sans-serif;
	color:#C32BAD;
	letter-spacing: 1px;
}
.recursos-relacionados{
}
.recursos-relacionados h5.card-title{
	font-size:20px!important;
	padding: 0.5rem 0;
}
h3.h3-recursos{	
	text-align:left;
	font-family: "Roboto", sans-serif;
  	font-weight: 700;
	margin-top:1.5rem;
	display:block;
	color:#6B168B;
	font-size:calc(22px + (26 - 22) * ((100vw - 300px) / (1600 - 300)))!important;
}

/* +++++++++++++++++++++++++++++++++++
 * PUBLICACIONES 
 * ++++++++++++++++++++++++++++++++++*/	
.filtros-public{
	background:#6B168B;
	padding:40px 0 60px 0;
}
.filtros-public label{
	color:#fff;
}
.filtros-public .btn-outline-light{
	border:2px solid #fff;
	padding-left:30px;
	padding-right:30px;
	font-weight:600;
}
.publicaciones h5.card-title{
	line-height:1.1!important;
	font-weight:700;
	font-size:calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
}
.publicaciones h5.card-title a{
	color:#6B168B;
	font-weight: 700!important;
    font-style: normal;
    font-size: calc(17px + (20 - 17) * ((100vw - 300px) / (1600 - 300)));
}
.publicaciones h5.card-title a:hover,
.publicaciones h5.card-title a:focus{
	color:#19807C;
}
h6.fecha{
	color:#444;
	font-weight: 500;
    font-style: normal;
    font-size: 14px!important;
}
.publicaciones .card-body p{
	font-size:90%;
}
#pdfs-list h6{
	font-size: 1rem;
	font-weight:500;
}
.convoc{
	padding:30px 0;
	background:#E9E7E7;
	border-radius:8px;
}
.convoc h3{
	color:#6B168B;
	font-weight: 500!important;
    font-style: normal;
    font-size: calc(17px + (20 - 17) * ((100vw - 300px) / (1600 - 300)));
	margin-bottom:5px;
}
.cada-convoc{
	border-bottom:2px solid #fff;
}
.categoria_proyecto{
	 font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300)))!important;
	color:#19807C!important;
	font-weight:700!important;
	line-height:1.2!important;
}
.tipo_recurso{
	 font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300)));
	font-style:italic;
	line-height:1.2!important;
}

/* search start  */
.searching{}
a.search-open{color:#666; margin-right:0px;}
.contactenos a{color:#666;}
/************/
i.fa-solid.fa-magnifying-glass{
	color:#fff!important
}
.search-inline {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
	right:10px;
    height: 10%;
    position: absolute;
	top:50px;
    opacity: 0;
    visibility: hidden;
    background-color: #efefef;
    z-index: 9;
    transition: all .5s ease-in-out;
}

.search-inline.search-visible {
    top: 4rem;
	opacity: 1;
    visibility: visible;
    animation: fadeInDown 0.4s ease-in-out;
    height:3rem;
	margin-left:auto;
}

.search-inline button[type="submit"] {
    position: absolute;
    right: 52px;
    top: 0;
    background-color: transparent;
    border: 0px;
    top: 0;
    right: 60px;
    padding: 0px;
    cursor: pointer;
    width: 60px;
    height: 99%;
    background: #EA5F5A;
    color: #fff;
}

.search-inline .form-control {
    border: 0px;
    padding-left: 1.5rem;
    font-size: 1rem;
    position: absolute;
    left: 0%;
    top: 0;
    height: 3rem!important;
    width: 99%;
    font-weight: 400;
    outline: none;
	border: 1px solid #EA5F5A;;
    border-radius: .25rem;
    transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.search-inline .search-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #EA5F5A;
    width: 60px;
    height: 100%;
    text-align: center;
    display: table;
    background: #efefef;
    text-decoration: none;
}

.search-inline .search-close i {
    display: table-cell;
    vertical-align: middle;
}

.search-inline i.fa.fa-search{
	color:#ffffff!important;
}

       

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translate3d(0, -20%, 0);
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
        }
/************/
/*-----------------carrusel linea de tiempo--------------------*/

#carruselAccesible{
	background:#fff;
	padding: 40px 0;
}

#carruselAccesible p, 
#carruselAccesible li{
	font-size:0.95rem;
	font-weight: 400;
	line-height:1.5;
	 font-family: "Roboto", sans-serif;
}
#carruselAccesible small{
	font-size:0.8rem;
	line-height:1.2!important;
}
#carruselAccesible h4{
	color:#6B168B;
	margin-bottom:20px;
}
#carruselAccesible .carousel-indicators [data-bs-target] {
   background-color: #6B168B;
}
#carruselAccesible .carousel-control-prev {
   	left:-20px!important;
		width:5%;
}
#carruselAccesible .carousel-control-next {
   	right:-20px!important;
		width:5%;
}
.mapa-procesos p.grande.mb-4{
	font-size:calc(15px + (17 - 15) * ((100vw - 300px) / (1600 - 300)));
	color:#000;
}
/*------RESULTADO DE LAS BUSQUEDAS------*/
.resultado-busquedas .card h4{
	font-size:calc(18px + (21 - 18) * ((100vw - 300px) / (1600 - 300)));
	font-weight:600;
}
.bg-card{background:#F1F1F1;}



/* +++++++++++++++++++++++++++++++++++
 * Media Query para tabletas (≥ 768px) 
 * ++++++++++++++++++++++++++++++++++*/	

@media ( min-width: 768px ) {
	.bg-encab-sec img{
	right:40px;
	opacity:1
}
}

/* +++++++++++++++++++++++++++++++++++
 * Media Query para pantallas grandes (≥ 992px) 
 * +++++++++++++++++++++++++++++++++++++*/	

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
li.nav-item{
	padding-left:1.25rem;
	padding-right:1.25rem;
	}
header.index .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
}
		#carruselAccesible{
	min-height:500px;
}
.search-inline {
    width: 40%!important;}
}
}
/* +++++++++++++++++++++++++++++++++++
 * Visualizacion PDF Publicaciones
 * +++++++++++++++++++++++++++++++++++++*/	
    .pdfs-preview {
        border-top: 1px solid #eee;
        padding-top: 8px;
    }
    .pdfs-preview i {
        color: #dc3545;
    }
    .modal-meta .badge {
        font-size: 0.8rem;
    }
    #pdfs-list a {
        border: 1px solid #dee2e6;
        margin-bottom: 5px;
        border-radius: 4px;
        transition: all 0.3s ease;
    }
    #pdfs-list a:hover {
        background-color: #f8f9fa;
        border-color: #007bff;
    }

/* Ocultar la previsualización */
.wp-block-file__embed {
  display: none !important;
}

/* Contenedor como list-group-item (flex con padding y borde) */
.wp-block-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  background-color: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Estilo para el link del nombre del archivo */
.wp-block-file > a:first-of-type {
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 0.75rem;
  color: #212529;
  font-weight: 600;
  text-decoration: none;
}

/* Añadir icono PDF antes del nombre con Font Awesome (requiere tener FA cargado) */
.wp-block-file > a:first-of-type::before {
  content: "\f1c1"; /* Unicode de fa-file-pdf */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #dc3545; /* rojo Bootstrap para PDF */
  margin-right: 0.5rem;
  font-size: 1.25rem;
}

/* Texto descriptivo pequeño debajo del nombre (usaremos atributo title) */
.wp-block-file > a:first-of-type[title] {
  flex-direction: column;
  align-items: flex-start;
}

.wp-block-file > a:first-of-type[title]::after {
  content: attr(title);
  display: block;
  font-size: 0.8rem;
  color: #6c757d;
  font-weight: 400;
  margin-top: 0.15rem;
}

/* Botón descarga estilizado */
.wp-block-file__button {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #0d6efd;
  font-weight: 700;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  text-decoration: none;
  gap: 0.5rem;
  font-size: 1rem;
  transition: color 0.2s ease-in-out;
}

/* Añadir icono descarga antes del texto en botón */
.wp-block-file__button::before {
  content: "\f019"; /* Unicode de fa-download */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.1rem;
}

/* Hover botón descarga */
.wp-block-file__button:hover {
  color: #0a58ca;
  text-decoration: underline;
}
