@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(../css/material-icons.css);
@import "animate.css";
/*========================================================
                      Main Styles
=========================================================*/
.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .clearboth {
    clear: both;
  }
}
.ff__mod {
  font-family: 'Montserrat', sans-serif;
}
div.h1 {
  color: #1575c1;
  display: inline-block;
  position: relative;
}
div.h1 .hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #1575c1;
  margin-top: 10px;
}
h2,
.h6 {
  position: relative;
  display: inline-block;
}
h2 span.hr,
.h6 span.hr {
  height: 1px;
  width: 170px;
  display: block;
  position: absolute;
  margin-top: 18px;
  background: #e0dfdf;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
  }
  h2, .h6 {
    text-align: center;
  }
  h2 span.hr,
  .h6 span.hr {
    max-width: 100%;
  }
  main{
    top: 0px !important;
    margin-bottom: 0px !important;
  }
  .parallax_cnt{
    width: 80vw;
  }
}
* + .row {
  margin-top: 71px;
}
.row + * {
  margin-top: 50px;
}
.row + .row {
  margin-top: 30px;
}
* + p {
  margin-top: 25px;
}
* + h3 {
  margin-top: 71px;
}
* + p.h4 {
  margin-top: 30px;
  line-height: 40px;
}
* + img,
img + h4 {
  margin-top: 44px;
}
h2 + img,
* + article,
h2 + .thumbnail {
  margin-top: 78px;
}
* + .btn {
  margin-top: 60px;
}
img + .btn {
  margin-top: 70px;
}
* + .offs {
  margin-top: 138px;
}
.row + .offs {
  margin-top: 112px;
}
@media (max-width: 767px) {
  .row + .offs {
    margin-top: 0;
  }
}
* + address.h4 {
  margin-top: 40px;
  margin-bottom: 10px;
}
* + h6 {
  margin-top: 15px;
}
* + h4 {
  margin-top: 30px;
}
time + h4 {
  margin-top: 15px;
}
h2 + h3 {
  margin-top: 65px;
}
.thumbnail + * {
  margin-top: 32px;
}
.row + .offs2 {
  margin-top: 70px;
}
* + .marked-list.offs {
  margin-top: 30px;
}
#formContactar{
    margin-top: 40px;
}
/*=======================================================

                        Components
=========================================================*/
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside img {
  margin-right: 30px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 479px) {
  .box_aside {
    float: none;
    text-align: center;
  }
}
/*==================     Icon-ad     ====================*/
.icon-ad img {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.icon-ad:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
* + .index-list {
  margin-top: 65px;
}
.index-list li {
  padding-left: 100px;
  position: relative;
}
.index-list li:before {
  content: counter(li, decimal);
  counter-increment: li;
  font-size: 40px;
  font-weight: 400;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #ffffff;
  background: #333333;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  text-align: center;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -moz-transform: translateZ(1px);
  -ms-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
.index-list li + li {
  margin-top: 60px;
}
.index-list li:hover:before {
  -moz-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: pulse;
  animation-timing-function: linear;
}
@media (max-width: 1199px) {
  .index-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.index-list__mod li + li {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .index-list__mod li {
    padding-left: 0;
    padding-top: 100px;
  }
  .index-list__mod li:before {
    top: 0;
  }
}
/*==================  Inline List  ======================*/
* + .inline-list {
  margin-top: 48px;
}
.inline-list li {
  display: inline-block;
  font-size: 19px;
  color: #fafafa;
}
.inline-list li + li {
  margin-left: 30px;
}
.inline-list a:hover {
  color: #1575c1;
}
.inline-list a {
  color: #30a8e5;
}
/*==================   Copyright     ====================*/
.copyright {
  display: block;
  font-size: 12px;
  margin-top: 97px;
}
/*==================  Marked List  ======================*/
* + .marked-list {
  margin-top: 55px;
}
.marked-list li {
  position: relative;
  padding-left: 23px;
  font-size: 18px;
  text-align: left;
}
.marked-list li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 12px;
  background: #69d478;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.marked-list li + li {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .marked-list {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*================== Contact-List  ======================*/
.contact-list dt,
.contact-list dd {
  display: block;
}
.contact-list a[href^="callto:"]:hover {
  color: #333333;
}
.contact-list dd + dt {
  margin-top: 30px;
}
.contact-list dt + dd,
.contact-list dt:nth-child(3) + dd {
  margin-top: 18px;
}
.contact-list dt:nth-child(n+2) + dd {
  margin-top: 5px;
}
.contact-list dd + dt:nth-child(n+3) {
  margin-top: 35px;
}
* + .contact-list {
  margin-top: 75px;
}
.term-list dd {
  margin-left: 0;
  color: #a0a0a0;
}
.term-list * + dt {
  margin-top: 43px;
}
.term-list dt + * {
  margin-top: 33px;
}
.term-list a[href^="mailto:"] {
  display: inline-block;
  margin-top: 30px;
  color: #69d478;
}
.term-list a[href^="mailto:"]:hover {
  color: #333333;
}
* + .term-list {
  margin-top: 65px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  background: #ffffff;
}
/*==================    404    =========================*/
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer a[href^="callto:"] {
  color: #333333;
}
footer a[href^="callto:"]:hover {
  color: #30a8e5;
}
footer a[href^="callto:"] + p {
  display: inline-block;
  margin-left: 9px;
}


/*****XPTO*/
.w-100{
    width: 100%;
}
.rd-mobilepanel_title img{
    height: 56px;
}