body {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
}

/* img {
    pointer-events: none;
} */

.barra {
    font-size: .9em;
    color: #C52616;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}

/*--------------------------------------------------------------
# Desabilita o delay do AOS em mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/

.whatsapp {
    width: 65px;
    right: 30px;
    height: auto;
    bottom: 30px;
    z-index: 999;
    position: fixed;
    filter: drop-shadow(0 0 2px #333);
    transition: all .7s;
}

.whatsapp:hover {
    transform: rotate(15deg);
    filter: drop-shadow(0 0 5px #333);
    /* transform: scale(1.1); */
}

.navbar {
    transition: all 0.8s;
}

.navbar-brand {
    display: contents;
}

.navbar-brand h1 {
    position: relative;
    left: 20px;
    top: 10px;
    transition: all .6s;
}

.navbar-brand img {
    width: 160px;
    margin-left: 140px;
    transition: all .9s;
}

.navbar-brand img:hover {
    transform: scale(1.1);
}

#sidebarCollapse {
    background: transparent;
    border: none;
    padding: 0;
}

#sidebarCollapse i {
    font-size: 3em;
    color: #f3f3f3;
}

.fix-header {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    z-index: 900;
    background-color: transparent;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    transition: All 1s ease;
    position: fixed;
}

.fix-header .fixed-menu {
    padding: 0;
    position: fixed;
    margin-top: 0px;
    width: 100%;
}

.fixed-menu {
    background-color: #26231d;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(85, 85, 85, 1);
    -moz-box-shadow: 0px 0px 20px 1px rgba(85, 85, 85, 1);
    box-shadow: 0px 0px 20px 1px rgba(85, 85, 85, 1);
    /*background-color:rgba(255,255,255,0.9);*/
    position: fixed;
    border: none;
    opacity: .85;
}

.fixed-menu .navbar {
    padding: 0;
}

.fixed-menu h1 {
    top: 0;
}

.fixed-menu img {
    width: 120px;
    margin-left: 50px;
}


@media screen and (max-width: 767px) {
    .fixed-menu {
        padding: 5px 0 0 0;
    }

    .navbar-brand img {
        width: 100px;
        margin-left: 0;
    }

    .navbar-brand h1 {
        top: 0px;
    }
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
/* #mpsoftVideo {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 120%;
  } */

.parent-video {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    position: absolute;
}
#mpsoftVideo {
    /* height: 100%; */
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
}

#hero {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: linear-gradient(0deg, #000000 0%, #ababab 100%);
    padding: 0 !important;
}

#hero button {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
}

#hero .navbar-toggler-icon {
    background-color: transparent;
}

#hero .container-fluid {
    padding: 0 !important;
}

#hero .carousel-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    height: 100vh;
    padding-bottom: 300px;
    width: 85vw;
    margin: 0 auto;
}

#hero .slide1 {
    background: url(../img/slide1.jpg) bottom no-repeat;
    background-size: cover;
}

#hero .slide2 {
    background: url(../img/slide2.jpg) bottom no-repeat;
    background-size: cover;
}

#hero .slide3 {
    background: url(../img/slide3.jpg) bottom no-repeat;
    background-size: cover;
}

#hero .slide1-mob {
    background: url(../img/slide1-mob.jpg) bottom no-repeat;
    background-size: cover;
}

#hero .slide2-mob {
    background: url(../img/slide2-mob.jpg) bottom no-repeat;
    background-size: cover;
}

#hero .slide3-mob {
    background: url(../img/slide3-mob.jpg) bottom no-repeat;
    background-size: cover;
}

#hero h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 48px;
    font-weight: 700;
}

#hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
    text-decoration: none;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
    text-decoration: none;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 1.5em;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    text-decoration: none;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #C52616;
}

#hero .btn-get-started:hover {
    background: #C52616;
    color: #fff;
}

.c-gray {
    color: #6c757d;
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-width: 767px) {
    #hero {
        height: 50vh;
    } 

    #hero h2 {
        font-size: 28px;
    }

    #hero .carousel-container {
        height: 50vh;
        /* padding-bottom: 20px; */
    }

    #hero .btn-get-started {
        font-size: 1em;
        padding: 8px 22px;
    }

    #hero .slide1 {
        background-size: auto;
        background-position-y: -230px;
    }
}

.hero-waves {
    display: block;
    width: 100%;
    height: 70px;
    position: relative;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #C52616;
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #2a2c39;
}

/*--------------------------------------------------------------
  # About
  --------------------------------------------------------------*/
.about {
    padding-top: 80px;
}

.about .barra {
    font-size: .9em;
    color: #C52616;
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
    text-transform: uppercase;
}

.about .content ul li+li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #C52616;
    line-height: 1;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .btn-saiba-mais {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #C52616;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #C52616;
    text-decoration: none;
}

.about .content .btn-saiba-mais:hover {
    background: #C52616;
    color: #fff;
    text-decoration: none;
}

/*--------------------------------------------------------------
  # Serviços
--------------------------------------------------------------*/
#services {
    padding: 0;
}

#services .barra {
    font-size: .9em;
    color: #C52616;
}

.services .icon-box {
    margin-top: 30px;
    padding: 80px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.services .icon-box::before {
    content: '';
    position: absolute;
    background: #e1f0fa;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}

.services .icon-box:hover::before {
    background: #C52616;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.services .icon {
    margin: 0 auto 20px auto;
    padding-top: 13px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #C52616;
    transition: all 0.3s ease-in-out;
}

.services .icon i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
}

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .title a {
    color: #111;
}

.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
    color: #fff;
}

.services .icon-box:hover .icon {
    background: #fff;
}

.services .icon-box:hover .icon i {
    color: #C52616;
}

/*--------------------------------------------------------------
# Mais serviços
--------------------------------------------------------------*/
.more-services {
    padding-top: 20px;
}

.more-services .card {
    border: 0;
    padding: 160px 20px 20px 20px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.more-services .serv1 {
    background-image: url("../img/more-services-1.jpg");
}

.more-services .serv2 {
    background-image: url("../img/more-services-2.jpg");
}

.more-services .serv3 {
    background-image: url("../img/more-services-3.jpg");
}

.more-services .serv4 {
    background-image: url("../img/more-services-4.jpg");
}

.more-services .card-body {
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    border-radius: 5px;
}

.more-services .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.more-services .card-title a {
    color: #222222;
}

.more-services .card-text {
    color: #5e5e5e;
}

.more-services .read-more a {
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.4s;
}

.more-services .read-more a:hover {
    text-decoration: underline;
}

.more-services .card:hover .card-body {
    background: #C52616;
}

.more-services .card:hover .read-more a,
.more-services .card:hover .card-title,
.more-services .card:hover .card-title a,
.more-services .card:hover .card-text {
    color: #fff;
}

/*--------------------------------------------------------------
  # Blog-home
--------------------------------------------------------------*/

#blog-home .barra {
    font-size: .9em;
    color: #C52616;
}

#blog-home .categoria {
    color: #727171;
    text-transform: uppercase;
    font-weight: bold;
}

#blog-home .title {
    font-weight: bold;
    height: 70px;
}

#blog-home .title::after {
    content: "";
    width: 120px;
    height: 2px;
    display: block;
    background: #c52616;
    margin: 10px 0px;
}

#blog-home .link {
    color: #fff;
    text-decoration: none;
    background-color: #c52616;
    padding: 0.2rem 1.75rem;
    text-transform: capitalize;
    transition: all 0.8s;
}

#blog-home .link:hover {
    background-color: #000;
}

#blog-home .descr {
    color: #727171;
}

/*--------------------------------------------------------------
  # Portfolio
--------------------------------------------------------------*/

.btn-saiba-mais {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #C52616;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #C52616;
    text-decoration: none;
}

.about .content .btn-saiba-mais:hover {
    background: #C52616;
    color: #fff;
    text-decoration: none;
}

#portf {
    height: 75vh;
    background: url('../img/bg-port.jpg') left no-repeat;
    background-size: cover;
    padding: 0;
}

#portf h2 {
    color: #fff;
    font-size: 4em;
}

#portf .bg-sobtop {
    background: #c52616;
}

#portf .bg-sobtop::before {
    border-bottom: 30px solid #c52616;
}

@media screen and (max-width: 1400px) {
    #portf h2 {
        font-size: 3em;
    }
}

@media screen and (max-width: 765px) {
    #portf {
        height: 40vh;
        background-position-x: -20px;
    }

    #portf h2 {
        font-size: 1.3em;
    }

    #portf .bg-sobtop {
        margin-bottom: 20px;
    }
}

#faixa-home {
    background-color: #C52616;
    text-align: center;
}

#faixa-home p {
    color: #fff;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #faixa-home {
        text-align: center;
    }
}

/*--------------------------------------------------------------
  # Portfolio
--------------------------------------------------------------*/

#portfolio .barra {
    font-size: .9em;
    color: #C52616;
}

#portfolio {
    padding: 20px 0 0;
}

.portfolio-filter {
    background-color: #C52616;
}

/*--------------------------------------------------------------
  # Chico
--------------------------------------------------------------*/
.grid {
    position: relative;
    margin: 0 auto;
    /* padding: 1em 0 4em; */
    max-width: 1000px;
    list-style: none;
    text-align: center;
    /* margin-top: -7px; */
}

/* Common style */
.grid figure {
    position: relative;
    /* float: left; */
    overflow: hidden;
    /* margin: 10px 1%; */
    margin: 0;
    min-width: 280px;
    max-width: 100%;
    max-height: 100%;
    background: #000;
    text-align: center;
    cursor: pointer;
    transition: all .6s;
}

.grid figure:hover {
    background: #500700;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: 0.01em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
    color: #fff;
}

.grid figure h2,
.grid figure p {
    margin: 0;
    color: #fff;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-chico figcaption {
    padding: 3em;
}

figure.effect-chico figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p,
figure.effect-chico h2 {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
    padding: 38% 0 20px 0;
}

figure.effect-chico p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p,
figure.effect-chico:hover h2 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 765px) {
    figure.effect-chico h2 {
        padding: 35% 0 20px 0;
    }
}

@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }

    .grid figure {
        display: inline-block;
        float: none;
        /* margin: 10px auto; */
        width: 100%;
    }
}

/*-----------------*/
/***** Terry *****/
/*-----------------*/

figure.effect-terry {
    background: #34495e;
}

figure.effect-terry figcaption {
    padding: 1em;
}

figure.effect-terry figcaption::before,
figure.effect-terry figcaption::after {
    position: absolute;
    width: 200%;
    height: 200%;
    border-style: solid;
    border-color: #101010;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-terry figcaption::before {
    right: 0;
    bottom: 0;
    border-width: 0 70px 75px 0;
    -webkit-transform: translate3d(70px, 75px, 0);
    transform: translate3d(70px, 75px, 0);
}

figure.effect-terry figcaption::after {
    top: 0;
    left: 0;
    border-width: 15px 0 0 15px;
    -webkit-transform: translate3d(-15px, -15px, 0);
    transform: translate3d(-15px, -15px, 0);
}

figure.effect-terry img,
figure.effect-terry p a {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-terry img {
    opacity: 0.85;
}

figure.effect-terry h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.4em 10px;
    width: 50%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    line-height: .8em;
}

figure.effect-terry span {
    font-size: .5em;
}

@media screen and (max-width: 920px) {
    figure.effect-terry h2 {
        padding: 0.75em 10px;
        font-size: 120%;
    }
}

figure.effect-terry p {
    float: right;
    clear: both;
    text-align: left;
    text-transform: none;
    font-size: 111%;
}

figure.effect-terry p a {
    display: block;
    margin-bottom: 1em;
    color: #fff;
    opacity: 0;
    -webkit-transform: translate3d(90px, 0, 0);
    transform: translate3d(90px, 0, 0);
}

figure.effect-terry p a:hover,
figure.effect-terry p a:focus {
    color: #f3cf3f;
}

figure.effect-terry:hover figcaption::before,
figure.effect-terry:hover figcaption::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-terry:hover img {
    opacity: 0.6;

}

figure.effect-terry:hover h2,
figure.effect-terry:hover p a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-terry:hover p a {
    opacity: 1;
}

figure.effect-terry:hover p a:first-child {
    -webkit-transition-delay: 0.025s;
    transition-delay: 0.025s;
}

figure.effect-terry:hover p a:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-terry:hover p a:nth-child(3) {
    -webkit-transition-delay: 0.075s;
    transition-delay: 0.075s;
}

figure.effect-terry:hover p a:nth-child(4) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}


/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
    text-align: left;
    border: 1px solid #000;
    transition: all .6s;
}

figure.effect-lily figcaption>div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

@media screen and (min-width: 768px) and (max-width: 1344px) {
    figure.effect-lily figcaption>div {
        height: 70%;
    }
}

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
    background: #2f3238;
    transform-origin: left;
    transition: all 1s;
}

figure.effect-julia:hover {
    transform: scaleX(1.04);
    z-index: 899;
}

figure.effect-julia img {
    max-width: none;
    width: 100%;
    height: 400px;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-julia figcaption {
    text-align: left;
}

figure.effect-julia h2 {
    position: relative;
    padding: 0.5em 0em;
}

figure.effect-julia p {
    display: inline-block;
    margin: 0;
    padding: 0em 0em;
    /* background: rgba(255, 255, 255, 0.9);
    color: #2f3238; */
    color: #fff;
    text-transform: none;
    font-weight: 300;
    font-size: 75%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}

figure.effect-julia p:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia:hover img {
    opacity: 0.4;
    /* -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    transform: scaleX(1.08); */
    transform-origin: left;
}

figure.effect-julia:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-julia .number {
    font-family: 'Imbue', serif;
    font-size: 10em;
    position: absolute;
    right: 10px;
    bottom: -70px;
    color: #e2e2e221;
    transition: all .6s;
}

figure.effect-julia:hover .number {
    color: #e2e2e2bd;
}

@media screen and (max-width: 991px) {
    figure.effect-julia p {
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
}


/*--------------------------------------------------------------
# newsletter
--------------------------------------------------------------*/

#newsletter {
    background: #f4f4f4;
}

#newsletter .section-title {
    padding: 0;
}

#newsletter p {
    margin: 0;
    font-size: 1.8em;
    color: #2a2c39;
    font-weight: bold;
}

#newsletter input {
    border-radius: 0;
    color: #333;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: url('../img/bg-cta.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto;
    padding: 80px 0;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 0px 1px black;
}

.cta p {
    color: #fff;
    text-shadow: 0px 1px black;
}

.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #ef6603;
}

.cta .cta-btn:hover {
    background: #fff;
    color: #ef6603;
}

@media (max-width: 1024px) {
    .cta {
        background-position: center;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    background: #f4f4f4;
    padding: 50px 0;
    text-align: center;
}

.clients img {
    max-width: 100%;
    width: 130px !important;
    /* filter: grayscale(100); */
    transition: all 0.8s cubic-bezier(0.79, 0.07, 0, 0.82);
    ;
    display: inline-block;
    padding: 15px 0;
}

.clients img:hover {
    filter: none;
    transform: scale(1.2);
}

.clients .drp {
    filter: drop-shadow(1px 1px 2px black);
}

@media (max-width: 768px) {
    .clients img {
        width: 40%;
    }
}

@media (max-width: 575px) {
    .clients img {
        width: 50%;
    }
}

/*--------------------------------------------------------------
# Funcionários
--------------------------------------------------------------*/
#testimonials {
    padding: 30px 0 0;
}

#testimonials .barra {
    font-size: .9em;
    color: #C52616;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid rgba(255, 255, 255, 0.2);
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 45px;
    color: #26231d;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: rgba(165, 165, 165, 0.6);
    margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #d3af71;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 0 15px;
    padding: 20px 20px 60px 20px;
    background: #c52616;
    position: relative;
    border-radius: 6px;
    position: relative;
    color: #fefefe;
    z-index: 1;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.testimonials .owl-dot.active {
    background-color: #cda45e !important;
}

@media (max-width: 767px) {
    .testimonials {
        margin: 30px 10px;
    }
}

/*--------------------------------------------------------------
# Comentarios
--------------------------------------------------------------*/
.testimonials2 {
    padding: 80px 0;
    position: relative;
}

.testimonials2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
}

.testimonials2 .section-header {
    margin-bottom: 40px;
}

.testimonials2 .testimonial-item {
    text-align: center;
    color: #333;
}

.testimonials2 .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}

.testimonials2 .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #333;
}

.testimonials2 .testimonial-item h4 {
    font-size: 14px;
    color: #000;
    margin: 0 0 15px 0;
}

.testimonials2 .testimonial-item .quote-icon-left,
.testimonials2 .testimonial-item .quote-icon-right {
    color: rgba(19, 19, 19, 0.4);
    font-size: 4em;
}

.testimonials2 .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials2 .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials2 .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    color: #333;
}

.testimonials2 .owl-nav,
.testimonials2 .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials2 .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(163, 163, 163, 0.4) !important;
}

.testimonials2 .owl-dot.active {
    background-color: #c52616 !important;
}

@media (min-width: 1024px) {
    .testimonials2 {
        background-attachment: fixed;
    }
}

@media (min-width: 992px) {
    .testimonials2 .testimonial-item p {
        width: 80%;
    }
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

#team .barra {
    font-size: .9em;
    color: #C52616;
}

#team .owl-item {
    padding: 15px 0;
}

.team {
    background: #fff;
}

.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    max-width: 265px;
    margin: 0 auto;
}

.team .member .pic {
    overflow: hidden;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
}

.team .member .pic img {
    transition: ease-in-out 0.3s;
}

.team .member:hover img {
    transform: scale(1.1);
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #36343a;
}

.team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.team .member span::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #b5b3ba;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.team .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #a8a5ae;
}

.team .member .social a i {
    color: #fff;
    font-size: 16px;
    margin: 0 2px;
}

.team .member .social a:hover {
    background: #009970;
}

.team .member .social a+a {
    margin-left: 8px;
}


/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

.bg-grad {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 6%, rgba(197, 38, 22, 1) 75%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 6%, rgba(197, 38, 22, 1) 75%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 6%, rgba(197, 38, 22, 1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#c52616", GradientType=1);
    /* width: 100%;
    height: 200px; */
}

@media screen and (min-width: 992px) {
    footer svg {
        margin-top: -50px;
    }
}

#footer-info {
    background-color: #C52616;
}

#footer-info p {
    color: #fff;
    margin: 0 0 5px;
}

#footer-info a {
    color: #fff;
}

#footer-info .info-icons {
    font-size: 1.5em;
}

#footer-info a:hover {
    text-decoration: underline;
}

#footer-info .nav-bot a {
    color: #fff;
    font-size: 1.2em;
    transition: all .7s;
}

#footer-info .nav-bot a:hover {

    letter-spacing: .1em;
}

#footer-info hr {
    background-color: #fff;
    width: 95%;
    margin: auto;
}

#footer-links {
    background-color: #C52616;
}

#footer-links p {
    color: #fff;
    margin: 0 0 5px;
}

#footer-links a {
    color: #fff;
}

#footer-info .social-icons {
    font-size: 2.5em;
    color: #fff;
}

@media screen and (max-width: 767px) {
    #footer-info .nav-bot a:hover {
        letter-spacing: 0;
    }

}

/*--------------------------------------------------------------
  # Copyright bottom
  --------------------------------------------------------------*/

#copyright {
    background: #000;
}

#copyright p {
    color: #fefefe;
    font-family: 'Rubik', sans-serif;
}

#copyright a {
    display: contents;
}

#copyright img {
    width: 100px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #333;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: #fc7c1f;
    color: #fff;
}

/*--------------------------------------------------------------
  # Servicos
  --------------------------------------------------------------*/

#ampsoftserv {
    height: 75vh;
    background: url('../img/bg-serv.jpg') center no-repeat;
    background-size: cover;
    padding: 0;
}

#ampsoftserv h2 {
    color: #fff;
    font-size: 4em;
}

#ampsoftserv .bg-sobtop {
    background: #c52616;
}

#ampsoftserv .bg-sobtop::before {
    border-bottom: 30px solid #c52616;
}

@media screen and (max-width: 1400px) {
    #ampsoftserv h2 {
        font-size: 3em;
    }
}

@media screen and (max-width: 765px) {
    #ampsoftserv {
        height: 40vh;
    }

    #ampsoftserv h2 {
        font-size: 1.3em;
    }

    #ampsoftserv .bg-sobtop {
        margin-bottom: 20px;
    }
}

#skroll {
    height: 75vh;
    padding: 0;
    color: #fefefe;
    text-align: center;
    /* font-size: 1.8em; */
}

#skroll h2 {
    color: #fff;
    font-size: 4em;
}

#skroll .bg-sobtop {
    background: #c52616;
}

#skroll .bg-sobtop::before {
    border-bottom: 30px solid #c52616;
}


#skroll .bcg {
    background-image: url(../img/bg-serv.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto;
    height: 100%;
    width: 100%;
}

/* #skroll .bcg h2 {
    text-transform: uppercase;
} */

#skroll .top-serv {
    opacity: 1;
    position: fixed;
    top: 350px;
}

.btn-goto {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 15px;
    line-height: 45px;
    transition: all .6s ease-in-out;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100% !important;
    background: transparent;
}

.btn-goto:hover {
    background-color: #ffffff47;
    color: #fff;
}

#serv-top {
    background-image: url(../img/bg-serv.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto;
    height: 100vh;
    color: #fefefe;
    background-position-x: -170px;
}

#serv-top .row {
    height: 100vh;
}

#serv-top h2 {
    font-size: 2.5em;
}

#servicos {
    background: rgb(240, 249, 255);
    /* border-bottom: 3px solid #C52616; */
}

/* #servicos .section-title p {
    color: #ffffff;
} */

#servicos-menu {
    background-color: #c52616;
}

#servicos-menu .menu-serv {
    font-family: 'Anton', sans-serif;
    text-align: center;
    font-size: 2em;
    padding: 0;
}

#servicos-menu .menu-serv a {
    color: #fff;
    display: block;
    transition: all .1s cubic-bezier(0, 0.67, 0.68, 0.4);
}

#servicos-menu .menu-serv a:hover {
    color: #c52616;
    background-color: #fff;
}

#servicos .barra {
    font-size: .9em;
    color: #C52616;
}

#servicos .text-dif {
    font-family: 'Anton', sans-serif;
    font-family: 'Varela Round', sans-serif;
    color: #333;
    font-size: 1.7em;
}

#serv-mid {
    padding: 60px 0;
}

/* .tuts {
    background: url('../img/bg-white.png') center;
    border-bottom: 3px solid #C52616;
    padding: 60px 0;
} */

#serv-mid h3 {
    color: #C52616;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 700;
}

#serv-mid .servs-text-right {
    color: #000;
    text-align: right
}

#serv-mid .servs-text {
    color: #000;
    text-align: left;
}

#serv-mid .btn-danger {
    background-color: #c52616;
}

#serv-mid .bg-descr {
    background: #e8e8e8;
}

#serv-mid .bgeoq {
    background: url('https://placekitten.com/2100/900') center center no-repeat;
    background-size: cover;
}

#serv-mid .bgeoqj {
    background: url('https://placekitten.com/2100/903') center center no-repeat;
    background-size: cover;
}

.scroll-start {
    opacity: 0;
    transition: opacity 2s;
}

.scrolling {
    opacity: 1;
}

.h100 {
    height: 75vh;
}

@media screen and (max-width: 765px) {
    .h100 {
        height: 40vh;
    }
}

/* Effect 12: circle */
.cl-effect-12 a::before,
.cl-effect-12 a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
    transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.cl-effect-12 a::after {
    width: 90px;
    height: 90px;
    border-width: 6px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-12 a:hover::before,
.cl-effect-12 a:hover::after,
.cl-effect-12 a:focus::before,
.cl-effect-12 a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}


@media screen and (max-width: 767px) {
    /* #serv-mid .bgeoq {
        padding-top: 150px;
        margin-top: 50px;
    }
    #serv-mid .bgeoqj {
        padding-top: 150px;
        margin-top: 50px;
    } */
}

/*--------------------------------------------------------------
  # Contato-Page
  --------------------------------------------------------------*/

#contato-top {
    /* background: url('../img/bg-contato.jpg') center no-repeat;
    height: 80vh;
    background-size: cover;
    background-attachment: fixed;
    padding: 0; */
    height: 75vh;
    background: url('../img/sobre-bg.jpg') center no-repeat;
    background-size: cover;
    padding: 0;
}

#contato-top .row {
    height: 80vh;
}

#contato-top h2 {
    color: #fff;
    text-shadow: 0 1px #333;
    font-size: 4em;
}

@media screen and (max-width: 565px) {
    #contato-top h2 {
        font-size: 3em;
    }
}

#contact-page {
    background: #f8f8f8;
}

#contact-page .row {
    padding-top: 40px;
}

#gifup {
    display: none;
}

#contact-page h3,
#contact-page p {
    color: #333;
}

#contact-page .social {
    display: contents;
}

#contact-page i {
    font-size: 3em;
    color: #c52616;
    transition: all .6s;
}

#contact-page i:hover {
    color: #a50e00;
    transform: scale(1.1);
}

#contact-page .barra {
    font-size: .9em;
    color: #C52616;
}

#contact-page .btn-danger {
    background-color: #c52616;
    transition: all .7s;
}

#contact-page .btn-danger:hover {
    background-color: #7a150c;
    transform: scale(1.1);
}

/*--------------------------------------------------------------
  # Servicos
  --------------------------------------------------------------*/

#servico-page {
    background: url('../img/bg-servico.jpg') center no-repeat;
    height: 80vh;
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
}

#servico-page .row {
    height: 80vh;
}

#servico-page h2 {
    color: #fff;
    text-shadow: 0 1px #333;
    font-size: 4em;
}

#servico-page p {
    color: #fff;
    text-shadow: 0 1px #333;
    font-size: 1.5em;
}

#servico-descr .barra {
    font-size: .9em;
    color: #C52616;
}

#servico-descr h3 {
    color: #c52616;
    font-size: 2em;
    font-weight: 700;
}

@media screen and (max-width: 565px) {
    #servico-page h2 {
        font-size: 3em;
    }
}


/*--------------------------------------------------------------
  # Sobre
  --------------------------------------------------------------*/

#ampsoft {
    height: 75vh;
    background: url('../img/sobre-bg.jpg') center no-repeat;
    background-size: cover;
    padding: 0;
}

#ampsoft h2 {
    color: #fff;
    font-size: 4em;
}

#ampsoft .bg-sobtop {
    background: #c52616;
}

#ampsoft .bg-sobtop::before {
    border-bottom: 30px solid #c52616;
}

@media screen and (max-width: 1400px) {
    #ampsoft h2 {
        font-size: 3em;
    }
}

@media screen and (max-width: 765px) {
    #ampsoft {
        height: 40vh;
        background-position-x: -40px;
    }

    #ampsoft h2 {
        font-size: 1.3em;
    }

    #ampsoft .bg-sobtop {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 565px) {
    #ampsoft {
        background-position-x: -150px;
    }
}

.shd-img {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

#sob-submain h3 {
    font-size: 2em;
    color: #c52616;
    font-weight: 700;
}

#sob-submain p {
    color: #292929;
    font-size: 1.5em;
}

#sob-main {
    background-color: #f2f2f2;
    padding: 120px 0;
}

#sob-main i {
    /* margin: 10px auto;
    display: table; */
    font-size: 40px;
    color: #C52616;
    position: relative;
    top: 10px;
}

#sob-main h4 {
    color: #C52616;
    font-size: 1.5em;
    font-weight: 700;
}

#sob-main p {
    color: #36343a;
}

#historia h5 {
    font-size: 2em;
    color: #c52616;
    font-weight: 700;
}

#cta-team {
    background: url('../img/mpsoft-cta.jpg') center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 35vh;
    padding: 0;
}

#cta-team .row {
    height: 35vh;
}

#cta-team p {
    color: #fff;
    font-size: 1.5em;
}

#cta-team .btn-ctateam {
    color: #fff;
    background-color: #c52616;
    font-size: 1.5em;
    transition: all .7;
}

#cta-team .btn-ctateam:hover {
    background-color: #a81c0f;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 765px) {
    #sob-main {
        padding: 40px 0;
    }
}


/*--------------------------------------------------------------
  # Post
  --------------------------------------------------------------*/

#post-title {
    height: 60vh;
    background: url('../img/sobre-bg.jpg') center no-repeat;
    background-size: cover;
}

#post-title .row {
    height: 60vh;
}

#post-title h2 {
    color: #fff;
    font-size: 4em;
}

#post-title .bg-sobtop {
    background: #c52616;
}

#post-title .bg-sobtop::before {
    border-bottom: 30px solid #c52616;
}

.mh-500 {
    height: 500px;
}

@media screen and (max-width: 1400px) {
    #post-title h2 {
        font-size: 3em;
    }
}

@media screen and (max-width: 765px) {
    #post-title h2 {
        font-size: 2em;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 0px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    padding: 15px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #000;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
    opacity: 1;
    left: 0;
    right: 0;
    bottom: -60px;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
    display: flex;
    justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    font-size: 28px;
    text-align: center;
    background: rgba(20, 157, 221, 0.75);
    transition: 0.3s;
    width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    background: #c52616;
}

.portfolio .portfolio-wrap .portfolio-links a+a {
    border-left: 1px solid #37b3ed;
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
    opacity: 1;
    bottom: 0;
}