* {
  font-family: Lato !important;

}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255,255,255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255,255,255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255,255,255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255,255,255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255,255,255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #c0c0c0;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



.md-toolbar-tools button:hover{
  color: #3AB3F6 !important;
}

.cursor-pointer{
  cursor: pointer;
}

.nightThemeCss md-divider{
  background: white !important;
}
.nightThemeCss *{
  color: white !important;
}

.nightThemeCss md-card{
  background-color: #223E4E!important;
}
.nightThemeCss{
  background-color: #2B4F63 !important;
  color: white !important;
}

.material-icons{
  font-family: Material Icons !important;
}
/**/
.logo{
  width: 6em;
  height: auto;
  margin-top:0px;
  margin-bottom:0px;
  margin-left: 30px;
  margin-right: 50px;
}
.tag-line{
  font-size:10px;
  margin-left:50px;
}
.no-padding{
  padding: 0px;
}
.content {
  margin-top: 50px;
}
.undecorated-link:hover {
  text-decoration: none;
}
[ng\:cloak],
[ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.header-profile-image {
  opacity: 0.8;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  margin-right: 5px;
}
.open .header-profile-image,
a:hover .header-profile-image {
  opacity: 1;
}
.user-header-dropdown-toggle {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.user-primary-account {
  font-size: 30px;
  top: 10px;
  right: 10px;
  position: absolute;
}
.error-text {
  display: none;
}
.has-error .help-block.error-text {
  display: block;
}
.has-error .help-inline.error-text {
  display: inline;
}
.mainSection{
  width:100%;
}

.scrollNone{
  overflow: hidden;
}

.width90{
  width: 90%;
}

.centered{
  margin: auto;
}

.boldText{
  font-weight: bold !important;
}

.textCenter{
  text-align: center;
}

.textLeft{
  text-align: left;
}

.positionRelative{
  position: relative;
}

/* marginAuto === centered */
.marginAuto{
  margin: auto;
  margin-top: 1.3em;
}

.social-icons{
  width:31px;
  display: inline;
}
/* Añade espacio al primer div */
@media (max-width: 446px){
  .spaceTopCel1{
    margin-top: 55px;
  }
}

@media (min-width: 447px) and (max-width: 660px){
  .spaceTopCel1{
    margin-top: 55px;
  }
}

@media (min-width: 661px) and (max-width: 850px){
  .spaceTopCel1{
    margin-top: 51px;
  }
}

/* vista tablet - celulares*/

@media (max-width: 850px){.fixed{
  position: fixed;
}}

@media (max-width: 599px){
  .spaceTopCel1, .header, .product-card, .product-card-column, .kits-column, .why-column{
  display:block;
}
}
.dashed {
   stroke-dasharray: 5, 5;
}

md-toolbar#headerAB{
  background-color: #2D3139;
}

.md-button{
  text-transform: none !important;
  font-weight: bold;
}
#headerAB .md-button:hover{
  background: none !important;
  color: #D39B39 !important;
}

.activeMenu{
  color:#D39B39;
}

/*scroll*/
/*-::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
  background-color: #505050;
}
*/
