/*ocultar sin oferta*/
.sin-ofertas, .sin-ofertas-en {
    display: none;
}
/**/


/*mediaquery portatil*/
	@media (min-height: 300px) and (max-height: 720px) {
	.post-type-archive-ofertas div#cabecera_contenedor {
		height: auto !important;
		padding-top: 160px;
	}
	.post-type-archive-ofertas div#cabecera_contenedor img {
		height: -webkit-fill-available !important;
	}
	}

/**/

.post-type-archive-ofertas div#cabecera_contenedor{
  height: 100vh;
  margin-bottom: 40px;
}
.post-type-archive-ofertas .array_descargas {
    display: flex;
    flex-wrap: nowrap;
    
}
.post-type-archive-ofertas .array_descargas .oferta{
	width:30% !important;
}

@media (min-width: 320px) and (max-width: 480px) {
    .post-type-archive-ofertas .array_descargas .oferta{
        width:100% !important;
    }
}
.oferta{

	width: 100%;

    /*max-width: calc(100% / 3 - 20px);*/

    margin-right: 20px;

    border-radius: 5px;

    background-color: rgba(0, 0, 0, 0.05);

    padding: 20px;

    position: relative;

}



.oferta h2{

	color: var(--main-gorlan-color);

}
a.ancla-ofertas {
    color: white;
    font-weight: 600;
}
legend.hs-field-desc {
    display: none !important;
}

#cabecera {

  min-height: 400px !important;

}



#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;

}
.post-type-archive-ofertas div#cabecera_contenedor img {
    height: 100vh;
}
.descripcion-ofertas{
  max-width: 1200px;
    margin: auto;
    margin-bottom: 40px;
}
.post-type-archive .loop_descargas{
  padding-top:0px !important;
}
/*.post-type-archive .array_descargas{
  width: 33% !important;
}*/

    @media (min-width: 320px) and (max-width: 480px) {
        .post-type-archive-ofertas div#cabecera_contenedor{
            height: auto !important;
            margin-bottom: 40px;
            padding-top: 104px;
        }
        .post-type-archive-ofertas div#cabecera_contenedor img{
            height: 900px !important;
        }
        .descripcion-ofertas {
            padding: 0px 30px;
        }
        .array_descargas{
          display: flex !important;
        }
    }
    @media (min-width: 768px) and (max-width: 1024px){
      .post-type-archive-ofertas.bloque_introduccion{
        min-height: 80vh !important;
      }
		.post-type-archive-ofertas .bloque_introduccion .centrado{
			padding-top:130px !important
		}
      .post-type-archive-ofertas div#cabecera_contenedor{
        height: auto;
      }
      .descripcion-ofertas {
            padding: 0px 30px;
        }
    }