<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { font-family:Arial, Helvetica, sans-serif}
*:focus { outline:none;}
.contenedor-slider-do { 
	width: 90%;
	background: #3e3e3e; 
	color: black; 
	border: 2px solid black;
	border-radius: 10px;
	align-items: center;
	text-align: center;
	justify-content: center;
	position: relative;
	z-index: 10000;
    /*margin-top: 35%;*/
}

@media (max-width:767px){
	.contenedor-slider-do {
    	width: 100%;
    }
}

.contenedor-slider-movil {
	width: 100%;
    background: #3e3e3e;
    color: black;
    border: 2px solid black;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
    z-index: 10000;
}

.divPrueba-do.active{
	animation: growAnimation ease .5s, fadeInAnimation ease .9s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	display: inherit;
}

/*.divPrueba[id="slide-cuenca"]{
	bottom: 10%;
	right: 2%;
}

.divPrueba[id="slide-albacete"]{
	bottom: -15%;
	right: -3%;
}

.divPrueba[id="slide-ciudadreal"]{
	bottom: -19%;
	left: 6%;
}

.divPrueba[id="slide-toledo"]{
	bottom: 5%;
	left: 0%;
}

.divPrueba[id="slide-guadalajara"]{
	bottom: 30%;
	right: 8%;
}*/

.imgComunidad{
	margin: 0 auto;
	width: 100%; 
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

/*.divPrueba::before{
	content: "";
    position: absolute;
    top: -25px;
    left: 45%;
    width: 0;
    height: 0;
    border-width: 0px 25px 25px;
    border-style: solid;
    border-color: transparent transparent white;
}*/

.btn-cerrar-popup {
	font-size: 20px !important;
	line-height: 16px;
	display: block;
	margin-right: 5px;
	padding: 5px;
	text-align: right;
	transition: .3s ease all;
	color: #BBBBBB;
}

.btn-cerrar-popup span{
	font-size: 25px;
	font-weight: bold;
}

@keyframes fadeInAnimation{
	0%{opacity: 0;}
	
	100%{opacity: 1;}
}
@keyframes fadeOutAnimation{
	100%{opacity: 0;}
	
	0%{opacity: 1;}
}

@keyframes growAnimation{
	0%{transform: scale(0,0);}
	
	100%{transform: scale(1,1);}
}

@keyframes decreaseAnimation{
	100%{transform: scale(0,0);}
	
	0%{transform: scale(1,1);}
}

.btn-cerrar-popup:hover {
	color: #000;
}

/* Slider */
/*.contenedor-slider{
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 auto;
	width: 90%;
}*/

.contenedor-imagenes{
	position: relative;
    border-radius: 10px;
}

.contenedor-imagenes img {
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: auto;
}

.contenedor-imagenes .imgComunidad{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	opacity: 0;
	transition: 1s ease all;
}

.contenedor-imagenes .imgComunidad.active{
	position: relative;
	z-index: 2;
	opacity: 1;
	transition: 1s ease all;
}

.dashicons-arrow-left-alt2::before {
    content: "\f341" !important;
    margin-left: -7%;
}

.dashicons-arrow-right-alt2::before {
    content: "\f345" !important;
}

.dashicons, .dashicons-before::before {
    font-family: dashicons;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-rendering: auto;
    font-size: 20px;
    text-align: center;
}

#btn-flecha-izquierda-do, #btn-flecha-derecha-do{
	position: absolute;
	border: none;
	background: #c01d6c;
	height: 100px;
	top: 18%;
	line-height: 50px;
	width: 35px;
	color: white;
	cursor: pointer;
	z-index: 500;
	transition: .2s ease all;
}
#btn-flecha-izquierda-movil, #btn-flecha-derecha-movil{
	position: absolute;
	border: none;
	background: #c01d6c;
	height: 70px;
	top: 15%;
	line-height: 50px;
	width: 35px;
	color: white;
	cursor: pointer;
	z-index: 500;
	transition: .2s ease all;
}
#btn-flecha-izquierda-do{
	left: 0;
}
#btn-flecha-derecha-do{
	right: 0;
}

#btn-flecha-izquierda-movil{
	left: 0;
}
#btn-flecha-derecha-movil{
	right: 0;
}

#btn-flecha-izquierda-do span, #btn-flecha-derecha-do span{
	font-size: 40px;
	height: 100%;
	width: 100%;
	top: 30%;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

#btn-flecha-izquierda-movil span, #btn-flecha-derecha-movil span{
	font-size: 30px;
	height: 100%;
	width: 100%;
	top: 30%;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

#btn-flecha-izquierda-do:hover, #btn-flecha-derecha-do:hover{
	background: rgba(0,0,0, .9);
}

.paginacion{
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	width: 100%;
	justify-content: space-between;
	z-index: 500;
}


.paginacion .puntos{
	cursor: pointer;
	display: inline-block;
	margin: 0 auto;
	width: 13px;
	height: 13px;
	background: rgba(255,255,255, .6);
	border-radius: 50%;
	margin-left: 2%;
}

.paginacion .puntos.active{
	background: rgba(255,255,255, 1);
}

area{
	cursor: pointer;
}

#mapa {  width: 100%; position: relative;
		 /**** Con el zoom y scale podemos adaptar el mapa al tama帽o que necesitemos***/
		 /*zoom:.5;-o-transform: scale(.5);-moz-transform: scale(.5)*/
}	
#listadoProvincias a.light { color:#6cd500}

.img_prov_movil {
	width: 200%;
}

.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tituloPopup-do{
	padding: 1px;
	font-weight: bold;
	font-size: 32px !important;
	color: #c01d6c;
    margin-bottom: 10px;
}

.parrafoPopup-do{
	padding: 1.5em;
	padding-bottom: 1.5em !important;
	padding-top: 0.5em !important;
    color: #fff;
	height: 160px;
	overflow: auto;
	text-align: justify;
	border-bottom: 15px solid transparent;
	border-top: 15px solid transparent;
}

.parrafoPopup-do:before{
	content: '';
    position: absolute;
    top: 88%;
    right: 17px;
    width: 93%;
    height: 40px;
    background: linear-gradient(rgb(62 62 62 / 0%), #3e3e3e);
}

.parrafoPopup-do b{
	font-weight: 900;
}</pre></body></html>