@charset "utf-8";
/* CSS Document */
@import url('fonts/estilos-fontes.css');

body, html {
    height: 100%;
    overflow: hidden !important;
}

body {
    overflow: hidden !important;
    font-family: 'Avenir';
    font-weight: 300;
    font-style: normal;    
    background: #133334;
}

.golden {
    color: #ae9360; font-weight: 600;
}
.golden2 {
    color: #ae9360; font-weight: 600;		
}

p { font-size: 17px; color: white; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Avenir';
    color: white;	
    font-weight: 500;        
}

h1 {
    font-size: 1.65rem;
}

a:focus, button:focus, input:focus, textarea:focus {
    outline: none !important;
}

/* Breadcrumb */

.breadcrumb {  
    background: transparent; 
    border: 1px solid rgba(255, 255, 255, 0.25);    
    border-radius: 30px;
    text-transform: uppercase;
    font-size: .75rem;
    margin: 0;
    /*position: absolute !important;*/
    position: fixed !important;
    padding: 8px 24px;
    /*z-index: 11;*/
    color: rgba(174, 147, 96, 0.5);
    left: 90px;
    bottom: 10px !important; 
    z-index: 1000;   
}

.breadcrumb.verde {
    background: #133334;
}

.breadcrumb.no-menu {           
    left: 30px;       
}

.breadcrumb-item.active  {
    color: rgba(255, 255, 255, .5) !important;
    font-weight: 600;    
}
.breadcrumb-item a {    
    color: rgba(174, 147, 96, 0.5) !important;
}

.breadcrumb-item a:hover {
    color: rgba(174, 147, 96, 1) !important;    
}

.geral {
    height: 100vh;
    position: relative;    
 }
 .geral.h-intro {
    height: 100vh !important;
 }
 .geral-local  {
    margin-top: -1.5%;
 }

 .gradiente {    
    position: absolute;
    top: 0;     
    z-index: 0;  
    opacity: .75;
}

.bg {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;             
}


.bg.bg-home {
    /*background: url("../img/bgs/bg-home.jpg") no-repeat center center fixed;*/
    background: #133334 url("../img/bgs/bg-home.jpg") no-repeat center top fixed;             
}

.logo-mudra {    
    padding: 10px;
    margin-top: 6%;    
}   

/*home end*/

.bg.bg-full {
    background: #444 url("../img/bg-dark.jpg") no-repeat center bottom fixed;
}

.btn-golden {
    color: #ae9360 !important;
    border-color: #ae9360 !important;
}
.btn-golden:hover,
.btn-golden:focus,
.btn-golden:disabled {
    color: #212529;
    background-color: #ae9360;
    border-color: #ae9360;
}
.btn-golden:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ae9360;
    border-color: #ae9360;
}

.btn-link{    
    /*border-color: #1d6d41;*/
    /*background-color: #1d6d41;*/
    color: white;
}
.btn-link:hover {
    color: white;
    background-color: #175332;
    border-color:  #175332;
}
.btn-link:not(:disabled):not(.disabled):active {
    color: white;
    background-color: #175332;
    border-color:  #175332;
}

.box-link-01-1, .box-link-01-2 {
    padding-right: 45px;    
}
.box-link-01-1 p {
    color: white;    
}
.box-link-01-2 p {
    color: #333;    
}
.bg.bg-link-01 {   
    background: #133434 url("../img/bgs/bg-verde.png") no-repeat center center;
    background-size: contain !important;
    color: white;
    border-top: 10px solid #ae9360 !important; 
}

.bg.bg-link-01 .logo-cyrela {   
    max-height: 90px;
}
.bg.bg-link-03-areas-comuns {
    background: url("../img/bg-link-03-areas-comuns.jpg") no-repeat center top fixed;
}

.bg.bg-link-02 {
   /*background: #133434 url("../img/link-02-03.jpg") no-repeat center center; 
    background-size: 100% !important;  */
	background: #133434;
}

.img-loc-01 {
	display: block;
}
.img-loc-02 {
	display: none;
	margin-top: -20px;
}

.box-legenda-loc {
	display: none;
}


.box-link-02-item, .box-link-03-item {
    padding: 0 10px;
}

.box-link-02-item p {    
    font-size: 12px;
    text-transform: uppercase; 
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;       
}

.box-link-02-item span {    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 1.4rem;
    padding: .7rem;
	border-radius: 50%;
    background-color: #ae9360;
    /*float: left;*/
    margin-right: 10px;   
}

.box-link-03-item p, .box-link-03-item p a {    
    font-size: 13px;
    text-transform: uppercase; 
    color: black;
    font-weight: 600; 
    line-height: .9rem; 
    display: flex;
    align-items: center;
    /*justify-content: center; */
    margin-bottom: 3px;
    text-decoration: none;  
    transition: all .25s;    
}

.box-link-03-item p {    
    min-height: 32px;
}

.box-link-03-item p a:hover {
    transform: scale(1.15);
}

.box-link-03-item p span {    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: .75rem;
	border-radius: 50%;
    border: 1px solid #ae9360;
    background-color: #133334;
    /*float: left;*/
    margin-right: 10px;
    color: white;    
}

.link-hover img {
    transition: all .25s; 
}

.link-hover:hover img {
    transform: scale(1.2);
}

.box-link-03-item p span.gold {   
    
    border: 1px solid #133334;
    background-color: #ae9360;      
}

.bg.bg-link-03 {
    background: #444 url("../img/bgs/bg-link-03.jpg") no-repeat center top;
}

.box-conteudo {
    padding: 10% 0 0 10%;       
}

.box-conteudo h1 {      
    border-bottom: 2px solid #ae9360;      
    display: inline-block;    
    margin-left: 5%;;              
}

.bg.bg-link-04 {
    background: #444 url("../img/bgs/bg-link-04.jpg") no-repeat left fixed;	 
}


.bg.bg-link-05 {
    background: #444 url("../img/bgs/bg-link-05.jpg") no-repeat center center fixed;
}

.box-residenciais a img {
    border: 5px solid #ae9360;   
    transition: all .25s;     
}

.box-residenciais a img:hover {    
    transform: scale(1.15);               
}


/*
#box-prana a, #box-prana-cob a, #box-vayu a, #box-vayu-cob a {
    background: #ae9360;
    opacity: .75;
}
*/

.box-plantas-textos {
    display: flex;
    align-items: start;
    justify-content: left;
    text-align: left;       
    padding: 1rem;
    color: white;        
    border-bottom: 3px solid #ae9360;     
}

.box-plantas-textos span:nth-child(1) {    
    display: block;
    font-weight: 600;
    font-size: 26px;
    border-right: 1px solid #ae9360;
    padding: 0 2rem;
    height: 65px;
}

.box-plantas-textos span:nth-child(2) {
    display: block;    
    font-size: 13px;
    border-right: 1px solid #ae9360; 
    padding: 0 2rem; 
    height: 65px;    
}
.box-plantas-textos span:nth-child(3) {    
    display: block;
    font-size: 13px;
    padding: 0 2rem;
    height: 65px;         
}


.bg.bg-link-06 {
    background: white url("../img/bgs/top-green.jpg") no-repeat center top;
    background-size: 1920px 103px !important;    
}

.bg.bg-link-06 p {
    color: #133334; 
    font-size: 1.25rem;     
}
.img-link-06-01 {
    border-radius: 50%;
    border: 10px solid #ae9360;
}

a.link-06-link {
    text-decoration: none;
 }

.bg-color-light {
    background: #FFF8F3;
    padding: 30px;    
}

.bg-verde {
    background: #133434 url("../img/bgs/bg-verde.png") repeat 0 center; 
    background-size: contain !important;     
    border-top: 10px solid #ae9360 !important;       
}
.bg-verde2 {     
    background: #133434; 
    border: 0;
    border-bottom: 5px solid #ae9360;       
}

.bg-verde-mudra {
    background:url("../img/elemento-mudra2.png") no-repeat 0 87.5% ;
    background-size: 213px 337px !important; 
    border-top: 15px solid #ae9360;       
}

.bg-cinza {
    background:url("../img/bgs/bg-cinza.jpg") no-repeat center center fixed; 
}

.box-bg-legenda-foto {
    position: absolute;   
    position: fixed;      
    top: 20px;    
    right: 20px;    
    z-index: 1;  
}

.box-bg-legenda-foto.vertical { 
    top: auto;
    bottom: 60px;    
    right: -30px;
    transform: rotate(-90deg); 
    z-index: 1;       
}

.box-bg-legenda-foto p {    
    font-size: 13px;
    text-shadow: 1px 1px 1px black;
    color: white;      
}

.box-bg-legenda-foto p.vertical {
    position: absolute;
    bottom: 60px;
    right: 0;
    font-size: 14px;
    text-shadow: 1px 1px 1px black;
    transform: rotate(-90deg);
    color: white;
}


.box-ficha h4,
.box-projetistas h4,
.box-texto h4 {
    font-size: 1.25rem;       
}

.box-texto.fio {
    border-left: 1px solid #ae9360;
    padding: 30px;
}

.box-texto p {
    font-size: 1.1rem;
    margin-bottom: .5rem;   
}

.box-texto p b {
    font-weight: 600;  
}

.box-texto p a img {
    transition: all .25s; 
}
.box-texto p a:hover img {
    transform: scale(1.25);
}

.box-texto-implantacao ul li {
    margin-bottom: 0.275rem;
}

.box-ficha {    
    padding-bottom: 45px;      
}

.box-projetistas {
    border: 1px solid #ae9360;
    padding: 45px;
    border-bottom-right-radius: 30px;
    background: #133334;
}
.box-ficha h3, .box-projetistas h3, .bg.bg-verde h3  {
    border-bottom: 1px solid #ae9360;
    padding-bottom: 5px;   
}
.bg.bg-verde p {
    font-size: 1.15rem;
}
.box-projetistas p b {
    font-weight: 600px; 
}

/*.box-texto-implantacao ul li:before {
    margin-left: -50px;
    content: url(../img/plantas/bg-bullet-off.png);    
    width: 30px;
    height: 30px;
   position: absolute;
}*/

.box-texto-implantacao  {   
    padding: 0 15px;         
}

.box-texto-implantacao img {   
    padding: 0 30px;
    max-height: 830px;      
}
.home-mudra {
    height: 100vh;
    padding: 8rem 0;
}

.bg-dark {
    background-color: rgba(73,49,59,0.95) !important;
}

/* Navbar */
.navbar {
    position: absolute;       
    z-index: 999;
    /*width: 100%; */
    left: 17px; 
    bottom: 0px;
}
.navbar .nav-item {
    padding: .5rem;
}
.navbar .nav-link {
    text-transform: uppercase;
    font-size: 1.4rem;
    color: white !important;   
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    transition: all .25s; 
    border-bottom: 3px solid transparent;
    margin-bottom: -3px; 
    padding-top: 3px;
    display: inline-block;   
}
.navbar .nav-link:hover {    
    /*background: rgba(255,255,255,.2); */
    border-bottom: 3px solid rgba(255,255,255,.5); 
    color: golden !important;             
}
.navbar .nav-link:after {
    content: '•'; 
    position: absolute;
    padding-left: 1.75rem;      
}
.navbar .nav-link .fa {
    color:#AA7656;     
}
.navbar .nav-link span {
    font-size: 65%;    
}

.nav .nav-item .bullet {
    position: relative;
    color: white !important; 
    margin-right: 10px; 
    font-size: 75%;   
  }

.indent {
    margin-left: -80px;
}


  @media (max-width: 768px)  {
    .indent {
        margin-left: initial;
        margin-top: -30px;
    }
    .box-texto-implantacao img {
        max-height: 100%;        
    }    
    
    .box-plantas-textos {
        display: block;        
        text-align: center;  
    }
    box-plantas-textos span:nth-child(1) b {
        font-size: 20px;
    }        
    .box-plantas-textos span:nth-child(1),
    .box-plantas-textos span:nth-child(2),
    .box-plantas-textos span:nth-child(3) {
        border:none;       
        height: auto;
        padding-bottom: 1rem;
    }
    .btn-link {    
        border-color: #1d6d41;
        background-color: #1d6d41;
        color: white;
		border: 1px solid white;
		font-size: 1.5rem;
    }
    
       
}

/* nav-pills*/

.nav-pills {
    border-right: 1px solid #ae9360;
    padding-bottom: 10px;
    height: 100%; 
    text-align: center;    
}

.sus2 {
    padding: 30px;
    margin-top: 30px;;    
}

.sus2 p{
    font-size: 1.25rem;   
}

.sus2 h4 {
    border-bottom: 1px solid #ae9360;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.nav-pills .nav-item {
    padding: 1rem;
}
.nav-pills .nav-link {
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff !important;   
    padding: 1rem 1.5rem !important; 
    border: 1px solid transparent;   
    transition: all .25s; 
    border-radius: 30px;      
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show>.nav-link {
    color: #fff;    
    background: #ae9360;
    border: 1px solid #ae9360;
    border-radius: 30px;
}

.tab-content h5 {
    text-transform: uppercase;
}

@media (max-width: 992px)  {
    .navbar .nav-link:after {
        content: '';              
    } 
    .bg.bg-menu {        
        background-size: 100% 82px !important;
    } 
    .navbar-collapse {        
        padding-top: 45px;
    }
    .navbar {    
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .box-texto-implantacao img {
        padding: 0px 15px;
        max-width: 100%;
    } 
    .bg-verde-mudra {
        background: #133434 url("../img/bgs/bg-verde.png") repeat 0 center; 
        background-size: contain !important;  
        border-top: 15px solid #ae9360;      
    }      
}

.navbar .nav-item:last-child .nav-link:after {
    content: '';              
}

@media (max-width: 1500px)  {
    .pad-40 {
        padding-top: 40px;
    }  
}
@media (max-width: 1400px)  {
    /*.navbar .nav-link {        
        font-size: 1rem;            
    }*/
    html, body {
        overflow: auto !important;
        overflow-x: hidden !important;
    }
}

@media (min-width: 992px)  {
    .navbar-brand {
        display: none;
    }
}

@media (max-width: 1200px)  {
    .navbar .nav-link {        
        font-size: .75rem;            
    }
    .sus2 {
        padding-top: 0px;
    } 
    .owl-mudra.owl-carousel .owl-nav [class*=owl-] {             
        top: 30% !important;
    }
    .controles {       
        position: relative !important; 
    }       
}
@media (max-width: 992px)  {
    /*.navbar .nav-link {        
        font-size: 1.2rem;            
    }
    .bg.bg-link-01 {
        background-size: 70px !important;
        background-repeat: repeat-y;      
    }
    .loc-topo {
        padding-top: 0px;
    }*/
}


@media (max-width: 576px)  {
    .breadcrumb { 
        font-size: .50rem;    
        padding: 6px 15px;
        margin-bottom: 15px;    
    }
    a.bot-cob, a.bot-tipo  {
        margin: 20px 0 0px !important;
        font-size: 0.75rem !important;
    }
    .vbox-next, .vbox-prev {        
        transform: scale(0.75);
    }
    .vbox-title {
        font-size: 13px;        
        line-height: 20px;
        min-height: 60px;
    }
    .item a::before, .item-tour a::before {        
        font-size: 30px;       
        bottom: 40px;
        text-decoration: none;
        margin: 0 -10px auto;
    }
    .owl-mudra {
        margin-top: 30%;
    }
    #seu-momento-tour .geral.h-intro {
        height: 100% !important;
     }
     h1 {
        font-size: 1.25rem;
        padding: 0rem;
    }
    .bg-link-03 h1 {
        margin-left: 5% !important;
    }
    .sidebar-wrapper .list-group-item img {
        width: 48px;
    }
    .sidebar-wrapper .list-group-item {
        padding: 10px 0px;
        font-size: .9rem;
    }
    .box-link-01-1, .box-link-01-2 {
        padding-right: 10px;
    }
    .sus2 p {
        font-size: 1.1rem !important;
    }
    .h3, h3 {
        font-size: 1.25rem;
    }
    .h5, h5 {
        font-size: 1rem;
    }
    .bg.bg-verde p {
        font-size: 1rem;
    }
    .box-ficha h4, .box-projetistas h4, .box-texto h4 {
        font-size: 1rem;
    }
    .box-plantas-textos span:nth-child(1) {       
        font-size: 22px;       
    }
    .box-plantas-textos {       
        padding: 0.5rem;       
        border-bottom: 1px solid #ae9360;
    }
    .vbox-title {
        font-size: 13px;        
        min-height: auto;
    }
    .bg.bg-link-06 p {        
        font-size: 1rem;
    }
    .box-texto p {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .box-texto p a img {      
        max-width: 40px;
    }
	
	.sidebar-wrapper .nav-menu-list {
		margin-top: -15% !important;
	}
}

/* VenoBox */

.vbox-overlay {
    background: rgba(19,52,52, .95) !important;
}

.vbox-container img {
    background: #ae9360 !important;
    border: 1px solid white;
    }

.vbox-container {
    overflow-y: auto;
}

.vbox-next, .vbox-prev {    
    background: rgba(186,154,92, 0.5);
    border-radius: 50%;
}
.vbox-next:hover, .vbox-prev:hover {
    background: #ae9360;
}
.vbox-next span {
    right: 18px;
    top: 15px;
}
.vbox-prev span {
    left: 18px;
    top: 15px;
}
.vbox-title {
    font-size: 15px;
    text-transform: uppercase;
}
.vbox-next span, .vbox-prev span {
    width: 16px !important;
    height: 16px !important;
    border: 4px solid transparent;
}
/* VenoBox FIM */

/* owl */

.owl-mudra.owl-carousel  {
    z-index: 3;
    margin-top: -10%;
}

.owl-mudra.owl-carousel .owl-item img {
    display: block;
    width: 100%; 
    /*border: 5px solid white;*/
    border: 5px solid #ae9360;    
}

.owl-mudra.owl-carousel .owl-nav [class*=owl-] {    
    position: absolute;    
    top: 35%;
}
.owl-mudra.owl-carousel .owl-nav [class*=owl-] {    
    transform: scale(0.85); 
    transition: all .25s; 
}

.owl-mudra.owl-carousel .owl-nav [class*=owl-]:hover {       
    transform: scale(1.1);
}

.owl-carousel .ui-shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.owl-theme .owl-nav .disabled {
    opacity: .15;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -10px;
}

.item a::before {
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: rgba(255,255,255,0.4);
    font-size: 40px;    
    position: absolute;
    bottom: 40px;   
    text-decoration: none;
    margin: 10px -10px auto;
}

.item-tour a {
    position: relative;
    display: block;
}

.item-tour a::before {
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: rgba(255,255,255,0.4);
    font-size: 40px;    
    position: absolute;
    bottom: 0px;   
    text-decoration: none;
    left: 10px;
}

.item span {
    text-transform: uppercase;
    line-height: 5px;
    color: white;
    background: rgba(0,0,0,.75);
    padding: 10px; 
    font-size: 14px;   
}

.item-tour span {
    text-transform: uppercase;    
    color: white;
    font-size: 12px;
}    
    
.item-tour p {
    text-transform: uppercase;    
    color: white;
    font-size: 12px;     
    line-height: 15px;
    margin-top: 10px;
}


.owl-mudra.owl-carousel .owl-prev {
  left: -25px;
  display: flex;  
}
.owl-mudra.owl-carousel .owl-next {
  right: -25px;
  display: flex;  
}

.owl-mudra.owl-carousel .owl-prev:hover,
.owl-mudra.owl-carousel .owl-next:hover {
    background: none;;
  }


.owl-mudra.owl-carousel .owl-prev i,
.owl-mudra.owl-carousel .owl-next i {
  margin: auto;
  font-size: 3.5rem;
}


.owl-mudra.owl-carousel .owl-item.cloned.active,
.owl-mudra.owl-carousel .owl-item.cloned,
.owl-mudra.owl-carousel .owl-item.active {    
    transform: scale(.75);
    transition: all .25s;   
}
.owl-mudra.owl-carousel .owl-item.center.active {   
    transform: scale(1);      
}

.owl-two .owl-item.active { 
  transition:.4s ease all; 
}

.owl-dots .ui-btn {
    background-color: transparent !important;
    border-color: transparent !important;
    color: transparent !important;
    text-shadow: none !important;
}
.owl-dots .ui-btn.ui-corner-all b {
    border-radius: 0 !important;
}
.owl-dots .ui-shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.owl-dots button.ui-btn,
.owl-dots .ui-controlgroup-controls button.ui-btn-icon-notext {
    width: auto !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f9a61a;
}
button.ui-btn,
.ui-controlgroup-controls button.ui-btn-icon-notext {
    width: auto !important;
}

/*test*/
.owl-mudra.owl-carousel .item img {
	display: block;
    width: 100%;
    height: auto;
	max-width: 100%;
}
/*test*/

/* owl nav galeria */
.galeria.owl-carousel .owl-prev i,
.galeria.owl-carousel .owl-next i {
    color: #FFF;
}
.galeria.owl-carousel .owl-prev span:hover,
.galeria.owl-carousel .owl-next span:hover {
    color: yellow;
}
.galeria.owl-carousel .owl-prev,
.galeria.owl-carousel .owl-next {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
}
.galeria.owl-carousel .owl-prev {
    left: 7px;
    left: -50px;
}
.galeria.owl-carousel .owl-next {
    right: 7px;
    right: -50px;
}
.galeria.owl-carousel .owl-nav button.owl-prev,
.galeria.owl-carousel .owl-nav button.owl-next,
.galeria.owl-carousel button.owl-dot:hover {
    padding: 0 10px !important;
}
.galeria.owl-carousel .owl-nav button.owl-prev:hover,
.galeria.owl-carousel .owl-nav button.owl-next:hover,
.galeria.owl-carousel button.owl-dot:hover {
    /*background: rgba(255, 255, 255, .1) !important;*/
    border: none;
}
.galeria.owl-theme .owl-nav [class*=owl-] {
    margin: 0 !important;
}
.galeria.owl-theme .owl-nav .disabled {
    opacity: 0.10;
}
.galeria.owl-carousel .owl-item img {
    border: 2px solid white;
    max-width: 1150px !important;
    margin: 0 auto;
}

/* Fim OWl */

/* Tour 360 */

.tour-container {
    width: 100%;    
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.box-tour {
    position: absolute;
    bottom: 0px;    
    background: #fff;
    padding: 10px;
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, .75);  
    min-width: 150px;
    text-align: center;       
}

.box-tour span {
    color: rgba(0, 0, 0, .5)
}

.pnlm-load-button, .pnlm-load-box {
    position: absolute;
    top: 50%;
    background-color: rgba(0,0,0,.7);
    border-radius: 5px;       
}
.pnlm-load-button {
    width: 100px;
    height: 50px;
    margin: -25px 0 0 -50px;
}

.pnlm-load-button p, .pnlm-load-box p {    
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}

.pnlm-load-button p span {  
    font-size: 2rem;  
    color: rgba(255, 255, 255, .5)  
}

/* Tour 360 */

.box-lupa {
    width: 100%;
    max-width: 1500px;
    position: relative;
  }
  .lupa {
    width: 100%;  
    position: absolute;  
    top: -30px;
    z-index: 10;
  }
  .lupa .fa {
    /*color: #6DC49E !important;*/
    color: black !important;;
  }
  .lupa .fa:hover {
    color: green !important;
  }
  .box-plantas {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .controles {
    width: 100%;    
    position: absolute;        
    z-index: 10;
    padding-top: 1rem;
  }
  .controles .fa {
      /*color: rgba(255,255,255,0.5);*/
      color: rgba(174, 147, 96, 0.75);
      transition: all .25s;
      font-size: 2rem;
  }
  .controles .fa:hover {
    color: rgba(255,255,255,1) !important;
    transform: scale(1.25);
  }

.nav-mudra img {
    max-height: 70px;
}

/* jquert mobile adjusts*/
.ui-page-theme-a a:hover, html .ui-bar-a a:hover, html .ui-body-a a:hover, html body .ui-group-theme-a a:hover {
    color: inherit !important;
}
.ui-page-theme-a a:visited, html .ui-bar-a a:visited, html .ui-body-a a:visited, html body .ui-group-theme-a a:visited {
    color: inherit !important;
}
.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a {
    color: inherit !important;
    font-weight: 400;
}
.ui-overlay-a .modal, .ui-page-theme-a .modal, .ui-page-theme-a .ui-panel-wrapper .modal {
    color: inherit !important;
}
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    background-color: transparent;
    border-color: transparent;
    color: transparent;
    color: inherit;
    text-shadow: none;
}
.ui-page {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.ui-content {
    padding: 0;
    overflow: hidden;
}

/* removing blue outline from buttons */
button:focus, button:active {
    outline: none !important;
}
/* jquert mobile FIM */

/* media queries */

@media (min-width: 1400px)  {
    .container {
        max-width: 1340px;
    }
}

@media (min-width: 1600px)  {
    .container {
        max-width: 1540px;
    }		
}

@media (min-width: 1900px)  {
    .container {
        max-width: 1840px;
    }
}

@media (max-width: 1366px)  {
    .box-iframe .figlio {
        max-width: 90%;
        padding: 0 !important;   
    }
    .venoframe {        
        height: 45vh !important;
    }
	.geral-local  {
    margin-top: auto;
 }
}

@media (min-width: 1500px) {
    .ui-mobile .ui-page-active {
        overflow: hidden;
    }  
    .bg-link-03 h1 {
        margin-left: -10%;    
    }  
}

@media (max-width: 1500px)  {
    .geral {
        height: 100%;    
        padding-top: 20px;
        padding-bottom: 70px;
    }
    
}

@media (max-width: 1200px)  {
    .box-a-rjzcyrela {    
        padding: 30px 15px;
    }
    .owl-mudra.owl-carousel .owl-prev i,
    .owl-mudra.owl-carousel .owl-next i {       
        font-size: 2rem;
    }
    .controles .fa {        
        font-size: 2rem;
    } 
    .bg-link-03 h1 {
        margin-left: 10% !important;    
    } 	
	.img-loc-01 {
		display: none;
	}
	.img-loc-02 {
		display: block;
		margin-top: -20px;
	}

	.box-legenda-loc {
		display: block;
	}
       
}


@media (max-width: 1366px) {    
    /*css*/	
    .owl-mudra.owl-carousel .owl-nav img {
        transform: scale(.85) !important;        
    }    
    .logo-mudra {
        max-width: 250px;
		background: rgba(255,255,255,.7);
		border: 1px solid #ba9a5b;
    }
    
    .align-impla.align-items-center {
        -ms-flex-align: start!important;
        align-items: start!important;      
    }
    .bg-link-03 h1 {
        margin-left: -40%;    
    } 
  
}

/*
@media (min-width: 1367px) and (max-width: 1440px) and (orientation: landscape) {
    .vbox-container img {        
        max-height: 650px;
    }    
}
*/

/* Bootstrap custom */
@media (min-width: 1400px) {    
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    } 
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }       
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }   
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-xxl-1 {
        margin-left: 8.333333%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.333333%;
    }
}