/*momentaneo*/
/* #block-bootstrap-barrio-content > div > article > div > div.container.layout.layout--onecol > div > div:nth-child(2),
#block-bootstrap-barrio-content > div > article > div > div.container.layout.layout--onecol > div > div:nth-child(3){
  display:none !important;
} */
/* #\30 > div > div:nth-child(3), #\30 > div > div:nth-child(6), #\30 > div > div:nth-child(9) {
    display: none;
  }
  #GT > div > div:nth-child(2), #GT > div > div:nth-child(3) {
    display: none;
  }
  #HO > div > div:nth-child(2) {
    display: none;
  }
  #NI > div > div:nth-child(3) {
    display: none;
  }
  #CR > div > div:nth-child(2) {
    display: none;
  }
  #SV > div > div:nth-child(2) {
    display: none;
  } */
  /*fin momentaneo*/
  
  #GT, #PA, #CR, #SV, #HO, #NI {
    display:none;
  } 
  
  #gt,#pa{
    display:none;
  }
  a:hover{
    color:initial !important;
  }
  .node__content.clearfix, .layout__region.layout__region--content {
      background: rgb(213,241,253);
      background: linear-gradient(180deg, rgba(213,241,253,1) 0%, rgba(213,241,253,0.9360119047619048) 35%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  }
  .contenedorPromociones .field.field--name-field-media-image.field--type-image.field--label-hidden.field__item {
      margin: 0 !important;
  }
  #seccion-6 {
    margin-top:6rem;
  }
  /* banner */
  .seccion-1-promocion{
    position: relative;
  }
  .seccion-1-promociones {
    position: relative;
  }
  .imgBanner  img {
    width: 100%;
  }
  .imgBanner .field.field--name-field-media-image.field--type-image.field--label-hidden.field__item{
    margin: 0 !important;
    float: initial !important;
  }
  .contenerdorTextoBanner{
    position: absolute;
    top: 2rem;
    width: 50%;
  }
  .tituloBanner {
    font-size: 46px;
    color: #68503B;
    font-family: 'NestleText-Bold';
  }
  .NestleBanner {
    font-size: 76px;
    font-family: 'Nestle-Script';
  }
  .fami-bold{
    font-family: 'NestleText-Bold';
  }
  .textoBanner {
    color: #68503B;
    font-size: 22px;
  }
  /* contenido */
  .contenedorProgramasNestle {
    margin-bottom: 3rem;
  }
  .contenedorTituloProgramasNestle {
    margin: 4rem 0;
  }
  .tituloProgramasNestle {
    font-size: 30px;
    text-align: center;
    color: #4F2C1D;
    font-family: 'NestleText-Bold';
  }
  .programasNestle {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
  }
  .contendorTextoProgramas {
    position: absolute;
    width: 50%;
    padding: 2rem 0 0 19rem;
  }
  .textoPrograma {
    font-size: 14px;
    text-align: left;
    color: white;
    margin-right:15px;
  }
  .contenedorBotonPrograma {
    background: #FFFFFF;
    border-radius: 25px;
    width: 40%;
    text-align: center;
  }
  .BotonPrograma {
    font-size: 20px;
    text-align: center;
    color: #157FBE;
    border-color: transparent;
    background: transparent;
  }
  .BotonUnirme{
    color: #fff;
    background: #e52039;
    width: 15rem;
    border-radius: 50px;
    border-color: transparent;
    font-size: 24px;
  }
  /* seccion-2-promociones-nestle */
  #seccion-2-promociones-nestle {
    margin-bottom: 5rem;
    margin-top: 4rem;
  }
  .contenedorBotonPais {
  display: flex;
  justify-content: center;
  margin: 4rem 0;
  }
  .contenedorBotonPais > select {
  color: #157FBE;
  font-family: Nestle-Text;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  max-width: 100%;
  height: 3rem;
  border-radius: 40px;
  border-color: #157FBE;
  padding: 0 8rem 0 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url(/sites/default/files/2022-11/Vector.png);
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 18px;
  background-size: 16px;
  cursor: pointer;
  }
  #seccion-2-promociones-nestle > div > div.row > div > a > div > div {
    margin: 0;
  }
  .card{
    box-shadow: 0 1px 3px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 5%);
    margin-bottom:2rem;
  }
  a.contenedorPromociones {
    text-decoration: none;
    color: #000;
  }
  .contenedorPromociones img {
    width: 100%;
  }
  .contenedorTextoPromociones {
    padding: 1rem 2rem;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .tituloPromociones {
    font-family: 'NestleText-Bold';
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    color: #000;
  }
  .textoPromociones {
    font-family: Nestle-Text;
    font-size: 18px;
    color: #000;
    margin: 0;
  }
  .fechaPromociones {
    font-family: Nestle-Text;
    font-size: 14px;
    font-style: italic;
    color: #5E5E5E;
  }
  #seccion-2-promociones-nestle > div > div.row > div:nth-child(2) > a > div.contenedorTextoPromociones > p.fechaPromociones {
    margin-bottom: 2.5rem;
  }
  .contenedorBotonPromociones {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }

  .BotonPromociones{
    color: #fff;
    background: #e52039;
    border-radius: 50px;
    border-color: transparent;
    font-size: 23px;
    padding:0 2rem;
    text-align: center;
    cursor:pointer;
  }
  .BotonPromociones:hover{
    color:#fff !important;
  }
  /*Footer*/
  .site-footer{
  margin-top:-6rem !important;
  }
  /* Responsive */
  @media screen and (min-width: 1660px) {
    #seccion-2-promociones-nestle > div > div.row > div:nth-child(2) > a > div.contenedorTextoPromociones > p.fechaPromociones {
      margin-bottom: 1rem;
    }
    .contenerdorTextoBanner {
      top: 7rem;
      width: 45rem;
    }
  }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .contenerdorTextoBanner {
      top: 1rem;
    }
    .contendorTextoProgramas {
      width: 43rem;
    }
    .contenedorTextoPromociones {
      padding: 0 1rem 2rem;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .contenerdorTextoBanner {
      top: 1rem;
    }
    .tituloBanner {
      font-size: 30px;
      line-height: 1;
    }
    .textoBanner {
      font-size: 14px;
      line-height: 1;
    }
    .contendorTextoProgramas {
      width: 40rem;
      padding: 4rem 0 0 15rem;
    }
    .textoPrograma {
      font-size: 14px;
      line-height: 1;
    }
    .button.BotonPrograma {
      font-size: 18px;
      line-height: 1;
    }
    .contenedorTextoPromociones{
      padding: 1rem 1rem;
    }
    .tituloPromociones {
      font-size: 18px;
    }
    .BotonPromociones{
      font-size: 16px;
    }
    .contenedorBotonPais > select {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 767px) {
    .tituloPromociones {
      font-size: 22px;
    }
    .contenedorTextoPromociones {
      padding: 0 1rem 1rem;
      
    }
    .contenedorBotonPais > select{
      font-size:18px;
      padding: 0 5rem 0 2rem;
    }
    .contenerdorTextoBanner {
      top: 1rem;
      width: 90%;
    }
    .tituloBanner {
      font-size: 28px;
      line-height: 1;
    }
    .textoBanner {
      font-size: 16px;
    }
    .NestleBanner {
      font-size: 52px;
    }
    .imgProgramas img {
      height: 120px;
      object-fit:cover;
    }
    .contendorTextoProgramas {
      width: 17rem;
      padding: 2.5rem 0 0 7rem;
    }
    .textoPrograma {
      font-size: 8px;
      line-height: 1;
      margin-bottom: 0.5rem;
    }
    .contenedorBotonPrograma {
      width: 4rem;
      height: 15px;
      display: flex;
      justify-content: center;
    }
    .BotonPrograma {
      font-size: 10px;
      line-height: 1;
    }
    #seccion-2-promociones-nestle > div > div > div {
      margin-bottom: 2rem;
    }
  }