/*
 Nome do Tema: Gaara Group
 Site do Tema: http://www.odontocomunica.com.br/
 Autor: Jeferson Menegaço
 Site do Autor: http://www.gotwoo.com/jemenega
 Versão: 0.1
 Descrição:  Tema desenvolvido para o grupo GAARA e será utilizado para as marcas: Odonto Comunica, Vet Comunica e Psico Comunica.
*/

/*

Cor padrão para Odonto Comunica: #51A8B1
Cor padrão para Vet Comunica   : #D75313
Cor padrão para Psico Comunica : #005436

*/

/*-----------------------------------------------------------------------------------

 [Table of contents]

1.0 Geral
2.0 Cabeçalho (Logo e navegação)
3.0 Início (Sessão)
4.0 Sobre (Sessão)
5.0 Propaganda pra que? (Sessão)
6.0 Serviços (Sessão)
7.0 Portfólio (Sessão)
8.0 Promoções (Sessão)
9.0 Clientes (Sessão)
10.0 Parcerias (Sessão)
11.0 Contato (Sessão)
12.0 Rodapé (Sessão)
13.0 Mídias*/

/*
 * 1.0 Geral
 * -----------------------------------------------------------------------------
 */

body {
    margin: 0;
    padding: 0;
    line-height: 1.85em;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #242732;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

a {
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    color: #D75313; /* Alterar Cor do Tema Aqui*/
}

input:focus,
button:focus,
a:focus {
    outline: 0;
}

.btn {
    color: #222;
    background-color: #fff;
    border: 1px solid #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 30px;
    margin: 0 9px;
    padding: 10px 30px;
    letter-spacing: .5px;
    -webkit-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
    box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
    position: relative;
}

.btn:hover {
    color: #D75313; /* Alterar Cor do Tema Aqui*/
}

.btn.button-scheme {
    background-color: #D75313; /* Alterar Cor do Tema Aqui*/
    border: 1px solid #D75313; /* Alterar Cor do Tema Aqui*/
    color: #fff;
}

.btn.button-dark-scheme {
    background-color: #242732;
    border: 1px solid #242732;
    color: #fff;
}

.btn:focus {
    -webkit-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
    box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
}

.btn:active {
    top: 2px;
}

.single-section {
    padding: 100px 0px;
}

.single-section.silver-bg {
    background-color: #f6f7fd;
}

.single-section .section-heading {
    text-align: center;
    margin-bottom: 65px;
}

.single-section .section-heading .section-title {
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 20px;
    font-family: Raleway, sans-serif;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.single-section .section-heading .overlay {
    font-size: 120px;
    position: absolute;
    font-weight: bold;
    z-index: 1;
    top: -6px;
    color: #f9f9f9;
    left: 0;
    right: 0;
}

.single-section.silver-bg .section-heading .overlay {
    color: #f1f2f7;
}

.single-section .section-heading .section-title::before {
    content: '';
    height: 3px;
    width: 50px;
    background: #D75313; /* Alterar Cor do Tema Aqui*/
    position: absolute;
    bottom: 28px;
    right: -55px;
}

h5.subtitle {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.description,
.section-description {
    font-size: 16px;
    font-weight: 500;
}

/* page loader */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.98);
}

.circle {
    margin: 0 auto;
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 84px;
    height: 84px;
}

.circle::before {
    content: '';
    height: 48px;
    width: 48px;
    animation: rotation 1s infinite linear;
    border: 2px solid rgba(36, 39, 50, 0.26);
    border-top-color: #D75313; /* Alterar Cor do Tema Aqui*/
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    margin: 0 auto;
}

@keyframes rotation {
    to {
        transform: rotate(360deg);
    }
}

.circle h6 {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
}

/*Social media icons*/
.social-icons {
    list-style: none;
    margin-bottom: 8px;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    padding: 0 5px;
}

.social-icons li a {
    color: #1F1F1F;
}

.social-icons li a i {
    font-size: 20px;
    line-height: 20px;
}

/*
 * 2.0 Cabeçalho (Logo e navegação)
 * -----------------------------------------------------------------------------
 */

.header-area {
    width: 100%;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 15px 35px;
    background-color: rgb(255, 255, 255);
    position: absolute;
}

.header-area.fixed {
    position: fixed;
    border-bottom: 0;
    top: 0;
    transition: 450ms ease-out;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    border-color: rgba(0, 0, 0, 0.05);
}

.header-area.fixed .menu li a:before {
    background-color: #D75313; /* Alterar Cor do Tema Aqui*/
}

.header-area.fixed #logo_home a {
    background-image: url('../images/logo.png');
}

.header-area.fixed .menu li a.active,
.header-area.fixed .menu li a:hover {
    color: #D75313; /* Alterar Cor do Tema Aqui*/
}

.header-area.fixed .menu li a {
    color: #333;
}

/* logo */
.header-area #logo_home {
    position: relative;
    z-index: 3;
}

.header-area #logo_home a {
    width: 146px; /* Alterar tamanho do logo nestas duas linhas: width e height */
    height: 26px;
    display: block;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
}

/*menu*/

.navbar {
    padding: 0;
}

.navbar .navbar-toggler-icon {
    color: #ffffff;
    height: inherit;
    font-size: 30px;
    width: inherit;
    margin: 0;
    display: block;
}

.fixed .navbar .navbar-toggler-icon {
    color: #333;
}

.navbar .navbar-toggler {
    position: absolute;
    z-index: 9;
    padding: 0;
    top: -3px;
    right: 0;
}

.menu {
    z-index: 3;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    right: 200px;
}

.menu li {
    position: relative
}

.menu li a {
    color: #242732;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin: 0 12px;
    display: block;
    position: relative;
}

.menu li a.active,
.menu li a:hover {
    color: #D75313; /* Alterar Cor do Tema Aqui*/
    text-shadow: none;
}

.menu li a:before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: solid 2px #D75313; /* Alterar Cor do Tema Aqui*/
    pointer-events: none;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
}

.menu li a:hover:before,
.menu li a.active:before,
.menu li a:hover:before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.menu li:last-child a {
    border-bottom: 0 solid #ddd;
}

/*contact number*/

.contact-no {
    font-size: 16px;
    border-left: 2px solid #333333;
    padding-left: 58px;
    position: relative;
    font-weight: 900;
}

.contact-no a {
    color: #333333;
}

.contact-no a:hover {
    color: #D75313; /* Alterar Cor do Tema Aqui*/
    text-decoration: none;
}

.contact-no span {
    font-size: 24px;
    position: absolute;
    left: 20px;
}

/*
 * 3.0 Início (Sessão)
 * -----------------------------------------------------------------------------
 */

.home-area {
    height: 100vh;
    background-color: #f6f7fd;
    position: relative;
}

.slider-image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.main-carousel::before {
    content: '';
    /* background-image: linear-gradient(-225deg, rgba(164, 69, 178, 0.60) 0%, rgba(212, 24, 114, 0.9) 52%, rgba(255, 0, 102, 0.60) 100%); */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.slider-image .item {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

/*Dots*/

.slider-image .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 10px 5px;
    background-color: #222;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.slider-image .owl-dots .owl-dot.active::before {
    content: '';
}

.slider-image .owl-dots .owl-dot.active span {
    background: #D75313; /* Alterar Cor do Tema Aqui*/
}

.slider-image .owl-dots .owl-dot:hover span {
    background-color: #D75313; /* Alterar Cor do Tema Aqui*/

}

.slider-image .owl-dots::before {
    content: '';
    background-image: url('../images/way-point.svg');
    width: 250px;
    position: absolute;
    height: 38px;
    left: -108px;
}

.slider-image .owl-dots {
    position: absolute;
    left: 32px;
    bottom: 92px;
    z-index: 9;
    transform: rotate(90deg);
}

.slider-image .owl-dot {
    display: inline-block;
    zoom: 1;
    position: relative;
}

/* title area */

.home-area .home-content {
    position: relative;
    z-index: 9;
    color: #ffffff;
}

.home-area .main-head {
    font-weight: bold;
    font-size: 62px;
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.home-area .description {
    font-size: 18px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
    font-weight: 300;
}

.home-area .sub-head {
    background: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    color: #242732;
    padding: 5px 10px;
    font-weight: 600;
}

/*left social media*/

.left-border-area {
    z-index: 9;
    left: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background: #fff;
    height: 100%;
    padding: 0px 0px;
}

.left-border-area ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.left-border-area ul li {
    display: inline-block;
    padding: 10px 5px;
}

.left-border-area ul li a {
    color: #212529;
    position: relative;
    text-decoration: none;
}

.left-border-area ul li a:hover {
    color: #D75313; /* Alterar Cor do Tema Aqui*/
}

/*right border*/
.right-border-area {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    cursor: pointer;
    z-index: 9;
    height: 100%;
    background: #ffffff;
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate(0deg);
}

.right-border-area a {
    display: block;
    padding: 0 5px;
    color: #333333;
    position: relative;
    text-decoration: none;
    text-align: right;
    padding-bottom: 90px;
}

.right-border-area a::after {
    content: '';
    background: #D75313; /* Alterar Cor do Tema Aqui*/
    height: 35px;
    width: 2px;
    position: absolute;
    bottom: 45px;
    left: 48%;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.right-border-area a:hover::after {
    height: 55px;
    bottom: 25px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.right-border-area i {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 25px;
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
    animation: bounce_10px 2s ease infinite;
    color: #fff;
}

/*
 * 4.0 Sobre (Sessão)
 * -----------------------------------------------------------------------------
 */

.about-area {
    position: relative;
}

.about-area .single-about {
    padding: 32px 38px;
    background-color: #fff;
    margin-bottom: 35px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    padding-top: 0;
    transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55);
}

.about-area .single-about:hover {
    transform: translateY(-6px);
}

.about-area .single-about .image-icon {
    width: 150px;
    margin: 0 auto;
    display: block;
}

.about-area .single-about .about-title {
    font-weight: 700;
    color: rgb(51, 51, 51);
    font-size: 18px;
    margin-bottom: 13px;
    font-family: Raleway, sans-serif;
}

/* CSS trazido de outro CSS para os ícones do FAQ */

.about-area .section-heading .section-title::before,
.about-area .section-heading .section-title::after {
    right: inherit;
}

.about-area .section-description {
    margin-bottom: 15px;
}

.about-area .single-about {
    padding: 32px 38px;
    background-color: #fff;
    margin-bottom: 35px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55);
}

.about-area .single-about:hover {
    transform: translateY(-6px);
}

.about-area .single-about span {
    font-size: 36px;
    color: #D75313; /* Alterar Cor do Tema Aqui*/
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
}

.about-area .single-about .about-title {
    font-weight: 700;
    color: rgb(51, 51, 51);
    font-size: 18px;
    margin-bottom: 13px;
    font-family: Raleway, sans-serif;
}

.about-area .button-area {
    margin-top: 34px;
}

.about-area .button-area a:first-child {
    margin: 0;
}

/*
 * 5.0 Propaganda pra que? (Sessão)
 * -----------------------------------------------------------------------------
 */

.agency-area {
    padding-top: 0;
    position: relative;
}

.agency-area::before {
    content: '';
    /*background: #D75313;*/  /* Alterar Cor do Tema Aqui*/
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

}

.agency-area .button-area {
    margin-top: 35px;
    display: block;
}

.agency-area .button-area a:first-child {
    margin-left: 0;
}

.agency-area .section-heading {
    text-align: left;
    margin-bottom: 18px;
}

.agency-area .play-area {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url('../images/slider-01.jpg');
    background-size: cover;
    background-position: center;
}

.agency-area .play-area::before {
    content: '';
    /* background-image: linear-gradient(-225deg, rgba(164, 69, 178, 0.5) 0%, rgba(212, 24, 114, 0.9) 52%, rgba(255, 0, 102, 0.50) 100%); */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.agency-area .play-area img {
    width: 100%;
    z-index: 9;
    position: relative;
}

.agency-area .play-button {
    position: absolute;
    left: 45%;
    top: 40%;
}

.agency-area .play-area span {
    margin: 0 auto;
    display: block;
    font-size: 30px;
    background: #ffffff;
    padding: 20px 24px;
    width: 70px;
    line-height: 0;
    height: 70px;
    text-align: center;
    border-radius: 100px;
    color: #D75313; /* Alterar Cor do Tema Aqui*/
    position: relative;
    z-index: 2;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.agency-area .play-area:hover span {
    background: #ffffff;
    color: #D75313; /* Alterar Cor do Tema Aqui*/
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.agency-area .circle-animation {
    display: block;
    top: -40px;
    right: 0;
    left: -40px;
    position: absolute;
    justify-content: center;
    align-content: center;
    width: 150px;
    height: 150px;
    margin: 0;
    border-radius: 50%;
    transition: .3s;
    background-color: #fff;
    z-index: 1;
    animation: pulseanim 1.2s ease-in-out infinite;
}

@keyframes pulseanim {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* Team member*/

.team-area {
    background: #242732;
    color: #fff;
}

.team-area .section-heading .overlay {
    color: rgba(249, 249, 249, 0.1);
}

.team-area .team-item .img-item {

    overflow: hidden;
}

.team-area .team-item:hover .img-item {

}

.team-area .team-item .img-item img {
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);

    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.team-area .team-item:hover .img-item img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.team-area .team-item .team-caption {
    margin-top: -30px;
    padding: 25px 15px;
    background: #fff;
    color: #242732;
    position: relative;
}

.team-area .team-item .team-detail {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}

.team-area .team-item .social-icons {
    position: absolute;
    top: 0px;
    right: 0;
    padding: 10px;
    padding-left: 0;
    background: #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.team-area .team-item .social-icons::before {
    content: '';
    background-image: url('../images/social-side.svg');
    position: absolute;
    left: -67px;
    top: 0;
    width: 67px;
    height: 40px;
}

.team-area .team-item:hover .social-icons {
    top: -40px;
}

.team-area .social-icons li a i {
    font-size: 16px;
    line-height: 16px;
}

.team-area .team-caption .name {
    font-weight: 700;
    font-size: 20px;
    position: relative;
    margin-bottom: 15px;
}

.team-area .team-caption .name::after {
    content: '';
    height: 2px;
    background: #D75313; /* Alterar Cor do Tema Aqui*/
    position: absolute;
    width: 30px;
    left: 0;
    bottom: -7px;
}

.team-area .team-caption .job-title {
    font-weight: 500;
    font-size: 16px;
    color: #D75313; /* Alterar Cor do Tema Aqui*/
}

/*
 * 6.0 Serviços (Sessão)
 * -----------------------------------------------------------------------------
 */

.service-area {
    position: relative;
}

.single-service {
    padding: 32px 38px;
    background-color: #fff;
    margin-bottom: 35px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55);
}

.single-service:hover {
    transform: translateY(-6px);
}

.service-area .single-service .service-title {
    font-weight: 700;
    color: rgb(51, 51, 51);
    font-size: 18px;
    margin-bottom: 13px;
    font-family: Raleway, sans-serif;
}

.service-area .single-service .image-icon {
    display: block;
    width: 120px;
    margin: 0 auto;
}

/*
 * 7.0 Portfólio (Sessão)
 * -----------------------------------------------------------------------------
 */

.portfolio-area {
    position: relative;
}

/* Portfolio items*/

.portfolio-area .works-filter-wrap {
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.portfolio-area .works-filter {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.portfolio-area .works-filter li {
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: all .1s ease-in-out;
    position: relative;
    letter-spacing: .3px;
}

.portfolio-area .works-filter li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: solid 2px #D75313; /* Alterar Cor do Tema Aqui*/
    pointer-events: none;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
}

.portfolio-area .works-filter li.tab-active:before,
.portfolio-area .works-filter li:hover:before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio-area .works-filter li.tab-active, .portfolio-area .works-filter li:hover {
    color: #D75313; /* Alterar Cor do Tema Aqui*/
}

.portfolio-area .works-filter li:not(:last-child) {
    margin-right: 25px;
}

.portfolio-area .works-container .works-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
}

.portfolio-area .works-container .works-item img {
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    display: block;
}

.portfolio-area .works-container .works-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-area .works-container .works-item .item-overlay {
    position: relative;
    overflow: hidden;
    display: block;
}

.portfolio-area .works-container .works-item .item-overlay .category {
    background: #D75313; /* Alterar Cor do Tema Aqui*/
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0px 5px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-right: 15px;
    font-weight: 600;
    position: absolute;
    right: -80px;
    z-index: 1;
    transition: 200ms ease-out;
}

.portfolio-area .works-container .works-item:hover .item-overlay .category {
    transition: 200ms ease-out;
    right: 0;
}

.portfolio-area .works-container .works-item .item-overlay .overlay-content {
    transition: all .3s ease-in-out;
    visibility: hidden;
    bottom: 0;
    top: 45%;
    right: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 3px 18px;
    color: #fff;
}

.portfolio-area .works-container .works-item:hover .item-overlay .overlay-content {
    visibility: visible;
    opacity: 1;
}

.portfolio-area .works-container .works-item .item-overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(36, 39, 50, 0.85);
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.65) 0, rgba(255, 255, 255, 0.67) 75%); */
    opacity: 0;
    position: absolute;
    transition: all .3s ease-in-out;
    bottom: 0;
    z-index: 1;
}

.portfolio-area .works-container .works-item:hover .item-overlay:before {
    opacity: 1;
}

.portfolio-area .works-container .works-item .overlay-content .overlay-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: relative;
}

.portfolio-area .works-container .works-item .overlay-content .icon-eye {
    font-size: 35px;
    text-align: center;
    display: block;
}

/*portfolio popup*/

.portfolio-popup {
    background: #fff;
    padding: 25px 10px;
    overflow: hidden;
}

/*portfolio carousel*/
.portfolio-popup .portfolio-carousel {
    overflow: hidden;
    position: relative
}

.portfolio-popup .portfolio-carousel .owl-nav {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.portfolio-popup .portfolio-carousel .owl-nav button span {
    background: #fff;
    padding: 0px 12px;
    font-size: 25px;
}

.portfolio-popup .portfolio-carousel .owl-nav button:last-child span {
    margin-left: 5px;
}

.portfolio-popup .portfolio-carousel .owl-nav button span:hover {
    background: #eee;
}

.lity-close {
    color: #222;
    text-shadow: none;
    font-size: 28px;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    color: #666;
    text-shadow: none;
    font-size: 28px;
}

.lity-close:active {
    top: 0;
}

.lity-close::before {
    content: "\30";
    position: absolute;
    right: 4px;
    top: 10px;
    z-index: 999;
    font-family: "untitled-font-1" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lity-close::after {
    content: '';
    background-image: url('../images/lity-close.svg');
    height: 103px;
    width: 87px;
    position: absolute;
    right: 0;
}

/*popup details*/
.portfolio-popup .popup-details {
    position: relative;
}

.portfolio-popup .popup-details .category {
    background: #D75313; /* Alterar Cor do Tema Aqui*/
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0px 5px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
}

.portfolio-popup .popup-details .item-title {
    font-weight: 700;
}

.portfolio-popup .popup-details .line {
    position: relative;
    background: #eee;
    height: 1px;
    display: block;
    overflow: hidden;
    margin-top: 15px;
}

.portfolio-popup .popup-details .line::before {
    content: '';
    background-color: #D75313; /* Alterar Cor do Tema Aqui*/
    height: 1px;
    display: block;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.portfolio-popup .popup-details .item-info {
    margin-top: 20px;
    margin-bottom: 20px;
}

.portfolio-popup .popup-details .item-info li {
    margin-bottom: 15px;
    width: 46%;
}

.portfolio-popup .popup-details .item-info li > span {
    font-weight: 600;
    margin-right: 10px;
}

.portfolio-popup .popup-details .item-info li > p {
    color: #444;
    display: inline-block;
    margin-bottom: 0;
}

.portfolio-popup .popup-details .btn {
    margin-left: 0;
    margin-top: 12px;
}

/*
 * 8.0 Promoções (Sessão)
 * -----------------------------------------------------------------------------
 */

.getstarted-area {
    position: relative;
    background-image: url('../images/get-started.jpg');
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.getstarted-area::before {
    content: '';
    background-color: rgba(36, 39, 50, 0.87);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.getstarted-area .section-heading {
    margin-bottom: 20px;
}

.getstarted-button {
    display: block;
    background: #fff;
    width: 165px;
    padding: 20px 0 0;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.getstarted-button::before {
    content: '';
    background-image: url('../images/getstarted-left-curve.svg');
    position: absolute;
    left: -101px;
    width: 103px;
    height: 67px;
    top: 0px;

}

.getstarted-button::after {
    content: '';
    background-image: url('../images/getstarted-right-curve.svg');
    position: absolute;
    right: -101px;
    width: 103px;
    height: 67px;
    top: 0px;
}

.getstarted-button a {
    font-size: 16px;
    margin: 0;
}

/*
 * 9.0 Clientes (Sessão)
 * -----------------------------------------------------------------------------
 */

.client-area {
    position: relative;
}

.clients-carousel {

}

.clients-carousel .item {
    border: 1px solid #eee;
    background: rgba(246, 247, 253, 0.25);
    cursor: move;
}

.clients-carousel .item img {
    display: block;
    margin: 0 auto;
    width: inherit;
    opacity: 0.5;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.clients-carousel .item:hover img {
    opacity: 1;
}

/*
 * 10.0 Parcerias (Sessão)
 * -----------------------------------------------------------------------------
 */

.pricing-area {
}

.single-plan {
    background-color: rgba(255, 255, 255, 0.79);
    padding: 40px 0;
    text-align: center;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.single-plan {

}

.single-plan.plan-popular {
    margin: 0 -32px;
    padding: 65px 0;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.08);
    border: none;
    background-color: #fff;
}

.single-plan .image-icon {
    display: block;
    margin: 0 auto;
    width: 150px;
}

.single-plan .plan-type {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 14px;
}

.single-plan .plan-price {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 22px;
    font-family: 'Poppins', sans-serif;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.single-plan .plan-price > span {
    font-weight: 700;
    font-size: 30px;
    color: #D75313; /* Alterar Cor do Tema Aqui*/
}

.single-plan .plan-list {
    margin-bottom: 18px;
}

.single-plan .plan-list li {
    padding: 10px 0;
    border-bottom: 1px dashed rgba(238, 238, 238, 0.48);
}

.single-plan .plan-list li:last-child {
    border-bottom: none;
}

/*
 * 10.0 Parcerias (Sessão)
 * -----------------------------------------------------------------------------
 */

.blog-area {
    position: relative;
    overflow: hidden;
}

.blog-item {
    position: relative;
    overflow: hidden;
}

.blog-item img {
    width: 100%;
}

.blog-text {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    z-index: 9;
}

.blog-text .text-title {
    margin-top: -30px;
    padding: 25px 15px;
    background: #fff;
    color: #242732;
    position: relative;
    z-index: 9;
}

.blog-text .date {
    position: absolute;
    top: 0px;
    right: 0;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 0;
    background: #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    font-size: 12px;
}

.blog-item:hover .blog-text .date {
    top: -35px;
}

.blog-text .date::before {
    content: '';
    background-image: url('../images/social-side.svg');
    position: absolute;
    left: -67px;
    top: 0;
    width: 67px;
    height: 40px;
}

.blog-text .text-title a {
    text-decoration: none;
}

.blog-text .text-title h3 {
    font-weight: 700;
    color: #242732;
    font-size: 22px;
    margin-bottom: 15px;
}

.blog-item .btn {
    margin: 0;
}

.blog-item .img-item {
    display: block;
    overflow: hidden;
    position: relative;
}

.blog-item .img-item:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 75%);
    opacity: 0;
    position: absolute;
    transition: all .3s ease-in-out;
    bottom: 0;
    z-index: 1;
}

.blog-item:hover .img-item:before {
    opacity: 1;
}

.blog-item .img-item img {
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
}

.blog-item:hover .img-item img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item:hover .blog-text .text-title h3 {
    color: #D75313; /* Alterar Cor do Tema Aqui*/
}

/*
 * 11.0 Contato (Sessão)
 * -----------------------------------------------------------------------------
 */

.contact-area {
    position: relative;
    padding-bottom: 0;
}

.contact-area .left-area {
    background: #D75313; /* Alterar Cor do Tema Aqui*/
    color: #fff;
    padding: 35px 25px;
    overflow: hidden;
}

.contact-area .left-area .image-item {
    display: block;
    position: absolute;
    left: -45px;
}

.contact-area .container {
    z-index: 1;
    position: relative;
}

/*left area*/
.contact-area .left-area::after {
    content: '';
    background-image: url('../images/map.png');
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    left: 0;
}

.contact-area .left-area h4 {
    font-weight: 800;
    font-size: 24px;
    margin-top: 170px;
}

.contact-area .left-area ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact-area .left-area ul li {
    padding: 5px 0;
    position: relative;
    padding-left: 35px;
}

.contact-area .left-area ul li span {
    display: inline-block;
    font-size: 20px;
    position: absolute;
    top: 7px;
    left: 0;
}

/*right area*/

.contact-area .right-area {
    position: relative;
    background: #ffffff;
    padding: 35px 20px;
}

/*Floating CSS*/
.form-area {
    position: relative;
    overflow: hidden
}

.form-area input:focus ~ .floating-label,
.form-area input:not(:focus):valid ~ .floating-label,
.form-area textarea:focus ~ .floating-label,
.form-area textarea:not(:focus):valid ~ .floating-label {
    top: -12px;
    left: 0;
    font-size: 11px;
    opacity: 1;
    color: #D75313; /* Alterar Cor do Tema Aqui*/
}

.form-area .floating-label {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 0.2s ease all;
    font-size: 14px;
}

.form-area .input-area,
.form-area .select-area,
.form-area .text-area {
    position: relative;
}

.form-area .select-area select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-area .select-area::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
    position: absolute;
    right: 0;
    top: 20px;
}

.form-area .btn {
    margin-top: 35px;
}

.form-area .input-area input,
.form-area .select-area select,
.form-area .text-area textarea {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
    padding: 10px;
    padding-left: 0;
    font-size: 14px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none;
}

.form-area .input-area input:focus,
.form-area .select-area select:focus,
.form-area .text-area textarea:focus {
    border-color: #D75313; /* Alterar Cor do Tema Aqui*/
}

/*validation*/
.form-area .input-area input.error,
.form-area .select-area select.error,
.form-area .text-area textarea.error {
    border-color: #e65858;
}

span.error {
    font-size: 10px;
    color: #e65858;
    position: absolute;
    bottom: -25px;
    right: 0;
}

/*Google Map*/
#map {
    width: 100%;
    height: 600px;
    margin-top: -150px;
}

/*
 * 12.0 Rodapé (Sessão)
 * -----------------------------------------------------------------------------
 */

.footer-area {
    background-color: #242732;
    color: #969696;
    padding: 25px 0;
}

.footer-social {
    list-style: none;
    margin: 0px;
    padding: 0;
}

.footer-social li {
    display: inline-block;
    padding: 0 5px;
}

.footer-social li a {
    color: #969696;
}

.footer-social li a:hover {
    color: #ffffff;
}

.footer-social li a i {
    font-size: 16px;
    line-height: 16px;
}

/*
 * 13.0 Mídias
 * -----------------------------------------------------------------------------
 */

/*big screen */
@media screen and (min-width: 1399px) {
    .home-area .main-head {
        font-size: 85px;
    }

    .home-area .description {
        font-size: 20px;
        width: 80%;
    }

    .menu li a {
        font-size: 15px;
        margin: 0 15px;
    }
}

/* Desktop */
@media screen and (max-width: 1199px) {
    .agency-area .play-area {
        height: 84%;
    }
}

/* Laptop */
@media screen and (max-width: 1024px) {

}

/* Tablet (landscape) */
@media screen and (max-width: 991px) {

    .menu {
        left: 0;
        background: #ffffff;
        padding: 20px 15px;
        margin-top: 20px;
        position: relative;
    }

    .menu li {
        line-height: 40px;
    }

    .menu li a {
        display: inline-block;
    }

    .menu li a:before {
        top: 32px;
    }

    .single-plan.plan-popular {
        margin: 0;
    }

    .right-border-area,
    .left-border-area {
        display: none;
    }

    .header-area {
        background-color: transparent;
        padding: 25px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.31);
    }

    .home-area .main-head {
        font-size: 50px;
    }

    .home-area .description {
        font-size: 16px;
        width: 100%;
    }

    .slider-image .owl-dots {
        left: -5px;
    }

    .header-area #logo_home a {
        background-image: url('../images/logo-white.png');
    }

    .header-area.fixed #logo_home a {
        background-image: url('../images/logo.png');
    }

    .contact-no {
        padding-right: 22px;
        border-right: 2px solid #fff;
        border-left: 0;
        position: absolute;
        right: 50px;
        top: 0;
    }

    .contact-no a {
        color: #fff;
    }

    .contact-no a:hover {
        color: #fff;
    }

    .fixed .contact-no {
        border-color: #333;
    }

    .fixed .contact-no a {
        color: #333;
    }

    .fixed .navbar .navbar-toggler-icon:hover,
    .fixed .contact-no a:hover {
        color: #D75313; /* Alterar Cor do Tema Aqui*/
    }

    /*agency area*/
    .agency-area .section-heading {
        padding-top: 30px;
    }

    .agency-area .single-section .section-heading .overlay {
        top: 30px;
    }

    .agency-area .play-area {
        height: 100%;
    }

    /*portfolio*/
    .portfolio-popup {
        overflow: scroll;
    }

    .portfolio-popup::selection {
        background: #eee;
        color: #fff;
    }

    .portfolio-popup::-moz-selection {
        background: #eee;
        color: #fff;
    }

    .portfolio-popup::-o-selection {
        background: #eee;
        color: #fff;
    }

    .portfolio-popup::-ms-selection {
        background: #eee;
        color: #fff;
    }

    .portfolio-popup::-webkit-scrollbar {
        width: 5px;
        background: #fbfbfb;
    }

    .portfolio-popup::-webkit-scrollbar-thumb {
        background: #D75313; /* Alterar Cor do Tema Aqui*/
    }

    .portfolio-popup .popup-details .category {
        margin-top: 20px;
    }

    .navbar .navbar-toggler {
        right: -4px;
    }
}

/* Tablet (portrait) */
@media screen and (max-width: 767px) {

    .single-section .section-heading .section-title {
        font-size: 40px;
    }

    .single-section .section-heading .overlay {
        font-size: 80px;
    }

    .single-section .section-heading .section-title::before {
        bottom: 18px;
        width: 30px;
        right: -35px;
    }

    .copyright {
        font-size: 13px;
        margin-bottom: 5px;
        text-align: center;
    }

    .footer-social {
        text-align: center;
    }

    .footer-social li a i {
        font-size: 14px;
        line-height: 14px;
    }

    .home-area .main-head {
        font-size: 40px;
    }

    /*portfolio*/
    .portfolio-popup .popup-details .item-info li {
        width: 100%;
        margin-bottom: 5px !important;
    }

}

/*Mobile*/
@media screen and (max-width: 480px) {

    .btn {
        margin: 0 5px;
        padding: 10px 20px;
        font-size: 13px;
    }

    .slider-image .owl-dots,
    .single-section .section-heading .section-title::before,
    .contact-no {
        display: none;
    }

    .home-area .main-head {
        font-size: 30px;
    }

    .single-section .section-heading .section-title {
        font-size: 35px;
    }

    .single-section .section-heading .overlay {
        font-size: 60px;
    }

    .getstarted-button {
        background: transparent;
        width: 130px;
        bottom: 90px;
        padding-top: 0;
    }

    .getstarted-area {
        padding-bottom: 150px;
    }

    .getstarted-button::after,
    .getstarted-button::before {
        display: none;
    }

    .getstarted-button a {
        font-size: 14px;
    }

    .agency-area .section-heading {
        padding-top: 20px;
    }

    .agency-area .section-heading .overlay {
        top: 24px;
    }

    .agency-area .play-area span {
        height: 50px;
        width: 50px;
        font-size: 20px;
        padding: 15px 15px;
    }

    .agency-area .circle-animation {
        width: 120px;
        height: 120px;
        top: -35px;
        left: -35px;
    }

    .service-area .single-service .image-icon {
        width: 100px;
    }

    .about-area .single-about .image-icon,
    .single-plan .image-icon {
        width: 120px;
    }

}

/* Mini-Mobile */
@media screen and (max-width: 320px) {
    .home-area .sub-head {
        font-size: 12px;
    }

    .home-area .main-head {
        font-size: 28px;
    }

    .home-area .description {
        font-size: 14px;
    }

    .btn {
        margin: 5px 5px;
        padding: 10px 15px;
        font-size: 12px;
    }

}