.cabecera {
  display: flex;
  justify-content: space-between;
  margin-top:4px;
  margin-left:15px;
  margin-right:15px;
  align-items: center;
  background-color: #FAFAFA;
  padding: 10px;
  height: 16vh;
  box-shadow: 0 0 14px #ccc;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex: 1;
}

.logo img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.teaviso{
	width:30%;
	max-width: 140%;
}
.optimus{
	width:23%;
	max-width: 100%;
}
.titulo_variable{
	position:relative;
	margin-top:8%;
	font-family: 'Open Sans', sans-serif;
    font-size: 300%;
    background: linear-gradient(to right, #0071bc, #24a4dd);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}
.gsa{
	margin-top:2%;
	margin-left:18%;
	width:12%;
	
}
@media (max-width: 760px) {
.cabecera {
    height: 14vh;
    box-shadow: 0 0 14px #ccc;
}
  	.teaviso{
		width:140%;
	}
	.optimus{
		width:85%;
	}
}

@media screen and (max-width: 600px) and (orientation: landscape) {
	.teaviso{
		width:70%;
	}
	.optimus{
		width:35%;
	}
	
}


