*{
	margin: 0;
	padding: 0;
}

.container{
	/*border: solid #0000ff;*/
	margin: auto;
	padding: 0;
	width: 100%;
}

.encabezado{
	/*border: solid #3fd728;*/
	margin-top: 10px;
	/*padding-left: 70px;*/
	/*padding-right: 70px;*/
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
	/*border: solid #2f18e7;*/
	/* ********** ESTABA EN 100PX ********** */
	width: 200px;
	height: auto;
}

.anchoAuto{
	width: auto;
}

.inicio{
	/*border: solid #cf3032;*/
	/* ********** ESTABA EN 20PX ********** */
	width: 40px;
	height: auto;
}

.patronatos{
	/*border: solid #daf708;*/
	margin-right: 4em;
	width: 550px !important;
}

hr{
	color:#9533AD; 
	background-color:#9533AD;
  border-top: 4px solid rgba(0, 0, 0, 0.1);
}

.menu{
	/*border: solid #2DB69F;*/
	margin-top: 10px;
	padding-left: 60px;
	padding-right: 60px;
}

.navbar{
	/*border: solid #2DB69F;*/
	padding-top: 0;
	/*padding-left: 40px;*/
}

.container-fluid, .navbar-brand{
	padding: 0 !important;
	margin: 0 !important;
}

.nav-item{
	margin-right: 2rem;
}

.nav-item>a.nav-link:not(.active):after  {
	content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  transition: all .7s;
}

.nav-item>a.nav-link:not(.active):hover:after  {
  width: 100%;
  background: #9533AD;
}

.nav-item>.active{
  /*text-decoration: underline #9533AD;
  text-decoration-thickness: 3px;*/
  padding-bottom: 1px;
  border-bottom: 3px solid #9533AD;
  line-height: 35px;
}

#carouselExampleFade{
	/*width: 1200px;*/
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.textoParrafo{
	margin-top: 20px;
}

.article{
	border: solid #FFF;
	margin-top: 10px;
	/*padding-left: 70px;
	padding-right: 70px;*/
	display: flex;
  justify-content: space-between;
  /*align-items: center;*/
}

.texto{
	border: solid #FFF;
	/*width: 566px;*/
	position:relative;
	padding-bottom: 25px;
}

.titulo{
	/*border: solid #00EFAA;*/
	font-family: 'Source Sans Pro', sans-serif;
	/*width: 565px;*/
}

.contenidoArticulo{
	/*border: solid #5000A0;*/
	font-family: 'Source Sans Pro', sans-serif;
	/*width: 565px;*/
	text-align: justify;
}

.contenidoArticulo2{
	/*border: solid #5000A0;*/
	font-family: 'Source Sans Pro', sans-serif;
	/*width: 565px;*/
	text-align: center;
}

.imgArticle{
	/*border: solid #70EF00;*/
	/*padding-right: 40px;*/
	text-align: center;
}

.btnVer{
	color: #fff;
	background-color: #720879;
	margin-right: 10px;
	margin-bottom: 3px;
	position: absolute;
	right:    0;
	bottom:   0;
}

.btnVerCron{
	color: #fff;
	background-color: #720879;
}

.tituloLogros{
	/*border: solid #00EFAA;*/
	font-family: 'Source Sans Pro', sans-serif;
	/*width: 565px;*/
	text-align: right;
}

.imgArticleDiana{
	/*border: solid #70EF00;*/
	text-align: center;
	/*margin-left: 100px;*/
}

.footer{
	/*width: 100%;*/
	height: auto;
	margin-top: 20px;
	margin-right: 0;
	/*padding-top: 50px;*/
	padding-top: 15px;
	/*padding-bottom: 10px;*/
	background-color: #720879;
	color: #fff;
}

.row{
	margin-right: calc(var(--bs-gutter-x) * -0);
  margin-left: calc(var(--bs-gutter-x) * -0);
}

.bloqueA{
	/*padding: 0;
	margin-right: 0;
	margin-left: 0;*/
	/*padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);*/
}

.contacto{
	/*border: solid #70EF00;*/
	/*width: 300px;*/
	/*position:relative;*/
	text-align: center;
}
.contacto p, .direccion p, .mail{
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	margin: 0;

}

.mail :hover{
	color: #ffffff!important;
}

.btnCon{
	color: #fff;
	background-color: #A075BC;
	/*position: absolute;*/
  /*bottom: 0;*/
 /* left: 0;
  right: 0;*/
}

.direccion{
	/*border: solid #70EF00;*/
	/*width: 450px;*/
	/*text-align: center;*/
	padding: 0;
}

.conteMap{
	/*border: solid green;*/
	margin: 0;
	width: 100%;
	/*text-align: center;*/
}

.dirP{
	/*border: solid black;*/
	display: table;
	/*padding-left: 0;*/
	/*padding-right: 0;*/
	/*margin: 0 auto;*/
	/*padding-top: 35px;*/
	/*display: table-cell;*/
  /*width: auto;*/
  /*height: calc(100vh - 10px);*/
  /*vertical-align: middle;*/
}

.centrarVertical{
	display: table-cell;
  vertical-align: middle;
}

.h6{
	/*max-width: 50%;
  margin: 10px auto;*/
  /*text-align: center;
  vertical-align: middle;*/
}

.redes{
	/*border: solid #70EF00;*/
	/*width: 490px;*/
	/*margin-top: 10px;*/
	/*padding-top: 25%!important;*/
	/*padding-bottom: 25%!important;*/
	padding: 0;
}

.red{
	/*border: solid #3359FF;*/
	padding: 0;
	margin-top: 2rem;
	/*text-align: left;*/
}

@media (min-width: 0px) and (max-width: 768px) {
	.red{
	/*border: solid #3359FF;*/
	padding: 0;
	text-align: center!important;
	margin-top: .5rem;
}

}

.listRedes{
	padding: 0;
}

.red li{
	list-style:none
}

.red li a{
	color: #fff !important;
  text-decoration:none !important;
}.imgRedes{
	width: 20px;
	height: 20px;
}

.insta{
	font-size: 12px;
}

.privacidad a{
	color: #fff !important;
  text-decoration:none !important;
}

.divFooter{
	color:#A075BC; 
	background-color:#A075BC;
  border-top: 4px solid rgba(0, 0, 0, 0.1);
}

.quienesSomos{
	border: solid #FFF;
	margin-top: 10px;
	position:relative;
	padding-bottom: 30px;
	/*padding-left: 70px;
	padding-right: 70px;*/
	font-family: 'Source Sans Pro', sans-serif;
}

.parrafo{
	/*border: solid #237908;*/
}

.imgMision{
	/*border: solid #70EF00;*/
	/*width: 300px;
	height:auto;*/
	text-align: center;

}

.accordion, .tituloModal{
	font-family: 'Source Sans Pro', sans-serif;
}

a.accordion-button, a.cij{
	text-decoration: none;
	color: #000;
}

li.listaCij{
	list-style:none;
}

a[aria-expanded="true"]{
  background-color: #fff !important;
  color: #720879 !important;
  border-bottom-color: #00FF00 !important;
}

.tituloModal{
	/*border: solid #70EF00;*/
}

.cerrar{
	/*border: solid #EF0B00;*/
}

.cabezaModal{
	/*border: solid #000AD4;*/
	justify-content: space-between;
}

.contenido1{
	/*border: solid #70EF00;*/
	/*display: inline-block;*/
	margin-bottom: 7px;
}

.presidente{
	/*border: solid #EF0B00;*/
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
}

.subtModal{
	color: #720879;
}

.p{
	margin: 0 !important;
}

.txt, .img{
	text-align: center;
}

.ulModal{
	margin: 0 !important;
}

/*.vicepresidente{
	margin-top: auto;
	margin-bottom: auto;
}*/

.vocal{
	/*border: solid #EF0B00;*/
}

.contenido2, .contenido3{
	margin-top: 20px;
}

.dosPresi{
	margin-top: 20px;
}

.hrModal{
	color:#9533AD; 
	background-color:#9533AD;
  border-top: 4px solid rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  margin-bottom: 5px;
}

.p2{
	margin: 0 !important;
	font-size: 15px;
}

.galeria{
	/*border: solid #70EF00;*/
	width: 100%;
	height: auto;
  /*display:flex;
  justify-content: space-between;*/
  margin-bottom: 20px;
  /*overflow:hidden;*/
}

.galeriaLogros{
	/*width:	9 ;*/
	height: 200px;
	/*margin: 2px;*/
	-webkit-transition:all .9s ease; /* Safari y Chrome */
-moz-transition:all .9s ease; /* Firefox */
-o-transition:all .9s ease; /* IE 9 */
-ms-transition:all .9s ease; /* Opera */
/*width:9;*/
  border: 1px solid #9533AD;
  border-radius: 10px;
}

.galeriaLogros:hover {
	/*-webkit-transform:scale(1.3);
	transform:scale(1.3);*/
	transition:all .5s;
	-webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06)
}

.imgModalLogros{
	width: 900px;
	height: auto;
}

.imgCentrada{
	/*border: solid #00D420;*/
	display:block;
	margin:auto;
	/*text-align: center;*/
}

.año{
	color: #720879;
}

.titNacional{
	color: #720879;
	margin-left: 10px;
}

.cont{
	/*border: solid #237908;
	height: 300px;*/
	margin-bottom: 20px;
}

.cardCrono{
	height: 300px !important;
}

.imagenInv{
	/*border: solid #720879;*/
	width: 413px;
	height: auto;
}

.mapa{
	border-radius: 10px;
	padding: 0;
	/*margin-right: 1rem;
	margin-left: 1rem;*/
	/*margin-right: auto;
	margin-left: auto;*/
}

.contModal{
	/*border: solid #000AD4;*/
	text-align: center !important;
	padding: 0;
}

.modal-header{
	border-bottom: 0px solid #dee2e6;
}

.ir-arriba {
	display:none;
	width: 70px;
	height: 70px;
	text-align: center;
	/*margin-right: 50px;*/
	/*padding:10px;*/
	background:#fff !important;
	font-size:40px;
	color:#009BFF;
	border: solid #009BFF;
	cursor:pointer;
	position: fixed;
	bottom:10px;
	right:10px;
	border-radius: 50%;
	border-width: 2px;
	z-index: 100;
}


.up {
	display:none;
	width: 70px;
	height: 70px;
	text-align: center;
	/*margin-right: 50px;*/
	/*padding:10px;*/
	background:#fff !important;
	font-size:40px;
	color:#009BFF;
	border: solid #009BFF;
	cursor:pointer;
	position: fixed;
	bottom:10px;
	right:13px;
	border-radius: 50%;
	border-width: 2px;
	z-index: 100;
}

.imgLog{
	margin-bottom: 20px;
}

.c{
	color: #FFF !important;
	background-color: #720879;
}

.modalEsquema{
	background-color: #FFF;
}

.titmodal{
	width: auto;
}

.verMas{
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
}

.seccionA{
	/*border: solid #002FC7;*/
	margin-top: 20px;
	margin-bottom: 20px;
}

.carpetas, .resultados{
	/*border: solid #00D419;*/
	text-align: center;
}

.iconsVerMas{
	width: 150px;
}

.linkSeccionA, .linkNacional{
	text-decoration: none !important;
	color: #000 !important;
}

.seccionB{
	text-align: center;
	margin-bottom: 20px;
}

.imgInteres{
	width: 300px;
	height: auto;
}

.eneMar, .abrJun, .julSep, .octDic{
	margin-bottom: 20px;
}

.mapaDiv{
	/*border: solid #0036FF;*/
	width: 80%;
	margin: auto;
}

#edo{
	color: #000;
	margin-right: 1rem;
	/*padding-right: 2rem; /*50px*/
	/*padding-top: 2rem;	/*100px*/
	/*z-index: 2;position: absolute;
	margin-top: 20px;
	margin-left: 350px;
	font-size: 2em;*/
}

.mapaDiv path{
	fill: #9533AD;
	stroke: #000;
	/*stroke-width: 2px;*/
}

.mapaDiv :hover{
	fill: #4996FF;
}

.patronatoNacional{
	margin-bottom: 10px;
}

/*.vicepresidente{
	margin-top: 20px;
	margin-bottom: 20px;
}*/

.linkNacional{
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease; /* Opera */
	cursor: pointer;
}

.linkNacional:hover{
	transition:all .5s;
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03)
}

.patronatoNacional2{
	height: 150px;
}

.cerrarMNacional{
	margin-right: 10px !important;
	margin-top: 10px !important;
}

.headerMo{
	justify-content: normal !important;
}

.btnVerMas{
	background-color: #9533AD !important;
}

.modal-body{
	/*text-align: justify;*/
}

.masEsp{
	margin-top: 30px;
}

.lineaConst{
	margin-bottom: 30px;
	width: 85%;
	color:#69157E; 
	background-color:#69157E;
  /*border-top: 4px solid rgba(0, 0, 0, 0.1);*/
}


/****** Miguel ******/


.carousel-control-prev-icon {
	background-color: #000000;
	opacity: 0.8;
	border-radius: 15px;
}

.carousel-control-next-icon {
	background-color: #000000;
	opacity: 0.8;
	border-radius: 15px;
}


/****** Miguel ******/