@charset "UTF-8";
/*=================================
    CUSTOM THEME FOR VERTO
==================================*/


/*// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/


.mry-about-video .mry-video-cover-frame .mry-video-cover {
  object-position: center;
}


.mry-btn, .mry-btn-text {
  min-width: 220px;
  margin-bottom: 5px;
  text-align: center;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.share-links-title {
  font-size: 20px;
  color: #5b5a5d;
  font-weight: 700;
  margin: 0 15px 0 0;
  display: inline-block;
}

.tagcloud a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  padding: 13px 19px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #312928;
  background-color: #eaeaea;
  border-radius: 4px;
}

.mry-text {
  color: #8e8e8e;
}

.mry-h1, .mry-h2, .mry-h3, .mry-h4, .mry-h5, .mry-h6, h1, h2, h3, h4, h5, h6 {
  color: #000;
}

.step-number {
    font-size: 48px;
    font-weight: bold;
    margin-right: 20px;
    color: #d9d9d9;
    line-height: 180px; /* Alinha verticalmente com o conteúdo da etapa */
}

.etapa-conteudo {
    flex-grow: 1;
    border-left: 2px solid #d9d9d9; /* Adiciona uma linha separadora à esquerda */
    padding-left: 20px;
}



.mry-map-frame {
  padding-bottom: 10%;
}


.mry-text a {
  text-decoration: none;
}


body {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Josefin Sans', sans-serif;
}


* {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free" !important;
}


/*Botões de compartilharr*/
.mry-share-btns {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.share-link {
    position: relative;
    display: inline-block;
    width: 35px; /* Tamanho dos botões */
    height: 35px;
    background-color: #8a8a8a; /* Cor dos botões */
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 16px; /* Tamanho dos ícones */
    z-index: 10;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.whatsapp-link {
    background-color: #4CAF50; /* Cor do WhatsApp */
}

.share-link:hover {
    background-color: #666666; /* Cor no hover */
    transform: scale(1.05); /* Aumento no hover */
}

.tooltip {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  color: #e0e0e0;
  text-align: left;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
  z-index: 1000;
  top: -30px;
  left: 0%;
  transform: translateX(10px) translateY(0);
  width: max-content;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip::after {
    content: "";
    position: absolute;
    top: 100%; /* Posiciona a seta abaixo do tooltip */
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent; /* Seta apontando para o botão */
}

.share-link:hover .tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateX(10px) translateY(-5px); /* Move o tooltip para a direita e para cima no hover */
}







/*botao whatsapp flutuante*/

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    background-color: #25D366;
    padding: 10px 15px;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.whatsapp-icon {
    font-size: 30px;
    color: #fff;
    margin-right: 10px;
}

.whatsapp-text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.whatsapp-button a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}

.whatsapp-button:hover {
    background-color: #1eb559;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}


/*end botao whatsapp flutuante*/


/*.mry-border-text { 
  letter-spacing: 0;
  -webkit-text-stroke-width: 6px;
  -moz-text-stroke-width: 6px;
  -webkit-text-stroke-color: #89878b;
  -moz-text-stroke-color: #010d0d;
  color: transparent !important;
}*/


/*.mry-border-text {
  letter-spacing: 0;
  -webkit-text-stroke-width: 2px;
  -moz-text-stroke-width: 2px;
  -webkit-text-stroke-color: #010d0d;
  -moz-text-stroke-color: #010d0d;
  color: transparent !important;
}*/



.mry-border-text {
  letter-spacing: 0;
  -webkit-text-stroke-width: 2px;
  -moz-text-stroke-width: 2px;
  -webkit-text-stroke-color: #010d0d;
  -moz-text-stroke-color: #010d0d;
  color: transparent !important;
}

.mry-h1, h1 {
  font-size: 50px;
  line-height: 55px;
}

/*.mry-btn, .mry-btn-text {
  width: 190px;
}*/

.mry-numbering .mry-border-text-desativado {
  line-height: 55px;
  font-size: 72px;
  font-weight: 900;
  opacity: 0.1;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.mry-dots {
  display: none;
}

.mry-magic-cursor {
  display: none;
}

.mry-h1, h1 {
  font-weight: lighter;
}

.mry-h1, .mry-h2, .mry-h3, .mry-h4, .mry-h5, .mry-h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Josefin Sans', sans-serif;
}


.mry-menu nav ul .menu-item a {
  font-weight: lighter;
  font-family: 'Josefin Sans', sans-serif;
}


.mry-project-slider-item .mry-project-frame .mry-cover-overlay.mry-gradient-overlay {
  background-image: linear-gradient(269deg, rgba(247, 248, 250, 0) 70%, rgba(247, 248, 250, 0.6) 80%, #f7f8fa 100%);
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame {
  width: 85%;
}

.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 1px;
}

.mry-menu-button-frame .mry-menu-btn .mry-burger span, .mry-menu-button-frame .mry-menu-btn .mry-burger span::after, .mry-menu-button-frame .mry-menu-btn .mry-burger span::before {
  width: 25px !important;
  height: 0.1em !important;
}

.mry-menu-button-frame .mry-menu-btn .mry-burger {
  width: 25px;
}

.mry-menu-button-frame .mry-menu-btn .mry-burger span::before {
  display: none;
}




.whatsapp-flutuante {
  width: 50px;
  height: 50px;
  display: inline-block;
  content: "";
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 9999;
  background: url(https://www.cliecom.com.br/dev/verto/img/light/WhatsApp-icon.png) no-repeat center center / cover;
}


.borda-amarela {
  border-color: #fdcf00;
}

.borda-vermelha {
  border-color: #c10b12;
}

.borda-azul {
  border-color:#00415f;
}

.mry-menu nav {
  height: 110vh;
}

.mry-menu nav ul .menu-item {
  margin-bottom: 10px;
}

.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a4b1bd;
}


/*.mry-subtitle-reforma::before {
  background-color: #fdcf00;
}*/

.mry-project-slider-item .reforma {
  background: #fdcf00;
  color: #513300;
}

/*.mry-subtitle-construcao::before {
  background-color: #c10b12;
}*/

.mry-project-slider-item .construcao {
  background: #c10b12;
  color: #ffc6c9;
}

/*.mry-subtitle-arquitetura::before {
  background-color: #00415f;
}*/

.mry-project-slider-item .arquitetura {
  background: #00415f;
  color: #95e2ff;
}

.mry-project-slider-item .mry-text {
  width: 60%;
  font-size: 18px;
  padding: .5rem 1rem;
  font-weight: 300;
}

.mry-app .mry-top-panel .mry-logo-frame {
  height: 179px;
  background-color: transparent;
}

.mry-app .mry-top-panel {
  height: 179px;
}

.mry-app .mry-top-panel .mry-logo-frame .mry-logo {
  width: auto;
  height: 100px;
}