@import url("estilos.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700");
.clear {
  clear: both;
}
img {
  border: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
  color: #000;
  background: #eee;
}
h4 {
  display: block;
}
.bgBco {
  background: #fff;
  width: 100%;
}
.logo {
  margin: 10px;
}
body,
html {
  height: 100%;
}
.frmContato label {
  width: 100%;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 300;
}
.frmContato .caja {
  border: solid 1px #707070;
  width: 100%;
  padding: 8px;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}
.frmContato .btnSubmit {
  display: block;
  background: #0b4482;
  border: none;
  padding: 15px 30px;
  color: #fff;
  font-size: 18px;
  float: right;
  -webkit-transition: all 0.2s linearga;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.frmContato .btnSubmit:hover {
  background: #fff;
  color: #0b4482;
}
.map-container iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
}
.map-container iframe.clicked {
  pointer-events: auto;
}
#footer {
  background: #222;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer .sepFoot {
  margin-left: 40px;
  margin-right: 40px;
}
#footer .ligasFot {
  float: left;
  display: table;
}
#footer .logoFot {
  float: left;
  display: table;
}
.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.parallax-1 {
  height: 900px;
  background-image: url("../img/trato.jpg");
}
@media (max-width: 990px) {
  .logo {
    margin-top: 10px;
  }
}
.containerPag {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  background: #fff;
  padding: 40px 30px;
  margin-bottom: 40px;
}
.containerPag h2 {
  color: #a72227;
  font-size: 30px;
  line-height: 30px;
}
.containerPag h2 strong {
  font-weight: 300;
}
.containerPag p {
  font-weight: 300px;
}
.containerPag .volver {
  background: #a72227;
  color: #fff;
  float: right;
  font-size: 14px;
  padding: 10px 30px;
}
.containerPag .tit {
  font-size: 16px;
}
.containerPag .tbFiles {
  width: 100%;
  margin: 0px;
  margin-top: 20px;
  padding: 0px;
}
.containerPag .tbFiles th {
  background: #a72227;
  padding: 5px 15px;
  color: #fff;
  font-weight: 300;
  text-align: left;
}
.containerPag .tbFiles td {
  padding: 5px 15px;
  color: #454545;
  font-weight: 300;
  text-align: left;
}
.containerPag .tbFiles tr.bbPD {
  border-bottom: solid 1px #a72227;
}
.containerPag .tbFiles .trPD:hover {
  background: #d18487;
}
.containerPag .tbFiles .bg1 {
  background: #eaeaea;
}
.containerPag .tbFiles .bg2 {
  background: none;
}
.containerPag .centra {
  display: table;
  margin: 0 auto;
}
.containerPag .centra .tarj {
  position: relative;
  padding: 20px;
  border: solid 1px #ccc;
  background: #efefef;
  width: 380px;
  float: left;
  margin: 20px;
  border-radius: 20px;
  min-height: 300px;
}
.containerPag .centra .tarj .tit {
  color: #a72227;
  margin-bottom: 20px;
  font-size: 18px;
}
.containerPag .centra .tarj2 {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 280px;
  margin: 20px;
  min-height: 300px;
}
.containerPag .centra .tarj2 .tit {
  color: #a72227;
  margin-bottom: 20px;
  font-size: 18px;
}
.ttU {
  text-transform: uppercase;
}
.itemInd {
  width: 200px;
  padding: 30px;
  background: #a72227;
  color: #fff;
  border-radius: 10px;
  float: left;
  margin-right: 20px;
}
.itemInd .cont {
  font-size: 50px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
  background: #a72227;
  color: #fff;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
  background: #f6f6f6;
  color: #454545;
}
