/*
*
* ==========================================
* MENÚ
* ==========================================
*
*/
.nav-item {
	font-size: 1rem;
	color: #3a3a3a;
	font-family: 'Montserrat', sans-serif;
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
   /* Ocultar visualmente el encabezado pero mantenerlo accesible */
header {
            position: absolute;
            left: -9999px;
        }
.bg-danger {
    /*background-color: #CF005B !important;*/
	/*background-color: #30305E !important;*/
	background-color: #1E5F7D !important;
}
.bg-servsoc{
	background-color: #30305e !important;
}
.badge-danger {
    color: #fff !important;
    /*background-color: #CF005B;*/
	/*background-color: #30305E !important;*/
	background-color: #1E5F7D !important;
	border-bottom: 0px;
}
.btn-outline-danger {
    color: #CF005B;
    border-color: #CF005B;
}


a.btn-primary:hover, .btn-primary:hover, a.btn-primary:target, .btn-primary:target{
    color: #fff;
    background-color: #30305E;
    border-color: #30305E;
    opacity: 0.9;
}
a.btn-primary, .btn-primary, a.btn-primary:visited {
    color: #fff;
    background-color: #CF005B;
    border-color: #CF005B;
}
.bg-warning {
    background-color: #F2A449 !important;
}
.bg-alert {
    background-color: #FF0000 !important;
}
.bg-yellow {
    background-color: #FFFF00 !important;
}
.badge-warning {
    color: #fff;
    background-color: #F2A449;
}
.btn-outline-warning {
    color: #CF005B;
    border-color: #F2A449;
}
a.tema-link,a.tema-link:visited {
	color: #3a3a3a;
	font-weight: 400;
}

/*
.breadcrumb {
    background-color: transparent;
}
.breadcrumb a{
	color: white;
	text-decoration: underline;
}
.breadcrumb-item.active{
	color:white!important;
}
.breadcrumb-item+.breadcrumb-item::before{
	color:white!important;
}
.breadcrumb-item + .breadcrumb-item::before {
    font-size: 10px;
    content: ">";
}
.blanco{
	color: white;
}*/

.breadcrumb {
    background-color: transparent;
}
.breadcrumb a, .breadcrumb a:visited {
	color: white!important;
}
.breadcrumb a:hover, .breadcrumb a:target {
	border-bottom: none;
	color: white!important;
}
.breadcrumb-item.active{
	color:white!important;
}
.breadcrumb-item+.breadcrumb-item::before{
	color:white!important;
}
.breadcrumb-item + .breadcrumb-item::before {
    font-size: 10px;
    content: ">";
}
.blanco{
	color: white;
}
/*
:root {
  --font-size: 1;
}

body {
  font-size: calc(var(--font-size) * 1em);
}

.font-controls {
  position: absolute;
  top: .5em;
  right: .5em;
  display: -webkit-box;
  display: flex;
  font-size: 1.5em;
}

.font-control {
  margin-left: .5em;
  padding: .25em;
  border: 1px solid #000;
  cursor: pointer;
}*/
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.alert_aviso{
	position:relative;
	padding:  .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.fondo {
	background-image: url("/img/bg-home1.jpg");
	background-size: 100% 400px;
	background-repeat:no-repeat;
/*	height: 330px;*/
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-color: black;
	
}
/*muxikebarri*/
.fondo1 {
	background-image: url("/img/bg-homemuxikebarri.jpg");
	background-size: 100% 400px;
	background-repeat:no-repeat;
/*	height: 330px;*/
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	
}
/****************/
.fondo_negro{
background-color: black;
}
.fondo-jovenes {
/*	background-image: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 17%, #FFEAD2 100%, #D0DBF0 100%, #FFFFFF 100%);
	background-size: 100% 400px;
	background-repeat:no-repeat;*/
	background-image: url("/img/background_330.png");
	background-size: 100% 400px;
	background-repeat:no-repeat;
/*	height: 330px;*/
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}
.fondo-verde {
	background-image: linear-gradient(180deg, #D4FFF4 0%, #FFFFFF 100%);
	background-size: 100% 400px;
	background-repeat:no-repeat;
}
.column3{
	background-color: #30305E;
	color: white;
	/*padding-bottom: 3px;*/
	margin-bottom: 10px;
}
.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}

.anyclass{
	height:440px;
	overflow-y: scroll;
}
#myTabContent {
            height: 420px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#myTabContentm {
    height: 820px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#pills-tab {
    border-bottom: 1px solid #3a3a3a;
}
.nav-pills .nav-link.active, .nav-pills.show > .nav-link {
    color: #fff !important;
    background-color: black !important;
    border-radius: 0;
}
/*
.nav-pills .nav-link.active, .nav-pills.show>.nav-link{
	color:#fff!important;
	background-color: black!important;*/
}
.float-right a{
	color: #cf005b!important;
	text-decoration: underline;
	font-weight: bold;
	border-bottom: 0px;
}
.left a {
    color: #cf005b!important;
    text-decoration: underline;
    font-weight: bold;
}
a.text-white{
	color:white!important;
	text-decoration: none !important;
	font-weight: normal;
	border-bottom: 0px;
}
a.text-black{
	color:#3a3a3a !important;
	border-bottom: 0px;
}

.card-title .black{
	color:#3a3a3a !important;
}
.card-text .black{
	color:#3a3a3a !important;
}
.container.cabecera{
	padding-top: 1em;
	padding-bottom: 1em;

}
position-absolute carousel-title .news-meta.news-date{
color:#3a3a3a !important;
}

#carrusel {
    float:left;
    width:600px;
    overflow:hidden;
    height:203px;
    position:relative;
    margin-top:20px;
    margin-bottom:20px;
}
 
#carrusel .left-arrow {
    position:absolute;
    left:10px;
    z-index:1;
    top:50%;
    margin-top:-9px;
}
 
#carrusel .right-arrow {
    position:absolute;
    right:10px;
    z-index:1;
    top:50%;
    margin-top:-9px;
}
 
.carrusel {
    width:4000px;
    left:0px;
    position:absolute;
    z-index:0;
}
 
.carrusel>div {
    float: left;
    height: 203px;
    margin-right: 5px;
    width: 195px;
    text-align:center;
}
 
.carrusel img {
    cursor:pointer;
}
 
.product {
    border:#CCCCCC 1px solid;
}
.morado{
	background-color: #7b68ee;
	color: white;
	
}
.morado .card-title, .morado .card-text {
	color: white !important;
}
.moradojuv{
	background-color: #4d4d7d;
	color: white;
}
.img-responsive{
	display:block;
	max-width: 100%;
	height:auto;
}
.button-image-ss:before{
	content:"";
	width:64px;
	height: 64px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: text-top;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	
}
.mibotonss:before{
	background-image: url(/img/ico_tramites@1x.png);
}
.flecha{
/*	background-image: url(img/triangle.jpg);*/
	icon: url(/img/triangle.jpg);
	background-position: left;
	background-repeat: no-repeat;
/*	padding-right: 5px;
	margin-left: 15px;*/
	display: inline-block;
}
.fa-arrow:before{
	/*content:"\f138";*/
	content:"\f0da";
	color:#cf005b;

}

/*
*
* ==========================================
* NEWS WITH IMAGES
* ==========================================
*
*/
.logo {font-weight: 700;}
.b-0 {
    bottom: 0;
}
.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*
*
* ==========================================
* TEMAS
* ==========================================
*
*/
.fondo2 {
/*	background-image: linear-gradient(0deg, #3C3639 0%, #7E878F 100%, #D0DBF0 100%, #FFFFFF 100%);*/
	background-image: url("/img/bg-medio@3x.jpg");
	background-size: 100% 640px;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;/**/
	padding-top: 20px;
	background-color: #2e4a7a;
}
.fondo2juv {
/*	background-image: linear-gradient(0deg, #3C3639 0%, #7E878F 100%, #D0DBF0 100%, #FFFFFF 100%);*/
	background-image: url("/img/bg-middle.jpg");
	background-size: 100% 640px;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;/**/
	padding-top: 20px;
}
.moradopie{
background-color: #403363;
}
.moradopie1{
background-color: #383261;
}
/*
/*
*
* ==========================================
* CAROUSEL DE RELACIONADOS
* ==========================================
*
*/
.related-carousel .col-md-3{
  display: inline-block;
  margin-left:-4px;
}
.related-carousel .col-md-3 img{
  width:100%;
  height:auto;
}

.related-carousel .carousel-control-prev-icon,
.related-carousel .carousel-control-next-icon{
  font-size: 3rem;
}
.related-carousel .carousel-control-next-icon, .related-carousel .carousel-control-prev-icon {
    display: inline-block;
    width: 32px;
    height: 53px;
}

.related-carousel .carousel-control-prev-icon svg {
	position: relative;
	z-index: 3;
}
.related-carousel {
	background-color: #F5F8FA;
	margin: 80px 0px 0px 0px;
	padding: 80px 0;
}
.carousel-item h6 {
	font-family: 'Berthold Akzidenz Grotesk BE';
	font-size: 18px;
	font-weight: 600;
}
.mt-footerpage {
	position: relative;
	z-index: 2;
	margin-top: -20px;
}



/*
/*
*
* ==========================================
* FOOTER
* ==========================================
*
*/
/*
footer {

	background-image: url("/img/bg-footer.svg");
}*/

a, a:hover {
	text-decoration: none;
}
/*
.socialbtns, .socialbtns ul, .socialbtns li {
  margin: 0;
  padding: 5px;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns .fa {
	width: 40px;
    height: 40px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
	padding-top: 12px;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	-o-border-radius: 22px;
}

.socialbtns .fa:hover {
	color: #FFF;
	background-color: #000;
	border: 1px solid #000;
}
footer hr {
	border-top: 1px solid #fff;
}*/
footer {
	background-image: url("/img/bg-footer.svg");
	background-repeat: repeat-x;
	/*background-size: cover;*/
	margin-top: 80px;
}

footer a {
	text-decoration: none;
	border-bottom: none;
}
footer a:hover {
	text-decoration: underline !important;
}
.socialbtns, .socialbtns ul, .socialbtns li {
  margin: 20px 0;
  padding: 5px;
  text-align: center;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns .fa {
	width: 90px;
    height: 90px;
	color: #fff;
	background-color: transparent;
	border: 4px solid #fff;
	padding-top: 24px;
	border-radius: 50%;
	font-size: 40px;
}

.socialbtns .fa:hover {
	color: #FFF;
	background-color: #000;
	border: 4px solid #000;
}
footer hr {
	border-top: 1px solid #fff;
}

img.alinear_izquierda {
  float: left;
  margin-right: 15px;
}
img.alinear_derecha {
  float: right;
  margin-left: 15px;
}

/*titulos
h1{font-size:2em;line-height:1.1;margin-bottom:.8em;color:#9D0135;}
h2{font-size:2em;line-height:1.1;margin-bottom:.8em;color:#9D0135;font-weight:normal;clear:both;}*/
/*h3{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#E2E2DD;padding-bottom:0.2em;margin-top:1.8em !important;font-weight:normal;clear:both;}*/
/*h3 a{text-decoration:none !important;}*/
/*h4{font-size:1.3em;line-height:1.15;margin-bottom:.7em;color:#9D0135;margin-top:.7em;font-weight:bold;clear:both;}*/
/*h4 a{text-decoration:none !important;}*/
/*h5, h6{font-weight:bold;line-height:1.15;margin-bottom:.8em;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#E2E2DD;padding-bottom:0.2em;}*/
/*h7{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#666666;padding-bottom:0.1em;margin-top:1.4em !important;clear:both;}*/
/*h8{}
h6 a{
color:black !important;
text-decoration:none !important;
border-bottom: 0px;
}*/
ul a{
/*comentado para que salga underline en las listas*/
/*border-bottom: 0px;*/
}