@charset "UTF-8";

/*FONTS*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
  overflow-x:hidden;
}
body ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
.wrapper {
  background-color: #343a40;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%239C92AC' fill-opacity='0.25' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to right top, #000, #000, #000, #000, #000);
  position: absolute;
  top: 0;
  left: 0;
  min-height:100vh;
  width: 100%;
  overflow: hidden;
  z-index:-1;
}
.wrapper.form-success .container h1 {
  transform: translateY(85px);
}
.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
.container h1 {
  font-size: 40px;
  transition-duration: 1s;
  transition-timing-function: ease-in-put;
  font-weight: 200;
}
.form {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
.form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  transition-duration: 0.25s;
  font-weight: 300;
}
.form input,  button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  transition-duration: 0.25s;
  font-weight: 300;
}
.form input:hover, button:hover, select:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.form select:focus {
  background-color: white;
  text-align:start;
  color: #5a0028;
}
.form input:focus, button:focus {
  background-color: white;
  width: 300px;
  color: #5a0028;
}

.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-700px) rotate(600deg);
  }
}


@page {
  size: letter;   /* auto is the default value */
  margin: 0mm;  /* this small affects the margin in the printer some imp settings */
}
@media print {
  html, body {
    height:100%; 
    margin: 0 !important; 
    padding: 0 !important;
  }
  ul, li, .container, .form{
    display:none;
  }
  #page, #page * {
    zoom:98.6%;
    top: 0;
    left: 0;
  }
  #tallergen {
    width:750px;
  }
  .ajust {
    padding-right:60px;
  }
  #ajust3 {
    padding-top:0;
  }

}

.indice {font-size:xx-small; vertical-align:top;} 

#page {color:#000; background:#fff; height:2280px; margin:0 auto; width:893px;}
#page h1 {font-size:18px; margin:0 auto;}
#page h2 {font-size:16px; margin:0 auto;}
#page h3 {font-size:14px; margin:0 auto;}
#page p {font-size:13px; margin:0;}
#tmain td {border-bottom:1px solid black; padding:7px;}
#tmain td:first-child {width:137px;}
#tmain td:nth-child(2) {width:439px; padding-left:0; padding-right:0;}
#tmain td:nth-child(3) {border:0;}
#tmain {margin:10px 40px;}
#tmain table th:nth-child(2) {padding-left:10px;}
#tmain table td  {border-bottom:0 !important; padding:0;}
#tmain table td:first-child {width:auto;}
#tmain table td:nth-child(2) {padding-left:10px; width:auto;}
#tmain table td:nth-child(3) {padding-left:10px;}

#tallergen td, #tallergen th {border:1px solid black; text-align:center;}
#tallergen th {padding:0 5px;}
#tallergen td:first-child {padding-left:5px; padding-right:5px; text-align:justify; width:450px;}
#tallergen td:nth-child(2) {width:100px;}

.text-justify {text-align:justify;}
.baspage {width:893px; height:50px; font-style: normal;}
.greater {padding-top:5px;}

/*TVN*/
#content {border:1px solid black; margin:18px 0; padding:1px 5px; width:230px;}
#content .row {margin:0; padding:0;}
#content .col-8, .col-12, .col-4, .col-6 {margin:0; padding:0;}
#content p {font-size:11px; margin:0; padding:0;}
#content h2 {font-size:25px; margin:0; padding:0;}
#content h3 {font-size:19px;}

b, h1, h2, h3, h4, h5, h6 {font-weight:bold;}
