/**
* Template Name: WeBuild - v4.6.1
* Template URL: https://bootstrapmade.com/free-bootstrap-coming-soon-template-countdwon/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: calc(.5em + 1vw);
  color: #444;
}

a {
  text-decoration: none;
  color: #4f92af;
}

a:hover {
  color: #5eb8df;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  padding: 20px 0;
  position: relative;
  z-index: 10;
}
#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
#header .contact-link a {
  color: #fff;
  padding-right: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#header .contact-link a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}

/*--------------------------------------------------------------
# Google button
--------------------------------------------------------------*/
.container {
  position: relative;
}

.container-bg {
  background:#f8f4f4;  
}

.gSignInWrapper {
  text-align: center;
  background-origin: padding-box;
  border: #888;
  background: black;
  color: white;
  border-radius: 10px;
  padding: 1em;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

.centered {
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: 25px;
  margin-left: -95px;
}


.buttonText {
  display: inline-block;
  background: rgb(129, 122, 122, 0);
  /*opacity: 0.4;
  filter: alpha(opacity=40);*/
  font-family: Roboto;
  font-weight: normal;
  color: white;
  font-size: 16px;
}

#customBtn1 {
  display: inline-block;
  background: rgb(66, 133, 244, 0.9);
  /*background: rgba(3, 172, 240, 0.2);
  opacity: 0.4;
  filter: alpha(opacity=40);*/
  color: #444;
  width: 210px;
  border-radius: 30px;
  border: thin solid #fff;
  /*box-shadow: 1px 1px 1px grey;*/
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 60%;
  /*transform: translate(-50%, -50%);*/
}
#customBtn:hover {
  cursor: pointer;
}

.sig {
  text-align: left;
  color:black;
  font-size: 0.9rem;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/hero-bg.jpg'), top center;
  background-size: cover;
  position: relative;
  margin-top: -80px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  /* countdown */
}
#hero .hero-container {
  position: relative;
  bottom: 0;
  top: 80;
  left: 0;
  right: 0;
  display: flex;
  max-width: 800px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
#hero h1 {
  margin: 0 0 15px 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 1.25rem;
}

#hero h3 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 1.1rem;
}

#hero h4 {
  color: #f8f9fa;
      margin-bottom: 30px;
      font-size: 1.25rem;
      font-weight: 300;
      line-height: 1.5;
}

#hero .countdown {
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  line-height: 56px;
  margin: 10px 0 18px 0;
}
#hero .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#hero .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#hero .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
#hero .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading-notify 1s linear infinite;
  animation: animate-loading-notify 1s linear infinite;
}

.bitcoin-highlight {
      font-family: Ubuntu, sans-serif;
      font-style: italic;
      font-weight: bold;
      color: #d29f00 !important;
    }


/* Botones */
    .btn-container {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 20px;
    }
    
    .action-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 12px 25px;
      border-radius: 30px;
      font-weight: 500;
      font-size: 1rem;
      transition: all 0.3s ease;
      min-width: 200px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .btn-certify {
      background: linear-gradient(135deg, #4285F4 0%, #2869F0 100%);
      border: none;
      color: white;
    }
    
    .btn-certify:hover {
      background: linear-gradient(135deg, #2869F0 0%, #1a56d6 100%);
      transform: translateY(-2px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
      color: white;
    }
    
    .btn-donate {
      background: linear-gradient(135deg, #34A853 0%, #2A8C48 100%);
      border: none;
      color: white;
    }
    
    .btn-donate:hover {
      background: linear-gradient(135deg, #2A8C48 0%, #21703A 100%);
      transform: translateY(-2px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
      color: white;
    }
    
    .btn-icon {
      margin-right: 10px;
      font-size: 1.1rem;
    }

    /* Nota informativa */
    .info-note {
      margin-top: 25px;
      font-size: 0.85rem;
      color: #e9ecef;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.5;
    }
    
    .info-note a {
      color: #d29f00;
      text-decoration: none;
    }
    
    .info-note a:hover {
      text-decoration: underline;
    }

@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hero .php-email-form input {
  border-radius: 3px;
  box-shadow: none;
  font-size: 14px;
  border: 0;
  padding: 0px 15px 2px 15px;
  width: 250px;
  height: 40px;
  margin: 0 8px;
}
#hero .php-email-form button[type=submit] {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 30px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #4f92af;
  color: #fff;
  background: #4f92af;
}
#hero .php-email-form button[type=submit]:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
        height: 70vh;
      }

  #hero h1 {
    font-size: 2rem;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero h4 {
        font-size: 1.1rem;
      }

  #hero .php-email-form input {
    margin: 0 auto;
  }

  .btn-container {
        flex-direction: column;
        align-items: center;
      }
      
  .action-btn {
        width: 100%;
        max-width: 280px;
      }
}
@media (max-width: 575px) {
  #hero .countdown {
    font-size: 2rem;
    line-height: 38px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f7fafc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.section-title p {
  margin-bottom: 0;
}

.casual {
  color: #eee;
  margin-bottom: 30px;
  font-size: 0.9rem;
}

.card-text{
  font-size:0.8rem;
}

.form-text {
  font-size: 0.6rem;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}
.contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #4f92af;
}
.contact .contact-info address, .contact .contact-info p {
  margin-bottom: 0;
  color: #444;
}
.contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 300;
  color: #999;
}
.contact .contact-info a {
  color: #000;
}
.contact .contact-info a:hover {
  color: #4f92af;
}
.contact .contact-address, .contact .contact-phone, .contact .contact-email {
  margin-bottom: 20px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #4f92af;
}
.contact .php-email-form button[type=submit] {
  background: #4f92af;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
  background: #72a8bf;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .contact .contact-address, .contact .contact-phone, .contact .contact-email {
    padding: 20px 0;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0d182d;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .copyright {
  text-align: center;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  color: #72a8bf;
}