/*cool body
body  {

  background: rgb(83,151,229);
background: radial-gradient(circle, rgba(83,151,229,1) 0%, rgba(47,110,211,1) 100%);
}*/

.promocion-finalizada{
  color: #5d5df4;
  font-family: "gotham_boldregular";
  font-weight: 200;
}

@font-face {
  font-family: 'gotham_boldregular';
  src: url('gotham_bold_regular-webfont.woff2') format('woff2'),
       url('gotham_bold_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body{
  font-family: 'gotham_boldregular';
        }

.helperer{
  color: rgb(180, 180, 180);
  font-size: .7em !important;
}



.nombres{
  padding-bottom: 10px;
}


.invalid-feedback{
  color:#ff0000 !important;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.elFormulario{

}

/* blob */

.botonazo{
  box-sizing: border-box !important; 
  -webkit-appearance: none !important;
  appearance: none !important;
  background-color: #e74c3c  !important;
  border: 2px solid #e74c3c !important;
  border-radius: .6em !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  margin: 20px !important;
  text-decoration: none !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-family: "Montserrat",sans-serif !important;
  font-weight: 700 !important;

}

.blob {
  position: absolute;
  top: 0;
  left: 0;
  fill: #023F92;
  width: 50vmax;
  z-index: -1;
  animation: move 10s ease-in-out infinite;
  transform-origin: 50% 50%;
  opacity: 0.08;
}

@keyframes move {
  0%   { transform: scale(1)   translate(10px, -30px); }
  38%  { transform: scale(0.8, 1) translate(80vw, 30vh) rotate(160deg); }
  40%  { transform: scale(0.8, 1) translate(80vw, 30vh) rotate(160deg); }
  78%  { transform: scale(1.3) translate(0vw, 50vh) rotate(-20deg); }
  80%  { transform: scale(1.3) translate(0vw, 50vh) rotate(-20deg); }
  100% { transform: scale(1)   translate(10px, -30px); }
}

/* Waves CSS */


.header {
  position:relative;
  text-align:center;
color:white;
}
.logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

.inner-header {
  height:65vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% {
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 576px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}


footer {
  position: fixed;

  width: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding-bottom: 0;
  width:100%;
   /* Height of the footer */


}


    .back-to-top {
        color: #000;
        font-size: 4em;
        opacity: 0.6;
        position: fixed;
        bottom: 0.1%;
        right: 0.1%;
        left: 82%;
        width: 128px;
        height: 128px;
        z-index: 9999;
        cursor: pointer;
        text-decoration: none;
        transition: opacity 0.1s ease-out;

    }
    .back-to-top:hover{
        opacity: 0.7;
    }

    .select2-container .select2-selection--single{
    height:34px !important;
    color: black !important;
}


.select2-container--default .select2-selection--single{
         border: 1px solid #000 !important;
     border-radius: 0px !important;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    color: black;
}

.productoDesktop{



    display: block;
    margin-top: 2%;
     position: fixed;
    width: 42%;

}



.productoTablet{
    display: block;

    position: fixed;
    width: 42%;

}

.productoMobile{
    width:100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


@media only screen and (max-width: 576px) {
    .productoMobile{
        display: block;
    }
    .productoTablet {
        display: none;
    }
    .productoDesktop {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
    .productoMobile{
        display: none;
    }
    .productoTablet {
        display: block;
    }
    .productoDesktop {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .productoDesktop {
        display: block;
    }
    .productoTablet {
        position: center;
        display: none;
        visibility: none;
    }
    .productoMobile{
        position: center;
        display: none;
        visibility: none;
    }
}

/* media queries para acomodar productos */
@media only screen and (min-width: 820px) {

    .productoTablet{

      margin-left: -4%;
    }
}

@media only screen and (min-width: 992px) {

    .productoTablet{
      margin-left: -2%;
    }
}

@media only screen and (min-width: 950px) {

    .productoTablet{
      margin-left: -6%;
    }
}

@media only screen and (min-width: 990px) {

    .productoTablet{
      margin-left: -6%;
    }
}

@media only screen and (min-width: 1100px) {

    .productoDesktop{
      margin-left: -5%;
      width: 48%;
    }
}

@media only screen and (min-width: 1150px) {

    .productoDesktop{
      margin-left: -7%;
      width: 48%;
    }
}

@media only screen and (min-width: 1200px) {

    .productoDesktop{
      margin-left: -2%;
      width: 48%;
    }
}

@media only screen and (min-width: 1250px) {

    .productoDesktop{
      margin-left: -4%;
      width: 48%;
    }
}


@media only screen and (min-width: 1300px) {

    .productoDesktop{
      margin-left: -6%;
      width: 45%;
    }
}


@media only screen and (min-width: 1400px) {

    .productoDesktop{
      margin-left: -4%;
      width: 45%;
    }
}


@media only screen and (min-width: 1500px) {

    .productoDesktop{
      margin-left: -2%;
      width: 40%;
    }
}

@media only screen and (min-width: 1600px) {

    .productoDesktop{
      margin-left: -10%;
      width: 50%;
    }
}


@media only screen and (min-width: 1700px) {

    .productoDesktop{
      margin-left: -12%;
      width: 50%;
    }
}


@media only screen and (min-width: 1750px) {

    .productoDesktop{
      margin-left: -15%;
      width: 50%;
    }
}


@media only screen and (min-width: 1800px) {

    .productoDesktop{
      margin-left: -16%;
      width: 50%;
    }
}




body {
     background-image: url(../img/fondo-hd.png) !important;

    color: #fff; /* color del sitio CAMBIAR*/
    background-color: #ebedf2;
    /* Ubicación de la imagen */



    /* Para dejar la imagen de fondo centrada, vertical y

    horizontalmente */

    background-position: center center;

    /* Para que la imagen de fondo no se repita */

    background-repeat: no-repeat;

    /* La imagen se fija en la ventana de visualización para que la altura de la imagen no supere a la del contenido */

    background-attachment: fixed;

    /* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */

    background-size: cover;

    /* Se muestra un color de fondo mientras se está cargando la imagen

    de fondo o si hay problemas para cargarla */



    }

    @media only screen and (max-width: 1200px) {
      body{

       background-color: #000;
       background-position: left ;
       background-size: cover;
       background-repeat: no-repeat;
       background-attachment: fixed;
      }
        }

     @media only screen and (min-width: 800px) {
       background-image: url(../img/fondo-hd.png);
     }

    @media only screen and (max-width: 576px) {
  body{
  background-image: url(../img/none.png) !important ;
   background-color: #000;
   background-position: left ;
   background-size: cover;
   background-repeat: no-repeat;
   background-attachment: fixed;
  }
    }
    body {background-color: #000 !important;}

    .otro{
        color:#ff0000;
    }

    .form-check-label{ /* color de optins CAMBIAR*/
        color: #6865b6 !important;
    }




    .form-select {

        border: 2px solid #6865b6 !important;

    color: rgb(158, 158, 158);
    }

    .form-select::placeholder {


    color: #5d5df4;
    }

    .form-control::placeholder{  /* color  de fondo de inputs de formulario CAMBIAR*/
   color: #5d5df4;

    }

    .invalid-feedback { /*color de chequeo inválido */
     color: #ff0000;
    }

    .form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {  /*color de optins inválido */
        color: #ff0000;
    }




.valid-feedback {


    color: #5d5df4 !important;
}

.registrate{
    width: 100%;
  max-width: 400px;
  height: auto;
}


.responsive {
    width: 50%;

    height: auto;
  }

  .exito{
     display: none;
  }





.fondoFormulario {


  }

  .titulo{
    margin-bottom: 1px;
  }

  .subtitulo{
    left: 50%;
    right: 50%;
    font-size: 1.25em;
  }

  .titulo{

  }

  .disclaimer{
    font-size: 1.2em;
  }

  .subtitulo{
    font-size: 0.8em;
    color:#ff0000;
  }

  /*clases nuevas de knorr mesa */

  .textoSuperior{

    width: 90% !important;
    padding-left: 100% important;
    margin-left: auto;
    margin-right: auto;
  }


  .nombreLabels{
    color: #5d5df4;
  }

  .logoKnorr{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    float: left;
  }


.logoDesktop{
  position: fixed;
  display: block;
  margin-left: -60px;
  margin-right: auto;
height: 80%;
  float: center;
}

.logoMobile{
  width: 100%;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;


  float: center;
}


  @media (max-width: 576px) {
    .logoDesktop{
      display: none;

    }

.textoSuperior{
  display: none;
}
  }




   @media (min-width: 576px) {
    .textoSuperior{
      display: block;
    }
    .logoDesktop{
      position: fixed;
      display: block;
      margin-left: auto;
      margin-right: auto;

    height: 400px;
      float: center;
    }

  }
  @media (min-width: 576px) {
    .logoMobile{
      display: none;
      width: 100%;
      max-width: 100%;

    }
  }

  @media (min-width: 868px) {

    .logoDesktop{
      position: fixed;
      display: block;
      margin-left: auto;
      margin-right: auto;

    height: 500px;
      float: center;
    }

  }
  @media (min-width: 900px) {

    .logoDesktop{
      position: fixed;
      display: block;
      margin-left: auto;
      margin-right: auto;

    height: 500px;
      float: center;
    }

  }

  @media (min-width: 1100px) {

    .logoDesktop{
      position: fixed;
      display: block;
      margin-left: auto;
      margin-right: auto;

    height: 500px;
      float: center;
    }

  }


  @media (min-width: 1200px) {

    .logoDesktop{
      position: fixed;
      display: block;
      margin-left: auto;
      margin-right: auto;

    height: 550px;
      float: center;
    }

  }

  @media (min-width: 1400px) {

    .logoDesktop{
      position: fixed;
      display: block;
      margin-left: auto;
      margin-right: auto;

    height: 650px;
      float: center;
    }

  }

 

  @media (min-width: 1300px) {

    .logoDesktop{
      position: fixed;
      display: block;
      margin-left: auto;
      margin-right: auto;

    height: 750px;
      float: center;
    }

  }

.btn-primary, .btn-primary:active, .btn-primary:visited {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  background-color: #e74c3c  !important;
  border: 2px solid #e74c3c !important;
  border-radius: .6em;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;

}

.btn{
  box-sizing: border-box;
-webkit-appearance: none;
appearance: none;
background-color: #e74c3c;
border: 2px solid #e74c3c;
border-radius: .1em;
color: #fff;
cursor: pointer;
font-size: 1rem;
font-weight: 400;
line-height: 1;
margin: 20px;
text-decoration: none;
text-align: center;

font-family: "Montserrat",sans-serif;
font-weight: 700;
}


.btn-primary:hover {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  background-color: #e74c3c !important;
  border: 2px solid #e74c3c  !important;
  border-radius: .6em;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;

}

.subs{
  font-size: 0.8em;
  color: #5d5df4;
}

.proximamente, .subtitulo {
  color: #5d5df4;
  font-family: "gotham_boldregular";
  font-weight: 500;
}

.subtitulo {
  font-size: 1em;
}

.infoMarca {
  color: #545454;
  font-size: 13px;
}
.infoMarca, h2, h3 {
  font-family: "gotham_boldregular";
  margin: 10px 0 0;
}

.centrar{
  padding: 10px 0 10px !important;
  text-align: center !important; 
}