body, html {
    height: 100%;
    font-family: Helvetica, Sans-Serif;

  }

  .row {
    margin:0px;
  }

.arriba {
    background-color: black;
    height: 15px;
    width: auto;
}

.dropdown-menu {
  min-width:270px;
}
.dropdown:hover .dropdown-menu {

  display: block;
  background: black!important;
 
  color: #FFD601 !important;
  font-weight: bold;

 }

 .dropdown:hover  {

  font-weight: bold;
  color: #FFD601;
  font-weight: bold;

 }

.dropdown-menu a:hover {

  
  color: #FFD601!important;
  background: black!important;
  font-weight: bold;
 }

 .dropdown-menu .mynav2 {
    color: #FFD601!important;
 }


 .bg-img {
    /* The image used */
    background-image: url("images/encabezado_paisana.png");
  
    min-height: 672px;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
    /* Needed to position the navbar */
    position: relative;
  }

  .bg-imgdos {
    /* The image used */
    background-image: url("images/encabezado_calisto.png");
  
    min-height: 672px;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
    /* Needed to position the navbar */
    position: relative;
  }

  .bg-imgtres{
    /* The image used */
    background-image: url("images/encabezado_maria.png");
  
    min-height: 672px;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
    /* Needed to position the navbar */
    position: relative;
  }

  .container {
    position: absolute;
    margin: 20px;
    width: auto;
  }

  .bg-imgcuatro{
    /* The image used */
    background-image: url("images/encabezado_educacion.png");
  
    min-height: 672px;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
    /* Needed to position the navbar */
    position: relative;
  }

  .bg-imgserum{
    /* The image used */
    background-image: url("images/encabezado_serum.png");
  
    min-height: 672px;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
    /* Needed to position the navbar */
    position: relative;
  }

  .container {
    position: absolute;
    margin: 20px;
    width: auto;
  }




  .button {
    
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    font-size:44px;
    font-weight: bold;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: black;
    border-radius: 12px;
  }

  .button:hover {

    color: #FFD601 ; 
    }

  .mediodefoto {
    padding-top: 14%;
    padding-left: 5%;

    }

    .mediodefotouno {
      padding-top: 10%;
      padding-left: 5%;
  
      }

      .mediodefotoquienes {
        padding-top: 15%;
        padding-left: 5%;
    
        }

        .ayudanosquienes {
          font-size: 48px;
          font-weight: bold;
          text-align: center;
      }

      .ayudanoseducacion {
        font-size: 50px;
        font-weight: bold;
        text-align: right;
    }

.ayudanos {
    font-size: 50px;
    font-weight: bold;
    text-align: right;
}

.ayudanosuno {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}

.textocentrado {
    margin-left: 15%;
    margin-right: 15%;
    font-size: 17px;
    text-align: center;
   }

.espacioentrelineas {
    line-height:18px;
}

.fondonaranja {
    background-color:#FFD601 ;
}

.boxhead a {
  color: black;
  text-decoration: none;
}

.tituloa {
  font-size: 20px;
  font-weight: bold;
}

.detallestexto {
  font-size: 32px;
  font-weight: bold;
}

.donaenlace{
  text-decoration: none !important;
  color: black;
}

.donaenlace:hover {

  color: orange ; 
  }

.treintayseis{
  font-size: 36px;
  text-align: center;
}

.responsive {
  width: 100%;
  height: auto;
}

.especial{
  padding-top: 85%;
  padding-left: 20%;
  
}


.buttonone {
    
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  font-size:20px;
  font-weight: bold;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: black;
  border-radius: 12px;
}

.fondodemenu {
  background-color: #FFD601;
}

.yapeplin {
  height: 73px;
  width: 215px;
}

.qr {
  height:418px ;
  width: 416px;
}

.donaciones {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px; /* Adds spacing between the elements */
}

.horizontal {
  display: flex;
  justify-content: center; /* Center content horizontally */
}

.paypal{
  width: 158.79px;
  height: 39px;
}

.formularioserum{
  margin-left: 19%;
}

.formularioserumlargo{
  margin-left: 5%;
}


/* EFFECTO UP */

.efectoup {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.efectoup.visible {
  opacity: 1;
}
/* EFFECTO UP */


@media only screen and (max-width : 900px) {
  .qr {
    height:318px ;
    width: 316px;
  }
  }