body{
  background-image: url(../img/bg_principal.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #48f4f6;
  font-family: 'Lato', sans-serif;
}
h1{
  font-family: 'Lato', sans-serif;
  color: #00a2c3;
  font-weight: 100;
  font-size: 53px;
}

/*---------------------------------Menu principal*/
.menu_principal{
  width: 100%;
  height: 95px;
  background-color: rgba(255,255,255,.6);
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0px 5px 6px rgba(50, 50, 50, 0.3);
  -moz-box-shadow:    0px 5px 6px rgba(50, 50, 50, 0.3);
  box-shadow:         0px 5px 6px rgba(50, 50, 50, 0.3);
  z-index: 1000;
}

.menu_principal ul{
  margin: 0 auto;
  text-align: center;
}

.menu_principal li{
  list-style: none; 
  text-align: center; 
  text-transform: uppercase; 
  font-size: 14px;
  width: 150px;
  display: inline-block;
  vertical-align: top;  
}

.menu_principal ul li {line-height: 14px; padding-bottom: 15px;}
.menu_principal a{
  text-decoration: none;
  transition:All .3s linear; -webkit-transition:All .3s linear; -moz-transition:All .3s linear; -o-transition:All .3s linear;
  color: #0081ab;
}
.menu_principal a:hover{text-shadow: 0px 1px 6px rgba(0, 192, 255, 1);}

.item1{margin-top: 68px;}
.item2{margin-top: 60px;}
.logo{
  margin-top: 40px; 
  transition:All 0.5s ease; -webkit-transition:All .5s ease; -moz-transition:All .5s ease; -o-transition:All .5s ease;
}
.logo:hover{ opacity: .8;}

 .menu_principal ul li ul{ }
 .submenu li{
  position: relative;
  z-index: 1000;
  width: 124px;
  background-image: url(../img/bg_submenu.png);
  font-size: 12px;
 }
.submenu{ background-color: transparent; visibility: hidden; opacity: 0; height: 0px; transition:All 0.3s ease; -webkit-transition:All .3s ease; -moz-transition:All .3s ease; -o-transition:All .3s ease;}
.menu_principal ul li:hover>.submenu{ visibility: visible; opacity: 1; height: auto;}
.sub_item1{padding-top: 25px;}
.sub_item2{padding-top: 18px;}

.linea{border-top: 4px solid #a6f9fa; opacity: .5;}


 .hojas_header{position: relative; height: 0px;}
 .hoja1{position: relative; top: 67px; left: -40px; width: 93px;}
 .hoja2{position: relative; top: -28px; left: 880px; width: 96px; overflow: hidden;}
 .facebook{position: relative; top: -20px; left: 890px; width: 27px;overflow: hidden;transition:All .2s linear; -webkit-transition:All .2s linear; -moz-transition:All .2s linear; -o-transition:All .2s linear;}
 .facebook:hover{top: -25px;}
 .btn_video{position: relative; top: -54px; left: 920px; width: 127px; height: 41px; overflow: hidden;transition:All .2s linear; -webkit-transition:All .2s linear; -moz-transition:All .2s linear; -o-transition:All .2s linear; }
 .btn_video:hover{top: -60px;}
/*---------------------------------Nosotros*/

.bg_historia{
  background-image: url(../img/bg_nosotros.png);
  margin-top: 38px;
  height: 537px;
}
.bg_calidad{
  background-image: url(../img/bg_calidad.png);
  margin-top: 38px;
  height: 537px;
}

.historia,.valores,.compromiso{line-height: 22px; font-size: 14pt; color: #0083ae; font-weight: 300;}
.h1_historia{margin-top: 40px; margin-bottom: 60px;}
.historia p span{font-style: italic; font-weight: 400; font-size: 18px;}

.valores p span{font-style: italic; font-weight: 300; font-size: 18px; font-weight: bold;}

.p_center{text-align: center;}
.h1_compromiso{margin-top: 40px; margin-bottom: 60px; font-size: 46px;}
.compromiso p span{font-style: italic; font-weight: 300; font-size: 18px; font-weight: bold;}

.h1_envasado{margin-top: 40px; margin-bottom: 40px;}
.h1_descripcion{margin-top: 140px; margin-bottom: 60px;}


/*---------------------------------Garragones*/
.garrafon_home{text-align: center; z-index: 100; position: relative;}
.garrafon_nosotros{position: absolute; top: -130px; left: 585px; z-index: 100; position: relative; width: 328px;}
.garrafon_calidad{position: absolute; top: -130px; left: 30px; z-index: 100; position: relative; width: 328px;}
.garrafon_descripcion{position: absolute; top: 115px; left: 0px; z-index: 100; position: relative;}

/*----------------Presentaciones------------------------*/

.presentaciones{
  margin: 120px auto 0px;
  width: 900px;
  height: 411px;
  padding-left: 40px; 
  text-align: center; 
  top:10px;
   }
.presentaciones div{float: left;}

.tabla{
  position: absolute; 
  z-index: 10;
  text-align: right;
  width: 302px;
  top: 160px;
  left: 45%;
  margin-left: 151px;
}

.btn_tabla{margin-bottom: 2px; cursor: pointer;}
.datos_tabla{visibility: hidden; height: 0px; opacity: 0;transition:All .3s linear; -webkit-transition:All .3s linear; -moz-transition:All .3s linear; -o-transition:All .3s linear;}
.btn_tabla:hover > .datos_tabla{visibility: visible; height: auto; opacity: 1;}

.envase1{position: relative; left: 0; top:0; transition:All 0.5s ease; -webkit-transition:All .5s ease; -moz-transition:All .5s ease; -o-transition:All .5s ease; cursor: pointer; width: 246px;}
.envase1:hover{top: 40px;}
.envase2{position: relative; left: 0; top:0; transition:All 0.5s ease; -webkit-transition:All .5s ease; -moz-transition:All .5s ease; -o-transition:All .5s ease; cursor: pointer; width: 131px;}
.envase2:hover{top: 40px;}
.envase3{position: relative; left: 0; top:0; transition:All 0.5s ease; -webkit-transition:All .5s ease; -moz-transition:All .5s ease; -o-transition:All .5s ease; cursor: pointer; width: 131px;}
.envase3:hover{top: 40px;}
.envase4{position: relative; left: 0; top:0; transition:All 0.5s ease; -webkit-transition:All .5s ease; -moz-transition:All .5s ease; -o-transition:All .5s ease; cursor: pointer; width: 131px;}
.envase4:hover{top: 40px;}
.envase5{position: relative; left: 0; top:0; transition:All 0.5s ease; -webkit-transition:All .5s ease; -moz-transition:All .5s ease; -o-transition:All .5s ease; cursor: pointer; width: 131px;}
.envase5:hover{top: 40px;}

.titulo_envase{visibility: hidden;height: 0px;opacity: 0; transition:All 0.5s ease; -webkit-transition:All .5s ease; -moz-transition:All .5s ease; -o-transition:All .5s ease;}

.envase1:hover>.titulo_envase{visibility: visible;opacity: 1;height: auto;}
.envase2:hover>.titulo_envase{visibility: visible;opacity: 1;height: auto;}
.envase3:hover>.titulo_envase{visibility: visible;opacity: 1;height: auto;}
.envase4:hover>.titulo_envase{visibility: visible;opacity: 1;height: auto;}
.envase5:hover>.titulo_envase{visibility: visible;opacity: 1;height: auto;}

/*----------------FOOTER------------------------*/

.footer1{
  width: 100%;
  height: 200px;
  position: absolute;
  top:730px;
  color: #0081ab;
  background-color: rgba(205,252,253,1);
  border-top: 3px solid #fff;
  text-align: center;  
  padding-top: 130px;
}

.footer2{
  width: 100%;
  height: 240px;
  position: absolute;
  top:730px;
  color: #0081ab;
  background-color: rgba(205,252,253,1);
  border-top: 3px solid #fff;
  text-align: center;
  padding-top: 20px;
}

footer p{ font-size: 11px; font-weight: 700;}


/* Slider secciones*/
 .s_historia{margin-top: 20px; margin-left: 60px;}
 .s_calidad{margin-top: 20px;}
 .width380{width: 380px;}
 .justificar{text-align: justify;}
 .p_scroll{height: 360px; overflow-y: scroll; overflow-x: hidden; padding-right: 15px;}

 #description{
        height:370px;
        width: 450px;
        overflow: hidden;
        position: absolute;
        margin-right: 10px;
  }

  .mar_right20{ margin-right: 20px;}


 .contacto_telefono{margin-top: 100px; margin-left: 50px;}
 .contacto_titulo{margin-top: 180px;}
 .formulario{margin-top: 5px; width: 350px; margin-left: 40px;}
 .formulario label{float: left; width: 80px; color: #0083ae;}
 .formulario input{
    float: left; 
    width: 250px;
    height: 12px; 
    background-image: url(../img/contactobox_bg.png);
    border: solid #fff 1px;
    -webkit-box-shadow: 0px 5px 9px rgba(157,234,250, 0.7);
    -moz-box-shadow:    0px 5px 9px rgba(157,234,250, 0.7);
    box-shadow:         0px 5px 9px rgba(157,234,250, 0.7);
  }
  .formulario textarea{
    width: 250px;
    height: 100px;
    background-image: url(../img/contactobox_bg.png);
    border: solid #fff 1px;
    -webkit-box-shadow: 0px 5px 9px rgba(157,234,250, 0.7);
    -moz-box-shadow:    0px 5px 9px rgba(157,234,250, 0.7);
    box-shadow:         0px 5px 9px rgba(157,234,250, 0.7);
  }
  #submit{width: 80px;height: 30px;margin-left: 80px; color: #0083ae;}
