@charset "UTF-8";
/* CSS Document */


@font-face {
  font-family: 'Chivo-Regular';
  src: url('../fonts/Chivo-Regular.ttf');
  src: url('../fonts/Chivo-Regular.woff2') format('woff2'),
       url('../fonts/Chivo-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Chivo-Regular';
  src: url('../fonts/Chivo-Regular.woff') format('woff'),
       url('../fonts/Chivo-Regular.ttf') format('truetype'),
       url('../fonts/Chivo-Regular.svg#Chivo-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Chivo-Black';
  src: url('../fonts/Chivo-Black.ttf');
  src: url('../fonts/Chivo-Black.woff2') format('woff2'),
       url('../fonts/Chivo-Black.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Chivo-Black';
  src: url('../fonts/Chivo-Black.woff') format('woff'),
       url('../fonts/Chivo-Black.ttf') format('truetype'),
       url('../fonts/Chivo-Black.svg#Chivo-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
       url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans.woff') format('woff'),
       url('../fonts/OpenSans.ttf') format('truetype'),
       url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/OpenSans-Semibold.eot');
  src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
       url('../fonts/OpenSans-Semibold.woff') format('woff'),
       url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
       url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg'),
       url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}




  .pagina {
	background-color:#FFF;
  }
  .container-fluid {
    padding: 30px 50px;
  }
  .bg-grey {
    background-color: #EEE;
  }

  .thumbnail {
    padding: 0 0 10px 0;
    border: none;
    border-radius: 0;
	background-color:#FFFFFF;
	margin-top:20px;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }

  .titulo-big {
	font-size:150px;
	line-height:120px;
	text-align:center;
	font-family:Chivo-Black;
	margin-top:40px;
  }

  .titulo-serie {
    font-size:36px;
	line-height:36px;
    font-weight:300;
    font-style:regular;
	font-family:Chivo-Regular;
	text-align:center;
  }

  .subtitulo-serie {
	font-size:18px;
	margin-bottom:20px;
	font-weight:300;
	font-style:regular;
	font-family:Chivo-Regular;
	text-align:center;
  }

  .series-1 {
    font-size: 22px;
	line-height: 24px;
    font-weight: 600;
    font-style: regular;
	font-family:OpenSans-Semibold;
	text-align:left;
	margin-top:-10px;
  }

  .home {
    font-size: 32px;
  }


  .titulo-1 {
    font-size: 18px;
	font-family:OpenSans-Semibold;
	text-align:left;
	margin-left: 12px;
	line-height: 20px;
  }

  .texto-1a {
	font-size: 14px;
	font-family:OpenSans-Semibold;
	text-align:left;
	margin-left: 12px;
	line-height: 14px;
	margin-top:-10px;
  }

  .texto-1 {
	font-size: 13px;
	font-family:OpenSans-Regular;
	text-align:left;
	margin-left: 12px;
	line-height: 14px;
	margin-top:-10px;
  }

  .status-ON{
	font-weight: 600;
	color:#06DF62;
	font-size: 16px;
  }

  .status-DG{
	font-weight: 600;
	color:#4f67f7;
	font-size: 16px;
  }

  .status-OFF{
	font-weight: 600;
	color:#e02f0c;
	font-size: 16px;
  }

  .link-1 {
	  font-size: 18px;
	  color:#000000;
	  text-align:center;
	  font-family:OpenSans-Semibold;
  }

  .row-home {
	  width: 100%;
	  align-content:center;
  }

  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }

  .item span {
    font-style: normal;
  }

  .topo {
	font-size:18px;
	line-height: 0px;
	font-family:Chivo-Black;
  }

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 48%;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0,0,0,0.50);
  color: white;
  cursor: pointer;
  padding: 5px;
}

#myBtn:hover {
  background-color: #0056b3;
}
