
/*			___IMPORTS___			*/
@font-face {
  font-family: 'Helveticalight';
  src: url("../../../fonts/helvetica/helveticalight.eot");
  src: url("../../../fonts/helvetica/helveticalight.eot?#iefix") format("embedded-opentype"), url("../../../fonts/helvetica/helveticalight.svg#DINRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Myriadpro-regular';
  src: url("../../../fonts/myriadpro/myriadpro-regular.eot");
  src: url("../../../fonts/myriadpro/myriadpro-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/myriadpro/myriadpro-regular.woff") format("woff"), url("../../../fonts/myriadpro/myriadpro-regular.ttf") format("truetype"), url("../../../fonts/myriadpro/myriadpro-regular.svg#DINRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DINPro-light';
  src: url("../../../fonts/din/DINPro-Light.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DINPro-medium';
  src: url("../../../fonts/din/DINPro-Medium.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DINPro-bold';
  src: url("../../../fonts/din/DINPro-Bold.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Elkwood';
  src: url("../../../fonts/elkwood/elkwood-free.eot");
  src: url("../../../fonts/elkwood/elkwood-free.eot?#iefix") format("embedded-opentype"), url("../../../fonts/elkwood/elkwood-free.woff") format("woff"), url("../../../fonts/elkwood/elkwood-free.ttf") format("truetype"), url("../../../fonts/elkwood/elkwood-free.svg#DINRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'NeutraText';
  src: url("../../../fonts/neutra/NeutraText-BookAlt.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'NeutraText-bold';
  src: url("../../../fonts/neutra/Neutra-Text-TF-Alt-Bold_32140.ttf");
  font-weight: normal;
  font-style: normal; }
/*			__CATEGORIAS__			*/
.close-img {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  z-index: 30;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

#categories-content {
  position: relative;
  display: block;
  background-color: #e8e8e8;
  margin: 20px;
  height: 547px;
  padding-top: 30px; }
  #categories-content .loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 547px;
    background-color: #e8e8e8; }
    #categories-content .loader-wrapper .loader {
      display: none;
      position: relative;
      margin: auto;
      margin-top: 200px;
      border-top: 5px solid #1163a5;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      animation: spin 1s linear infinite; }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  #categories-content .close-img:hover {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  #categories-content h2 {
    font-family: "NeutraText-bold";
    font-size: 32px;
    color: #666666;
    padding-bottom: 50px; }
  #categories-content .category-box {
    display: inline-block;
    position: relative;
    background-color: #fff;
    width: 150px;
    height: 150px;
    margin: 10px; }
  #categories-content .category-box:hover {
    border: solid 2px rgba(255, 129, 105, 0.9); }
  #categories-content .category-box-image {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 60%; }
  #categories-content .category-box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%; }
  #categories-content .category-box-text {
    font-family: "DINPro-medium";
    font-size: 16px;
    color: #666666; }

@media (max-width: 992px) {
  #categories-content {
    height: auto; } }
