@media screen and (min-width: 0px) and (max-width: 992px) {

   p{
      text-align: center !important;
   }

   .banner-dia-nino {
      height: 140svh;
   }

   .background-1 {
      height: auto;
   }
   
   .background-2 {
      height: auto;
   }
   
   .background-3 {
      height: auto;
   }
   
   .background-4 {
      height: auto;
   }
   
   .background-5 {
      height: auto;
   }
   
   .background-6 {
      height: auto;
   }

   .background-7 {
      background-color: #00bfa3;
      border-radius: 0;
      margin-bottom: 30px;
      /* box-shadow: 10px 10px 15px; */
      box-shadow: none;
   }

   .background-sorteo {
      background: url(../../assets/dia-del-nino/EstrellasSorteosenPlazarellaKids.png) top center;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      min-height: auto;
   }

   .banner-dia-nino>div>div {
      width: 90%;
   }

   .banner-dia-nino>div>div>img {
      width: 65%;
   }

   .contact-form-width {
      width: 90%;
   }

   .contact-map-width {
      width: 90%;
   }

   .map-size {
      height: 300px;
      width: 100%;
   }


   .w-sm-100 {
      width: 100% !important;
   }

   .w-sm-90 {
      width: 90% !important;
   }

   .w-sm-80 {
      width: 80% !important;
   }

   .w-sm-70 {
      width: 70% !important;
   }

   .w-sm-40 {
      width: 40% !important;
   }

   .w-sm-20 {
      width: 20% !important;
   }

   #formulario img {
      height: 200px;
      width: 200px;
    }

}