
/*Estilos copiados de maria.css*/
.fb_iframe_widget_fluid {
     display: inline-block !important; 
}
.twitter-share-button{
	left: 0px !important;
	top: 0px !important;
}

.fb-share-button{
	line-height: 12px;
}

.c_feature_box{
	margin-top: -228px;
	height: 375px;
}

.digital_feature{/*contiene la pasarela de pagos*/
	padding: 0px 0px; 
}

.heightSlider{
	height: auto;
}


/*nav*/
.navbar {
	position: relative;
	min-height: 60px;
	margin-bottom: 0px !important;
	border: 1px solid transparent;
}
/*Pagina en general */

.border-right{
	border-right-color: #D8D8D8; 
	border-right-width:0px; border-right-style: solid;
}

header{
	height: 719px; /* separa el contendio de los metodos de pago*/
	/*display: inline-block;*/
}

.box-titulo{
	padding-right: 15%;
	padding-left: 15%;
}

.titulo{
	color: #fff;
	font-size: 1.8em;
	text-align: left;
}

.img-header{
	/*display: block;*/
	width: 100%;
	/*height: 600px;*/
	/*-webkit-filter: brightness(50%);
	filter: brightness(50%);*/
}

.contenido{
	/*position: relative;
	bottom: 26em;*/ /* posicion en y del contenido de por que donar*/
}

.sombra{
	box-shadow: 0 3px 28px rgba(0,0,0,0.25), 0 3px 10px rgba(0,0,0,0.22);

}

.z-index1{
	z-index: 1;
}
.txt-justify{
	text-align: justify;
}
.div-interior{
	padding: 0px;
	padding-top: 20px;
}
.content-padd-40{
	padding-bottom: 40px;
}


/*Img principal */
.content-img-maria{
	padding: 0px;
}
/*Seccion 2*/

/*Seccion 3*/

/*seccion 4*/
.img-S4{
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.txt-img-S4{
	position: absolute;
	color: #fff;
	bottom: 0px;
	padding-left: 10px;
}
.img-S4:hover{
	-webkit-box-shadow: 7px 10px 72px -8px rgba(0,0,0,0.22);
	-moz-box-shadow: 7px 10px 72px -8px rgba(0,0,0,0.22);
	box-shadow: 7px 10px 72px -8px rgba(0,0,0,0.22);
}

footer{
	/*position: absolute;
	top: 1578px;*/
	padding-top: 20px ;
}

.title-donar{
	font-size: 3rem;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.txt-donar{
	font-size: 1rem;
	overflow: hidden;
	position: relative;
	line-height: 1.2em;
	max-height: 12em;
	text-align: justify;
	margin-right: -1em;
	padding-right: 1em;
	font-weight: bold;
	margin-bottom: .5rem;
}

.container{
	padding-right: 3px;
	padding-left: 3px;
}

.subtitulo{
	font-size: 2.5rem;
}

.subtexto{

	font-size: 1rem;
	overflow: hidden;
	position: relative;
	line-height: 1.2em;
	max-height: 12em;
	text-align: justify;
	margin-right: -1em;
	padding-right: 1em;
	font-weight: bold;
	margin-bottom: .5rem;

}




/*Fin de estilos copiados de maria.css*/


#fh5co-wrap{
	/*background-color: #f5f5f5;*/
}

.box-videoText{
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right:0px;

}

.content-padd-40{
	background-color: #fff;
}
.panel-default > .panel-heading{
	height: 55px;
}

.panel-title{
	font-size: 18px;
}


.box-paypal{
	padding-right: 0%;
	padding-left: 1%;
	padding-top: 5px;
}

.img-paypal{
	max-width: 85px;
	min-width: 85px;

}
.img-cards{
	/*max-width: 56px;
	min-width: 56px;*/
	max-width: 35px;
	min-width: 35px;
}
.img-plus{
	max-width: 35px;
	min-width: 35px
}

.box-img{
	padding-right: 0%;
	padding-left: 7%;
}

.panel-title{
	margin-top: 0px;
}
.panel-title-centro{
	margin-top: 10px;
}

.padding{/*padding interior de datos del donador*/
	padding: 0;
}

.panel-default > .panel-heading{
	background-color: #fff;

}

.panel-body{
	background-color: #f5f5f5;
}

.form-control{ /*input*/
	background-color: #fff;
	border: none; 
	margin-top: 9px;
	border-radius: 10px;

}

/*Boton donar*/
.btn {
	background-color: #40BBFF;
	color: white;
	border: 0;
	font-size: 40px;
	font-weight: bold;
	width: 100%;
	padding: 17px;
	border-radius: 6px;
	line-height: 1em;
}

button{
	margin-top: 20px;
}

.d-none{ /*para el input del captcha*/
	display: none!important;
}

.g-recaptcha{ /*margen al captcha*/
	margin-top: 13px;
	/*width: 100% !important;*/
}

.donar{
	font-weight: bold;
	font-size: 3rem;
	padding-bottom: 0;
	padding-top: 0;
}

/*Label acepto términos*/
/* Base for label styling */
.acept{ /*checkbox acepto los términos*/
	margin-top: 10px;

}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 1.95em;
	cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 1.25em; height: 1.25em;
	border: 2px solid #ccc;
	background: #fff;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: '✔';
	position: absolute;
	top: .2em; left: .275em;
	font-size: 1.4em;
	line-height: 0.8;
	color: #09ad7e;
	transition: all .2s;
	font-family: Helvetica, Arial, sans-serif;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}
[type="checkbox"]:disabled + label {
	color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
	border: 2px dotted blue;
}


/* hover style just for information */
label:hover:before {
	border: 2px solid #4778d9!important;
}

.help-block.with-errors {
	color: #ff5050;
	margin-top: 5px;
}

.modal-backdrop{
	z-index: 0 !important;
}
/*Fin Label acepto términos*/

.box-inferior{
	background-color: #fff;
	padding-left: 0;

}

/*modal procesando*/
#myModal{
	background: rgba(34,34,34,0.9);
	opacity: 1;
}

.modal-dialog{
	margin: 25% auto;
	/*width: 374px;*/
	/*width: 70%;*/
}

/*
.modal-content{
	width: 600px;
	}*/
	.title-modal {
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 32px;
		color: #006699;
	}

	.modal-progress {
		margin: 0% 25%;
	}

	.modal-animation {
		height: 30px;
	}

	.bubble {
		position: absolute;
		top: 60px;
		left: 40px;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		animation: loading 5s linear infinite;
	}
	.bubble:nth-child(1) {
		animation-delay: 0.4s;
	}
	.bubble:nth-child(2) {
		animation-delay: 0.8s;
	}
	.bubble:nth-child(3) {
		animation-delay: 1.2s;
	}
	.bubble:nth-child(4) {
		animation-delay: 1.6s;
	}
	.bubble:nth-child(5) {
		animation-delay: 2s;
	}
	.bubble:nth-child(6) {
		animation-delay: 2.4s;
	}

	@keyframes loading {
		0% {
			top: 60px;
			left: 20px;
			opacity: 0;
		}
		10% {
			left: 40px;
			opacity: 1;
		}
		15% {
			top: 90px;
		}
		30% {
			background-color: #006699;
			top: 60px;
		}
		45% {
			top: 90px;
		}
		50% {
			left: 330px;
			opacity: 1;
		}
		60% {
			top: 60px;
			left: 380px;
			opacity: 0;
		}
		100% {
			opacity: 0;
		}
	}




	/*fin procesando modal*/

	/* Media */

	@media only screen and (max-device-width: 767px) and (min-device-width: 360px){
		.movil{
			padding-left: 15px;
			padding-right: 15px;
		}
	}
	/* iPads----------- */
	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
		.txt-donar{
			font-size: 16px;
		}
		.titulo{
			font-size: 3.2em;
		}
		.title-donar{
			font-size: 70px;
			margin-top: 20px;
			margin-bottom: 10px;
			padding-bottom: 40px;
		}
		.titulos{
			/*margin-top: 70px !important;*/
			margin-bottom: 10px !important;
		}
		.container{
			padding-left: 20px;
			padding-right: 20px;
		}
		.box-paypal{
			padding-right: 0%;
			padding-left: 5%;
			padding-top: 0px;
		}

	}
	/* iPad pro ----------- */
	@media only screen and (min-device-width : 1024px) and (max-device-width : 1279px){
		.titulo{
			font-size: 3.2em;
		}
		.txt-donar{
			font-size: 16px;
		}
		.title-donar{
			font-size: 70px;
			margin-top: 20px;
			margin-bottom: 10px;
			padding-bottom: 40px;
		}
		.titulos{
			/*margin-top: 70px !important;*/
			margin-bottom: 10px !important;
		}
		.container{
			padding-left: 20px;
			padding-right: 20px;
		}
		.padding{
			padding-left: 20px;
			padding-right: 20px;
		}
		.box-paypal{
			padding-right: 0%;
			padding-left: 5%;
			padding-top: 0px;
		}
		.c_feature_box{
			margin-top: -397px;
			height: 545px;
		}


	}
	/* Escritorio ----------- */
	@media only screen and (min-device-width : 1280px) and (max-device-width : 1599px){
		h1{
			font-size: 75px ;
		}

		.titulo{
			font-size: 3.2em;
		}
		.txt-donar{
			font-size: 16px;
		}
		.title-donar{
			font-size: 70px;
			margin-top: 20px;
			margin-bottom: 10px;
			padding-bottom: 40px;
		}
		.c_feature_box{
			margin-top: -397px;
			height: 545px;
		}
		.modal-dialog{
			margin: 25% auto;
			width: 374px;
		}
		.box-paypal{
			padding-right: 0%;
			padding-left: 5%;
			padding-top: 0px;
		}
		.digital_feature{/*contiene la pasarela de pagos*/
			padding: 10px 0px; 
		}
		.heightSlider{ /*imagen del slider*/
			/*height: 600px;*/
		}

		.border-right{
			border-right-color: #D8D8D8; 
			border-right-width:3px; border-right-style: solid;
		}
		.centrado{
			padding: 0px 5%;
		}
		/*Seccion 4*/
		.titulos{
			/*margin-top: 70px !important;*/
			margin-bottom: 10px !important;
		}
		.img-sm-izq{
			padding-right: 7px;
		}
		.img-sm-der{
			padding-left: 7px;
		}

		.panel-title {
			font-size: 30px;
		}
		.panel-title-centro {
			font-size: 30px;
		}
		.img-paypal{
			max-width: 154px;
			min-width: 154px;

		}
		.img-cards{
		/*max-width: 56px;
		min-width: 56px;*/
		max-width: 56px;
		min-width: 56px;
	}
	.img-plus
	{
		max-width: 56px;
		min-width: 56px
	}

	.box-img{
		padding-right: 10%;
		padding-left: 10%;
	}
	.panel-default > .panel-heading{
		height: 70px;
	}

	.panel-title{
		margin-top: 10px;
	}

	.box-inferior {
		background-color: #fff;
		padding-left: 11%;
	}
	.box-videoText{
		margin-right: auto;
		margin-left: auto;
		padding-left: 20px;
		padding-right: 20px;

	}
	
	.padding{
		padding-left: 20px;
		padding-right: 20px;
	}

	}/*escritorio*/

	/*Pantallas*/
	@media screen and (min-device-width: 1600px){
		h1{
			font-size: 75px !important;
		}
		.container {
			width: 80%;
		}
		.c_feature_box {
			margin-top: -413px;
			height: 565px;
		}
		.centrado{
			padding: 0px 5%;
		} 
		.txt-donar{
			font-size: 16px;
		}
		/*Seccion 4*/
		.titulos{
			/*margin-top: 70px !important;*/
			margin-bottom: 10px !important;
		}
		.img-sm-izq{
			padding-right: 7px;
		}
		.img-sm-der{
			padding-left: 7px;
		}

		.title-donar{
			font-size: 70px;
			margin-top: 20px;
			margin-bottom: 10px;
			padding-bottom: 40px;
		}
		
		.container{
			padding-left: 20px;
			padding-right: 20px;
		}
		.padding{
			padding-left: 20px;
			padding-right: 20px;
		}
	}/*pantallas */