/**
 * @file
 * CSS to display the noticias carrousel in the homepage.
 */

 .main-img img {
  width: 100% !important;
}

#tns1-ow {
  background: none;
  padding-right: 1.7rem;
  padding-left: 1.7rem;
}

#tns1-ow .tns-controls {
  position: absolute;
  /* z-index: 1; */
  top: calc((100% - 47%) / 2);
  width: 89%;
  display: flex;
  justify-content: space-between;
  padding: 0 0px;
  margin-right: 1.5rem;
}

/*
#tns1-ow .tns-nav {
  background: #fff;
}
*/  
#tns1-ow .tns-nav > .tns-nav-active {
  background: #005492;
}
#tns1-ow .high-contrast > .tns-nav-active {
  background: #fff;
}


#tns1-ow .tns-controls button {
  fill: #fff !important;
  font-weight: 900 !important; 
  font-stretch: expanded !important;
  width: 25px;
  height: 25px;
}

.tns-controls {
  position: absolute;
  top: -55px;
  right: 0;
}

.tns-outer {
  border-radius: 10px;
}

@media (min-width: 768px) {
  #tns1-ow .tns-controls {
    width: 99%;
    top: calc((100% - 28%) / 2);
    margin-right: 0.1rem;
    z-index: 1;
  }
  #tns1-ow .tns-controls button {
    width: 50px;
    height: 50px;
  }

}

@media (min-width: 1024px) {

  #tns1-ow .tns-controls {
    position: absolute;
    /* z-index: 1; */
    top: calc((100% - 20%) / 2);
    width: 103%;
    display: flex;
    justify-content: space-between;
    padding: 0 0px;
    margin-right: -1rem;
  }

  #tns1-ow .tns-controls button {
    width: 50px;
    height: 50px;
    z-index: 1;
  }
  #tns1-ow {
    padding: 0;
  }
  #tns1-ow .tns-nav {
    background: none;
  }  
}

