.contenedor-informacion {
	padding-top: 1rem !important;
}

/*contenido*/

.title {
	padding-bottom: 1rem;
	font-family: Montserrat-SemiBold !important;
}

/*button*/
.button-primary {
	background: #941f44;
	color: white;
	font-size: 14px;
	padding: 14px 25px;
	white-space: normal;
	word-wrap: break-word;
}

.button-primary:hover,
.button-primary:focus {
	color: white;
	background: #941f44!important;
}

/*buscador*/
.buscador {
	padding: 0rem 1rem;
}

.buscador .input-group {
	display: flex;
}

.buscador .input-group input[type="text"] {
	height: 48px;
	color: darkgray;
	border: 0px;
	padding: 10px 20px;
	font-size: 1em;

}

.buscador .input-group input[type="text"]:focus {
	outline: none;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;

}

.buscador .input-group {
	background: white;
	box-shadow: 0px 3px 6px #00000029 !important;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	align-items: center !important;

}

.buscador .input-group .input-group-append {
	margin-left: 0px !important;

}

.buscador .input-group .input-group-prepend {
	margin: auto;
	padding: 0rem 0.5rem;
	border: 0px;
}

.buscador .input-group .input-group-prepend img {
	width: 80%;
}

.buscador .input-group-text {
	border: 0px !important;
	background: transparent !important;
}

.buscador .button-primary {
	background: #941f44;
	color: white;
	font-size: 14px;
	padding: 14px 25px;
	white-space: normal;
	word-wrap: break-word;
}

.buscador .button-primary:hover,
.button-primary:focus {
	color: white;
	background: #941f44!important;
}

.participa-highlight {
    color: #800000; /* color guinda */
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 1em;
}
.localizacion {
  
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .8em;
}

/*panel de búsqueda*/
#panelBusqueda {
	padding: 2rem 1rem 0rem 1rem;
}

#panelBusqueda .form-group label {
	font-size: 14px;
}

#panelBusqueda .form-group {
	margin-bottom: 5px;
}

#panelBusqueda .leyendas {
	color: var(--color-rojo-1);
	font-size: 14px !important;
	margin: 0px;
}

.fa-search {
	color:#941f44 !important;
}
.fa-question-circle{
	color:#941f44!important;
}

/*select2*/
.select2-container--default .select2-selection--single {
	height: 40px !important;
	line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px !important;
}

.breadcrumb {
	padding-left: 1rem;
}

/*mapa*/
#mapa {
	margin-top: 1rem;
	height: 500px;
	padding: 0px;
	position: relative;
	margin: 1rem 0rem 0rem 0rem !important;
	width: 100%;
}

/*autocomplete*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}


#btn_buscar {
	position: absolute;
	bottom: 5px;
	right: 15px;
}
#btns_buscar {
	position: absolute;
	bottom: 5px;
	right: 15px;
}

#btn_buscarSEDE{
	position: absolute;
	bottom: 5px;
	right: 15px;
}


/*switch*/
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 28px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.switch>.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-gris-3);
	-webkit-transition: .4s;
	transition: .4s;
}

.switch>.slider:before {
	position: absolute;
	content: "";
	height: 25px;
	width: 25px;
	left: 4px;
	bottom: 1px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch>input:checked+.slider {
	background-color: var(--color-verde-1);
}

.switch>input:focus+.slider {
	box-shadow: 0 0 1px var(--color-verde-2);
}

.switch>input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.switch>.slider.round {
	border-radius: 34px;
}

.switch>.slider.round:before {
	border-radius: 50%;
}


.tooltip-prioridad {
	cursor: pointer;
}


.tooltip {

	top: 0;
	left: 50%;
	padding: .4rem .6rem;
	border-radius: 40px;
	font-size: 14px !important;
	font-weight: normal !important;
	width: 500px;
	text-transform: none !important;
	pointer-events: none;
	opacity: none;
	transition: all .3s ease;
	z-index: 9999999;
}

.tooltip:after {

	bottom: 1px;
	left: 50%;
	width: 500px;
	height: 0;
	content: "";
	border: solid;
	border-width: 10px 10px 0 10px;
	z-index: 99999999;

}

.tooltip-inner {
	max-width: 300px;
	padding: 10px 10px;
	color: white;
	text-align: left;
	background-color: var(--color-verde-1);
	border-radius: 4px;
	font-size: 14px;
	z-index: 99999999;
	opacity: 0.9;
}

.form-text-cct {
	font-size: 14px !important;
}

.form-text-cct a {
	text-decoration: none;
	cursor: pointer;
}

.style-aviso {
	background-color: var(--color-verde-1);
	padding: 10px 10px;
	color: var(--color-white);
}

.style-aviso li {
	list-style: inside;
}

.style-info {
	font-size: 13px !important;
	padding-bottom: 3rem !important;
	text-decoration: none !important;
	color: var(--color-verde-1) !important;
	font-family: Montserrat-SemiBold !important;
}

.leaflet-container a {
	color: var(--color-verde-3) !important;
	text-decoration: none !important;
}

/*/////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////P R E L O A D E R//////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////*/


#preloader {
	z-index: 20000000;
}

/* preloader */
#preloader {
	position: fixed;
	text-align: center;
	width: 100%;
	height: 100%;
	/*background-color: white;*/
	/*opacity:0.8;*/
	/* Opacidad 60% */
	z-index: 100000;
	display: none;
}

.color_preloader {
	color: 233052 !important;
}

#loader {
	height: 100%;
	display: block;
	position: relative;
	/*left: 38%;
    top: 40%;
    width: 30%;
    height: 30%;*/
	top: 0;
	bottom: 0;
	/* margin: -75px 0 0 -75px; */
	/*background: var(--color-verde-1);*/
	background: #941f44 ;
	color: white;
	opacity: 0.9;
	box-shadow: 0px 3px 6px #00000029 !important;

}

#loader .cargando {
	font-size: 20px;
	/*color: white;*/
	font-family: montserrat-SemiBold;
	/*padding: 4rem 0rem 0rem 0rem;*/
	color: white;
	top: 50%;
	position: absolute;
	left: 50%;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	top: 55%;
	position: absolute;
	left: 50%;
}

.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: white;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}

.rounded2{
	border-bottom-left-radius: 20px;
  	border-bottom-right-radius: 20px;
	background-color: #FFDADA !important;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 2rem;
}
/*unificar a 1348 px*/
.buscador4{
	border-top-left-radius: 20px; 
	border-top-right-radius: 20px; 	
	background-color: #FFDADA !important;
}
/*.padingTI{
	padding: 2rem!important;
}*/

.paddingTexto1 {
    padding: 0.5em 0;
    margin: 10px;
    color: #3E3E3D;
  
}

.textos-informativos {
    width: 100%;
}
.aviso-programa {
    color: #000000;
    font-size: .5px;
    line-height: 1.3;
    margin: 25px 10px 0 10px;
}

.aviso-dificultades {
    color: #413c3c;
    font-size: .5px;
    line-height: 1.4;
    margin: 40px 10px 15px 10px;
}
/* Computadoras */
@media (min-width: 1200px) {
    .textos-informativos {
        text-align: justify;
    }
}

/* Tablets y celulares */
@media (max-width: 1199px) {
    .textos-informativos {
        text-align: left;
    }
	.aviso-programa {
        font-size: 9px;
        margin-top: 20px;
    }

    .aviso-dificultades {
        font-size: 10px;
        margin-top: 30px;
    }
}

.aviso-programa {
    color: #000000;
    line-height: 1.4;
}

.bottom-leftX {
	position: absolute;
	bottom: 2rem;
	left: 25rem;
	opacity: 0.5;
}
.top-left {
	position: absolute;
	top: 1rem;
	left: 3rem;
}
.top-left2 {
	position: absolute;
	top: 13rem;
	left: 3rem;
}
/*.imgRita{
	background-image: url('../img/RITA-CETINA.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto;
}*/
.top-rightREPISA1{	
	position: absolute;	
	top: -6.5000rem!important;
	left: 1rem;
	z-index: 1000;
	
	
}
/*.top-rightREPISA2{
	position: absolute;	
	top: -7.4rem;
	left: 1rem;
	z-index: 1000;
	margin: auto auto 0px 30%;
	
}*/
.top-Estudiante{
	position: absolute;	
	top: 9.4em!important;
	left: 44em;
	width: 23em;
	
}

.top-Notas {
	position: absolute;	
	top: 8rem;
	left: 1rem;
	
}
.chincheArribaIzquierda{
	position: absolute;	
	top: 24%!important;
	left: 1%;
	z-index: 1000;
	width: 5em;
}
.chincheArribaDerecha{
	position: absolute;	
	top: 24%!important;
	left: 95%;
	z-index: 1000;
	width: 4em;
}
.chincheAbajoIzquierda{
	position: absolute;	
	top: 84%!important;
	left: 1%;
	z-index: 1000;
	width: 5em;
}
.chincheAbajoDerecha{
	position: absolute;	
	top: 84%!important;
	left: 94.5%;
	z-index: 1000;
	width: 4em;
}
.top-right{
	position: absolute;	
	top: -0.01rem;
	left: 20rem;
	opacity: 0.5;
}
.top-right2{
	position: absolute;	
	top: 32%;
	left: 30%;
	opacity: 0.5;
}
.top-right3{
	position: absolute;	
	top: 23rem;
	left: 26rem;
}
.bottom-right {
	width: 10rem;
	height: auto;
	position: absolute;
	bottom: -2rem;
	right: -1rem;
}
.bottom-right2 {
	width: 3rem;
	height: auto;
	position: absolute;
	bottom: 2rem;
	right: 20rem;
}

.bottom-left {
	width: 3rem;
	height: auto;
	position: absolute;
	bottom: 6rem;
	left: 33rem;
}

.imgSizeRems{
	width: 35rem;
	height: auto;
}

.camporonder{
	border-radius: 20px 20px 20px 20px !important;
}

.btnronder{
	border-radius: 0px 20px 20px 0px !important;
}

.bordeMapa {	
	/*--border-size: 8px;  */
	width: 800px;
	/*border: var(--border-size) solid black;*/
	border-image-width: var(--border-size);
	border-image-source: url("../img/marcoCompu.png");
	/*border-image-slice: 4 fill;	*/
	/*border-image-repeat: round;*/
	display: grid;
	place-items: center;
	padding-bottom: 1rem;
	/*border-image: url("../img/marcoSuperior.png") 23% 1 0 round;*/
}

.contenedor-informacion {
	padding: 1rem 4.5rem;
}

.contenedor-informacion p {
	font-size: 18px !important;
}

.leaflet-popup-content p {
	font-size: 16px !important;
	margin-bottom: 0.5rem !important;
	margin-top: 0.5rem !important;
}

.leaflet-popup-content .button-BASICA {
	background: var(--color-rojo-5);
	color: white;
}

.leaflet-popup-content .button-MEDIA {
	background: var(--color-gris-2);
	color: white;
}

.leaflet-popup-content .button-SUPERIOR {
	background: var(--color-dorado-1);
	color: white;
}

/*.ritaDM{
	display: none;	
}
.imgRitaDM{
	width: 50%;
	height: auto;
}*/
.alinearDerecha{
	justify-content: center;
}

  

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(24px, 0);
	}
}


/**Imagen Rita*/
/*@media only screen and (max-width: 767px){
	/*.ritaDM{
		display: flex;			
	}
	.imgRitaDM{	
		float: right;
		width: 40%;
		height: auto;
	}
}*/

