

@charset "UTF-8";
/*			___IMPORTS___			*/
@font-face {
  font-family: 'Helveticalight';
  src: url("/ca/proximo-a-ti/resources/fonts/helvetica/helveticalight.eot");
  src: url("/ca/proximo-a-ti/resources/fonts/helvetica/helveticalight.eot?#iefix") format("embedded-opentype"), url("/ca/proximo-a-ti/resources/fonts/helvetica/helveticalight.svg#DINRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Myriadpro-regular';
  src: url("/export/sites/caprabocom/ca/proximo-a-ti/resources/fonts/myriadpro/myriadpro-regular.eot");
  src: url("/export/sites/caprabocom/ca/proximo-a-ti/resources/fonts/myriadpro/myriadpro-regular.eot_1180257333.eot") format("embedded-opentype"), url("/export/sites/caprabocom/ca/proximo-a-ti/resources/fonts/myriadpro/myriadpro-regular.woff") format("woff"), url("/export/sites/caprabocom/ca/proximo-a-ti/resources/fonts/myriadpro/myriadpro-regular.ttf") format("truetype"), url("/export/sites/caprabocom/ca/proximo-a-ti/resources/fonts/myriadpro/myriadpro-regular.svg#DINRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DINPro-light';
  src: url("/export/sites/caprabocom/ca/proximo-a-ti/resources/fonts/din/DINPro-Light.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DINPro-medium';
  src: url("/export/sites/caprabocom/ca/proximo-a-ti/resources/fonts/din/DINPro-Medium.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DINPro-bold';
  src: url("/export/sites/caprabocom/ca/proximo-a-ti/resources/fonts/din/DINPro-Bold.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Elkwood';
  src: url("/export/sites/caprabocom/ca/proximo-a-ti/resources/fonts/elkwood/elkwood-free.eot");
  src: url("/export/sites/caprabocom/ca/proximo-a-ti/resources/fonts/elkwood/elkwood-free.eot_1180257333.eot") format("embedded-opentype"), url("/export/sites/caprabocom/ca/proximo-a-ti/resources/fonts/elkwood/elkwood-free.woff") format("woff"), url("/export/sites/caprabocom/ca/proximo-a-ti/resources/fonts/elkwood/elkwood-free.ttf") format("truetype"), url("/export/sites/caprabocom/ca/proximo-a-ti/resources/fonts/elkwood/elkwood-free.svg#DINRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'NeutraText';
  src: url("/export/sites/caprabocom/ca/proximo-a-ti/resources/fonts/neutra/NeutraText-BookAlt.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'NeutraText-bold';
  src: url("/export/sites/caprabocom/ca/proximo-a-ti/resources/fonts/neutra/Neutra-Text-TF-Alt-Bold_32140.ttf");
  font-weight: normal;
  font-style: normal; }

.vcenter {
  display: flex;
  justify-content: center;
  align-items: center; }

/*			__RUTA__			*/
#route {
  margin-top: 20px; }

.breadcrumb {
  margin-top: 30px;
  padding-left: 15px;
  margin-bottom: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: "DINPro-medium"; }

.breadcrumb a {
  color: #000; }

/*			__T├ìTULO__			*/
#title {
  background-color: #e8e8e8;
  margin: 0;
  margin-top: 20px; }

#title h1 {
  font-family: "NeutraText-bold";
  color: #666666;
  padding-left: 20px; }

#title p {
  font-family: "DINPro-medium";
  color: #666666;
  padding-bottom: 20px;
  padding-left: 20px; }

/*			__RESPONSIVE__			*/
/* medium devices */
@media (max-width: 992px) {
  #title {
    margin-top: 0; }

  #title h1 {
    font-size: 52px;
    text-align: center; } }
/*			__CONTENIDO PRINCIPAL__			*/
/*			__MAPA Y CATEGORIAS__			*/
#main-section {
  margin: 0;
  background-color: #fff; }

#main-section .row {
  margin-left: 0;
  margin-right: 0; }

#main-section h2 {
  font-family: "NeutraText-bold";
  color: #666666;
  font-size: 28px;
  padding: 30px 15px 10px 15px; }

#comarcas-title {
  margin-left: 20px; }

#products-box-wrapper {
  margin-top: 10px;
  margin-bottom: 30px;
  height: 530px;
  overflow: auto; }

.content-box-image {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 60%; }

.content-box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%; }

.product-box {
  position: relative;
  float: left;
  border: solid 1px #8bcaf5;
  width: 21%;
  margin: 10px;
  height: 130px;
  cursor: pointer; }

.product-box:hover {
  background-color: rgba(255, 129, 105, 0.1);
  border-color: rgba(255, 129, 105, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.product-box:hover img {
  -webkit-filter: saturate(200%);
  filter: saturate(200%); }

.product-box img {
  display: block; }

.product-box span {
  position: relative;
  display: block;
  font-family: "DINPro-medium";
  color: #666666;
  padding-right: 5px;
  padding-left: 5px; }

#map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 80%; }

#map svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#navarra-map img {
  height: 550px; }

.comarca {
  fill: #8bcaf5;
  cursor: pointer; }

.comarca:hover {
  fill: #ff6548;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

#map-logos ul {
  list-style: none;
  padding: 0; }
  #map-logos ul li {
    display: inline-block; }
    #map-logos ul li img {
      height: 70px;
      margin: 0 20px; }

/*			__TOOLTIP__			*/
.custom-tooltip {
  position: absolute;
  background-image: url("/export/sites/caprabocom/ca/proximo-a-ti/resources/img/maps/hover-icon.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #ff6548;
  height: 120px;
  width: 122px;
  z-index: 100; }

.custom-tooltip-text {
  display: block;
  position: relative;
  font-family: "NeutraText-bold";
  font-size: 20px;
  bottom: 5px;
  padding: 0 10px; }

/*			__CONTENIDO PRINCIPAL RESPONSIVE__			*/
/* large devices */
@media (max-width: 1300px) {
  .product-box {
    width: 29%; }

  #map {
    padding-top: 80%; } }
@media (max-width: 1200px) {
  #map {
    padding-top: 100%; } }
/* medium devices */
@media (max-width: 992px) {
  .product-box {
    width: 29%; }

  #map {
    padding-top: 100%; }

  #map svg {
    width: 100%;
    height: 100%; }

  #main-section h2 {
    font-size: 42px;
    text-align: center; } }
/* xs devices */
@media (max-width: 400px) {
  .product-box {
    width: 45%; } }
/*			__OFFERS__			*/
#offers {
  background-color: #fff;
  margin: 20px 0; 
  min-height: 250px;}
  

#offers img {
 	display: block;
    height: 250px;
    /*left: 0;*/
	left: 70px;
    position: absolute;
}

#offers h1 {
  font-family: "NeutraText-bold";
  font-size: 32px;
  color: #ff6548;
  color: #666666;
  padding: 22px 0 10px 0; }

#offers span {
  font-family: "DINPro-light";
  font-size: 16px;
  color: #666666;
  display: block;
  position: relative;
  padding-bottom: 20px; }

#offers a {
  font-family: "DINPro-medium";
  font-size: 16px;
  color: #666666;
  position: relative;
  display: block; }

#offers-button-large {
  position: absolute;
  margin-top: 30px;
  right: 50px; }

#offers-button-small {
  display: block;
  width: 100%;
  display: none;
  padding-bottom: 30px; }

#offers-button-small button {
  position: relative;
  //width: 70%; 
  }

#offers-title-xs {
  display: none; }

.caprabo-btn {
  background-color: #1163a5;
  font-family: "Elkwood";
  color: #fff;
  font-size: 18px;
  padding: 5px 15px;
  letter-spacing: 1px;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.caprabo-btn:hover {
  background-color: #ff6548;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

/*			__RESPONSIVE__			*/
/* sm devices */
@media (max-width: 992px) {
  #offers-button-small {
    display: block;
    margin-top: 30px; }

  #offers-button-large {
    display: none; }

  #offers img {
    padding: 50px 0 10px 30px; } }
/* xs devices */
@media (max-width: 570px) {
  #offers {
    min-height: 400px;}
  #offers-title-xs {
    display: block; }

  #offers-title-large {
    display: none; }

  #offers img {
    padding: 0 0 10px 30px; }

  #offers span {
    margin: auto;
    width: 130px;
    top: 10px;
    left: 80px; }

  #offers-text-section a {
    margin: auto;
    width: 130px;
    //top: -36px;
    left: 80px; }

  #offers-text-section {
    width: 100%;
    height: 50px;}

  #offers-img-section {
    width: 100%; }

  #offers-img-section img {
    margin: auto;
    padding: 0;
	left: 15px;} }
/*			__NEWS__			*/
#news {
  position: relative;
  display: block;
  margin: 30px 0;
  background-color: #fff; }

#news div {
  padding: 0 20px; }

#news img {
  margin-top: 50px;
  width: 100%; }

#news h3 {
  font-family: "NeutraText-bold";
  font-size: 32px;
  color: #ff6548;
  font-size: 20px; }

#news p {
  font-family: "DINPro-light";
  font-size: 16px;
  color: #666666;
  padding-bottom: 20px; }

#news button {
  display: block;
  position: relative;
  margin: 30px;
  float: right; }

/*			__RESPONSIVE__			*/
/* sm devices */
@media (max-width: 992px) and (min-width: 678px) {
  #news div {
    padding: 0 70px; } }
/* sm devices */
@media (max-width: 678px) {
  #news div {
    padding: 0; }

  #news h3 {
    padding-left: 20px;
    padding-right: 20px; }

  #news p {
    padding-left: 20px;
    padding-right: 20px; }

  #news button {
    margin: 30px;
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }
