/* @import url(https://fonts.googleapis.com/css?family=Zilla+Slab+Highlight|Zilla+Slab:300,300i,400,400i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap); */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%; }

#wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  /* background-color: aqua; */
  text-align: center;
  height: 100%;
  /* max-width: 1530px; */
  margin: 0 auto;
  font-size: 2.0625rem; }
  #wrapper:after {
    content: "";
    display: table;
    clear: both; }


#wrapper .logo{
  position: relative;
  float: left;
  margin-top: 30px;
  margin-left:50px;
  z-index: 30;
}

#wrapper .logo img{
  width: 150%;
  max-width: 150px;


}


#contenido {
    position: relative;
    width: 100%;
    /* border: 1px solid green; */
}

/*wrapIntro*/

.wrapIntro {
  position: absolute;
  margin: auto;
  width: 100%;
	top: -25%; 
  right: -25%; 
  bottom: -25%; 
  left: -25%;
  z-index: 1;  
  height: 100vh;
  overflow: hidden;
  z-index: 40;
}
.wrapIntro .text{
  position: absolute;
  width: 100%;
  bottom: 100px;
  left: 60px;
  max-width: 700px;
  z-index: 4;
}

.wrapIntro .text h1{

  font-size: 25px;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  font-family: Verdana;
  font-weight: bold;
}
.wrapIntro .text h5{

  font-size: 14px;
  color: #666666;
  text-align: left;
  margin-bottom: 10px;
  font-family: Verdana;
  font-weight: bold;
}
.wrapIntro .text p{

  font-size: 14px;
  color: #000;
  text-align: left;
  font-family: Verdana;
  margin-top: 10px
}

.wrapIntro .text .btnIntro{

  margin-top: 10px;
}

.wrapIntro #point{
  position: absolute;
  margin: auto;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
}

.wrapIntro #point svg{
  width: 15px;
}


.wrapIntro .st1{fill:none;stroke:#000000;stroke-width:8.313;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.wrapIntro .st2{fill:#FF0000;}
.wrapIntro .st3{fill:none;stroke:#FF0000;stroke-width:8.313;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}


.wrapIntro #svgTrack {
  position: absolute;
  margin: auto;
  width: 100%;
	top: -25%; 
  right: -25%; 
  bottom: -25%; 
  left: -25%;
  z-index: 3;
}

.wrapIntro .text .btnIntro {
	widows: 600px;
	height:30px;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #000;
  cursor:pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: large;
  font-weight: bold;
  line-height: 1.7;
}
.wrapIntro .text .btnIntro:hover{
	opacity: .5;
}

.wrapIntro .img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
}

.wrapIntro .trans{
  position: absolute;
  background-color: rgba(255, 255, 255, .8);
  height: 100vh;
  width: 100%;
  z-index: 3;
}

.wrapIntro .hero-bkg-animated {
  position: absolute;
  background: transparent url(../imagenes/niebla.png) repeat 0 0;
  width: 100%;
  height: 100vh;
  -webkit-animation: slide 100s linear infinite;
  z-index: 2;
}

@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -3000px 0; }
}


/*lightBox Info*/
#contInfo{
  position: absolute;
  width: 100%;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  opacity: 0;
}

#contInfo .wrapperInfo-t{
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  min-height: inherit;
  text-align: center;
}

#contInfo .wrapperInfo-t:after {
  content: "";
  display: table;
  clear: both; }

#contInfo .wrapperInfo-t .wrapperInfo-tc{
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

#contInfo .wrapperInfo-t .wrapperInfo-tc #lightBoxInfo{
  position: relative;
  width: 100%;
  max-width: 668px;
  margin: 0px auto;
  background-color:rgba(255,255,255,.7);
  border:3px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;  
}

#contInfo .wrapperInfo-t .wrapperInfo-tc #lightBoxInfo h1{

  font-size: 24px;
  font-weight: bold;
  color:#000;
  text-align: center;
  padding: 10px;
}

#contInfo .wrapperInfo-t .wrapperInfo-tc #lightBoxInfo p{
  font-size: 12px;
  color:#000;
  text-align: center;
  padding: 10px;
}

#contInfo .wrapperInfo-t .wrapperInfo-tc #lightBoxInfo h1,
#contInfo .wrapperInfo-t .wrapperInfo-tc #lightBoxInfo p{

  display: none;
}

#contInfo .wrapperInfo-t .wrapperInfo-tc #lightBoxInfo .img360{
  position: relative;
  width: 80%;
  max-width: 650px;
  margin: 20px auto;
  text-align: center;
  background-color: red;
}
#contInfo .wrapperInfo-t .wrapperInfo-tc #lightBoxInfo .img360 img{
  width: 100%;
  display: block;
}

#contInfo .wrapperInfo-t .wrapperInfo-tc #lightBoxInfo #botoneraInfo{

  position: relative;
  width: 100%;
}

#contInfo .wrapperInfo-t .wrapperInfo-tc #lightBoxInfo #btnCerrar{

  position: absolute;
  width: 25px;
  height: 25px;  
  top: 10px;
  right: 10px;
  z-index: 20;
  border-radius: 50%;
  color: #000;
  text-align: center;  
  line-height: 22px;
  font-size: 12px;  
  border: 2px solid #000;
  cursor: pointer;
}

#landscape {
  position: absolute;
  left: 0%;
  top: 0px;
  width: 100%;
  /*height: 115%;*/
  height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #fff;
  z-index: 2001;
   display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-flex-direction: column;	
  -webkit-box-orient:vertical;	
  -webkit-box-direction:normal;	
  -ms-flex-direction:column;	
  flex-direction:column;
  justify-content: center;
  align-items: center;  
}

.landscape__contenido{
  position: relative;
  width: 100%;
  height: 100vh;  
   display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;	
  -webkit-box-orient:vertical;	
  -webkit-box-direction:normal;	
  -ms-flex-direction:column;	
  flex-direction:column;
  justify-content: center;
  align-items: center;
}
.landscape__contenido img{
  width: 100%;
  max-width: 207px;
  display: block;
}

.landscape__contenido p{
  font-weight: 700;
  font-family: Verdana;
  font-size: 18px;
  color: #000;
  margin-top: .3rem;
}

#landscape span {
  position: absolute;

  left: 30%;
  top: 45%;

  width: 500px;
  height: 25px;

  font-weight: 700;
  font-family: Verdana;
  font-size: 17px;

  color: #534954;
}


@media only screen and (max-width: 768px) {
  .wrapIntro .text{
    max-width: 560px;
  }  
}

@media only screen and (max-width: 650px) {
  .wrapIntro .text{
    max-width: 400px;
  }  
}
@media only screen and (max-width: 475px) {
  .wrapIntro .text{
    max-width: 320px;
  }  
}