nav {
  box-shadow: none; }

a {
  color: inherit; }

img {
  max-width: 100%;
  max-height: 100%; }

.no-padding {
  padding: 0 !important; }

#sidenav-overlay {
  background: transparent; }

.no-mb {
  margin-bottom: 0px; }

.white-txt {
  color: white; }

.title-red {
  color: #d12822;
  font-size: 28px;
  margin-bottom: 0;
  text-align: center; }

.navbar-fixed {
  background: black; }

.menu {
  background: linear-gradient(to right, rgba(209, 40, 34, 0) 0%, rgba(209, 40, 34, 0.01) 1%, rgba(209, 40, 34, 0.96) 8%, #d12822 23%);
  color: white; }

.side-nav {
  background: #313131;
  color: white;
  padding: 10px 25px; }
  .side-nav a {
    color: white;
    text-align: center; }
  .side-nav .title-contact {
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 20px;
    text-align: center; }
  .side-nav input, .side-nav textarea {
    font-size: 14px; }
  .side-nav .submit-button {
    background: white;
    border-radius: 10px;
    color: black;
    padding: 10px;
    width: 100%; }

.brand-logo {
  height: 64px; }

.contact-button {
  background: #d12822;
  border-radius: 40px;
  box-shadow: 0px 0px 10px #333;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  z-index: 2; }
  .contact-button img {
    display: block;
    width: 25px;
    margin: 21px auto 0; }

.quienes {
  background: url("../img/quienes.png") no-repeat;
  color: white;
  height: 500px;
  justify-content: center;
  text-align: center; }
  .quienes h2 {
    font-size: 32px;
    font-weight: bold; }
  .quienes p {
    margin: 10px 0 30px;
    max-width: 900px; }

.company-info {
  background: #eee;
  padding: 50px 30px 30px;
  text-align: center; }
  .company-info img {
    max-height: 30px;
    max-width: 30px; }
  .company-info h4 {
    color: #d12822;
    font-size: 20px; }

.security-info {
  text-align: center;
  padding: 10px 50px; }
  .security-info ul {
    margin-top: 30px;
    line-height: 40px; }
    .security-info ul img {
      max-width: 9px;
      margin-right: 10px; }

.services-info {
  background: #eee;
  margin-bottom: 0;
  padding: 10px 30px 30px;
  text-align: center; }
  .services-info ul {
    margin-top: 30px;
    line-height: 40px; }
    .services-info ul img {
      max-width: 9px;
      margin-right: 10px; }
  .services-info p {
    margin: 30px auto 20px;
    max-width: 1200px;
    text-align: center; }

.what-we-do-row {
  border-radius: 15px;
  box-shadow: 0px 0px 10px #999;
  font-size: 14px;
  margin-top: 30px; }
  .what-we-do-row .col {
    padding: 20px 30px; }
  .what-we-do-row:last-of-type {
    margin-bottom: 70px; }

.wwd-service {
  background: #d22923;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  color: white;
  font-size: 20px;
  line-height: 24px;
  text-align: center; }

.wwd-description {
  background: white;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px; }

.methodology-info {
  margin-bottom: 0; }
  .methodology-info .col {
    padding: 0; }
  .methodology-info .flex-container {
    align-items: center;
    display: flex;
    flex-direction: row; }
  .methodology-info .flex-column {
    margin-bottom: -5px;
    width: 50%; }
  .methodology-info p {
    max-width: 600px;
    margin: 0 auto;
    text-align: center; }

.machines-info {
  background: #eee;
  margin-bottom: 0;
  padding-top: 10px; }
  .machines-info h2 {
    margin-bottom: 30px; }
  .machines-info .col {
    padding: 0; }
  .machines-info img {
    height: 230px;
    width: 100%; }

.materialboxed.active {
  max-width: none;
  max-height: none; }

.offices-info {
  background: #eee;
  padding: 10px 0 0;
  margin-bottom: 0; }
  .offices-info h2 {
    margin-bottom: 30px; }

.map-button {
  background: #d2d2d2;
  border-radius: 5px;
  color: #7b7b7b;
  margin: 0 auto 30px;
  max-width: 70%;
  padding: 10px;
  text-align: center; }
  .map-button:hover, .map-button.active {
    background: #d12822;
    color: white;
    cursor: pointer; }

.address-info.col {
  background: #d12822;
  color: white;
  padding: 20px; }

#map {
  height: 300px; }

footer.row {
  background: #313131;
  color: white;
  margin-bottom: 0;
  padding: 20px 20px; }

.logo-footer img {
  margin-top: 30px;
  max-width: 90px; }

.social-icons img {
  margin-top: 30px;
  max-width: 25px;
  margin-right: 20px; }

.trabajo-banner {
  background: url("../img/trabajo.png");
  color: white;
  font-size: 28px;
  height: 300px;
  justify-content: center; }

.form-contact-container {
  background: #eee;
  padding: 20px; }
  .form-contact-container h2 {
    margin-top: 0;
    margin-bottom: 20px; }

.full-contact-form-button {
  background: #d12822;
  border: none;
  color: white;
  display: block;
  font-size: 20px;
  margin: 30px auto 0;
  width: 100%;
  max-width: 500px;
  padding: 20px; }

@media only screen and (max-width: 992px) {
  .menu {
    background: #d12822; }
    .menu img {
      max-height: 56px; }
    .menu a.button-collapse-menu {
      margin-left: 10px; }
      .menu a.button-collapse-menu img {
        height: 25px;
        margin-top: 15px; }
  .quienes {
    background-size: 100% 100%;
    height: 200px; }
    .quienes h2 {
      font-size: 20px;
      margin: 0; }
    .quienes p {
      font-size: 10px;
      margin: 10px 0; }
  .company-info {
    padding: 30px 20px; }
  .security-info {
    padding: 10px 20px; }
  .what-we-do-row {
    font-size: 14px; }
  .wwd-service, .wwd-description {
    border-radius: 0; }
  .what-we-do-row .col {
    padding: 10px; }
  .what-we-do-row .col {
    padding: 10px 20px; }
  .what-we-do-row:last-of-type {
    margin-bottom: 30px; }
  .methodology-info .flex-container {
    flex-direction: column; }
  .methodology-info .flex-column {
    width: 100%; }
  .methodology-info p {
    padding: 15px; }
  .map-button {
    margin: 0 auto 10px; }
  .trabajo-banner {
    background-size: 100% 100%;
    height: 180px; }
  .full-contact-form-button {
    padding: 10px; }
  .offices-info h2 {
    margin-top: 0; } }

.btn {
  background-color: #d12822; }
  .btn:hover {
    background-color: #ef0e06; }

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  color: #ef0e06;
  display: block;
  line-height: 22px;
  padding: 14px 16px; }

.hide {
  display: none; }

#ubicacion {
  padding-top: 3%; }

#comercial {
  font-size: 13px; }
