body {
    background-color: #fff;
    color: #818181;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.missao {
    border: 3px solid transparent;
    display: inline-block;
    height: 110px;
    line-height: 101px;
    width: 110px;
}
.missao1 {
    border: 3px solid transparent;
    display: inline-block;
    height: 110px;
    line-height: 101px;
    width: 140px;
}
.quemSomos {
    margin-top: 80px;
}
.logo {
    border: 3px solid transparent;
    display: inline-block;
    height: 150px;
    line-height: 101px;
    width: 150px;
}
.logoQuemSomos {
    border: 3px solid transparent;
    display: inline-block;
    height: 110px;
    line-height: 101px;
    width: 276px;
}

.cliente{}
.cliente img{max-width: 150px;margin: 0px auto;}
.imobras img{margin: 0px auto;max-width: 150px;}
.agapito img{margin: 0px auto;max-width: 200px;}


.mvv {clear: both;}
.oculta {font-size: 0; margin: 0; padding: 0;}
ul.menu {}
ul.menu a {}
ul.menu a:hover {color: #007CBF !important;}
.margintop50 {margin-top: 50px;}
.margintop50 p{line-height: 16px;}
.btn-formContato {background-color: #017cc2; border: 1px solid; color: #fff; float: right; margin-bottom: 9px; padding: 10px 62px;}
.corp {border-top: 1px solid #017cbf;}
.footer-itens h3 {
    color: #ababab;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
}
.footer-itens p {line-height: 30px;}
.footer-itens p i {margin-right: 10px;}
.footer-itens span {
    display: block;
    font-size: 12px;
    margin-left: 24px;
    text-align: left;
}
.logo-footer {
    padding: 76px 30px;
}
.servicos {
    margin-bottom: 40px;
}
ul.link-map-site {
    float: right;
    list-style: outside none none;
    margin-top: 8px;
}
ul.link-map-site li {
    display: inline;
}
ul.link-map-site a {
    color: #fff;
    font-size: 12px;
    margin: 6px 8px;
}
ul.link-map-site a:hover {
    color: #007CBF;
    text-decoration: none;
}
.nav-link {
    float: left;
}
.icon-servicos {
    color: #007CBF;
    margin: 38px;
}
.all-services {
    margin-bottom: 80px;
}
.indexservices a {
    background-color: #575656;
    border: 1px solid #575656;
    border-radius: 4px;
    color: #fff;
    padding: 4px 18px;
}
.indexservices a:hover {background-color: #019ee3; border: 1px none;}
.indexSobre h3{color: #017dc1; font-weight: bold; font-size: 28px;}
.indexcontatowbsti a {background-color: #575656; border: 1px solid #575656; border-radius: 4px; color: #fff; padding: 4px 18px;}
.indexcontatowbsti a:hover {background-color: #019ee3; border: 1px none;}


ul.menu li a.Active{
    cursor: default;
    color: #007CBF !important;
}

#nav li a.corrente {
    cursor: default;
    border-left: 10px solid #3172d5;
    border-right: 10px solid #c1d5f2;
    background-color: #6f9ce2;
    color: #fff;
}
.tiposervico{}


figure, p, address {
    margin: 0;
}
p {
    line-height: 26px;
}
iframe {
    border: 0 none;
}
a {
    transition: all 0.3s ease-out 0s;
}
a, a:hover, a:focus, .btn:focus {
    outline: medium none;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #252525;
    font-family: "Open Sans",sans-serif;
}
main > section {
    padding: 70px 0 0;
}
.btn {
    border: 0 none;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
}
.btn-blue {
    background-color: rgba(0, 158, 227, 0.78);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    padding: 15px 55px;
}
.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}
.bg-blue {
    background-color: #009ee3;
}
.btn-effect {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
}
.btn-effect::before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
    color: #009ee3;
}
.btn-effect:hover::before, .btn-effect:focus::before, .btn-effect:active::before {
    transform: scaleX(1);
}
.sec-title {
    margin-bottom: 50px;
}
.sec-title.white {
    color: #fff;
}
.sec-title h2 {
    font-size: 36px;
    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.sec-title.white h2 {
    color: #fff;
}
.sec-title h2::after {
    border-bottom: 1px solid #007cc3;
    bottom: 0;
    content: "";
    display: block;
    left: 43%;
    position: absolute;
    width: 140px;
}
.sec-title.white h2::after {
    border-bottom: 1px solid #fff;
}
.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#preloader {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.preloader {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
}

.preloader span {
    position: absolute;
    display: block;
    bottom: 0;
    width: 9px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    -webkit-animation: preloader 2s infinite ease-in-out;
    animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.preloader span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.preloader span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.preloader span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.preloader span:nth-child(6) {
    left: 55px;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.loder-box {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 1px;
    height: 100px;
    left: 50%;
    margin-left: -64px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 128px;
}
.battery {
    animation: 5s linear 0s normal none infinite running charge;
    border: 1px solid #2e2e2e;
    border-radius: 2px;
    height: 25px;
    margin: 0 auto;
    position: relative;
    top: 35%;
    width: 60px;
}
.battery::after {
    background-color: #2e2e2e;
    border-radius: 0 1px 1px 0;
    content: "";
    height: 10px;
    position: absolute;
    right: -5px;
    top: 7px;
    width: 3px;
}
@keyframes charge {
    0% {
        box-shadow: 0 0 0 #2e2e2e inset;
    }
    100% {
        box-shadow: 60px 0 0 #2e2e2e inset;
    }
}
@keyframes charge {
    0% {
        box-shadow: 0 0 0 #2e2e2e inset;
    }
    100% {
        box-shadow: 60px 0 0 #2e2e2e inset;
    }
}
#navigation {
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 5px 0;
    transition: all 0.6s ease 0s;
}
#navigation.animated-header {
    padding: 20px 0;
}
h1.navbar-brand {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
#home-slider {
    padding: 0;
    position: relative;
}
.sl-slider-wrapper {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.sl-slider {
    left: 0;
    position: absolute;
    top: 0;
}
.sl-slide, .sl-slides-wrapper, .sl-slide-inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.sl-slide {
    z-index: 1;
}
.slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11;
}
.slide-caption .caption-content {
    display: table-cell;
    vertical-align: middle;
}
.caption-content h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.caption-content > span {
    display: block;
    font-size: 24px;
    margin-bottom: 45px;
    text-transform: capitalize;
}
.caption-content p {
    font-size: 29px;
    margin-bottom: 65px;
}
.sl-content-slice {
    backface-visibility: hidden;
    background: #fff none repeat scroll 0 0;
    box-sizing: content-box;
    opacity: 1;
    overflow: hidden;
    position: absolute;
}
.sl-slide-horizontal .sl-content-slice {
    height: 50%;
    left: -200px;
    transform: translateY(0%) scale(1);
    width: 100%;
}
.sl-slide-horizontal .sl-content-slice:first-child {
    padding: 200px 200px 0;
    top: -200px;
}
.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    padding: 0 200px 200px;
    top: 50%;
}
.sl-slide-vertical .sl-content-slice {
    height: 100%;
    top: -200px;
    transform: translateX(0%) scale(1);
    width: 50%;
}
.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0 200px 200px;
}
.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0;
}
.sl-content-wrapper {
    position: absolute;
}
.sl-content {
    height: 100%;
    width: 100%;
}
.fancybox-item.fancybox-close {
    background: transparent url("../img/icons/close.png") no-repeat scroll 0 0;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
}
.fancybox-next span {
    background: #007cc3 url("../img/right.png") no-repeat scroll center center;
    height: 50px;
    right: 0;
    width: 50px;
}
.fancybox-prev span {
    background: #007cc3 url("../img/left.png") no-repeat scroll center center;
    height: 50px;
    left: 0;
    width: 50px;
}
#about {
    background-color: #009ee3;
    color: #fff;
}
#about h3 {
    color: #fff;
    margin: 0 0 35px;
    text-transform: uppercase;
}
#about .welcome-block h3 {
    margin: 0 0 65px;
}
#about .welcome-block img {
    border: 3px solid #fff;
    border-radius: 50%;
    margin-right: 35px;
    max-width: 100px;
}
#about .message-body {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 70px;
}
.owl-buttons {
    border: 2px solid #fff;
    display: inline-block;
    float: right;
    padding: 1px 8px 5px;
}
.owl-buttons > div {
    display: inline-block;
    padding: 0 5px;
}
.welcome-message {
    padding: 0 50px;
}
.welcome-message img {
    display: block;
    float: left;
    height: auto;
    max-width: 100px;
}
.welcome-message p {
    font-size: 13px;
    margin-left: 135px;
}
.service-icon {
    border: 3px solid transparent;
    display: inline-block;
    height: 85px;
    line-height: 101px;
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
    width: 85px;
}
.service-item:hover .service-icon {
    border: 3px solid #007cc3;
    color: #007cc3;
    margin-bottom: 20px;
}
.service-icon i {
    transform: rotate(0deg);
}
.service-item h3 {
    font-size: 20px;
    text-transform: uppercase;
}
.project-wrapper {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.project-wrapper li {
    display: inline-block;
}
.portfolio-item {
    cursor: pointer;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
    width: 32%;
}
figcaption.mask {
    background-color: rgba(54, 55, 50, 0.79);
    bottom: -126px;
    color: #fff;
    padding: 25px;
    position: absolute;
    text-align: left;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.portfolio-item:hover figcaption.mask {
    bottom: 0;
}
figcaption.mask h3 {
    color: #fff;
    margin: 0;
}
ul.external {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -47px;
    transition: all 0.4s ease 0s;
}
ul.external li {
    display: inline-block;
}
ul.external li a {
    background-color: rgba(255, 255, 255, 0.9);
    color: #818181;
    display: block;
    padding: 10px 18px 13px;
    transition: all 0.5s ease 0s;
}
ul.external li a:hover {
    background-color: #009ee3;
    color: #fff;
}
.portfolio-item:hover ul.external {
    top: 0;
}
.fancybox-skin {
    border-radius: 0;
}
.fancybox-title.fancybox-title-inside-wrap {
    padding: 15px;
}
.fancybox-title h3 {
    margin: 0 0 15px;
}
.fancybox-title p {
    color: #818181;
    font-size: 16px;
    line-height: 22px;
}
.fancybox-title-inside-wrap {
    padding-top: 0;
}
#testimonials {
    background-image: url("../img/parallax/testimonial.jpg");
    color: #fff;
    padding: 0;
}
#testimonials .sec-title h2::after {
    border-bottom: 1px solid #fff;
}
#testimonials .overlay {
    background-color: rgba(15, 155, 224, 0.78);
    padding: 70px 0 40px;
}
.testimonial-item {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 64%;
}
.testimonial-item img {
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: auto;
    max-width: 100px;
}
.testimonial-item > div {
    line-height: 30px;
    position: relative;
}
.testimonial-item > div::before {
    background-image: url("../img/icons/quotes.png");
    background-repeat: no-repeat;
    bottom: 127px;
    height: 33px;
    left: -35px;
    position: absolute;
    width: 45px;
}
.testimonial-item > div::after {
    background-image: url("../img/icons/quotes.png");
    background-position: -58px 0;
    background-repeat: no-repeat;
    bottom: -50px;
    height: 33px;
    position: absolute;
    right: 0;
    width: 45px;
}
.testimonial-item > div > span {
    display: inline-block;
    font-weight: 700;
    margin: 40px 0 30px;
    text-transform: uppercase;
}
#testimonials .owl-controls.clickable {
    margin-top: 20px;
    text-align: center;
}
#testimonials .owl-buttons {
    border: 2px solid #fff;
    float: inherit;
}
#testimonials .owl-prev:hover, #testimonials .owl-next:hover {
    color: #fff;
}
.price-table {
    border: 1px solid #e3e3e3;
}
.price-table.featured {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.19);
}
.price-table > span {
    color: #252525;
    display: block;
    font-size: 24px;
    padding: 30px 0;
    text-transform: uppercase;
}
.price-table .value {
    background-color: #f8f8f8;
    color: #727272;
    padding: 20px 0;
    transition: all 0.7s ease 0s;
}
.price-table.featured .value {
    background-color: #009ee3;
    color: #fff;
}
.price-table .value span {
    display: inline-block;
}
.price-table .value span:first-child {
    font-size: 32px;
    line-height: 32px;
}
.price-table .value span:nth-child(2) {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 25px;
}
.price-table .value span:last-child {
    font-size: 16px;
}
.price-table ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.price-table ul li {
    border-top: 1px solid #e3e3e3;
    display: block;
    padding: 25px 0;
    transition: all 0.7s ease 0s;
}
.price-table ul li a {
    display: block;
    text-transform: uppercase;
}
.price-table.featured ul li:last-child, .price-table ul li:last-child:hover {
    background-color: #009ee3;
}
.price-table.featured ul li:last-child a, .price-table ul li:last-child:hover a {
    color: #fff;
}
#social {
    background-image: url("../img/slider/banner.jpg");
    padding: 0;
}
#social .overlay {
    background: transparent url("../img/slide_bg.png") repeat scroll 0 0;
    padding: 100px 0 120px;
}
.social-button {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.social-button li {
    display: inline-block;
}
.social-button li:nth-child(2) {
    margin: 0 75px;
}
.social-button li a {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 90px;
    line-height: 96px;
    transition: all 0.2s ease 0s;
    width: 90px;
}
.social-button li a:hover {
    border: 2px solid #008ecc;
    color: #008ecc;
}
.input-field {
    margin-bottom: 10px;
}
.form-control {
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    color: #818181;
    font-size: 16px;
    height: 50px;
}
textarea.form-control {
    height: 165px;
    width: 100%;
}
#submit:hover {
    color: #fff;
}
#submit::before {
    background-color: #0a85bb;
}
#submit.btn-effect::after {
    background: #2e2e2e none repeat scroll 0 0;
}
.contact-details h3 {
    border-bottom: 1px solid #008ecc;
    color: #ababab;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.contact-details p {
    line-height: 30px;
}
.contact-details p i {
    margin-right: 10px;
}
.contact-details span {
    display: block;
    font-size: 12px;
    margin-left: 24px;
    text-align: left;
}
#google-map {
    padding: 0;
}
#map-canvas {
    height: 300px;
    width: 100%;
}
#footer {
    background-color: #2e2e2e;
    padding: 10px 0;
}
.footer-content {
    margin: 0 auto;
    width: 390px;
}
.footer-content > div {
    margin-bottom: 40px;
}
.footer-content > div > p:first-child {
    margin-bottom: 15px;
    text-transform: uppercase;
}
.subscribe-form {
    position: relative;
}
.subscribe.form-control {
    background-color: transparent;
    border: 1px solid #7f7f7f;
}
.subscribe.form-control:focus {
    box-shadow: none;
}
.submit-icon {
    background-color: #7f7f7f;
    border: 0 none;
    border-radius: 0;
    color: #c1c1c1;
    overflow: hidden;
    padding: 13px 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.submit-icon .fa-paper-plane {
    position: relative;
    top: 0;
    transform: translateX(0px);
    transition: all 0.3s ease 0.2s;
}
.submit-icon:hover .fa-paper-plane {
    position: relative;
    top: -37px;
    transform: translateX(30px);
}
.footer-content .footer-social {
    margin: 40px 0 35px;
}
.map-site ul {
    list-style: outside none none;
    margin-top: 0;
    padding: 0;
    text-align: right;
}
.map-site h5 {
    text-align: right;
}
.map-site ul li {
    display: inline-block;
    margin: 0;
    text-align: center;
}
.map-site h5 {
    color: #ababab;
    float: right;
    font-size: 12px;
}
.map-site ul li a {
    color: #ababab;
    display: block;
    transition: all 0.2s ease 0s;
}
.map-site ul li a:hover {
    color: #009ee3;
}
.footer-social {
    color: #ababab;
    font-size: 12px;
    text-align: justify;
}
.footer-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-social ul li {
    display: inline-block;
    margin: 0 10px;
}
.footer-social p {
    color: #ababab;
}
.footer-social ul li a {
    color: #7f7f7f;
    display: block;
    transition: all 0.2s ease 0s;
}
.footer-social ul li a:hover {
    color: #009ee3;
}
.footer-content > p {
    color: #ababab;
    font-size: 12px;
}
@media (min-width: 980px) and (max-width: 1150px) {
    #about .welcome-block img {
        margin-bottom: 30px;
    }
    figcaption.mask {
        bottom: -151px;
    }
    .testimonial-item > div::after {
        bottom: -40px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .caption-content h2 {
        font-size: 40px;
    }
    .caption-content p {
        font-size: 25px;
    }
    .caption-content strong {
        font-size: 45px;
    }
    .recent-works {
        margin-bottom: 50px;
    }
    .service-item {
        margin-bottom: 50px;
    }
    .portfolio-item {
        width: 48%;
    }
    .testimonial-item {
        width: 100%;
    }
    .testimonial-item {
        width: 80%;
    }
    .testimonial-item > div::after {
        bottom: -35px;
    }
    .price-table {
        margin-bottom: 50px;
    }
    .contact-form {
        margin-bottom: 65px;
    }
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    .parallax {
    }
    .sec-title h2 {
        font-size: 25px;
    }
    .sec-title h2::after {
        left: 30%;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }
    .caption-content h2 {
        font-size: 18px;
    }
    .caption-content > span {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .caption-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .caption-content strong {
        font-size: 22px;
    }
    .recent-works {
        margin-bottom: 85px;
    }
    #about h3 {
        font-size: 18px;
        margin: 0 0 35px !important;
    }
    #about .owl-buttons {
        margin-top: 20px;
    }
    #about .message-body {
        margin-bottom: 45px;
    }
    #about .welcome-block img {
        margin: 0 25px 15px 0;
    }
    .service-item {
        width: 100%;
    }
    .portfolio-item {
        font-size: 14px;
        margin: 0 auto 10px;
        width: 280px;
    }
    figcaption.mask {
        bottom: -107px;
        color: #fff;
        padding: 15px;
    }
    .fancybox-title h3 {
        font-size: 20px;
    }
    .fancybox-title p {
        font-size: 14px;
    }
    .testimonial-item {
        width: 95%;
    }
    .testimonial-item > div::before, .testimonial-item > div::after {
        background-image: none;
    }
    .testimonial-item > div > span {
        margin: 30px 0 20px;
    }
    .price-table {
        margin-bottom: 50px;
    }
    .social-button li:nth-child(2) {
        margin: 0 25px;
    }
    .social-button li a {
        height: 65px;
        line-height: 71px;
        width: 65px;
    }
    .contact-form {
        margin-bottom: 50px;
    }
    .footer-content {
        width: 100%;
    }
    .footer-social ul li {
        margin: 0 7px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sec-title h2::after {
        left: 38%;
    }
    .caption-content h2 {
        font-size: 35px;
    }
    .caption-content p {
        font-size: 25px;
    }
    .caption-content strong {
        font-size: 35px;
    }
    #about .welcome-block h3 {
        margin: 0 0 35px;
    }
    .service-item {
        margin: 0 auto 50px;
        width: 55%;
    }
    .portfolio-item {
        width: 48%;
    }
    figcaption.mask {
        bottom: -132px;
    }
    .testimonial-item {
        width: 80%;
    }
    .testimonial-item > div::before {
        bottom: 160px;
    }
    .social-button li:nth-child(2) {
        margin: 0 50px;
    }
    .social-button li a {
        height: 90px;
        line-height: 96px;
        width: 90px;
    }
    .price-table {
        margin-bottom: 50px;
    }
    .contact-form {
        margin-bottom: 50px !important;
    }
    .footer-content {
        width: 380px;
    }
}

.btn-whats{
    position: fixed;
    bottom: 82px;
    right: 5px;
    z-index: 1;
}
.btn-whats img{
    max-width: 60px;

}
