/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.monotype.com/
*/
@font-face {
  font-family: CenturyGothicW05-Regular;
  src: url("../fonts/CenturyGothicW05-Regular.woff2") format("woff2"), url("../fonts/CenturyGothicW05-Regular.woff") format("woff");
}
@font-face {
  font-family: CenturyGothicW05-SemiBold;
  src: url("../fonts/CenturyGothicW05-SemiBold.woff2") format("woff2"), url("../fonts/CenturyGothicW05-SemiBold.woff") format("woff");
}
@font-face {
  font-family: CenturyGothicW05-Bold;
  src: url("../fonts/CenturyGothicW05-Bold.woff2") format("woff2"), url("../fonts/CenturyGothicW05-Bold.woff") format("woff");
}

html {
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
}


/***************************************************/
.v-desktop {
  display: block;
}
.v-mobile {
  display: none;
}
p.entrar {
  font-family: CenturyGothicW05-Regular;
  font-size: 24px;
  line-height: 30px;
  width: 350px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 40px;
}
.ptop-30 {
  padding-top: 30px;
}
.mtop-10 {
  margin-top: 10px;
}
.center-link {
  text-align: center;
}
div.enviar-pedido {
  position: relative;
  font-family: CenturyGothicW05-Regular;
  font-size: 26px;
  padding: 7px 30px;
  border: 2px solid #B92A3A;
  background-color: transparent;
  border-radius: 0px;
  color: #B92A3A;
  outline: none;
  left: 50%;
  transform: translateX(-50%);
}
div.enviar-pedido:hover {
  background-color: #B92A3A;
  color: #ffffff;
}
.lapis svg {
  max-height: 25px;
}
.padding-cartazes {
  padding-top: 25px;
}

#accordian li {
  list-style-type: none;
}
#accordian ul li a {
  font-family: CenturyGothicW05-Bold;
  color: #080808;
  text-decoration: none;
  font-size: 20px;
  display: block;
  padding: 12px 0px;
  transition: all 0.15s;
  position: relative;
}
#accordian ul li a:hover {
  color: #B92A3A;
}
#accordian>ul>li>ul>li>a {
  font-family: CenturyGothicW05-Regular !important;
  color: #080808;
  text-decoration: none;
  font-size: 20px;
  display: block;
  padding: 12px 0px;
  transition: all 0.15s;
  position: relative;
}
#accordian>ul>li>ul>li>a:hover {
  color: #B92A3A;
}
#accordian>ul>li>ul>li>ul>li>a {
  font-family: CenturyGothicW05-Regular !important;
  color: #080808;
  text-decoration: none;
  font-size: 20px;
  display: block;
  padding: 12px 0px 12px 40px;
  transition: all 0.15s;
  position: relative;
}
#accordian>ul>li>ul>li>ul>li>a:hover {
  color: #080808;
}
#accordian>ul>li>ul>li>ul>li>a:hover:after {
  content: '';
  width: 30px;
  border-bottom: solid 1px #B92A3A;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}

#accordian>ul>li>ul>li>ul>li>a.ativo {
	color: #B92A3A;
 
}
#accordian>ul>li>ul>li>ul>li>a.ativo:after  {
	color: #B92A3A;
  content: '';
  width: 30px;
  border-bottom: solid 1px #B92A3A;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
#accordian>ul.show-dropdown>li.active-accordion>a,
#accordian>ul>li>ul.show-dropdown>li.active-accordion>a,
#accordian>ul>li>ul>li>ul.show-dropdown>li.active-accordion>a,
#accordian>ul>li>ul>li>ul>li>ul.show-dropdown>li.active-accordion>a,
#accordian>ul>li>ul>li>ul>li>ul>li>ul.show-dropdown>li.active-accordion>a {
  font-family: CenturyGothicW05-Bold;
  color: #B92A3A;
}
#accordian>ul>li>ul,
#accordian>ul>li>ul>li>ul,
#accordian>ul>li>ul>li>ul>li>ul,
#accordian>ul>li>ul>li>ul>li>ul>li>ul {
  display: none;
}
#accordian>ul>li.active-accordion>ul.show-dropdown,
#accordian>ul>li>ul>li.active-accordion>ul.show-dropdown,
#accordian>ul>li>ul>li>ul>li.active-accordion>ul.show-dropdown,
#accordian>ul>li>ul>li>ul>li>ul>li.active-accordion>ul.show-dropdown {
  display: block;
}
#accordian>ul>li>ul,
#accordian>ul>li>ul>li>ul,
#accordian>ul>li>ul>li>ul>li>ul,
#accordian>ul>li>ul>li>ul>li>ul>li>ul {
  padding-left: 0px;
}

#accordian>ul>li>ul>li>ul.show-dropdown>li.active-accordion>a:after {
  content: '';
  width: 30px;
  border-bottom: solid 1px #B92A3A;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
#accordian>ul>li>ul>li>ul>li>a.active-accordion:after {
  content: '';
  width: 30px;
  border-bottom: solid 1px #B92A3A;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
/*#accordian a:not(:only-child):after {
  content: "\f105";
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}*/
.remove-margin {
  padding-left: 0px !important;
}
#accordian>ul>li>ul>li>ul.show-dropdown>li.active-accordion>a {
  color: #080808 !important;
}
/***************************************************/


.recover-pass {
  font-family: CenturyGothicW05-Regular;
  font-size: 16px;
  color: #909090;
  text-align: left;
  margin-top: 20px;
}
.recover-pass a {
  color: #909090;
  text-decoration: none;
}
.recover-pass a:hover {
  text-decoration: underline;
}
.mensagem {
  font-family: CenturyGothicW05-Regular;
  font-size: 16px;
  color: #080808;
}
.bold {
  font-family: CenturyGothicW05-Bold;
  text-transform: uppercase;
  font-size: 24px;
  padding-top: 40px;
}
.mini-cart-container {
  position: absolute;
  width: 420px;
  top: 100px;
  right: 20px;
  background-color: #ffffff;
  z-index: 1200;
  border: 2px solid #B92A3A;
}
.box-mini-cart {
  position: relative;
  padding: 20px;
  overflow: auto;
}
.image-mini-cart img {
    max-width: 120px;
}
.image-mini-cart {
    float: left;
    padding-right: 20px;
}
.mini-cart-item-remove {
  width: 12px;
  height: 12px;
  opacity: 0.5;
  cursor: pointer;
  background: url(../imgs/x.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
}
.mini-cart-title {
  font-family: CenturyGothicW05-Bold;
  font-size: 18px;
  line-height: 14px;
  color: #B92A3A;
  padding-top: 10px;
  margin-bottom: 10px;
}
.mini-cart-subtitle {
  font-family: CenturyGothicW05-Bold;
  font-size: 14px;
  line-height: 14px;
  color: #080808;
  margin-bottom: 25px;
}
.mini-cart-prints {
  font-family: CenturyGothicW05-Regular;
  font-size: 16px;
  line-height: 16px;
  color: #080808;
  margin-bottom: 5px;
}
.items-mini-cart-right {
  float: left;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23752514'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23752514'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button.collapse a:link.active, .accordion-button-active-collapse ::after, button.accordion-button-active::after.active {
    background-color: #B92A3A;
}
.accordion-item {
  background-color: #fff;
  border: none;
}
.accordion-button:focus {
  border-color: none;
  box-shadow: none;
  border-bottom: 2px solid #B92A3A;
}
.accordion-button:not(.collapsed) {
  color: #B92A3A;
  background-color: #ffffff;
  box-shadow: none;
  border-bottom: 2px solid #B92A3A;
  font-family: CenturyGothicW05-Regular;
  color: #080808;
  font-size: 18px;
  padding: 10px 0px;
  outline: none;
}
.accordion-button {
  font-family: CenturyGothicW05-Regular;
  padding: 10px 0px;
  font-size: 18px;
  color: #080808;
  border-bottom: 2px solid #B92A3A;
  outline: none;
}
.accordion-body {
  padding: 15px 0px;
  font-family: CenturyGothicW05-Regular;
}
.caixa-form2 {
  margin-top: 0px;
  margin-bottom: 00px;
}
p.modal-title {
  font-family: CenturyGothicW05-Bold;
  color: #B92A3A;
  font-size: 24px;
}
p.modal-text {
  font-family: CenturyGothicW05-Regular;
  color: #080808;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.modal-header {
  padding: 10px 10px !important;
  border-bottom: none !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.btn-close {
  background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
  background-size: 10px;
  opacity: .7;
}
.modal-content {
  border: 2px solid #B92A3A;
  border-radius: 0px;
  outline: 0;
}
.modal-body {
  padding: 0px 60px 40px 60px;
}

.custom-select {
  position: relative;
  border-bottom: 2px solid #B92A3A;
}
.custom-select select {
  display: none;
}
.select-selected {
  background-color: transparent;
}
.select-selected:after {
  position: absolute;
  content: '\f078';
  font: normal normal normal 17px/1 FontAwesome;
  color: #B92A3A;
  top: 10px;
  right: 0px;
  height: 34px;
  padding: 0px;
}
.select-selected.select-arrow-active:after {
  transform: rotate(180deg);
  top: -3px;
  right: 0px;
  padding: 0px;
}
.select-items div,.select-selected {
  font-family: CenturyGothicW05-Regular;
  padding: 3px 0px !important;
  font-size: 20px;
  outline: none;
  color: #909090;
  cursor: pointer;
}
.select-items {
  position: absolute;
  background-color: #FFFFFF;
  border: none;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-top: 2px solid #B92A3A;
  border-bottom: 2px solid #B92A3A;
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.bt-login2 {
  position: relative;
  font-family: CenturyGothicW05-Regular;
  font-size: 28px;
  padding: 7px 30px;
  border: 2px solid #B92A3A;
  background-color: transparent;
  border-radius: 0px;
  color: #B92A3A;
  outline: none;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
}
.bt-login2:hover {
  background-color: #B92A3A;
  color: #ffffff;
}
.mt-60 {
  margin-top: 60px;
}
.bt-gravar a, .bt-gravar .a {
  font-family: CenturyGothicW05-Regular;
  border: 2px solid #B92A3A !important;
  background-color: transparent;
  border-radius: 0px;
  font-size: 28px;
  padding: 7px 40px;
  color: #B92A3A;
  outline: none;
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.bt-gravar a:hover, .bt-gravar .a:hover {
  text-decoration: none !important;
  background-color: #B92A3A;
  color: #ffffff;
  text-decoration: none;
}
.bt-passo4 a, .bt-passo4 .a {
  font-family: CenturyGothicW05-Regular;
  padding: 10px;
  border: 2px solid #B92A3A !important;
  background-color: transparent;
  border-radius: 0px;
  font-size: 28px;
  color: #B92A3A;
  outline: none;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 40px;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 340px;
}
.bt-passo4 a:hover, .bt-passo4 .a:hover {
  text-decoration: none !important;
  background-color: #B92A3A;
  color: #ffffff;
  text-decoration: none;
}
.logo-cliente {
  position: absolute;
  bottom: 3.6%;
  left: 7.1%;
}
.logo-cliente img {
  min-height: 140px;
}
.preco-cliente {
  position: absolute;
  font-family: CenturyGothicW05-Bold;
  color: #ffffff;
  font-size: 80px;
  top: 35%; 
  right: 22%;
}
.preco-cliente span {
  font-size: 42px;
  position: absolute;
  top: 16px;
  left: 58px;
}
.form-preco input {
  font-family: CenturyGothicW05-Regular;
  padding: 0px 0px !important;
  border-bottom: 2px solid #B92A3A;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  border-radius: 0px;
  font-size: 20px;
  width: 100%;
  color: #B92A3A;
  outline: none;
  text-align: center;
}
.hovereffect-preco {
  position: absolute;
  width: 115px;
  height: 115px;
  background-color: rgba(255, 255, 255, .7);
  border: 1px solid #B92A3A;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.overlay-preco {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.overlay-preco svg {
  height: 20px;
}
.hovereffect-foto {
  position: absolute;
  width: 115px;
  height: 115px;
  background-color: rgba(255, 255, 255, .7);
  border: 1px solid #B92A3A;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.overlay-foto {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.overlay-foto svg {
  height: 20px;
}
.lapis {
  padding-top: 90px;
}
.lapis2 {
  padding-top: 60px;
}
.lapis2 svg {
  max-height: 20px;
}
.hovereffect:hover .overlay {
  display: block;
}
.overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  display: none;
  width: 100%;
}
.overlay h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  font-family: CenturyGothicW05-Regular;
  color: #B92A3A;
  font-size: 22px;
}
.hovereffect {
  position: absolute;
  background-color: transparent;
  top: 50px;
  left: 37px;
  bottom: 25px;
  right: 37px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.hovereffect:hover {
  background-color: rgba(255, 255, 255, .7);
  border: 1px solid #B92A3A;
  
  
}

.hovereffect2 {
  position: absolute;
  background-color: transparent;
  top: 40px;
  left: 27px;
  bottom: 15px;
  right: 27px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.hovereffect2:hover {
  background-color: rgba(255, 255, 255, .7);
  border: 1px solid #B92A3A;
}
.hovereffect2:hover .overlay {
display: block;}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  border-top: 2px solid #B92A3A;
  border-bottom: 2px solid #B92A3A;
  width: 100%;
  overflow: auto;
  z-index: 1;
  margin-top: 20px;
}
.dropdown-content a {
  font-family: CenturyGothicW05-Regular;
  font-size: 18px;
  color: #B92A3A;
  padding: 12px 20px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  text-decoration: underline;
}
.show {
  display: block;
}
.close-menu {
  position: absolute;
  top: 12px;
  left: 20px;
  color: #B92A3A;
  font-size: 18px;
  cursor: pointer;
}
.menu-align {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.bt-center a, .bt-center .a {
  font-family: CenturyGothicW05-Regular;
  border: 2px solid #B92A3A !important;
  background-color: transparent;
  border-radius: 0px;
  font-size: 28px;
  color: #B92A3A;
  outline: none;
  padding: 7px 30px;
  margin-top: 80px;
  margin-bottom: 80px;
  line-height: 50px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.bt-center a:hover, .bt-center .a:hover {
  text-decoration: none !important;
  background-color: #B92A3A;
  color: #ffffff;
  text-decoration: none;
}
.bt-half a, .bt-half .a {
  font-family: CenturyGothicW05-Regular;
  width: 200px;
  border: 2px solid #B92A3A !important;
  background-color: transparent;
  border-radius: 0px;
  font-size: 24px;
  color: #B92A3A;
  outline: none;
  text-transform: uppercase;
  margin-top: 40px;
  line-height: 50px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.bt-half a:hover, .bt-half .a:hover {
  text-decoration: none !important;
  background-color: #B92A3A;
  color: #ffffff;
  text-decoration: none;
}
.bt-half a:focus, .bt-half .a:focus {
  text-decoration: none !important;
  background-color: #B92A3A;
  color: #ffffff;
  text-decoration: none;
}

.float-right {
  float: right !important;
  padding-left: 30px;
}
.float-left {
  float: left !important;
  padding-right: 30px;
}
#small-logo {
  max-height: 80px;
}
.red-nav-links {
  color: #080808 !important;
}
#bg-entrada {
  background: linear-gradient( rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../imgs/fundo-index.jpg) no-repeat center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
  color: #ffffff;
}
#bg-login {
  background: linear-gradient( rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../imgs/fundo-login.jpg) no-repeat center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
  color: #ffffff;
}
.overflow-content {
  overflow: auto;
}
.logo-registo {
  max-width: 160px;
}
.logo-index {
  max-width: 320px;
}
.container-fluid {
  position: relative;
}
.container {
  position: relative;
}
.border-logo {
  font-family: CenturyGothicW05-Regular;
  color: #ffffff;
  font-size: 60px;
  line-height: 142px;
  width: 350px;
  border: 4px solid #ffffff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.border-logo:hover {
  font-family: CenturyGothicW05-Regular;
  color: #ffffff;
  font-size: 60px;
  line-height: 142px;
  width: 350px;
  border: 4px solid #9D222D;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  background-color: #9D222D;
}
.frase-logo {
  font-family: CenturyGothicW05-Regular;
  font-size: 18px;
  padding-top: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 350px;
}
.caixa-form {
  background-color: rgba(255, 255, 255, .8);
  margin-top: 80px;
  padding-bottom: 50px;
  margin-bottom: 80px;
}
.form-login input {
  font-family: CenturyGothicW05-Regular;
  padding: 0px 0px !important;
  border-bottom: 2px solid #B92A3A;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  border-radius: 0px;
  font-size: 22px;
  width: 100%;
  color: #B92A3A;
  outline: none;
}
.form-login input:focus {
  border-bottom: 2px solid #B92A3A;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #B92A3A;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}
.form-login input::placeholder {
  font-family: CenturyGothicW05-Regular;
  padding: 0px 0px;
  font-size: 22px;
  color: #909090;
}
.bt-login {
  font-family: CenturyGothicW05-Regular;
  font-size: 28px;
  line-height: 54px;
  border: 2px solid #B92A3A;
  background-color: transparent;
  border-radius: 0px;
  width: 220px;
  color: #B92A3A;
  outline: none;
}
.bt-login:hover {
  background-color: #B92A3A;
  color: #ffffff;
}
.bt-login:focus {
  box-shadow: none;
}
.mt-70 {
  margin-top: 70px;
}
.mt-50 {
  margin-top: 50px;
}
.error-message {
  font-family: CenturyGothicW05-Regular;
  font-size: 14px;
  color: #FF1D1D;
  padding-top: 20px;
}
.form-padding {
  width: 100%;
  padding: 0px 60px;
}
label {
  background: url(../imgs/upload.png) no-repeat;
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  cursor: pointer;
  position: absolute;
  left: 0px;
}
#file-chosen{
  font-family: CenturyGothicW05-Regular;
  font-size: 20px;
  color: #B92A3A;
  position: absolute;
  left: 50px;
  top: 5px;
}
.page-header-line {
  position: relative;
  height: 2px;
  width: 600px;
  background-color: #B92A3A;
  left: 50%;
  transform: translateX(-50%);
}
.banner-title {
  font-family: CenturyGothicW05-Bold;
  font-size: 62px;
  color: #ffffff;
}
.banner-subtitle {
  font-family: CenturyGothicW05-Regular;
  font-size: 38px;
  color: #ffffff;
}
.page-title {
  font-family: CenturyGothicW05-Bold;
  font-size: 52px;
  color: #ffffff;
  margin-bottom: 10px;
}
.page-subtitle {
  font-family: CenturyGothicW05-Regular;
  font-size: 28px;
  color: #ffffff;
  margin-top: 15px;
}
.home-header {
  background: linear-gradient( rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../imgs/header-home.jpg) no-repeat center top;
  background-size: cover;
  height: 720px;
}
.templates-header {
  background: linear-gradient( rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../imgs/fundo-templates.jpg) no-repeat center top;
  background-size: cover;
  height: 350px;
  margin-top: 120px;
}
.navbar-brand svg {
  max-height: 90px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}
.navbar-brand.small svg {
  max-height: 80px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.mynav {
  height: 150px;
}
.mynav.mynavwhite {
  height: 120px;
  background-color: #ffffff;
  border-bottom: 1px solid #F07D00;
  transition: 0.3s ease-in-out;
}
.pt-150 {
  padding-top: 250px;
}
.pt-50 {
  padding-top: 85px;
}
.nav-link {
  font-family: CenturyGothicW05-Bold;
  font-size: 22px;
  color: #ffffff;
}
.nav-link:focus, .nav-link:hover {
  font-family: CenturyGothicW05-Bold;
  font-size: 22px;
  color: #ffffff;
  text-decoration: underline;
}
.nav-width {
  width: 33%;
}
.cart {
  padding-right: 30px;
}
.cart svg {
  max-height: 30px;
}
.sobre-nos {
  background: url(../imgs/pattern.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  /*border-bottom: 2px solid #B92A3A;*/
}
.sobre-nos-esq {
  font-family: CenturyGothicW05-Bold;
  font-size: 46px;
  line-height: 56px;
  color: #080808;
}
.sobre-nos-dta {
  font-family: CenturyGothicW05-Regular;
  font-size: 18px;
  color: #4A4A4A;
  padding-left: 50px;
}
.mxw {
  padding: 0px 60px;
}
.cartazes {
  padding-top: 50px;
}
.titulo {
  font-family: CenturyGothicW05-Bold;
  color: #B92A3A;
  font-size: 36px;
  margin-bottom: 0px;
}
.subtitulo {
  font-family: CenturyGothicW05-Regular;
  color: #4A4A4A;
  font-size: 22px;
  margin-bottom: 0px;
  line-height: 26px;
}
.subtitulo-red {
  font-family: CenturyGothicW05-Regular;
  color: #080808;
  font-size: 22px;
  margin-bottom: 0px;
  line-height: 30px;
}
.timeline-carousel {
  padding: 0px 100px 0px 100px;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  border-radius: 0;
}
.slick-prev {
  left: -60px;
}
.slick-next {
  right: -60px;
}
.media-wrapper img {
  padding: 20px;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(../imgs/burger.png) !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
#mynav-mobile {
  display: none;
}
footer p {
  font-family: CenturyGothicW05-Regular;
  font-size: 18px;
  color: #080808;
  text-align: left;
  margin-bottom: 0px;
}
footer a {
  color: #080808;
  text-decoration: none;
}
footer a:hover {
  color: #080808;
  text-decoration: underline;
}
hr.linha-footer  {
  border: none;
  margin-bottom: 50px;
  margin-top: 0px;
}
.footer-copyright {
  font-family: CenturyGothicW05-Regular;
  font-size: 14px;
  color: #080808;
  margin-top: 30px;
}
.list-inline-item:not(:last-child) {
  margin-right: 30px;
}
.fab {
  font-size: 28px;
}
.list-social {
  position: absolute;
  right: 10px;
  bottom: 0px;
  margin-bottom: 0px;
}
.video {
  padding-top: 80px;
}
.video-esq {
  background: url(../imgs/pattern.jpg) no-repeat center top;
  background-size: cover;
  padding: 80px 120px;
}
.video-dta {
  background: url(../imgs/puratos.jpg) no-repeat center top;
  background-size: cover;
  min-height: 300px;
}
.video-title {
  font-family: CenturyGothicW05-bold;
  color: #080808;
  font-size: 42px;
  text-align: left;
  padding-bottom: 20px;
}
.video-text {
  font-family: CenturyGothicW05-Regular;
  color: #4A4A4A;
  font-size: 18px;
}
div.bt-video {
  position: relative;
  font-family: CenturyGothicW05-Regular;
  font-size: 24px;
  padding: 10px 40px;
  border: 2px solid #B92A3A;
  background-color: transparent;
  border-radius: 0px;
  color: #B92A3A;
  outline: none;
}
div.bt-video:hover {
  background-color: #B92A3A;
  color: #ffffff;
}
div.bt-video:focus {
  box-shadow: none;
}
.passos h1 {
  font-family: CenturyGothicW05-Bold;
  color: #080808;
  font-size: 26px;
  text-align: center;
  padding-top: 20px;
}
.passos h2 {
  font-family: CenturyGothicW05-Regular;
  color: #080808;
  font-size: 18px;
  text-align: center;
}
.passos p {
  font-family: CenturyGothicW05-Regular;
  color: #909090;
  font-size: 12px;
  text-align: center;
}
.passos svg {
  cursor: pointer;
}

@media (max-width: 1680px) {
  .home-header {
    height: 630px;
  }
}
@media (max-width: 1366px) {
  .home-header {
    height: 480px;
  }
  .sobre-nos {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .pt-150 {
    padding-top: 200px;
  }
  .banner-title {
    font-size: 56px;
  }
  .banner-subtitle {
    font-size: 36px;
  }
  .cartazes {
    padding-top: 50px;
  }
  /********************************************************************************/
  .logo-registo {
    max-width: 150px;
  }
  .caixa-form {
    margin-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  .mt-70 {
    margin-top: 50px;
  }
  /********************************************************************************/
}
@media (max-width: 1280px) {
  .mxw {
    padding: 0px 30px;
  }
  .preco-cliente {
    font-size: 72px;
  }
  .preco-cliente span {
    font-size: 38px;
    left: 51px;
  }
  .logo-cliente {
    bottom: 3.7%; 
    left: 7.3%;
  }
  .logo-cliente img {
    max-height: 120px;
    min-height: 120px;
  }
}
@media (max-width: 1024px) {
  .video-esq {
    padding: 30px 30px;
  }
  .logo-cliente {
    bottom: 3.5%; left: 7.5%;
  }
}
@media (max-width: 768px) {
  .v-desktop {
    display: none;
  }
  .v-mobile {
    display: block;
  }
  #accordian ul li a {
    font-size: 16px;
    padding: 6px 0px;
  }
  #accordian>ul>li>ul>li>a {
    font-size: 16px;
    padding: 6px 0px;
  }
  #accordian>ul>li>ul>li>ul>li>a {
    font-size: 16px;
    padding: 6px 0px 6px 30px;
  }
  #accordian>ul>li>ul>li>ul.show-dropdown>li.active-accordion>a:after {
    width: 20px;
  }
  .preco-cliente {
    font-size: 52px;
  }
  .preco-cliente span {
    font-size: 25px;
    left: 35px;
    top: 12px;
  }
  .logo-cliente {
    bottom: 3.5%; 
    left: 8%;
  }
  .logo-cliente img {
    max-width: 80px;
    max-height: 80px;
  }
  .page-header-line {
    width: 500px;
  }
  .sobre-nos-esq {
    font-size: 30px;
    line-height: 34px;
  }
  .sobre-nos {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .home-header {
    height: 380px;
  }
  .pt-150 {
    padding-top: 165px;
  }
  .banner-title {
    font-size: 48px;
  }
  .banner-subtitle {
    font-size: 28px;
  }
  #mynav {
    display: none;
  }
  .mynav {
    height: 150px;
    background-color: #ffffff;
  }
  #mynav-mobile {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 10;
    height: 80px;
    background-color: #ffffff;
  }
  #menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 33px;
    left: 25px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }
  #menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
  }
  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #080808;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }
  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #B92A3A;
  }
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }
  #menu {
    position: absolute;
    width: 100%;
    height: 300px;
    margin: -50px 0 0 -25px;
    padding: 25px;
    padding-top: 125px;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }
  #menu li {
    padding: 10px 0;
    transition-delay: 2s;
    list-style-type: none;
    font-family: CenturyGothicW05-Regular;
    font-size: 16px;
    color: #B92A3A;
  }
  #menu li a {
    color: #B92A3A;
    text-decoration: none;
  }
  #menu li a:hover {
    color: #B92A3A;
    text-decoration: underline;
  }
  #menuToggle input:checked ~ ul {
    transform: none;
  }
  .logo-mobile {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    z-index: 10;
  }
  .logo-mobile svg {
    height: 60px;
  }
  .cart-mobile {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 20;
  }
  .cart-mobile svg {
    height: 25px;
  }
  #menuToggleInner {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }
  #menuToggleInner a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
  }
  #menuToggleInner a:hover {
    color: tomato;
  }
  #menuToggleInner input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }
  #menuToggleInner span {
    display: block;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #080808;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }
  #menuToggleInner span:first-child {
    transform-origin: 0% 0%;
  }
  #menuToggleInner span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  #menuToggleInner input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -2px);
    background: #232323;
  }
  #menuToggleInner input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  #menuToggleInner input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }
  #menuInner {
    position: absolute;
    width: 300px;
    margin: -20px 0 0 -25px;
    padding: 25px;
    padding-top: 25px;
    background: #ffffff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }
  #menuToggleInner input:checked ~ ul {
    transform: none;
  }
}

@media (max-width: 480px) {
  .mxw {
    padding: 0px 20px;
  }
  .bt-login2 {
    font-size: 14px;
    line-height: 15px;
    width: 80px;
  }
  .mini-cart-title {
    font-size: 16px;
  }
  .mini-cart-subtitle {
    font-size: 12px;
  }
  .box-mini-cart {
    padding: 15px;
  }
  .mini-cart-container {
    width: 250px;
    top: 80px;
    right: 0px;
  }
  .mini-cart-prints {
    font-size: 12px;
    line-height: 14px;
  }
  .image-mini-cart img {
    max-width: 80px;
  }
  .image-mini-cart {
    padding-right: 10px;
  }
  .preco-cliente {
    font-size: 40px;
    top: 35%;
    right: 24%;
  }
  .preco-cliente span {
    font-size: 24px;
    left: 29px;
    top: 6px;
  }
  .logo-cliente {
    bottom: 3.5%;
    left: 8%;
  }
  .logo-cliente img {
    max-height: 70px;
    min-height: 70px;
  }
  .select-items div, .select-selected {
    font-size: 16px;
  }
  .titulo {
    font-size: 26px;
  }
  .subtitulo {
    font-size: 16px;
  }
  .bt-center a, .bt-center .a {
    font-size: 16px;
    line-height: 35px;
  }
  .menu-align {
    flex-direction: column;
  }
  .float-right {
    float: right initial;
    padding-left: 00px;
  }
  .subtitulo-red {
    font-size: 14px;
    line-height: 20px;
  }
  .pt-50 {
    padding-top: 40px;
  }
  .page-header-line {
    width: 220px;
  }
  .page-title {
    font-family: CenturyGothicW05-Bold;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .page-subtitle {
    font-family: CenturyGothicW05-Regular;
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
  }
  .templates-header {
    height: 200px;
    margin-top: 80px;
  }
  .bt-half a, .bt-half .a {
    width: 140px;
    font-size: 18px;
    margin-top: 40px;
    line-height: 40px;
  }
  .page-header-line {
    width: 280px;
  }
  .video-esq {
    padding: 30px 30px;
  }
  .list-social {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: initial;
  }
  footer p {
    font-size: 14px;
    text-align: center;
  }
  hr.linha-footer {
    border: 1px solid #B92A3A;
    margin-bottom: 20px;
  }
  hr.linha-footer-mobile {
    border: 1px solid #B92A3A;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .sobre-nos {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav-mobile {
    position: absolute;
    right: 0px;
    top: 120px;
    z-index: 100;
    width: 100%;
    background-color: #ffffff;
  }
  .form-padding {
    width: 100%;
    padding: 0px 20px;
  }
  .logo-registo {
    max-width: 180px;
  }
  .border-logo {
    font-size: 38px;
    line-height: 80px;
    width: 240px;
    border: 2px solid #ffffff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
  }
  .border-logo:hover {
    font-size: 38px;
    line-height: 80px;
    width: 240px;
    border: 2px solid #B92A3A;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    background-color: #B92A3A;
  }
  .frase-logo {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .mt-50 {
    margin-top: 25px;
  }
  .mt-70 {
    margin-top: 40px;
  }
  .form-login input {
    font-size: 16px;
    width: 100%;
    color: #B92A3A;
    outline: none;
  }
  .form-login input::placeholder {
    font-size: 16px;
  }
  div.bt-login {
    font-size: 18px;
    line-height: 28px;
    width: 120px;
  }
  .caixa-form {
    background-color: rgba(255, 255, 255, .8);
    margin-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  label {
    background: url(../imgs/upload.png) no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
  }
  #file-chosen {
    font-family: CenturyGothicW05-Regular;
    font-size: 16px;
    color: #B92A3A;
    position: absolute;
    left: 40px;
    top: 3px;
  }
  .pt-150 {
    padding-top: 150px;
  }
  .banner-title {
    font-size: 36px;
    line-height: 42px;
  }
  .banner-subtitle {
    font-size: 24px;
    line-height: 30px;
  }
  .home-header {
    height: 400px;
  }
  .sobre-nos {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sobre-nos-esq {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sobre-nos-dta {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cartazes {
    padding-top: 30px;
  }
  .timeline-carousel {
    padding: 0px 50px 0px 50px;
  }
  .slick-prev {
    left: -40px;
  }
  .slick-next {
    right: -40px;
  }
}


@media (max-width: 320px) {
.preco-cliente {
    font-size: 30px;
    top: 36%;
    right: 25%;
  }
  .preco-cliente span {
    font-size: 16px;
    left: 23px;
    top: 5px;
  }
  .logo-cliente {
    bottom: 3.5%;
    left: 9%;
  }
  .logo-cliente img {
    min-height: 55px;
    max-height: 55px;
  }
}