/****classes used with @extend****/
body {
  line-height: 1.3;
}
body, input, select, textarea {
  font-family: 'PT Sans', sans-serif;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
}
img.alignleft {
  margin-right: 15px;
}
.alignright {
  float: right;
}
img.alignright {
  margin-left: 15px;
}
body p {
  margin: 0 0 1em 0;
}
body {
  color: #444;
}
div.contactos {
  float: right;
  padding: 10px;
  border-radius: 5px;
  background: #d9eaff;
  max-width: 300px;
  margin-left: 20px;
}
body.phone div.contactos {
  float: none;
  margin: 0 0 20px 0;
}
div.contactos h3:first-child {
  margin-top: 0;
}
div.contactos ul {
  padding-bottom: 0;
}
h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a, #nav a, #main-left .branchparent a {
  font: 'PT Sans Narrow', 'Arial Narrow', 'Helvetica Condensed', sans-serif;
}
h1 {
  color: #dc2022;
}
body h2, .eventdiv h3.panel-title {
  color: #dc2022;
  font-size: 23px;
  margin: 1em 0 0.5em;
  text-transform: none;
}
.eventdiv h3.panel-title .dates {
  font-weight: normal;
  text-align: right;
  font-size: 16px;
  color: black;
}
body h3, body h5, body h4 {
  color: gray;
  text-transform: uppercase;
  font-size: 18px;
  margin: 1em 0 0.5em;
}
body h4 {
  font-weight: normal;
  color: #dc2022;
  text-transform: none;
}
body .internal-heading h3 a {
  color: gray;
}
body .panes h3 {
  color: #2c3c65;
}
body blockquote {
  font-style: italic;
  color: gray;
  margin: 0 0 1em 0;
  font-size: 18px;
}
a {
  color: #393e80;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  color: #dc2022;
  text-decoration: none;
}
p.importante {
  background: #ffd5d7;
  padding: 5px;
  margin-bottom: 1em;
}
p.importante strong, p.importante b {
  color: #9d000e !important;
}
.content strong, .content b {
  color: black;
}
a.download {
  position: relative;
  color: white;
  background: #8eb900;
  border-radius: 4px;
  font-weight: bold;
  padding: 5px 10px 5px;
  display: inline-block;
  margin: 5px 0;
  transition: 0.3s all;
}
a.download.pull-right {
  margin-top: -5px;
}
a.download:hover {
  background: #3baf34;
  text-decoration: none;
}
a.download:before {
  font-family: 'FontAwesome' !important;
  margin-right: 7px;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  content: "";
  /*pdf*/
  content: "";
  /*download with cloud*/
}
.content img {
  max-width: 100%;
  height: auto;
}
small {
  opacity: 0.65;
}
/** Marketica */
/** clearfix hack */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/******/
.text_block {
  margin: 20px 0;
}
h6 {
  font-size: 16px;
  margin: 0;
}
/* ======================================================= */
/*                         Columns                         */
/* ======================================================= */
/* Basic columns
 ---------------------------------------------------------- */
@media screen and (min-width: 600px) {
  .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    position: relative;
    float: left;
    margin-right: 4%;
    min-height: 1px;
    height: auto !important;
    height: 1px;
  }
  .one_half {
    width: 48%;
  }
  .one_third {
    width: 30.6666%;
  }
  .two_third {
    width: 65.3332%;
  }
  .one_fourth {
    width: 22%;
  }
  .two_fourth {
    width: 48%;
  }
  .three_fourth {
    width: 74%;
  }
  .one_fifth {
    width: 16.8%;
  }
  .two_fifth {
    width: 37.6%;
  }
  .three_fifth {
    width: 58.4%;
  }
  .four_fifth {
    width: 79.2%;
  }
  .one_sixth {
    width: 13.3333%;
  }
  .two_sixth {
    width: 30.6666%;
  }
  .three_sixth {
    width: 47.9998%;
  }
  .four_sixth {
    width: 65.3332%;
  }
  .five_sixth {
    width: 82.6665%;
  }
}
.last {
  clear: right;
  margin-right: 0 !important;
}
/* Two level columns
 ---------------------------------------------------------- */
.one_half .one_half {
  margin-right: 8.3333%;
  width: 45.8333%;
}
.one_half .one_third {
  margin-right: 8.3333%;
  width: 27.7778%;
}
.one_half .two_third {
  margin-right: 8.3333%;
  width: 63.8889%;
}
.two_third .one_third {
  margin-right: 6.1224%;
  width: 29.2517%;
}
.two_third .two_third {
  margin-right: 6.1224%;
  width: 64.6258%;
}
.two_third .one_fourth {
  margin-right: 6.1224%;
  width: 20.4082%;
}
.clearboth {
  clear: both;
}
