
@font-face {
    font-family: 'ghoust outline';
    font-style: normal;
    font-weight: bold;
    src: local('ghoust outline'), url(https://www.dafont.com/es/ghoust.font) format('otf');
    
}

body{
  background-color: aqua;
}
.sabores {
  width: 400px;
  height: 300px;
}
#marques {
  scrolldelay="1";
  scrollamount="10";
  direction="left";
  loop="infinite";
  onmouseout=""this.start()";
  onmouseover="this.stop()";
  margin-bottom: 15px;
  
}
#portada {
  width: 100%;
  height: 30%;
}

#logo {
  width: 25%;
  height: 25%;
  margin-right: 0px;
}

iframe {
  margin-left: 5%;
}

#interno {
  background-color: #fea304;
  background-size: 100px 1px;
  height: 10%;
}
#interno marquee{
  margin: 0px;
}

#tit {
  font-family: ghoust outline;
  font-size: 600%;
  font-weight: bold;
  color: #6e4702;
  margin: 0px 0px;
  text-align: center;
  
}

.linea {
  width:100%;
  height:10px;
  background-color:red;
  
  
}

.dos {
  margin-bottom: 1%;
}

@media (max-width:768px) {

iframe {
  width: 65%;
  height: 5%;
}


#logo {
  width: 32%;
  height: 42%;
}

iframe {
  margin-left: 1%;
}
  
.linea {
  width:100%;
  height:5px;
}

#interno {

  height: 1%;
}

#tit {
  font-size: 250%;
}


.sabores {
  width: 140px;
  height: 105px;
}

}
.derechos{
    display: flex;
    justify-content: space-between;
    
    background: #633f01;
    
    color: white;
}