body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.top-container {
  padding: 15px;
  margin-left: 3%;
  text-align: center;
}


.header {
  padding: 10px 16px;
  background: #ffd400ff;
  color: #f1f1f1;
  z-index: 1;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky+.content {
  padding-top: 102px;
}



footer {
  padding: 3px;
  background-color: #2a2c32ff;
  color: white;
}


#slideshow {
  text-align: center;
  overflow: hidden;
  height: 510px;
  width: 728px;
  margin: 0 auto;
}

.slide-wrapper {
  width: 2912px;
  -webkit-animation: slide 18s ease infinite;
}

.slide {
  float: left;
  height: 410px;
  width: 728px;
}

.slide-number {
  color: #000;
  text-align: center;
  font-size: 10em;
}

@-webkit-keyframes slide {
  20% {
    margin-left: 0px;
  }

  30% {
    margin-left: -728px;
  }

  50% {
    margin-left: -728px;
  }

  60% {
    margin-left: -1456px;
  }

  70% {
    margin-left: -1456px;
  }

  80% {
    margin-left: -2184px;
  }

  90% {
    margin-left: -2184px;
  }
}

.titulos {
  margin-top: 5%;
  margin-bottom: auto;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 300%;
  color: #2a2c32ff;
}

.textos {
  font-size: 140%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  line-height: 150%;
}

.slogan {
  font-size: 90%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  line-height: 300%;
}


.button {
  border: none;
  color: white;
  padding: 32px 64px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 32px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: #2a2c32ff; 
  color: white; 
  border: 2px solid #ffd400ff;
}

.button1:hover {
  background-color: #ffd400ff;
  color: #2a2c32ff;
}

td {
  margin-top: auto;
  margin-bottom: auto; 
}

.arribachion{
  color: #2a2c32ff;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 200%;
}

.imaginis{
  width: 500;
  height: 700;
}

.fotillo{
  width: auto; 
  height: 150%;
}


  .nuestra{
    font-size: 300%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 
  }

  .lineas{
line-height: 300%; 
font-size: 200%;
  }
  .escrr{
line-height: 150%; 
  }

  .tablon{
    
    display: block;
    width: 100%;
  }

  .bt{


    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }



@media (max-width: 768px) {
/* Set box-sizing to border-box to include padding and border in element's total width */
* {
  box-sizing: border-box;
}

/* Use relative units for font-size to ensure text is responsive */
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

/* Use percentage for padding and margin to ensure they scale with screen size */
.top-container {
  padding: 2%;
  margin-left: 3%;
  text-align: center;
}

/* Use percentage for padding to ensure it scales with screen size */
.header {
  padding: 1.5% 2.5%;
  background: #ffd400ff;
  color: #f1f1f1;
  z-index: 1;
}

.content {
  padding: 2%;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky+.content {
  padding-top: 102px;
}

footer {
  padding: 2%;
  background-color: #2a2c32ff;
  color: white;
}

.titulos {
  margin-top: 5%;
  margin-bottom: auto;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 6vw;
  color: #2a2c32ff;
}

.textos {
  font-size: 3.5vw;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  line-height: 150%;
}

.slogan {
  font-size: 2.5vw;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  line-height: 300%;
}

.button {
  border: none;
  color: white;
  padding: 3.5vw 7vw;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 4vw;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: #2a2c32ff; 
  color: white; 
  border: 0.2vw solid #ffd400ff;
}

.button1:hover {
  background-color: #ffd400ff;
  color: #2a2c32ff;
}

td {
  margin-top: auto;
  margin-bottom: auto;
}

.arribachion{
  color: #2a2c32ff;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 6vw;
}

.imaginis {
  width: 90%;
  height: auto;
  display: block;
  margin: auto;
}



}