.bckWhite{
    background-color: red !important;
}

 .a{
    display: flex;
    justify-content: space-around;
}     
.bckBack{
    background-image: url("../images/wood.png");
    background-repeat:repeat;
    background-color:white;
}
.alignCenter{
    margin-left:auto;
    margin-right:auto;
}

.teste{
    
    /*-moz-box-shadow: inset 0 0px 10px 0px #A9A9A9,inset 0 0px 15px 0px #A9A9A9;
    -webkit-box-shadow: inset 0 0px 15px 0px #A9A9A9,inset 0 0px 15px 0px #A9A9A9;
    box-shadow: inset 0 0px 8px 0px #A9A9A9,inset 0 0px 15px 0px #A9A9A9; */          
    -webkit-box-shadow:inset 0 10px 15px 0px  #e7e7e7;
    -moz-box-shadow:inset 0 10px 15px 0px  #e7e7e7;
    box-shadow: inset 0 10px 15px 0px  #e7e7e7;
}

.borderProducts{
    border:3px solid #fcbe76;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;            
}

.objBrown{
    background-color:#fcbe76 !important;
    color:#994d22;
    font-weight:bold!important;
    border:#fcbe76 3px solid;
    width:82%;
    font-family: 'Montserrat';
}

.fontBrown{
    color:#994d22;
}

.borderLeft{
    border-right:1px solid #C0C0C0;
}

.tabSpace{
    text-indent: 4em;
}

.google-map_1 {
	position: relative;
	width: 100%;
	height: 250px;
}

.alignRigh{
    text-align: right;
}

.fontWhite{
    color:white;
}


.vertical-center{
    margin-top: 20px;
}

.shadowBottom{
    -webkit-box-shadow:0px 15px 15px #C6C6C6;
    -moz-box-shadow:0px 15px 15px #C6C6C6;
    box-shadow:0px 15px 15px #C6C6C6;
}

.contactInAdd{
    padding-left:25px !important;
}


.port-title{
    opacity: 1 !important;
}

.obj:hover { opacity: 1; }

.obj{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
}

.obj a.center-icon {
    display: block;
    opacity: 1!important;
    color: white;
    font-size: 60px;
    margin-top:42%;
}

.sticky-side-element {
    position: fixed;
    top: 22%;
   /* margin-top: -24px;*/
    /*left: auto;*/
    /*right: -42px;*/
    right: -40;
    height: 58px;
    line-height: 58px;
    padding: 0 15px;
    background-color:rgba(251, 190, 118, 1);
    color: #994d22;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    z-index: 999;
    border-top: 1px solid #994d22;
    border-left: 1px solid #994d22;
    border-right: 1px solid #994d22;
}

.sticky-side-element:hover{
    color:white;
}

.verticalAlign{
  display: flex;
  align-items: center;
}
