/* CSS Document */
.bgdegrado {
  background: rgb(24,150,169);
  background: -moz-linear-gradient(0deg, rgba(24,150,169,1) 0%, rgba(28,172,194,1) 86%);
  background: -webkit-linear-gradient(0deg, rgba(24,150,169,1) 0%, rgba(28,172,194,1) 86%);
  background: linear-gradient(0deg, rgba(24,150,169,1) 0%, rgba(28,172,194,1) 86%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1896a9",endColorstr="#1cacc2",GradientType=1);
}
nav{
  height: 100px;
}
.fixed-top{
  background-color: #1caac0;
}
nav ul li{
  text-transform: uppercase;
  color: #ffffff;
}
.bgazul{
  background-color: #03dbfb;
}
.spacerh{
  height: 20px;
}
.mayusculas{
    text-transform: uppercase;
}
.counter {
  display: table-cell;
  margin:1.5%;
  font-size:80px;
  font-weight: bolder;
  vertical-align: middle;
}
.box-cont{  
background: rgb(239,45,30);
background: -moz-linear-gradient(0deg, rgba(239,45,30,1) 0%, rgba(251,121,15,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(239,45,30,1) 0%, rgba(251,121,15,1) 100%);
background: linear-gradient(0deg, rgba(239,45,30,1) 0%, rgba(251,121,15,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef2d1e",endColorstr="#fb790f",GradientType=1);
}
.bg-gris{
  background-color: #dcddde;
}
.bg-banner{
  background-image:url("../images/banner_back.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}
.bg-imgA{
  background-image:url("../images/back-secc_5.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}
.bg-imgB{
  background-image:url("../images/back_base.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}
.bg-imgC{
  background-image:url("../images/back_form.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}
.text-azul-agua{
  color: #00c2df;
}
.bor-tar{
  border-right: 1px solid #ffffff;
}

.bor-tar-bt{
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}
.btn-naranja {
  display: block;
  min-height: 40px;
  padding: 10px;
  color: #ffffff;
  background-color: #fd7c00;
  border-radius: 5px;
  border-color: #fd7c00;
  margin-left: 10px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.btn-naranja:hover {
  color:#ffffff !important;
  background-color: #b65b04 !important;
}
.btn-griss {
  display: block;
  min-height: 40px;
  padding: 10px;
  color: #505258;
  background-color: #e2e2e2;
  border-radius: 5px;
  border-color: #c7c7c7;
  margin-left: 10px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.btn-griss:hover {
  color:#505258 !important;
  background-color: #bebebe !important;
}
.text-naranja{
  color:#fd7c00;
}
.text-griss{
 color: #505258!important;
}
.activo{
  display: block;
}
.no-activo{
  display: none;
}
iframe .hs-form{
  font-size: 1.5em!important;
}
iframe .sproket {
  display:none !important;
}
.centrar{
  display: block;
  margin: 0 auto 0 auto;
}
.listarssb {
  list-style-type: none;
  display: inline;
}
.img-float{
  width: 25%;
}
.scroll-top {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
  color: #00c1cf;
}
.flotar{
  position: fixed;
  right: 10px;
  bottom: 8px;
  width: 320px;
  overflow: hidden;
  cursor: pointer;
  z-index: 700;
  
}
@media (max-width: 992px) {

  .bor-tar{
    border-right:none;
  }
  
  .bor-tar-bt{  
    border-bottom: none;
  }
  .img-float{
    width: 50%;
  }
}

@media (max-width: 576px) {
  .bg-banner{
    background: rgb(24,150,169);
  background: -moz-linear-gradient(0deg, rgba(24,150,169,1) 0%, rgba(28,172,194,1) 86%);
  background: -webkit-linear-gradient(0deg, rgba(24,150,169,1) 0%, rgba(28,172,194,1) 86%);
  background: linear-gradient(0deg, rgba(24,150,169,1) 0%, rgba(28,172,194,1) 86%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1896a9",endColorstr="#1cacc2",GradientType=1);
  
  }
  .activo{
    display: none;
  }
  .no-activo{
    display: block;
  }
  .img-float{
    width: 50%;
  }

}