* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    list-style: none;
}

@font-face {
    font-family: Kiona;
    src: url(../fonts/Kiona-Regular.ttf);
}

@font-face {
    font-family: Couture;
    src: url(../fonts/couture-bld.otf);
}

body {
    color: #333;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Kiona';
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.logo {
    font-family: 'Couture';
}

p {
    font-size: 18px;
    color: #808080;
    line-height: 1.6;
    word-spacing: 1px;
    margin: 0;
    text-align: justify;
}

.card-body p {
    justify-content: center;
    padding-left: 15px;
    text-align: justify;
}

img {
    width: 100%;
    height: auto;
}

video {
    width: 100%;
    height: auto;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.section-head {
    text-align: center;
    margin-bottom: 80px;
}

div .border-title {
    border-bottom: 1px solid #b1b1b1;
    padding: 5px 0;
    margin-bottom: 15px;
}

div .border-title2 {
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    padding: 5px 0;
    margin-bottom: 15px;
}

div .border-title3 {
    background-color: #d2d2d2;
    padding: 5px 0;
    margin-bottom: 15px;
}

.title {
    font-family: Kiona;
    color: #808080;
    display: inline-block;
    font-size: 30px;
    letter-spacing: .5vh;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}

.title2 {
    font-family: Kiona;
    color: #808080;
    display: inline-block;
    font-size: 32px;
    letter-spacing: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}

.title3 {
    font-family: Kiona;
    color: #868686;
    display: inline-block;
    font-size: 24px;
    letter-spacing: 5px;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.title-about {
    font-family: Kiona;
    color: #808080;
    display: inline-block;
    font-size: 36px;
    letter-spacing: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}

.title-background {
    background-color: #d2d2d2;
    padding: 5px;
    width: 50%;
    margin: auto;
    margin-top: -16px;
}

.title-background p {
    color: #808080;
    text-align: center;
}

.services {
    font-family: Kiona;
    color: #808080;
    display: inline-block;
    font-size: 32px;
    letter-spacing: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}

/* .title:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #808080;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
}

.title:before {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(1, 1, 1, 0.05);
    position: absolute;
    bottom: 0;
    left: 0;
} */

.title-left {
    text-align: left;
    margin-bottom: 30px;
}

.title-center {
    text-align: center;
    margin-bottom: 30px;
}

.title-left:after {
    left: 0;
}

.bg-gray {
    background: #f7f7f7;
}

.bg-gray .title:before {
    background: #ddd;
}

.bg-gray .owl-theme .owl-dots .owl-dot span {
    background: #777;
}

.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100% !important;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img .title:before {
    background: rgba(255, 255, 255, 0.1);
}

.bg-video {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
	background-image: none;
    background-size: cover;  
}

.bg-video .video-background {
    position: absolute;
    left: 0;
	top: 0;
	width: 100%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -100;
}

.section-padding {
    padding: 100px 0;
}

.section-ptb {
    padding: 80px 0;
}

.section-pt {
    padding: 80px 0 0;
}

.section-pb {
    padding: 0 0 80px;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(150, 150, 150, 0.4);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #808080;
}

.buton,
.buton-contact {
    position: relative;
    cursor: pointer;
}

.buton button,
.buton-contact button,
.buton a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    width: 130px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.buton button:before,
.buton-contact button:before,
.buton a:before {
    content: attr(back);
    font-family: "Font Awesome\ 5 Free";
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    color: #b1b1b1;
    border: 1px solid #b1b1b1;
    line-height: 38px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: translateY(-100%) rotateX(90deg);
    transform: translateY(-100%) rotateX(90deg);
}

.buton button:after,
.buton a:after {
    content: attr(front);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b1b1b1;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
}

.buton-contact button:after {
    content: attr(front);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
}

.buton button:hover:before,
.buton-contact button:hover:before,
.buton a:hover:before {
    -webkit-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
}

.buton button:hover:after,
.buton-contact button:hover:after,
.buton a:hover:after {
    -webkit-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
}

.buton-bord button:before,
.buton-bord a:before {
    background: #d2d3d5;
    color: #fff;
}

.buton-bord button:after,
.buton-bord a:after {
    background: transparent;
    color: #9c9c9c;
    border: 1px solid #d2d3d5;
}

.buton-lg button,
.buton-lg a {
    width: 160px;
}

.buton-dark button:before,
.buton-dark a:before {
    color: #222;
    border: 1px solid #222;
}

.buton-dark button:after,
.buton-dark a:after {
    background: #222;
}

.btn,
.btn-link,
.card-header,
.card {
    background-color: white;
    border: none;
    font-size: 25px;
}

.btn,
.btn-link {
    color: #808080;
    font-family: 'Kiona';
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-link:hover {
    color: #808080;
}

.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
}

.navbar .icon-bar {
    color: #626262;
}

.navbar .navbar-nav .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #626262;
    letter-spacing: .5px;
    margin: 12px 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.navbar .navbar-nav .active {
    color: #808080 !important;
}

.nav-scroll {
    background: #fff;
    border-bottom: 1px solid rgba(12, 12, 12, 0.04);
    padding: 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.nav-scroll .icon-bar {
    color: #626262;
}

.nav-scroll .navbar-nav .nav-link {
    color: #626262;
}

.nav-scroll .logo {
    padding: 20px 0;
    color: #626262;
}

.nav-scroll .logo:hover {
    color: #626262;
}

.logo {
    padding: 0;
    width: 160px;
    height: auto;
}

.header {
    min-height: 50vh;
    margin-top: 130px;
}

.header .caption {
    margin-top: 50px;
}

.header .caption h2 {
    font-weight: 200;
}

.header .caption h2 {
    margin: 10px 0;
    padding: 5px;
}

.header .arrow {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;
}

.header .arrow i {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.header .arrow i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.header .content h4 span {
    color: #3a3a3a;
    font-weight: bold;
}


.header2 {
    min-height: 50vh;
}

.header2 .caption {
    margin-top: 50px;
}

.header2 .caption h2 {
    font-weight: 200;
}

.header2 .caption h2 {
    margin: 10px 0;
    font-size: 35px;
}

.header2 .arrow {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;
}

.header2 .arrow i {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.header2 .arrow i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.header2 .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.hero .lines {
    position: relative;
    margin: auto;
    width: 65%;
    height: auto;
}

.hero .lines2 {
    position: relative;
    margin: auto;
    width: 45%;
    height: auto;
}

.hero .hero-img {
    padding: 0 20px 0 0;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
}

/* .hero .hero-img:hover {
    padding: 0 0 0 20px;
}

.hero .hero-img:hover:after {
    background: #C49B66;
    left: 5px;
    top: -15px;
    right: 15px;
    bottom: 15px;
}

.hero .hero-img:after {
    content: '';
    background: #f5f5f5;
    position: absolute;
    left: 15px;
    right: 5px;
    top: 15px;
    bottom: -15px;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
} */

.hero .content h4 {
    font-size: 25px;
}

.hero .content p {
    margin-bottom: 15px;
}

.hero .content p span {
    font-weight: 700;
}

.hero .content .social-icon span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #eee;
    margin: 15px 5px 15px 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.hero .content .social-icon span:hover {
    background: #b1b1b1;
    border-color: #b1b1b1;
    color: #fff;
}

.hero .content .buton {
    margin-top: 30px;
}

.products .row {
    padding: 40px 0;
    border-bottom: 2px solid #808080 !important;
}

.products .products-video {
    padding: 0 20px;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.products .content {
    padding: 10px 20px;
}

.products .content .titulo {
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
}

.products .content .subtitulo {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 30px;
}

.products .content .buton-left {
    padding-top: 50px;
    float: left;
}

.products .content .buton-right {
    padding-top: 50px;
    float: right;
}

.services .item {
    text-align: center;
    padding: 40px 15px;
}

.services .item .icon {
    font-size: 33px;
    color: #808080;
    margin-bottom: 30px;
}

.services .item h6 {
    font-size: 22px;
    margin-bottom: 15px;
}

.services .active {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    position: relative;
}

.services .active.bolt:before,
.services .active.bolt:after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    bottom: -15px;
    z-index: 4;
}

.services .active.bolt:before {
    left: -15px;
}

.services .active.bolt:after {
    right: -15px;
}

.services .bord {
    border-bottom: 1px solid #eee;
}

.portfolio {
    overflow: hidden;
}

.portfolio .filtering span {
    padding: 8px 20px;
    margin: 0 5px;
    color: #777;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 10px;
}

.portfolio .filtering .active {
    color: #fff;
    background: #b1b1b1;
    border-color: #b1b1b1;
}

.portfolio .filtering .active:after {
    bottom: 0;
    top: calc(100% - 1px);
    opacity: 1;
}

.portfolio .filtering .active:before {
    top: 0;
    opacity: 1;
}

.portfolio .items {
    padding: 0 15px;
    margin-bottom: 30px;
}

.portfolio .item-img {
    position: relative;
    overflow: hidden;
}

.portfolio .item-img h5 {
    color: #808080;
    font-size: 16px;
    position: relative;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .6s;
    transition: all .6s;
    opacity: 0;
    z-index: 5;
    font-family: 'Kiona';
}

.portfolio .item-img h6 {
    color: #808080;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all .6s;
    transition: all .6s;
    opacity: 0;
    z-index: 5;
    font-family: 'Kiona';
}

.portfolio .item-img .link {
    position: absolute;
    bottom: 10px;
    right: 30px;
    color: #626262;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 5;
    opacity: 0;
}

.portfolio .item-img .link2 {
    position: absolute;
    bottom: 38px;
    right: 30px;
    color: #626262;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 5;
    opacity: 0;
}

.portfolio .item-img-overlay {
    position: absolute;
    font-family: 'Kiona';
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: transparent;
    z-index: 2;
}

.portfolio .item-img-overlay:before,
.portfolio .item-img-overlay:after {
    content: '';
    position: absolute;
    width: 0;
    height: 50%;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.portfolio .item-img-overlay:before {
    left: 0;
    top: 0;
}

.portfolio .item-img-overlay:after {
    right: 0;
    bottom: 0;
}

.portfolio .item-img-overlay:hover:before,
.portfolio .item-img-overlay:hover:after {
    width: 100%;
}

.portfolio .item-img-overlay:hover h6,
.portfolio .item-img-overlay:hover h5,
.portfolio .item-img-overlay:hover .link,
.portfolio .item-img-overlay:hover .link2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    font-family: 'Kiona';
}

.portfolio .content .contact-right p {
    text-align: right;
}

.portfolio .content .contact-left p {
    text-align: left;
}

/* .blog .owl-carousel .owl-stage-outer {
    padding: 15px 0;
}

.blog .pitem {
    -webkit-box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.1);
}

.blog .pitem .post-img {
    position: relative;
}

.blog .pitem .post-img .tag {
    position: absolute;
    bottom: -15px;
    right: 15px;
    padding: 8px 22px;
    font-size: 11px;
    background: #b1b1b1;
    color: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.blog .pitem .content {
    padding: 45px 15px 15px;
    background: #fff;
}

.blog .pitem h3 {
    font-size: 22px;
    font-weight: 700;
    color: #666;
    margin-bottom: 15px;
}

.blog .pitem p {
    font-size: 14px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f7f7f7;
}

.blog .pitem .info {
    padding-top: 15px;
}

.blog .pitem .info span {
    font-size: 12px;
    color: #999;
}

.blog .pitem .info .more {
    color: #808080;
    border-bottom: 1px solid #eee;
}

.blog .pitem .info .by {
    float: right;
} */

.contact {
    background-image: url(../img/textura_gris.jpg);
}

.contact .form input[type='text'],
.contact .form input[type='email'],
.contact .form input[type='tel'],
.contact .form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px;
    background: #fff;
    color: #808080;
    margin-bottom: 15px;
}

.contact .form select {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px;
    background: rgba(10, 10, 10, 0.5);
    color: rgb(226, 226, 226);
    margin-bottom: 15px;
}

.contact .form textarea {
    margin-top: 20px;
    height: 160px;
    max-height: 160px;
    max-width: 100%;
}

.contact .form button {
    background: rgba(10, 10, 10, 0.5);
    border: 0;
}

.contact .info {
    margin-top: 50px;
}

.contact .info .item .icon {
    float: left;
    padding-top: 5px;
    font-size: 25px;
    color: #eee;
}

.contact .info .item .cont {
    margin-left: 45px;
    padding-left: 15px;
    border-left: 1px solid rgba(200, 200, 200, 0.4);
}

.contact .info .item .cont h6 {
    font-size: 14px;
}

.contact .form .form-group .buton-right {
    float: right;
}

.footer {
    margin-top: 80px;
    padding: 50px 0;
    background: #111;
    text-align: center;
}

.footer-contact {
    margin-top: 0px;
    padding: 50px 0;
    background-image: url(../img/textura_gris.jpg);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.footer-contact:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.footer p {
    font-size: 13px;
    text-align: center;
}

.footer-contact p {
    font-size: 13px;
    text-align: center;
    color: #fff;
    z-index: 3;
    position: relative;
}

/* #spopup {
    background: #d14836;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: inset 0 0 3px #333;
    -webkit-box-shadow: inset 0 0 3px #333;
    box-shadow: inner 0 0 3px #333;
    padding: 12px 14px 12px 14px;
    width: 100px;
    position: fixed;
    top: 70px;
    right: 5px;
    display: none;
    z-index: 90;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
} */

@media screen and (max-width: 991px) {
    .header {
        min-height: 50vh;
        margin-top: 0px;
    }
    .header-products {
        margin-top: 100px;
    } 
    .header-products .title2 {
        font-size: 20px;
    }
    .hero .lines {
        position: relative;
        margin: auto;
        width: 80%;
        height: auto;
    }
    .hero .lines2 {
        position: relative;
        margin: auto;
        width: 70%;
        height: auto;
    } 
    .mb-md50 {
        margin-bottom: 50px;
    }
    .mb-md30 {
        margin-bottom: 30px;
    }
    .mb-md0 {
        margin-bottom: 0;
    }
    .navbar .navbar-collapse {
        max-height: 320px;
        overflow: auto;
        background: #fff;
        text-align: center;
        padding: 0px 0;
    }
    .navbar .nav-link {
        margin: 10px auto !important;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #808080 !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #626262 !important;
    }
    .header .caption h2 {
        font-size: 25px;
    }
    .header2 .caption h2 {
        font-size: 19px;
    }
    .services .item {
        padding: 0;
    }
    .services .active {
        border: 0;
    }
    .services .bord {
        display: none;
    }
    button {
        width: 50px;
    }
    .nav-scroll .logo {
        padding: 10px 0;
        color: #808080;
    }
    .logo {
        padding: 0;
        width: 120px;
    }
    .title-background {
        background-color: #d2d2d2;
        padding: 5px;
        width: 100%;
        margin: auto;
        margin-top: -16px;
    }
    .title-background p {
        font-size: 14px;
        color: #808080;
        text-align: center;
    }
    .title3 {
        font-size: 20px;
    }
    .hero {
        margin-top: -100px;
    }
    .portfolio {
        margin-top: -100px;
    }
    .products .content .buton-left {
        padding-top: 50px;
        float: none;
    }
    .products .content .buton-right {
        padding-top: 0px;
        float: none;
    }
    .portfolio .content .contact-right p {
        text-align: center;
    }
    
    .portfolio .content .contact-left p {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .header {
        min-height: 50vh;
        margin-top: 0px;
    }
    .header-products {
        margin-top: 100px;
    }
    .header-products .title2 {
        font-size: 20px;
    }
    .hero .lines {
        position: relative;
        margin: auto;
        width: 80%;
        height: auto;
    }
    .hero .lines2 {
        position: relative;
        margin: auto;
        width: 70%;
        height: auto;
    }       
    .mb-sm50 {
        margin-bottom: 50px;
    }
    .mb-sm30 {
        margin-bottom: 30px;
    }
    .card-header h5 button {
        font-size: 14px;
        word-spacing: 1px;
        margin-left: -28px;
        text-align: justify;
    }
    .nav-scroll .logo {
        padding: 10px 0;
        color: #808080;
    }
    .logo {
        padding: 0;
        width: 120px;
    }
    .title-background {
        background-color: #d2d2d2;
        padding: 5px;
        width: 100%;
        margin: auto;
        margin-top: -16px;
    }
    
    .title-background p {
        font-size: 14px;
        color: #808080;
        text-align: center;
    }
    .title3 {
        font-size: 20px;
    }
    .hero {
        margin-top: -100px;
    }
    .portfolio {
        margin-top: -100px;
    }
    .products .content .buton-left {
        padding-top: 50px;
        float: none;
    }
    .products .content .buton-right {
        padding-top: 0px;
        float: none;
    }
    .portfolio .content .contact-right p {
        text-align: center;
    }
    
    .portfolio .content .contact-left p {
        text-align: center;
        margin-top: 50px;
    }
}