@font-face {
  font-family: 'Qualy';
  src: url('fonts/Qualy-Bold.woff2') format('woff2'),
      url('fonts/Qualy-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body, section, span, h1, h2, h3, h4, h5, p, ul, ol, li, img {
  margin: 0;
  padding: 0;
}

body {
  color: #131b22;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

progress {
  position: fixed;
  top: -5px;
  z-index: 1111111;
  width: 100%;
  border-radius: 0;
  height: 10px;
  -webkit-appearance: none;
}

::-webkit-progress-bar {
   background-color: white;
}

::-webkit-progress-value {
  background-color: #c1d700;
}

h1, h2, h3 {
  font-family: 'Qualy';
  font-weight: bold;
}

h2 {
  margin-bottom: 20px;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

.leyenda::before,
.leyenda-ingles::before {
  color: #ffffff;
  content: "* Imágenes ilustrativas sujetas a cambio sin previo aviso";
  position: absolute;
  margin-top: -31px;
  text-shadow: 1px 1px 3px black;
  z-index: 1;
  margin-left: 10px;
  /*font-size: 12px;*/
  font-size: 1rem;
  right:20px;
}

.leyenda-ingles::before {
  content: "* Illustrative images are subject to change without notice";
}

.leyenda-proyecto::before {
  position: relative;
  right: 20px;
  float: right;
}

rect[title]:hover::before {
  position: absolute;
  /* top: -100%; */
  /* left: 0; */
  background: red;
  width: 200px;
  height: 200px;
  z-index: 1111111;
  color: blue;
  font-size: 70px;
}

#bodegas svg:hover {
  fill: #111;
}

.popover,
rect[title],
rect[title]:hover::after {
  color:black;
  text-transform: initial !important;
  font-weight: 100;
} 

rect:hover {
  fill: #c1d700;
  opacity: .5;
}


/*NAVBAR*/

#header {
  transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
}
.navbar .logo {
  max-height: 50px;
}

.bg-light {
  background-color: white !important;
}

.nav-link {
  font-weight: 400;
  color: #131b22;
}

.navbar-nav .nav-link.active {
  color: #131b2296;
}

.whats {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.whats img {
  width: 60px;
}

.usa {
  width: 25px;
}

/*NOSOTROS*/

#nosotros {
  padding-top: 140px;
}

#nosotros .box {
  background: #232a31;
  color: #c1d700;
  position: relative;
  z-index: 111;
}

#nosotros2{
  overflow: hidden;
  padding-bottom: 50%;
  background-image: url(img/fachada2.jpg);
  background-size: 120% 120%;
  background-position: top center;
  /*margin-left: 7%;
  width: 93%;*/
  margin-top: -120px;
}

#video{
  overflow: hidden;
  /*margin-left: 7%;
  width: 93%;
  margin-top: -370px;*/
  width: 100%;
}

.img-nosotros {
}

@media (max-width: 1024px) {
	#nosotros2 {
		overflow: hidden;
   	padding-bottom: 60%;
	}
}

/*DESCRIPCION*/

#descripcion {
  padding: 100px 20px 0;
}

#descripcion p {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

/*INVERSION*/

#inversion {
  padding: 100px 20px 100px;
}

#inversion .box {
  border: 1px solid #c1d700;
  min-height: 290px;
  margin-bottom: 25px;
}

#inversion .icon {
  height: 45px;
  margin-bottom: 25px;
}

#inversion h3 {
  font-size: 21px;
  margin-bottom: 20px;
}

/*CARACTERISTICAS*/

#caracteristicas {
  background: #131b22;
  /*padding: 100px 20px 450px;*/
  padding: 100px 20px;
  color: white;
}

#caracteristicas h2 {
  font-size: 3rem;
  padding-right: 40px;
  color: #c1d700;
}

#caracteristicas p {
  padding-right: 40px;
}

#caracteristicas h3 {
  font-size: 2rem;
  border-bottom: 2px solid;
  padding-bottom: 20px;
}

#caracteristicas ul li {
  font-size: 1.1rem;
}

#caracteristicas .leed {
  max-width: 100%;
  width: 100px;
  margin-top: 20px;
}

::marker {
  font-size: 1.7rem;
  line-height: 1.5rem;
}

#caracteristicas ul {
  padding-left: 25px;
  margin-top: 20px;
}

.bodegas {
  width: 70%;
  height: auto;
  margin-top: -350px;
  margin-left: 30%;
}

/*BODEGAS*/

#bodegas {
  padding: 100px 20px;
}

#bodegas img {
  max-width: 100%;
}

#bodegas h2 span {
  color: #c1d700;
}

.img_producto_container {
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

.img_producto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
}


/*UBICACION*/

#ubicacion {
  background: url("img/ubicacion.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 450px;
}

#ubicacion2 {
  background: #131b22;
  color: #c1d700;
  padding: 90px 20px;
  text-align: center;
}

/*CONTACTO*/

#contacto {
  padding: 100px 20px;
}

#contacto h2 {
  margin-bottom: 20px;
  color: #c1d700;
}

#contacto .box {
  background: #131b22;
  color: white;
  padding: 100px 180px 180px;
}

#contacto .box input,
#contacto .box textarea {
  width: 100%;
  border: none;
  padding: 8px 15px;
  margin-bottom: 10px;
  font-size: .9rem;
}

#contacto .box input[type="submit"] {
  width: auto;
  float: left;
  background: #293947;
  color: #ffffff;
  padding: 15px 40px;
  font-size: 1rem;
}

/*FOOTER*/

footer .main {
  padding: 0px 20px 100px;
}

footer .main .social img {
  max-width: 28px;
}

footer .secondary {
  border-top: 1px solid #00000029;
  padding: 30px 20px;
}

footer .secondary img {
  max-width: 120px;
}

footer h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}


@media screen and (max-width: 900px) {
  #nosotros2 {
    margin-top: -60px;
  }

  #caracteristicas {
    /*padding: 100px 20px 350px;*/
    padding: 100px 20px;
  }

  #caracteristicas h2 {
    font-size: 2rem;
  }

  #caracteristicas h3 {
    font-size: 1.5rem;
    margin-top: 30px;
  }

  .bodegas {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    position: initial;
    right: 0;
    margin-left: 0;
  }

  #bodegas {
    padding: 100px 20px;
  }

  #contacto .box {
    padding: 100px 20px 180px;
  }
}


@media screen and (max-width: 720px) {

  .leyenda::before,
  .leyenda-ingles::before {
    font-size: .8rem;
  }

.leyenda-caracteristicas::before {
margin-top: -55px;
}

#ubicacion {
  background-attachment:scroll;
}

.img_producto_container {
  height: 200px;
}

}