/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 27/02/2016, 02:45:37 PM
    Author     : victor
*/

.wiggle {
  animation-duration: 1.5s;
}

.titulocatalogos{
    color: black;
    font-family:'apexsansclightlight';
    font-size: 3.3125rem;
}

.tituloimagenes{
    text-align: center;
    font-family: 'apexsansclightlight';
    text-transform: lowercase;
}

.alinearicono_verde{
        position: absolute;
        /*top: 325px;*/
        color: #0B820B;
}
.alinearicono_rojo{
        position: absolute;
        /*top: 325px; */
        color: #black;
}

.titulodescripcion{
    font-family: 'apexsansclightlight';
    text-transform: lowercase;
    color: #5b5b5b;
}

.tipografia{
    font-family: 'apexsansclightlight';
    text-transform: lowercase;
    color: #5b5b5b;
}

.texto_tipografia{
    font-family: 'apexsansclightlight';
    text-transform: lowercase;
    color: #FFF;
}

.divisiones_paginas{
    margin: .25rem 0px .1875rem;
}

.default_font{
  font-family: 'apexsansclightlight';
}

.hero_footer {
  background: url("http://static.pexels.com/wp-content/uploads/2014/07/beach-coast-holiday-2190-825x550.jpg") no-repeat center center;
  background-size: cover;
  height: 50vh;
  overflow: hidden; }
  .hero_footer h1 {
    color: #fff;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.footer {
  background-color: #292c2f;
  text-align: center;
  font-size: 1.2rem;
  padding: 4rem; }
  .footer p.slogan {
    color: #8d9093;
    font-size: 1.8rem;
    margin: 0 0 1rem; }
  .footer p.copywrite {
    color: #8f9296;
    font-size: 0.875rem;
    margin: 0; }
  .footer .links a {
    list-style: none;
    font-weight: bold;
    color: #ffffff;
    padding: 3rem 0 2rem;
    margin: 0; }
    .footer .links a::after {
      content: "•";
      padding: 0 0.4rem 0 0.8rem; }
    .footer .links a:last-child::after {
      content: "";
      padding: 0 0.4rem 0 0.8rem; }


  .link-profile-card{
    /*margin: 0px auto;*/
  }

  .profile-card {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    position: relative;
    margin: 0px auto;
    height: 280px;
    width: 100%;
    transition: all .5s ease;
  }

  @media (max-width:500px) {
    .profile-card{
      width: 100%;
      background-size: cover;
      background-position: 50% 50%;
    }
    .profile-card::before {
      background-color: rgba(0,0,0,.5);
    }
  }

  .profile-card::before{
    content: '';
    background-color: rgba(0,0,0,.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 180px;
    transition: all .5s ease;
  }


  .profile-card .profile-info {
    position: absolute;
    min-height: 100px;
    height: 100%;
    top: 75%;
    margin-top: -20px;
    width: 100%;
    transition: all .6s ease;
  }



    .profile-card .profile-info h4 {

      margin-top: 0;

      text-align: center;

      text-transform: uppercase; }


  /* breadcrumbs */

  .b-custom-anuncia{
    background-color: rgba(0,0,0,.7) !important;
    border: none !important;
  }
  .b-custom-anuncia > a{
    color: white;
    padding: 5px 15px;
    transition: all 1s ease;
  }

  .b-custom-anuncia a.active{
    font-weight: bold;
    position: relative;
  }

  .b-custom-anuncia a.active::before{
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    top: 20px;
    left: 50%;
    background: white;
    margin-left: -15px;
  }

  .b-custom-anuncia > a:hover{
    color: #c4c4c4;
  }

  footer{
    position: relative;
  }
  .footer-logo{
    color: #c6c1c1;
    position: absolute;
    right: 25px;
    bottom: 15px;
    font-size: 12px;
  }

  .footer-logo a{
    color: white;
  }

  .wow { visibility: hidden; }

  .border_images{
    position:relative;
  }

  .border_images::before{
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: white;
    left: 50%;
    bottom: -5px;
    margin-left: -30px;
  }


.custom-navbar{
  min-height: 60px;
}

.top-bar-section ul{
  padding: 7px;
}