/*
VARIABLES - UVIGO:
Azul primary: #395c75
Azul claro: #6789a4

Azul oscuro: #073349

*/
/*Menu Horizontal*/
/*Sub Menu*/
/*Menu Vertical*/
/* Colores */
@font-face {
  font-family: "Roboto", sans-serif;
  font-weight: "normal";
  font-style: "normal"; }
/* Actividaes Populares */
.actividadPopular {
  float: left;
  overflow: hidden;
  max-width: 182px;
  width: 100%;
  color: black;
  border: 1px solid #d5d5d5;
  padding: 5px;
  margin: 2px;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #666; }
  @media only screen and (max-width: 815px) {
    .actividadPopular {
      max-width: 100%;
      width: 98%; } }
  @media only screen and (max-width: 640px) {
    .actividadPopular {
      max-width: 100%;
      width: 96%; } }
  .actividadPopular a {
    color: #073349; }

#contenedorFoto {
  height: 120px;
  max-width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  border: 2px solid #d5d5d5;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 0px #666;
  text-align: center; }
  @media only screen and (max-width: 815px) {
    #contenedorFoto {
      height: auto;
      max-height: 125px;
      border: 0px;
      border-radius: 0px;
      box-shadow: 0px 0px 0px 0px #666; } }

.bannerDestacado {
  float: left;
  overflow: hidden;
  max-width: 182px;
  width: 100%;
  color: black;
  border: 1px solid #d5d5d5;
  padding: 5px;
  margin: 2px;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #666; }
  @media only screen and (max-width: 815px) {
    .bannerDestacado {
      max-width: 100%;
      width: 98%; } }
  @media only screen and (max-width: 640px) {
    .bannerDestacado {
      max-width: 100%;
      width: 96%; } }
  .bannerDestacado a {
    color: #073349; }

#contenedorFotoBanner {
  height: 120px;
  max-width: 100%;
  /*margin-bottom: 10px;*/
  overflow: hidden;
  border: 2px solid #d5d5d5;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 0px #666;
  text-align: center; }
  @media only screen and (max-width: 815px) {
    #contenedorFotoBanner {
      height: auto;
      max-height: 125px;
      border: 0px;
      border-radius: 0px;
      box-shadow: 0px 0px 0px 0px #666; } }

.fotoItemPpl {
  max-width: 100%; }
  @media only screen and (max-width: 815px) {
    .fotoItemPpl {
      max-height: 125px; } }

.fotoItem {
  height: 120px;
  position: relative; }

.fotoItem.foto0 {
  background-size: contain !important; }

.tituloItem {
  float: left;
  clear: both;
  height: 38px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  text-align: center;
  font-weight: bold; }
  @media only screen and (max-width: 815px) {
    .tituloItem {
      height: auto; } }

.contenidoTituloItem {
  display: table;
  width: 100%;
  height: 100%; }

.celdaTablaCentrada {
  display: table-cell;
  vertical-align: middle; }

.subTituloItem {
  float: left;
  clear: both;
  height: 20px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  margin-top: 20px; }
  @media only screen and (max-width: 815px) {
    .subTituloItem {
      text-align: center; } }

.descripcionItem {
  float: left;
  clear: both;
  height: 100px;
  overflow: hidden;
  font-size: 0.8em; }
  @media only screen and (max-width: 815px) {
    .descripcionItem {
      display: none; } }

.pieItem {
  float: right;
  clear: both;
  height: 20px;
  overflow: hidden;
  margin-top: 8px;
  font-size: 0.8em; }
  @media only screen and (max-width: 815px) {
    .pieItem {
      display: none;
      height: auto;
      margin-top: 4px; } }

/*---- NUMBER OF SLIDE CONFIGURATION ----*/
.wrapper {
  width: 100%;
  margin: auto;
  position: relative; }

.display_none {
  display: none; }

.inner {
  width: 500%;
  line-height: 0; }

article {
  width: 20%;
  float: left;
  position: relative;
  max-height: 350px;
  text-align: center;
  /*
  img {
      width: 100%;
      height: 35vH;
  }
  */ }

.imagen_responsive {
  width: 100%;
  height: auto;
  /*    width: auto;
      height: 350px;    */ }
  @media only screen and (max-width: 815px) {
    .imagen_responsive {
      width: 100%;
      height: auto; } }

/*---- SET UP CONTROL ----*/
.slider-prev-next-control {
  height: 1px;
  position: absolute;
  top: 46%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .slider-prev-next-control label {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0.7; }
    .slider-prev-next-control label:hover {
      opacity: 1; }

.slider-dot-control {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center; }
  .slider-dot-control label {
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bbb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .slider-dot-control label:hover {
      background: #ccc;
      border-color: #777; }

/* Info Box */
.info {
  position: absolute;
  font-style: italic;
  line-height: 20px;
  opacity: 0;
  color: #000;
  text-align: left;
  -webkit-transition: all 1000ms ease-out 600ms;
  -moz-transition: all 1000ms ease-out 600ms;
  transition: all 1000ms ease-out 600ms; }
  .info h3 {
    color: #fcfff4;
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 1.5em;
    font-style: normal; }
  .info.top-left {
    top: 30px;
    left: 30px; }
  .info.top-right {
    top: 30px;
    right: 30px; }
  .info.bottom-left {
    bottom: 30px;
    left: 30px; }
  .info.bottom-right {
    bottom: 30px;
    right: 30px; }

/* Slider Styling */
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #666;
  background: #fff;
  background: #fcfff4;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }
  .slider-wrapper .inner {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1); }

/*---- SET POSITION FOR SLIDE ----*/
#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 38px;
  font-size: 3em;
  display: block;
  color: #777; }

#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "\f105";
  padding-left: 15px; }

#slide1:checked ~ .slider-prev-next-control label:nth-child(2), #slide2:checked ~ .slider-prev-next-control label:nth-child(3), #slide3:checked ~ .slider-prev-next-control label:nth-child(4), #slide4:checked ~ .slider-prev-next-control label:nth-child(5), #slide5:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: right;
  margin-right: 5px; }

#slide2:checked ~ .slider-prev-next-control label:nth-child(1), #slide3:checked ~ .slider-prev-next-control label:nth-child(2), #slide4:checked ~ .slider-prev-next-control label:nth-child(3), #slide5:checked ~ .slider-prev-next-control label:nth-child(4), #slide1:checked ~ .slider-prev-next-control label:nth-child(5) {
  display: block;
  float: left;
  margin-left: 5px; }

#slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  content: "\f104";
  padding-left: 8px; }

#slide1:checked ~ .slider-dot-control label:nth-child(1), #slide2:checked ~ .slider-dot-control label:nth-child(2), #slide3:checked ~ .slider-dot-control label:nth-child(3), #slide4:checked ~ .slider-dot-control label:nth-child(4), #slide5:checked ~ .slider-dot-control label:nth-child(5) {
  background: #333; }

#slide1:checked ~ .slider-wrapper article:nth-child(1) .info, #slide2:checked ~ .slider-wrapper article:nth-child(2) .info, #slide3:checked ~ .slider-wrapper article:nth-child(3) .info, #slide4:checked ~ .slider-wrapper article:nth-child(4) .info, #slide5:checked ~ .slider-wrapper article:nth-child(5) .info {
  opacity: 1; }

#slide1:checked ~ .slider-wrapper .inner {
  margin-left: 0%; }

#slide2:checked ~ .slider-wrapper .inner {
  margin-left: -100%; }

#slide3:checked ~ .slider-wrapper .inner {
  margin-left: -200%; }

#slide4:checked ~ .slider-wrapper .inner {
  margin-left: -300%; }

#slide5:checked ~ .slider-wrapper .inner {
  margin-left: -400%; }

/*---- TABLET ----*/
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .slider-wrapper {
    border-radius: 0; } }
/*---- MOBILE----*/
@media only screen and (max-width: 815px) {
  .slider-wrapper {
    border-radius: 0; }

  .slider-wrapper .info {
    opacity: 0; } }
