/*@font-face {
	font-family: Museo Sans;
	font-weight: 500;
	src: url('../fonts/MuseoSans/MuseoSans_500.otf'); 
} */

/* se importa el google font y se aplica al contenido de la página */
@import url('https://fonts.googleapis.com/css?family=Montserrat');
body{
  font-family: 'Montserrat', sans-serif;
}

body.boxed-layout #wrapper {
    background-color: #ededed;
}
body {
	/*font-family: Museo Sans;*/
	/*font-weight: 500;*/
}
body .navbar-default{
	border-style: solid;
	border-color: #0096d5;
	border-width: 0px 0px 2px 0px;
}
.navbar-header {
    top: 50%;
    /*left: 10%;*/
    margin-right: 50%;
    margin-top: 1%;
    position: relative;
}
.navbar-collapse {
  padding-left: 50px;
}

img.brand-osw{
  margin-left: 20px;
}

body .fa-twitter {
	color: #0096d5;
}
body .fa-linkedin {
	color: #0096d5;
}
body .fa-facebook {
	color: #0096d5;
}
body .fa-twitter a:active {
	color: #a3a3a3;
}
navbar-default .nav > li > a {
  font-size: 14px;
  /*color: #fb8916;*/
  font-weight: 700;
  text-transform: uppercase;
  padding: 35px 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav.navbar.navbar-default.navbar-fixed-top{
  padding-left: 10px;
}
p{
  font-size: 15px;  
}
p.height-small{
  line-height: 100%;
}
#menu {
  text-align: center;
}
.title-padding{
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 1%;
  padding-top: 1%
  text-transform: uppercase;
  color: #0096d5;
  font-size: x-large;
  text-align: center;
  text-transform: uppercase;
}
.padding-40
{
  padding-top: 40px;
}
.blue-div{
  background : #0096d5;
}
.align-left
{
  text-align: left;
}
.nav.navbar-nav.navbar-left {
    right: 10px;
    margin-top: 1%;
    color: white;
}
.navbar {
  /*position: relative;*/
  max-width: 1200px;
  margin: 0px auto;
  min-height: 10px;
  margin-bottom: 0px;
  background-color: white;
}
nav.navbar.navbar-default.navbar-fixed-top {
  min-height: 90px;
  padding-top: 10px;
}
/* esapciado para el nav bar*/
.clearfix-top{
  height: 63px;
}
}
.col-md-8.col-xs-12.nav-wrap {
    margin-top: 1%;
    right: 4%;
}
.col-md-7.col-sm-8.col-xs-12.nav-wrap {
    margin-top: 8px;
}
.right {
    right: 0px;
    padding: 10px;
    float: right;
}
.left {
    left: 0px;
    padding: 10px;
    float: left;
}
.horizontal-list li
{
  display: inline;
  margin: 0 0 0px 0;
}
.sub-Menu{
  font-size: 13px;
}
.img-logo {
    margin-top: -18px;
}
footer .col-md-8.col-xs-12.nav-wrap {
  right: 70px;
  margin-top: 1%;
  color: white;
}
footer{
  background : #0096d5;
  color: #fff;
}
footer .fa-twitter {
  color: #173c6a;
}
footer .fa-linkedin {
  color: #173c6a;
}
footer .fa-facebook {
  color: #173c6a;
}
footer .navbar-default{
  background: #0096d5;
  color: white;  
  border-width: 0px 0px 2px 0px;
}
footer .navbar-default .navbar-nav > li >a {
    color: white;
}
footer .navbar-header
{
  margin-top: 1.5%;
}
footer .nav.navbar-nav.navbar-left {
    right: 10px;
    margin-top: 1%;    
}
footer .footer-menu {
  min-height: 200px;
  background : #0071c0;
  padding: 10px 10px 10px 10px;
}
footer .footer-menu ul li a{
  color: white;
}
footer .footer-menu ul {
  list-style-type: none;
}
footer .footer-right-small {
  margin-right: 28px;
}
footer .footer-left-small {
  margin-left: 31px;
}
a:hover {
 opacity:0.5;
 cursor: pointer;
 color: black;
}

/* ==========================================================================

Sliders Style

========================================================================== */
.text-banner {
  margin-left: 7%;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
#owl-hero .item img{
    display: block;
    width: 100%;
    height: auto;
}
#owl-hero .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero .item .caption h1 span {
  font-weight: 700;
}
#owl-hero .item .caption h6 {
  color: #fff;
  margin: 0;
}
#owl-hero .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
}

#owl-hero .owl-buttons .owl-prev {
  left: 0px;
  opacity: 0;
}

#owl-hero .owl-buttons .owl-next {
  right: 0px;
  opacity: 0;
}
@media (min-width: 1001px) {
  #owl-hero .owl-buttons .owl-prev,
  #owl-hero .owl-buttons .owl-next {
    position: absolute;
    background: #0096d5;
    top: 50%;
    height: 100px;
    width: 30px;
    line-height: 45px;
    border-radius: 0;
    border: 0px solid #fff;
    z-index: 20;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }  
}
@media (min-width: 481px) and (max-width: 1000px) 
{
  #owl-hero .owl-buttons .owl-prev,
  #owl-hero .owl-buttons .owl-next {
    position: absolute;
    background: #0096d5;
    top: 50%;
    height: 50px;
    width: 25px;
    border-radius: 0;
    border: 0px solid #fff;
    z-index: 20;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 480px) 
{
  #owl-hero .owl-buttons .owl-prev,
  #owl-hero .owl-buttons .owl-next {
    position: absolute;
    background: #0096d5;
    top: 50%;
    height: 30px;
    width: 5px;
    border-radius: 0;
    border: 0px solid #fff;
    z-index: 20;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

#owl-hero:hover .owl-prev {
  left: -5px;
  opacity: 0.7;
}

#owl-hero:hover .owl-next {
  right: -5px;
  opacity: 0.7;
}
/* ==========================================================================

Home Images
========================================================================== */
/*Letras ¿Que agua toman en tu oficina?*/
#home2 .color
{
  background : #0071c0;
  height: 200;
  color: #fff;  
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: small;
}
#home2 .color h1
{
  font-size: x-large;
}
#home2 .color h3
{
  font-size: medium;
}
/*Imagenes ¿Que agua toman en tu oficina?*/
#home2-blue-images
{
 min-height: 140px;
 background : #0096d5;
}
#home2-blue-images .blue-style
{
  padding-top: px;
  color: #fff;  
  text-align: center;
  font-size: : 50px;
  min-height: 140px;
  font-size: small; 
  display: block;
  margin-left: auto;
  margin-right: auto;  
}
.tabsAguas{ 
  display: block;
  padding-top: 30px;
}

.tabsAguas:hover {
 cursor: pointer;
 opacity:0.5;
}
.tabsAguas.seleccionado{
  padding-top: 30px;
  background : #0071c0;
  display: block;
}
/*Imagenes 2 ¿Que agua toman en tu oficina?*/
.home2-Images
{
  display: none; 
  margin-bottom: 20px;
}
.home2-Images.activo{
  display: block;
}
.home-2-imagenes {
 display: flex;
   justify-content: center;
}
@media (min-width: 767px) {
  .home-2-imagenes-1 { 
   margin-top: 20px;
   margin-bottom: 20px;
   border-style: solid;
   border-color: #0096d5;
   border-width: 0px 0px 0px 2px; 
   min-height: 270px ;
   display: flex;
   justify-content: center;
  }
  .home2-Images-text {
    max-width: 350px;
    align-self: center;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .home2-Images-text ul {
    padding-left: 5px;
   }
   .home2-Images-text ul li{
     margin: 0 0 10px 0;
     font-size: 100%;
   }
  .home2-Images-text h1
  {
    font-size: medium;
    color: #0096d5;
    margin-bottom: 25px;
    text-align: left;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .home-2-imagenes-1 { 
   margin-top: 20px;
   margin-bottom: 20px;
   border-style: solid;
   border-color: #0096d5;
   border-width: 0px 0px 0px 2px; 
   min-height: 270px ;
   display: flex;
   justify-content: center;
  }
  .home2-Images-text {
    max-width: 350px;
    align-self: center;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 13px;
  }
  .home2-Images-text h1
  {
    font-size: 14px;
    color: #0096d5;
    margin-top: 2px;
  }
  .home2-Images-text ul {
    padding-left: 5px;
   }
   .home2-Images-text ul li{
     margin: 0 0 10px 0;
     font-size: 100%;
   }
  .home2-Images-text p
  {
    font-size: 13px;
  }
}
@media (max-width: 480px) { 
  .home-2-imagenes-1 { 
   margin-top: 5px;
   margin-bottom: 20px;
   border-style: solid;
   border-color: #0096d5;
   border-width: 0px 0px 0px 0px; 
   min-height: 100px ;
   display: flex;
   justify-content: left;
  }
  .home2-Images-text {
    max-width: 350px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 13px;
    align-self: center;
  }
  .home2-Images-text h1
  {
    font-size: 15px;
    color: #0096d5;
    margin-top: 2px;
  }
  .home2-Images-text ul {
    padding-left: 5px;
   }
   .home2-Images-text ul li{
     margin: 0 0 10px 0;
     font-size: 100%;
   }
  .home2-Images-text p
  {
    font-size: 13px;
  }
}
.home2-Images-image {
   padding-left: 25px;
   padding-right: 25px;
   align-self: center;
}
.home-img-dinamic{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%) 
}
.hidden-sm.hidden-md.hidden-lg.hidden-xl.link-prueba-Gratis {
    text-align: center;
    padding-bottom: 40px;
}

/* ==========================================================================

Seccion Noticias
========================================================================== */
.fondoGris{
  background: #ededed;
}
#home-notices
{
  min-height: 500px;
  background : #ededed;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-left: 10%;
  margin-right: 10%;
}

#home-notices  h1 {
  font-size:xx-large;
  color: #0096d5;
  text-align: center;
  text-transform: uppercase;
}
.h2class h2{
  font-size: medium;
  color: #0096d5;
  text-align: left;
  text-transform: uppercase;
}
.h2class h3{
  font-size: medium;
  text-align: left;
}
div#noticia-img {
    min-height: 250px;
}
body.boxed-layout {
  background: #ededed;
}
body.boxed-layout #wrapper {
  background-color: #ededed;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}
.top-navigation.boxed-layout #wrapper,
.boxed-layout #wrapper.top-navigation {
  max-width: 1300px !important;
}
.navbar-default .navbar-nav>li>a.active {
    text-decoration: none;
    position: relative;
}
.navbar-default .navbar-nav>li>a.active:hover:after {
    width: 90%;
    background: #0096d5;
}
.navbar-default .navbar-nav>li>a.active:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: 10%;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 70%;
    background: #0096d5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.content-sobrepone img {
  object-fit: contain; 
    position: relative; 
    top: 70%; 
    transform: translateY(-70%); 
}
.col-sm-offset-5.col-md-offset-5.hidden-xs.col-sm-2.col-md-2.content-sobrepone {
    max-height: 10px;
}
img.claseEnlace:hover{
    opacity:0.5;
    cursor: pointer;
}
.botellon-slider
{
  border-bottom: 2px solid #0096d5;
  border-top: 2px solid #0096d5;
}
.notices-index.text
{
min-width: 50px; 
}
.notices-index {
    max-width: 310px;
    display: inline-block;
}
.col-xs-12.col-sm-6.col-md-12.texto {
  text-align: center;
  }

/*******************************************************************************************/
#home3-Notice1,
#home3-Notice2 {   
    opacity:1;
    transition: width 1s;
}
#home3-Notice1:hover,
#home3-Notice2:hover{
    opacity:0.5;
     cursor: pointer;
}
#wrapper {
  padding-top: 28px;
}
area:hover{
  cursor: pointer;
}
.center-align
{
  text-align: center;
}

@media (min-width: 480px) and (max-width: 767px) {
 .col-ms-1,
 .col-ms-2,
 .col-ms-3,
 .col-ms-4,
 .col-ms-5,
 .col-ms-6,
 .col-ms-7,
 .col-ms-8,
 .col-ms-9,
 .col-ms-10,
 .col-ms-11 {
   float: left; }

 .col-ms-1 {
   width: 8.33333%; }

 .col-ms-2 {
   width: 16.66667%; }

 .col-ms-3 {
   width: 25%; }

 .col-ms-4 {
   width: 33.33333%; }

 .col-ms-5 {
   width: 41.66667%; }

 .col-ms-6 {
   width: 50%; }

 .col-ms-7 {
   width: 58.33333%; }

 .col-ms-8 {
   width: 66.66667%; }

 .col-ms-9 {
   width: 75%; }

 .col-ms-10 {
   width: 83.33333%; }

 .col-ms-11 {
   width: 91.66667%; }

 .col-ms-12 {
   width: 100%; }

 .col-ms-push-1 {
   left: 8.33333%; }

 .col-ms-push-2 {
   left: 16.66667%; }

 .col-ms-push-3 {
   left: 25%; }

 .col-ms-push-4 {
   left: 33.33333%; }

 .col-ms-push-5 {
   left: 41.66667%; }

 .col-ms-push-6 {
   left: 50%; }

 .col-ms-push-7 {
   left: 58.33333%; }

 .col-ms-push-8 {
   left: 66.66667%; }

 .col-ms-push-9 {
   left: 75%; }

 .col-ms-push-10 {
   left: 83.33333%; }

 .col-ms-push-11 {
   left: 91.66667%; }

 .col-ms-pull-1 {
   right: 8.33333%; }

 .col-ms-pull-2 {
   right: 16.66667%; }

 .col-ms-pull-3 {
   right: 25%; }

 .col-ms-pull-4 {
   right: 33.33333%; }

 .col-ms-pull-5 {
   right: 41.66667%; }

 .col-ms-pull-6 {
   right: 50%; }

 .col-ms-pull-7 {
   right: 58.33333%; }

 .col-ms-pull-8 {
   right: 66.66667%; }

 .col-ms-pull-9 {
   right: 75%; }

 .col-ms-pull-10 {
   right: 83.33333%; }

 .col-ms-pull-11 {
   right: 91.66667%; }

 .col-ms-offset-1 {
   margin-left: 8.33333%; }

 .col-ms-offset-2 {
   margin-left: 16.66667%; }

 .col-ms-offset-3 {
   margin-left: 25%; }

 .col-ms-offset-4 {
   margin-left: 33.33333%; }

 .col-ms-offset-5 {
   margin-left: 41.66667%; }

 .col-ms-offset-6 {
   margin-left: 50%; }

 .col-ms-offset-7 {
   margin-left: 58.33333%; }

 .col-ms-offset-8 {
   margin-left: 66.66667%; }

 .col-ms-offset-9 {
   margin-left: 75%; }

 .col-ms-offset-10 {
   margin-left: 83.33333%; }

 .col-ms-offset-11 {
   margin-left: 91.66667%; }
}
/*****************************EDITOR STYLES**************************************************************/
.buttonAdmin{
    BACKGROUND: #0096d5;
    COLOR: WHITE;
    font-size: 14px;
    padding: 8px 25px 8px 15px;
  }
.login-style{
      padding: 7% 35% 8% 40%;
}