/*estilo campo oculto*/

 .escondido{ display: none; }

/*meter video responsive*/

.video-responsive {
position: relative;
padding-bottom: 80%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
video{
width:100%;
}
#cajacookies {
  box-shadow: 0px 0px 5px 5px #808080;
  background-color: white;
  color: black;
  padding: 10px;
  /*margin-left: -15px;
  margin-right: -15px;*/
  margin: auto;
  text-align: center;
  margin-bottom: 0px;
  position: fixed;
  top: 0px;
  width: 90%;
}

#cajacookies button {
  background-color: #555555;;
  border: none;
  color: white;
  margin:auto;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

/* Style the tab desde aqui las pestañas ----------------------------------------------------------------------------*/
.tab {
  overflow: hidden;
  border: none; /* 1px solid #ccc;*/
  background-color: #1d1f22 /*#190707; #f1f1f1;*/
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #6E6E6E; /*#ddd;*/
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: none; /*1px solid #ccc;*/
  border-top: none;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
