/*
Theme Name: Fundación Forjando un Futuro
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--red: #ee202c;
	--blue: #086f90;
	--black: #354463;
	--primary: #555555;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: var(--primary);
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.red {
	color: var(--blue);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-red {
	background: var(--red);
}
.boton, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--blue);
}
.boton {
	text-transform: none;
	display: inline-block;
	color: var(--white);
	background: var(--red);
	border: 1px solid var(--red);
	padding: 11px 40px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	border-radius: 8px;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: #cd0511;
	border: 1px solid var(--red);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
}
.title {
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block; /* necesario */
    background: linear-gradient(90deg, #3a7bd5, #00d2ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; /* importante */
    -webkit-text-fill-color: transparent; /* para Safari/Chrome */
    letter-spacing: 0.3px;
}

/**** HEADER ****/
.boton-donaciones {
	display: none;
}
header {
	z-index: 100;
	position: relative;
	width: 100%;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    width:220px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: var(--black);
	font-size: 17px;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Karla', sans-serif;
	padding: 10px;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: var(--blue);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background:none !important;
	color: var(--blue);
}
.navbar-right {
    padding-top: 44px;
}
.navbar-default .navbar-nav li {
	padding-right: 5px;
	padding-left: 5px;
}
.navbar-default .navbar-nav li.donar a {
	background: var(--red) !important;
	color: #fff !important;
	border-radius: 8px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 50px;
}
/* Dropdowns */
.dropdown-menu {
	list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: var(--black) !important;
    background-color: #fff !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none !important;
	background: #fff;
	margin-left: 0 !important;
	min-width: 200px;
}
.navbar-nav > li.submenu > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
	border-bottom: 1px solid #f0f0f0 !important;
	font-size: 16px !important;
	color: var(--black);
	font-weight: normal;
	padding: 12px 15px;
    display: block;
    background: #fff;
    text-transform: none;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: var(--blue) !important;
	color: #ffffff;
}

/** Home **/
.hero-video {
    position: relative;
    width: 100%;
    height: 600px; 
    overflow: hidden;
    color: white;
}

/* Contenedor del video */
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* para colocar el video detrás del texto */
}

/* Ajuste del iframe para eliminar franjas negras */
.video-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120vw;  /* más grande que el viewport → evita bandas negras */
    height: 120vh; /* más grande que el viewport → evita bandas negras */
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none; /* evita clic accidental */
}

/* Contenido superpuesto */
.bg-video-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}
.hero-content h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.hero-content .boton {
	font-size: 19px;
	font-weight: 500;
}
h1 {
	font-size: 42px;
	font-family: 'Poppins', sans-serif;
}
.sobre-slider {
	color: #fff;
	background: var(--blue);
	padding: 40px;
	font-size: 17px;
	width: 370px;
	max-width: 100%;
	float: right;
	margin-top: -150px;
}
.sobre-slider p {
	margin:  0;
}
@media(min-width:767px) {
	.pleft {
		padding-left: 30px;
	}
}
.intro ul, .ulbonito ul {
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0;
}
.intro ul li {
	display: block;
	float: left;
	width: 50%;
	padding-left: 22px;
	background: url(images/tic.png) no-repeat left center;
	background-size: 13px;
	margin-bottom: 15px;
}
.ulbonito ul li {
	padding-left: 22px;
	background: url(images/tic.png) no-repeat left center;
	background-size: 13px;
	margin-bottom: 15px;
}
.line-gradient {
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #3a7bd5, #00d2ff);
    border-radius: 3px; /* opcional, para bordes suaves */
}
img.cometa {
	width: 44px;
	margin-right: 8px;
}
.margin-left-45 {
	margin-left: 55px;
	margin-top: -5px;
}
.imgficha {
    width: 100%;
    height: 100%;
    overflow: hidden; /* IMPORTANTE: evita que el zoom se salga */
}
.imgficha img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.imgficha:hover img {
    transform: scale(1.1); /* zoom */
}
.ficha {
	border-bottom: 4px solid #d8a600;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
	margin-bottom: 30px;
}
.content-ficha {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.ficha h2 {
	color: #181d23;
	font-size: 24px;
	font-family: 'Poppins',sans-serif;
	margin-bottom: 20px;
}
.ficha .boton {
	background: var(--blue) !important;
	border: none !important;
}
.parrafo-ficha {
	min-height: 180px;
}
.container-fluid-big {
	width: 1400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.parallax {
	background: url(images/parallax.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 80px;
	position: relative;
}
.parallax::before {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
}
.bloque {
	background: #fff;
	text-align: center;
	display: block;
	padding: 25px 40px 20px 40px;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Poppins',sans-serif;
	line-height: 38px;
	min-height: 280px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
	margin-bottom: 30px;
}
.noticia {
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
	border: 1px solid #e0e0e0;
	margin-bottom: 30px;
}
.imgnoticia {
	display: block;
	width: 100%;
	height: 240px;
}
.contenidonoticia {
	padding: 30px;
}
.contenidonoticia p {
	min-height: 120px;
}
.contenidonoticia p a {
	color: var(--primary) !important;
}
.parallax2 {
	background: url(images/parallax2.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 50px;
	position: relative;
}
.parallax2::before {
	content: '';
	display: block;
	width: 100%;
	height: 90px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
}
.parallax2 h2 {
	color: #fff;
	font-family: 'Poppins',sans-serif;
}
.lineaw {
	display: inline-block;
	width: 60px;
	height: 2px;
	background: #fff;
	margin-right: 7px;
}
.owl2 .owl-nav, .owl2 .owl-dots {
	display: none !important;
}
.owl2 .item {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}
.testimonio {
	background: #fff;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
	position: relative;
}
.testimonio p {
	min-height: 130px;
}
.testimonio h4 {
	font-family: 'Poppins',sans-serif;
	color: var(--blue);
}
.testimonio strong {
	font-weight: 600;
	font-size: 15px;
}
.testimonio img {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 50px !important;
}
.bgboletin {
	background: #354463;
	padding-top: 50px;
	color: #fff;
}
.bgboletin h2 {
	font-family: 'Poppins',sans-serif;
	margin-bottom: 10px;
}
form.suscripcion {
	position: relative;
	margin-top: 30px;
}
form.suscripcion input {
	width: 100%;
	background: #fff;
	padding: 12px;
	height: 48px;
	border: none;
	color: #111;
}
form.suscripcion button {
	position: absolute;
	right: 0;
	top: 0;
	background: var(--red);
	color: #fff;
	border: none;
	outline: none;
	height: 48px;
	padding: 12px 30px;
	font-weight: 500;
}
footer {
	color: #fff;
}
footer img {
	width: 200px;
	max-width: 100%;
}
footer hr {
	opacity: 0.5;
}
footer h4 {
	color: #fff;
	font-family: 'Poppins',sans-serif;
}
footer h4::after {
	content: '';
	width: 70px;
	height: 3px;
	background: var(--red);
	display: block;
	margin: 20px 0 25px 0;
}
.redes a {
	display: inline-block;
	background: var(--red);
	color: #fff;
	text-align: center;
	width: 48px;
	height: 48px;
	font-size: 20px;
	line-height: 47px;
	margin-right: 5px;
}
.menufooter a {
	display: block;
	color: #fff !important;
	margin-bottom: 10px;
}
.copyright {
	font-size: 14px;
	margin-bottom: 30px;
}
.main {
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.07);
	padding: 40px;
}
.main h1 {
	margin-top: 0;
	color: #222;
	font-weight: 600;
}
.main h2 {
	font-family: 'Poppins',sans-serif;
	margin-top: 0;
	color: #222;
	font-weight: 600;
	margin: 30px 0 20px 0;
}
.pages header {
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.cab {
	padding-top: 250px;
	position: relative;
}
.cab .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.breadcrumbs {
	background: #fff;
	width: 600px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 30px;
	margin-top: 70px;
}
.breadcrumbs a {
	font-weight: 600;
}
.mision {
	position: relative;
	padding-left: 110px;
	margin-bottom: 40px;
}
.mision img {
	position: absolute;
	left: 0;
	top: 5px;
	width: 100px;
}
.mision h4 {
	font-family: 'Poppins',sans-serif;
}
.video-responsive {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 56.25%;
    height: 0;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 
.equipo {
	border: 1px solid #e9e9e9;
	margin-bottom: 30px;
	width: 400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.contentequipo {
	padding: 20px 30px;
}
.contentequipo h4 {
	font-family: 'Poppins',sans-serif;
	color: var(--blue);
}
.imgequipo {
	display: block;
	width: 100%;
	height: 300px;
}
@media(min-width:767px) {
	.pright {
		padding-right: 30px;
	}
	.pleft {
		padding-left: 30px;
	}
}
@media(min-width: 991px) {
	.aliados {
		padding-top: 80px;
	}
	.desarrollo {
		padding-top: 40px;
	}
}
.logos {
	text-align: center;
}
.logos a img {
	width: 280px;
	margin: 20px 25px;
}
img.centroeducativo {
	width: 300px;
}
.mapa iframe {
	width: 100%;
	height: 450px;
}
.formulario input, .formulario textarea {
	border: 1px solid #e0e0e0;
	background: #f6f6f6;
	padding: 11px 15px;
	width: 100%;
	margin-bottom: 16px;
}
.formulario textarea {
	height: 174px;
}
.contactos h4 {
	font-family: 'Poppins',sans-serif;
	margin-top: 0;
	color: #222;
}
.contactos {
	position: relative;
	padding-left: 95px;
	margin-bottom: 35px;
}
.contactos img {
	position: absolute;
	left: 15px;
	top: 0;
	width: 60px;
}
.donacion {
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	background: #fff;
	padding: 40px;
	border-radius: 18px;
	border: 1px solid #f0f0f0;
	text-align: center;
	margin-bottom: 30px;
}
.donacion h4 {
	color: #222;
	font-family: 'Poppins',sans-serif;
}
.donacion {
	border-top: 4px solid var(--blue);
}
.table td {
	padding: 16px 10px !important;
}
.table .red {
	text-align: right;
	color: var(--red);
}
.noticia2 {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: none;
}
.contenidonoticias2 p a {
	color: #222222;
	font-weight: 500;
	font-size: 18px;
}
.fecha {
	font-style: italic;
}
.linearoja {
	width: 60px;
	height: 2px;
	background: var(--red);
	margin: 10px 0 20px 0;
}
.sidebar {
	padding: 37px 30px 30px 30px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.ultimas p {
	font-weight: 500;
}
.ultimas p a {
	display: block;
	color: #222222;
	font-weight: 500;
}
.ultimas p a:hover {
	color: var(--red);
}
.mainimage {
	width: 100%;
	height: 380px;
	margin-bottom: 20px;
}
.galeria {
	margin-top: 30px;
}
.galeria div {
	display: inline-block;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.galeria a {
	display: block;
	width: 100%;
	height: 110px;
}
#html5-watermark {
	display: none !important;
}




@media(max-width:1100px) {
	body {
		overflow-x: hidden !important;
	}
	.navbar-default .navbar-nav li.donar a {
  		margin-left: 20px;
  		margin-right: 15px;
	}
	.navbar-default .navbar-nav li {
  		padding-right: 0;
  		padding-left: 0;
	}
}

@media(max-width:767px) {
	.navbar-default .navbar-nav li.donar {
		display: none;
	}
	.navbar-toggle {
	  position: relative;
	  float: right;
	  padding: 9px 10px;
	  margin-top: 0;
	  margin-right: 0;
	  margin-bottom: 8px;
	  background-color: transparent;
	  background-image: none;
	  border: 1px solid transparent;
	  border-radius: 4px;
	  border: none !important;
	  background: #fff !important;
	  color: #333;
	  font-size: 22px;
	}
	.boton-donaciones {
		display: block;
		text-align: right;
		margin-right: 15px;
	}
	header .navbar-brand img {
  		width: 220px;
  		margin-top: -51px;
	}
	.navbar-right {
  		padding-top: 0;
	}
	h1 {
  		font-size: 34px;
  	}
  	.hero-video {
  		height: 450px;
  	}
  	.hero-content .boton {
	  font-size: 17px;
	}
  	.sobre-slider {
	  color: #fff;
	  background: var(--blue);
	  padding: 32px;
	  font-size: 16px;
	  width: 370px;
	  max-width: 100%;
	  float: right;
	  margin-top: -50px;
	}
	.ficha, .bloque, .noticia, .testimonio {
	  width: 400px;
	  max-width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	}
	.container-fluid-big {
  		padding-left: 15px;
  		padding-right: 15px;
  	}
  	.breadcrumbs {
  		padding: 30px 20px 10px 20px;
  		margin-top: 60px;
	}
}

@media(max-width:498px) {
	.boton-donaciones .boton {
	  text-transform: none;
	  display: inline-block;
	  color: var(--white);
	  background: var(--red);
	  border: 1px solid var(--red);
	  padding: 9px 15px;
	  font-weight: normal;
	  font-family: 'Poppins', sans-serif;
	  border-radius: 8px;
	}
	h1 {
    	font-size: 28px;
  	}
  	.sobre-slider {
	    margin-top: 30px;
	}
	.hero-video {
    	height: 380px;
  	}
  	.bloque {
	  background: #fff;
	  text-align: center;
	  display: block;
	  padding: 25px 30px 20px 30px;
	  width: 100%;
	  font-size: 28px;
	  font-weight: bold;
	  font-family: 'Poppins',sans-serif;
	  line-height: 38px;
	  min-height: 220px;
	  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
	  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
	  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
	  margin-bottom: 30px;
	}
	.mision {
		padding-left: 96px;
	}
	.mision img {
  		width: 86px;
	}
	.logos a img {
  		width: 145px;
  		margin: 20px 15px;
	}
}