*, *::before, *::after { box-sizing: border-box; }

* { margin: 0; padding: 0; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video { display: revert; }

html { font-size: 62.5%; line-height: 1.5; }

body { font-family: 'Bega Light', Arial, Helvetica, sans-serif; line-height: 1.6; background-color: #fff; color: #333; }

a { text-decoration: none; color: inherit; }

a:hover, .menu-inf li, .menu ul li { transition: all 0.3s ease; }

::selection { background-color: var(--primary-color); color:var(--accent-color);}

::-moz-selection {background-color: var(--primary-color); color:var(--accent-color); }

img, picture, svg, video, canvas { max-width: 100%; display: block; }

:root { --primary-color: #043A73; --accent-color: #e6c98b; --text-color: #111; --bg-light: #f5f5f5; --border-radius: 8px; --shadow: 0 4px 6px rgba(0,0,0,0.1); }

.clearfix::after { content: ""; display: table; clear: both; }

.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }


@font-face {
    font-family: 'Bega Medium';
    src: 
      url('../fonts/Bega-Medium.woff2') format('woff2'),
      url('../fonts/Bega-Medium.otf') format('otf');
    font-display: swap;    
  }


@font-face {
    font-family: 'Bega Medium';
    src: 
      url('../fonts/Bega-Medium.woff2') format('woff2'),
      url('../fonts/Bega-Medium.otf') format('otf');
    font-display: swap;

    font-family: 'Bega Light';
    src: 
      url('../fonts/Bega-Light.woff2') format('woff2'),
      url('../fonts/Bega-Light.otf') format('otf');
    font-display: swap;    
  }





/*---------TOPO-------------*/

.barra-inicial{margin-bottom: 5rem;}

.menu{display:flex;  white-space:nowrap;  justify-content: space-between; /*border-bottom:2px solid var(--accent-color);*/ margin-top: 25px; }

  .menu li{ list-style: none; font-weight: 700; position: relative; padding:0 1.5rem 0 1.5rem; font: 1.6rem 'Bega Light', Arial, sans-serif; position:relative;} 

    .menu a{font-weight: 700; color: #fff; font-size: 1.3rem; text-decoration: none;}

    .menu a:hover{/*text-shadow:0 0 2px rgba(255,255,225)*/ color:var(--accent-color);}

    .menu li ul{position: absolute; font-size: 1.4rem; background: var(--accent-color); padding: 10px 10px 10px 0; left: 10%; top:33px; transform:translate3d(0px, 0px, 0px) scale(1, 0); transform-origin:50% 0 0; transition: all 0.15s cubic-bezier(0.34, 0.005, 0.21, 1) 0.1s; border-end-end-radius: 10px; border-end-start-radius: 10px;}

    .menu li:hover ul{z-index: 9999; transform: translate3d(0px, 0px, 0px) scale(1, 1) !important; }    

      .menu ul li{font: 1.7rem 'Bega Medium', Arial; line-height: 3rem; border-bottom:1px solid #B4AA7E; letter-spacing: 1px; text-transform: uppercase;}

      .menu ul li:last-child{border:0;}

      .menu ul li:hover{padding-left: 20px;}

      .menu ul li i{opacity:0;}

      .menu ul li:hover i{opacity:1;}

    .menu ul li a{color: var(--primary-color); display: block;}

      .menu ul li a:hover{color: var(--primary-color); }

/*---------------------TEXTOS----------------------*/

h3{font: 3.6rem 'Bega Medium', Arial, sans-serif; color: var(--primary-color) !important; }

h2{font: 4.8rem 'Bega Medium', Arial, sans-serif !important; color: var(--primary-color) !important; border-bottom:1px solid var(--primary-color); }

h4{font: 5.5rem 'Bega Medium', Arial, sans-serif !important; color: var(--primary-color) !important; line-height: 6rem !important; padding-top: 2rem;}

h5{font: 4.8rem 'Bega Medium', Arial, sans-serif !important; color: var(--primary-color) !important; line-height: 5rem !important; margin-bottom:4rem;}

h6{font: 3.6rem 'Bega Medium', Arial, sans-serif !important;  line-height: 4rem !important; }

p, .progress-title, .progress-value, .texto p{font:1.6rem "Bega Light", Arial, sans-serif; color: #666; line-height: 2.2rem;}

.texto p{line-height: 2.6rem; ;}

.intro{font:1.6rem 'Bega Medium', Arial, sans-serif; color: #000; line-height: 2.8rem; margin-top: 8rem;}

p>strong{font-family: 'Bega Medium', Arial; color: #111;}

.features li{margin:0 0 1rem  1rem; font: 1.5rem "Bega Light", Arial, sans-serif; color:#333;}

.conheca{font: 1.6rem "Bega Light", Arial, sans-serif; color: var(--accent-color);}

/*----------------------------*/

.banner{background: var(--primary-color); background:url(../img/banner-bg.jpg) no-repeat top ;}

.banner-melbourne{margin-top: 50px; margin-left: 3rem;}

.building-img {
    max-height: 800px;
    object-fit: cover;
    margin-left:7rem;
    position: relative;
    z-index: 500;
  }
  .carousel-img {
    height: 600px;
    object-fit: cover;
    border-radius: 8px;
  }

  .feature-list li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.5rem;
    font-size: 1.4rem;
  }
  .feature-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #FFD700;
  }
  .btn-conheca {
    color: var(--accent-color);
    border-bottom:1px solid var(--accent-color);
    font-weight: bold;
    padding: 0.5rem 1.5rem;      
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 10px;
  }
  .btn-conheca:hover {
    background-color: var(--accent-color);
    color: #0A3B7A;
  }
  .address {
    font-size: 0.9rem;
    color: #ccc;
  }
  .bg-diagonal {
    background: linear-gradient(45deg, #0A3B7A 50%, #1E5A9C 50%);
    padding: 3rem 0;
  }



/*----------------SLIDE------------------------*/

.renders{margin-top: -280px; background-color: var(--primary-color);}

.image-marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding: 1rem 0;
}

.marquee-content {
  display: flex;
  /*animation: scroll-left 30s linear infinite;*/
  gap: 1rem; /* espaço entre imagens */
}

.marquee-content img {
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

  /*------------------EMP VALOR--------------------*/

  .text-marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    padding: 0.5rem 0;
  }
  
  .marquee-text {
    display: flex;
    gap: 2rem;
    animation: scroll-left-text 40s linear infinite;
    font-weight: bold;
  }
  
  .marquee-text span, .emp-valor {
    font:30rem 'Bega Medium', Arial sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px #0A3B7A; /* Contorno azul */
    text-stroke: 1px #0A3B7A;
    white-space: nowrap;
    letter-spacing: -4px;
    line-height: 25rem;
  }

  #fit-text {
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    font-family:'Bega Medium', Arial sans-serif;    
    color: transparent;
    -webkit-text-stroke: 1px #0A3B7A; /* Contorno azul */
    text-stroke: 1px #0A3B7A;
    padding: 2rem 0;
  }
  
  @keyframes scroll-left-text {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }  



.slanted-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 4rem 0;
}

.slanted-item {
  width: 150px;
  height: 400px;
  background-size: cover;
  background-position: center;
  transform: skewX(-15deg);
  transition: transform 0.5s ease, flex 0.5s ease;
  border-radius: 10px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  flex: 1;
}  

/*-------------------CARROSSEL EMP------------------------*/

.bloco-borda{border-left:5px solid var(--accent-color); }

.badge-status {
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: bold;
  top:10px !important;
  background: var(--accent-color) !important;
  font: 1.4rem "Bega Light", Arial, sans-serif;
  cor:var(--primary-color);
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
  height: auto;
  right: 10px;
  left: auto;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  padding: 10px;
  transition: all 0.3s ease;
  opacity: 1 !important;
  align-items: normal !important;
}


.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
  background: white;
  transform: scale(1.1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 36px;
  height: 36px;
  background:none;
  color:var(--accent-color);
  opacity:1;
  font-size: 4rem;
  top:0;
}


.frase{background: #DEBE77 url(../img/bg-frase.png) no-repeat right bottom; background-size: cover; color: var(--primary-color); font: 2.8rem 'Bega Medium', Arial, sans-serif; line-height: 4rem; padding:10rem 0 7rem 0 ; margin-top: -5rem; padding-left: 10rem;}

.frase-melhor{background: #DEBE77 url(../img/bg-frase.png) no-repeat  bottom; border-radius:30px; border:5px solid rgba(0,0,0,.1);  color: var(--primary-color); font: 2.6rem 'Bega Medium', Arial, sans-serif; line-height: 4rem; padding:8rem;}

/*----------CASAS------------------------*/

.vendida-badge {
  position: absolute;
  top: 10px;
  left: -50px;
  background-color: #003366; /* Azul escuro */
  color: white;
  padding: 8px 50px;
  font-weight: bold;
  font-size: 1.2rem;
  transform: rotate(-45deg);
  transform-origin: center;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  letter-spacing: 1px;
  text-transform: uppercase;
}


.rotate-45 {
  transform: rotate(-45deg);
  transform-origin: 0 0;
}

.badge-sold .badge {
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0.5rem 1.5rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.badge-overlay span{
  color: #fff;
  border-bottom: 3px solid var(--accent-color);
  font: 1.8rem "Bega Light", Arial, sans-serif;
}

/* Responsividade */
@media (max-width: 768px) {
  .rotate-45 {
    transform: rotate(0deg);
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  .badge-overlay .badge {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}

.banner-casa{ margin-top: -60px;}


.tit-casa{
  background-color: var(--accent-color); 
  padding: 15px 30px;
  border-top: 3px solid #003366;
  border-bottom: 1px solid #ccc;
  }


.bt-info {
  border:1px solid rgb(19, 75, 156);
  border-radius: 20px;
  background-image: -moz-linear-gradient( 118deg, #07599f 0%, #043b74 100%);
  background-image: -webkit-linear-gradient( 118deg, #07599f 0%, #043b74 100%);
  background-image: -ms-linear-gradient( 118deg, #07599f 0%, #043b74 100%);
  color: #fff;
  font: 1.4rem "Bega Light", Arial sans-serif;
  padding:12px 20px;
  gap: 15px;
}


.features-box {
  position: absolute;
  top: 50px;
  right: 30px;
  background-color: var(--accent-color);
  padding: 20px ;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 10;
}

.features-box ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 1rem;
}
.features-box li {
  font:bold 1.4rem "Bega Light", Arial, sans-serif;
  margin-bottom: 1rem;
  list-style: square;
  list-style-position: inside;
  
}
.image-section img {
margin:auto;
}

.description {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 20px;
}



/*-----------------------INF----------------------*/


.badge {
  font-weight: 500;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.circle-items{background: url(../img/circle.png) no-repeat center center; height: 270px;}

.circle-items div{
  font:1.6rem "Bega Light", Arial;
  color: #fff;
  text-shadow:1px 0 1px rgba(0,0,0,.2);
  border:1px solid #d9b377;
  border-radius: 10px;
  background-color: #d5af75;
  background-image: -moz-linear-gradient( 118deg, #d9b377 0%, #ae9060 100%);
  background-image: -webkit-linear-gradient( 118deg,  #d9b377 0%, #ae9060 100);
  background-image: -ms-linear-gradient( 118deg,  #d9b377 0%, #ae9060 100);
  box-shadow: 0px 6px 27px 0px rgba(5, 6, 6, 0.17);
  position: absolute;
  padding:5px 20px;
}

.boa-localiza{left:40%; top:20px;}

.no-prazo{top:160px; left:10%;}

.proximidade{ bottom:20px; left:30%;}

.funcionais{right:10%; top:50%;}



/*-------------------EMPREENDIMENTO------------------------*/

.data-entrega{padding: 2rem 3rem; color: #fff; font: 1.4rem "Bega Light", Arial, sans-serif; background: #043a73; margin-left: -10rem; float:left;} 

.data-entrega span{font-size: 2.4rem; font-weight: 700;}

.progress-title {
  font-weight: 600;
  color: #111;
}
.progress-bar-custom {
  background-color:var(--primary-color); 
  border-radius: 4px;
}
.progress-bg {
  background-color: #e0e0e0;
  background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  border-radius: 4px;
}
.progress-value {
  font-weight: bold;
  margin-left: 10px;
  min-width: 50px;
  text-align: right;
}
.section-header {
  border-bottom: 2px solid #003366;
  padding-bottom: 10px;
margin-bottom: 4rem;
}
.section-header i {
  font-size: 1.5rem;
  color: var(--primary-color);
}

.box-conversa{border-radius: 15px; background:var(--accent-color) url(../img/logo-fundo.png) no-repeat bottom right; padding: 3rem; margin: 6rem; color: #000 !important;}


/*--------------------------EMPRESA-------------------------------------*/

.bg-blue-dark {
  background-color: #003366;
}
.content-box {
  margin-top: -8rem;
  background: #e5ebf1 url(../img/box-bg.png) no-repeat top right;
  padding: 50px;
  border-radius: 8px;
  position: relative;
  border-bottom: 5px solid var(--accent-color);
}


.stat-card {
  text-align: center;
  margin-bottom: 5rem;
  border-bottom:5px solid var(--accent-color);
}

.slogan {
  font: 3.2rem 'Bega Medium', Arial, sans-serif;
  background-color: #003366;
  color: white;
  padding: 60px 120px 30px 120px;
  border-radius: 15px;
  text-align: center;
  margin-top: -30px;
}
.section {
  padding: 40px 20px;
}
.text-justify {
  text-align: justify;
}

.cabecalho-empresa{background: var(--primary-color) url(../img/emp-bg.jpg) no-repeat top; height: 40rem; text-align: center; }

.frase-empresa{color:#e5ebf1; font: 3rem 'Bega Medium', Arial, sans-serif; text-align: center; margin-top: 5rem; line-height: 4.5rem;}


/*----------------------CARROSSEL-------------------------------*/

.custom-tabs-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.custom-tab-item {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  color: #666 !important;
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  font: 1.8rem "Bega Light", Arial, sans-serif;
  color: var(--accent-color);
}

.custom-tab-item.active,
.custom-tab-item.active:hover,
.custom-tab-item.active:focus {
  color:var(--primary-color) !important;
  font-weight: bold !important;
  border-bottom: 3px solid var(--accent-color) !important;
  background: transparent !important;
}

.custom-carousel-wrapper {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.custom-carousel-main {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.custom-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 20px;
  padding: 0 20px;
}

.custom-carousel-track.single-item {
  justify-content: center;
  width: 100%;
}

.custom-carousel-slide {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin:auto;
}

.custom-carousel-slide img {
  width: auto;
  max-height: 400px;
  display: block;
  margin:auto;
}

.custom-caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(255,255,255,0.8);
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
}

.custom-nav-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.custom-nav-button {
  background: #fff;
  border: 2px solid #2e7d32;
  color: #2e7d32;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, color 0.3s;
}

.custom-nav-button:hover {
  background: #2e7d32;
  color: white;
}

.custom-indicators-container {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.custom-indicator-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}

.custom-indicator-dot.active {
  background: #2e7d32;
}

@media (max-width: 768px) {
  .custom-carousel-slide {
    min-width: 90%;
  }
}


/*----------------------MENU MOB--------------------*/

.barra-mob{background: #0e4e8a; position: relative; z-index: 100; border-radius: 3px; display: block; margin-right:2rem; padding: 0 1rem; width: 70%; float:right; }  

    .barra-mob a{color: #fff; }

       .barra-mob a:hover{text-decoration: none;}    
    
#menu-mob-bt{font: 1.8rem "Bega Light", Arial; text-align: center; line-height: 4rem; padding-right: 0; display: block;  }  

.menu-button{float: left; margin-top:0.8rem; }

.btn-menu{width:100%; margin-bottom: 2rem; font-size: 1.8rem; color: #333; padding-left: 2rem;}

.menu-button span{  background: #fff none repeat scroll 0 0; color:#fff;
    display: block;
    height: 3px;
    margin: 4px 5px 0 0;
    width: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.3);}

    .pushy {
      background: var(--primary-color); 
        box-shadow: -10px 0 6px -9px rgba(0, 0, 0, 0.2) inset;
        font-size: 0.9em;
        font-weight: bold;
        height: 100%;
        overflow: auto;
        position: fixed;
        top: 0;
        width: 5rem;
        z-index: 99999;
        left: -7rem;
        padding-top: 5rem;
        transform: translate3d(-250px, 0px, 0px);    
        transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99) 0s;        
    }  
     
    .pushy-open {
        transform: translate3d(7rem, 0, 0);
        width: 100%;  
    }    

    .pushy .dropdown-menu{width:100%; text-align: center;}
    
    #menu-mob li{  border-bottom: 1px solid rgba(255,255,255,.3); }

    .pushy li {
        display: block;
        padding: 1rem 2rem;
        text-decoration: none;      
    }    

     #menu-mob li ul li:last-child{border:0;}

    .barra-mob { background: var(--primary-color); padding: 0.5rem; border-radius: var(--border-radius); display: flex; justify-content: flex-end; }

    .pushy { position: fixed; top: 0; left: -250px; width: 100% height: 100%;  transition: transform 0.3s ease; z-index: 1000; overflow-y: auto; padding-top: 5rem; }
    
    .pushy-open { transform: translateX(250px); }
    
    .pushy a { display: block; font: 1.6rem "Bega Light", Arial;color: var(--accent-color); text-decoration: none;  }    

 .overlay-close {	position: absolute;	right: 20px;	top: 10px;	background:transparent; border:0;		outline: none;	z-index: 100; font-size: 5rem;}  



/*--------------------------FOOTER----------------------------*/

.menu-inf li{font: 1.6rem "Bega Light", Arial, sans-serif; line-height: 2.8rem; text-align: left; padding-left: 10px;}

.menu-inf li:hover{padding-left: 15px;}

h6.sub-tit{color: var(--accent-color); font-size: 1.8rem !important;} 


/*---------------------------DIVERSOS--------------------------*/

.cor-primaria{color:var(--primary-color) !important;}

.cor-secundaria{color:var(--accent-color) !important;}

.fundo-topo{background: var(--primary-color);  /*margin-bottom: 5rem;*/ }

.top40{margin-top: 40px !important;}

.top80{margin-top: 80px;}

.top100{margin-top: 100px !important;} 

.top200{margin-top: 200px;}

.traco-simbolo{ border-bottom:5px solid var(--primary-color); margin-bottom: 2rem;}


/*------------------------------FORM---------------------------*/

input, select, textarea { font-family: inherit; font-size: 1.6rem; padding: 0.8rem 1.2rem; border: 1px solid #ccc; border-radius: var(--border-radius); width: 100%; }

input:focus, textarea:focus { outline: 2px solid var(--primary-color); border-color: var(--primary-color); }

button.enviar { background-color: #dd3439; color: white; border: none; padding: 1.5rem 3rem; border-radius: var(--border-radius); cursor: pointer; font-size: 1.6rem; text-shadow: 0 1px 1px rgba(0,0,0,.3); box-shadow: var(--shadow); transition: transform 0.2s ease; }

button.enviar:hover { transform: translateY(-2px); }

input[type=text], input[type=email], input[type=search], select, textarea, .form-control, .form-select {height: 4rem; font: 1.4rem "Bega Light", sans-serif; padding: 1rem; }

.form-floating>.form-control {height: 5rem; font-size: 1.4rem; color: #222; font-weight: 700;}

.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown){padding-top: 2rem;}

.form-floating>.form-control{height: 6rem; font-size: 1.6rem;}

label{font:1.4rem "Bega Light", Arial; color:var(--primary-color); margin:2rem 0 0.5rem 0; opacity: .8; }

.enviar{ background:var(--primary-color); font:1.6rem 'Bega Medium', Arial; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,.3); padding:1.5rem 3rem; border: 0; margin-top:2rem; border-radius: 3px; box-shadow: 0 1px 1px rgba(0,0,0,.3); }


/*-----------------RESPONSIVO-----------------------*/

@media (min-width: 576px) { html { font-size: 62.5%; } }

@media (min-width: 768px) { 
  
  html { font-size: 65%; } 

}

@media only screen and (max-width: 480px){

  .barra-inicial{margin-bottom: 0rem;}

  .building-img {margin-left: 0;}

  .banner-melbourne{margin-top: 0; margin-left: 0;}

  .frase{padding:4rem 2rem;}

  .top100{margin-top: 50px !important;}

  .top200{margin-top: 0;}

  .boa-localiza{left:20%; top:30px;}

  .no-prazo{top:160px; left:0%;}
  
  .proximidade{ bottom:0px; left:10%;}
  
  .funcionais{right:0%; top:45%;}  

  .sub-tit, .menu-inf{margin-left: 2rem;}

  .data-entrega{margin-left: 0;}

  .box-conversa{margin: 0; margin-top: 2rem; background-size: cover;}

    .box-conversa p{margin-left: 2rem;}

  .features-box{position: relative; float:left; margin:0 0 2rem 5rem;}

  .frase-empresa{margin:0 2rem;}

  .content-box{padding: 2rem; margin-top:-4rem;}

  .cabecalho-empresa{height:45rem;}

  .carousel-img{height:auto;}

  .custom-carousel-wrapper{height:auto; min-height:200px;}

  .frase-melhor{background-position:top; padding:4rem;}  

  .texto-banner{text-align: center;}

    .texto-banner img{display: block; margin: auto;}
  
    .tagline{margin-top: 2rem !important;}

    .intro{margin-top: 0;}

}

@media (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    top: 5px;
    right: 5px;
    padding: 8px;
  }
  .logo-overlay img {
    height: 60px;
  }
}

@media (min-width: 992px) { html { font-size: 67.5%; } }

@media (min-width: 1200px) { html { font-size: 70%; } }

@media print { *, *::before, *::after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } img { page-break-inside: avoid; } @page { margin: 0.5cm; } }