


.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  display: none;
  opacity: 0;
  z-index: 9999;
}
.overlay:target {
  display: block;
  opacity: 1;
}

.contentPopup{
  display: block;
  text-align: center;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  display: grid;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #000;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}


body {
  font-family: Arial;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: inline-block;
  margin: 191px 0px 11px;
  padding: 9px 13px;
  background-color: #2d2d2d;
  font-family:'Hanalei Fill', sans-serif;
  color: white;
  font-size: 48px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  display: inline-block;
  margin: 254px 0px 10px;
  padding: 9px 13px;
  float: left;
  background-color: rgba(0, 0, 0, 0.49);
  color: white;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-right: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  border-width: 1px;
  border-color: black;
  box-shadow: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-shadow: none;
}
h5 {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 10px;
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 14px;
}
.button {
  display: inline-block;
  padding: 12px 31px;
  border-radius: 5px;
  background-color: black;
  background-image: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #008cff;
}
.button.featured {
  position: relative;
  top: 316px;
  z-index: 6;
  border: 2px solid white;
  border-radius: 0px;
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-left:10px;
}
.button.featured:hover {
  border-color: black;
  color: black;
}
.section {
  padding-top: 43px;
  padding-bottom: 0px;
}
.section.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 8;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #333;
}
.section.grey {
  background-color: #f2f2f2;
  background-image: url('../images/bg_home.jpg');
}
.section.gallery {
  background-color: #d9d9d9;
}
.section.foot {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2d2d2d;
}
.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 8px;
  border: 2px solid transparent;
  border-radius: 0px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 12px;
  text-decoration: none;
  text-transform: none;
}
.nav-link:hover {
  border: 2px solid white;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav-link.sign-up {
  background-color: #008cff;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav-link.sign-up:hover {
  background-color: #0076d6;
}
.company-title {
  color: white;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}
.nav-bar {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}
.hero-bg {
  width: auto;
  margin-top: 82px;
  padding-top: 33px;
  padding-bottom: 33px;
  background-image: url('../images/bg_home.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}
.subtitle {
  position: relative;
  top: -226px;
  z-index: 9;
  display: inline-block;
  max-width: 400px;
  margin-bottom: 18px;
  background-color: white;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  color: rgba(0, 0, 0, 0.56);
  font-size: 16px;
  font-weight: 700;
  padding:5px;
}
.section-description {
  font-size: 14px;
}
.snippet {
  display: block;
  border-radius: 5px;
  background-color: transparent;
  color: black;
  text-decoration: none;
}
.right-col {
  padding-top: 13px;
  text-align: right;
}
.more-link {
  padding: 6px 8px;
  border: 2px solid #c2c2c2;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #9c9c9c;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.more-link:hover {
  border: 1px solid #008cff;
  background-color: #008cff;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
}
.snippet-text-section {
  padding: 10px 12px;
  background-color: transparent;
}
.snippet-title {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
}
.snippet-text {
  color: #737373;
  font-size: 14px;
  line-height: 19px;
}
.snippet-row {
  margin-top: 27px;
  margin-bottom: 27px;
}
.button-column {
  padding-top: 32px;
  text-align: center;
}
.company-column {
  padding-top: 12px;
  padding-right: 0px;
  padding-left: 0px;
}
.img-example {
  margin-bottom: 34px;
}
.footer-link {
  margin-right: 9px;
  margin-left: 9px;
  padding-bottom: 0px;
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.footer-nav-bar {
  margin-top: -17px;
  text-align: right;
}
.left-footer-col {
  margin-top: 0px;
  padding-bottom: 1px;
}
.footer-text {
  margin-top: 16px;
  color: white;
  font-size: 14px;
}
.content-bg {
  height: 750px;
  margin-top: -44px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: lightgrey;
  background-image: url('../images/bg_nosotros.jpg');
  background-attachment: fixed;
}
.content-bg.two {
  background-image: url('../images/example-bg.png');
}
.example-image {
  width: 100%;
  border: 6px solid #2d2d2d;
}
.nav_slider {
  bottom: -23px;
  height: 36px;
  padding-top: 14px;
  background-color: white;
}
.image_slider {
  position: relative;
  z-index: 5;
}
.slider {
  height: 490px;
  margin-top: -21px;
  background-color: transparent;
}
.h1_cont {
  position: static;
  top: -216px;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 0px;
  float: none;
  background-color: #2d2d2d;
  text-transform: uppercase;
}
.galeria {
  display: block;
  width: 960px;
  height: 400px;
  margin: 21px auto 30px;
}
.form_contacto {
  margin-top: 52px;
}
.input_style {
  border: 3px solid black;
}
.button_contact {
  padding-top: 8px;
  padding-bottom: 8px;
  border: 2px solid white;
  border-radius: 0px;
  background-color: transparent;
}
.button_contact:hover {
  border-color: black;
  color: black;
}
.datos_contacto {
  border: 6px solid black;
  background-color: white;
}
@media (max-width: 991px) {
  .button {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .nav-link {
    font-size: 11px;
  }
  .subtitle {
    margin-top: 100px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .snippet {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
}
@media (max-width: 767px) {
  h1 {
    top: 81px;
    margin-top: 173px;
  }
  h2 {
    margin-top: 107px;
  }
  .button {
    margin-bottom: 33px;
    padding: 29px 30px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 16px;
    font-weight: 700;
  }
  .section.header {
    background-color: #333;
  }
  .nav-link {
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .nav-link:hover {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .company-title {
    margin-bottom: 33px;
  }
  .nav-bar {
    background-color: transparent;
    text-align: center;
  }
  .hero-bg {
    padding-right: 10px;
    padding-left: 10px;
  }
  .subtitle {
    top: -32px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .snippet {
    margin-bottom: 19px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .right-col {
    margin-top: -42px;
  }
  .button-column {
    padding-top: 61px;
  }
  .company-column {
    text-align: center;
  }
  .footer-nav-bar {
    text-align: center;
  }
  .left-footer-col {
    margin-bottom: 13px;
    text-align: center;
  }
  .content-bg {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slider {
    padding-top: 59px;
  }
}
@media (max-width: 479px) {
  h1 {
    margin-top: 59px;
  }
  .button {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .section.header {
    height: 84px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
  }
  .nav-link {
    display: block;
    margin-bottom: 19px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .subtitle {
    top: 125px;
    margin-top: -10px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .section-description {
    width: 50%;
  }
  .snippet {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .content-bg {
    height: 100%;
    min-height: 330px;
  }
  .nav_slider {
    bottom: -33px;
    height: 34px;
  }
  .slider {
    margin-top: -150px;
    padding-top: 137px;
  }
}