.svg-logoe, .svg-logod, .svg-logo1, .svg-logo2, .svg-vector, .svg-plano, .svg-slogan{
    opacity: 0;
}
.seo1 {
    display: none;
}
.pfix1{
    margin-bottom: 5px;
}
.horfix{
    font-size: .7em;
    margin-bottom: 0;
}
#gmap_canvas {
    height:440px;
    width:100%;
}
#contact{
    overflow: hidden;
}
#gmap_canvaso {
    font-size: .75em;
    color:#bc9493;
    height:450px;
    width:100%;
    position: relative;
    top: -450px;
    background-color: rgba(255,255,255,.25);
    line-height: 100px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #4C0000;
    background-color: #fff;
    border-color: #fff;
}
/* Arrows */
.arrows {
    opacity: 0;
    width: 60px;
    height: 73px;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
}
.arrows path.a1 {
    stroke: #4C0000;
}
.arrows path.a2 {
    stroke: #865352;
}
.arrows path.a3 {
   /* stroke: #a36b6a; /25% + claro  */
    stroke: #bc9493; /50% + claro
}
.arrows path {
    stroke: #4C0000;
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}
@keyframes arrow {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes arrow {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}
.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
}
.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}
.fixper {
    padding: 5% 0;
}
.stylefix {
    list-style-type: none;
}
/* end Arrows*/
html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: Merriweather, 'Helvetica Neue', Arial, sans-serif;
}
hr {
    max-width: 50px;
    border-color: #865352;
    border-width: 3px;
}
#footer ol,
#footer ul {
    margin-top: 10px !important;
}
hr.light {
    border-color: #fff;
}
a {
    color: #865352;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
a:hover,
a:focus {
    color: #4C0000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}
.bg-primary {
    background-color: #865352;
}
.bg-dark {
    color: #fff;
    background-color: #222;
}
.bg-dark p {
    margin: 8px 0 0;
    font-size: 14px;
    padding: 10px;
}
.bg-dark p:focus {
    outline: none;
}
.bg-dark .col-lg-2 {
    margin-top: 35px;
}
.bgdh {
    color: #4C0000 !important;
    cursor: pointer;
}
.em1 {
    color: #fff;
}
.em1:hover {
    text-decoration: none;
    color: #fff;
}
.bg-white {
    color: #222;
    background-color: #fff;
}
.text-faded {
    color: rgba(255, 255, 255, .7);
}
section {
    padding: 0;
}
aside {
    padding: 50px 0;
}
.no-padding {
    padding: 0;
}
.navbar-default {
    border-color: rgba(34, 34, 34, .05);
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    background-color: #fff !important;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    color: #865352;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #4C0000;
}
.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}
.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #865352;
}
.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #4C0000!important;
    background-color: transparent;
}
.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}
@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(125, 125, 125, .3);
        background-color: rgba(255, 255, 255, .1);
    }
    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, .7);
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }
    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #865352;
    }
    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #4C0000;
    }
    .navbar-default.affix {
        border-color: rgba(34, 34, 34, .05);
        background-color: #fff;
    }
    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #865352;
    }
    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #4C0000;
    }
    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }
    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #865352;
    }
}
header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/header.jpeg);
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}
header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}
header .header-content .header-content-inner hr {
    margin: 30px auto;
}
header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, .7);
}
@media(max-width:768px) {
    header {
        min-height: 100%;
    }
    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media(min-width:768px) {
    .arrows {
        margin: 0;
    }
    header {
        min-height: 100%;
    }
    header .header-content {
        position: absolute;
        top: 55%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }
    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}
.section-heading {
    margin-top: 0;
}
.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}
@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}
.service-box ul,
.csection ul {
    padding: 0;
}
.service-box li,
.csection li {
    margin: 5%;
}
.service-box p,
.csection p {
    margin-bottom: 0;
    color: #4C0000;
    background-color: rgba(255, 255, 255, .65);
}
.projects-box ul {
    padding: 0;
}
.projects-box li {
    margin: 4%;
    padding: 2%;
}
.projects-box a {
    outline-color: transparent;
    margin-bottom: 0;
    cursor: default;
    text-decoration: none !important;
}
.projects-box li:hover {
    background-color: #eee;
}
.projects-box a:link {
    text-decoration: none !important;
    outline-color: transparent;
}
.projects-box a:visited {
    outline-color: transparent;
    text-decoration: none !important;
}
.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}
.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240, 95, 64, .9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}
@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}
.call-to-action h2 {
    margin: 0 auto 20px;
}
.text-primary {
    color: #865352;
}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}
.btn-default .badge {
    color: #fff;
    background-color: #222;
}
.btn-primary {
    border-color: #4C0000;
    color: #fff;
    background-color: #4C0000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #865352;
    color: #fff;
    background-color: #4C0000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #865352;
    background-color: #865352;
}
.btn-primary .badge {
    color: #865352;
    background-color: #fff;
}
.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
}
.btn-xl {
    padding: 15px 30px;
}
::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}
::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}
img::selection {
    color: #fff;
    background: 0 0;
}
img::-moz-selection {
    color: #fff;
    background: 0 0;
}
/* Footer */
nav#footer {
    background: #222;
    color: #fff;
    padding: 20px 0 15px 0;
}
nav#footer .fnav {
    vertical-align: middle;
}
ul.footer-social li {
    display: inline-block;
    margin-right: 0px;
}
nav#footer p {
    font-size: 12px;
    margin-top: 20px;
}
#footer i.fa {
    height: 40px;
    width: 40px;
    border: 1px solid #8c8c8c;
    font-size: 20px;
    padding: 15px 15px 5px 5px;
    color: #8c8c8c;
    transition: all 0.5s;
}
#footer i.fa:hover {
    border-color: #865352;
    color: #865352;
}

/*end of footer */
#about1 {
    opacity: 0;
    border-radius: 0;
}
#header .overlay {
    position: inherit;
    height: 750px;
    background-attachment: fixed;
}
.imgvpx {
    vertical-align: middle;
    width: 100%;
}
.aimgvpxx {
    padding: 8px;
    padding-left: 15px;
}
.imgvpxx {
    vertical-align: middle;
    width: 200px;
}
.btnxs {
    margin-right: 15px;
    border-radius: 0;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}
.cservices {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background: url(../img/house2.jpg), linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
    background: url(../img/house2.jpg), -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.coservices {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/house1.jpg);
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.cservices .overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(17%, rgba(0, 0, 0, 0.73)), color-stop(35%, rgba(0, 0, 0, 0.66)), color-stop(62%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000', GradientType=0);
    position: inherit;
    padding: 200px 0;
    background-attachment: fixed;
}
.coservices .overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(17%, rgba(0, 0, 0, 0.73)), color-stop(35%, rgba(0, 0, 0, 0.66)), color-stop(62%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000', GradientType=0);
    position: inherit;
    background-attachment: fixed;
    padding: 200px 0;
}
.cpad {
    padding: 0 0 30px 0;
}
.xsize {
    padding: 200px 0;
}
.xsize1 {
    padding: 0 0 50px 0;
}
.xsize2 {
    padding: 200px 0 30px 0;
}
@media(min-width:992px) {
    #gmap_canvas, #gmap_canvaso, .xsizefix {
        height: 450px;
    }
}
@media(max-width:992px) {
    @media(min-width: 768px) {
        #gmap_canvas, .xsizefix {
            height: 350px;
        }
        #gmap_canvaso {
            line-height: 100px;
            height: 350px;
            top:-350px;
        }
        .pgsmfix {
            top: -50px;
        }
    }
}
@media(max-width:768px) {
    .service-box {
        margin: 20px auto 0;
    }
    #gmap_canvas, .xsizefix {
        height: 250px;
    }
    #gmap_canvaso {
        line-height: 75px;
        height: 250px;
        top: -250px;
    }
}
/* HEADER SOCIAL */
ul.header-social li {
    display: block;
    margin-top: 15%;
}
nav#header p {
    font-size: 12px;
}
.fixsocial i.fa {
    height: 40px;
    width: 40px;
    background: #222;
    opacity: 0.5;
    border: 1px solid #fff;
    font-size: 20px;
    padding: 15px 15px 5px 5px;
    color: #fff;
    transition: all 0.5s;
}
.fixsocial i.fa:hover {
    background: #fff;
    border-color: #4C0000;
    color: #4C0000;
}
.fixsocial {
    left: 2%;
    position: fixed;
    z-index: 1;
    bottom: 10%;
}
.fixsocial .header-social {
    padding: 0;
}
@media(max-width:768px) {
    ul.header-social li {
        display: inline-block;
        margin: 0;
    }
    .fixsocial {
        left: 15px;
        position: fixed;
        bottom: 0;
    }
    #footer .fnav p {
        margin-bottom: 40px;
    }
    .cpad {
        padding: 10px;
    }
    .xsize {
        padding: 75px 0;
    }
    .xsize2 {
        padding: 75px 0 25px 0;
    }
    .coservices .overlay,
    .cservices .overlay {
        padding: 75px 0;
    }
    .arrows {
        opacity: 0;
        width: 30px;
        height: 55px;
        margin-top: 10%;
    }
}
.go {
    -webkit-animation: bounce 1s;
    animation: bounce 1s;
}
@-webkit-keyframes bounce {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-5px);
    }
    40% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(-5px);
    }
    80% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-5px);
    }
}
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-5px);
    }
    40% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(-5px);
    }
    80% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-5px);
    }
}
