body{
    /*background: #235648!important;*/
   /*color:#f2f2f2!important;*/
    /*background: #d2cbb3!important*/
    /*background: #d4d1c5;*/
    background: #f2f2f2;
    padding-top: 100px;
    font-family: 'Nunito', sans-serif;
}
@font-face {
  font-family: 'MontserratBold';
  src:   url('../fonts/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'MontserratRegular';
  src:   url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Nunito';
  src:   url('../fonts/Nunito-Regular.ttf') format('truetype');
}
h1,h2,h3,h4,h5{
    font-family: 'MontserratBold', cursive;
}
/*.carousel-inner>.item>img{
    width: 100%;
    height: 100vh
}*/
.carousel-inner,
.carousel-inner .item,
.imagecarousel.item1,
.imagecarousel.item2,
.imagecarousel.item3{
    /*width: 100%;
    height: 100vh*/
}
.imagecarousel.item1,
.imagecarousel.item2,
.imagecarousel.item3{
     background-position: center center;
     background-size: cover;
     width: 100%;
     height: 100%;
     opacity:.7
}
.imagecarousel.item1{
     background-image: url(../img/intro1.jpg);
}
.imagecarousel.item2{
    background-image: url(../img/intro2.jpg);
}
.imagecarousel.item3{
    background-image: url(../img/intro3.jpg);
}
.navbar-brand{
    height: auto;
    padding:5px 15px;
}
.navbar-fixed-top{
    background: #f2f2f2;
    border-bottom: 2px solid #f90;
    box-shadow: 1px 1px 5px #444;
}
.navbar-nav{
    margin: 0!important;
}
.navCustom {
    display: block;
    clear: both;
}
.navbar-nav>li>a{
    font-weight: 600;
    transition:all .5s ease;
    padding:0 10px 5px 10px;
}
.navbar-nav.navbar-right>li>a{
    padding:30px 10px;
    /*border-left: 1px solid rgba(25, 82, 60, 0.15);*/
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus
{
    color: #556f66;
    background: none;
}
.navbar-nav>li>a:not(.noBorder):hover,
.navbar-nav>li>a:not(.noBorder):active,
.navbar-nav>li>a:not(.noBorder):focus
{
    border-bottom:2px solid #556f66;
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus{
    background: #81978f;
    color:#fff;
}

.dropdown-menu{
    /*background: #466d62;*/
    padding:0;
}
.dropdown-menu>li>a{
    padding:10px 20px;
    transition: all .5s ease;
    color:#fff;
}
.navbar-nav>li>.dropdown-menu{
    background: #81978f;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #5d7b73;
}

.table {
    display: table;
    table-layout: fixed;
    padding: 20px 0;
}
.innerTable {
    display: table-cell;
    vertical-align: middle;
}
.block{
    display: block!important;
    float:none!important;
}
.inlineBlock{
    display: inline-block;
}
.paddingAll{
    padding:10px!important;
}
.marginBottomBig{
    margin:0 0 60px 0!important;
}
.navbar-toggle .icon-bar{
    background:#fff;
}
.gradiente {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    /*z-index: 1;*/
}
.ctnNotice{
    /*border: 1px solid #a5bfbf;*/
    position:relative;
}
.notice{
    /*border: 1px solid #ccc;*/
    position:relative;
    padding:10px;
    z-index: 1
}

.cliping {
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #89c39d;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.clipingLeft{
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: #89c39d;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
}
.clipingRight{
    -webkit-clip-path: polygon(64% 50%, 100% 50%, 100% 100%, 0 100%);
clip-path: polygon(64% 50%, 100% 50%, 100% 100%, 0 100%);
    background: #ff7f32;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
}
.navbar-toggle .icon-bar {
    background: #54986c;
}
.navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
}
.navbar-toggle{
    margin-right: 20px;
    margin-top: 33px;
    margin-bottom: 0;
}
.carousel-caption{
    text-shadow:0 1px 2px rgba(0,0,0,0.9);
    background: rgba(0,0,0,.2);
    padding:10px;
}

.titleBrown{
  color:#a26d6d!important
}
hr.SprContentBig {
    margin: 20px 0;
}
hr {
    border: none;
    border-bottom: 1px solid #bfbfab;
    box-shadow: 0 2px 0 #e0dede;
    /*border-bottom: 1px solid #f5f5f5;
    box-shadow: 0 2px 0 #f9f9f9;*/
    clear: both;
}

.ctnIconhome{
    color: #2d2d2d;
    background: #cecece;
    border-style: solid;
    border-color: #f4f4f4;
    border-width: 0px;
    padding:5px 30px 0 30px;
    line-height: 80px;
    border-radius: 80px;
    font-size: 23px;
    display: table !important;
    margin:0 auto;
}