body {
  margin: 0px;
  position: absolute;
}

header {
  position: absolute;
  width: 100%;
  height: 28%;
}

.logo-image-container {
  position: absolute;
  height: 100%;
  top: 14%;
  margin-left: 6%;
  z-index: 50;
}

.logo-image-container img {
  height: 100%;
}

.main-container {
  margin-top: 140px;
  height: 39vw;
  box-shadow: 5px 10px 13px -5px gray;
}

.line-bottom {
  display: block;
  position: relative;
  background-color: #fff;
  height: 4px;
  top: 8px;
  z-index: 40;
}

.line-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 51%;
  height: 1px;
  background-color: white;
}

.background-image-container > img {
  width: 100%;
  box-shadow: 5px 10px 13px -5px black;
  display: block;
}

.background-image-container {
  position: relative;
  overflow: hidden;
}

.mobile-background-image-container{
    display: none;
}

.presentation-text {
  position: absolute;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  /* border: 1px dashed yellow; */
  left: 9%;
}

.presentation-text > #top-text {
  font-family: "NeusaCondensedLight";
  color: rgb(120, 138, 171);
  bottom: calc(49% - 1px);
  background-color: #fff;
  border-top: 0.5px solid black;
}

#top-text span,
#bottom-text span {
  font-family: "NeusaCondensedRegular";
}

.presentation-text > #bottom-text {
  font-family: "NeusaCondensedLight";
  color: #fff;
  background-color: rgb(129, 148, 183);
  border-bottom: 0.5px solid black;
}

.presentation-text > #top-text,
.presentation-text > #bottom-text {
  font-size: 1.8em;
  height: 7%;
  border-left: 0.5px solid black;
  border-right: 0.5px solid black;
  padding: 10px 15px 10px 15px;
}

.dynamic-content-container {
  position: absolute;
  border-radius: 15px;
  width: 40%;
  z-index: 25;
  top: 48%;
  right: 5%;
  transform: translateY(-49%);
  background-color: rgb(149, 165, 195);
  box-shadow: 5px 10px 13px -7px #000;
}

span#budget-title {
  color: #fff;
  font-family: "NeusaCondensedLight";
  font-size: 21px;
  background-color: #000;
  padding: 5px 30px 4px 30px;
  cursor: pointer;
  margin-top: 6%;
}

.dynamic-content, .dynamic-content-header {
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 8%;
}


.dynamic-content-header {
  position: relative;
  display: flex;
  justify-content: end;
}

.product-image {
  height: 120px;
}

.product-desc span, .product-title span {
  font-size: 12px;
}
.whatsapp-container {
  position: absolute;
  top: 4%;
  right: 10%;
}

.whatsapp-container p {
  font-family: "NeusaCompactLight";
}

.whatsapp-container span {
  font-family: "NeusaCompactRegular";
}

.whatsapp-icon {
  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 40;
}

.whatsapp-container img {
  width: 100px;
  cursor: pointer;
}

.contact-container {
  text-align: center;
  font-size: 17px;
  font-family: "NeusaCompactLight";
  margin-top: 20px;
  padding: 0px;
}

.contact-container p {
  white-space: pre-wrap;
}

.contact-container span {
  font-family: "NeusaCompactRegular";
}

.contact-container strong {
  font-family: "NeusaCompactMedium";
}

img.mobile {
  display: none;
}

footer > .mobile {
  display: none;
}

div.form-content input:not([type='checkbox']), div.form-content textarea {
  margin-bottom: 7px
}

.products-grid {
  margin-top: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
  width: 100%;
}

.center-grid {
  grid-template-columns: repeat(2, 1fr) !important;
  width: 66.66% !important;
  margin: 0 auto !important;
}

.product-box,
.product-box-wide-image {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  border: 0.5px solid black;
  box-shadow: 2px 2px 6px -2px;
}

.product-box span,
.product-box-wide-image span {
  text-align: center;
  font-family: "NeusaCondensedRegular";
  text-transform: uppercase;
  font-size: 20px;
  color: #fff
}

.product-desc {
  position: relative;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.product-desc span {
  color: rgb(128, 147, 182);
  font-family: "NeusaCondensedLight";
  font-size: 16px;
}

.product-title {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: rgb(128, 147, 182);
  box-sizing: border-box;
  text-align: center;
}

.product-image {
  padding: 8px;
}

.product-image img {
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.product-box-wide-image .product-image img {
  margin-left: 50%;
  transform: translateX(-50%);
}

.product-box-wide-image {
  grid-column: 2/4;
}

.product-section {
  display: none;
}

.product-section[product-id="especiales"] p {
  font-family: "NeusaCondensedLight";
  font-size: 30px;
  color: #fff
}

.product-section[product-id="especiales"] span {
  font-family: "NeusaCondensedRegular";
}

.links-container {
  display: flex;
  position: absolute;
  width: 30%;
  left: 9%;
  justify-content: space-around;
  margin-top: 20px
}

.product-link span {
  text-align: center;
  font-size: 13px;
  font-family: 'NeusaCompactRegular';
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.product-link {
  position: relative;
  cursor: pointer;
  height: 90px;
}

.product-link > img {
  width: 100%;
  height: 65px;
  object-fit: contain;
  box-shadow: none !important;
  margin: 0 auto;
}

.product-section {
  margin-top: 0px;
  align-items: center;
}

div.back-icon {
  display: none;
  position: absolute;
  cursor: pointer;
}
