@font-face {
  font-family: Montserrat-Regular;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?") format("eot"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: Montserrat-Bold;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?") format("eot"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.woff") format("woff");
}
@font-face {
  font-family: Montserrat-Light;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?") format("eot"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.woff") format("woff");
}
@font-face {
  font-family: Montserrat-SemiBold;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?") format("eot"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
}
@font-face {
  font-family: Montserrat-Medium;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?") format("eot"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.woff") format("woff");
}
@font-face {
  font-family: Montserrat-Black;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Black.eot");
  src: url("../fonts/Montserrat-Black.eot?") format("eot"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype"), url("../fonts/Montserrat-Black.woff") format("woff");
}
.alert-success,
.alert-warning,
.alert-danger,
.alert-info {
  padding-left: 60px;
  font: normal 15px "Montserrat-Bold";
  text-align: center;
  background-color: #FFFFFF;
  background-image: none;
}
.alert-success:before,
.alert-warning:before,
.alert-danger:before,
.alert-info:before {
  position: absolute;
  display: flex;
  content: "!";
  width: 50px;
  height: 100%;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  font: normal 34px "Montserrat-Bold";
  align-items: center;
  justify-content: center;
}

.alert-success {
  color: #0EAF78;
  border: solid 2px #0EAF78;
}
.alert-success:before {
  background-color: #0EAF78;
}

.alert-warning {
  color: #E6A23C;
  border: solid 2px #E6A23C;
}
.alert-warning:before {
  background-color: #E6A23C;
}

.alert-danger {
  color: #DE5D6C;
  border: solid 2px #DE5D6C;
}
.alert-danger:before {
  background-color: #DE5D6C;
}

.alert-info {
  color: #0d6efd;
  border: solid 2px #0d6efd;
}
.alert-info:before {
  background-color: #0d6efd;
}

@keyframes skeleton-load {
  0% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
#prd-fotos {
  display: block;
  width: 100%;
}
#prd-fotos #fotos {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}
#prd-fotos #fotos #fotosp {
  display: block;
  width: 100%;
  max-width: 70px;
  margin-right: 30px;
}
@media (max-width: 575px) {
  #prd-fotos #fotos #fotosp {
    display: none;
  }
}
#prd-fotos #fotos #fotosp #fotospDisplay {
  display: block;
  overflow-y: auto;
  width: 100%;
  max-height: 674px;
}
#prd-fotos #fotos #fotosp #fotospDisplay .item {
  display: block;
  outline: 0px;
  width: 100%;
  max-width: 70px;
  margin-bottom: 10px;
}
#prd-fotos #fotos #fotosp #fotospDisplay .item img {
  display: block;
  width: 100%;
}
#prd-fotos #fotos #fotosm {
  position: relative;
  display: block;
  width: calc(100% - 100px);
  max-width: 462px;
}
@media (max-width: 575px) {
  #prd-fotos #fotos #fotosm {
    width: 100%;
  }
}
#prd-fotos #fotos #fotosm .conteudo {
  display: block;
  width: 100%;
}
#prd-fotos #fotos #fotosm .conteudo .item {
  display: block;
  width: 100%;
}
#prd-fotos #fotos #fotosm .conteudo .item .fotosmimg {
  display: block;
  width: 100%;
  aspect-ratio: 0.6637931034;
}
#prd-fotos #fotos #fotosm .conteudo .item .zoom {
  background-color: #f8f8f8;
  background-image: url(../img/icones/photo-loading.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease, background-position 0.05s, background-image 0.3s ease;
  width: 100%;
  z-index: 2;
}
#prd-fotos #fotos #fotosm .conteudo .item:hover .zoom {
  opacity: 1;
}
#prd-fotos #fotos #fotosm .conteudo.prevent-load .item {
  flex: 1 0 100%;
}
#prd-fotos #fotos #fotosm .conteudo .owl-controls {
  display: none !important;
}
#prd-fotos #fotos #fotosm .conteudo .owl-controls .owl-dots {
  display: none !important;
  width: 100%;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  #prd-fotos #fotos #fotosm .conteudo .owl-controls .owl-dots {
    display: flex !important;
  }
}
#prd-fotos #fotos #fotosm .conteudo .owl-controls .owl-dots .owl-dot {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  border-radius: 100%;
  background-color: #F5F5F5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#prd-fotos #fotos #fotosm .conteudo .owl-controls .owl-dots .owl-dot.active {
  background-color: #000000;
}

/*# sourceMappingURL=zoom-tipo-2.css.map */
