@charset "UTF-8";
body.page-template-page-formatos header, body.page-template-page-formatosIndividual header {
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
  z-index: 999;
}
body.page-template-page-formatos header .column-4, body.page-template-page-formatosIndividual header .column-4 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
body.page-template-page-formatos header .column-4 a, body.page-template-page-formatosIndividual header .column-4 a {
  background: #0b6984;
  border-radius: 0.2rem;
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0 0.4rem;
  padding: 0.2rem 0.5rem;
}
@media only screen and (max-width: 769px) {
  body.page-template-page-formatos header, body.page-template-page-formatosIndividual header {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-page-formatos header, body.page-template-page-formatosIndividual header {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.page-template-page-formatos .swiper .swiper-wrapper, body.page-template-page-formatosIndividual .swiper .swiper-wrapper {
  padding: 0 0 1rem 0;
  margin: 0 0 3rem 0;
}
body.page-template-page-formatos .swiper .swiper-wrapper .item, body.page-template-page-formatosIndividual .swiper .swiper-wrapper .item {
  align-items: center;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 2rem;
  padding: 0 3rem;
}
@media only screen and (max-width: 600px) {
  body.page-template-page-formatos .swiper .swiper-wrapper .item, body.page-template-page-formatosIndividual .swiper .swiper-wrapper .item {
    grid-template-columns: 1fr;
  }
}
body.page-template-page-formatos .swiper .swiper-wrapper .item h3, body.page-template-page-formatosIndividual .swiper .swiper-wrapper .item h3 {
  color: #0b6984;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0 0 2rem 0;
  display: flex;
  align-items: center;
}
body.page-template-page-formatos .swiper .swiper-wrapper .item h3 img, body.page-template-page-formatosIndividual .swiper .swiper-wrapper .item h3 img {
  width: 2rem;
  margin: 0 1rem 0 0;
}
body.page-template-page-formatos .swiper .swiper-wrapper .item p, body.page-template-page-formatosIndividual .swiper .swiper-wrapper .item p {
  font-size: 0.9rem;
  padding: 0 0 2rem 0;
}
body.page-template-page-formatos .swiper .swiper-wrapper .item ul, body.page-template-page-formatosIndividual .swiper .swiper-wrapper .item ul {
  font-size: 0.9rem;
  list-style: disc;
  margin: 0 0 2rem 2rem;
}
body.page-template-page-formatos .swiper .swiper-wrapper .item .image, body.page-template-page-formatosIndividual .swiper .swiper-wrapper .item .image {
  justify-self: end;
}
@media only screen and (max-width: 600px) {
  body.page-template-page-formatos .swiper .swiper-wrapper .item .image, body.page-template-page-formatosIndividual .swiper .swiper-wrapper .item .image {
    justify-self: center;
  }
}
body.page-template-page-formatos .swiper .swiper-wrapper .item .image img, body.page-template-page-formatosIndividual .swiper .swiper-wrapper .item .image img {
  max-width: 23rem;
  width: 100%;
  max-height: 43vh;
}
body.page-template-page-formatos .swiper .swiper-button-next,
body.page-template-page-formatos .swiper .swiper-button-prev, body.page-template-page-formatosIndividual .swiper .swiper-button-next,
body.page-template-page-formatosIndividual .swiper .swiper-button-prev {
  bottom: 0;
  top: auto;
}
body.page-template-page-formatos .mySwiperGal .swiper-wrapper, body.page-template-page-formatosIndividual .mySwiperGal .swiper-wrapper {
  padding: 0 0 1rem 0;
  margin: 0 0 3rem 0;
}
body.page-template-page-formatos .mySwiperGal .swiper-wrapper .item, body.page-template-page-formatosIndividual .mySwiperGal .swiper-wrapper .item {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  padding: 0 3rem;
}
body.page-template-page-formatos .mySwiperGal .swiper-wrapper .item .image, body.page-template-page-formatosIndividual .mySwiperGal .swiper-wrapper .item .image {
  justify-self: center;
}
body.page-template-page-formatos .mySwiperGal .swiper-wrapper .item .image img, body.page-template-page-formatosIndividual .mySwiperGal .swiper-wrapper .item .image img {
  max-width: 23rem;
  width: auto;
  max-height: 38vh;
}
body.page-template-page-formatos .mySwiperGal .swiper-button-next,
body.page-template-page-formatos .mySwiperGal .swiper-button-prev, body.page-template-page-formatosIndividual .mySwiperGal .swiper-button-next,
body.page-template-page-formatosIndividual .mySwiperGal .swiper-button-prev {
  bottom: 0;
  top: auto;
}
body.page-template-page-formatos .container, body.page-template-page-formatosIndividual .container {
  padding-left: 2rem;
  padding-right: 2rem;
}
body.page-template-page-formatos .contact-form, body.page-template-page-formatosIndividual .contact-form {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  padding: 2rem 2rem 1rem 2rem;
}
body.page-template-page-formatos .contact-form h4, body.page-template-page-formatosIndividual .contact-form h4 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1rem;
}
body.page-template-page-formatos .contact-form .wpforms-field, body.page-template-page-formatosIndividual .contact-form .wpforms-field {
  padding: 0;
}
body.page-template-page-formatos .contact-form input[type=text], body.page-template-page-formatos .contact-form input[type=email], body.page-template-page-formatos .contact-form input[type=tel], body.page-template-page-formatos .contact-form input[type=number], body.page-template-page-formatosIndividual .contact-form input[type=text], body.page-template-page-formatosIndividual .contact-form input[type=email], body.page-template-page-formatosIndividual .contact-form input[type=tel], body.page-template-page-formatosIndividual .contact-form input[type=number] {
  border: none;
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem;
  width: 100%;
}
body.page-template-page-formatos .contact-form textarea, body.page-template-page-formatosIndividual .contact-form textarea {
  border: none;
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem;
  width: 100%;
}
body.page-template-page-formatos .contact-form button, body.page-template-page-formatosIndividual .contact-form button {
  background: #0b6984;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  margin: 2rem 0 0 0;
  padding: 0.7rem 1rem;
  width: 100%;
}
body.page-template-page-formatos .contact-form button:hover, body.page-template-page-formatosIndividual .contact-form button:hover {
  background: #76c9dc;
  color: #FFFFFF;
}
body.page-template-page-formatos .contact-form .wpforms-field-checkbox, body.page-template-page-formatosIndividual .contact-form .wpforms-field-checkbox {
  padding: 1rem 0;
}
body.page-template-page-formatos .contact-form .wpforms-field-checkbox label, body.page-template-page-formatosIndividual .contact-form .wpforms-field-checkbox label {
  color: #FFFFFF;
  font-size: 0.9rem;
}
body.page-template-page-formatos .contact-form .wpforms-field-checkbox a, body.page-template-page-formatosIndividual .contact-form .wpforms-field-checkbox a {
  color: #FFFFFF;
  text-decoration: underline;
}
body.page-template-page-formatos .wpforms-error, body.page-template-page-formatosIndividual .wpforms-error {
  color: #FFFFFF !important;
  font-size: 0.8rem !important;
}
body.page-template-page-formatos .wpforms-error::before, body.page-template-page-formatosIndividual .wpforms-error::before {
  background-color: #FFFFFF !important;
}
body.page-template-page-formatos #primary, body.page-template-page-formatosIndividual #primary {
  margin-top: 0;
}
body.page-template-page-formatos #primary *, body.page-template-page-formatosIndividual #primary * {
  box-sizing: border-box;
}
body.page-template-page-formatos #primary .header-page, body.page-template-page-formatosIndividual #primary .header-page {
  height: auto;
  min-height: 70vh;
  padding: 13rem 0 5rem 0;
  position: relative;
}
@media only screen and (max-width: 600px) {
  body.page-template-page-formatos #primary .header-page, body.page-template-page-formatosIndividual #primary .header-page {
    padding: 5rem 0 5rem 0;
  }
}
body.page-template-page-formatos #primary .header-page .row, body.page-template-page-formatosIndividual #primary .header-page .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 769px) {
  body.page-template-page-formatos #primary .header-page .row, body.page-template-page-formatosIndividual #primary .header-page .row {
    grid-template-columns: 1fr;
  }
}
body.page-template-page-formatos #primary .header-page .overlay, body.page-template-page-formatosIndividual #primary .header-page .overlay {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.page-template-page-formatos #primary .header-page h1, body.page-template-page-formatosIndividual #primary .header-page h1 {
  border-bottom: solid 1px #76c9dc;
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  max-width: 40rem;
  padding: 0 0 1rem 0;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 769px) {
  body.page-template-page-formatos #primary .header-page h1, body.page-template-page-formatosIndividual #primary .header-page h1 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-page-formatos #primary .header-page h1, body.page-template-page-formatosIndividual #primary .header-page h1 {
    font-size: 1.3rem;
  }
}
body.page-template-page-formatos #primary .header-page h2, body.page-template-page-formatosIndividual #primary .header-page h2 {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 400;
  max-width: 40rem;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 600px) {
  body.page-template-page-formatos #primary .header-page h2, body.page-template-page-formatosIndividual #primary .header-page h2 {
    font-size: 1rem;
  }
}
body.page-template-page-formatos #primary .header-page p,
body.page-template-page-formatos #primary .header-page ul, body.page-template-page-formatosIndividual #primary .header-page p,
body.page-template-page-formatosIndividual #primary .header-page ul {
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}
body.page-template-page-formatos #primary .header-page p, body.page-template-page-formatosIndividual #primary .header-page p {
  margin: 1.5rem 0;
}
body.page-template-page-formatos #primary .header-page ul, body.page-template-page-formatosIndividual #primary .header-page ul {
  list-style: circle;
  margin: 0 0 0 1.5rem;
}
body.page-template-page-formatos #primary .contenido, body.page-template-page-formatosIndividual #primary .contenido {
  padding: 0;
}
body.page-template-page-formatos #primary .contenido .introductorio, body.page-template-page-formatosIndividual #primary .contenido .introductorio {
  background: rgba(0, 0, 0, 0.12);
  padding: 4rem 3rem;
  text-align: center;
}
body.page-template-page-formatos #primary .contenido .introductorio h2, body.page-template-page-formatosIndividual #primary .contenido .introductorio h2 {
  color: #0b6984;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 4rem 0;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  body.page-template-page-formatos #primary .contenido .introductorio, body.page-template-page-formatosIndividual #primary .contenido .introductorio {
    padding: 3rem 2rem;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-page-formatos #primary .contenido .introductorio, body.page-template-page-formatosIndividual #primary .contenido .introductorio {
    padding: 2rem;
  }
}
body.page-template-page-formatos #primary .contenido .textos_adicionales, body.page-template-page-formatosIndividual #primary .contenido .textos_adicionales {
  background: rgba(0, 0, 0, 0.12);
  padding: 0rem 2rem 4rem;
}
@media only screen and (max-width: 600px) {
  body.page-template-page-formatos #primary .contenido .textos_adicionales, body.page-template-page-formatosIndividual #primary .contenido .textos_adicionales {
    padding: 4rem 1rem;
  }
}
body.page-template-page-formatos #primary .contenido .textos_adicionales .contenidoTextosAdicionales, body.page-template-page-formatosIndividual #primary .contenido .textos_adicionales .contenidoTextosAdicionales {
  margin: 0 auto;
  max-width: 60rem;
  width: 100%;
}
body.page-template-page-formatos #primary .contenido .textos_adicionales h2, body.page-template-page-formatosIndividual #primary .contenido .textos_adicionales h2 {
  color: #0b6984;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 4rem 0 1rem 0;
  text-align: left;
}
body.page-template-page-formatos #primary .contenido .textos_adicionales h3, body.page-template-page-formatosIndividual #primary .contenido .textos_adicionales h3 {
  color: #000000;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1rem 0 1rem 0;
  text-align: left;
}
body.page-template-page-formatos #primary .contenido .textos_adicionales p, body.page-template-page-formatosIndividual #primary .contenido .textos_adicionales p {
  font-size: 1rem;
  font-weight: 400;
  padding: 0 0 1rem 0;
  text-align: left;
}
body.page-template-page-formatos #primary .contenido .bolsas, body.page-template-page-formatosIndividual #primary .contenido .bolsas {
  background: rgba(0, 0, 0, 0.12);
  padding: 4rem 2rem;
}
@media only screen and (max-width: 600px) {
  body.page-template-page-formatos #primary .contenido .bolsas, body.page-template-page-formatosIndividual #primary .contenido .bolsas {
    padding: 4rem 1rem;
  }
}
body.page-template-page-formatos #primary .contenido .bolsas .contenidoBolsas, body.page-template-page-formatosIndividual #primary .contenido .bolsas .contenidoBolsas {
  margin: 0 auto;
  max-width: 60rem;
  width: 100%;
}
body.page-template-page-formatos #primary .contenido .bolsas h2, body.page-template-page-formatosIndividual #primary .contenido .bolsas h2 {
  color: #0b6984;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 4rem 0;
  text-align: center;
}
body.page-template-page-formatos #primary .contenido .bolsas a, body.page-template-page-formatosIndividual #primary .contenido .bolsas a {
  background: #0b6984;
  border-radius: 0.3rem;
  color: #FFFFFF;
  display: block;
  margin: 2rem auto 0;
  max-width: 25rem;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
  width: 100%;
}
body.page-template-page-formatos #primary .contenido .bolsas a:hover, body.page-template-page-formatosIndividual #primary .contenido .bolsas a:hover {
  background: #76c9dc;
  color: #000000;
}
body.page-template-page-formatos #primary .contenido .ventajas, body.page-template-page-formatosIndividual #primary .contenido .ventajas {
  background: rgba(0, 0, 0, 0.02);
  padding: 2rem 3rem;
  text-align: center;
}
body.page-template-page-formatos #primary .contenido .ventajas h2, body.page-template-page-formatosIndividual #primary .contenido .ventajas h2 {
  color: #0b6984;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 0 4rem 0;
  text-align: center;
}
body.page-template-page-formatos #primary .contenido .ventajas .listVentajas, body.page-template-page-formatosIndividual #primary .contenido .ventajas .listVentajas {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 769px) {
  body.page-template-page-formatos #primary .contenido .ventajas .listVentajas, body.page-template-page-formatosIndividual #primary .contenido .ventajas .listVentajas {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-page-formatos #primary .contenido .ventajas .listVentajas, body.page-template-page-formatosIndividual #primary .contenido .ventajas .listVentajas {
    grid-template-columns: 1fr;
  }
}
body.page-template-page-formatos #primary .contenido .ventajas .listVentajas div, body.page-template-page-formatosIndividual #primary .contenido .ventajas .listVentajas div {
  text-align: center;
  padding: 0 2rem;
}
body.page-template-page-formatos #primary .contenido .ventajas .listVentajas img, body.page-template-page-formatosIndividual #primary .contenido .ventajas .listVentajas img {
  width: 100%;
  max-width: 5rem;
  display: block;
  margin: 0 auto 1rem;
}
body.page-template-page-formatos #primary .contenido .ventajas .listVentajas p, body.page-template-page-formatosIndividual #primary .contenido .ventajas .listVentajas p {
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  body.page-template-page-formatos #primary .contenido .ventajas, body.page-template-page-formatosIndividual #primary .contenido .ventajas {
    padding: 1.5rem;
  }
}
body.page-template-page-formatos #primary .contenido .bobina, body.page-template-page-formatosIndividual #primary .contenido .bobina {
  padding: 4rem 2rem;
}
@media only screen and (max-width: 600px) {
  body.page-template-page-formatos #primary .contenido .bobina, body.page-template-page-formatosIndividual #primary .contenido .bobina {
    padding: 4rem 1rem;
  }
}
body.page-template-page-formatos #primary .contenido .bobina .contenidoBobina, body.page-template-page-formatosIndividual #primary .contenido .bobina .contenidoBobina {
  margin: 0 auto;
  max-width: 60rem;
  width: 100%;
}
body.page-template-page-formatos #primary .contenido .bobina h2, body.page-template-page-formatosIndividual #primary .contenido .bobina h2 {
  color: #0b6984;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 4rem 0;
  text-align: center;
}
body.page-template-page-formatos #primary .contenido .bobina h4, body.page-template-page-formatosIndividual #primary .contenido .bobina h4 {
  background: #3d4045;
  border-radius: 0.4rem;
  color: #FFFFFF;
  cursor: pointer;
  margin: 0 0 1rem 0;
  position: relative;
  padding: 0.3rem 1rem;
}
body.page-template-page-formatos #primary .contenido .bobina h4::after, body.page-template-page-formatosIndividual #primary .contenido .bobina h4::after {
  content: "▼"; /* Caracter Unicode para la flecha hacia abajo */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
body.page-template-page-formatos #primary .contenido .bobina h4.activo:after, body.page-template-page-formatosIndividual #primary .contenido .bobina h4.activo:after {
  content: "▲"; /* Caracter Unicode para la flecha hacia arriba */
}
body.page-template-page-formatos #primary .contenido .bobina h4.sinEfecto, body.page-template-page-formatosIndividual #primary .contenido .bobina h4.sinEfecto {
  background: none;
  color: #0b6984;
  cursor: inherit;
  margin: 0;
}
body.page-template-page-formatos #primary .contenido .bobina h4.sinEfecto::after, body.page-template-page-formatosIndividual #primary .contenido .bobina h4.sinEfecto::after {
  content: none;
}
body.page-template-page-formatos #primary .contenido .bobina ul, body.page-template-page-formatosIndividual #primary .contenido .bobina ul {
  background: #cdd3db;
  border-radius: 0.4rem;
  display: none;
  list-style-position: inside;
  margin: 0 0 1rem 0;
  padding: 1rem;
}
body.page-template-page-formatos #primary .contenido .bobina ul.visible, body.page-template-page-formatosIndividual #primary .contenido .bobina ul.visible {
  display: block;
}
body.page-template-page-formatos #primary .contenido .bobina ul.sinEfecto, body.page-template-page-formatosIndividual #primary .contenido .bobina ul.sinEfecto {
  display: block;
  background: inherit;
  color: inherit;
}
body.page-template-page-formatos #primary .contenido .bobina a, body.page-template-page-formatosIndividual #primary .contenido .bobina a {
  background: #0b6984;
  border-radius: 0.3rem;
  color: #FFFFFF;
  display: block;
  margin: 2rem auto 0;
  max-width: 15rem;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
  width: 100%;
}
body.page-template-page-formatos #primary .contenido .bobina a:hover, body.page-template-page-formatosIndividual #primary .contenido .bobina a:hover {
  background: #76c9dc;
  color: #000000;
}
body.page-template-page-formatos #primary .contenido .container, body.page-template-page-formatosIndividual #primary .contenido .container {
  padding: 2rem;
}
body.page-template-page-formatos #primary .contenido .compromiso, body.page-template-page-formatosIndividual #primary .contenido .compromiso {
  background: #0b6984 url(https://www.spg-pack.com/wp-content/uploads/2022/03/IMG-Cta.jpg) center center no-repeat;
  background-size: cover;
  padding: 3rem 2rem 4rem;
}
body.page-template-page-formatos #primary .contenido .compromiso h2,
body.page-template-page-formatos #primary .contenido .compromiso p,
body.page-template-page-formatos #primary .contenido .compromiso ul, body.page-template-page-formatosIndividual #primary .contenido .compromiso h2,
body.page-template-page-formatosIndividual #primary .contenido .compromiso p,
body.page-template-page-formatosIndividual #primary .contenido .compromiso ul {
  color: #FFFFFF;
}
body.page-template-page-formatos #primary .contenido .compromiso h2, body.page-template-page-formatosIndividual #primary .contenido .compromiso h2 {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 3rem;
}
body.page-template-page-formatos #primary .contenido .compromiso a, body.page-template-page-formatosIndividual #primary .contenido .compromiso a {
  color: #FFFFFF;
  text-decoration: underline;
}
body.page-template-page-formatos #primary .contenido .compromiso a:hover, body.page-template-page-formatosIndividual #primary .contenido .compromiso a:hover {
  color: #FFFFFF;
}
body.page-template-page-formatos #primary .contenido .ctas, body.page-template-page-formatosIndividual #primary .contenido .ctas {
  margin: 0;
  text-align: center;
  padding: 5rem 0;
}
body.page-template-page-formatos #primary .contenido .ctas a, body.page-template-page-formatosIndividual #primary .contenido .ctas a {
  background: #0b6984;
  border-radius: 3rem;
  color: #FFFFFF !important;
  display: inline-block;
  font-weight: 600;
  margin: 0 1rem 1rem;
  padding: 0.7rem 1rem;
  text-decoration: none;
}
body.page-template-page-formatos footer, body.page-template-page-formatosIndividual footer {
  padding: 3rem 1rem;
}
body.page-template-page-formatos footer h3,
body.page-template-page-formatos footer p,
body.page-template-page-formatos footer ul, body.page-template-page-formatosIndividual footer h3,
body.page-template-page-formatosIndividual footer p,
body.page-template-page-formatosIndividual footer ul {
  color: #FFFFFF;
}
body.page-template-page-formatos footer h3, body.page-template-page-formatosIndividual footer h3 {
  font-size: 2rem;
  padding: 0 0 2rem 0;
}
body.page-template-page-formatos footer .row, body.page-template-page-formatosIndividual footer .row {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 769px) {
  body.page-template-page-formatos footer .row, body.page-template-page-formatosIndividual footer .row {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-page-formatos footer .row, body.page-template-page-formatosIndividual footer .row {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.page-template-page-formatos footer .menu_footer, body.page-template-page-formatosIndividual footer .menu_footer {
  border-top: solid 1px #616161;
  margin: 2rem 0 0 0;
}
body.page-template-page-formatos footer .menu_footer ul, body.page-template-page-formatosIndividual footer .menu_footer ul {
  margin: 0;
  padding: 1rem 0 0 0;
  text-align: center;
}
body.page-template-page-formatos footer .menu_footer ul li, body.page-template-page-formatosIndividual footer .menu_footer ul li {
  display: inline-block;
  font-size: 0.8rem;
  padding: 0 0.5rem;
}
body.page-template-page-formatos footer .menu_footer ul li a, body.page-template-page-formatosIndividual footer .menu_footer ul li a {
  color: #FFFFFF;
}

#menu-formato-flowpack a,
#menu-formato-bolsas-reformadas a {
  color: #666 !important;
  margin-bottom: 20px;
}
#menu-formato-flowpack .mega-menu-item-custom_html-21 .separador,
#menu-formato-bolsas-reformadas .mega-menu-item-custom_html-21 .separador {
  display: block;
  height: 50px !important;
  width: 1px;
  border-left: 1px solid #666;
}

.formulario {
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.formulario.oculto {
  display: none !important;
}
.formulario.visible {
  display: flex;
}
.formulario > div {
  width: 100%;
  max-width: 750px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 3px;
  border-radius: 0.5rem;
}
.formulario span {
  background: #026983;
  border-radius: 0.5rem 0.5rem 0 0;
  cursor: pointer;
  display: block;
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-align: right;
  width: 100%;
  color: #FFFFFF;
  font-size: 1.3rem;
}/*# sourceMappingURL=formatos.min.css.map */