.novo {
  height: 20px;
  width: 150px;
}

#dmsmenu > ul > li > a > #dropdown > img {
  margin: -4px 2px -2px;
}


.lang.selected {
  opacity: 1;
}

.lang {
  opacity: 0.3;
  width: 30px;
  height: 30px;
  float: left;
  margin: 0px 0px 0px 20px;
}

.language {
    width: 30%;
    float: right;
    margin-top: -48px;
    margin-right: 110px;
}

.lang:hover {
  opacity: 1;
}

/* Google */
iframe {
  display: none;
}

/* Footer no rodape */
body {
  display: flex;
  min-height: 0px;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}


.content {
  position: relative;
  top: 90vh;
}

i.tiny-pet {
  font-size: 1.35rem;
  margin-right: 1%;
}

@media only screen and (min-width: 954px) and (max-width: 1358px) {

  .menu-optional {
    display: none !important;
  }

  .logo {
    margin: 20px 0 15px 16px !important;
  }

  #dmsmenu > ul > li > a {
    font-size: 14px !important;
  }

}


@media only screen and (min-width: 992px) and (min-width: 1200px)  {
  html {
    font-size: 14px;
  }
}


/* Materialize Change */


.event-photo .photo-box {
  position: relative;
  float: left;
  width: calc(33.33% - 2px);
  height: 375px;
  overflow: hidden;
  border: 2px solid #963835;
  margin: 1px;
}

.event-photo .photo-box:hover {
  background-color: #FFFFFF;
}

.event-photo .photo-box img {
  left: 50%;
  top: 50%;
  height: 100%;
  width: 250%;
}

.event-photo .photo-box .active {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

nav ul li {
  float: none;
}

.btn:hover {
  background-color: #963835 !important;
}

.btn.stop, .btn.play {
  box-shadow: none !important;
}

.btn.stop:hover, .btn.play:hover {
  background-color: transparent !important;
}

footer.page-footer {
  float: left;
  width: 100%;
  margin-top:0px;
}

.red.darken-5 {
  background-color: #963835 !important;
}

.material-icons.darken-6 {
  color: #963835;
}

.darken-6 {
  color: #963835;
}

.darken-6:hover {
  color: #B1B1B1;
}

.parallax-container {
  height: 550px;
  margin-bottom: 50px;
}

.row .col {
  padding: 0 3rem;
}

.slider.fullscreen {
  margin-top: 112px;
  height: calc(100% - 107px);
}

.slider .indicators .indicator-item.active {
  background-color: #963835;
}

.card .card-action {
  padding: 0;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  margin-right: 0;
}

.card {
  border-top: 10px solid #963835;
}


/* Logo DMS Brasil */
.logo {
  margin: 20px 0 15px 0px;
  width: 100%;
}

.logo-icon {
    display: block;
    margin-left: 15px;
}

.menu-hamburguer {
    float: right;
    width: 40px;
    height: 40px;
    margin-top: -60px;
    margin-right: 15px;
    cursor: pointer;
}

.logo-pet {
    background: url(../image/logo-pet.png) no-repeat;
    width: 210px;
    background-size: 200px;
}

.logo-icon-pet {
    height: 68px;
}

/* Menu Principal */

#dmsmenu,
#dmsmenu ul,
#dmsmenu ul li,
#dmsmenu ul li a,
#dmsmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#dmsmenu {
  background-color: #FFFFFF;
  border-bottom: 1px solid #ECECFB;
  border-top: 4px solid #963835;
}





/* Media Query Menu Principal */
@media screen and (min-width: 936px) {

  nav {
    height: 100%;
    z-index: 17;
  }

  nav > ul > li.has-sub > a:before {
    top: 61px;
    background-color: #000000;
  }

  nav > ul > li.has-sub > a:after {
    top: 64px;
    background-color: #000000;
  }

  nav > ul > li.has-sub:hover > a:before {
    background-color: #FFFFFF;
  }

  nav > ul > li.has-sub:hover > a:after {
    background-color: #FFFFFF;
  }

  nav ul {
    float: right;
  }
}


/* Icones do Banner Principal */

.prev {
  background: url("../image/previous-ico.png") no-repeat center;
  top: 25em;
  float: left;
}

.play {
  background: url("../image/play-ico.png") no-repeat center;
  opacity: 100;
  float: right;
}

.stop {
  background: url("../image/pause-ico.png") no-repeat center;
  opacity: 100;
  float: right;
}

.next {
  background: url("../image/next-ico.png") no-repeat center;
  top: 25em;
  left: 8em;
  float: right;
}

.btn.stop, .btn.play, .btn.next, .btn.prev {
  display: inline-block;
  position: relative;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  width: 128px;
  height: 128px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
}

.btn img {
  margin: 0 auto;
}


/* Banner Principal */

.fixed{
  position: fixed;
  top: 100px;
  left: 0;
}

.banner {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

#owl-demo .item img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.customNavigation {
  text-align: center;
  margin: 0 auto;
  z-index: 11;
  width: 100%;
  position: absolute;
}

.customNavigation a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Produtos em destaques */

.menu-produtos ul {
  list-style: none;
  position: relative;
  float: right;
  width: 100%;
  margin-bottom: 40px;
}

.menu-produtos ul a {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  z-index: 10;
}

.menu-produtos ul li {
  width: 25%;
  float: left;
}

.menu-produtos ul li img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 auto;
  display: block;
}

.menu-produtos ul li img:hover {
  opacity: 0.5;
}

.legenda {
  width: 80%;
  padding: 4% 0 4% 0;
  margin: 0 auto;
  background-color: rgba(255,255,255,.9);
  color: rgb(151, 9, 57);
  text-align: center;
  font-size: 1.1em;
  border: 4px solid #970939;
}

.menu-produtos a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  font-size: 18px;
}

.menu-produtos h2 {
  text-align: center;
  font-size: 46px;
  padding: 30px 30px 0 30px;
  color: #963835;
}

.menu-produtos hr {
  background-color: #963835;
  width: 31%;
  height: 2px;
  border: none;
  margin: 17px auto;
}

/* Barra titulo */

.barra-titulo {
  width: 75%;
  font-weight: 700;
  border-bottom: 10px solid #963835;
  margin: 0 auto;
}

.barra-titulo h1 {
  font-size: 2.6rem;
  color: #963835;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}

.barra-titulo-faq {
  width: 75%;
  font-weight: 700;
  border-bottom: 10px solid #963835;
  margin: 0 auto;
}

.barra-titulo-faq h1 {
  font-size: 2.6rem;
  color: #963835;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}

.barra-titulo-faq h2 {
  font-size: 2.0rem;
  color: #000;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: left;
}

/* Rede Social */

.social-network {
  margin: 5px;
  width: 30px;
  height: 30px;
}

/* Sub Menu */

#change-menu {
  display: none;
}

.show-change-menu {
  display: block !important;
}

.secondary-menu {
  width: 100%;
  height: auto;
  background: #A5A5A5;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
 }

.secondary-menu ul {
  text-align: center;
  list-style: none;
  width: 100%;
  height: 100%;
}

.secondary-menu ul li {
  color: #fff;
  display: inline;

}

.secondary-menu li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 25px 10px 25px 10px;
  height: calc(100% - 25px);
  font-size: 20px;
  font-weight: 300;

}

.secondary-menu li a:hover {
  background-color: #fff;
  color: rgb(150, 56, 53);
}

.secondary-menu li .selected {
  background-color: #fff;
  color: rgb(150, 56, 53);
}

/* Imagens Figuras */

.figura {
  float: left;
}

.figura p {
  color: #000000;
}

/* Produtos */

.solicite-orcamento {
  background-color: rgba(165, 165, 165, 0.03);
  float: left;
  width: 100%;
}


.topico {
  margin: 20px 0 20px 0;
  text-align: justify;
  line-height: 150%;
}


/* Icone Produtos */

.icone-produto {
  width: 60px;
  height: 60px;
  display: block;
  margin: 25px auto;
}


@media all and (max-width: 953px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1023px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1023px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1023px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1023px), only screen and (min-resolution: 192dpi) and (max-width: 1023px), only screen and (min-resolution: 2dppx) and (max-width: 1023px) {


  .novo {
    width: 0;
  }

  .banner {
    display: none;
  }

  #logo-secundario {
    display: none;
  }

  nav ul ul li a {
    margin: 0;
    left: 0;
  }

  nav > ul > li {
    padding: 0;
  }

  .menu-ico {
    display: none;
  }

  #dmsmenu {
    width: 100%;
    height: 107px;
  }

  .menu-produtos ul li{
    width: 100%;
  }

  .endereco {
    width: 100%;
  }

  .grid-sociais {
    width: 100%;
    float: none;
  }

  .img-news{
    margin: 0;
  }
  .box-newsletter{
    width: 100%;
    margin: 0;
  }
  .box-newsletter p{
    margin: .5em;
    font-size: 16px;
  }
  .box-newsletter img{
    margin: 0;
  }
  .box-newsletter input[type="text"] {
    width: 40%;
    margin-right: 0;
  }
}
