*{
    margin: 0px;
    padding: 0px;
}
body, html{
    color: #3d3e3f;
    font-size: 18px;
    overflow-x: hidden !important;
    overflow-y: auto;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
a{
    color: #3d3e3f;
}
header{
    background: rgba(255,255,255,0.4);
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    max-height: 135px;
}
.tel-header{
    font-size: 19px;
    text-decoration: none !important;
}
.dir-header{
    font-size: 18px;
    text-decoration: none !important;
}
#logo{
    margin-top: 15px;
}
.font-gray{
    color: #3d3e3f;
}
.font-green{
    color: #849153;
}
.font-white{
    color: #fff;
}
.bg-gray{
    background: #3d3e3f;
}
.bg-green{
    background: #849153;
}
.bg-green-2{
    background: #8b9247;
}
.underline-gray, .underline-green, .underline-white{
    height: 4px;
    margin: 0 auto;
    width: 100px;
}
.underline-gray{
    background: #3d3e3f;
}
.underline-green{
    background: #849153;
}
.underline-white{
    background: #fff;
}
.title-0{
    font-size: 48px;
    text-transform: uppercase;
}
.title-1{
    font-size: 36px;
    text-transform: uppercase;
}
.title-2{
    font-size: 24px;
    text-transform: uppercase;
}
.title-3{
    font-size: 20px;
    text-transform: uppercase;
}
.title-1 strong{
    font-weight: 600;
}
.space-100{
    margin-bottom: 100px;
}
.space-1{
    margin-bottom: 50px;
}
.space-2{
    margin-bottom: 20px;
}
.space-3{
    margin-bottom: 15px;
}
.bg-cover{
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}
h3{
    font-weight: 600;
}
.no-padding-L{
  padding-left: 1px;
}
.no-padding-R{
  padding-right: 1px;
}
.no-padding{
  padding-left: 1px;
  padding-right: 1px;
}
.margin-bott-15{
  margin-bottom: 15px;
}
.bg-gray-light{
    background: #f3f0eb;
}
.border-1-gray{
    border: 1px solid #3d3e3f;
}
.border-2-gray{
    border: 2px solid #3d3e3f;
}
.border-5-green{
    border: 5px solid #849153;
}
.border-1-green{
    border: 1px solid #849153;
}
.border-2-green{
    border: 2px solid #849153;
}
label{
    font-weight: 300;
}
.bold{
    font-weight: 600;
}
.wr{
    position: relative;
    z-index: 9;
}
.font-light{
    font-weight: 300;
}
a:hover{
    text-decoration: none;
    color: inherit;
} 
.map{
    background: url(../images/balls.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
}
.space-0{
    margin-bottom: 0px !important;
}
.anim-transparent-to-black{
    background: rgba(0,0,0,0);
    -webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.anim-transparent-to-black:hover{
    background: rgba(0,0,0,1) !important;
}
.overlay-black-40, .overlay-black-60{
    position: relative !important;
}
.overlay-black-40:before, .overlay-black-60:before{
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.4);
    height: 100%;
    top: 0px;
    left: 0px;
}
.overlay-black-60:before{
    background: rgba(0,0,0,0.6);
}
footer{
    padding-bottom: 0px;
    padding-top: 50px;
    font-size: 20px;
}
footer address, footer p{
    margin-bottom: 0px !important;
}
footer #foot{
    font-size: 14px;
    padding-top: 40px;
    padding-bottom: 10px;
}
#social-foot{
    position: absolute;
    top: 20px;
    right: 0px;
}
#social-foot > li{
    width: 50px;
    height: 50px;
    margin-left: 5px;
    background: #fff;
    padding: 10px;
}
#social-foot > li a{
    font-size: 20px;
    -webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.bg-white{
    background: #fff;
}
#social-foot > li:hover{
    background: #000;
}
#social-foot > li:hover a{
    color :#fff;
}
.font-normal{
    font-weight: 400;
}
#banner-top-section{
    position: relative;
    margin-top: 150px;
    height: 200px;
}
.title-xlarge{
    font-size: 60px;
}
.border-10-gray{
    border: 10px solid #3d3e3f;
}
.inclinacion-3-pos, .inclinacion-3-neg{
    position: relative !important;
}
.inclinacion-3-pos:before, .inclinacion-3-neg:before{
    content: "";
    position: absolute;
    z-index: 99;
    display: block;
    width: 101%;
    background: inherit;
    height: 120px;
    top: -50px;
    left: -10px;
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}
.inclinacion-3-neg:before{
    left: -10px;
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.no-border-rounded{
    -webkit-border-radius: 0px;/*Safari, Chrome*/
-moz-border-radius: 0px;/*Firefox*/
border-radius: 0px;
}
.cut-bg-10-left{
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
}
.cut-bg-10-right{
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}
.parallax-effect{
    background-attachment: fixed !important;
}
.icon-effect-white{
    opacity: 0.8;
    -webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.icon-effect-white:hover{
    opacity: 1;
}
.border-top-gray{
    border-top: 1px solid #3d3e3f;
}