/*---------------------------------------------------*/
/*------------------------------ COLORES -------------
Naranja: 	#d44406
Azul: 		#0070B8
---------------------------------------------------*/

/*
 * Fuentes instaladas
 */

@font-face {
	font-family: 'OpenDyslexic';
	font-style: normal;
	font-weight: 400;
	src: local('OpenDyslexic Regular'),
	local('OpenDyslexic-Regular'),
	url('../../fonts/open-dyslexic/eot/OpenDyslexic-Regular.eot'),
	url('../../fonts/open-dyslexic/woff/OpenDyslexic-Regular.woff') format('woff'),
	url('../../fonts/open-dyslexic/ttf/OpenDyslexic-Regular.ttf') format('truetype'),
	url('../../fonts/open-dyslexic/svg/OpenDyslexic-Regular.svg') format('svg');
}

@font-face {
	font-family: 'OpenDyslexic';
	font-style: italic;
	font-weight: 400;
	src: local('OpenDyslexic Italic'),
	local('OpenDyslexic-Italic'),
	url('../../fonts/open-dyslexic/eot/OpenDyslexic-Italic.eot'),
	url('../../fonts/open-dyslexic/woff/OpenDyslexic-Italic.woff') format('woff'),
	url('../../fonts/open-dyslexic/ttf/OpenDyslexic-Italic.ttf') format('truetype'),
	url('../../fonts/open-dyslexic/svg/OpenDyslexic-Italic.svg') format('svg');
}

@font-face {
	font-family: 'OpenDyslexic';
	font-style: normal;
	font-weight: 700;
	src: local('OpenDyslexic Bold'),
	local('OpenDyslexic-Bold'),
	url('../../fonts/open-dyslexic/eot/OpenDyslexic-Bold.eot'),
	url('../../fonts/open-dyslexic/woff/OpenDyslexic-Bold.woff') format('woff'),
	url('../../fonts/open-dyslexic/ttf/OpenDyslexic-Bold.ttf') format('truetype'),
	url('../../fonts/open-dyslexic/svg/OpenDyslexic-Bold.svg') format('svg');
}

@font-face {
	font-family: 'OpenDyslexic';
	font-style: italic;
	font-weight: 700;
	src: local('OpenDyslexic BoldItalic'),
	local('OpenDyslexic-BoldItalic'),
	url('../../fonts/open-dyslexic/eot/OpenDyslexic-BoldItalic.eot'),
	url('../../fonts/open-dyslexic/woff/OpenDyslexic-BoldItalic.woff') format('woff'),
	url('../../fonts/open-dyslexic/ttf/OpenDyslexic-BoldItalic.ttf') format('truetype'),
	url('../../fonts/open-dyslexic/svg/OpenDyslexic-BoldItalic.svg') format('svg');
}

.pau_open_dislexia {
	font-family: 'OpenDyslexic', serif !important;
}

/*Ocultamos version reducid de panel hasta que este lista*/
.reducido {
	display: none;
}

#SmsPau {
	position: fixed;
	top: 150px; /*este dato deberia de ser dinamico en funcion del posicionamiento de pau en pantalla*/
	right: 150px; /*este dato deberia de ser dinamico en funcion del posicionamiento de pau en pantalla*/
	background: rgba(0, 112, 184, 0.8);
	border: double #d44406 5px;
	border-right: none;
	padding: 0.5em;
	padding-right: 100px;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	-webkit-transition: opacity 1.5s ease-in-out;
	-moz-transition: opacity 1.5s ease-in-out;
	-ms-transition: opacity 1.5s ease-in-out;
	-o-transition: opacity 1.5s ease-in-out;
	opacity: 1;
	/*opacity: 0; esta transicion por javascript*/
}

p#SmsPau:after { /*No fucinona*/
	background: rgba(0, 112, 184, 0.8);
	border: double #d44406 5px;
	border-left: none;
	border-top-right-radius: 50%;
	border-top-right-radius: 50%;
	padding-left: 100px;
}

/*fondo de contenedor PAU*/

div#PauCompleto {
	z-index: 99999;
	position: fixed;
	right: 0px !important;
	width: 7em;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);

	-webkit-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-ms-transition: width 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out;
}

div#PauCompleto:hover {

	background: rgba(0, 112, 184, 0.8);
	border: double #d44406 5px;
	border-radius: 15px;

}

div#logoPauAppDiv {
	background: rgba(0, 112, 184, 0.8);
	border: double #d44406 5px;
	border-radius: 50%;
	padding: 0.5em;
	width: 7em;
	left: 50%;
	/*centrado*/
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

div#logoPauAppDiv {
	background: none;
	border: none;
	border-radius: 0;
	padding: 0.5em;
	width: 7em;
	left: 50%;

	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;

}


/*- Barra App de  PAU --*/
div#BarraPauApp {
	display: none;
	opacity: 0;
	/* no hace caso
	transition: display 0s 2s, opacity 2s linear;
	-webkit-transition: display 0s 2s, opacity 2s linear;
	-moz-transition: display 0s 2s, opacity 2s linear;
    -ms-transition: display 0s 2s, opacity 2s linear;
	-o-transition: display 0s 2s, opacity 2s linear;
	*/
	position: relative;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background: rgba(212, 68, 6, 0.8);
	color: white;
	width: 0px;
	margin-right: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

div#BarraPauApp a {
	color: white;
}

ul#MenuBarraPauApp {
	display: flex;
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

ul#MenuBarraPauApp li {
	padding: 0.2em;
	margin: 0;
}

li.MenuBarraPauAppIzq1 {
	right: 0;
	position: absolute;
}

li.MenuBarraPauAppIzq2 {
	right: 30px;
	position: absolute;
}

/*cara interactiva de Pau*/

div#CaraPauInteractiva {
	display: table;
	position: absolute;
	text-align: center;
	cursor: pointer;
	top: 60px;
	left: 50%;
	/*centrado*/
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;

}


#CascosBtn {
	display: none;
	width: 68%;
	top: -35px;
	left: 20px;
	position: absolute;
}

#GafasBtn {
	display: none;
	width: 55%;
	top: 5px;
	left: 28px;
	position: relative;
}

/*
img.ojosPauBtn {
	width: 18%;
    position: relative;
	top: 18px;
}
*/
#OjosPauDechBtn,
#OjosPauIzqBtn {
	display: inline-block;
	position: relative;
	width: 18%;
	top: 5px;
}

img#BocaPauBtn {
	width: 20%;
	position: relative;
	top: 7px;
}

/*brazos PAU*/
#BrazosPauInteractiva {
	z-index: -1;
	width: 100%;
	position: relative;
	top: -82px;
}

/*Brazo izq*/
img#BrazoIzquierdoImg {
	z-index: -1;
	position: relative;
	width: 35%;
	top: -7px;
	left: 0px;
	opacity: 0;
	/*display: initial;*/
	/*-webkit-transition: opacity* 2s; */ /* Safari */
	/*transition: opacity, transform  2s;
	/*
	transform-origin: top right;
	transform: scale3d(1, 1, 1);
	*/

}

img#BrazoDerechoImg {
	z-index: -2;
	position: relative;
	width: 35%;
	top: 0px;
	left: 30px;
	opacity: 0;

	/*-webkit-transition: opacity 2s; */ /* Safari */
	/* transition: opacity, transform 2s;
	/*
	transform-origin: top left;
	transform: scale3d(3, 3, 1);
	*/

}

/*----MENSAJES DE APU---*/
.toast-position-top-right {
	position: fixed;
	top: 170px;
	right: 10px;
}

.toast-container {
	width: 300px;
	z-index: 9999;
}

/*boton Cerrar*/

element.style {
}

.toast-item-close {
	/*background: url(../images/close.gif) no-repeat;*/
	background-size: cover;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
}

/*-------------------botones de PAU------------*/
div#logoPauAppDiv input,
div#Pauapp input {
	color: black;
	background: #fff;
	border: solid black 1px;
	border-radius: 1em;
}

/*Submenu de PAU*/
div#PAU ul.activo ul li.activo {
	background: #d44406;
}


/*----------------------------FIN---------------------------CODIGO PARA PAU - HAY QUE APLICARLO LUEGO AL PLUGIN--------------------------*/

/**
 * Accesibility Actions CSS
 */

#pauDonde {
	display: none;
}

/*------------------------------------------- Codigo para el Panel REACT --------------------------------------------------------------*/

div#pauMainAcces {
	height: auto;
	z-index: 999999999999 !important;
}

.pau-videos {
	z-index: 999999999 !important;
}

div#pauHeaderAcces {
	background: #010066;
	height: 80px;
	color: white;
}

#pauContenedor {
	background-color: #ffffff;
	box-shadow: 0.2px 3px 10px;
	border-bottom-left-radius: 7%;
}

.pauActionHeader img {
	filter: brightness(100);
}

.pauAccesMenu {
	border-bottom-left-radius: 15%;
	height: auto;
	background-color: #fbfafa;
}

.iconPauAcces {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	width: 80px !important;
	height: 80px !important;
}

.pauReactMenus {
	background-color: #e2e2e2;
	height: auto;
	border-bottom-left-radius: 100%;
	box-shadow: 0px -1px 8px;
	z-index: 9;

}

.pauReactMenus .active {
	background-color: #d5d5d5;
	border: 1px #8c8785 solid;
	/* border-top: none; */
	border-right: none;
	border-radius: 25px;
	/* border-top-left-radius: 25px; */
	/* border-bottom-left-radius: 25px; */
	/* border-bottom-right-radius: 25px; */
	box-shadow: #3333337d -5px 0.2px 5px;
}

.pauReactMenus li a:hover {
	background-color: #d5d5d5;
	border: 1px #8c8785 solid;
	/* border-top: none; */
	border-right: none;
	border-radius: 25px;
	/* border-top-left-radius: 25px; */
	/* border-bottom-left-radius: 25px; */
	/* border-bottom-right-radius: 25px; */
	box-shadow: #3333337d -5px 0.2px 5px;
}

/*flecha del bocadillo*/
ul.pauReactMenus li a.active:before, ul.pauReactMenus li a:hover:before {
	content: "";
	position: absolute;
	right: -50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #d5d5d5;
}

.panelActions {
	background-color: #ffffff;
}

.titleSectionPanel {
	color: #010066;
	text-align: center;
	border-bottom: 2px solid #010066 !important;
	margin: 0;
}

/*Correccion de titulos para el panel por plantilla por defecto de WP 2019*/
h2.titleSectionPanel:before,
h2.titleSectionPanel::before {
	background: none;
	content: "";
	display: none;
	height: 0px;
	margin: 0;
	width: 0;
}

/*corrige mala visualizacion en firefox*/
.pauActionHeader img {
	mix-blend-mode: unset !important;
}

/* Para dar de alta en Plugin - Clase de Excepcion de zoom */

/*Corrrecion para anular zoom de PAU cuando no lo deseamos*/
.no-pauZoomLink {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

/* FIN Para dar de alta en Plugin - Clase de Excepcion de zoom */

/*Classes y estilos pre-hechos para los hotspot (videos)*/
/*--------------------------------------------------*/
/*---------------Clases para videos --------------*/

/*Clases sinborde*/
.PauHotSpot-withoutBorder,
.sinborde {
	padding: 0 !important;
	text-shadow: none;
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*Clases bordesutil*/
.PauHotSpot-bordercolor,
.bordesutil {
	background: rgba(119, 55, 173, .5);
	padding: 1px !important;
}

/*Clases transparente*/
.PauHotSpot-transparent,
.transparente {
	opacity: 0.93;
}

/*clase circular*/
.PauHotSpot-circular,
.circular {
	border-radius: 50%;
}

/*clase aizquierda*/

.PauHotSpot-ToLeft,
.aizquierda {
	border-radius: 50%;
	border-top-right-radius: 10px 0px !important;
	border-top-left-radius: 100px 55px !important;
}

/*clase aderecha*/
.PauHotSpot-ToRight,
.aderecha {
	border-radius: 50%;
	border-top-left-radius: 10px 0px !important;
	border-top-right-radius: 100px 55px !important;
}

/*clase conrelive*/
.PauHotSpot-withRelief,
.conrelieve {
	/*margin: 20px auto;*/
	border-radius: 50%;
	border: none;
	/*background: rgba(255,255,255,.03)-webkit-radial-gradient(center 75%, ellipse contain, #ffffff, rgba(255,255,255,0)60%);*/
	box-shadow: inset 0 0px 6px rgba(0, 0, 0, .5), inset 0 -1px 6px rgba(0, 0, 0, .4), inset 0 8px 3px rgba(0, 0, 0, .3), inset 0 10px 3px rgba(255, 255, 255, .1), 0 3px 6px rgba(0, 0, 0, .5);
}

/*Clase esqinfizquierda*/
.PauHotSpot-PostionBottonLeftCorner,
.esqinfizquierda {
	position: fixed;
	left: 0;
	bottom: 0;
}

/*Clase especifica para nuestra web para tamaño*/

.sinborde {
	width: 8.5em !important;
	height: 8.5em !important;
	max-width: 8.5em !important;
	max-height: 8.5em !important;
}

/*Nueva clase para submenus con menos tamaño*/
.submenu-pau {
	width: 6.5em !important;
	height: 6.5em !important;
	max-width: 6.5em !important;
	max-height: 6.5em !important;
}

/*-- FIN de Classes y estilos pre-hechos para los hotspot (videos)*/

/* Para dar de alta en Plugin - Clase de Excepcion de zoom */

/*Corrrecion para anular zoom de PAU cuando no lo deseamos*/
.no-pauZoomLink {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

/*----------------------FIN--------------------- Codigo para el Panel REACT --------------------------------------------------------------*/

.ant-switch-checked:hover,
.ant-switch-checked:focus {
	background-color: #1890ff !important;
}

.ant-switch:hover:not(.ant-switch-checked),
.ant-switch:focus:not(.ant-switch-checked) {
	background: rgba(0, 0, 0, .25) !important;
}
