/* single-ofertas */
.single-ofertas .bloque_introduccion .panel {
    border-top: 0px;
}
.single-ofertas .bloque_introduccion{
  height: 400px;
}
.single-productos .header {
  background-color: var(--main-gorlan-color);
}


section.pro_dub_comun {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 120px;
}

.archive section.pro_dub_comun {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 0px;
}

section.pro_dub_comun .breadcrumb {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-content: center;
  align-items: center;
}

section.pro_dub_comun .breadcrumb > span > span {
}

section.pro_dub_comun .breadcrumb a {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 15px;
  text-decoration: underline;
  font-size: 14px;
  color: black;
  line-height: 30px;
}

section.pro_dub_comun .breadcrumb strong {
  text-transform: uppercase;
}

section.pro_dub_comun h1 {
  color: var(--main-gorlan-color);
}

.pestanas {
  position: relative;
  top: 0px;
  z-index: 2;
}

.pestanas > ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-content: center;
  align-items: center;
  list-style: none;
  position: sticky;
  top: 75px;
  background-color: white;
  padding: 0px 0px;
  z-index: 3;
  border-bottom: 1px solid #333;
  min-height: 43px;
}

.pestanas > ul li {
}

.pestanas > ul li a {
  text-transform: uppercase;
  font-size: 20px;
  color: var(--main-gorlan-color);
  padding: 10px 10px 5px;
  display: flex;
  border-bottom: 4px solid transparent;
  font-weight: 400;
}

.pestanas > ul li a:hover,
.pestanas > ul li a:active {
  border-bottom: 4px solid var(--main-gorlan-color);
}

.pestanas > ul li:last-child {
  text-transform: uppercase;
  flex-grow: 2;
  display: flex;
  /*justify-content: flex-end;*/
  font-weight: bold;
}

.pestanas > ul li.navegacion_global {
  justify-content: flex-end;
}

.pestanas > ul li:last-child span {
  text-decoration: underline;
  cursor: pointer;
}

.single section.pro_dub_comun .breadcrumb > span > span > a:first-child {
  display: none;
}

section.pro_dub_comun .item_destino {
  /*min-height: 400px;*/
  /*background-color: lightcyan;*/
  margin-bottom: 20px;
}

section.pro_dub_comun .destino {
}

section.pro_dub_comun .destino .item_destino {
}

section.pro_dub_comun .destino .item_destino:not(#t_1) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

section.pro_dub_comun .item_destino iframe {
  max-width: 600px;
  max-height: 350px;
}

section.pro_dub_comun .item_destino h2 {
  color: var(--main-gorlan-color);
  font-size: 25px;
  text-transform: uppercase;
}

section.pro_dub_comun .destino .item_destino p a {
  text-decoration: underline;
  color: var(--main-gorlan-color);
  font-weight: 400;
}

section.pro_dub_comun .item_destino.ficha_tecnica table {
}

section.pro_dub_comun .item_destino.ficha_tecnica table tr {
}

.tabla_precios .centrado table {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}

section.pro_dub_comun .item_destino.ficha_tecnica table th,
section.pro_dub_comun
  .item_destino.ficha_tecnica
  table
  thead
  tr:first-child
  td {
  background-color: rgba(12, 90, 158, 0.75);
  color: white;
  padding: 10px;
  padding-bottom: 5px;
  font-weight: 700;
}

section.pro_dub_comun
  .item_destino.ficha_tecnica
  table
  tr:first-child
  td:nth-child(1) {
  /*color: white;*/
}

section.pro_dub_comun .item_destino.ficha_tecnica table tr td {
  text-align: center;
  font-weight: 700;
  color: rgba(0, 29, 52, 1);
}

section.pro_dub_comun .item_destino.ficha_tecnica table th:nth-child(1),
section.pro_dub_comun .item_destino.ficha_tecnica table tr td:nth-child(1) {
  /*text-align: left;*/
  /*font-weight: 400;*/
}

section.pro_dub_comun .item_destino.ficha_tecnica table tr td span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 1);
}

section.pro_dub_comun
  .item_destino.ficha_tecnica
  table
  tr:nth-of-type(even)
  td {
  background-color: rgba(0, 29, 52, 0.1);
}

section.pro_dub_comun .item_destino.ficha_tecnica table tr:nth-of-type(odd) th,
section.pro_dub_comun
  .item_destino.ficha_tecnica
  table
  thead
  tr:first-child
  td {
  background-color: rgba(12, 90, 158, 1);
}

section.pro_dub_comun .item_destino.ficha_tecnica table th span {
  display: block;
  color: rgba(137, 102, 22, 1);
}

section.pro_dub_comun .item_destino.ficha_tecnica table tr td:nth-child(1) {
  color: rgba(0, 29, 52, 1);
}

section.pro_dub_comun .item_destino.ficha_tecnica table th:nth-child(1) {
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

section.pro_dub_comun .item_destino.ficha_tecnica table tr td {
  background-color: rgba(0, 29, 52, 0.5);
  padding: 10px;
  padding-bottom: 5px;
}

section.pro_dub_comun .item_destino.ficha_tecnica table tr td strong {
  text-transform: uppercase;
  display: block;
  color: rgba(137, 102, 22, 1);
  font-weight: 700;
}

section.pro_dub_comun .item_destino.ficha_tutoriales {
}

section.pro_dub_comun .item_destino.ficha_tutoriales ul {
  padding: 0px;
  margin: 0px;
}

section.pro_dub_comun .item_destino.ficha_tutoriales ul li {
  display: flex;
  padding: 0px;
  margin: 0px;
  padding-bottom: 10px;
}

section.pro_dub_comun .item_destino.ficha_tutoriales ul li a {
}

section.pro_dub_comun .item_destino.ficha_tutoriales ul li a.imagen {
  margin-right: 10px;
}

section.pro_dub_comun .item_destino.ficha_tutoriales ul li a img {
  max-width: 150px;
  border: 1px solid var(--main-gorlan-color);
}

section.pro_dub_comun .item_destino.ficha_tutoriales ul li a.enlace {
  font-size: 20px;
  font-weight: bold;
  color: var(--main-gorlan-color);
}

section.pro_dub_comun .item_destino.ficha_tutoriales ul li a.enlace span {
  font-size: 17px;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  display: block;
}

section.pro_dub_comun .item_destino.descargas {
}

section.pro_dub_comun .item_destino.descargas ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

section.pro_dub_comun .item_destino.descargas ul li {
  padding: 0px;
  margin: 0px;
  display: block;
}

section.pro_dub_comun .item_destino.descargas ul li a {
  background-color: var(--main-gorlan-color);
  border: none;
  color: white;
  padding: 5px 16px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-left: 60px;
  min-height: 50px;
}

section.pro_dub_comun .item_destino.descargas ul li a:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0px;
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(img/cloud-download.svg);
  background-position: center center;
  background-repeat: no-repeat;
  filter: invert(1);
}

section.pro_dub_comun .item_destino.descargas ul li a span {
  font-size: 15px;
  font-weight: 700;
}

section.pro_dub_comun .item_destino.descargas ul li a strong {
  font-size: 15px;
  font-weight: 400;
}

/*****/

section.pro_dub_comun .item_destino .anclas {
  padding: 0px;
  margin: 20px 0px;
  border-left: 2px solid var(--main-gorlan-color);
  padding-left: 15px;
}

section.pro_dub_comun .item_destino .anclas li {
  list-style-type: none;
  padding-bottom: 10px;
}

section.pro_dub_comun .item_destino .anclas li:last-child {
  padding-bottom: 0px;
}

section.pro_dub_comun .item_destino .anclas li a {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  color: var(--main-gorlan-color);
  display: block;
}

/*****/

section.pro_dub_comun .item_destino .anclas {
  height: 35px;
  /*width:300px;*/
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  margin-bottom: 20px;
}

section.pro_dub_comun .item_destino .anclas:hover {
  height: auto;
}

section.pro_dub_comun .item_destino .anclas li {
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
}

section.pro_dub_comun .item_destino .anclas li:hover {
  background-color: rgba(12, 90, 158, 0.1);
}

section.pro_dub_comun .item_destino .anclas li a {
  text-decoration: none;
  color: var(--main-gorlan-color);
  padding: 10px;
}

section.pro_dub_comun .item_destino .anclas li:first-child a:after {
  content: " ";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAAa0lEQVR42u2TMQ6AIAxFn9yDe7HK5EG4g1O9aY2DMRIDpXHmTy15rx0aYMaXSCEMqUAh3mVCkYESEJT0tCvKYSgLOydb/WQpDdxSOnhPMfCWMsC/igOvFScOkFEEQcne26+od/q7Jc8/8z8Xqz4ok4TGYMIAAAAASUVORK5CYII=");
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
  height: 15px;
  width: 20px;
  text-align: center;
  line-height: 30px;
}

/*****/

section.pro_dub_comun .cuerpo {
  display: flex;
  /*background-color: lightsalmon;*/
  width: 100%;
  justify-content: space-between;
  padding-top: 25px;
}

section.pro_dub_comun .cuerpo .destino {
  /*background-color: lightseagreen;*/
  width: 100%;
  max-width: 50%;
}

/***/

.resultado {
  background-color: var(--main-gorlan-color);
  background-color: rgba(0, 0, 0, 0.8);
  position: sticky;
  top: 0px;
  overflow: hidden;
  right: 0px;
  width: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 4;
  padding: 0px;
  color: white;
  display: none;
  flex-direction: column;
  opacity: 0;
}

.resultado.activo {
  top: 115px;
  height: auto;
  /*min-height: 200px;*/
  display: flex;
  opacity: 1;
}

.resultado > img {
  position: absolute;
  top: 10px;
  right: 10px;
  filter: invert(100%);
  width: 25px;
  cursor: pointer;
}

.resultado h3 {
  /*color: var(--main-gorlan-color);*/
  padding: 10px;
}

.resultado ul {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
  justify-content: space-between;
}

.resultado ul:first-of-type {
  padding: 10px;
  margin-bottom: 10px;
}

.resultado ul:last-of-type {
  margin-bottom: 0px;
}

.resultado ul li {
  padding: 10px;
  border-right: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 2;
}

.resultado ul li.no_visibles {
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.25);
}

.resultado ul li:last-child {
  border-right: 0px;
}

.resultado ul li a {
  color: white;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.4s ease-in-out;
  padding: 10px;
  border-radius: 5px;
}

.resultado ul li a:hover {
  background-color: var(--main-gorlan-color);
}

.resultado ul li a img {
  width: 100%;
  max-width: 150px;
  height: 100%;
  max-height: 150px;
  padding: 10px;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 10px;
}

.las_categorias {
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  background-color: var(--main-gorlan-color);
}

.resultado ul.las_categorias li {
  border-right: 0px;
}

.resultado ul.las_categorias li a {
  text-decoration: underline;
}

/**/

.productos_relacionados {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.productos_relacionados h2 {
  color: var(--main-gorlan-color);
  font-size: 25px;
  text-transform: uppercase;
}

.productos_relacionados h2 a {
  color: var(--main-gorlan-color);
}

.productos_relacionados .array_objetos {
  display: flex;
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.productos_relacionados .array_objetos .objeto {
  width: 100%;
  min-height: 180px;
  max-width: calc(100% / 2 - 10px);
  padding: 0px;
  margin-bottom: 20px;
  /* padding: 20px; */
  border: 2px solid var(--main-gorlan-color);
  border-radius: 4px;
  border-radius: 10px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.productos_relacionados .array_objetos .objeto_basico {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  background-color: var(--main-gorlan-color);
}

.productos_relacionados .array_objetos .objeto_basico div {
  display: block;
  flex-grow: 2;
  /*position: absolute;  25 noviembre (nuevo layout) */
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  background-color: var(--main-gorlan-color);
  margin: 0px;
  padding: 10px 20px;
  font-size: 17px;
}

.productos_relacionados .array_objetos .objeto_basico div a {
  display: block;
  color: white;
}

.productos_relacionados .array_objetos .objeto_basico div a strong {
  display: block;
  padding-bottom: 10px;
}

.productos_relacionados .array_objetos .objeto_basico img {
  display: flex;
  /*object-fit: contain;
	width: 100%;
	height: 100%;
	padding: 10px;*/
  /* 25 noviembre (nuevo layout) START */
  padding: 0px;
  /* 25 noviembre (nuevo layout) END */
}

.productos_relacionados .array_objetos .objeto_complejo {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.productos_relacionados .array_objetos .objeto_complejo img {
}

.productos_relacionados .array_objetos .objeto_complejo div {
}

/**/

.noticias_relacionadas {
  margin-top: 25px;
}

.noticias_relacionadas h2 {
  color: var(--main-gorlan-color);
  font-size: 25px;
  text-transform: uppercase;
}

.noticias_relacionadas .array_objetos {
  display: flex;
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.noticias_relacionadas .array_objetos .objeto {
  width: 100%;
  /*min-height: 180px;*/
  max-width: 100%;
  padding: 0px;
  margin-bottom: 20px;
  /* padding: 20px; */
  /*border: 2px solid var(--main-gorlan-color);*/
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.noticias_relacionadas .array_objetos .objeto_basico {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  border-top: 1px solid var(--main-gorlan-color);
  padding-top: 20px;
}

.noticias_relacionadas .array_objetos .objeto_basico div {
  display: block;
  /*position: absolute;*/
  bottom: 0px;
  left: 0px;
  width: 100%;
  /*z-index: 2;*/
  /*background-color: var(--main-gorlan-color);*/
  margin: 0px;
  padding: 10px 20px;
  font-size: 17px;
}

.noticias_relacionadas .array_objetos .objeto_basico div p.meta {
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.noticias_relacionadas .array_objetos .objeto_basico div p.meta .date {
  background-color: var(--main-gorlan-color);
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 10px;
  color: white;
  font-size: 14px;
}

.noticias_relacionadas .array_objetos .objeto_basico div a {
  display: block;
  /*color: white;*/
}

.noticias_relacionadas .array_objetos .objeto_basico img {
  display: flex;
  /*object-fit: contain;
	width: 100%;
	height: 100%;*/
  padding: 0px;
}

.noticias_relacionadas .array_objetos .objeto_complejo {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.noticias_relacionadas .array_objetos .objeto_complejo img {
}

.noticias_relacionadas .array_objetos .objeto_complejo div {
}

/**/

section.pro_dub_comun .cuerpo .lateral {
  /*background-color: lightskyblue;*/
  width: 100%;
  max-width: 50%;
  padding-left: 50px;
}

section.pro_dub_comun .cuerpo .lateral .owl-carousel .owl-item img {
  max-height: 600px;
  width: auto;
  margin: auto;
  border-radius: 10px;
}

section.pro_dub_comun .cuerpo .lateral .imagenes {
  /*background-color: lightgoldenrodyellow;*/
  min-height: 400px;
}

section.pro_dub_comun .cuerpo .lateral .weroi {
  /*min-height: 400px;*/
  /*background-color: lightblue;*/
  position: sticky;
  top: 120px;
}

section.pro_dub_comun .cuerpo .lateral .weroi .cac {
  /*min-height: 100px;*/
  /*background-color: lightgreen;*/
  display: flex;
  align-items: center;
  padding-top: 20px;
}

section.pro_dub_comun .cuerpo .lateral .weroi .cac a {
  background-color: white;
  border-radius: 5px;
  border: 1px solid var(--main-gorlan-color);
  color: var(--main-gorlan-color);
  padding: 5px 10px;
  font-size: 20px;
  text-transform: uppercase;
}

section.pro_dub_comun .lateral .formulario {
  /*min-height: 400px;*/
  /*background-color: yellow;*/
  margin-top: 25px;
}

section.pro_dub_comun .lateral .formulario > .wpcf7 {
  margin-top: 20px;
}

section.pro_dub_comun .lateral .formulario h2 {
  text-transform: initial !important;
}

section.pro_dub_comun .lateral .formulario form p {
/*   display: inline-block; */
  margin-top: top 5px;
  margin-bottom: 5px;
}

section.pro_dub_comun .lateral .formulario form p label {
  width: 100%;
  color: white;
}

.formulario.oferta p,
.formulario.oferta h2 {
  color: white !important;
}

.formulario.oferta {
  background-color: var(--main-gorlan-color);
  padding: 30px;
}

.formulario.oferta > form > p:nth-child(3) > label {
  display: block !important;
}

.formulario.oferta a {
  color: whitesmoke !important;
  font-weight: bold !important;
}

form > p:nth-child(3) > span > span > span > label > input[type="checkbox"] {
  width: initial !important;
  margin-right: 10px;
}

section.pro_dub_comun .lateral .formulario form p label input {
  width: 100%;
  padding: 10px;
  border: 1px solid rgb(255, 255, 255);
  margin-top: 5px;
  background-color: var(--main-gorlan-color);
}

section.pro_dub_comun .lateral .formulario form p label textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid rgb(255, 255, 255) !important;
  margin-top: 5px;
  background-color: var(--main-gorlan-color);
}

section.pro_dub_comun .lateral .formulario form p label textarea::placeholder {
  color: white !important;
}

section.pro_dub_comun .lateral .formulario form p label input::placeholder {
  color: white !important;
}

form > p:nth-child(3) > span > span > span > label {
  display: flex;
  padding: 10px;
}

section.pro_dub_comun .lateral .formulario form p label textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--main-gorlan-color);
}

section.pro_dub_comun .lateral .formulario form p input[type="button"],
section.pro_dub_comun .lateral .formulario form p input[type="submit"],
section.pro_dub_comun .lateral .formulario form p input[type="reset"] {
  background-color: whitesmoke;
  border: none;
  color: var(--main-gorlan-color);
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
}

/* section.pro_dub_comun .lateral .formulario form p:last-of-type {
  display: flex;
  flex-direction: column;
} */

.wpcf7 .ajax-loader {
  display: block;
}

.navegacion_cruzada_producto {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  border-top: 1px solid grey;
  margin-top: 20px;
}

.navegacion_cruzada_producto > div {
  width: 100%;
  max-width: 50%;
  padding: 20px;
  /*border-right: 1px solid grey;*/
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  background-color: var(--main-gorlan-color);
  padding-top: 100px;
}

.navegacion_cruzada_producto > div:nth-child(odd):last-child {
  border-right: 0px;
  max-width: 100%;
}

.navegacion_cruzada_producto > div img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}

.navegacion_cruzada_producto > div .panel {
  position: relative;
  z-index: 2;
  background-color: var(--main-gorlan-color);
  width: 400px;
  max-width: 50%;
  color: white;
  padding: 20px;
}

.navegacion_cruzada_producto > div .panel h3 {
  color: white;
}

.navegacion_cruzada_producto > div .panel .mas_informacion {
  border-radius: 4px;
  border: 1px solid white;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}

.navegacion_cruzada_producto > div a {
  text-decoration: underline;
  color: white;
}

.navegacion_cruzada_producto > div .mas_productos {
  background-color: var(--main-gorlan-color);
  position: relative;
  z-index: 2;
  border-radius: 4px;
  margin-left: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

/**/

/**/

.panel_megamenu {
  position: fixed;
  top: -75vw;
  left: 0px;
  width: 100%;
  min-height: 50vh;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.75);
  background-color: var(--main-gorlan-color);
  transition: all 0.4s ease-in-out 0.1s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 10vw;
  padding-right: 10vw;
  /**/
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.panel_megamenu.activo {
  top: 0vh;
}

.panel_megamenu div {
  padding: 20px;
}

.panel_megamenu div p {
  padding: 0px;
  margin: 0px;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

.panel_megamenu ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}

.panel_megamenu ul li {
  list-style: none;
  /*width: 20%;*/
  padding: 0px;
  margin: 0px;
  text-align: left;
  width: 50%;
}

.close {
  position: fixed;
  top: 0px;
  left: 100%;
  width: 100%;
  height: 100vh;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.close.activo {
  left: 0px;
}

@media only screen and (max-width: 1200px) {
  .single-productos section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 428px) {
  section.pro_dub_comun {
    padding-left: 10px;
    padding-right: 0px;
  }

  section.pro_dub_comun .cuerpo {
    flex-direction: column;
  }

  section.pro_dub_comun .cuerpo .destino {
    max-width: 100%;
  }

  section.pro_dub_comun .cuerpo .lateral {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
  }

  .navegacion_cruzada_producto {
    flex-direction: column;
  }

  .navegacion_cruzada_producto > div {
    max-width: 100%;
  }
}

article.columna-izquierda {
  float: left;
  width: 60%;
  padding-right: 30px;
}

.footer {
  float: left;
  margin-top: 30px;
}

aside.columna-derecha {
  float: right;
  width: 40%;
}

div#cabecera_contenedor {
    min-height: 400px;
}

#cabecera #titulo {
  position: absolute;
  bottom: 0px;
  background-color: var(--main-gorlan-color);
  padding-top: 60px;
  padding-left: 50px;
  padding-right: 20%;
  padding-bottom: 60px;
  border-top: white;
  border-top: 4px solid;
  left: 0px;
  font-size: 45px;
}

article.columna-izquierda hr{
  margin-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 480px) {
	.single-ofertas h2{
    	font-size:35px !important;
    }
  .single-ofertas main .centrado{
    flex-direction: column;
    padding: 0px !important;
  }
  .single-ofertas article.columna-izquierda, aside.columna-derecha{
    width: 100%;
  }
  .single-ofertas article.columna-izquierda{
    padding: 20px 20px !important;
  }
  .single-ofertas .bloque_introduccion{
    height:360px !important;
  }
  .single-ofertas #cabecera #titulo{
    padding: 20px !important;
  }
  .single-ofertas .bloque_introduccion>img{
    height: 360px !important;
  }
  .single-ofertas section.pro_dub_comun{
    padding: 0px !important;
  }
}
@media (min-width: 481px) and (max-width: 1024px){
  .single-ofertas .centrado{
    flex-direction: column;
    padding: 0px !important;
  }
  .single-ofertas article.columna-izquierda, aside.columna-derecha{
    width: 100%;
  }
  .single-ofertas article.columna-izquierda{
    padding: 20px 20px !important;
  }
  .single-ofertas .bloque_introduccion{
    min-height: 50vh !important;
  }
  .single-ofertas .bloque_introduccion>img{
    min-height: 55vh !important;
    height: 55vh !important;
  }
}