/* Font page */
html {
  height: -webkit-fill-available;

  overflow: hidden;

  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  min-height: -webkit-fill-available;

  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

  scroll-behavior: smooth;
}


body, a {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: #fff !important;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    margin: 0;
}


/* Seccion Paralex*/

#page-contenedor{
  height: 100%;
  width: 100%;
  position: absolute;
}

#page-seccion {
  height:100%;
  width:100%;
}

.parallax_bg_wrap {
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height:100%;
  width:100%;
}

.parallax_bg {
    background-repeat: no-repeat;
    background-position: top;
    /* safari iphon fix */
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     /* safari iphon fix  */

    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Seccion Paralax Contenido */

.fullwidth_container {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;

  display: -webkit-flex; /* safari flex */

  display: flex;
  /*
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  */

  /* safari flex flow row wrap */
  -webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
    -ms-flex-direction: row;
        flex-direction: row;
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

  /* safari flex flow row wrap   */


  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.titulo-contenedor {
  width: 100%;
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  box-sizing: border-box;
  text-align: center;
}

.titulo-contenido {
  margin: auto;
  width: 100%;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}

.modulo_titulo {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff !important;
  padding-bottom: 0px;
  line-height: 1em;
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
  text-shadow: -1px -1px 3px rgba(0,0,0,0.5), 1px -1px 3px rgba(0,0,0,0.5), -1px 1px 3px rgba(0,0,0,0.5), 1px 1px 3px rgba(0,0,0,0.5);
}

.titulo_contenido_wrap {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 22px;
}

.titulo_contenido_wrap p {
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0,0,0,1);
    text-shadow: -1px -1px 3px rgba(0,0,0,0.5), 1px -1px 3px rgba(0,0,0,0.5), -1px 1px 3px rgba(0,0,0,0.5), 1px 1px 3px rgba(0,0,0,0.5);

}

.contactotag {
  line-height: 1em;
}

.contactotag .modulo_titulo {
  line-height: 1.5em;
}


  /* Menu */

#menu-seccion {
  background-image: linear-gradient(180deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
  z-index: 5!important;
  position: fixed!important;
  top: 0px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px;
}

.menu-group {
  margin: auto;
  width: 70%;
  max-width: 800px;
}

.menu-title {
  width: 16%;
  float: left;
  text-shadow: -1px -1px 3px rgba(0,0,0,0.5), 1px -1px 3px rgba(0,0,0,0.5), -1px 1px 3px rgba(0,0,0,0.5), 1px 1px 3px rgba(0,0,0,0.5);
}

.menu-title a {
  font-weight: 600;
  font-size: 16px;
}


  /* smooth Scroll */
html {
  scroll-behavior: smooth;
}

@media only screen  and (max-width: 980px){
  #menu-seccion  {
      display: none!important;
  }
}
