.l-forma {
  background-image: url("../../dist/img/contacto/banner.jpg");
  min-height: 55vh;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
}

.l-forma__container {
  max-width: var(--layout990);
  width: 100%;
  margin: auto;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.l-forma__square {
  border: 1px solid var(--vino);
  max-width: 358px;
  height: 120px;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-forma__textbox {
  position: relative;
  top: -120px;
}

.l-news {
  background-color: var(--crema);
  min-height: 350px;
  max-height: 694px;
}

.l-news__content {
  background-color: var(--blanco);
  min-height: 925px;
  position: relative;
  padding: 50px 20px;
}

.l-form-container {
  max-width: var(--layout750);
  margin: auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}

#FILLS form {
  padding-top: 100px;
}

#FILLS form input {
  height: 50px;
}

#FILLS form textarea {
  height: 100px;
}

#FILLS form input,
textarea {
  width: 100%;
  margin: 10px 0;
  border: 1px solid var(--vino);
  border-radius: 3px;
  padding: 5px 15px;
  background-color: #ffffffd6;
}

.l-send-yellow {
  width: 211px !important;
  text-align: center !important;
  background-color: var(--vino) !important;
  border: none !important;
  margin: auto !important;
  height: 50px !important;
  display: block !important;
  color: var(--blanco) !important;
}

.l-pos-pic {
  position: absolute;
  top: 0;
  right: 0;
}

.l-whats {
  background-image: url("../../dist/img/contacto/pleca.jpg");
  min-height: 456px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  position: relative;
}

.l-whats-textbox {
  max-width: 490px;
  margin-left: auto;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 150px;
}

.l-drink {
  position: absolute;
  max-width: 524px;
  margin-left: auto;
  bottom: -3px;
}

.l-drink-pic {
  width: 100%;
  max-width: 524px;
  height: auto;
  object-fit: contain;
}

.l-pos-whats {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  top: 19px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ESTILOS DE MODAL DE CONTACTO
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#THNX button {
  background-color: var(--vino);
}

.l-modal-thnx .fancybox-button svg path {
  fill: #ffffff;
}

#THNX .fancybox-content {
  padding: 0;
}

#THNX .c-flex-center {
  flex-wrap: nowrap;
}

.l-modal-thnx {
  max-width: 1412px !important;
  width: 100%;
  height: 565px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: var(--blanco);
  padding: 0 !important;
}

.l-mod-thnx-container {
  position: relative;
}

.l-thnx-blanco-container {
  max-width: 510px;
  width: 100%;
  padding: 30px 30px;
  margin: auto;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  background-color: #ffffff7a;
}

.l-thnx-blanco {
  background-color: var(--blanco);
  max-width: 705px;
  width: 100%;
  display: flex;
}

.l-thnx-vino {
  background-image: url("../../dist/img/contacto/fofondo.jpg");
  max-width: 705px;
  height: 565px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-btn-mods {
  width: 180px;
  display: block;
  text-align: center;
  height: 45px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.l-thnx-pic {
  position: absolute;
  right: 0px;
  max-height: 553px;
  bottom: 0;
}

@media screen and (max-width: 1500px) {
  .l-thnx-pic {
    bottom: 0;
    top: unset;
    max-height: 418px;
    max-width: 606px;
    object-fit: contain;
    width: 100%;
    display: none;
  }
  .l-thnx-vino {
    display: none;
  }
  .l-drink-pic {
    display: none;
  }
}

@media (max-width: 820px) {
  #THNX .c-flex-center {
    flex-wrap: wrap;
  }
  .l-thnx-blanco {
    max-width: unset;
  }
  .l-whats-textbox {
    margin: auto;
  }
}

@media (max-width: 768px) {
  .l-forma{
    min-height: 30vh;
  }

  #FILLS form {
    padding-top: 20px;
  }

  .privacidad{
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ESTILOS DE LA NUEVA VISTA DE CONTACTO AGRADECER
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.l-contacto-agradecer {
  height: 40vh;
  background-color: var(--crema);
  min-height: 350px;
  max-height: 694px;
}

.l-contacto-agradecer__content {
  position: relative;
  top: -232px;
}

.l-center-center__content {
  display: flex;
  justify-content: center;
}
