/************************************/
/*	CARRUSEL                	    */
/************************************/

#myCarousel {
    padding: 0;
    width: 100%;
}

#myCarouselInferior {
    padding: 0;
    width: 96%;
    margin: 2em auto;
}
	@media screen and (max-width: 48em) {
		#myCarousel {
			display:none;
		} 
	}


.slider {
  display: inline-block;
  width: 100%;
  height: auto;
  border: 7px solid #e1e6e8;
  /*cursor: pointer;*/ }
  @media screen and (min-width: 48em) {
    .slider {
      margin: 0px;} }
  @media screen and (min-width: 64em) {
    .slider {
      margin-right: 0px;} }

.slider-image {
  width: 100%;
  overflow: hidden;
  /*max-height: 280px;*/
  height: 280px;
  text-align: center;
}



.slider-image img {
  width: 100%;
  left: 100%;
  margin-left: -200%;
  position: relative;
}

/*ANTERIOR SLIDER
.slider-info {
  width: 100%;
  height: auto;
  background-color: #e1e6e8;
  padding: 1em;
  font-size: 1em;
  color: #4c535d;
}
*/
  
.slider-info {
    width: 40%;
    height: 280px;
    padding: 4em;
    top: 0;
    left: 0;
    position: absolute;
    font-size: 0.7em;
	display: table;
	color: #4c535d;
} 

.slider-info.clara {
    background-color: rgba(255,255,255,0.9);
}

.slider-info.oscura {
    background-color: rgba(0,68,136,0.9);
} 

.slider-info .main-text {
    font-size: 3.2em;
    line-height: 0.8em;
	padding-bottom: 0.3em;
    margin: 0;
}

@media screen and (max-width: 1100px) {
	.slider-info {
		padding: 2em 4em;
	} 
	.slider-info .main-text {
		font-size: 2.5em;
	}
}

.slider-info.clara .main-text {
    background: -webkit-linear-gradient(left, #004488 0%,#6bc8e4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-info.oscura .main-text {
    background: -webkit-linear-gradient(left, #ffffff 0%,#6bc8e4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-info.clara .text {
    color:#125d82;
}

.slider-info.oscura .text {
    color:#ffffff;
}

.slider-info p, .slider-info a, .slider-info a:hover {
    font-size: 1.5em;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
	text-decoration: none;
}

.slider-info.clara p, .slider-info.clara a, .slider-info.clara a:hover {
	color: #004488;
}

.slider-info.oscura p, .slider-info.oscura a, .slider-info.oscura a:hover {
	color: #ffffff;
}

.btnPlay {
  margin-left: 1.0em !important;
  margin-right: 0.3em !important;
  border-radius: 0 !important;
  width: 23px !important;
  height: 27px !important;
  background-color: white !important;
  border-style: hidden !important;
  text-indent: 0px !important;
  font-size: 1.8em;
  }

.btnPause {
  margin-left: 0em !important;
  border-radius: 0 !important;
  width: 23px !important;
  height: 27px !important;
  background-color: white !important;
  border-style: hidden !important;
  text-indent: 0px !important;
  font-size: 1.8em;  
  }

.color-activo {
  color: #6bc8e4; }

.color-mute {
  color: #d1d8de; }

.link {
  color: #004488;
  font-weight: bold;
  font-size: 1.2em; }

.link-access {
  width: 80%;
  color: white;
  background-color: #004488;
  background: linear-gradient(to bottom, #6bc8e4, #004488);
  display: block;
  padding: 0.5em;
  border-radius: 5px;
  margin: 0;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 0.5em;
  font-size: 1.2em; }
  @media screen and (min-width: 30em) {
    .link-access {
      margin-left: 4em;
      margin-right: 2em; } }
  @media screen and (min-width: 48em) {
    .link-access {
      margin: 0px;
      margin-left: 2em;
      margin-right: 2em;
      margin-bottom: 0.5em;
      margin-top: 0.5em; } }
  @media screen and (min-width: 60em) {
    .link-access {
      margin: 0px;
      margin-left: 1.8em;
      margin-right: 1.8em;
      margin-bottom: 0.5em;
      margin-top: 0.5em; } }
  @media screen and (min-width: 64em) {
    .link-access {
      margin: 0px;
      margin-bottom: 0.5em;
      margin-top: 0.5em;
      margin-left: 2.5em;
      margin-right: 2.5em; } }
      
  .carousel-indicators {
  	  position: relative !important;
  }	
  
  .change-circles {
  bottom: -4em; }

  .change-circles li {
  background-color: #d1d8de;
  border-color: #d1d8de; }

  .change-circles li:active {
  background-color: #6bc8e4; }
  
  .carousel-indicators li{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d1d8de !important;
    border: 1px solid #ffffff;
    border-radius: 10px;
}

  .carousel-indicators .active{
    background-color: #6bc8e4 !important;
}

 
.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:-5%;margin-right:-4.5%;background-image:none;}
@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		 { left: -25%; }	
}

.carousel-control {
    background: rgba(0,0,0,0) !important;
    border: 0px !important;
}


.small-box {
	border: 7px solid #f3f3f3;
    padding: 1em;
}

.carousel-control.left, .carousel-control.right {
    margin-inline-start: -4%;
	margin-inline-end: -4%;
	margin-top: inherit;
}

.margin-carouselSuperior {
    width: 40%;
    margin-left: 21%;
    margin-bottom: 50px;
    margin-top: -1%; 
}

.small-box {
	flex: 0 0 24%;
    -ms-flex: 0 0 20%;
    margin: 0 1% 1em 0;
    display: flex;
    display: -webkit-inline-box;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
	width: 93%;
	margin-left: 5%;
}

.small-box .procedure-image img {
    width: 70px;
}

.procedure-link {
	max-width: 175px;
}

@media (min-width: 1300px) and (max-width: 1400px ) {
	.procedure-link {
		max-width: 150px;
	}
}

@media (min-width: 1150px) and (max-width: 1300px ) {
	.procedure-link {
		max-width: 110px;
	}
}

@media (min-width: 993px) and (max-width: 1150px ) {
	.procedure-link {
		max-width: 80px;
	}
}
	
.procedure-link a{
	overflow-wrap: break-word;
}

@media (min-width: 880px) and (max-width: 993px ) {
	.procedure-link {
		max-width: 240px;
	}
}

@media (min-width: 767px) and (max-width: 880px ) {
	.procedure-link {
		max-width: 180px;
	}
}

@media (min-width: 650px) and (max-width: 767px ) {
	.procedure-link {
		max-width: 240px;
	}
}

@media (max-width: 650px ) {
	.procedure-link {
		max-width: 260px;
	}
}

h1 {
    font-size: 100% !important;
}

h1, h2, h3 {
    line-height: 100% !important;
}

.carousel-control {
	top: 10% !important;
}

.pull-right {
    padding-top: 1.2% !important;
	font-size: 131% !important;
}

@media (min-width: 767px) and (max-width: 992px ) {
	.pull-right {
		padding-right: 10px !important;
	}
}

@media (min-width: 992px ) and (max-width: 1200px ){
	.pull-right {
		padding-right: 20px !important;
	}
}

@media (min-width: 1200px ){
	.pull-right {
		padding-right: 60px !important;
	}
}

.carousel-control {
    font-size: 30px !important;
}

.carousel1.fade {
  opacity: 1;
}
.carousel1.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel1.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel1.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}

#myCarouselInferiorInner {
    width: 103%;
    margin-left: -2%;
}

.carousel-control {
    color: #2d4e86 !important;
}

.slider-info.oscura p, .slider-info.oscura a, .slider-info.oscura a:hover {
    color: #ffffff !important;
}

.slider-info.clara p, .slider-info.clara a, .slider-info.clara a:hover {
    color: #004488 !important;
}

label{
	margin-bottom: 0px !important;
	font-size: 11px !important;
}

strong label{
	font-weight: bold !important;
	color: #000000 !important;
}

.subeCombo{
	   margin-top: -1.5em !important;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    padding: 0px 0px !important;
	color: #000000 !important;
	font-size:11px !important; 
	border-radius: 0px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(169, 169, 169) !important;
    border-image: initial !important;
}

.colorBlack{
	color: #000000 !important;
}

strong label sup{
	font-weight: bold !important;
	color: #000000 !important;
	font-size: 100% !important;
}

p {
    margin: 0px 0 0px !important;
}

body{
	line-height: 14px;
}

img{
	vertical-align: top !important;
}

@supports (-ms-accelerator:true) {
   /* IE Edge 12+ CSS */ 
	body{	
		overflow: visible;
	}
}

@supports (-ms-ime-align:auto) {
    /* IE Edge 16+ CSS */ 
    body{	
		overflow: visible;
	}
}


	/* AVISOS */
.avisoCabecera{
	
}

.letraAvisoCabecera{
	color:#004488;
}

.aviso{
	background-color:#e1e6e8;
	padding: 1em;
	margin-bottom: 1.85em;
}

.letraAviso{
	color:#004488;
}

.letraAvisoNegra{
	color:#004488;
	font-weight:bold;
}	

.letraAvisoVinculo{
	color:#004488;
	text-decoration: underline;
}	

/** Avisos carrusel **/

.home .dgt-app {
    width: 95%;
    margin: 2em auto 0;
}

@media screen and (min-width: 37.5em) {
    .home .dgt-app {
        width: 85%; } }
@media screen and (min-width: 48em) {
    .home .dgt-app {
        width: 95%; } }

.home .dgt-area {
    padding-bottom: 0;
}

.dgt-area span {
    font-weight: none;
}

.dgt-app {
  
    color: #004488;
    text-align: justify;
    line-height: 1.4;
    height:auto;

}
.dgt-area {
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
}

.dgt-cart-number {
    position: absolute;
   	top: -1px;
    left: 0px;
    display: inline-block;
    padding: 1px 6px;
    color: @blue-dark;
    font-size: 1em;
    font-weight: 700;
    background-color: #6bc8e4;
    border-radius: 10px;     
}

.dgt-bg-dark {
    color: #004488;
    background-color: #e1e6e8 !important;
}
.dgt-box {
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.dgt-app [data-toggle="collapse"] {
    margin-top: 5px;
}

.dgt-app p {
    padding: 0;
    color: #004488;
    margin: 0 !important;
    font-size: 1em;
}

#mostradorAvisos a {
    text-decoration: underline;
}

#mostradorAvisos p {
    font-weight: normal;
}

#dgt-announcements .item.active {
    background-color:  transparent!important;
}
.dgt-announcements-header {
    position: relative;
    margin-top: 0;
    margin-bottom: 1em;
}

.dgt-announcements-controls {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.dgt-announcements-controls .left {
    border-bottom: none;
    margin-right: 1em;
}

.dgt-announcements-number {
    position: absolute;
    top: -5px;
    left: 176px;
    z-index: 10;
    background-color: #000000;
}

.dgt-announcements-minimize.collapsed ~ .dgt-announcements-controls {
    display: none;
}

.dgt-announcements-minimize {
    position: absolute;
    top: -4px;
    left: 0;
    padding-left: 182px;
    font-size: 1.2em;
    color: #004488;
    z-index: 11;
    margin-left: 0;

}
.dgt-announcements-minimize .fa:after {
    content: "\f147";
}
.dgt-announcements-minimize.collapsed .fa:after {
    content: "\f196";
}
.dgt-announcements-control:hover, .dgt-announcements-control:focus {
    text-decoration: none;
}
.dgt-announcements-title {
    margin-left: 24px;
    color: #004488;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

.dgt-announcements-minimize .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale

}


.numero a span.notificacion-aviso {
    display: block;
    font-size: 0.9em !important;
    color: #ff4500;
}

.notificacion-aviso i {
    color: #ff4500;
    font-size: 13px;
    margin-right: 6px;
}

.circulo-notif-aviso, #num-avisos, #num-alertas {
    display: inline-block;
    width: auto;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 50% !important;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: bold;
    cursor: default;
    text-align: center;
}

.circulo-notif-aviso {
    position: absolute;
    top: -6px;
    left: -15px;
    background-color: #ff4500;
}

#num-avisos {
    background-color: #8a6d3b;
}

#num-alertas {
    background-color: #a94442;
}
