/*fonts*/
@font-face {
	font-family: 'PetitaBold';
    src: url('../fonts/PetitaBold/original_PetitaBold.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/PetitaBold/original_PetitaBold.woff') format('woff'),
         url('../fonts/PetitaBold/original_PetitaBold.ttf') format('truetype'),
         url('../fonts/PetitaBold/original_PetitaBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PetitaLight';
    src: url('../fonts/PetitaLight/original_PetitaLight.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/PetitaLight/original_PetitaLight.woff') format('woff'),
         url('../fonts/PetitaLight/original_PetitaLight.ttf') format('truetype'),
         url('../fonts/PetitaLight/original_PetitaLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PetitaMedium';
    src: url('../fonts/PetitaMedium/original_PetitaMedium.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/PetitaMedium/original_PetitaMedium.woff') format('woff'),
         url('../fonts/PetitaMedium/original_PetitaMedium.ttf') format('truetype'),
         url('../fonts/PetitaMedium/original_PetitaMedium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/**************** terminan fuentes ******************/
*, body {
	-webkit-font-smoothing: antialiased;
}
input, * {
	outline: none !important;
}
.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0;
}
.formResponsive textarea:focus, .formResponsive input[type="text"]:focus, .formResponsive input[type="number"]:focus, .formResponsive input[type="email"]:focus, .formResponsive input[type="tel"]:focus, .formResponsive input[type="url"]:focus, .formResponsive input[type="password"]:focus, .formResponsive select:focus {
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
    box-shadow: none;
}
input:-webkit-autofill {
	-webkit-text-fill-color: #888888 !important;
    -webkit-box-shadow: 0 0 0 30px rgb(255, 255, 255) inset !important;
}
div#rsfp-thankyou-scroll3 + p +p, div#rsfp-thankyou-scroll3 + p {
    color: #fff;
}
/*estilos generales*/
html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	min-width: 320px;
	font-family:'PetitaMedium', Sans-Serif;
	font-size: 16px;
	line-height: 1em;
	font-weight:100;
	font-style: normal;
	color: #000;
	/* background-color:#DEDEDE; */
}
header.header + * {
    margin-top: 100px;
}
.wrapper{
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
.tituloInternas ~ .wrapper{
  	padding:35px 0;
}

#wrapper_gral {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px;
}
#push {
    height: 40px;
}
.clearfix {
    clear: both;
    float: none !important;
    width: initial !important;
}
.art-article {
    /* width: 90%; */
    /* max-width: 1200px; */
    /* margin: 15px auto; */
    /* padding-top: 2em !important; */
}
.tituloInternas {
    background-size: contain;
    background: rgb(212,0,114);
    background: -moz-linear-gradient(left, rgba(212,0,114,1) 25%, rgba(0,125,187,1) 75%);
    background: -webkit-linear-gradient(left, rgba(212,0,114,1) 25%,rgba(0,125,187,1) 75%);
    background: linear-gradient(to right, rgba(212,0,114,1) 25%,rgba(0,125,187,1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d40072', endColorstr='#007dbb',GradientType=1 );
    text-align: center;
    padding: 0 0 15px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: -1px 1px 13px #757575;
    position: relative;
}
.tituloInternas:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top:0;
  	bottom:54px;
    background: rgba(242, 240, 239, 0.59);
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 9%, rgba(212,228,239,0.05) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(9%, rgba(255,255,255,1)), color-stop(100%, rgba(212,228,239,0.05)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 9%, rgba(212,228,239,0.05) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 9%, rgba(212,228,239,0.05) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 9%, rgba(212,228,239,0.05) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 9%, rgba(212,228,239,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4e4ef', GradientType=1 );
}
.item-page .art-article .tituloInternas img {
    max-height: 300px;
    object-fit: cover;
}


.tituloInternas h2 {
    padding-top: 15px;
}
.pag_nosotros .art-article {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
}
.link:hover, .facebook:hover, .twitter:hover{
  	opacity:0.8;
}
ul{
  	list-style-image:url(../../../images/bullet_rosa-19.png);
}
ul li{
  	padding-bottom:1em;
}
/***************TEXTOS***********************/
h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	/* position: relative; */
	font-family:'PetitaMedium', Sans-Serif;
	/* font-weight: normal; */
	line-height: 1em;
	/* margin: 0 0 .1em; */
	color: #535353;
}
.bullets{
  	color:#737373;
 	padding:1em;
}
/***********imagenes********************/
img{
	width:100%;
	display:block;
}
.telefonos img {
    position: absolute;
    max-width: 120px;
    top: 0;
    right: 440px;
}
/*BOTONES ===========================================*/
a {
	text-decoration: none;
	color: #007dbb;
  	cursor:pointer;
}
a img {
	border: 0;
}

.donar a {
    color: white;
}
a.verMas, p.link a{
	display:inline-block;
	background:#7E4182;
	padding:8px 16px;
	font-family:'PetitaBold', Sans-Serif;
	color:white;
}
.lineaRosa{
	color:#007dbb;
	margin-bottom: 2em;
}
.lineaRosa:before {
    content: "";
    position: relative;
    width:14%;
    max-width: 70px;
    height: 1px;
    background: #d40072;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.lineaRosa:after {
    content: "";
    position: relative;
    margin-left: 12px;
    width:14%;
    max-width: 70px;
    height: 1px;
    background: #d40072;
    display: inline-block;
    vertical-align: middle;
}
.lineaBlanca{
	color:white;
}
.lineaBlanca:before {
    content: "";
    position: relative;
    width:14%;
    max-width: 70px;
    height: 1px;
    background: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
	margin-left: -14%;
}
.lineaBlanca:after {
    content: "";
    position: relative;
    margin-left: 12px;
    width:14%;
    max-width: 70px;
    height: 1px;
    background: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
	margin-right: -14%;
}


/*termina botones*/

/********************************************************** terminan estilos generales **************************************************/

/*header*/
.header {
	width:100%;
	position:fixed;
	top:0;
	height:100px;
	background: white;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.7);
	z-index:100;

	-webkit-transition: all ease-out .6s;
	-moz-transition: all ease-out .6s;
	transition: all ease-out .6s;
}
.logo{
	display:inline-block;
	float:left;
}
.logo2, .telefonos, .donar{
	float:left;
	margin:0;
	padding:0;
}
.logo2 .facebook, .logo2 .twitter {
    float: left;
}  

/*termina header*/

/************************** ESTILOS MENU ***************************/

.mainmenu{
	float:right;
	color:#007dbb;
	margin: 1em 0;
	padding: 5px 12px;
	font-size: .85em;
}
.mainmenu ul li{
	display:inline-block;
	list-style:none;
	/* padding: 5px 6px; */
	font-size: .9em;
}
.mainmenu ul li a{
	padding:5px 8px;
	position:relative;
	text-transform: uppercase;
}
.mainmenu ul li:hover a, .mainmenu ul li.current a{
  	/* background: #7e4082; */
  	/* border: 1px solid #7e4082; */
  	color: rgb(212, 0, 114);
  	/* color: white; */
  	/* padding: 15px; */
}
.mainmenu ul li a:before{
	content:"";
	height:2px;
	display:block;
	position:absolute;
	top:0px;
	left:0;
	right:0;
	width:0%;
	margin:0 auto;
	transition: width 0.4s;
}
.mainmenu ul li:hover a:before, .mainmenu ul li.current a:before{
	background:#d40072;
	width:70%;
}
/*2o nivel*/
li.parent {
    position: relative;
}
li.parent:hover {
    padding-bottom: 21px;
}
.mainmenu>ul>li>ul {
	position:absolute;
	left:0;
	top: 36px;
	min-width: 300px;
	visibility:hidden;
	opacity:0;
	background: #7e4082;
	padding:15px 0;
	margin:0;
	list-style:none;
	/*transition:1s cubic-bezier(0, 0.88, 0.15, 0.99);*/
  	transition: 1s;
	transform:translateY(-25px);
}
.mainmenu>ul>li:hover>ul {
	transform:translateY(0);
	visibility:visible;
	opacity:1;
}
.mainmenu>ul>li.parent:before {
	content:'';
	position:absolute;
	top: 25px;
	left:50%;
	bottom:-2px;
	border-bottom: 15px solid #7e4082;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	margin-left:-15px;
	transition:1s;
	transform:translateY(-25px);
	opacity: 0;
  	visibility:hidden;
}
.mainmenu>ul>li:hover:before {
	transform:translateY(0);
	opacity:1;
  	visibility:visible;
}
.mainmenu>ul>li>ul>li {
	position:relative;
	display:block;
	/* font-size: 1.1em; */
}
.mainmenu>ul>li>ul>li>a,
.mainmenu>ul>li>ul>li>span {
	position:relative;
	/* font-size: .5em; */
	display:block;
	/* height:40px; */
	line-height: 1.7em;
	/* overflow:hidden; */
	padding: 5px 20px;
	color: #fff !important;
	transition:1s cubic-bezier(0, 0.88, 0.15, 0.99);
}
.mainmenu>ul>li>ul>li.active>a, .mainmenu>ul>li>ul>li:hover>a, .mainmenu>ul>li>ul>li.active>span, .mainmenu>ul>li>ul>li:hover>span {
	/* color: #d40072; */
	background: #d40072;
}
/*--------*/
.infoHeader{
	float:right;
}
.telefonos{
	border:1px solid #7E4182;
	color:#7E4082;
	padding: 15px;
	font-family:'PetitaBold', Sans-Serif;
}


/*termina nav*/
/*COLUMNAS ====================================*/
.columnas {
	margin: 0 0px 15px;
}
.columnas:after {
	content: '';
	clear: both;
	position: relative;
	display: block;
}
.columna {
	position: relative;
	float: left;
	padding: 30px;
	box-sizing: border-box;
}
.columna:nth-child(odd){
  	padding-left:0;
}
.columna:nth-child(even){
  	padding-right:0;
}
.oxxo{
  width:40%
}
.donarimg{
  width:50%
}
.columna img, img.fullwidth {
	display: block;
height:auto;
	width: 100%;
}
.col12 {
	width: 100%;
}
.col11 {
	width: 91.66666667%;
}
.col10 {
	width: 83.33333334%;
}
.col9 {
	width: 75%;
}
.col8 {
	width: 66.66666667%;
}
.col7 {
	width: 58.33333334%;
}
.col6 {
	width: 50%;
}
.col5 {

	width: 41.66666667%;
}
.col4 {
	width: 33.33333334%;
} 

.col3 {
	width: 25%;
}
.col2 {
	width: 16.66666667%;
}
.col1a {
	width: 12.5%;
}
.col1 {
	width: 8.33333334%;
}
.col_huella {


	width:5%;
}
/*terminan columnas*/


/* titulos-subtitulos
h1 {
	font-size:3em;
	font-weight:bold;
	text-align:left;
}
h2 {
	font-weight:bold;
	color:#919191;
	font-size:2.6em;
}
h3 {
	font-size: 1.25em;
	font-weight:bold;
}
h4 {
	font-size: 1.12em;
    font-weight: bold;
    letter-spacing: 2pt;
    text-align: left;
}
/* terminan titulos-subtitulos*/

/******* BANNER *******/

.slide-desc-bg.slide-desc-bg-default {
    width: 96%;
    height: 90%;
    margin: 2%;
    border: 1px solid #dfdfdf;
    box-sizing: content-box;
    position: absolute;
    top: 0;
    bottom: 0;
    background: none;
    z-index: 1;
}
.slide-desc-text-default {
    MAX-WIDTH: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
.djslider-default .slide-desc {
    TOP: 0;
}

.djslider-default img.dj-image {
    height: 100% !important;
    object-fit: cover;
}

.djslider-default .slide-desc-in {
    height: 100% !important;
    bottom: 0;
}
.slide-desc-text-default, .slide-text {
    position: absolute;
    color: #fff;
    padding: 0;
    text-align: left;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.fondoAzul{
	background:rgba(0,125,187,0.70);
	position: absolute;
	width:31%;
	padding:10% 2%;
	color:white;
	margin:0;
	font-size: 1.75em;
	line-height: 1.5;
	font-family: 'PetitaBold', Sans-Serif;
	bottom: 0;
	top: 0;
}
/********* Nuestra historia ***********/
.historia{
	padding:50px 0;
}
.logo3{
	float:left;
	width:25%;
	max-width:233px;
}
.historiaTxt{
	float:right;
	width:65%;
}
.historiaTxt h2{
	margin:0;
}
.historiaTxt p{
	margin: 50px 0;
	line-height:1.5em;
}
/********* Mision Vision Valores ***********/
.mision{
	/* background:#7E4182; */
	background: rgba(126,64,129,1);
	background: -moz-linear-gradient(-45deg, rgba(126,64,129,1) 0%, rgba(126,64,129,1) 35%, rgba(84,84,148,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(126,64,129,1)), color-stop(35%, rgba(126,64,129,1)), color-stop(100%, rgba(84,84,148,1)));
	background: -webkit-linear-gradient(-45deg, rgba(126,64,129,1) 0%, rgba(126,64,129,1) 35%, rgba(84,84,148,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(126,64,129,1) 0%, rgba(126,64,129,1) 35%, rgba(84,84,148,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(126,64,129,1) 0%, rgba(126,64,129,1) 35%, rgba(84,84,148,1) 100%);
	background: linear-gradient(135deg, rgba(126,64,129,1) 0%, rgba(126,64,129,1) 35%, rgba(84,84,148,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e4081', endColorstr='#545494', GradientType=1 );
	text-align:center;
	color:white;
	padding:20px 0;
	position: relative;
}

.mision h2{
	margin-top:0;
	margin-bottom:-1%;
}
.mision:before {
    content: "";
    display: block;
    width: 27%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/bg_vision_03.png) center right no-repeat;
}
footer.contacto:before {
  content: "";
  display: block;
  width: 27%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bg_vision_03.png) center right no-repeat;
  transform: rotate(180deg);
  opacity: .5;
}
.valor{
	width:31%;
	margin-left:3%;
	margin-top:4.51%;
	float:left;
	background:white;
	position:relative;
}
.valorIzq{
	margin-left:0;
}
.valor:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,125,187,0.40);
	transition-duration: 0.3s;
}
.valor:hover:before{
	background:rgba(0,0,0,0.5);
}
.cuadroValor{
	position: absolute;
    border: 2px solid white;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
	display:flex;
  	align-items:center;
  	justify-content:center;
  	overflow:hidden;
}
.valorImg{
	width:40%;
}
.valor:hover .valorImg{
}
.valorImg img{
  	opacity:1;
  	transition-duration:0.4s;
}
.valor:hover .valorImg img, .valor:hover .valorImg p{
  	opacity:0;
}
.valorImg p{
    font-family: 'PetitaBold', Sans-Serif;
    font-size: 1.2em;
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
  	transition-duration:0.8s;
}
.amor .valorImg p{
  	top:62%;
}
.valor:hover .valorImg p{
  	top:8px;
}
.valorImg:before, .valorImg:after {
    content: "";
    position: absolute;
    width: 30%;
    height: 2px;
    background: #FFFFFF;
    display: block;
	top:50%;
  	transition: width 0.4s;
}
.valorImg:before {
	left:0;
}
.valorImg:after {
	right:0;
}
.valor:hover .valorImg:before, .valor:hover .valorImg:after {
  	width:0;
}
.valores_txt{
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    margin-top: 0;
    padding: 5px 10px;
    transition-duration: 0.8s;
}
p.valores_txt:hover {
    opacity: 1;
}
.valores_txt span{
  	font-size:1.2em;
  	font-weight:700;
  	padding-bottom:10px;
}
.amor .valores_txt{
  	margin-top:75%;
}
.valor:hover .valores_txt{
  	margin-top:0;
  	transition-duration:2s;
  	transition-timing-function: cubic-bezier(.1,1,.1,1);
}
/********* Programas ***********/
.programas{
	text-align:center;
	padding:30px 0 20px;
}
.programas h2{
	margin-top:0;
	margin-bottom:30px
}
.programa{
	width:49%;
	margin-right:2%;
	float:left;
	position:relative;
	color:white;
	margin-bottom:2%;
  	cursor:pointer;
}
.programa img{
  	cursor:pointer;
}
.programa:after{
	content:"";
	position:absolute;
	top:75%;
	bottom:0;
	right:0;
	left:0;
	background:rgba(212,0,114,0.60);
	z-index:0;
	transition:all 0.4s;
}
.programa:hover:after{
	top:0;
}
.noMR{
	margin-right:0;
}
.cuadroPrograma{
	position:absolute;
	display:flex;
	top:75%;
    bottom: 10px;
    left: 10px;
    right: 10px;
	z-index:1;
	border:2px solid transparent;
	transition:all 0.4s;
}
.programa:hover .cuadroPrograma{
	top:10px;
	bottom:10px;
	left:10px;
	right:10px;
	border-color:white;
}
.programa a {
    color: #fff;
}
.cuadroPrograma p{
	margin:auto;
	padding:0 15px;
}
/********* Aliados ***********/
.aliados{
	text-align:center;
	background:#F2F2F2;
	padding: 45px 0;
}
.aliados h2{
	margin:0;
}
.fotosAliados{
    margin-top: 7%;
    display: flex;
    flex-wrap: wrap;
}
.fotosAliados > div, .fotosAliados > img{
  	width:33%;
	float:left;
}
/*.fotoAliado{
	width:33%;
	float:left;
}*/
/********* Eventos ***********/
.eventos{
	text-align:center;
	padding:45px 0;
}
.eventos h2{
	margin:0 0 45px;
}
.newsinfo {
    overflow: visible !important;
  margin-top:1em;
}
.newshead.picturetype {
    float: none !important;
}

h4.newstitle {
    font-size: 1.17em;
    margin-bottom: 1em !important;
    margin-left: 20% !important;
}
#lnee_96 .head_left .newshead {
    margin: 0;
}
.fecha p {
    line-height: .9;
    text-align: center;
    margin-top: -15px;
}
p.intro {
    padding-right: 8px;
    font-size: 16px;
}

.innernews {
    border: 1px solid #888;
    padding: 0 !important;
    padding-bottom: 15px !important;
}

h4.newstitle a {
    color: #d40072 !important;
}
div#mod_eventos {
    text-align: center;
    padding: 5% 0;
    position: relative;
  	margin-top: 2em;
}
.newsinfo .link {
    padding: 0 15px;
}
.items_pagination.bottom {
    position: absolute;
    top: 50%;
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
    left: 0;
    right: 0;
}
/********* Eventos Slider ***********/
.slide{
	width:49%;
	margin-right:2%;
	border:1px solid #888;
	float:left;
	box-sizing:border-box;
}
.slideNoMar{
	margin-right:0;
}
.slideContent{
	display:flex;
}
.fecha{
	width:20%;
	float:left;
	position:relative;
	color:#d40072;
}
.fecha p{
	margin-bottom: .8em;
}
.fecha span{
	font-size: 4.4em;
	font-family:'PetitaBold', Sans-Serif;
}
.btn_verMas{
	position:absolute;
	bottom:1em;
	left:0;
	right:0;
}
.btn_verMas .verMas{
	display:block;
	padding:8px 4px;
	font-size:0.7em;
	margin:0 auto;
	width:80%;
	max-width:80px;
}
.contenido{
	width:78%;
	float:left;
	padding:0 1%;
	text-align:left;
}
.contenido h3{
	color:#d40072;
}
li.next_link a, li.previous_link a {
    color: rgb(121, 66, 130);
    font-size: 3em;
}
li.previous_link { text-align:left;}

li.next_link { text-align:right;}

#lnee_96 .items_pagination li {
    float: left;
    right: 0;
    width: 50%;
    display: block !important;
}
/********* Informes Anuales ***********/

.informe {
    width: 26%;
    margin-left: 7%;
    float: left;
    position: relative;
  	/*box-shadow: 2px 2px 7px rgba(0,0,0,0.3), -2px -2px 7px rgba(0,0,0,0.3);*/
  	box-shadow: 3px 3px 7px rgba(0,0,0,0.45), -3px -3px 7px rgba(0,0,0,0.45);
    box-sizing: border-box;
  	transition:0.4s;
}
.informe img{
  	border: 4px solid white;
  	box-sizing:border-box;
}
.pestana {
    position: absolute;
    top: 10px;
    right: 100%;
    bottom: 10px;
    display: flex;
    align-items: center;
  	border-radius:10px 0 0 10px;
  	z-index:-1;
  	color:white;
  	font-weight:900;
  	transform:translateX(27px);
  	transition:0.4s;
}
.informe:hover{
  	/*box-shadow: 3px 3px 7px rgba(0,0,0,0.45), -3px -3px 7px rgba(0,0,0,0.45);*/
  	box-shadow: 2px 2px 7px rgba(0,0,0,0.3), -2px -2px 7px rgba(0,0,0,0.3);
  	transform: scale(1.03);
}
.informe:hover .pestana{
  	transform:translateX(0);
}
.pestana p {
    transform: rotate(180deg);
  	-webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    padding: 10px 15px;
}
.informe .inf_1{
  	background:#7e4081;
}
.informe .inf_2{
  	background:#e32892;
}
.informe .inf_3{
  	background:#017dbb;
}
/********* Contacto ***********/
.imgshadow{
  box-shadow:-1px 1px 13px #757575
}
.contactanos{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d40072+25,007dbb+75 */
	background: rgb(212,0,114); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(212,0,114,1) 25%, rgba(0,125,187,1) 75%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(212,0,114,1) 25%,rgba(0,125,187,1) 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(212,0,114,1) 25%,rgba(0,125,187,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d40072', endColorstr='#007dbb',GradientType=1 ); /* IE6-9 */
	position:relative;
}
.logo4{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	z-index:0;
}
.logo4 img{
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:left;
}
.formulario .rsform{
	float:left;
	width: 50%;
	position:relative;
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
}
.formRed {
    color: white;
    font-weight: 100;
}
.contacto h2{
	text-align:center;
	width:95%;
	font-size: 3em;
	margin-bottom: 1em;
	color: #fff;
}
.contacto form input, .contacto form textarea{
	display:block;
	width:95%;
	margin-bottom:20px;
	background:rgba(255,255,255,0.10);
	border:0;
	outline:none;
	box-sizing: border-box;
	color:white;
	padding: 15px;
}
.contacto form input::placeholder{
	color: white;
}
#enviar{
	width:100px;
	display:inline-block;
	background:#7E4182;
	padding:8px 16px;
	font-family:'PetitaBold', Sans-Serif;
	color:white;
	text-transform:uppercase;
	margin-bottom:0;
	cursor:pointer;
	border: none;
	box-shadow: none;
	border-radius: 0;
}
.mapa iframe{
	width:100%;
	display:block;
}

/********* Footer ***********/
/*formulario*/
.formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"]{
  background: rgba(255,255,255,0.10);
  border: none;
  padding: 15px;
  margin: 0;
  border-radius: 2px;
  color: #fff;
  box-sizing:border-box;
  height:48px;
}
.formResponsive .formHorizontal .formControls {
    margin: 0;
}
.formResponsive .formHorizontal .formControlLabel {
    display: none;
}
.formResponsive textarea:focus, .formResponsive input[type="text"]:focus, .formResponsive input[type="number"]:focus, .formResponsive input[type="email"]:focus, .formResponsive input[type="tel"]:focus, .formResponsive input[type="url"]:focus, .formResponsive input[type="password"]:focus, .formResponsive select:focus {
    /* border-color: transparent !important; */
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: transparent  !important;
    -moz-box-shadow: transparent  !important;
    box-shadow: transparent  !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color:  #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color:  #fff;
}
footer.contacto:after {
    content: "";
    display: block;
    clear: both;
}
form#userForm h2:before {
    content: "";
    position: relative;
    width: 14%;
    max-width: 70px;
    height: 1px;
    background: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
form#userForm h2:after {
    content: "";
    position: relative;
    margin-left: 12px;
    width: 14%;
    max-width: 70px;
    height: 1px;
    background: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
}

div#copyright{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d40072+25,007dbb+75 */
	background-image: url(../images/logo4.png);
	background-position: left;
	background-size: contain;
	background: rgb(212,0,114); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(212,0,114,1) 25%, rgba(0,125,187,1) 75%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(212,0,114,1) 25%,rgba(0,125,187,1) 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(212,0,114,1) 25%,rgba(0,125,187,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d40072', endColorstr='#007dbb',GradientType=1 ); /* IE6-9 */
	font-size:12px;
	color:white;
	text-align:center;
	padding:1em;
	margin-top:-1px;
	position: relative;
}

footer.contacto {
    position: relative;
    background-image: url(../images/logo4.png);
    background-position: left;
    background-size: contain;
    background: rgb(212,0,114);
    background: -moz-linear-gradient(left, rgba(212,0,114,1) 25%, rgba(0,125,187,1) 75%);
    background: -webkit-linear-gradient(left, rgba(212,0,114,1) 25%,rgba(0,125,187,1) 75%);
    background: linear-gradient(to right, rgba(212,0,114,1) 25%,rgba(0,125,187,1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d40072', endColorstr='#007dbb',GradientType=1 );
}

div#mapa {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
div#cavas_id88 {
    height: 100% !important;
}
div#copyright a {
    color: #fff;
}


.columnas + p a {
    display: none;
    color: #fff;
    pointer-events: none;

}
.formResponsive .formError {
    color: rgba(255, 255, 255, 0.62);
    padding-left: 5px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: normal;
    margin: 3px 5px 3px 0;
    height: 18px;
    display: block;
}
/*INTERNAS*/
div#textoarmonia p {
    margin-bottom: 1em;
    line-height: 1.5;
    color: #737373;
}
.item-page.pag_nosotros h2 {
    text-align: center;
}
.columnaRosa {
    background: #e32893;
    padding: 15px;
    color: #fff;
}
.columnaRosa, .columnaAzul, .columnaMorado, .columnaGris {float: left;width: 50%;box-sizing: border-box;min-height: 300px;max-height: 300px;overflow: hidden;}

.columnaAzul {
    background: #007dbb;
    padding: 15px;
    color: #fff;
}
.columnaMorado {
    padding: 15px;
    color: #fff;
    background: #7e4082;
}
.columnaGris {
    background: #f2f2f2;
    padding: 15px;
    color: #007dbb;
}
.MisionVision:after {
    content: "";
    display: block;
    clear: both;
}
.ConText {
    padding: 15px;
}
.MisionVision {
    margin-bottom: 2em;
}
.ConText.scroll {
    padding: 15px;
    overflow-y: scroll;
    max-height: 200px;
}

.ConText p {
    margin-bottom: 1em;
    line-height: 1.5;
}
.ConText {
    max-height: 200px;
}
.columnaGris h2 {
    margin-bottom: 0;
}
.iconos {
    display: inline-block;
    text-align: center;
}
.iconosGral {
    text-align: center;
    margin-bottom: 8%;
}
h3{
  	padding: 1em 0;
}
.pag_contacto .columnas {
    display: flex;
    align-items: center;
}
#mod_aliados_imgs {
    background: #F2F2F2 !important;
}
/*#slider-container104{
  	width:90%;
  	max-width:1200px;
  	margin:0 auto;
  	right:0;
}*/
.djslider-default .navigation-container img{
  width:auto;
}
/*cambios 2020*/
.logo img {
    width: 100%;
    max-width: 75px;
}
/** nuevos 04/08/20 **/
.slide-desc-bg.slide-desc-bg-default {
    display: none;
}
div#navigation87 {
    padding-top: 16% !important;
    opacity: .5;
}
/*** video ***/
#mute-video {
    position: absolute;
    color: #fff;
    font-size: 2em;
    opacity: .5;
    right: 7%;
    /* left: 0; */
    bottom: 33%;
    cursor: pointer;
    z-index: 100023;
}
.fa-volume-mute.audio:before {
    content: "\f028";
}
i#mute-video:before {
    content: "\f026";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.audio:before {
    content: "\f028" !important;
}

/** nuevos 28/04/22 **/
.informes_anuales .informe {
    margin-bottom: 3% !important;
}