/*
Theme Name: Movimiento por la Paz
Theme URI: https://www.mpdl.org
Description: Custom Theme para Movimiento por la Paz
Version: 1.0
Author: MKT Media Net
Author URI: https://mktmedianet.com/
Tags: Bootstrap,Responsive,jQuery,CSS3, HTML5
*/
/* RESET
-------------------------------------------------- */
    
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: 'Arial';
  src: url('./fonts/arial/ARIAL.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}

:root{
	--secondary-color: #ffa100;
}

.c-orange {color: #ffa100;}
.c-gray{color: #6c757d;}
	.c-bg-orange{background-color: #ffa100;}
h1, h2, h3, h4, h5, h6,.titulo { line-height: 1.35; font-family: 'Poppins'!important;}
html, button, input, select, textarea {color: #010101; padding: 0;}
body {line-height: 150%;color: #010101; font-weight: 400;background-color: #fff; max-width: 100%; overflow-x: hidden; font-size: 16px; font-family: 'Arial', sans-serif; line-height:1.5}
::-webkit-input-placeholder {color: #010101; opacity: 1 !important;}
:-moz-placeholder {color: #010101; }
::-moz-placeholder {color: #010101; }
:-ms-input-placeholder {color: #010101; }
input[placeholder], [placeholder], *[placeholder] {color: #010101;}
iframe{border: 0; background-color: transparent!important;}

.c-bg-grey{background-color: #f6f7f8;} 

article{color:#010101; font-size: 15px; line-height: 170%; font-weight: 400;}
	article a{color: #010101; border-bottom: 1px dotted #010101;}
		article a:hover,.card-body a:hover{color: #00a5db; border-bottom: 1px dotted #00a5db;}

hr { display: block; height: 1px; border: 0; border-top: 1px solid #010101; margin: 1em 0; padding: 0; }

.size-large,.img-responsive,.size-full:not(.alignleft):not(.alignright) {width: 100%; height: auto; display: block; }
	img.alignleft { margin: 5px 20px 5px 0; float: left; }
	img.alignright { margin: 5px 0px 5px 20px; float: right; }
	img.aligncenter { margin: 15px auto; float: none; height: auto;  display: block;  max-width: 100%; }
@media (max-width: 767px) {
	img.alignleft { margin: 5px 0px 5px 0; float: none;clear:both; width: 100%; height: auto;}
	img.alignright { margin: 5px 0px 5px 0px; float: none;clear:both; width: 100%;height: auto;}
}
fieldset {border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }

.typo{font-family: 'Shadows Into Light', cursive; position: relative;}

.titulo{text-transform: uppercase;}
	.titulo>.typo{color: #0171b9; font-size: 35px;}
		/*.titulo>.typo::after{width: 30px; height: 2px; background-color: #00a5db; position: absolute; bottom: 10px; right: -25px; content: "";}*/
	.titulo.c-white>.typo{color: #fff;}
		.titulo.c-white>.typo::after{background-color: #fff;}

*:hover, *:hover > a, img,.categorias a>img,.navbar ul,.topbar a,figure.icon,.suave{ text-decoration: none; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; }
.relative { position: relative; }



.cover {background-repeat: no-repeat;background-size: cover !important; background-position: center center !important; }
.fit{object-fit: cover;width: 100%;height: 100%;}
.scroll { background-attachment: scroll; }
.fixed { background-attachment: fixed !important; background-position: bottom center !important; }
.parallax,.pageheader,.cta{ position: relative;}
	.parallax::after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; content: ""; background-color: rgba(0,136,204,.85);}
	.pageheader::after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; content: "";background: rgba(0,136,204,.85);}
	.cta::after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; content: ""; background: rgba(0,136,204,.65);}

		.parallax .container,.pageheader .container,.cta .container{position: relative; z-index: 2}
		.pageheader{padding: 4rem 0; display: flex; width: 100%; justify-content: center; align-items: center; background-position: center center; background-size: 100%;}

.contain {background-repeat: no-repeat; background-size: contain !important; background-position: center center; }
.cover img, .img-responsive, .contain img { display: block; float: none; clear: both; width: 100%; height: auto; }
.full-width,.subsection { width: 100%; height: auto; padding: 3rem 0; overflow:hidden; position: relative;}
	.full-width.nopadding {padding: 0 0; }
	.full-width.html+.full-width{padding-top: 0;}

	.subsection,.content{padding-top: 15px; padding-bottom: 15px;}

.rounded {-webkit-border-radius: 8px !important; border-radius: 8px !important; -moz-border-radius: 8px !important; overflow: hidden;}
.fullrounded { -webkit-border-radius: 100%; border-radius: 100%; -moz-border-radius: 100%; }
.round{ -webkit-border-radius: 100%; border-radius: 100%; -moz-border-radius: 100%; width: 170px; height: 170px; margin: 0px auto 15px; overflow: hidden;}
.roundless { -webkit-border-radius: 0; border-radius: 0; -moz-border-radius: 0; }
.line {width: 100%; height: 1px; background: transparent; margin: 30px 0; display: block; }
.c-shadow{-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);}

.col5{position: relative;width: 100%;min-height: 1px;padding-right: 15px;padding-left: 15px;}
.image-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
/* Colores */
.c-white,.overwhite:hover{color: #fff;}
	.c-bg-white,.lined.lined-white::after{background-color: #fff;}
	.c-bg-white.transp{background-color: rgba(255,255,255,0.75);}
.c-black,.overblack:hover{color: #010101;}
	.c-bg-black,.lined.lined-black::after{background-color: #010101;}
	.c-bg-black.transp{background-color: rgba(1, 1, 1,0.5);}
.c-dark{color: #484a57;}
	.c-bg-dark{background-color: #484a57;}
.c-light{color: #f6f7f8;}
	.c-bg-light{background-color: #f6f7f8;}

.c-blue,.overblue:hover{color: #0171b9;}
	.c-bg-blue{background-color: #0171b9;}
	.blue-transp{background-color:rgba(0,136,204,.85);}

[data-class="blue"]>span{color: #0171b9;}

.c-green,.overgreen:hover{color: var(--secondary-color);}
	.c-bg-green{background-color: var(--secondary-color);}

.overblack:hover img{filter: grayscale(1) opacity(1);}
/* Botones */
.btn{border-radius:0px; border:none; font-weight:600;}
	.btn>img.left{display: inline-block; margin-right: 8px;}
	.btn>img.right{display: inline-block; margin-left: 8px;}
	
	.btn-md{padding: .75rem 1.75rem;}
	.btn:hover,.btn:focus,.btn:active{ text-decoration: none; box-shadow: none;}

	.btn-default{background: var(--secondary-color);color: #fff;border:1px solid var(--secondary-color)}
		.btn-default:hover, .btn-default:focus{background:#0171b9; color: #fff;border:1px solid #0171b9}

	.btn-primary{background:#0171b9; color: #fff;border:none; border:1px solid #0171b9;}
		.btn-primary:hover, .btn-primary:focus,.btn-primary.is-checked{background: transparent;color: #0171b9;border:1px solid #0171b9;}

	.btn-secondary{background:#0171b9; color: #fff;border:none; border:1px solid #0171b9;}
		.btn-secondary:hover, .btn-secondary:focus,.btn-secondary.is-checked{background: #fff;color: #0171b9;border:1px solid #0171b9;}


	.btn-info{background: #fff;color: #0171b9;text-transform: uppercase;border:1px solid #fff}
		.btn-info:hover{background:transparent; color: #0171b9;border:1px solid #fff;}

/* TOPBAR */
.topbar{background-color: #0172b9fa; color:#fff; font-size: 14px; }
	.topbar a{line-height: 20px; padding: 8px; display: inline-flex;}
	.topbar ul.topbar-nav{list-style: none;}
		.topbar ul.topbar-nav a{font-size: 14px; color: #fff;}
			.topbar ul.topbar-nav a:hover,
			.topbar ul.topbar-nav li.current-menu-item a,
			.topbar ul.topbar-nav li.current_page_item a,
			.topbar .sociales a:hover{color: var(--secondary-color);}
	.topbar .sociales a{font-size: 18px; color: #fff;}
		
/* NAVBAR */
.navbar {margin-bottom: 0;  padding: 10px 0;
background-color: transparent;
/*background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
*/
}
	.navbar .d-block {width: 100%;clear: both;}
		.navbar.scrolled{ -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);background:#0172b9fa;}

	.navbar .container{ position: relative; flex:1}
		.navbar .navbar-brand{padding:10px;}
			.navbar .navbar-brand img{width:100%;max-width:140px; height: auto;}
			.navbar.scrolled .navbar-brand{padding: 5px;}
				.navbar.scrolled .navbar-brand img{max-width:130px;}
		.navbar-nav li{position: relative; list-style: none;}
			.navbar-nav li.menu-item-has-children{padding-right: 15px;}
			.navbar-nav li:not(.donar) a{ font-size: 18px; color: #fff; text-transform: uppercase; text-align: center; position: relative; display: inline-block; font-weight: 500; white-space: nowrap;}
				.navbar-nav  li:not(.donar) .dropitem{color: #fff; position: absolute; top: 8px; right: 15px;}

				.navbar-nav li:not(.donar) a:hover:not([href="#"]),
				.navbar-nav li:not(.donar):hover > a:not(.btn):not([href="#"]) 
				.navbar-nav li:not(.donar).current_page_item>a,
				.navbar-nav li:not(.donar).current-menu-item>a{color: var(--secondary-color);}

			.navbar-nav  li.donar a{ font-size: 18px; color: #fff; background-color: var(--secondary-color);text-transform: uppercase; text-align: center; position: relative; display: inline-block; border-radius:0px; padding: .25rem 1.25rem; font-weight: 500;}
				.navbar-nav li.donar a:hover,
				.navbar-nav li.donar:hover>a:not(.btn),
				.navbar-nav li.donar.current_page_item>a:not(.btn),
				.navbar-nav li.donar.current-menu-item>a:not(.btn){color: #fff; background-color: #0171b9;}


	.navbar-toggler{z-index: 999;}
		.navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='3' stroke-linecap='square' stroke-miterlimit='0' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
		.navbar-toggler:hover .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 136, 204,1)' stroke-width='3' stroke-linecap='square' stroke-miterlimit='0' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

	
/* slider */
.slider .carousel-caption{width: 100%;height: 80%;position: absolute;left: 0;right: 0;top: 0;padding: 160px 0 0; display: flex;align-items: center;background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */}
.slider-title{font-weight: 200;}
	.slider-title .c-bg-blue{font-weight: 700; padding: 8px;}
.slider .btn-default img{display: inline-block; width: 24px; height: 24px; margin-left: 8px;}

.carousel-item.cover.active.conform{padding: 8rem;}

.carousel-indicators {bottom: 10px;}
	.carousel-indicators li {cursor: pointer;width: 15px;height: 15px;background-color: rgba(255,255,255,.5);border-radius: 50rem;margin: 0 0.5rem;}
		.carousel-indicators li:hover{background-color: #00a5db;}
.alert.covid{position: absolute; top: 175px; left: 0; z-index: 99; background-color: var(--secondary-color); width: 100vw; border-radius: 0; padding: 8px 0; margin: 0 0;}
	.alert.covid button{padding: 0 0; opacity: 1;}
		.alert.covid button:hover>span{color: #000;}


/* BANNER */
.banner{background: url(images/mapa.jpg) top center; position: relative; padding: 100px;}
	.banner::after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #0171b9; opacity: .85; content: "";}
	.banner .container{position: relative; z-index: 2;}
.margined{position: relative; z-index: 99; margin-top: -120px; -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);box-shadow: 0 0 15px 0 rgba(0,0,0,0.2); background-color: #fff; padding: 30px;}

@media (max-width: 991px) {
	.margined{margin-top: 0px;}
}
.counters:not(:last-child){border-right: 1px solid #0171b9;}
.contador{position: relative; padding: 15px 20px 15px 90px; text-align: center;}
	.contador .counter-count,
	.contador .leyenda{
		line-height: .75;
	}
	.contador img{width: auto; position: absolute; left: 10px; top: 10px;}

/* Home news */
.homepost{position: relative;}
	.homepost .post-data{position: absolute;width:100%;height: 100%; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: 15px; top: 0; left: 0;}
		.homepost .post-data .post-title{ background-color: rgba(0, 136, 204,.75); padding: 10px; color: #fff; text-transform: uppercase;  }
			.homepost .post-data .post-title:hover{ background-color: rgba(0, 136, 204,1); color: #fff;  }
.homepost .eye{position: absolute; right: 0px; bottom: 15px; z-index: 2;}
	.homepost .eye:hover{ background-color: rgba(0, 136, 204,.85); color: #fff;}
/* Subscribe */
.subscribe{background: url(images/fdo_subs.jpg); position: relative; background-size: 100%;}
	.subscribe::after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #0171b9; opacity: .85; content: "";}
	.subscribe .container{position: relative; z-index: 2; padding-top: 2rem;padding-bottom: 2rem;}
	.subscribe .envelope{width: 100px; height: 100px; background-color: #fff; border-radius: 50rem; display: flex; justify-content: center; align-items: center; margin-right: 15px;}
		.subscribe .envelope img{width: 60px;}
/* Eventos */
.eventos{ -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);box-shadow: 0 0 15px 0 rgba(0,0,0,0.2); background-color: #fff; position: relative;}
	.eventos-header{background: url(images/fdo_evts.jpg); position: relative; background-size: 100%;}
		.eventos-header::after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #0171b9; opacity: .85; content: "";}
		.eventos-header .row{position: relative; z-index: 2;}

/* Acciones */
.action{position: relative;}
	.action .action-caption{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; padding: 20px; display: flex; flex-direction: column; justify-content: flex-end;-webkit-transition: all 800ms ease; -moz-transition: all 800ms ease; -o-transition: all 800ms ease; transition: all 800ms ease;}
		.action .action-caption .acc-icon{display: none;-webkit-transition: all 800ms ease; -moz-transition: all 800ms ease; -o-transition: all 800ms ease; transition: all 800ms ease;}
		.action .action-caption .acc-title{padding:0.7rem; font-size: 16px; color: #fff; line-height: 1.3; font-weight: bold; text-transform: uppercase; background-color: rgba(1,113,185,1);-webkit-transition: all 800ms ease; -moz-transition: all 800ms ease; -o-transition: all 800ms ease; transition: all 800ms ease;}
		.action .action-caption .acc-desc{display: none;font-size: 14px; color: #fff; line-height: 1.3; font-weight: 300;-webkit-transition: all 800ms ease; -moz-transition: all 800ms ease; -o-transition: all 800ms ease; transition: all 800ms ease;}
			.action .action-caption .acc-link{display: none;font-size: 14px; color: #fff; line-height: 1.3; text-decoration: underline; font-weight: 300;-webkit-transition: all 800ms ease; -moz-transition: all 800ms ease; -o-transition: all 800ms ease; transition: all 800ms ease;}

	.action:hover .action-caption{background-color: rgba(0, 136, 204,.85);justify-content: space-between}
		.action:hover .action-caption .acc-icon{display: block;}
		.action:hover .action-caption .acc-title{background-color: transparent;}
		.action:hover .action-caption .acc-desc{display: block;}
		.action:hover .action-caption .acc-link{display: block;}

.action-caption .manos{width: 48px; height: 48px;}
/* DElegaciones */
.delegaciones,.misiones{position: relative;}
.fullmap{width: 100%; display: block;}
@media (min-width: 992px) {
	.delegaciones .mapcontent,
	.misiones .mapcontent{min-height: 350px;}
	.fullmap{
		width: calc(50vw - 0px);
		height: 100%;
		position: absolute;
		left: 0; top: 0;
	}
	.delegaciones .fullmap{
		left: auto;
		right: 0px;
	}
	
}

/* transparencia */
.transparencia{
	position: relative;
	padding: 3rem 0;
	color: #fff;
	background-repeat: no-repeat;
	background-size: 50vw auto;
	background-position: 50vw top;
}
@media (max-width: 767px) {
	.transparencia{background-size: cover; background-attachment: fixed; background-position: top center; padding-top: 45%; padding-bottom: 0;}
	.transparencia .container{background-color: rgba(0,136,204,1); max-width: none;}
}

/* Equipo */
.member{position: relative;}
	.member .redes{position: relative; min-height: 40px;}
		.member .redes a{width: 20px; margin-right: 4px;}
		.member .redes a img{width: 20px;}
/* foto Grid */
.fotogrid{display: grid;grid-template-columns: repeat(4,1fr);gap:20px}
@media (min-width: 768px) {
	.fotogrid .grid-item:nth-child(2),
	.fotogrid .grid-item:nth-child(7),
	.fotogrid .grid-item:nth-child(12){grid-row-end: span 2;grid-column-end: span 2;}
}
/* Tabs */
.tabs .nav-tabs{list-style: none; border-radius: 0 0 0 0; border:none;}
	.tabs .nav-tabs .nav-item,
		.tabs .nav-tabs .nav-item .nav-link{ border-radius: 0 0 0 0; border:none;background-color: transparent; color: #000; font-size: 16px; text-transform: uppercase; display: block;}
	/* Horizontal */
	.tabs ul.nav-tabs.horizontal{background-color: #0171b9; padding: 5px 0; gap:0.5rem;}
		.tabs ul.nav-tabs.horizontal li{display: inline-block; margin: 0 4px;}
			.tabs .nav-tabs .nav-item .nav-link{background-color: #fff; color: #0171b9;  display: inline-block; font-weight: 600;}
			.tabs .nav-tabs.horizontal .nav-item .nav-link:hover,
			.tabs .nav-tabs.horizontal .nav-item .nav-link.active{background-color: #0171b9; color: #fff; border-bottom: 2px solid #fff;}
	/* Vertical */
	.tabs .nav-tabs:not(.horizontal){flex-direction: column; align-items: flex-start;}
	.tabs .nav-tabs:not(.horizontal) .nav-item{display: block; width: 100%; }
	.tabs .nav-tabs:not(.horizontal) .nav-item .nav-link{color: #000; position: relative; display: block; padding: 0.25rem 0.5rem;}
		.tabs .nav-tabs:not(.horizontal) .nav-item .nav-link::before{content: "\f101"; font-family: "FontAwesome"; margin: 0 8px; font-size: 18px;}
	.tabs .nav-tabs:not(.horizontal) .nav-item .nav-link.active,
	.tabs .nav-tabs:not(.horizontal) .nav-item .nav-link.active{color: #fff;background-color: #0171b9;}
	.tab-content{border:1px solid #0171b9; padding: 1.5rem;}

/* Logros */
.logros{position: relative;}
.logros::after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; content: ""; background: rgba(0,0,0,.65);}
.logros .container{position: relative;z-index: 2;}
.owl-logros .item .icono{max-width: 80px; display: block; margin: 10px auto; height: auto;}
.logros .owl-dots{text-align: center;}
.owl-logros .owl-dots .owl-dot{width: 12px; height: 12px; background-color: #fff; border-radius: 50rem; margin: 0 4px; border:1px solid #fff}
	.owl-logros .owl-dots .owl-dot.active{background-color: #0171b9;}
.owl-dots{
	margin-top: 2rem;
}
/* ALTERNADOS */
.alternados,.alternados .row{position: relative;}
	.alternados .alternado{padding: 30px; position: relative; border:3px solid #0171b9; background-color: #fff;}
		.alternados .alternado::before{width: 1px; height: 100px; position: absolute; left: 25%; top: 100%; content: ""; background-color: #0171b9;}
			.alternados .reverse .alternado::before{left: 75%;}
			.alternados .row:last-child .alternado::before{display: none;}
	.alternados .alternado .alter-image{width: 100%;}

@media (min-width: 768px) {
	.forward{flex-direction: row;}
	.reverse{flex-direction: row-reverse;}
	.alternados .alternado .alter-image{width: 80%;}
}


/* HTML */
.html{position: relative;}
	.html ul{padding-left: 0px; list-style-position: inside;}
	.html ul li{min-height: 28px; list-style: none; position: relative;padding-left: 30px; font-size: 14px; margin-bottom:10px;}
		.html ul li::before{width: 24px; height: 24px; content: ""; display: inline-block; left: 0px;top:3px; position: absolute; background: url(images/list_item.png) no-repeat;}
.html img{width: 100%; }
		.contras ul li::before{width: 24px; height: 24px; content: ""; display: inline-block; left: 0px;top:3px; position: absolute; background: url(images/boton-x.png) no-repeat;}


blockquote{position: relative; font-size: 18px; font-style: italic;padding: 2em 0px 2rem 3rem;text-align: left;font-weight: 700; display: block; color: #000;font-family: 'Shadows Into Light', serif; min-height: 52px;}
	blockquote::before {position: absolute;left: 0;top: 50%; opacity: 0.25; width: 60px; height: 52px; background: url(images/quote.png) no-repeat; content: ""; transform: translateY(-50%);}
			blockquote p{color: #000; position: relative; z-index: 1;}

	.html .d-flex img.mr-md-5{max-width: 20%; height: auto; min-width: 20%;}
@media (max-width: 500px) {
	.html .d-flex{flex-direction: column;}
	.html .d-flex img.mr-md-5{ height:auto; min-width: 33%; margin-left:auto; margin-right: auto;}
	h1.slider-title{line-height: 177%; padding-bottom: 2rem;}
}
/* Testimonios */
.testimonio{background: url(images/quote.png) 50px 30px no-repeat; padding-top: 120px;}
.testimonios ul#testis li a{position: relative;}
.testimonios ul#testis li a::after{position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background: url(images/play.png) center center no-repeat; background-size: 70px 70px; content: ""; opacity: 0;}
.testimonios ul#testis li a:hover::after,
.testimonios ul#testis li a[aria-selected="true"]::after{opacity: 1;}
/* Urgencia */
.card.urgencia{position: relative;}
	.card.urgencia .card-body .titulo .typo{color: #0171b9;}
/* Banner *
.banners{position: relative; padding: 5rem;}
	.banners .fondo {position: absolute;width: 66%;height: 100%;z-index: 0;margin-top: 0rem; margin-bottom: 0rem; left: 0%; top: 0;}
.banners .bannercontent{display: block; position: relative; z-index: 2;}
	.banners .bannercontent li{min-height: 24px;}
@media (max-width: 768px) {
	.banners .fondo {position: relative;width: 100%;height: 40vh;left: 0%; top: 0; margin-bottom: 35px;}
}
.toc-list{padding-left: 0; list-style-position: inside; margin-bottom: 3rem;}
	.toc-list li{color: #5bbf21; border-bottom:1px solid #5bbf21; margin-bottom: 4px; padding-bottom: 4px;}
		.toc-list li a{color: #010101; ;}
			.toc-list li a:hover{color: #5bbf21;}

/* Clientes */
.owl-clientes .owl-dots .owl-dot{width: 8px; height: 8px; background-color: #999; border-radius: 50rem; margin: 0 4px;}
	.owl-clientes .owl-dots .owl-dot.active{background-color: #000;}
.item img{width:auto; max-height: 80px;}
	

/* CTA */
.cta{padding: 0 0; background-attachment: fixed; background-size: 100% auto; margin:0rem 0; background-repeat: no-repeat; background-position: center center;}
@media (max-width: 767px) {
	.cta{background-size: cover!important;}
	.cta .col-md-6 img{margin: 0px auto; max-width: 80%;}
}
.donaciones blockquote,.donaciones blockquote p{color: #fff;}
/*
.suscribe .gform_wrapper .gfield-choice-input{vertical-align: top;}
.cta .gform_wrapper .gfield-choice-input + label { color: #fff;vertical-align: top;}
.cta .gform_wrapper .gfield_checkbox a {color: #00a5db;  font-weight: 600;}
*/
/* Breadcrumbs */
.breadcrumbs{color: #0171b9;}
.breadcrumbs a:hover{color: #00a5db;}

/* Boton fixed */
@media (max-width: 767px) {
	body{padding-bottom: 40px;}
	.footerfixed{position: fixed; bottom: 0; left: 0; width: 100%; z-index: 50; border-radius: 0;}
}

/* FAQS */
.faqs{ position: relative;}
	.faqs .card{padding: 0 0; border:none;margin-bottom: 20px;}
		.faqs .card.c-bg-white{ background-color:#fff; border-radius:0px}
	.faqs .card-header{ background-color:transparent; padding: 0 0; border-bottom: 0;}
		.faqs .card .btn{ background-color:#0171b9; color: #fff; position: relative; line-height: 1;padding: 1rem 40px 1rem 10px; text-align: left; white-space: normal; border-radius: 0;}
			.faqs .card .btn::after{position: absolute; top: 5px; right: 5px; width: 28px; height: 28px; content: ""; background: url(images/faqs.png) center center no-repeat; background-size: contain;}
	.faqs .card-body{padding-left: 30px;-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);box-shadow: 0 0 15px 0 rgba(0,0,0,0.25); border-bottom: none;}


/* footer */
footer{position: relative; padding: 2.5rem 0;}
	body.contacto footer{margin-top: 0;}
	footer ul{padding-left: 0; list-style: none;}
	footer a,footer li a{color: #fff;}
		footer a:hover,footer li a:hover{color: #00a5db;}
	footer .sociales a{display: inline-block; width: 34px; height: 34px; color: #fff; background-color: transparent;  text-align: center; line-height: 34px; font-size: 30px;}
		footer .sociales a:hover{color: #00a5db; }
/* PWD */
.pwd ul{ margin-bottom: 0; padding-left: 0; flex-direction: row;}
.pwd li,.pwd li a{ display: inline; padding: 0 8px; color: #54595f; font-size: 14px;  }
	.pwd li{ border-left: 1px solid #54595f;}
		.pwd li:first-child{ border-left: none}
		.pwd a:hover,.pwd li a:hover{color: #00a5db;}
/*Scroll */
.scrollToTop{ position: fixed; bottom: 0px; right: 20px; width: 48px; height: 48px; background-color: #fff; color: #00a5db; cursor: pointer; text-align: center; line-height: 48px; font-size: 24px; border: 1px solid #00a5db; z-index: 99;}
	.scrollToTop:hover{ opacity: 1; color: #fff; bottom: 0; background-color: #00a5db;}
/* Recaptcha */
.grecaptcha-badge{bottom: 50px!important; z-index: 1050!important;}
/* Map */
.acf-map,.dele-map,.mission-map{ display: block; width: 100%; height:400px; }

/* form control */
.gform_wrapper select,.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){ border-radius:0px; background-color: rgba(255,255,255,1); color: #000;border:none; margin-top:0!important; font-size: 15px !important; padding: .5rem .75rem !important; font-weight:400 !important;}
.gform_wrapper select{height: 40px;}
.gform_wrapper textarea,
.gform_wrapper textarea.large{ height: 90px!important;border-radius:0px; background-color:rgba(255,255,255,1); color: #000; border:none;padding: .5rem .75rem; margin-top: 10px;}
.gform_wrapper ::placeholder{color: #00a5db; opacity: 1;font-size: 15px;font-weight:100;}
.gform_wrapper .gfield_checkbox li input[type="checkbox"]{display: none!important;}
.gform_wrapper ul.gfield_checkbox li label{position: relative; padding-left: 24px; line-height: 20px;}
.gform_wrapper ul.gfield_checkbox li label::before {content: "";width: 20px;height: 20px;background-color: #fff;border-radius: 4px;border: 1px solid #000;
display: inline-block;margin-right: 8px;font-family: FontAwesome;color: #000;line-height: 20px;text-align: center;font-size: 16px;position: absolute;left: 0;top: 0;}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label::before{content: "\f00c";}
.gform_wrapper .gfield_checkbox a{color: #000;}
	.gform_wrapper .gfield_checkbox a:hover{color: #00a5db;}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"]{background-color: #00a5db; color: #fff;border:none; margin-top:0!important; padding: 6px 25px;  font-weight: 500; text-transform: uppercase; font-size: 14px !important; border-radius: 30px;}
	.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input:hover,
	.gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input:focus{background-color: #545454; color: #fff;}
.gform_wrapper .gform_footer{text-align: center!important;}

.address i.fa{font-size: calc(32px + (64 - 36) * ((100vw - 300px) / (1600 - 300))) !important;}


aside .asideform .gform_wrapper,aside .asideform .text-italic,.modalform .gform_wrapper,.modalform .text-italic{position: relative; z-index: 2;}

	aside .gform_wrapper .gform_title,.modalform .gform_wrapper .gform_title{text-align: center; font-size: 28px; color: #00a5db;} 
	aside .gform_wrapper select,
	.modalform .gform_wrapper select,
	aside .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	.modalform .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	aside .gform_wrapper textarea,.asideform textarea,.modalform textarea{ border-radius:0px; background-color: rgba(255,255,255,0.75); color: #484848;border:none; margin-top:0!important; font-size: 16px !important; padding: .5rem .75rem !important; font-weight:400 !important; border:none}

/* page form */
.contacto .gform_wrapper select,.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){ border-radius:0px; background-color: rgba(255,255,255,1); color: #000;border:1px solid #000; margin-top:0!important; font-size: 15px !important; padding: .5rem .75rem !important; font-weight:400 !important;}
.contacto .gform_wrapper select{height: 40px;border:1px solid #000}
.contacto .gform_wrapper textarea,
.contacto .gform_wrapper textarea.large{ height: 90px!important;border-radius:0px; background-color:rgba(255,255,255,1); color: #000; border:1px solid #000;padding: .5rem .75rem; margin-top: 10px;}



/* page form */
.headerform{position: relative; background-color: #fff; padding: 30px; color: #000; text-align: center;}
	.headerform .gform_heading .gform_required_legend{display: none!important;}
.headerform .gform_wrapper select,.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){ border-radius:0px; background-color: rgba(255,255,255,1); color: #000;border:1px solid #000; margin-top:0!important; font-size: 15px !important; padding: .5rem .75rem !important; font-weight:400 !important;}
.headerform .gform_wrapper select{height: 40px;border:1px solid #000}
.headerform .gform_wrapper textarea,
.headerform .gform_wrapper textarea.large{ height: 90px!important;border-radius:0px; background-color:rgba(255,255,255,1); color: #000; border:1px solid #000;padding: .5rem .75rem; margin-top: 10px;}
.headerform .gform_title{font-size: 20px; font-weight: 700;}
.headerform .gform_footer{margin-bottom: 0!important; padding-bottom: 0!important;}
/* Subscribe form */
.subscribe .gform_heading{display: none!important;}
.subscribe .gform_wrapper select,.subscribe .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){ border-radius:0px; background-color: rgba(255,255,255,1); color: #545454!important;border:none!important; margin-top:0!important; padding: 8px 8px !important;font-size: 18px !important; font-weight:400 !important;}
.subscribe .gform_wrapper select{height: 40px;border:none}
.subscribe .gform_wrapper textarea,
.subscribe .gform_wrapper textarea.large{ height: 90px!important;border-radius:0px; background-color:rgba(255,255,255,1); color: #000; border:none;padding: .5rem .75rem; margin-top: 10px;}
@media (min-width: 768px) {
	.subscribe .gform_wrapper form{display: grid; grid-template-columns: repeat(3,1fr); gap:20px}
	.subscribe .gform_wrapper form .gform_body{grid-column-end: span 2;}
	.subscribe .gform_wrapper form .gform_body>.gform_fields{display: flex; align-items:center}
	/*.subscribe .gform_wrapper form .gform_body>.gform_fields{display: grid; grid-template-columns: repeat(2,1fr); gap:20px}*/
	/*.gform_wrapper.gravity-theme .gfield.gfield--width-full {-ms-grid-column-span: 1;grid-column: span 1;}*/
	.subscribe .gform_wrapper .gform_footer{padding: 0 0!important; margin: 0 0!important;}
}
.subscribe .gform_wrapper .gform_footer input.button, .subscribe .gform_wrapper .gform_footer input[type="submit"]{background-color: var(--secondary-color); color: #fff;border:none; margin-top:0!important; padding: 8px 25px;  font-weight: 700; text-transform: uppercase; font-size: 18px !important; border-radius: 0px; display: block!important;}
	.subscribe .gform_wrapper .gform_footer input.button:hover,.subscribe .gform_wrapper .gform_footer input:hover,
	.subscribe .gform_wrapper .gform_footer input.button:focus, .subscribe .gform_wrapper .gform_footer input:focus{background-color: #545454; color: #fff;}



/* Pagination */
div.pagination{ display: inline-block; margin: 30px auto !important;  border-radius:30rem; overflow: hidden; padding: 5px; height: 60px; width: 100%;}
	.pagination .page-numbers{ display: inline-block; width: 30px; height:30px; background-color: transparent; overflow: hidden; line-height: 30px; text-align: center; color: #00a5db; font-size: 14px; font-weight: 700; margin-bottom: 0; background-color: #fff;}
		.pagination .page-numbers.current,
		.pagination .page-numbers:hover{background-color: #00a5db; color: #fff;}
		.pagination .page-numbers.prev,.pagination .page-numbers.next{width: auto; padding: 0 15px;}
		.navigation{display: flex; justify-content: center;}
/* TABS */
#internal ul{list-style: none; padding: 0;}
#internal ul li a {
    list-style: none;
    display: block;
    padding-left: 36px;
    background-image: url(images/arrow.png);
    background-position: 12px 18px;
    background-repeat: no-repeat;
    min-height: 36px;
    color: #000;
    font-weight: 400;
    font-size: 22px;
    display: flex;
    align-items: center;
    padding:10px 0 10px 40px;
    margin-bottom: 10px;
    font-family: 'Noto Serif', serif;
    line-height: 1.35;
    border-radius: 10px 0 0 10px;

}
#internal ul li a.active{
	background-color: #f9f9fa;
}
.flexblocks{background-color: #f9f9fa;border-radius: 10px;}

.fixed2 {
	position: fixed;
	width: 100%;
	top: 100px;
}
@media (max-width: 768px) {
	.fixed2 {
	position: fixed;
	width: calc(100vw - 1.25em);
	left: 0;
	top: 95px;
	background-color: #000;
	z-index: 99;
	padding: 20px;
	padding: .75rem .75rem;;
	}
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:hover {
    color: #fff;
    background-color: #0171b9;
    border-color: #0171b9;
    
}
.show > .btn-info.dropdown-toggle:focus,
.btn-info.dropdown-toggle:focus {
    box-shadow:none;
}
.table-responsive-sm thead{background-color: #000; color: #fff; font-size: 18px; text-align: center;}
	.table-responsive-sm thead th{padding:4px 8px; text-align:left;}
	.table-responsive-sm tbody td{padding:4px 8px; vertical-align: baseline; vertical-align: middle;}
		.table-responsive-sm thead th:first-child,
		.table-responsive-sm tbody td:first-child{padding:4px 18px}

.card-grid{display: grid; grid-template-columns: repeat(2,1fr); gap: 15px;}
@media (max-width: 991px) {
	.card-grid{display: grid; grid-template-columns: repeat(1,1fr);}
}
.card-grid .ccard{background-color: #f8f8f8; padding: 30px;width: 100%;max-width: 100%;overflow: hidden;}
	.card-grid .ccard .title{ display: flex; align-items: center;}
		.card-grid .ccard .title .fullrounded{width: 48px; height: 48px; background-color: #00a5db; color: #fff; font-size: 32px;font-family: 'Noto Serif', serif; text-align: center; line-height: 36px; margin-right: 10px;}
		.card-grid .ccard .content{max-width: 100%;}
			.card-grid .ccard .content img{max-width: 100%; height: auto;}

.subscribe-area{
display: flex;
flex-direction: column;
align-items: center;
}
.subscribe-area-title{
position: relative;
text-transform: uppercase;
max-width: 75%;
margin: 0px auto;
}
.subscribe-area-title::before{
	position: relative;
	background: #fff url(images/newsletter.png) center center no-repeat;
	background-size: 60%;
	width: 60px;
	height: 60px;
	border-radius: 50rem;
	margin:0px auto  10px;
	display: block;
	overflow: hidden;
	content: "";
	
}

.embed-image{position: relative;}
	.embed-image img{width: 100%; height: 23vh; object-fit: cover;}
@media (max-width: 991px) {
	.embed-image img{height: 30vh;}
}
@media (max-width: 768px) {
	.embed-image img{height: 56vh;}
}

.bloque_texto{
	padding: 4rem 0;
}

.owl-dots{display: flex; justify-content: center;}

@media(max-width: 768px){
	.banner{
		padding: 40px;
	}
	
}
@media(max-width: 1024px){
	.fs38{
		font-size: 1.25rem;
	}
}
.animated {
  animation-duration: 2.5s !important;
}











.gfield_radio {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gchoice {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gchoice input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #007BFF;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.gchoice input[type="radio"]:checked {
    background-color: #007BFF;
    border-color: #0056b3;
}

.gchoice label {
    cursor: pointer;
}

.gchoice input[type="radio"]:checked + label {
    background-color: #8bc926;
    color: white;
}

.gchoice label:hover {
    background-color: #ffffff;
    color: #47631a!important;
}

.ginput_container_select, .ginput_container_text{
}

.ginput_container_select select, .ginput_container input{
	background-color: #fff!important;
	color: #000!important;
}
.ginput_container input::placeholder{
	color: #adadad;
}

.gform_fields {
	gap: 0.5rem!important;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not([type="number"]), .ginput_container_select select {
	border: none;
	border-bottom: 1px solid #000;
}

.gfield_radio{
	display: flex;
	justify-content: center;
}
.gform_wrapper {
	padding: 2rem;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background-color: #fff;

}
.gform_body {
	background-color: #ffffff!important;
}
.ginput_container_radio{
	margin: 2rem 0;
}
.gform_title{
	text-align: center;
	font-size: 2rem;
	color: #000;
}
.gchoice {
	background-color: #adadad!important;
}
.gchoice label {
	padding: 1rem!important;
	color: #fff!important;
}
.gfield-choice-input {
	display: none!important;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
    max-width: 100%!important;
	font-size: 1.5rem!important;
	color: #0056b3;
}
.gf_progressbar_wrapper{
	margin: 2rem 0;
}
.gform_page_footer{
	display: flex;
	justify-content: center;
}
.gform_page_footer input[type="button"]{
	background-color: #8bc926;
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 30px;
}
.gform_page_footer input[type="button"]:hover{
	background-color: #47631a;
}
.gform_page_footer input[type="submit"]:hover{
	background-color: #47631a;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
	background-color: #8bc926!important;

}
.gform_page_footer input[type="submit"]{
	background-color: #8bc926;
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 30px;
}
.gform_previous_button:hover{
	background-color: #cccccc!important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
.ginput_container_number{
	width: 100%;
	display: flex;
	justify-content: center;
}

.ginput_container.ginput_container_consent{
	display: flex;
	justify-content: center;
}
#input_20_1 {
	color: #8bc926;
}
.gfield_consent_label{
	color: #000;
}
.gfield_consent_label{
	margin: 0;
	padding: 0 0.35rem;
	font-size: 0.75rem;
}
.gform_description{
	color: #000;
	font-size: 13px;
}
.gform_heading{
	text-align: center;
}

.gform-body p{
	color: #000;
}
#tabs {
	scroll-margin-top: 300px;
  }
  




.noticia, .swiper-slide .noticia img{
	height: 200px;
}
.swiper-horizontal {
	height: 350px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 30px!important;
	color: #000!important;
}
.swiper-pagination-bullet-active {
	background-color: #000!important;
}
.swiper-button-prev{
	left: -50px!important;
}
.swiper-button-next{
	right: -50px!important;
}

.gform_wrapper, .gform_body {
	background-color: transparent!important;
}

.gform_body input::placeholder{
	color: #0056b3;
	font-weight: 500;
}


.btn-container{
	margin: 2rem 0;
}
.subscribe-area{
	padding: 2rem 0;
}
@media (max-width: 767px) {
	.gform_wrapper {
		padding: 0;
		box-shadow: none;
	}
	.carousel-item.cover.active.conform{padding: 0;}
	.slider-title{margin-bottom: 0;}
	.slider .carousel-caption {padding: 200px 0 140px; }
	#pdf_reader{
	width: 100%;
	height: auto;
	}
	.noticia, .swiper-slide .noticia img {
    height: 260px;}
}




/* Oculta el checkbox */
#toggle-search {
  display: none;
}
#toggle-search-mobile {
  display: none;
}

/* Icono de lupa */
.search-icon {
  background: url('./images/lupa.png') no-repeat center;
  background-size: 24px;
  width: 32px;
  height: 32px;
  display: inline-block;
  cursor: pointer;
  filter: brightness(0) invert(1); /* <- la hace blanca */
}

/* Overlay inicial (oculto) */
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.98);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

/* Al activar el checkbox, muestra el overlay */
#toggle-search:checked + .search-overlay {
  opacity: 1;
  pointer-events: all;
}
#toggle-search-mobile:checked + .search-overlay {
  opacity: 1;
  pointer-events: all;
}

/* Caja central */
.search-box {
  position: relative;
  width: 90%;
  max-width: 500px;
  text-align: center;
}

/* Input */
.search-box input[type="text"] {
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
  border: 2px solid #0171b9;
  border-radius: 50px;
  outline: none;
  color: #0171b9;
}

/* Placeholder */
.search-box input::placeholder {
  color: #0171b9;
  opacity: 0.6;
}

/* Botón */
.search-box button {
  margin-top: 20px;
  padding: 10px 25px;
  font-size: 16px;
  border: none;
  background: #0171b9;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}

.search-box button:hover {
  background: #025d96;
}

/* Botón de cerrar (X) */
.close-search {
  position: absolute;
  top: -60px;
  right: 0;
  font-size: 40px;
  cursor: pointer;
  color: #0171b9;
  line-height: 1;
  user-select: none;
  transition: transform 0.2s ease;
}

.close-search:hover {
  transform: scale(1.1);
}


body.search.customize-support {
    background: black;
}

body.search{
	background-color: #000!important;
}


@media (max-width: 767px) {
	.search-icon {
    filter: brightness(0) invert(0);
	}
}

.paginacion .page-numbers{
	display: flex;
	align-items: center;
	list-style: none;
	justify-content: center;
}

.paginacion li a{
	color: #0171b9;
	padding: 10px 15px;
	margin: 0 5px;
	text-decoration: none;
	font-weight: 600;
}
.publications-title{
	font-family: 'poppins', sans-serif;
	margin-bottom: 5px;
	font-weight: 500;
}
.publicaciones-title a{
	color: #010101;
    font-size: 15px;
    line-height: 170%;
    font-weight: 500;

}
.publicaciones-img{
	height: 285px;
}
.publications-img{
	height: 500px;
	object-fit: contain;
}

.noticia .post-title, .member .eq-title, a.noto.d-block.fs20.fw700.c-dark.overorange.lh120{
	font-family: 'poppins', sans-serif; 
}
span.gfield_required.gfield_required_text
{color: var(--secondary-color);}

.testimonio .person{
	font-family: 'poppins', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #000;
}


@media (max-width: 767px) {
	.publications-btn{
		font-size: 	1.25rem;
	}
}

body:not(.homepage) .carousel-item:not(.conform) {
	height: 500px;
}

.subscribe-area-title{
  display:inline-block;
  position:relative;
  transition:color .3s ease;
}

.subscribe-area-title::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-6px;
  width:0;
  height:2px;
  background:currentColor;
  transition:width .3s ease;
}

.subscribe-area-title:hover{
  color: var(--secondary-color); /* ajusta al color de tu theme */
}

.subscribe-area-title:hover::after{
  width:100%;
}
