@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,300,700,900");

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }


footer,
header,
main,
section {
  display: block; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

b {
  font-weight: bold; }

img {
  border: 0; 
}
.carat {
  width: 120px;
  height: auto;
}
.caripela {
  width: 200px;
  height: auto;
  float: left;  
  margin-bottom: 10px;
  border-radius: 8px; 
}
.caripela-izq {
  float: left;  
  margin-right: 25px;
}
.caripela-der {
  float: right;  
  margin-left: 25px;
}


body {
  color: #777;
  background: #f7f7f7;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
  text-shadow: none; }

body, h2, h3, h4, .h2, .h3, .h4 {
  font-family: 'Lato', sans-serif; }

 h2, h3, h4 {
  color: #222; }

 h2, h3, h4 {
  font-style: normal;
  margin: 0 0 20px 0; }

h2 {
  font-size: 32px; }

h3 {
  padding-top: 20px; 
  font-size: 24px; 
}

h4 {
  font-size: 18px; }

.txt-bold {
  font-weight: 700; }

 footer, header, section {
  display: block; }

a:hover {
  text-decoration: none; }

.row {
  z-index: 9999; }

.align-center {
  text-align: center; }


.pad-bot30 {
  padding-bottom: 30px; }


.mar-bot40 {
  margin-bottom: 40px; }

section.section {
  margin: 0;
  padding: 10px 0 10px 0; }

.bg-white {
  background-color: #fff; }

.section-header {
  text-align: center; }
  .section-header h2.section-heading {
    text-transform: uppercase;
    font-weight: 700; }

section.featured {
  padding: 200px 0 60px;
  background: #69c5f6;
  color: #fdfdfd; }
  section.featured h2.slogan {
    color: #fff;
    font-size: 48px;
    font-weight: 900; }

section#footer {
  background: #242424;
  margin: 0; }
  section#footer .copyright {
    text-align: center; }

a.scrollup {
  height: 32px;
  width: 32px;
  color: #69c5f6;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  opacity: 0.7; }
  a.scrollup:hover {
    opacity: 1; }

@media (max-width: 767px) {
  section.featured {
    padding-top: 100px; } }

body, h2, h3, h4, .h2, .h3, .h4 {
  font-family: 'Lato', sans-serif; }

 h2, h3, h4 {
  color: #222; }

 h2, h3, h4 {
  font-style: normal;
  margin: 0 0 20px 0; 
}

h2 {
  font-size: 32px; }

h3 {
  font-size: 24px; 
  margin: 30px 0 10px 0; 
}

h4 {
  font-size: 18px; }

.txt-bold {
  font-weight: 700; }

 footer, header, section {
  display: block; }

a:hover {
  text-decoration: none; }

.row {
  z-index: 9999; }

.align-center {
  text-align: center; }

.pad-bot30 {
  padding-bottom: 30px; }

.mar-bot40 {
  margin-bottom: 40px; }

section.section {
  margin: 0;
  padding: 50px 0 30px 0; }

.bg-white {
  background-color: #fff; }

.section-header {
  text-align: center; }

.section-header h2.section-heading {
  text-transform: uppercase;
  font-weight: 700; }

section.featured {
  padding: 100px 0 60px;
  background: #70B9B0;
  color: #fdfdfd; }

section.featured h2.slogan {
  color: #02233e;
  font-size: 52px;
  font-weight: 800; }

section#footer {
  background: #065aa9;
  color: #FFF;
  margin: 0; }

section#footer .copyright {
  text-align: center; }

@media (max-width: 767px) {
  section.featured {
    padding-top: 100px; } }

a {
  color: #0659a9; }
  a:hover {
    color: #69c5f6; }

body section.featured {
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #9ff5cf), color-stop(23%, #69c5f6), color-stop(100%, #065aa9));
  background: linear-gradient(135deg, #9ff5cf 0%, #69c5f6 23%, #065aa9 100%); }

.slogan {
  font-family: 'Ubuntu', sans-serif; }

.text-big {
  font-size: 1.25em;
  line-height: 1.5em; }

.align-horizontal {
  display: flex;
  align-items: center;
  gap: 20px; /* espacio entre imagen y texto */
  justify-content: center; /* centra el conjunto en la página */
}

.logo-side img {
  max-width: 180px;
  height: auto;
}

.text-side .slogan {
  font-size: 3em;
  margin: 0;
}

tr {
  padding-top: 0px;
}
th {
  padding-top: 15px;
  padding-left: 15px;
  height: 2em;
}
td {
  padding-top: 12px;
}
.description {
  padding-top: 3px;
  padding-left: 15px;
  height: auto;
  vertical-align: top
}

/* Estilos para la sección de descarga */
.donation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 30px;
}

.donation-btn {
  display: inline-block;
  padding: 12px 20px;
  background-color: #0659a9;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 16px;
}

.donation-btn:hover {
  background-color: #69c5f6;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}

.donation-btn i {
  margin-right: 8px;
}

.crypto-btn.copied {
  background-color: #28a745;
}

.download-btn {
  display: block;
  width: 100%;
  padding: 15px 30px;
  background-color: #065aa9;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.download-btn:hover {
  background-color: #69c5f6;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}

.download-btn i {
  margin-right: 10px;
}

/* Responsivo para móviles */
@media (max-width: 767px) {
  .donation-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .donation-btn {
    padding: 15px 20px;
  }
}

/* Botones de navegación en el header */
.nav-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: -30px;
}

.nav-btn {
  padding: 8px 20px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  text-decoration: none;
  border-radius: 15px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 150px; 
  text-align: center;
}

.nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Responsivo para móviles */
@media (max-width: 767px) {
  .nav-buttons {
    gap: 15px;
    margin-top: 30px;
  }
  
  .nav-btn {
    padding: 6px 15px;
    font-size: 13px;
    min-width: 100px;
  }
}
