/* ECN Front */

/* color: #004CA4; /* Azul logo */ /* Contraste 8.17 */
/* color: #006CD9; /* Azul logo claro */ /* Contraste 5.06 */ 
/* color: #DFEDFF; /* Azul claro mapa */

/* color: #558000; /* Verde más oscuro */ 
/* color: #F7FFE7; /* Verde casi blanco */ 
/* color: #324A00; /* Verde casi negro */ 
/* color: #e4ffad; /* Verde claro mapa */ 

/* #07517A; /* Fondo menu */
/* #84CAF1; /* Azul claro logo */
/* #008DD2; /* Azul logo */


/* @media (max-width: 767px) {} /* xs */
/* @media (min-width: 768px) and (max-width: 991px) {} /* sm */
/* @media (min-width: 992px) and (max-width: 1199px) {} /* md */
/* @media (min-width: 1200px) {} /* lg */

/* FONT FACE regla Bulletproof */
/* font-family: 'Open Sans', sans-serif; /* Títulos y Cuerpos */
/* <weight>: Use a value from 300 to 800
// <uniquifier>: Use a unique and descriptive class name
.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
*/


html,
body {	
	height: 100%;
	/* Pongo overflow ya que en full-width añade anchura de barra y aparece scroll horizontal */
	overflow-x: hidden;
	overflow-y: auto;
	
	font-family: 'Open Sans', sans-serif;
	font-optical-sizing: auto;
	font-weight: 400; /* 200,400,600,800,900 */
	font-style: normal;
	font-variation-settings: "wdth" 400;
	/* font-stretch: normal; /* 75-100, condensed-normal*/
	font-size: 1rem;
	line-height: 1.4;
	color: #333; 
}

h1 {
    font-size: 2.2rem;
	font-weight: 800; /* 200,400,600,800,900 */
	font-variation-settings: "wdth" 100;
	line-height: 1;
	margin: 50px 0 15px 0;
	color: #07517A; /* Fondo menu */
	text-transform: uppercase;
}
/* @media (max-width: 767px) {} /* xs */
@media (max-width: 767px) {  h1 { font-size: 1.8rem; } }



.bra-block-home {
	display: block;
	margin: 150px 0;
}
.bra-block-home:last-child {
	margin: 150px 0 0 0;
}

.bra-block-head {
	margin: 0 0 50px 0;
	width: 100%;
	display: block;
	clear: both;
	position: relative;
	text-align: center;
}
.bra-centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bra-block-head h1 {
	font-size: 4rem;
	font-weight: 800; /* 200,400,600,800,900 */
	font-variation-settings: "wdth" 100;
	letter-spacing: 2px;
	line-height: 1;
	margin: 0;
	padding:0;
	
	color: #FFF; 
	/* color: rgba(255, 255, 255, 0.8); */
	
	background-color: transparent;
	background-image: none;
}



h2 {
	font-size: 1.4rem;
	font-weight: 400; /* 200,400,600,800,900 */
	font-variation-settings: "wdth" 100;
	line-height: 1;
	margin: 0 0 30px 0;
	color: #07517A; /* Fondo menu */
	padding: 10px;
	border-left: 5px solid #07517A; /* Fondo menu */
	/* border: 0; */
	background-color: #FAFAFA;
}
/* @media (max-width: 767px) {} /* xs */
@media (max-width: 767px) { h2 { font-size: 1.2rem; } }

.bra-block-home h1 { 
	color: #07517A; /* Fondo menu */
	margin: 50px 0 30px 0;
}

.bra-block-home h2 { /* Igual que h1 */
    font-size: 2.2rem;
	font-weight: 800; /* 200,400,600,800,900 */
	font-variation-settings: "wdth" 100;
	line-height: 1;
	margin: 50px 0 30px 0;
	padding: 0;
	color: #07517A; /* Fondo menu */
	text-transform: uppercase;
	background-color: #FFF;
	border: 0;
}
/* @media (max-width: 767px) {} /* xs */
@media (max-width: 767px) {  .bra-block-home h2 { font-size: 2.2rem; } }



h3 {
	font-size: 1.4rem;
	font-weight: 800; /* 200,400,600,800,900 */
	font-variation-settings: "wdth" 100;
	line-height: 1;	
	margin: 50px 0 20px 0; 
	color: #07517A; /* Fondo menu */
	/* border-bottom: 1px solid #006CD9; /* Azul logo claro */
	/* padding: 5px 0; */
	border: 0;
}

h4 {
	font-size: 1.2rem;
	font-weight: 800; /* 200,400,600,800,900 */
	font-variation-settings: "wdth" 100;
	margin: 20px 0;  
	color: #07517A; /* Fondo menu */
	/* border-bottom: 1px solid #004CA4; /* Azul logo */
}
.bra-block-videos h4, .bra-block-docs h4, .bra-block-mas h4 {
	font-size: 2rem;
	color: #07517A; /* Fondo menu */
}


.first{
	margin: 0 0 20px 0; 
	/* color: #3C3C3C; /* Gris oscuro logo */
}

strong {
	font-weight: 600;
}



p {
	margin-bottom: 1rem;
}	
a {
	color: #004CA4; /* Azul logo */
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
a:hover {
	color: #000;
	/* text-decoration: underline; */
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.site-main p a, .site-main ul li a {
	font-weight: 600;
}

.site-main ul.breadcrumb li a {
	font-weight: 600!important;
}
.breadcrumb > li + li:before {
    color: #ccc;
    content: "/ ";
    padding: 0 5px;
}
.breadcrumb > .active {
    color: #333;
}


.wrap {
    /* min-height: calc(100% - 129px); */
    min-height: calc(100% - 135px); /* Altura de footer */
    height: auto;
    /* margin: 0 auto -129px; /* Altura de footer */
	margin: 0;
	padding: 0;
	/* background-color: #FAFAFA; */
	background-color: #FFF;
	
}

.wrap > .container {	
	/* background-color: #FAFAFA; */
	background-color: #FFF;
}
/* Extra small devices (phones <768px) */
@media only screen and (max-width: 768px) { .wrap > .container { padding: 130px 30px 100px 30px; } }
/* Small devices (tablets 768px and up) */ 
@media only screen and (min-width: 768px) { .wrap > .container { padding: 130px 30px 100px 30px; } }
/* Medium devices (desktops 992px and up) */
@media only screen and (min-width: 992px) { .wrap > .container { padding: 130px 30px 100px 30px; } }
/* Large devices (large desktops 1200px and up) */
@media only screen and (min-width: 1200px) { .wrap > .container { padding: 130px 30px 100px 30px; } }
/* X-Large devices (large desktops 1500px and up) */
@media only screen and (min-width: 1500px) { .wrap > .container { padding: 130px 30px 100px 30px; } }



/* BOX PARTIDOS */
.bra-box-partido {
	display: block;
	margin: 30px 0;
	padding: 0;
	background-color: #EEE;
}
.bra-box-partido-final {
	background-color: #ffffd9!important; /* #eef8fd azul claro */
}
.bra-partido-head {
	font-size: .9rem;
	line-height: 1.4;
	background-color: #07517A; /* Fondo menu */
	color: #FFF;
	text-align: center;
	padding: 15px 0;
}
@media (max-width: 767px) { .bra-partido-head { font-size: .7rem; } } /* xs */
.bra-partido-resultado {
	font-size: 2.2rem;
	font-weight: 800; /* 200,400,600,800,900 */
	font-variation-settings: "wdth" 100;
	margin: 30px 0;
	color: #333;
}
@media (max-width: 767px) { .bra-partido-resultado { font-size: 1.2rem; } } /* xs */
.bra-left {
	text-align: right;
}
.bra-rigth {
	text-align: left;
}
.bra-partido-resultado figure {
	display: inline-block;
	margin: 0 5px;
}
.bra-partido-num {
	display: inline-block;
	background-color: #FFF;
	text-align: center;
	width: 50px;
	border: 1px solid #EEE;
}
@media (max-width: 767px) { .bra-partido-num { width: 30px; } } /* xs */
.bra-partido-eventos {
	font-size: .9rem;
	line-height: 1.4;
	color: #333;
	text-align: center;
	margin: 0;
	height: 6rem; /* Altura fija?? */
}
@media (max-width: 767px) { .bra-partido-eventos { font-size: .7rem; } } /* xs */
.bra-partido-foot {
	font-size: .8rem;
	line-height: 1.4;
	color: #000;
	text-align: center;
	padding: 5px 0;
}
/* Poner igual en front y en back */
.bra-color-en-juego {
	color: orange;
}
.bra-bg-en-juego {
	background-color: orange;
}
.bra-color-finalizado {
	color: green;
}
.bra-bg-finalizado {
	background-color: PaleGreen;
}
.bra-bg-ganador {
	background-color: PaleGreen;
}




/* BANNER INTRO VIDEO ----------------------------------------- */
.bra-block-carousel {
	margin-top:-70px; /* Cancelar el margin de container 130 - 60 del menu = 70 */
	width: 100%;
	display: block;
	clear: both;
}
.carousel-caption {
    position: absolute;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
	/* text-shadow: 0 1px 2px rgb(0 0 0 / 60%); */
	text-shadow: none;
	
}
/* Extra small devices (phones <640px) !!!!  */
@media only screen and (max-width: 640px) { .carousel-caption { /* width: 80%; left: 10%;  bottom: 10px; */ top: 30%; } }
/* Extra small devices (phones <640px) */
@media only screen and (min-width: 640px) { .carousel-caption { /* width: 50%; left: 45%;  bottom: 20px; */ top: 35%; } }
/* Small devices (tablets 768px and up) */
@media only screen and (min-width: 768px) { .carousel-caption { /* width: 50%; left: 45%;  bottom: 20px; */ top: 45%; } }
/* Medium devices (desktops 992px and up) */
@media only screen and (min-width: 992px) { .carousel-caption { /* width: 50%; left: 45%;  bottom: 30px; */ top: 45%; } }
/* Large devices (large desktops 1200px and up) */
@media only screen and (min-width: 1200px) { .carousel-caption { /* width: 50%; left: 45%;  bottom: 30px; */ top: 45%; } }
/* X-Large devices (large desktops 1500px and up) */
@media only screen and (min-width: 1500px) { .carousel-caption { /* width: 50%; left: 45%;  bottom: 30px; */ top: 45%; } }
.carousel-inner img {
	/*
	display: block !important;
	height: auto !important; 
	width: auto !important;
	*/
	/* width: 1920px !important; */
	width: 100% !important; /* Encoje con pantalla */
	
	/* overflow: hidden !important; */
	margin: 0 auto;
	object-fit: cover; /* cover; contain;*/
}
@media only screen and (max-width: 500px) { .carousel-inner > .item > picture > img { height: 640px !important; } }
@media only screen and (min-width: 500px) { .carousel-inner > .item > picture > img { height: 640px !important; } }
@media only screen and (min-width: 640px) { .carousel-inner > .item > picture > img { height: 640px !important; } }
@media only screen and (min-width: 768px) { .carousel-inner > .item > picture > img { height: 800px !important; } }
@media only screen and (min-width: 992px) { .carousel-inner > .item > picture > img { height: 800px !important; } }
@media only screen and (min-width: 1200px) { .carousel-inner > .item > picture > img { height: 800px !important; } }
@media only screen and (min-width: 1500px) { .carousel-inner > .item > picture > img { height: 800px !important; } } 

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: none;
}
.carousel-control.left {
	left: 0;
	right: auto;
	background-image: none;
}

.bra-caption-banner {
	/* position: relative; */
	position: absolute; /* Lo centro en la ventana */
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);    		
	text-align: center;
	width: 80%;
	max-width: 500px;
}

.carousel-caption p { /* Como h1 o un poco más grande */
	font-weight: 600; /* 200,400,600,800,900 */
	/* font-stretch: condensed; /* 75-100, condensed-normal*/
	font-size: 2.2rem;
	line-height: 1.2;
	margin: 30px 0;
	color: #FFF;
	text-transform: uppercase;
}
.bra-caption-txt {
	/*
	font-size: 2.4rem;
	margin: 30px auto;
	color: #FFF;
	*/
	margin: 20px auto;
	height: 80px; /* Hueco para caption del carrusel */
}
/* @media (min-width: 992px) and (max-width: 1199px) {} /* md */
@media (min-width: 992px) and (max-width: 1199px) { .carousel-caption p { font-size: 1.8rem; } } 
/* @media (min-width: 768px) and (max-width: 991px) {} /* sm */
@media (min-width: 768px) and (max-width: 991px) { .carousel-caption p { font-size: 1.6rem; } }
/* @media (max-width: 767px) {} /* xs */
@media (max-width: 767px) { .carousel-caption p { font-size: 1.4rem; } }
@media (max-width: 767px) { .bra-caption-txt { height: 150px; } }
/* @media (min-width: 768px) and (max-width: 991px) {} /* sm */
@media (min-width: 768px) and (max-width: 991px) { .bra-caption-txt { height: 150px; } }

.bra-logo-banner {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
/* @media (max-width: 767px) {} /* xs */
@media (max-width: 767px) { .bra-logo-banner {  max-width: 300px; } }



/* Carrusel pongo textos de control siguiente y anterior pero oculto */
.carousel-control, .carousel-control:hover, .carousel-control:focus {
	color: transparent;
	text-decoration: none;
	text-shadow: none;
    filter: alpha(opacity=0);
    opacity: 0;
}



/* Video home */
.site-index { /* Pegar hero arriba */
	margin-top: -130px;
}
/*
.full-width {
    width: 100%;
    overflow: hidden;
}
*/
.full-width { 
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.banner {
    position: relative;
    width: 100%;
    height: 100vh; /* pantalla completa */
    min-height: 400px; /* seguridad */
}
.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* CLAVE */
    transform: translate(-50%, -50%);
}



/* BOX FLEX left y right*/
.bra-flex-container {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	background-color: transparent;
	/* background-color: #FAFAFA; */
	/*
	background-image: url(../../../img/t1.png);
    background-repeat: repeat;
	*/
	margin: 0 0 50px 0;
}
.bra-flex-left {
	flex: 50%;
	padding: 0 30px 0 0;
}
.bra-flex-right {
	flex: 50%;
	padding: 0 0 0 30px;
}
/* Extra small devices (phones <768px) */
@media only screen and (max-width: 768px) {	.bra-flex-left { flex: 100%; padding: 0 0 30px 0; } } 
@media only screen and (max-width: 768px) {	.bra-flex-right { flex: 100%; padding: 0 } } 


.footer {
	font-size: 0.85rem;
	border: none;
}
.footer p {
	/* line-height: 1.4; */
	line-height: 2; 
	margin: 0;
}
.footer a {
	color: #FFF;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.footer a:hover {
	color: #DFEDFF; /* Azul claro mapa */ 
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.bra-author {
	font-size: 80%;
}
.bra-author-ico {
	padding-bottom: 3px;
	padding-right: 3px;
}

.bra-footer-1 {
	padding: 20px 0;
	/* height: 100px; */
	background-color:  #008DD2; /* Azul logo */
	text-align: center;
	/*
	background-image: url(../../../img/fondo-13.jpg);
	background-position: top center;
    background-repeat: no-repeat;
	box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.4); 
		-moz-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.4); 
		-webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.4);
	*/
}
.btn-social {
	font-size: 3rem;
	line-height: 1;
	padding: 0 20px;
}
/* @media (max-width: 767px) {} /* xs */
@media (max-width: 767px) { .btn-social { font-size: 2.6rem; } }

.bra-footer-2 {
	background-color: #07517A; /* Fondo menu */
    padding: 30px 0 0 0;
	text-align: center;
}
.bra-logo-footer {
	display: inline;
	max-height: 40px; 
	margin: 0 10px;
}
/* @media (max-width: 767px) {} /* xs */
@media (max-width: 767px) { .bra-logo-footer { margin: 10px; } }
.bra-footer-3 {	
    color: #FFF;
    background-color: #07517A; /* Fondo menu */
    padding: 20px 0;
}

/* col-md-5 */
@media (min-width: 992px) { 
	.col-md-bra-45 { width: 43%; padding: 0; float: left;  } 
	.col-md-bra-10 { width: 10%; padding: 0; float: right; } 
}


.bra-logo-main {
	display: inline;
	height: 60px;
	margin: 10px;
}
.bra-logo-h1 {
	display: block;
	/* min-height: 30px; */
	max-width: 80%;
	max-height: 60px;	
	margin: 0;
}
.bra-logo-address {
	display: block;
	width: 80%;
	max-width: 300px; 
	margin: 20px auto;
}






/* Labels */
.bra-label-categoria {
	font-size: 0.8rem;
	line-height: 1;	
	color: #555555; /* Igual que los tags de multiselect */
	border: 1px solid #DDD;
	border-radius: 4px;
	margin: 2px 4px 2px 0;
	padding: 2px 4px;
	background: #EEE;
	display: inline-block;
}
.bra-label-categoria i, .bra-label-categoria span   {
	padding-right: 5px;
	color: #AAA;
}




/* -------------- NAVBAR */ 

/* FLAG CONTAINER MULTIDIOMA */
.bra-flag-container {
	float: right;
	/* background-color: #444; */
	/* background-color: rgba(0,0,0, 0.5); */
	padding: 3px 5px;
	margin-top: 19px; /* centrado en altura */
}
.bra-flag {
	width: 25px;
	height: 20px;
	margin: 0 5px 5px 5px;	
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.bra-flag:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.navbar-inverse {
	height: 60px; 
	padding: 0 15px;
	/* background-color: #F5F5F5; /* #999999; /* Gris claro logo */
	background-color: #F5F5F5;
	border: none;
	/*
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); 
		-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); 
		-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	*/
}
.navbar-inverse .navbar-nav > li > a {
	font-size: 0.9rem;
	font-weight: 800; /* 200,400,600,800,900 */
	font-variation-settings: "wdth" 100;
	line-height: 1;
	text-transform: uppercase;
	color: #004CA4; /* Azul logo */
	border: none;
	padding: 25px 10px; /* centrado en altura */
	margin: 0; 
	max-height: 60px;
}

.navbar-inverse .navbar-nav > li > a span {
	font-size: 0.8rem;
	color:  #999999; /* Gris claro logo */
	line-height: 1;
	padding-right: 5px;
	padding-bottom: 3px;
	display: inline-block;
	vertical-align: middle;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a span:hover, 
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a span:focus {
	color: #006CD9; /* Azul logo claro */
    background-color: #FFF;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #006CD9; /* Azul logo claro */
	background-color: #FFF;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #006CD9; /* Azul logo claro */
    background-color: #FFF;
}

.navbar-right { 
	float: right !important; 
	margin-right: 5px;
}

.bra-icon-home {
	margin-top: -3px;
	padding-left: 5px;
}

/* Punto de colapso. Por defecto colapsa a 768px. Si queremos que colapse a 1400px poner */
/* @media (max-width: 1200px) { */
@media (max-width: 1300px) { 
	.navbar-header { float: none; }
	.navbar-left,.navbar-right { float: none !important; }
	.navbar-toggle { display: block; }
	.navbar-collapse { border: 0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; padding: 0 10px 0 40px; }
	.navbar-fixed-top { top: 0; border-width: 0; }
	.navbar-collapse.collapse { display: none!important; }
	
	/*
	.navbar-nav { float: none!important; margin: 0; padding: 20px 0 20px 0; background-color: rgba(255,255,255, 0.95); box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);}
	*/
	.navbar-nav {
        float: none !important;
        margin: 0 -10px;
        padding: 20px 0;
		background-color: rgba(255,255,255, 0.95);
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
        max-height: calc(100vh - 80px); /* ajusta según altura del header */
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; /* scroll suave en iOS */
    }
	
	.navbar-nav>li { float: none; }
	.navbar-nav > li > a { margin: 0;  padding: 15px 0 10px 30px !important; font-size: 0.9rem; }
	
	/*
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a { background-color: #CCC; color: #333; }
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover { background-color: #F5F5F5; color: #558000; ;}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { background-color: #F5F5F5; color: #558000; ; }
	*/ 
	.dropdown-menu { position: relative; top: 0px; border-radius: 0;}
	
	.collapse.in{ display: block !important; }
	.navbar-collapse.in { overflow-y: visible; }
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border: 0; }
	.navbar-nav .open .dropdown-menu { margin-top: 10px; padding: 0; width: 100%; }
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 0 5px 45px; font-size: 0.85rem;}
	
	.nav li > form > button.logout { }
	
	.bra-flag-container { 
		float: right; 
		background-color: rgba(255,255,255, 0.95); 
		box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); 
			-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); 
			-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
		padding: 10px 20px 5px 20px;
		margin-top: 20px;
		margin-right: 20px;
	}

}
/* // Punto de colapso */


.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #CCC;
}
.navbar-toggle {
    margin-top: 13px;
	margin-right: 0;
	background-color: #006CD9; /* Azul logo claro */
	border-radius: 0;
}
 
.dropdown-menu{
	background-color: #FFF;
	position: absolute;
	top: 60px;
	border: 1px solid #F5F5F5;
	border-radius: 0;
	/*
	box-shadow: none; 
		-moz-box-shadow: none; 
		-webkit-box-shadow: none; 
	*/
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); 
		-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	
}
ul.dropdown-menu li a{
	font-size: 1.1rem;
	font-weight: 600; /* 200,400,600,800,900 */
	font-variation-settings: "wdth" 70;
	padding: 5px 20px;
	color: #333;
	background-color: #FFF;
	 -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
ul.dropdown-menu li a:hover{
	color: #c34600; /* Naranja mas contraste */ 
	padding: 5px 18px 5px 22px;
	background-color: #F5F5F5;
	 -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
   color: #558000; /* Verde más oscuro */
   background-color: #FFF;
}
 
/* Logout button */
.nav li > form > button.logout, .nav li > form > button.bra-btn-registrado {
    font-size: 1.1rem;
	font-weight: 800; /* 200,400,600,800,900 */
	font-variation-settings: "wdth" 100;
	line-height: 1;
	padding: 15px;
	margin-top: 5px; /* Ajustar en altura */
	margin-bottom: 0px;
	max-height: 60px;/* Altura total de barra de menu */
    border: none;
	color: #FFF;
	background-color: transparent;
}
.nav > li > form > button.logout:focus, .nav > li > form > button.logout:hover, 
.nav > li > form > button.bra-btn-registrado:focus, .nav > li > form > button.bra-btn-registrado:hover {
    color: #AAA;
	text-decoration: none;
}

.nav > li > form > button.logout:focus, .nav > li > form > button.bra-btn-registrado:focus {
    outline: none;
}

.navbar-inverse .navbar-brand {
	/*
	padding: 6px 0 0 0;
	margin-right: 20px;
	*/
}


nav .container {
	width: 100%;
}

.navbar-brand {	
	float: left;
    font-size: 0;
    line-height: 0;
    height: 60px;
    /* padding: 15px 15px; */
	/* padding: 10px 0; */
	padding: 3px 0;
}
.bra-logo {
	height: 54px;
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
/* Extra small devices (phones <768px) */
@media only screen and (max-width: 768px) { .bra-logo {  height: 40px; margin: 8px 0 } }
.bra-logo:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
/* ------------------------------------------------------------------------------------------------------------------------------ */







.bra-hint-container {
	display: block;
	font-size: 0.7rem;
	line-height: 1.2;
	color: #666;
	margin: 5px 0 0 0;
	/* padding: 10px; */
	/* background-color: #F5F5F5; */
}
.bra-hint-container a {
	color: #558000; /* Verde más oscuro */
	font-weight: 600;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.bra-hint-container a:hover {
	color: #80C000; /* Verde logo */
	text-decoration: underline; 
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}


.bra-hint-container label {
	font-size: 1em;
	line-height: 1;
}
.bra-text-center {
	text-align: center;
}


/* Ovewrite label de form */
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; /* 200,400,600,800,900 */
	font-stretch: condensed; /* 75-100, condensed-normal*/
	font-size: 0.8rem;
	line-height: 1;
}

.bra-address-container {
	text-align: center;
	margin: 30px auto 0 auto;
}
.bra-address-container p{
	margin: 0;
	font-size: 1rem;
	line-height: 1.2;
}
.bra-map {
	width: 99%;
	height: 800px; /* Igual que map */
	margin: 100px 0 -100px 0; 
}



.bra-back-a, .bra-back-b {
	padding: 0 -15px;
}
.bra-back-a .form-control{
	background-color: #FFF9EB;  /* Amarillo casi blanco */
}
.bra-back-b .form-control{
	background-color: #F3FBF7;  /* Verde casi blanco */
}


/*
.bra-img-form {
	width: 100%; 
	max-width: 100px;
	height: auto;	
}
*/
.bra-img-gridview {
	max-height: 40px;
	width: auto;
	border: 1px solid #FFF;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.bra-img-gridview:hover {
	border: 1px solid #23527c; /* Azul link */
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.bra-img-detailview {
	max-height: 100px;
	width: auto;
	margin-right: 10px;
	border: 1px solid #FFF;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.bra-img-detailview:hover {
	border: 1px solid #23527c; /* Azul link */
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.bra-file-icon {
	padding-right: 5px;
}

.bra-doc-gridview {
	font-size: 80%;
	font-family: Courier;
}
.bra-doc-detailview {
}
/* BraTools */
.bra-tools-filesizestr {
	font-size: 80%;
	color: #AAA;
}

.bra-small {
	font-size: 80%;
	line-height: 1 !important;
	color: #555;
}
.bra-nombre-detailview {
	font-weight: 600;
	font-size: 105%;
}



/* Ovewrite botones en general */
.btn, button {
	font-size: 1.2rem;
	font-weight: 800; /* 200,400,600,800,900 */
	font-variation-settings: "wdth" 100;
	line-height: 1;
	display: inline-block;
	text-align: center;
	border-radius: 0 ;
	margin: 15px 10px 15px 0;
	padding: 10px 30px;
	text-transform: uppercase;
	vertical-align: middle;
	color: #004CA4; /* Azul logo */
	background-color: #FFF;
	border: 1px solid #CCC !important; 
}
a.btn {
	/* color: #FFF !important; */
	color: #004CA4; /* Azul logo */
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
a.btn:hover, button:hover {
	color: #006CD9!important; /* Azul logo claro */
	background-color: #FAFAFA;
	/* text-decoration: underline; */
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.btn span, .btn i { /* Espacio a iconos */
	font-size: 1rem;
	color: #999999; /* Gris claro */
	line-height: 1;
	padding-right: 7px;
	padding-bottom: 3px;
	display: inline-block;
	vertical-align: middle;
}
.bra-btn {
}

.bra-btn-banner {
	background-color: rgba(0,0,0, 0.2);
	color: #EEE !important;
	border: 1px solid #AAA !important; 
	padding: 10px 15px;
}
a.bra-btn-banner {
	color: #EEE !important;
}
a.bra-btn-banner:hover {
	color: #006CD9; /* Azul logo claro */
	background-color: rgba(0,0,0, 0.2) !important; 
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.logout span.bra-user {
	font-size: 1.1rem;
	padding: 0 3px;
	color: #006CD9; /* Azul logo claro */
}
button.logout {
	border: 0 !important;
	margin-top: 8px !important; /* ajuste vertical */
}


/* Lightbox */
.bra-lightbox-container {
	width: 100%;
	margin: 50px auto 100px auto;
	text-align: center;
}
.lightbox-thumbnail {
	border: 0;
	outline: 5px solid #FFF;
	outline-offset: -5px;
	width: 25%;
	height: auto;
	/* max-height: 150px; */
	-webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
	-webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
	
}
/* Extra small devices (phones <768px) */
@media only screen and (max-width: 768px) { .lightbox-thumbnail { width: 45%; /* max-height: 110px; */ } }
.lightbox-thumbnail:hover {
	outline: 5px solid #006CD9; /* Azul logo claro */
	outline-offset: -5px;
	-webkit-transform: scale(0.95);
       -moz-transform: scale(0.95);
         -o-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
}

.lightbox .lb-image {
   /* border: 2px solid #FF63FF; /* Rosa logo mas oscuro */
   /* border: 4px solid #FFF;  */
   border: 0;
}



.bra-head {
	font-size: 1.1rem;
	font-weight: 800; /* 200,400,600,800,900 */
	font-variation-settings: "wdth" 100;
	color:  #666; /* Gris logo */
	padding-right: 5px;
}



/* @media (max-width: 767px) {} /* xs */
@media (max-width: 767px) { .bra-in-left { } .bra-in-right { padding-top: 30px; } }
/* @media (min-width: 768px) and (max-width: 991px) {} /* sm */
@media (min-width: 768px) and (max-width: 991px) { .bra-in-left { padding-right: 40px; } .bra-in-right { padding-left: 40px; }  }
/* @media (min-width: 992px) and (max-width: 1199px) {} /* md */
@media (min-width: 992px) and (max-width: 1199px) { .bra-in-left { padding-right: 50px; } .bra-in-right { padding-left: 50px; }  }
/* @media (min-width: 1200px) {} /* lg */
@media (min-width: 1200px) { .bra-in-left { padding-right: 60px; } .bra-in-right { padding-left: 60px; }  }




.breadcrumb {
	/* background-color: #FFF; */
	background-color: transparent; 
	font-size: 0.8rem;
	border-radius: 0;
	/* padding: 5px 10px; */
	padding: 0;
}
.breadcrumb strong{
	font-weight: 600;
}

.form-control {
	border-radius: 0 !important;
}
/* Kartik cuadrado del check */
.cbx {
	border-radius: 0 !important;
}
select.form-control, input.form-control {
	/* background-color: #FFF5FF; /* casi blanco */
}
option {
	/* font-size: 120%; */
}


.bra-center {
	margin: 20px auto;
}


.bra-block-mas {
	display: block;
	background-color: #F5F5F5;
	/* margin-bottom: -100px; /* cancela el del container */
	padding: 40px 0 80px 0;
	margin-bottom: -100px;
}



.bra-block-img-bottom {
	margin-top: 150px;
	margin-bottom: -100px;
	width: 100vw;
	overflow: hidden;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -50vw;
}

.bra-img-bottom {
	display: block;
	width: 100%;
	height: auto;  
	object-fit: contain; 
}




/* THUMBNAIL DE _VIEW = PANEL*/
.bra-block-thumbs {
	display: block;
	margin: 50px -15px;
}
.bra-block-flex {
	display: block;
	margin: 60px 0px 30px 0px;
}
.bra-block-home .bra-block-thumbs {
	margin: 0 -15px;
}
.thumbnail{
	margin: 0 auto;
	padding: 0;	
	background-color: #FFF;
	border: 0;
	border-radius: 0;
	margin: 20px 0;
	line-height: 1.2;
}

.thumbnail figure  {
	overflow: hidden;
	border: 0;
	text-align: center;
}
.thumbnail figure:hover  {
	border: 0;
}
.thumbnail a img.img-responsive {
	/* aspect-ratio: attr(width) / attr(height); */
	/* aspect-ratio: 3/2; /* Ojo en los upload a algunas fotos les pone 1 pixel menos al redondear proporcion. Pongo así para todas iguales en panels */
	border: 0;
	-webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.thumbnail a img.img-responsive:hover{
	/* border: 0; */
	-webkit-transform: scale(.9);
       -moz-transform: scale(.9);
         -o-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
	/* -webkit-filter: hue-rotate(45deg) sepia(100%); */
    /* filter: hue-rotate(45deg) sepia(100%); */
	/*
	-webkit-filter: saturate(2);
    filter: saturate(2);
	*/
	/*
	filter:grayscale(95%) saturate(10);
	-webkit-filter: grayscale(95%) saturate(10);
	*/
	filter:grayscale(95%);
	-webkit-filter: grayscale(95%);
}
.thumbnail .caption {
	overflow: hidden;
	padding: 10px;
	border: 0;
	background-color: #FFF;
	height: 8rem; */ /* Altura fija???? */
	font-size: 1rem;
	line-height: 1.4;
}
/* @media (max-width: 767px) {} /* xs */
@media (max-width: 767px) { .thumbnail .caption { height: auto; } }

.thumbnail .caption h4, .bra-block-flex h4 {
	display: block;
	font-size: 1.2rem;
	font-weight: 600; /* 200,400,600,800,900 */
	font-variation-settings: "wdth" 100;
	text-transform: none;
	margin: 5px 0 !important;
	background-color: #FFF;
	background-image: none;
	text-align: center;
	border: 0;
}
.bra-block-flex h4 {
	margin: 0 0 10px 0 !important;
	font-size: 1.4rem;
	text-align: left;
}
.thumbnail .caption h4 a {
	color: #004CA4; /* Azul logo */
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.thumbnail .caption h4 a:hover { 
	color: #006CD9; /* Azul logo claro */
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

/* @media (max-width: 767px) {} /* xs */
@media (max-width: 767px) { .thumbnail .caption h2 a {  } }

.thumbnail .caption p, .bra-block-flex p {
	text-align: center;
	font-size: 1rem;
}
.bra-block-flex p {
	text-align: left;
}




/* =========================================================
   TABLA CLASIFICACION
   ========================================================= */
/* #07517A; /* Fondo menu */
/* #84CAF1; /* Azul claro logo */
/* #008DD2; /* Azul logo */
.bra-block-clasificacion {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: auto;   /* Permite scroll horizontal */
  -webkit-overflow-scrolling: touch; /* para smooth scroll en móviles */
  margin-bottom: 80px;
}
/* Contenedor interno que "fuerza" el ancho mínimo */
.bra-inner {
  min-width: 800px;  /* ancho mínimo necesario para que no se compriman las columnas */
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.bra-row {
	display: flex;
	align-items: center;
	padding: 3px 0; /* separacion de filas */
	margin: 0;
	flex-shrink: 0;  /* evita que se compriman las columnas */
}
.bra-header {
	font-size: .8rem;
	font-weight: 600;
	background-color: #07517A; /* Fondo menu */
	color: #FFF;
	padding: 5px 0; 
}
.bra-col {
	flex-shrink: 0; /* que no se reduzca */
	text-align: center;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bra-block-clasificacion .bra-row:not(.bra-header):nth-child(even) {
  background-color: #FAFAFA;
}
.bra-block-clasificacion .bra-row:not(.bra-header):nth-child(odd) {
  background-color: transparent;
}

/* Anchos exactos en porcentaje. Deben sumar 100% exacto*/
.bra-col.puesto { width: 10%; }
.bra-col.escudo { width: 10%; display: flex; justify-content: flex-end; align-items: center; }
.bra-col.equipo { width: 35%; text-align: left; padding-left: 10px; }
.bra-col.grupo  { width: 10%; text-align: left; padding-left: 10px; }
.bra-col.num { width: 5%; text-align: center; } /* 7 x 5 = 35% resto de columnas */
.bra-col.trofeo { width: 45%; text-align: left; padding-left: 10px; }

/* Especiales */
.bra-col.puesto span { 
	display: block; /* que ocupe todo el ancho de la columna */
    width: 100%;  
    font-size: 1.2rem;
    font-weight: 800;
    background-color: #008DD2; /* Azul logo */
    color: #FFF;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box; 
}
.bra-col.escudo img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.bra-col.equipo h4 {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.4;
	padding: 0;
	margin: 0;
}
.bra-col.num span {
	font-size: 1.2rem;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
.bra-col.trofeo span { 
	display: block; /* que ocupe todo el ancho de la columna */
    width: 100%;
    font-size: 0.75rem;
    font-weight: 800;
    text-align: left;
    padding: 10px 0;
    box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* -------------------------- */







.bra-content {
	padding: 5px 0;
}


ul.bra-list1, .bra-content ul {
	list-style-type: none;
	padding-left: 2rem;
	margin-bottom: 2rem;
}
ul.bra-list1.bra-grid {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 1rem;
}

ul.bra-list1 li, .bra-content ul li{
	padding-left: 20px;
	padding-top: .2rem; 
	padding-bottom: .2rem; 
	background-image: url(../../../img/list-1.png);
	background-repeat: no-repeat;
	background-position: left 1px;
}
ul.bra-list2,  .bra-content ul li ul {
	list-style-type: none;
	padding-top: 0.3rem;
	padding-left: 2rem;
	margin-bottom: 0.3rem;
}
ul.bra-list2 li, .bra-content ul li ul li {
	padding-left: 15px;
	padding-bottom: .3rem; 
	background-image: url(../../../img/list-2.png);
	background-repeat: no-repeat;
	background-position: left 15px;
}

ul.bra-list-pdf{
	margin: 0;
	padding: 5px 0 10px 30px;
	list-style-type: none;
}
ul.bra-list-pdf li {
	padding-left: 25px;
	padding-bottom: .8em;  
	background-image: url(../../../img/list-pdf.png);
	background-repeat: no-repeat;
	background-position: left top;
}



.bra-content ol li {
	padding-bottom: 1rem; 
}
.bra-content ol li ul li {
	padding-left: 15px;
	padding-bottom: .3rem; 
	background-image: url(../../../img/list-2.png);
	background-repeat: no-repeat;
	background-position: left 15px;
}
.bra-content ol li ul {
	list-style-type: none;
	padding-top: 0.3rem;
	padding-left: 2rem;
	margin-bottom: 0.3rem;
}




table.bra-table1 {
	border-collapse: separate;
    /* border-spacing: 5px; */
	width: 100%;
	background-color: transparent;
	/* border-left: 1px solid #999999; /* Gris claro logo */
}
table.bra-table1 th{
	font-size: .8rem;
	font-weight: 400; /* 200,400,600,800,900 */
	font-variation-settings: "wdth" 100;
	line-height: 1;
	/* letter-spacing: 1px; */
	color: #999999; /* Gris claro logo */
	width: 60px;
	padding: 4px 0 0 0;
	vertical-align: top;
	text-align: left;
	/* border-top: 1px solid #c34600; /* Naranja mas contraste */ 
	/* border-right: 2px solid #3C3C3C; /* Gris oscuro logo */
}
table.bra-table1 td{
	padding: 3px;
	text-align: left;
	font-size: .9rem;
	line-height: 1;
	vertical-align: top;
	background-color: #FFF;
}
/*
table.bra-table1 tr:nth-of-type(odd){
	background-color: #F5F5F5;
}
table.bra-table1  tr:nth-of-type(even){
	background-color: #FAFAFA;
}
*/





/* columnas con reparto horizontal */
/* Base: mobile = 1 columna (como col-xs-12) */
.bra-grid-4 {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0.3rem; /* distancia entre filas */
}
/* md ≥ 768px → 4 columnas (col-md-3) */
@media (min-width: 768px) {
    .bra-grid-4 {
        grid-template-columns: repeat(4, 1fr);
        column-gap: 1.5rem; /* distancia entre columnas */
    }
}


/* #07517A; /* Fondo menu */
/* #84CAF1; /* Azul claro logo */
/* #008DD2; /* Azul logo */
.site-index .bra-block-stat {
	display: block;
	margin: 50px 0;	
}
.view .bra-block-stat {
	display: block;
	margin: 50px 0;	
}
.bra-box-stat {
	display: inline-block;
	width: 100%;
	margin: 0 auto 20px auto;
	text-align: center;
}
.bra-box-stat-head {
	font-size: 0.9rem;
	font-weight: 800;
	text-transform: uppercase;
	padding: 10px;
	background-color: #008DD2; /* Azul logo */
	color: #FFF;
}
.bra-box-stat-body {
	font-size: 3rem;
	font-weight: 800;
	padding: 10px;
	background-color: #F5F5F5;
	color: #333;
}
				




/* Etiquetas de google maps */
.gm-style-mtc button {
    font-size: .8rem !important;
}




/* N. Social Share -------------------------------------------------------------------------------- */ 
.bra-social-share {
	/* margin: 20px 0 10px -40px; */
	/* display: block; */
	/* margin: 0 15px; */
	display: inline-block;
	float: right;
	margin: -42px 5px 50px 0; /* Encajar en barra de Breadcrumbs */
}
/* @media (max-width: 767px) {} /* xs */
@media (max-width: 767px) { .bra-social-share {display: block; width: 100%; margin: 0;} }

ul.social-share {
	list-style-type: none;
	float: right;
}
ul.social-share li{
	display: inline;
}			
ul.social-share li a{
	/* font-size: 20px; */
	/* margin-left: 8px; */
	font-size: 16px;
	margin-left: 3px;
}

ul.social-share li a:hover, ul.social-share li a:active, ul.social-share li a:focus{ 
	text-decoration: none;
}
.si-facebook {
	/* color: #3b5998; */
	/* background: #FFF; */
	background-color: transparent;
	padding: 5px;
	 -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.si-twitter {
	/* color: #1da1f2; */
	/* background: #FFF; */
	background-color: transparent;
	padding: 5px;
	 -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.si-google-plus {
	/* color: #db4437; */
	/* background: #FFF; */
	background-color: transparent;
	padding: 5px;
	 -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.si-whatsapp{
	/* color: #25d366; */
	/* background: #FFF; */
	background-color: transparent;
	padding: 5px;
	 -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.si-facebook:hover, .si-twitter:hover, .si-google-plus:hover, .si-whatsapp:hover  {
	/* color:#c34600; /* Naranja mas contraste */ 
	 -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}




/* Blend mode */
.normal {mix-blend-mode: normal;}
.multiply {mix-blend-mode: multiply;}
.screen {mix-blend-mode: screen;}
.overlay {mix-blend-mode: overlay;}
.darken {mix-blend-mode: darken;}
.lighten {mix-blend-mode: lighten;}
.color-dodge {mix-blend-mode: color-dodge;}
.color-burn {mix-blend-mode: color-burn;}
.difference {mix-blend-mode: difference;}
.exclusion {mix-blend-mode: exclusion;}
.hue {mix-blend-mode: hue;}
.saturation {mix-blend-mode: saturation;}
.color {mix-blend-mode: color;}
.luminosity {mix-blend-mode: luminosity;}


/* Animate.css ---------------------------------------------------------------------------------- */
/* Esta es la vieja de duracion fija
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
*/
.bra-wow {
  --animate-duration: 0s;
  --animate-delay: 1s;
  animation-fill-mode: both;
  opacity: 0;
  visibility: hidden;
}
/* Aplica estas variables a todas las animaciones de Animate.css */
.animated {
  animation-duration: var(--animate-duration);
  animation-delay: var(--animate-delay);
}

.animated.hinge {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.animated.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}






/* color: #004CA4; /* Azul logo */ /* Contraste 8.17 */
/* color: #006CD9; /* Azul logo claro */ /* Contraste 4.18 */ 
/* color: #DFEDFF; /* Azul claro mapa */


/* N. Cookie consent rgpd 2020 ----------------------------------------------- */
/*
.cookie-consent-popup {
	animation-name: show;
    animation-duration: 2s;
    animation-timing-function: ease;
    display: none;
	z-index: 999999;
	
	position: fixed !important;
	left: initial !important;
    top: initial !important;
	right: 20px !important;
    bottom: 60px !important;
    width: 500px !important;
	max-width: 90% !important; 
	background-color: #DFEDFF!important;
	padding: 15px !important;
	font-size: 0.8rem !important;
	line-height: 1.2 !important;
	
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0, 0.3)!important;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0, 0.3)!important;
		box-shadow: 2px 2px 5px rgba(0,0,0, 0.3)!important;
	border: 3px solid #006CD9;
	border-radius: 0;
	outline: 0;
}
.cookie-consent-text span { 
	background-image: url(../../../img/cookie-1.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 600; 
	font-stretch: condensed; 
	
	font-size: 1.1rem;
	color: #000;
	border-bottom: 1px solid #CCC;
	
	display: block !important;
	margin-bottom: 10px !important;
	padding-left: 25px !important;
	padding-bottom: 5px !important;
}
.cookie-consent-link {	
	color: #558000; 
	font-weight: 600;
}
.cookie-consent-popup button {
	padding: 6px !important;
	margin: 2px 2px 6px 0px !important;
	outline: 0;
	font-size: 0.8rem !important;
}
.cookie-consent-popup button:hover {
	transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
}
.cookie-consent-popup button.cookie-consent-accept-all {
	font-size: 0.9rem !important;
	background-color: lime !important;
	padding: 6px 12px !important;
}
.cookie-consent-popup button.cookie-consent-accept-all:hover {
	border: 1px solid #000 !important; 
}
.cookie-consent-popup button.cookie-consent-controls-toggle {
	background-color: #FFF !important;
	border: 1px solid #CCC !important;
}
.cookie-consent-popup button.cookie-consent-details-toggle {
	background-color: #FFF !important;
	border: 1px solid #CCC !important;
}
.cookie-consent-popup button.cookie-consent-save{
	background-color: #FFF !important;
	border: 1px solid #CCC !important;
}
.cookie-consent-popup.open {
    display: block; 
    opacity: 1;
    animation-name: show;
    animation-duration: 1s;
    animation-timing-function: ease;
}
.cookie-consent-controls {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}
.cookie-consent-controls.open {
    margin: 0 !important;
    max-height: 600px;
}
.cookie-consent-details {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}
.cookie-consent-details.open {
	max-height: 600px;
}
	
.cookie-consent-details table {
	border-collapse: separate;
	border-spacing: 3px;
}
.cookie-consent-details table td {
	padding-left: 10px;
}

@keyframes show {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes hide {
    from {opacity: 1;}
    to {opacity: 0;}
}
*/