@import url('http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/*.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

.portfolio-item {
  margin-bottom: 30px;
}
/*@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top2 {
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
    z-index: 1020;
  }
}*/
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top3 {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 1019;
  }
}
.lineUnderlineMenu
{
  color: #747474;
  text-decoration:none;
 
}
.lineUnderlineMenu:hover
{
  /*color: #747474;*/
  text-decoration:none;
  border-bottom: #235b4e 3px solid;
  border-bottom-width: 3px;
}
.lineUnderlineMenu:active
{
  /*color: #747474;*/
  text-decoration:none;
  border-bottom: #235B4E 3px solid;
  border-bottom-width: 3px;
}

/*Images hover effects */
.imagesChangeText
{
  background-image: url('../images/logo-nafin158x50.png');
  height: 50px;
  width: 160px;
  vertical-align: middle;
}

.imagesChangeText:hover
{
  background-image: none;

}
.textImage
{
  display: none;
}
.textImage:hover
{
  display: block;
}


/*Estilos Base*/
.contenedor-img {
  /*width: 168px;
  height: 50px;
  float: left;*/
  overflow: hidden;
  position: relative;
  text-align: justify;
  cursor: default;
  background: #fff;
  height: 200px;
  }
  .contenedor-img .mascara,.contenedor-img .contenido {
  /*width: 168px;
  height: 50px;*/
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
  }
  .contenedor-img img {
  display: block;
  position: relative;
  
  }
  .contenedor-img h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.9);
  margin: 20px 0 0 0
  }
  .contenedor-img p {
  font-size: 0.8rem;
  position: relative;
  color: #fff;
  padding: 8px;
  text-align: justify;
  }
  .contenedor-img a.link {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #222;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000
  }
  .contenedor-img a.link:hover {
  box-shadow: 0 0 5px #000
  }

/*Ejemplo 5*/
.ejemplo-5 img {
  transform: scaleY(1);
  transition: all 0.7s ease-in-out;
  
  }
  .ejemplo-5 .mascara {
  background-color:#fff;
  transition: all 0.5s linear;
  opacity: 0;
  }
  .ejemplo-5 h2{
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  /*margin: 20px 40px 0px 40px;*/
  transform: scale(0);
  color: #747474;
  transition: all 0.5s linear;
  opacity: 0;
  }
  .ejemplo-5 p {
  font-family: "WorkSans-Regular";
  font-size: 0.8rem;
  font-weight: 100;
  color: #747474;
  word-spacing: normal;
  letter-spacing: normal;
  line-height:normal;   
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
  }
  .ejemplo-5 a.link {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
  /*background-color: rgba(119, 80, 21, 0.9);*/
  }
  
  .ejemplo-5:hover img {
  transform: scale(10);
  opacity: 0;
  }
  .ejemplo-5:hover .mascara {
  opacity: 1;
  }
  .ejemplo-5:hover h2,
  .ejemplo-5:hover p,
  .ejemplo-5:hover a.link{
  transform: scale(1);
  opacity: 1;
  }

/*Marquee styles*/
/*.simple-marquee-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: WorkSans-Regular;
}
.simple-marquee-container {
  width: 100%;
  background: #013F6C;
  float: left;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  height: 45px;
  position: relative;
  cursor: pointer;
}
.marquee-sibling {
  padding: 0;
  background: #013F6C;
  width: 20%;
  height: 45px;
  line-height: 42px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  float: left;
  left: 0;
  z-index: 2000;
}
.marquee, *[class^="marquee"] {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}
.marquee {
  margin-left: 25%;
}
.marquee-content-items {
  display: inline-block;
  margin: 0;
  margin-top: 5px;
  height: 45px;
  position: relative;
}
.marquee-content-items li {
  display: inline-block;
  padding-right: 100px;
  line-height: 35px;
  color: #fff;
}*/

/*.content {
  display: block;
  width: 1200px;
  background: rgb(215, 215, 215);
  padding: 1em;
  overflow: hidden;
  margin: 0 auto;
}
.content * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}*/

/*Efecto logos home */
#imageTextLogo 
{
  color: transparent; 
  font-family: "WorkSans-Regular";
  font-size: 0.9rem;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#imageTextLogo:hover 
{
  color: #747474;
}
#imageTextLogo img
{ 
  margin-bottom: 5px;
}

.content-search{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 60px;
  left: 0;
  background: rgba(0,0,0,0.3);
  display: none;
}

.content-table{
  width: 80%;
  max-height: 200px;
  height: auto;
  background: rgba(0,0,0,0.3);
  margin-left: 10px;
  overflow-y: visible;
  overflow-x: hidden;
}

/*Efecto 3d imagenes  */
.img3d
{
  -webkit-box-shadow: 10px 10px 5px 0px rgba(242,242,242,0);
  -moz-box-shadow: 10px 10px 5px 0px rgba(242,242,242,0);
  box-shadow: 10px 10px 5px 0px rgba(242, 242, 242, 1);
}

/* Marque celulares */
@media screen and (min-width: 200px) 
{
    /*Marquee styles*/
  .simple-marquee-container * 
  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: WorkSans-Regular;
  }
  .simple-marquee-container 
  {
    width: 100%;
    background: #ffffff;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 45px;
    position: relative;
    cursor: pointer;
  }
  .marquee-sibling 
  {
    margin-top: 5px;
    background: #ffffff;
    width: 100px;
    height: 45px;
    line-height: 42px;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    float: left;
    left: 0;
    z-index: 2000;
  }
  .marquee, *[class^="marquee"] 
  {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
  }
  .marquee 
  {
    margin-left: 25%;
  }
  .marquee-content-items 
  {
    display: inline-block;
    margin: 0;
    margin-top: 5px;
    height: 45px;
    position: relative;
  }
  .marquee-content-items li 
  {
    display: inline-block;
    padding-right: 25px;
    line-height: 35px;
    color: #000000;
  }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top2 {
      position: -webkit-sticky;
      position: sticky;
      top: 65px;
      z-index: 1020;
    }
  }
  @supports ((position: -webkit-sticky) or (position: sticky)) 
  {
    .sticky-top3 
    {
      position: -webkit-sticky;
      position: sticky;
      top: 120px;
      z-index: 1019;
    }
}
}
@media screen and (min-width: 400px)
{
    @supports ((position: -webkit-sticky) or (position: sticky)) 
    {
    .sticky-top2 
      {
        position: -webkit-sticky;
        position: sticky;
        top: 65px;
        z-index: 1020;
      }
    }
    @supports ((position: -webkit-sticky) or (position: sticky)) {
      .sticky-top3 {
        position: -webkit-sticky;
        position: sticky;
        top: 120px;
        z-index: 1019;
      }
    }
}

/* Marque tablets */
@media screen and (min-width: 767px)
{
    /*Marquee styles*/
  .simple-marquee-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: WorkSans-Regular;
  }
  .simple-marquee-container {
    width: 100%;
    background: #ffffff;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 45px;
    position: relative;
    cursor: pointer;
  }
  .marquee-sibling {
    /*margin-top: 5px;*/
    background: #ffffff;
    width: 200px;
    height: 45px;
    line-height: 42px;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    float: left;
    left: 0;
    z-index: 2000;
  }
  .marquee, *[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
  }
  .marquee {
    margin-left: 25%;
  }
  .marquee-content-items {
    display: inline-block;
    margin: 0;
    margin-top: 5px;
    height: 45px;
    position: relative;
  }
  .marquee-content-items li {
    display: inline-block;
    padding-right: 100px;
    line-height: 35px;
    color: #000000;
  }
  @supports ((position: -webkit-sticky) or (position: sticky)) 
  {
    .sticky-top2
    {
      position: -webkit-sticky;
      position: sticky;
      top: 56px;
      z-index: 1020;
    }
  }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top3 {
      position: -webkit-sticky;
      position: sticky;
      top: 110px;
      z-index: 1019;
    }
  }
}

/* Marque desktop */
@media screen and (min-width: 991px)
{
  .simple-marquee-container * 
  {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: WorkSans-Regular;
  }
.simple-marquee-container {
  width: 100%;
  background: #ffffff;
  float: left;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  height: 45px;
  position: relative;
  cursor: pointer;
}
.marquee-sibling {
  padding: 0;
  background: #ffffff;
  width: 200px;
  height: 45px;
  line-height: 42px;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-align: center;
  float: left;
  left: 0;
  z-index: 2000;
}
.marquee, *[class^="marquee"] {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}
.marquee {
  margin-left: 25%;
}
.marquee-content-items {
  display: inline-block;
  margin: 0;
  margin-top: 5px;
  height: 45px;
  position: relative;
}
.marquee-content-items li {
  display: inline-block;
  padding-right: 100px;
  line-height: 35px;
  color: #000000;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top2 {
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
    z-index: 1020;
  }
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top3 {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    z-index: 1019;
  }
}
}

/* Marque desktop large */
@media screen and (min-width: 1200px)
{
  .simple-marquee-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: WorkSans-Regular;
}
.simple-marquee-container {
  width: 100%;
  background: #ffffff;
  float: left;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  height: 45px;
  position: relative;
  cursor: pointer;
}
.marquee-sibling {
  padding: 0;
  background: #ffffff;
  width: 100px;
  height: 45px;
  line-height: 42px;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-align: center;
  float: left;
  left: 0;
  z-index: 2000;
}
.marquee, *[class^="marquee"] {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}
.marquee {
  margin-left: 25%;
}
.marquee-content-items {
  display: inline-block;
  margin: 0;
  margin-top: 5px;
  height: 45px;
  position: relative;
}
.marquee-content-items li {
  display: inline-block;
  padding-right: 100px;
  line-height: 35px;
  color: #000000;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top2 {
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
    z-index: 1020;
  }
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top3 {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    z-index: 1019;
  }
}
}

/*.panel-heading .panel-title a {
  display: inline-flex;
  font-family: open sans;
  font-size: 14px;
  padding: 5px;
  width: 94%;
}

 .panel-default .panel-body a {
  color: #333;
  display: inline-flex;
  font-size: 14px;
  padding: 5px;
  text-align: left;
  width: 95%;
}

 .panel-default .panel-body {
  background: #eaeaea none repeat scroll 0 0;
  padding: 5px 15px 5px 30px;
}

 .panel-body .panel-body {
  background: #f5f5f5 none repeat scroll 0 0;
}

 .panel-default .panel-collapse .panel-body .checkbox {
  margin: 5px;
}

 .accordian-arrow {
  background: #27a542 none repeat scroll 0 0;
  color: #fff;
  height: 15px;
  margin-left: -5px;
  margin-right: 5px;
  padding: 1px 2px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  width: 14px;
text-align: center;
}
.accordian-arrow2 {
  background: #1C83C6 none repeat scroll 0 0;
  color: #fff;
  height: 15px;
  margin-left: -5px;
  margin-right: 5px;
  padding: 1px 2px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  width: 14px;
text-align: center;
}

.hideOverflow
{
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  display:block;
}


 .collapsed .accordian-arrow .fa-plus-square-o,  .accordian-arrow .fa-minus-square-o {
  display:block;
}

 .accordian-arrow .fa-plus-square-o,  .collapsed  .accordian-arrow .fa-minus-square-o {
  display:none;
}

.collapsed .accordian-arrow2 .fa-plus-circle,  .accordian-arrow .fa-minus-circle {
  display:block;
}

 .accordian-arrow2 .fa-plus-circle,  .collapsed  .accordian-arrow .fa-minus-circle {
  display:none;
}

.nested-accordion .panel-group .panel-body li .panel .panel-heading {
  padding: 5px;
}

.nested-accordion .panel-body li .panel-group .panel-collapse .panel-body {
  padding: 5px 15px;
} 
*/



.panel-group .panel-body
{
  padding: 5px 15px 5px 30px;
  background-color: transparent;
  font-family: "WorkSans-Regular";
}

.panel-group .panel-heading a {
  font-family: "WorkSans-Regular";
  font-size: 14px;
  display: block;
  /*background: #668bb1;*/
  padding-top: 5px;
  color: #747474;
  padding-left: 25px;
  text-decoration: none;
  position: relative;
}
.panel-group .panel-heading a.collapsed {
  /*background: #eeeeee;*/
  color: #747474;
}
.panel-group .panel-heading a:after {
  /*content: '-';*/
  font-family: 'FontAwesome';
  content: "\f068";
  position: absolute;
  top:5px;
  left: 10px;
  font-size:14px;
}
.panel-group .panel-heading a.collapsed:after {
  /*content: '+';*/
  content: "\f067";
}

