@charset "utf-8";
/* CSS Document */
html, body{
	  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
	min-height: 100vh;
   background-color: darkgray; 
}

.topnav {
  overflow: hidden;
  background-color: #47525e;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
	border-radius: 2em;
	margin: 5px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #8190a5;
  color: white;
	margin: 5px;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	  flex: 1;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	align-content: center;
	justify-content: space-between;
	flex-direction: row;
	 margin: auto;
	flex: 1;
	margin-top: 20px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	align-content: center;
	justify-content: space-between;
	flex-direction: column;
	 margin: auto;
}

.row-space {
  display: flex;
  flex-wrap: wrap;

	flex-direction: column;
	min-width: 300px;
	flex: 1;
}
.row-space:first-child{
	flex: 2;
}
.card {
  background-color: #FFF;
  min-width: 20em;
  min-height: 30em;
	max-width: 22em;
  margin: auto;
  border-radius: 1%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transform: scale(0.9);
	flex-wrap: wrap;
	margin-top: auto;
  
}

.card:hover {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.45);
}

.card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: bottom;
}

.card h4 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 30px 0px;
	color: black;
}

.card p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 1em 2em 0.5em;
  color: #757575;
}

.footer{
	  background-color: #47525e;
	display: flex;
  flex-wrap: wrap;
  align-items: center;
	align-content: center;
	justify-content: space-between;
	flex-direction: row;
	flex: 0;
	 margin: auto;
	overflow: hidden;
	margin-top: 30px;
}

.footer p{
	color: white;
}

.footer a{
	text-decoration: none;
	color: white;

}

.column{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	align-content: center;
	justify-content: space-between;
	flex-direction: row;
	 margin: auto;
}
.row{
	padding: 1em;
}

 button{
	border-radius: 8px;
	 padding: 0.5em;
	 background-color: #8190a5;
	 color: white;
	 border: 0px;
}
 button:hover{
	
	 background-color: #8190a5;
	 color:black;
	 border: 2px;
}
input {
	border-radius: 8px;
	 padding: 0.5em;
}
label{
   display: block;
   font-size: 14px;
   font-weight: bold;
   margin-bottom: px;
   margin-top: 20px;
}

h2.title{
   margin-top: 10px;
}

.tip{
   display: block;
   font-size: small;
   margin-bottom: 40px;
}

.formContainer,
.dashboardContainer{
   background-color: #ffffff;
   border:10px solid rgba(8,35,172,0.2);
   border-radius: 20px;
   padding: 30px;
   min-width:300px;
   margin:20px ;
	display: flex;
	flex-wrap: wrap;
}

input[type=text],
input[type=password]{
   border: 1px solid #cccccc;
   border-radius: 5px;
   height:40px;
   padding: 0 10px;
   outline-color: rgba(8,35,172,0.8);
   width: 90%;
}
.dashboardContainer{
 
}

input[type=submit]{
   background-color: #8190a5;
   border:none;
   border-radius: 5px;
   color:#ffffff;
   height: 40px;
   margin-top: 30px;
   width:100%;
   cursor: pointer;
}
input[type=submit]:hover{
   opacity: 0.7;
}

.link{
   font-size: small;
   margin-top: 30px;
   text-align: center;
}

a{
   color: #8190a5;
   font-weight: bold;
   text-decoration: none;
}

.avatar img{
   width: 100px;
}

.welcomeMessage{
   margin-top: 20px;
}

.notes{
   font-style: italic;
   margin-bottom: 30px;
}

.errorMsg{
   font-size: small;
   background-color: #ff7979;
   color: #ffffff;
   border-radius: 5px;
   padding:10px;
}

.successMsg{
   font-size: small;
   background-color: #2ecc71;
   color: #ffffff;
   border-radius: 5px;
   padding:10px;
}

.guia img {
  width: 100%;
  height: 17em;
  object-fit: cover;
  object-position: center;
	margin: auto;
	display: flex;
	
}
.guia {
display: flex;
	  flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em;
	  border-radius: 1%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	  transform: scale(0.9);
	background-color: white;
}
.guia:hover {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.45);
}

.text{
	  flex-wrap: wrap;
  align-items: center;
	align-content: center;
	text-align: center;
	margin: 15px;
	color: black;
}

.video-responsive {
	display: flex;
	flex-wrap: wrap;
	min-width: 300px;
	height: 300px;
	width: 80%
}
.video-responsive iframe{
    width: 100%;
    height: 100%;
}

.header{
	
  color: white;
	width: 100%;
	height: 300px;
text-shadow: 0 0 4px #21130d;
  align-items: center;
	align-content: center;
	text-align: center;
}
.noticia1{
	background-image: url("../images/Noticias/Noticia 1/pimax_cover.jpg");
	background-repeat: no-repeat;
	 background-size: cover;
	background-position: center;
		 object-fit: cover;
  object-position: center;
}
.noticia2{
	background-image: url("../images/Noticias/Noticia2/cobervrawards.jpg");
	background-repeat: no-repeat;
	 background-size: cover;
	background-position: center;
		 object-fit: cover;
  object-position: center;
}

.noticia3{
	background-image: url("../images/Noticias/Noticia3/coverhtc.jpg");
	background-repeat: no-repeat;
	 background-size: cover;
	background-position: center;
		 object-fit: cover;
  object-position: center;
}

.centrado{
align-self: center;
	align-content: center;
	text-align: center;
	justify-content: center;
}
.noticia{
	padding: 2em;
	margin-left: 1.5em;
	margin-right: 1.5em;
}
