@font-face {
    font-family: 'aleolight';
    src: url('../fonts/Aleo-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    
}

@font-face {
    font-family: 'aleolight-italic';
    src: url('../fonts/Aleo-LightItalic-webfont.woff') format('woff'),
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aleo-italic';
    src: url('../fonts/Aleo-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aleo-regular';
    src: url('../fonts/Aleo-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'NerisThin';
    src: url('../fonts/Neris-Thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/Verdana.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

/* sobreescribir etiquetas generales */
html {
	height: 100%;
}
body {
	background-color: #ffffff;	
	color: #232323;
	font-family: 'aleolight', sans-serif;
	position: relative;
	height:100%;
}
a {
	color: #0371B3;
}
a:hover {
	text-decoration: none !important;
}

/* Wrapper */
#wrapper {height:100%;}
#wrap {
  /*min-height: 100%;*/
  height: auto;
	margin: 0 auto -4.1rem;
  padding: 0rem 0rem 4.1rem 0rem;
}

/*clases utiles*/
.no-margin{margin:0;}
.no-padding{padding:0;}
.min-width{min-width:1%;}

/*sobreescribir clases propias de bootstrap**/
.btn {border-radius:0rem; border-radius: 15px; margin-left:1%; font-weight: bold;}
.btn-default {border:1px solid #0371B3;background:#fff; color:#0371B3; cursor:pointer; margin-left:1%}
.btn-default:hover {background:#0371B3; color:#fff; margin-left:1%}

.btn-default-red {border:1px solid #ff0000;background:#fff; color:#ff0000; cursor:pointer;}
.btn-default-red:hover {background:#ff0000; color:#fff;}

.btn-default-green {border:1px solid #008000;background:#fff; color:#008000; cursor:pointer;}
.btn-default-green:hover {background:#008000; color:#fff;}

.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}

.textoCampistas {
	margin-top: 1rem;
	margin-bottom: 1rem;
}


/******CABECEIRA*****/

.textoCabeceira {
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	text-transform:uppercase;
	width: 100%;
	text-align: center;
}

.textoCabeceira:hover {
	color: #fff;
}

#logos_cabeceira {background-repeat: no-repeat;background-size: auto 100%;background-position: left center;}
#logos_cabeceira .logo-xunta {margin-top:2rem;}

/******IDIOMAS*****/

#barra_idioma{background: #0371B3; padding:0.5rem 0rem;}
#barra_idioma .nav-link {color:#fff; padding:0rem 0.5rem; font-size:0.7rem;border-right:1px solid #fff; font-family:'Century Gothic'; font-weight:bold;}
#barra_idioma .nav-link.active, #barra-idioma .nav-link:hover {text-decoration:underline;}
#barra_idioma .nav-item-last .nav-link {border-right:none;}

/******MENU PRINCIPAL*****/

#menu_principal {background-color:#fff;}

#menu_principal .nav-item .nav-link {color:black;font-family:'NerisThin'; font-weight: bold; }

#menu_principal .nav-link { 
	font-size:0.8rem;
	font-style:normal;
	overflow-wrap: break-word; 
	text-align: center;
	font-family:'NerisThin'; 
	font-weight:bold;
	display: inline-block;
}
 
#menu_principal .nav-link.active, #barra-idioma .nav-link:hover {
	text-decoration:underline;
	color:black;
	font-weight:bold;
}

#menu_principal .nav-link .fa {
	font-size: 20px;
	margin-right: 5px;
}

#menu_principal .nav-link:hover {
	color: #fff;
}
	
#menuPrincipalIntDerechaLogin .nav-item .fa {font-size:1.6em;}
#menuPrincipalIntDerechaLogin .nav-item:hover {text-decoration:none; }
#menuPrincipalIntDerechaLogin .nav-item:hover span{opacity:0.65;}
 .navbar-light .navbar-toggler {
    color: #fff;
    border-color: #0371B3;
	margin-right:2%;
}
#menu_princial .logo-candidatura {padding:0rem;}

#menu_princial .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0080b8;
    font-weight: bold;
}

/*HOVER PARA LOS ENLACES DEL MENU*/
#menu_princial .dropdown-item2:focus, .dropdown-item2 :hover{
    color: #fff;
    text-decoration: none;
    background-color: #0080b8;
    font-weight: bold; 
}

#menu_principal .nav-item.menuSupLink {position:relative;size:30px;}
#menu_principal .nav-item.menuSupLink.activo {text-decoration:underline;}
#menu_principal .nav-item.menuSupLink.activo .nav-link {color: #fff; background-color: #0371B3;} 

/******IDIOMAS MOBIL*****/

#idiomas_mobil .nav-item {font-size:1rem; width:25%;}
#idiomas_mobil .nav-link {text-align: center !important;}
#idiomas_mobil .nav-link.active {background:#1576a9; color: #fff;}

/******MENU MOBIL*****/

#menu_seccions .separador_menu {
	border-top: 1px solid #fff;
	margin-right: 15px;
	margin-left: 15px;
}

/******PE DE PAXINA*****/

#pe {background: #0371B3; padding:1rem 0rem 0.5rem 0rem; color:#fff; font-size: 0.7rem;font-family:'aleo-regular';}
#pe p {margin-bottom:0rem;}
#pe .nav-link {color:#fff; padding:0rem 0.5rem; border-right:1px solid #fff;}
#pe .nav-link.active, #barra-idioma .nav-link:hover {text-decoration:underline;}
#pe .nav-item-last .nav-link {border-right:none;}

#main_content {position:relative;}

/************************** INICIAR RESERVA******************/
/************efecto parallax***************/
.parallax {
    /* The image used */
    background-image: url('../images/parallax.jpg');

    /* Set a specific height */
    min-height: 200px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top:200px;
	position: relative;
}

.parallax_ons {
    /* The image used */
    background-image: url('../images/parallax_ons.jpg');

    /* Set a specific height */
    min-height: 200px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top:200px;
	position: relative;
}

.texto_parallax {
	position: absolute;
	top: 0;
	transform: translate(-3%, -3%);
	font-size: 2.5rem;
	font-weight: bold;
	color: #0A4F7F;
	right: 3%;
}

.texto_parallax span {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: right;
	padding-left: 85%;
}

.titulo_paxina {background:rgba(255,255,255,0.6);padding:0.5rem 0rem; display:none;}
.titulo_paxina h1 {font-size:1.6rem;font-weight: bold;}

#calendario {
	background:#fff;
	border:1px solid #ccc;
	font-family: 'aleolight', sans-serif;
	font-weight: bold;
	text-align:center;
}

#calendario a {
	color: #000;
	font-size: 1rem;
}

#cadroInformativoPlazas-2 {
	border-bottom:1px solid #dadada; 
	text-align:center; 
	color:#fff; 
	font-weight:bold; 
	background-color: #0371B3;
	height: 32px;
}

#cadroInformativoPlazas-2 span {
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

#cadroInformativoPlazas {
    background: #fff;
    color: #274754;
    background-image: url('../images/horario4.jpg');
    background-repeat: no-repeat;
    min-height: 247px;
	background-position: right bottom;
	border:1px solid #ccc;
}

.baixamar {
    background-image: url('../images/bajamar.png');
	background-repeat: no-repeat;
    background-position:4rem;
    font-weight: bold;
    margin-bottom: 10px;
	padding-left:2rem;
	height:1rem;
	margin-left:1rem;
}
.preamar {
    background-image: url('../images/altamar.png');
    background-position: 4rem;
	background-repeat: no-repeat;
    margin-bottom: 10px;
	padding-left:2rem;
	margin-left:1rem;
}

.label-verde {
	font-weight:bold;
	color:#767676;
}
.valorPlazasOcupadas {
	font-weight:bold; 
	text-align:left;
	color: #274754;
}

.valorMarea {
	text-align: left;
}

#lenda_calendario li {
	margin-bottom:0.5rem;
}

#lenda_calendario li span {
	margin-right:0.8rem; 
	width:1.2rem; 
	height:1.2rem; 
	display:inline-block;
	border-radius:100%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#lenda_calendario li .lenda-azul {
	background: #067fb6;	
}
#lenda_calendario li .lenda-verde {
	background: #93ae3b;	
}
#lenda_calendario li .lenda-vermella {
	background: #FF5555;	
}
#lenda_calendario li .lenda-branca {
	/*border:1px solid #ccc;*/
	background:#999;
}

/*************pasos******************/
.stepwizard {margin-top:2rem;}
.stepwizard-step p {
    margin-top: 10px;    
}

.stepwizard-row {
    display: table-row;
	
}

.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.step-circle {
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  line-height: 2.3rem;
  border-radius: 50%;
  border:1px solid #ccc;
  background:#f2f2f2;
  display: inline-block;
}
.step-active {color:#0A4F7F;}
.step-active .step-circle{
	background:#0371B3;
	border:1px solid #0371B3;
	color:#fff;
}



/*Se encarga del bloqueo de la pantalla final del proceso de solicitud*/
.transparente{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	/*height: 170%;*/
	background: url(../images/reloxio.gif);
	background-size:120px;
	background-repeat:no-repeat;
	opacity:0.8;
	filter:alpha(opacity=60);
	background-color: #FFFFFF;
	background-position:center;
	overflow: visible;
	text-align: center;
}


#divBloqueoGif span{
	color: #B0B0B0;
	font-size:20pt;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 30px;
	font-weight:bold;
	transform: translate(-50%, 120%);
}

.capaContidoEstandarCen {
}

.ui-autocomplete {
  posiftion: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  color: #666666;
  font-size: 11px;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;

  .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;

    &.ui-state-hover, &.ui-state-active {
      color: #ffffff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
    }
  }
}


/**** Version  *****/
#version{
	  color: transparent;
}



/*** visitantes ***/
.mostrar{
	display: block;
}

.ocultar{
	display: none;
}

#reloj {
	color: #0371B3;
}


/*** Estilos para los resultados paguinados ***/
.paginadorPrev {
    background-image: url("../images/siguiente.png") !important;
	transform:          rotate(180deg);
	-ms-transform:      rotate(180deg);
	-moz-transform:     rotate(180deg);
	-webkit-transform:  rotate(180deg);
	-o-transform:       rotate(180deg);
    height: 17px !important;
    padding: 0px !important;
    width: 17px !important;
}

.paginadorNext{
    background-image: url("../images/siguiente.png") !important;
    height: 17px !important;
    padding: 0px !important;
    width: 17px !important;
}

.tituloSeccion span{border-bottom: 2px solid #0371B3;padding-bottom: 0px;}
.tituloSeccion {border-bottom:1px solid #0371B3;color:#0371B3;font-size: 1.5rem;}

fieldset legend span {border-bottom: 2px solid #0371B3;padding-bottom: 4px;}
fieldset legend {border-bottom:1px solid #0371B3;color:#0371B3;font-size: 1.5rem;}
.ui-autocomplete {
    color: #666666;
    font-size: 1rem;
}
.ui-helper-hidden-accessible{display:none;}

.table {
    table-layout: fixed;
    word-wrap: break-word;
}

.table_auto {
    table-layout: auto !important;
}

.thead-inverse th {
    color: #fff;
    background-color: #0371B3;
}
.table th {
	font-weight: bold;
}
.table td, .table th { 
	padding:0.5rem 0.2rem;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
}
.table .columna10 {
	width: 10%;
}
.table #h_columna10 {
	width: 10%;
}
.table .acciones {
	text-align: center;
	width: 10%;
}
.table #h_accions {
	text-align: center;
	width: 10%;
}
.table .custom-select {
	height: calc(1.8rem + 2px);
}

/*Paginación*/
table#centrado td {
	vertical-align: middle;
	padding: 0 5px;
}

table#centrado td input {
	border: 1px solid #0371B3;
	font-weight: bold;
}

table#centrado td input:hover {
	background-color: #0371B3;
	color: #fff;
}

table#centrado td span {
	color: #0371B3;
}

.page-link {
	color: #0371B3;
}

.fondo-gris {background: #f5f5f5;}

/*#div_tabla_cupo {overflow-x: scroll;}*/

#div_tabla_cupo .table thead th {
    vertical-align: center;
    font-size: 1em;
    position:relative;
    height: auto;
}
#div_tabla_cupo .table thead th span {
	display: block;
	position:absolute;
	bottom:10px;
	left:40%;
}
.label_descargar_condiciones {
	color: #067fb6;
	font: Arial, "Trebuchet MS", "Lucida Sans", Calibri;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
	size: 55px
}


/*Control pre-reservas y visitantes-*/
.ocultarVisitantePrereservado{
	visibility: hidden;
}

.mostrar{
	display: block;
}

.ocultar{
	display: none;
}

#subMenuInformesHijo {position:relative;}

#visitantes .form-control-plaintext{
	padding-top: 0rem;
	padding-bottom: 0rem;
}

.input_sol_reserva {
	width: 150px !important;
}

.input_buscador {
	width: 250px !important;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px !important;
}

.input-group > .input-group-append > 
.btn, .input-group > .input-group-append > 
.input-group-text, .input-group > 
.input-group-prepend:first-child > 
.btn:not(:first-child), .input-group > 
.input-group-prepend:first-child > 
.input-group-text:not(:first-child), .input-group > 
.input-group-prepend:not(:first-child) > .btn, .input-group > 
.input-group-prepend:not(:first-child) > .input-group-text {
    border-radius: 0;
}

/*** Estilos para popover de ayuda ***/

.popover {
	max-width: 350px;
}

.popover-header {
	text-align: center;
	font-family: 'NerisThin';
	font-weight: bold;
	background: #0A4F7F;
	color: #fff;
}

.popover-content {
	padding: 7px 0 7px 0;
	font-family: 'NerisThin';
	font-weight: bold;
	margin: 0;
	text-align: center;
}

.img-crop-height {
	height: 100px;
	width: 245px;
}

.popover-font-big {
	font-size: 1.2em;
}

.popover-font-big-big {
	font-size: 1.3em;
}

/*** Clipboard ***/
span.clipboard {
	cursor: pointer;
	background: #fff;
	font-family: 'verdana';
	color: #0371B3;
	border: 0 !important;
	display: inline-block;
  	text-align: center;
  	white-space: nowrap;
}

span.clipboard:hover {
	background: #0371B3;
	color: #fff;
}

/* Mensaxe de campo obligatorio */
span.obligatorio {
	font-size: 15px;
	font-weight:bold;
}

/*** Listas ***/

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
}

/*** Errores ***/

.cuadro_error {
	border: 1px solid #0371B3;
	color: #0371B3;
}

.error_titulo {
	font-weight: bold;
	font-size: 1.6rem;
}

.error_texto {
	font-size: 1.2rem;
}

/**************/
.form-control-inline {
    display: inline;
    width: 50%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control-inline.is-invalid, .was-validated .form-control-inline:invalid {
    border-color: #dc3545;
}

.form-control-inline.is-invalid ~ .invalid-feedback, 
.form-control-inline.is-invalid ~ .invalid-tooltip, 
.was-validated .form-control-inline:invalid ~ .invalid-feedback, 
.was-validated .form-control-inline:invalid ~ .invalid-tooltip {
	display: block;
}

.invalid-tooltip {
	color: rgb(220,53,69);
	background-color: white;
	border-radius: 0;
}

#cadroInformativoIlla {
    background: #fff;
    color: #274754;
    background-repeat: no-repeat;
    min-height: 100%;
	background-position: right bottom;
	border:1px solid #ccc;
	border-style: dashed;
}

#cadroInformativoIlla img {
    width: 77%;
}

.labelUbicacion {
	text-align: center; 
	margin-top:5px; 
	display: block; 
	font-weight: bold; 
	font-size: 150%; 
	font-style: italic;
}

.icono_ayuda{
	margin-left: 5px; 
	margin-right: 10px; 
	display: block; 
	color: #fff;
}

.icono_login{
	margin-left: 5px; 
	margin-right: 10px; 
	display: block; 
	color: #fff;
	background-color: #0371B3;
}
   
.nombreIcono{
	text-align: center;
	font-weight:bold;
	display: inline-block;
}

.ico-default{
	width: 20px;
    height: 20px;
}




/****** PORTADA ******/

/*** Estilos para mensaje de información superior ***/

.seccionContenidoPortada {
  	height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
  	width: 100%;
  	position: absolute;
  	top: 0;
}

.info_content {
	position: relative;
  	z-index: 15;
  	top: 0;
  	width: 100%;
  	max-width: 100%;
  	text-align: center;
  	/*background: rgba(48,124,156,0.8);*/
  	background: rgb(10,79,127);
  	padding: 0.3rem;
  	vertical-align: middle;
}

.info-message {
	padding: 3px 3px 3px 20px;
}

.info-message p {
	font-family:'aleo-regular';
	color: rgb(255, 255, 255) !important; 
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}

.info-message-content {
	vertical-align: middle;
	color:#ec971f !important; 
	font-weight:bold;
	padding-left: 5px;
	font-size: 0.8rem;
}

.info-message-aviso {
	vertical-align: middle;
	color: rgb(255, 255, 255) !important; 
	padding-left: 5px;
	font-size: 1.0rem;
	vertical-align: middle;
	font-family: 'Century Gothic';
}

.info-message-titulo {
	vertical-align: middle;
	color: rgb(255, 255, 255) !important; 
	padding-left: 5px;
	font-size: 1.0rem;
	vertical-align: middle;
	font-family: 'Century Gothic';
	font-weight: bold;
}

/*** Estilos para sección de illas ***/

.bloqueSeleccionIlla {
	display: inline-flex;
	width: 100%;
}

.bloqueIlla {
	display: inline-block;
  	text-align: center;
  	vertical-align: middle;
  	padding: 1% 1% 2% 1%;
  	background: rgba(10,79,127,.8);
  	position: relative;
  	flex: 1 100%;
}

.bloqueIlla p {
	font-family:'aleo-regular';
	color: rgb(255, 255, 255) !important; 
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}

.bloqueIlla .imgMultiple {
	width: 32%;
}

.bloqueIlla .imgUnica {
	width: 16%;
}

.bloqueIlla .btn-default{
	/*background-color: rgb(3, 72, 99) !important;*/
	background-color: #0371B3 !important;
	color: rgb(255, 255, 255) !important; 
	border: 1px solid rgb(255, 255, 255);
}

.bloqueIlla:hover {
	/*background: rgba(46,169,223,0.8);*/
	background: rgba(10,79,127,.65);
}

.bloqueIlla .btn-default:hover{
	background-color: #A4660E !important;
	color: rgb(255, 255, 255) !important; 
}

.labelIslasPortada {
	text-align: center; 
	display: block; 
	font-weight: bold; 
	font-size: 1.75rem; 
	font-family:'aleo-regular';
	color: rgb(255, 255, 255) !important;
}

.bloqueIlla ul {
	width: 80%;
	margin: 10px auto 0 auto;
}

.bloqueIlla li {
    padding: 0 5px;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	width: 100px;
}

.bloqueIlla .imx {
    height: 50px;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.bloqueIlla .imx img {
    display: block;
    margin: auto;
}

.bloqueIlla a {
    color: #fff;
    text-align: center;
}

.bloqueIlla a > .imx + .texto {
    margin-bottom: 10px;
}

.bloqueIlla a .texto {
    font-size: 1rem;
    font-weight: bold;
}

.portada_visitantes_icon {
	background-image: url('../images/portada/ico_visitantes.png');
}

.portada_visitantes_icon:hover {
	background-image: url('../images/portada/ico_visitantes_on.png');
}

.portada_camping_icon {
	background-image: url('../images/portada/ico_camping.png');
}

.portada_camping_icon:hover {
	background-image: url('../images/portada/ico_camping_on.png');
}

.portada_grupos_icon {
	background-image: url('../images/portada/ico_grupos.png');
}

.portada_grupos_icon:hover {
	background-image: url('../images/portada/ico_grupos_on.png');
}

.portada_vecinos_icon {
	background-image: url('../images/portada/ico_vecinos.png');
}

.portada_vecinos_icon:hover {
	background-image: url('../images/portada/ico_vecinos_on.png');
}

/*** Estilos para avisos ***/

.info-aviso-content {
	display: table;
	position: relative;
  	z-index: 15;
  	top: 0;
  	width: 100%;
  	max-width: 100%;
  	text-align: left;
  	background: rgb(10,79,127);
  	padding: 0.3rem;
  	vertical-align: middle;
  	border-radius: 15px;
}

.info-aviso-content-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	text-align: left;
}

.info-aviso-content-image {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	text-align: center;
}

.info-aviso-message {
	vertical-align: middle;
	color: rgb(255, 255, 255) !important; 
	vertical-align: middle;
	font-weight: bold;
}

/*** Estilos para carousel ***/

.carousel-item {
    height: calc(100vh - 12.7rem);
    min-height: 420px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#texto_carousel {
	position:absolute; 
	display: flex;
	flex-direction: row;
	top:5rem; 
	background:rgba(255,255,255,0.5);
	padding:2rem; 
	text-align:center;
}
#texto_carousel p {font-family:'aleo-regular';}
#texto_carousel blockquote {font-size:1.75rem;font-family:'aleo-regular'; margin: 0 0 0rem;}

#carouselButtons {
	position: absolute;
	z-index: 9999;
}

.carousel-control-div {
	position: relative;
  	width: 100%;
  	max-width: 100%;
  	height: 100%;
  	padding: 0.5rem;
  	vertical-align: middle;
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	font-size: 20px;
	color: #fff;
	opacity: 1;
	z-index: 5;
	width: 10%;
	height: 30%;
	margin: auto;
}

.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0,0,0,0) 0, rgba(0,0,0,0.0001) 100%);
	background-repeat: repeat-x;
	z-index: 99;
	text-align: center;
}

.carousel-control.right {
	background-image: linear-gradient(to right, rgba(0,0,0,0) 0, rgba(0,0,0,0.0001) 100%);
	background-repeat: repeat-x;
	left: auto;
	right: 0;
	z-index: 99;
	text-align: center;
}

.carousel-control .icon_prev {
	position: absolute;
	/*top: calc(50% - 40px);*/ 
	left: 20%;
}

.carousel-control .icon_next {
	position: absolute;
	/*top: calc(50% - 40px);*/ 
	right: 20%;
}

.carousel-indicators-div {
  	position: relative;
}

.carousel-indicators {
  	position: relative;
  	right: 0;
	top: 0;
	z-index: 15;
	justify-content: center;
	padding-left: 0; // override <ol> default
	margin-right: $carousel-control-width;
	margin-left: $carousel-control-width;
	list-style: none;
	height: 15px;
}

.carousel-indicators li {
	cursor: pointer;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
}

.carousel-indicators li.active {
	background-color: #0371B3;
}

.carousel-play-pause {
	position: relative;
	z-index: 15;
	justify-content: center;
	text-align: center;
}

.carousel-play-pause a {
	color: #fff;
	cursor: pointer;
}


/****** PIE DE PÁGINA ******/

#logo_xunta_pe {
   	text-align: right;
}

#logo_xunta_pe a {
    position: relative;
    bottom: 5px;
    margin-left: 30px;
}

#logo_galicia_pe {
    text-align: left;
}

#logo_galicia_pe a {
    position: relative;
    bottom: 5px;
    margin-right: 30px;
}

#informacion_pe p {
    border-bottom: 5px;
}

.masInfo img {
    width: 65%;
}

.logoParqueNacionalMenu {
	padding-left:0rem;
}

/****** ESTILOS DEL MENU PRINCIPAL	********/

.rowMP {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -22px;
    margin-left: -22px;
    width: 100%;
}

.rowMenuPrincipal {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

/** oculta los iconos de login y ayuda en el menu principal, solo se verá en los mobiles **/
.iconos_login_mobil {
	display: none;
}

#menu_principal ul.nav.navbar-nav li{
	padding:5px 5px 0 5px;
	width: 25%;
}

#menu_principal ul.nav.navbar-nav li a{
	color:#0371B3;
	text-transform:uppercase;
	font-weight: bold;
	padding:7px 4px 7px 4px;
	border-bottom:4px solid #0371B3;
	display: inline-block;
	text-decoration: none;
	width: 100%;
}

#menu_principal ul.nav.navbar-nav li.active a,#header ul.menu.main-menu li a:hover {
	background:#007EB7;
	opacity:1.0;
	color:#fff;
}
	
#menu_principal ul.nav.navbar-nav li a:hover{cursor:pointer;}

/* para poner fondo resaltado al tener activo un elemento del menu */
#menu_principal .nav.nav-link.dropdown-item2.menuSupLink.activo {
    background: #007EB7;
}

/* para ocultar la flecha que aparece al lado del nombre en los submenus */
.clearShowFlecha{
	display: none;
}

/* para que los elementos de los submenu se pongan blancos al hacer hover */
#menu_principal ul.nav.navbar-nav li a:hover {
	color: #fff;
	background-color: #0371B3;
}

.dropdown-item {
    font-size: 0.8rem;
}

.dropdown-menu {
	padding: 0 !important;
}

#menu_principal ul.nav.navbar-nav li a.dropdown-toggle::after {
    font-size: 15px;
}

.botonera {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

/****** ESTILOS DE LOS CALENDARIOS	********/

.ui-datepicker .ui-datepicker-header {
	border:1px solid #0371B3;
	background:#0371B3 50% 50% repeat-x;
}
.ui-datepicker th, .ui-datepicker-month, .ui-datepicker-year {
	color:#0371B3;
}

.ui-datepicker td .ui-state-default {
	text-align: center;
}

.ui-datepicker td .ui-state-highlight {
	border:1px solid #A4660E;
	color:#A4660E;
}

#menBenvida{
	display: block;
	color: #fff;
	font-weight: bold;
	margin: 0;
}

.textoAdvertenciaCadroInformativo {
	color: #FF5555;
	font-weight: bold;
}


/*** Estilos para tablas JQuery ***/

.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    border: 1px solid #0371B3 !important;
	background: #0371B3 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	color: #0371B3 !important;
	padding: 0em 0.3em !important;
	font-weight: bold;
}

.dataTables_wrapper .dataTables_paginate .paginate_button .fa {
	color: #0371B3 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #ffffff !important;
	background: #0371B3 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover .fa {
	color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled .fa,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover .fa,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active .fa {
    background: transparent !important;
    color: #dddddd !important;
}



/**** ACORDEON ****/

.accordion-container {
	position: relative;
	width: 100%;
	height: auto;
}

.accordion-group {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
}

.accordion-group > a {
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
}

.accordion-group > a i {
	float: right;
	margin-top: 2px;
}

.accordion-group > a.active {
	background-color:#0371B3;
	color: #fff;
}

.accordion-content {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	display:none;
	margin-bottom: 10px;
	padding: 10px;
}

.accordion-content p {
	padding: 10px 15px;
	margin: 0;
	color: #333;
}

.accordion-content h5 {
	text-decoration: underline;
	font-size: 1rem;
	font-weight: bold;
}

.textAreaParametrizacion {
	resize: vertical;
	text-align: left;
	overflow: hidden;
}


/**** BARRA DE CONTORNA ****/

#env-display-top {
	height: 42px;
	margin-left: -15px;
	margin-right: -15px;
}

#env-display-top.env-display-red #env-display-content, 
#env-display-top.env-display-red #env-display-content-top, 
#env-display.env-display-red #env-display-content, 
#env-display.env-display-red #env-display-content-top {
    background-color: #a00;
    text-shadow: -1px -1px #700;
    border-color: #700;
}

#env-display-top #env-display-content-top {
    text-align: center;
    font-size: 1.05em;
    text-transform:uppercase;
    line-height: 38px;
    padding: 0 0 0 12.66667px;
    color: #fff;
    background-color: #019ee0;
    text-shadow: -1px -1px #017aad;
    box-shadow: -8px -1px 8px 0 rgba(0,0,0,.6);
    border: 0 solid #017aad;
        border-top-color: rgb(1, 122, 173);
        border-top-width: 0px;
        border-right-color: rgb(1, 122, 173);
        border-bottom-color: rgb(1, 122, 173);
        border-bottom-width: 0px;
        border-left-color: rgb(1, 122, 173);
    border-top-width: 2px;
    border-bottom-width: 2px;
}

#env-display-top #env-display-content-top i {
    font-size: 1.26em;
    vertical-align: -10%;
    margin-right: 22px;
}

/* Ajax Disable */
.disabled-content {
    pointer-events: none;
    opacity: 0.45;
}

#loading {
    position: fixed;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    z-index: 999;
    background: #fff;
    color: #0371B3;
}

/* LOPDGDD */

#tablaLOPDGDD {
	font-size: 0.8rem;
	text-align: justify;
	text-justify: inter-word;
	table-layout: auto !important;
}

#tablaLOPDGDD .tituloLOPDGDD {
	width: 100%;
	font-weight: bold;
	border: 0;
	color: #0371B3;
	background-color: #fff;
}

#tablaLOPDGDD th, #tablaLOPDGDD td {
	padding: 0.5rem 0.5rem;
}
