@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500italic,500,700,700italic,900,900italic);

body { margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;}

/*
#header {
  box-sizing:border-box;-moz-box-sizing:border-box;
  z-index:3;
  position:fixed;
  top:0;
  width:100%;
  background:#F9B802;
  color:#000;
  text-align:center;
  -webkit-box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.75);
  border-bottom:3px solid #000;
}
*/

.parallax {
  position:relative;
  z-index:1;
  height:900px;
  -webkit-box-shadow: inset 0px -6px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow: inset 0px -6px 5px rgba(50, 50, 50, 0.75);
box-shadow: inset 0px -6px 5px rgba(50, 50, 50, 0.75);
}

.paralax {
  background: url('/gnfactory/LNC/GNF/2016/07/27/0006/img/Pets-Gallery-01a.jpg') no-repeat fixed;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#trans2 {
  background: url('/gnfactory/LNC/GNF/2016/07/27/0006/img/Pets-Gallery-05.jpg') no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
/*    height:700px;*/
}

#trans3 {
  background: url('/gnfactory/LNC/GNF/2016/07/27/0006/img/Pets-Gallery-03.jpg') no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
/*  height:700px;*/
}

.txt {
    font-size:70px;
    color: #fff;
    width:auto;
/*    background:rgba(255, 255, 255, 0.60);*/
    padding: 5px 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 90px;
    font-weight: 900;
        text-shadow: 0px 4px 10px rgba(10, 0, 6, 0.36);
}
.txt.right {
  margin: 150px 100px 0 0;
  float:right;
  text-align:right;
}
.txt.left {
  float:left;
  text-align:left;
  margin: 150px 0 0 100px;
}

.txt.sub {
/*  background:#000;*/
/*  background:rgba(0,0,0,0.60);*/
  font-size:25px;
  color:#fff;
  margin: 0 100px 0 100px;
        margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: 200;
    line-height: 25px;
        font-family: Arial,Helvetica,sans-serif;
}
/*
.content {
  box-sizing:border-box;-moz-box-sizing:border-box;
  position:relative;
  z-index:2;
  background:#FFF;
  width:100%;

  margin:0;
  padding:10px 20px;
  -webkit-box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.75);
  text-align:left;
}
*/

.content.right {
  text-align:right;
}

.content h2 { 
        padding: 0 25px;
    color: #000;
    margin: 0 auto;
    text-align: center;
}
.content p { 
    padding: 0 25px;
    color: #000;
    margin: 0 auto;
    text-align: center;
}


@media screen and (max-width: 600px) {
    .txt {
  font-size:30px;
  color:#f12b24;
  width:auto;
  background:rgba(255, 255, 255, 0.60);
    }
    .txt.right {
    margin: 110px 30px 0 0;
    float: right;
    text-align: right;
        color: #167ac6;
    line-height: 40px;
    font-size: 40px;
    }
    .txt.sub {
        font-size: 12px;
    line-height: 13px;
    color: #fff;
    background-color: #f12b24;
    }
    .txt.left {
    float: left;
    text-align: left;
    margin: 20px 0 0 29px;
    width: 270px;
    line-height: 24px;
    }
    .txt.left.sub {
    float: left;
    text-align: left;
    margin: 20px 0 0 29px;
    width: 270px;
    line-height: 24px;
    }
    .paralax {
    background: url('/gnfactory/LNC/GNF/2016/07/27/0006/img/BG_movil.jpg') no-repeat fixed;
    margin: 0 auto;
    width: 100%;
    left: 0;
    height: 450px;
    }
    #trans2 {
      background: url('/gnfactory/LNC/GNF/2016/07/27/0006/img/melparalax1.jpg') no-repeat center center;
     margin: 0 auto;
    width: 100%;
    left: 0;
    height: 450px;
        background-attachment: inherit;
    }

    #trans3 {
      background: url('/gnfactory/LNC/GNF/2016/07/27/0006/img/sweetparalax2.jpg') no-repeat center center;
      margin: 0 auto;
    width: 100%;
    left: 0;
        height: 450px;
        background-attachment: inherit;
    }
}

  
  