
/*******************************************************************/
/***************************** SLIDER ******************************/
/*******************************************************************/
.row-slider{
  background-color: #ffffff;
  padding:48px 15px 0px;
}
.arrow{
  float: left;
  display: block;
  width: 24px;
  position: relative;
  z-index: 99;
}
.hidden{display: none;}
.arrow img{
  width: auto;
  max-height: 24px;
  margin-top: 140px;
}

/*** Noticias ****/
.row-sumary .banner-top-image, .row-sumary .slider-image{
  position: relative;
  margin:0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 2 auto;
  -ms-flex: 0 2 auto;
  display: block;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.row-sumary .banner-top-image img, .row-sumary .slider-image img{
  display: block;
  width: inherit;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}
.row-sumary .banner-top-content, .row-sumary .slider-content{
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  width: auto;
}
.row-sumary .slider-image ~ .banner-top-content{
  border:none;
  display: block;
  max-width: inherit;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  -ms-flex: 0 1 auto;
  width: 100%;
}
.carousel-inner .banner-top-content, .carousel-inner .slider-content{
  color: white;
  display: block;
  margin-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  width: auto;
}

.carousel-inner .slider-image{
  position: relative;
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 2 auto;
  -moz-box-flex: 0;
  flex: 0 2 auto;
  -ms-flex: 0 2 auto;
  display: block;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.carousel-inner .slider-image img{
  display: block;
  width: inherit;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}
.carousel-inner .slider-image ~ .banner-top-content{
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  -ms-flex: 0 1 auto;
  border:none;
  width: auto;
}
.row-sumary .container{
  overflow: hidden;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
   -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
  -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
         flex-wrap: nowrap;
}

.slider-image ~ .banner-top-content p {
  line-height: 19px;
  padding: 0;
  margin-bottom: 12px;
}

.slider-image ~ .banner-top-content p:last-child{
  margin-bottom: 0;   
}

.arrow.arrow-next{
  float: right;
  padding-left: 0;
}
.arrow-next img{
  float: right;
  padding-left: 0;
}
.arrow:hover img{
  cursor: pointer;
  opacity: 0.6;
}
.arrow-next:hover img{
  cursor: pointer;
  opacity: 0.6;
}
.inner ul.box-buttons {
  width: 100%;
}
.box-buttons .button{
  font-size: 14px;
  line-height: 17px;
  font-family: "Lato-Bold";
  padding: 9px 25px;
  margin:0 10px 10px 0;
}

.slide-content-top {
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.inner ul{
  display: block;
}
.carousel-inner{
  width: -moz-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);

  width: calc(100% - 50px);
  position: relative;
  overflow: hidden;
  float: left;
  display: block;
}
.inner{
  width: 100%;
  height: 100%;
  position: relative;
  top:0;
  left: 0;
}
.row.row-slider{
  overflow: hidden;
  width: 100%;
}

.slide .box-buttons {
  display: block;
  margin-top: 30px;
}

.slide.active,.slide.left,.slide.right{
  z-index: 999999;
  opacity: 1;
}
.js-reset-left{
  left:auto;
}
.slide.left{
  left: -100%;
  right:0;
}
.slide.right{
  right: -100%;
  left: auto;
}
.transition .slide.left{
  left: 0%;
}
.transition .slide.right{
  right:0%;
}
.transition .slide.shift-right{
  right: 100%;
  left:auto;
}
.transition .slide.shift-left{
  left: 100%;
  right:auto;
}
.transition .slide{
  transition-property: right, left, margin;
}
.indicators{
  width: 100%;
  position: relative;
  z-index: 4;
  text-align: center;
  background: #ffffff;
  padding: 10.5px 15px 0;
  left: -15px;
  box-sizing: content-box;
  clear: both;
  margin-bottom: 0;
  display: inline-block;
}
.indicators li a {
  display: block;
  font-size: 14px;
  font-family: 'Arial';
  line-height: 14px;
  text-decoration: none;
}

.indicators li:not(.control-slider) a {
  font-weight: 600;
}

.indicators.oculto{
  display: none;
}
.indicators li{
padding: 4px 7px;
    display: inline-block;
    margin: 0 5px;
    background: #ffffff;
    list-style-type: none;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #154481;
}
.indicators li:not(.control-slider){
    vertical-align: top;
    margin-top: 1px;
    margin-bottom: 0;
}
.indicators li.active{
  background:#154481;
}
.indicators li.active a{
  color: #ffffff;
  font-family: 'Arial';
}
.indicators li.active:hover a{
  color: #fff;
  font-family: 'Arial';
}
.indicators li:hover{
  background-color:#154481;
}
.indicators li:hover a{
 color:#fff;
}
.indicators .control-slider {
  border:none;
  border-left: 1px solid #154481;
  background: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
  margin-left: 5px;
  text-decoration: none;
}
.indicators .control-slider a{margin-left: 14px;text-decoration: inherit;}
.indicators .control-slider:hover{background: transparent
  ;}
.stop a:before{
  color: #154481;
  font-family: "icons";
  content: "\e859";
  float: left;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.play a:before{
  color: #154481;
  font-family: "icons";
  content: "\e8a5";
  float: left;
  font-size: 20px;
  width: 20px;
  height: 20px;
}

/*********************** bosstrap ***********************************/

.carousel {
  position: relative;
}

.carousel-inner {

}

.carousel-item {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out,
  -webkit-transform 0.6s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;

  -webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
  -webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
  -webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
  -webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
 -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
    -ms-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);

    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
   -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
     -o-transform: translateX(100%);
        transform: translateX(100%);


    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
}


@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
   -webkit-transform: translate3d(100%, 0, 0);
   -moz-transform: translate3d(100%, 0, 0);
   transform: translate3d(100%, 0, 0);
  }
}
.carousel-item {
  -webkit-backface-visibility: unset!important;
  backface-visibility: unset!important;
}
.carousel-item-prev,
.active.carousel-item-left {


-webkit-transform: translateX(-100%);
   -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
     -o-transform: translateX(-100%);
        transform: translateX(-100%);



    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
   -moz-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  display: block;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: relative;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.row-slider .media-captionContainer, .media-captionContainer{
  background-color: rgba(29,71,121,0.12);
  width: 100%;
  text-align: right;
  bottom: auto;
  padding-left: 14px;
  color: #2a2a2a;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 16px;
  font-family: 'Lato-Regular';
  padding: 8px 17px;
  border: 0px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


/*     IMPRIMIR CON BOTÓN IMPRIMIR     */

.imprimir .row-sumary .container {
  display: block;
}

.imprimir .row-sumary .banner-top-image, .imprimir .row-sumary .slider-image {
  margin: 0 auto;
}

.imprimir .row-sumary .banner-top-image img, .imprimir .row-sumary .slider-image img {
  margin: 0 auto; 
}