

/*==========================================================================================================
					POPUP FLOTANTE EN EL CUAL SE MUESTRA EL 
					CONTENIDO MULTIMEDIA QUE CONTIENE ALGUNA DESCRIPCION
====================================?======================================================================*/

/*=========================================================================================================
							MAQUETACIÓN GENERAL QUE LE DA TAMAÑO, COLOR Y CENTRA EL POPUP
=========================================================================================================*/
.popFlotanteMedia {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .25);
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	z-index: 101;
}
.MB .popFlotanteMedia {
	background: rgba(0, 0, 0, .23)
}
.scrollPopMedia {
	max-height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto
}
.drPopVisorMedia {
	font-family: fontRegular;
	display: inline-block;
	margin: 50px 0;
	left: 50%;
	position: relative;
	box-shadow:
		-1px -1px 8px 0 rgba(0, 0, 0, .07),
		4px 4px 15px 0 rgba(0, 0, 0, .1)
	;
	overflow: hidden;
	background: #fff;
	border-radius: 4px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

	max-width: 96%;
	min-height: 500px;
	width: 850px;
}
.drPopVisorMedia button
,.drPopVisorMedia input{
	font-family: fontRegular;
}
/*---------------------- ANIMACIONES CON OPACIDAD
--------------NORMALMENTE USADAS PARA APARECER A LOS POPUPS -----------*/
body .opacidad-flex{
	display: flex;
	animation: opacidad .25s forwards;
}
body .opacidad-block{
	display: block;
	animation: opacidad .25s forwards;
}
@keyframes opacidad{
	0%{opacity: 0}
	100%{opacity: 1}
}
body .simple-flex{
	display: flex;
}

/*=========================================================================================================
							MAQUETACIÓN PARTICULAR DE LOS ELEMENTOS INTERNOS DEL POPUP
=========================================================================================================*/
.drPopVisorMedia{
	display: flex;
	justify-content: space-between;
	padding: 30px;
	box-sizing: border-box;
}
/*----------------- PARTE IZQUIERDA/SUPERIOR DEL POPUP -----------------*/
.parteIzqPopupImg{
	width: 400px;
	position:relative;
	display: block;
	box-sizing: border-box;
}
.contentMediaCarrusel{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 550px;
}
.rielPopFlot{
	position: relative;
	touch-action: pan-y; /*NECESARIO*/
	display: flex;
	width: 100%;
	height: 100%;			
	transition: transform .3s; /*NECESARIO*/
	justify-content: flex-start;
}
.imgCarr{ /*NECESARIO*/ /*aca*/
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;			
	/* Esto obliga a que cada div mida el 100% de .carrusel-ventana */
	flex: 0 0 100%;			
	overflow: hidden;
}
.imgCarr img,
.imgCarr video {
	/*display: none;*/
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}
/*-----------CONTADOR DE LAS IMAGENES DEL CARRUSEL-----------*/
.contadorImgsCarr{
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #646464;
	border-radius: 5px;
	color: #fff;
	padding: 5px;
	font-family: fontBold;
	font-size: 12px;
}
/*-----------------------------------------------------
	Círculos que indican la posición del visar 
------------------------------------------------------*/
/*.wpPosicionVisor{
	margin-top: 10px;
}
.wrapCirculosVisor{
	position: relative;
}
.circulosVisor{
	background: rgba(0, 0, 0, .12);
	margin-right: 4px;
}
.circulosVisor, .circuloColoreadoVisor{
	width: 8px;
	height: 8px;
	border-radius: 50%;	
}
.circuloColoreadoVisor{
	position: absolute;
	background: #703b3b;
	position: absolute;
	left: 0;
	transition: transform .2s ease-out;
}*/

/*-----------------------------------------------------
Botones de abajo de las imagenes para cambiar imagenes
------------------------------------------------------*/
.wrapBtnsPopFlot{
	margin-top: 20px;
}
.btnMovMediaPopFlot{
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;	
	transition: transform .2s;
	background: rgb(0,0,0,.2);
	cursor: pointer;
}
.DK .btnMovMediaPopFlot{
	background: rgb(0,0,0,.15);
}
.MB .btnMovMediaPopFlot{
	background: rgb(0,0,0,.1);
}

.btnMovMediaPopFlot svg{
	width: 25px;
	height: 25px;
}
.btnLeftPopFlot{
	margin-right: 10px;
}
.btnLeftPopFlot svg{
	transform: rotate(180deg);
}
/*- Clase que se le van a poner a los botones cuando aún haya
imagenes para desplazar en la dirección que ellos indican -*/
.btnMovMediaPopFlot.btnActivoPopFlot{
	background: #703b3b;
	
	transition-duration: 0.15s;
}
.btnActivoPopFlot svg{
	fill:#fff;
}
.btnActivoPopFlot:active{
	transform:scale(1.2);
}
/*----------------- PARTE DERECHA/INFERIOR DEL POPUP -----------------*/
.parteDerPopupImg{
	width: calc(100% - 440px);
}
.tituloPopFlot{
	font-size: 24px;
}
.textoDescPopFlot{
	color: #555;
	font-size: 15px;
	margin: 15px 0 25px 0;
}
.tituloPopFlot
,.textoDescPopFlot{
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-wrap: break-word;
	text-align: justify;	
}
/*- Sección de "servicios relacionados" -*/
.wrapServRelacPopFlot{
	border-top: 1px solid rgba(0,0,0,.15);
	padding-top: 10px;
}
.MB .wrapServRelacPopFlot{
	border-top: 1px solid rgba(0,0,0,.08);
}
.txtServiciosRela{
	font-size: 15px;
	color: #434343;
	margin-bottom: 10px;
}
.contentServRelaPopFlot a{
	text-decoration: none;
	color: #000;
	display: inline-block;
	font-size: 13px;
	padding: 4px 6px;
	margin:0 5px 8px 0;
	border-radius: 4px;
	transition-duration:.1s;
}
.DK .contentServRelaPopFlot a{
	background: rgba(0,0,0,.07);
}
.DK .contentServRelaPopFlot a:hover{
	background: #703b3b;
	color:#fff;
}
.contentServRelaPopFlot a:active{
	transform: scale(0.9);
}

.MB .contentServRelaPopFlot a{background: rgba(0,0,0,.05)}
.MB .contentServRelaPopFlot a:active{background: rgba(0,0,0,.12)}

/*---------------- EQUIS INDEPENDIENTE PARA CERRAR EL POPUP ----------------*/
.btnEquisPopMedia{
	border: none;
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 8px;
	background: rgba(0,0,0,.08);
	border-radius: 50%;	
	width: 22px;
	height: 22px;
}
.DK .btnEquisPopMedia:hover{
	background: rgba(0, 0, 0, .2);
}
.btnEquisPopMedia svg{
	width: 9px;
	height: 9px;
}
/*------------------- BARRA DE CARGA DEL POP FLOTANTE -------------------*/
.wrapLoaderPopFloat{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.loaderPopFlot{ /*Clase que aparece la barra de carga del pop flotante*/
	display: flex;
}
/* Estilos de cada bolita */
.loaderPopFlot span {
	margin: 0 6px;
    width: 12px;
    height: 12px;
    background-color: #3498db;
    border-radius: 50%;
    animation: bounce 0.6s infinite ease-in-out;
}
/* Retraso en la animación para cada bolita */
.loaderPopFlot span:nth-child(1) { animation-delay: 0s; }
.loaderPopFlot span:nth-child(2) { animation-delay: 0.2s; }
.loaderPopFlot span:nth-child(3) { animation-delay: 0.4s; }
/* Animación de rebote */
@keyframes bounce {
	0%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-15px); }
}


@media (max-width: 855px){
	.parteIzqPopupImg{
		width: 45vw;
	}
	.parteDerPopupImg{
		width: calc(100% - 45vw - 30px);
	}
}
@media (max-width: 740px) {
	.parteIzqPopupImg{
		margin: 0 auto;
		width: 100%;
	}
	/*.contentMediaCarrusel{
		max-height: 500px;
	}*/
	.parteDerPopupImg{
		width:100%;
		margin-top: 20px;
	}
	.drPopVisorMedia{
		display: block;
		padding: 30px 15px;
	}
	.tituloPopFlot{
		font-size: 18px;
	}
	.textoDescPopFlot{
		font-size: 14px;
	}
	.contentServRelaPopFlot a{
		font-size: 12px;
	}
}

/*.drContentMediaFlot{
	width: 200%;
	position:relative;
	left: 100%;
	display: none;
}*/