body {
  background-color: black;
  margin: 0;
  color: black;
}

a {
  color: black;
}
button, .button {
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid rgb(45, 137, 216);
  color: rgb(45, 137, 216);
  padding: 10px;
  transition: color 0.5s, background-color 0.5s;
  text-decoration: none;
}
button:hover, .button:hover {
  background-color: rgb(45, 137, 216);
  color: white;
}

.section.header {
  position: fixed;
  top: 0;
  z-index: 10;
  opacity: 0.95;
}

.header {
  width: 100%;
}
.header-line {
  width: 100%;
  background-color: rgb(45, 137, 216);
}
.header-line--items .logo {
  width: 120px;
  float: left;
  padding: 10px;
}
.header-line--items .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 34px 20px;
  position: relative;
  user-select: none;
  margin: 0;
}
.header-line--items .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}
.header-line--items .menu-icon .navicon:before, .header-line--items .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.header-line--items .menu-icon .navicon:before {
  top: 5px;
}
.header-line--items .menu-icon .navicon:after {
  top: -5px;
}
.header-line--items .menu-btn {
  display: none;
}
.header-line--items .menu-btn:checked ~ .menu {
  max-height: 280px;
}
.header-line--items .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header-line--items .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header-line--items .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header-line--items .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header-line--items .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
.header-line--items .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.header-line--items .menu-item {
  white-space: nowrap;
  margin: 0;
}
.header-line--items .menu-item a {
  display: block;
  margin: 0;
  padding: 23px 20px;
  text-decoration: none;
  transition: color 0.5s, background-color 0.5s;
}
.header-line--items .menu-item a:hover {
  background-color: #257cc7;
  color: white;
}

/* 48em = 768px */
@media (min-width: 520px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
.promo {
  background-image: url("../galeria/image3.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  top: 71px;
}
.promo .callme-container {
  height: 500px;
  position: relative;
}
.promo .callme {
  position: absolute;
  bottom: 70px;
  font-size: 32px;
  font-weight: 500;
  color: black;
  display: table;
  opacity: 0.95;
}
.promo .callme-title {
  font-size: 32px;
  font-weight: 500;
  background-color: white;
  padding: 10px;
  line-height: 1.5em;
  display: inline;
  -webkit-box-decoration-break: clone;
}
.promo .callme-phone .button {
  font-size: 26px;
  font-weight: 600;
  margin-top: 30px;
  background-color: rgb(45, 137, 216);
  color: black;
  border: none;
  transition: opacity 0.5s;
}
.promo .callme-phone .button:hover {
  opacity: 0.5;
}

.about {
  background-color: #eaeaea;
  color: black;
  padding-bottom: 2em;
}
.about p {
  text-align: justify;
}

.main {
  background-color: white;
  color: black;
}
.main .row {
  display: flex;
  flex-wrap: wrap;
}
.main .row:after, .main .row:before {
  display: block;
}
.main .row h4 {
  text-align: center;
}
.main .row i {
  padding-top: 0.5em;
  text-align: center;
  color: rgb(45, 137, 216);
  font-size: 58px;
  width: 100%;
}
.main .row p {
  text-align: justify;
}
.main .work-container .work-item img {
  width: 100%;
}

.contact {
  background-color: rgb(50, 50, 50);
  color: rgb(144, 144, 144);
  padding: 1em 0;
}
.contact-address address {
  font-style: normal;
  width: 80%;
}
.contact-address address table {
  width: 100%;
}
.contact-address address table td {
  border-color: rgb(144, 144, 144);
}
@media (min-width: 550px) {
  .contact-address address {
    width: auto;
  }
  .contact-address address table {
    width: auto;
  }
}
.contact-address a {
  color: rgb(144, 144, 144);
}
.contact-address a:hover {
  color: rgb(45, 137, 216);
}
.contact-regions {
  margin-top: 1em;
}
.contact-regions ul {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-evenly;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-regions ul li {
  padding: 10px;
  margin: 0;
}
.contact-map {
  display: table-cell;
  overflow: hidden;
  min-height: 220px;
}
.contact-map #map {
  width: 100%;
  height: 100%;
}

.phonebar {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  background-color: rgb(45, 137, 216);
  overflow: hidden;
}
.phonebar-left {
  display: none;
  flex-shrink: 1;
  flex-grow: 1;
  background-color: rgb(45, 137, 216);
}
.phonebar-middle {
  flex-shrink: 0;
  flex-grow: 0;
  background-color: white;
  text-align: center;
  padding: 1.5em 3em;
}
.phonebar-middle a {
  display: block;
  border: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 32px;
  color: black;
}
.phonebar-right {
  display: none;
  flex-shrink: 1;
  flex-grow: 1;
  background-color: rgb(45, 137, 216);
}

/* Larger than mobile */
@media (min-width: 400px) {
  .phonebar-left {
    display: block;
  }
  .phonebar-left-skew {
    transform: skew(-22deg, 0);
  }
  .phonebar-middle {
    transform: skew(-22deg, 0);
  }
  .phonebar-middle a {
    font-size: 42px;
    transform: skew(22deg, 0);
  }
  .phonebar-right {
    display: block;
  }
  .phonebar-right-skew {
    transform: skew(-22deg, 0);
  }
}
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
.footer {
  padding: 10px;
  background-color: black;
  color: white;
  font-size: 12px;
}
.footer-menu {
  min-height: 100px;
}
.footer-copyright {
  text-align: center;
}

.section {
  position: relative;
}

.section .tag {
  position: absolute;
  top: -70px;
}

/*# sourceMappingURL=main.css.map */
