/*******************************/
/********* General CSS *********/
/*******************************/
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Pacifico&display=swap');

body {
    color: #797979;
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #363636;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.sub-middle{font-size: 15px; text-align: center; color: #000}

.banner-principal img, .banner-principal-mob img{
    width: 100%
}

.banner-principal{margin-bottom: 30px; display: block;}
.banner-principal-mob{margin-bottom: 30px; display: none;}

.team h3 {
    text-align: center;
    color: #000;
    font-size: 28px;
    font-weight: 400;
    margin: 12px 0 12px;
}

.service-implante {margin-top: 50px}

.service-implante h2{
    color: #242424 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: initial !important;
}

.service-implante .service-text{margin-bottom: 35px !important}

.service-implante .service-icon{min-height: 100px !important}

.team .team-text p.anti-text {
    margin-bottom: 0;
    transition: 1s;
    line-height: 24px;
    font-size: 19px;
    color: #e12454;
    font-weight: 400;
}

.team h1 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 40px;
    margin-bottom: 30px;
}

.team .team-text h2.text-img, .team .team-text h2 p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 21px;
}

.team .team-text h2 p span{font-weight: 700; font-style: italic;}

.team .team-text h2 p{margin-top: 25px}

.implantes .navbar{position: relative;}

.pagina-implantes ul{margin: 30px 0; text-align: left;}

.pagina-implantes ul li {
    text-align: left;
    list-style: none;
    margin: 8px 0;
    font-weight: 500;
    color: #000;
}

.pagina-implantes ul.diferenciais li{list-style: disc; margin-left: 22px;}

.pagina-implantes ul.diferenciais li::marker{color: #427a82}

.pagina-implantes{margin-top: 40px}

.pagina-implantes .section-header h1 {
    font-size: 27px;
    font-weight: 700;
    text-align: left;
    line-height: 36px;
    color: #023b44;
}

.porque .service-icon{min-height: 135px !important}

.porque .service-text h2{font-size: 18px; margin-bottom: 25px !important}

.porque .service-item{width: auto !important; border-radius: 32px !important; min-height: 248px !important}

.porque{
    background: transparent !important;
}

 .accordion-header {
    cursor: pointer;
    margin-top: 1em;
    position: relative;
    padding-right: 20px;
  }

  .accordion-header .icon {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 1.2em;
    transition: transform 0.3s;
  }

  .accordion-content {
    display: none;
    margin: 0 0 1em;
  }

  .accordion-header:hover {
    color: #427a82;
  }

  .accordion-header.active .icon {
    content: "–";
    transform: rotate(180deg);
  }

.porque h2{
    font-size: 30px;
    color: #242424;
    font-weight: 500;
    text-align: center;
    margin: 15px 0 60px 0;
}

#perguntas{margin: 0}

#perguntas h3 {
    font-size: 21px;
    font-weight: 600;
    text-align: left !important;
    border-top: 2px solid #427a82;
    padding-top: 10px;
}

.bloco-faq{
    margin: 30px auto;
    text-align: center;
    width: 15%;
}

.bloco-faq h2{text-align: left; font-size: 17px; color: #e12454; margin-bottom: 0}
.bloco-faq p{font-size: 24px; font-weight: 700; text-align: left; color: #000}

h2.text-down{font-size: 30px; text-align: center; margin: 60px 0 80px}

h2.text-down p{font-size: 16px; text-align: center; font-weight: 600; margin-top: 10px}

#perguntas  p{
    font-weight: 400;
    color: #000;
    font-size: 16px;
    text-align: left !important;
    padding: 15px 0;
}

#perguntas h2{margin-top: 50px}


.pagina-implantes .section-header h2, .pagina-implantes h2{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.pagina-implantes .section-header h3 {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin: 20px 0;
}

.navbar .btn {
    background: #427a82;
    color: #f6f6f6;
    width: 200px;
    border-radius: 15px;   
    padding: 3px;
}

.content-right{display: inline-flex; margin-right: 25px}

.text-whats {
    text-align: left;
    margin-left: 24px;
    float: left;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600;
}

.text-whats .number{font-size: 16px; font-weight: 700}

.text-whats span{font-size: 10px}

.navbar .fa-whatsapp {
    background: #f6f6f6;
    color: #427a82;
    padding: 8px 10px;
    border-radius: 13px;
    font-weight: 500;
    font-size: 26px;
    float: left;
    text-align: center;

}

.navbar .btn{
        -webkit-animation: heartbeat 3s ease-in-out 3s infinite both;
            animation: heartbeat 3s ease-in-out 3s infinite both;
}

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}


.arrow {
    margin: 8px 5px 0 0;
}

.label-whats{
    color: #363636;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 17px;
    margin: 10px 8px 0;
}

#mensagemSucesso {
    background: #e9f1ef;
    width: 255px;
    padding: 15px;
    border-radius: 30px;
    min-height: 325px;
    margin-bottom: 0 auto;
}

#mensagemSucesso h2{
    color: #171717;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 50px;

}

#mensagemSucesso .fa-heart{
    color: #427a82;
    font-size: 15px;
}

#mensagemSucesso p{font-size: 12px; color: #171717; font-weight: 600}

a {
    color: #313131;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

.btn {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}


.tarja .btn:hover {
    color: #eee;
}

#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-out, visibility 0s linear .3s;
    -o-transition: opacity .3s ease-out, visibility 0s linear .3s;
    transition: opacity .3s ease-out, visibility 0s linear .3s;
    z-index: 999;
}

#loader.show {
    -webkit-transition: opacity .6s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .6s ease-out, visibility 0s linear 0s;
    transition: opacity .6s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#loader .loader {
    position: relative;
    width: 45px;
    height: 45px;
    border: 5px solid #dddddd;
    border-top: 5px solid #e2b0a6;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.back-to-top {
    position: fixed;
    display: none;
    width: 44px;
    height: 44px;
    padding: 8px 0;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    z-index: 9;
}

.back-to-top i {
    color: #ffffff;
}

.back-to-top:hover i {
    color: #414141;
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
/*    position: fixed;*/
    top: 0;
    width: 100%;
/*    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);*/
}

.navbar .navbar-brand {
    margin: 0;
    font-size: 45px;
    line-height: 0px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: .5s;
    
}

.tarja{background: #427a82; display: block; color: #fff;}

.tarja .btn{padding: 0 3px; font-weight: normal; font-size: 19px}

.tarja .container-fluid{padding: 5px 30px}

.tarja .endereco{display: inline-block; text-align: left; font-size: 13px}
.tarja .redes-sociais{display: inline-block; float: right;}

.fa-whatsapp{font-weight: 500; font-size: 18px;}

.navbar .navbar-brand img {
    max-width: 100%;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 992px) {
    .navbar {
    position: absolute;
    width: 100%;
    padding: 0px 60px;
    background: #fff !important;
    z-index: 9;
    border-bottom: 1px solid #ddd;
    /* opacity: 0.8; */

    }
    
/*    .navbar.nav-sticky {
        padding: 10px 60px;
        background: #d796a9 !important
    }*/
    
    .navbar .navbar-brand {
        color: #ffffff;
    }
    
    .navbar.nav-sticky .navbar-brand {
        color: #e2b0a6;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:focus {
        padding: 0 15px 0 15px;
        color: #363636;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        border-right: 1px solid #363636;
    }

    .navbar-light .navbar-nav .nav-link:last-child,
    .navbar-light .navbar-nav:last-child .nav-link:focus:last-child{border: none;}
    
    .navbar-light.nav-sticky .navbar-nav .nav-link,
    .navbar-light.nav-sticky .navbar-nav .nav-link:focus {
        color: #fff;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
/*       text-decoration: underline;
       text-underline-offset: 28px;*/
       color: #427a82;
    }
    
    .navbar-light.nav-sticky .navbar-nav .nav-link:hover,
    .navbar-light.nav-sticky .navbar-nav .nav-link.active {
        color: #111;
    }
}

@media (max-width: 360px) {   
    .navbar .container-fluid {
        margin-top: -20px;
    }
}

@media (max-width: 991.98px) {   
    .navbar {
        padding: 0 5px;
        width: 100%;
    }
    
    .navbar .navbar-brand {
        color: #fff;
    }
    
    .navbar .navbar-nav {
        margin-top: 15px;
    }
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
}


/*******************************/
/********** Hero CSS ***********/
/*******************************/
.hero {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding: 96px 0 0 0;
    overflow: hidden;
    background: url(../img/bannerodonto.jpg);
    /* background-position: center; */
    background-repeat: no-repeat;
    /* background-size: cover; */
    min-height: 527px;
    object-fit: cover;
    background-position: bottom;
}

.hero .container-fluid {
    padding: 0;
}

#whatsappForm{
    background: #e9f1ef;
    width: 255px;
    padding: 15px;
    border-radius: 30px; 
}

#whatsappForm label {
    font-size: 17px;
    font-weight: 600;
    color: #171717;
    line-height: 16px;
}

#whatsappForm input, #whatsappForm select  {
    margin-bottom: 13px;
    border: none;
    padding: 11px;
    border-radius: 12px;
    font-size: 13px;
    width: 100%;
}

#whatsappForm button{
    text-align: center;
    background: #427a82;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    border: none;
    padding: 5px;
    margin: 5px auto 2px;
    width: 130px;
}

.align-button{text-align: center; width: 100%}

.hero .hero-image {
    position: relative;
    text-align: right;
    padding-right: -15px;
    bottom: 100px;
}

.div-oculta{margin-right: 200px}

.text-one{position: relative; right: 25px;}
.text-three{position: relative; left: 58px;}
.text-four{position: relative; right: 5px;}
.text-five{position: relative; left: 47px;}
.text-six{position: relative; left: 30px;}


.hero-image h2{
    font-size: 36px;
    color: #fff;
    margin-top: 35%;
    font-weight: 300;
    text-align: center;
}

.hero-image h2 strong{font-weight: 700}

.hero .hero-image img {
    max-width: 100%;
    max-height: 100%;
}

.hero .hero-content {
    position: relative;
    padding-left: 75px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.hero .hero-text p {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 0;
    font-family: "Caveat", cursive;
}

.hero .hero-text h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: -3px 2px #e2b0a6;
}

.hero .hero-text h2 {
    display: inline-block;
    margin: 0;
    height: 35px;
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
}

.hero .hero-text .typed-text {
    display: none;
}

.agendamento{box-shadow: inset 0 0 0 50px #22cbad !important; background: #22cbad !important; color: #fff !important}

.agendamento a{color: #fff}

.hero .hero-text .typed-cursor {
    font-size: 35px;
    font-weight: 300;
    color: #ffffff;
}

iframe{    height: 350px;
    border-radius: 26px;}

.hero-btn .btn {
    margin-top: 35px;
    color: #d6aba9;
    background: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
    border-radius: 10px;
}

.hero .hero-btn .btn:hover, .agendamento:hover {
    color: #ffffff;
    background: transparent !important;
    box-shadow: inset 0 0 0 0 #ffffff !important;
    border-color: #ffffff;
}

.hero .hero-btn .btn:first-child {
    margin-right: 10px;
}

@media (max-width: 991.98px) {
    .hero {
        padding-top: 0;
    }
    
    .hero .hero-content {
        padding: 0 15px;
    }
    
    .hero .hero-text p {
        font-size: 20px;
    }
    
    .hero .hero-text h1 {
        font-size: 45px;
    }
    
    .hero .hero-text h2 {
        font-size: 25px;
        height: 25px;
    }
    
    .hero .hero-btn .btn {
        padding: 12px 30px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767.98px) {
/*    .hero {
        padding-top: 40px;
        padding-bottom: 40px;
    }
*/
    .label-whats, .arrow{display: none;}

    .content-right{margin: 0 !important}

    .cookie-overlay{width: 100%}

    .hero-image h2 {
        font-size: 23px;
        margin-top: 12px;
        margin-right: 59px;
    }

    .cookie-overlay{
       width: 100% !important;
    }

    .mr-3{
        top: 0 !important;
        font-size: 12px !important;
    }

    .hero .hero-image {
        bottom: 0;
    }

    .d-none{display: block !important;}

    .navbar .fa-whatsapp {
      background: #f6f6f6;
      color: #427a82;
      padding: 3px 5px;
      border-radius: 11px;
      font-weight: 500;
      font-size: 21px;
      float: left;
      text-align: center;
    }

    .navbar .btn {
      background: #427a82;
      color: #f6f6f6;
      width: auto;
      border-radius: 13px;
      padding: 3px;
      height: 36px;
    }

    .text-whats .number {
        font-size: 11px;
    }

    .text-whats {
      line-height: 14px;
      margin-left: 5px;
      font-size: 10px;
    }

    
    .hero,
    .hero .hero-text,
    .hero .hero-btn {
        width: 100%;
        text-align: center;
    }
    
    .hero .hero-text p {
        font-size: 18px;
    }
    
    .hero .hero-text h1 {
        font-size: 35px;
    }
    
    .hero .hero-text h2 {
        font-size: 22px;
        height: 22px;
    }
    
    .hero .hero-btn .btn {
        padding: 10px 15px;
        letter-spacing: 1px;
    }
}

@media (max-width: 575.98px) {
    .hero .hero-text p {
        font-size: 16px !important;
    }

    .banner-principal{margin-bottom: 30px; display: none;}
    .banner-principal-mob{margin-bottom: 30px; display: block;}

    .bloco-faq {
        margin: 30px auto;
        text-align: center;
        width: 50% !important
    }

    .bloco-faq h2 {
        font-size: 13px !important;
    }

    .bloco-faq p {
        font-size: 18px !important;
    }

    #whatsappForm label {
        font-size: 14px;
    }


    #whatsappForm input, #whatsappForm select {
    font-size: 12px;
}

    .navbar-light .navbar-toggler-icon path{
        stroke: #fff !important;
        color: #fff;
        fill: #fff !important;
    }

    .navbar-light .navbar-toggler {
        color: #fff !important;
        border-color: #fff;
        outline: none;
    }

    .align-footer {
        display: block !important;
    }

    .section-header p {
        margin-bottom: 5px !important;
        font-size: 13px !important;
        letter-spacing: 0.5px !important;
    }

    .service {
        padding: 25px 0 15px 0 !important;
    }

    .section-header {
        margin-bottom: 20px !important;
    }

    .service .service-icon i {
        font-size: 40px !important;
    }

    .service .service-icon {
    min-height: 90px !important;
}

    .team {
        padding: 0 !important;
    }

    .team .team-social {
        justify-content: center !important;
    }
    
    .hero .hero-text h1 {
        font-size: 30px;
    }
    
    .hero .hero-text h2 {
        font-size: 18px;
        height: 18px;
    }
    
    .hero .hero-btn .btn {
        padding: 8px 10px;
        letter-spacing: 0;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    margin-bottom: 45px;
}

.section-header p {
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ffffff;
}

.section-header p::before {
    position: absolute;
    content: "";
    height: 3px;
    top: 0;
    right: -6px;
    left: -6px;
    background: #985d63;
    z-index: -1;
}

.section-header p{margin: 0 8px !important;}


.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 45px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 24px;
    }
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    margin: 60px 0 45px 0;
}

.about .col-lg-6 {
    padding: 0;
}

.about .section-header {
    margin-bottom: 30px;
}

.about .about-img {
    position: relative;
    height: 100%;
}

.about .about-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px;
}

.about .about-content {
    padding: 0 60px;
}

.about .about-text p {
    font-size: 16px;
}

.about .skills {
    margin-bottom: 30px;
}

.about .skill-name {
    margin-top: 15px;
}

.about .skill-name p {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}

.about .skill-name p:last-child {
    float: right;
}

.about .progress {
    height: 5px;
    width: 1%;
    border-radius: 10px;
    background: #dddddd;
    display: inline-flex;
    margin-right: 10px;
    position: relative;
    bottom: 2px;

}

.about .progress .progress-bar {
    width: 0px;
    background: #e2b0a6;
    border-radius: 10px;
    transition: 2s;
}

.about .about-text a.btn {
    margin-top: 15px;
}



@media (max-width: 991.98px) {
    .about .about-content {
        padding: 10px 15px 0 15px;
    }
}


/*******************************/
/******* Experience CSS ********/
/*******************************/
.experience {
    position: relative;
    padding: 45px 0 15px 0;
}

.experience .timeline {
    position: relative;
    width: 100%;
}

.experience .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #e2b0a6;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.experience .timeline .timeline-item {
    position: relative;
    background: inherit;
    width: 50%;
    margin-bottom: 30px;
}

.experience .timeline .timeline-item.left {
    left: 0;
    padding-right: 30px;
}

.experience .timeline .timeline-item.right {
    left: 50%;
    padding-left: 30px;
}

.experience .timeline .timeline-item::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 48px;
    right: -8px;
    background: #ffffff;
    border: 2px solid #e2b0a6;
    border-radius: 16px;
    z-index: 1;
}

.experience .timeline .timeline-item.right::after {
    left: -8px;
}

.experience .timeline .timeline-item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 46px;
  right: 10px;
  z-index: 1;
  border: 10px solid;
  border-color: transparent transparent transparent #dddddd;
}

.experience .timeline .timeline-item.right::before {
  left: 10px;
  border-color: transparent #dddddd transparent transparent;
}

.experience .timeline .timeline-date {
    position: absolute;
    width: 100%;
    top: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #e2b0a6;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.experience .timeline .timeline-item.left .timeline-date {
    text-align: left;
    left: calc(100% + 55px);
}

.experience .timeline .timeline-item.right .timeline-date {
    text-align: right;
    right: calc(100% + 55px);
}

.experience .timeline .timeline-text {
    padding: 30px;
    background: #ffffff;
    position: relative;
    border-right: 5px solid #dddddd;
    box-shadow: 0 0 60px rgba(0, 0, 0, .08);
}

.experience .timeline .timeline-item.right .timeline-text {
    border-right: none;
    border-left: 5px solid #dddddd;
}

.experience .timeline .timeline-text h2 {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 600;
}

.experience .timeline .timeline-text h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.experience .timeline .timeline-text p {
    margin: 0;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .experience .timeline::after {
        left: 8px;
    }

    .experience .timeline .timeline-item {
        width: 100%;
        padding-left: 38px;
    }
    
    .experience .timeline .timeline-item.left {
        padding-right: 0;
    }
    
    .experience .timeline .timeline-item.right {
        left: 0%;
        padding-left: 38px;
    }

    .experience .timeline .timeline-item.left::after, 
    .experience .timeline .timeline-item.right::after {
        left: 0;
    }
    
    .experience .timeline .timeline-item.left::before,
    .experience .timeline .timeline-item.right::before {
        left: 18px;
        border-color: transparent #dddddd transparent transparent;
    }
    
    .experience .timeline .timeline-item.left .timeline-date,
    .experience .timeline .timeline-item.right .timeline-date {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        text-align: left;
        margin-bottom: 10px;
    }
    
    .experience .timeline .timeline-item.left .timeline-text,
    .experience .timeline .timeline-item.right .timeline-text {
        border-right: none;
        border-left: 5px solid #dddddd;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 30px 0;
    background: #fff1ee;
    z-index: 0;
}

.service .service-item {
    position: relative;
    display: block;
    align-items: center;
    box-shadow: inset 0 0 0 0 transparent;
    transition: ease-out0.5s;
    border: 4px solid #427379;
    border-radius: 50px;
    min-height: 320px;
    width: 290px;
    text-align: center;
    margin: 0 auto 30px;
    background: #427a82;
}

.service .impar{background: #fff1ee !important}



.service .service-item:hover i{color: #fff}

.service .service-icon {
    position: relative;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.service .service-icon i {
    position: relative;
    font-size: 60px;
    color: #e4b6ac;
    transition: .3s;
}

.service .service-item:hover i {
    font-size: 75px;
}

.service .service-text {
    position: relative;
    padding: 0 15px;
}

.service .service-text h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    transition: 1s;
}

.service .service-text p {
    margin: 0;
    font-size: 12px;
    transition: 1s;
    font-weight: 400;
    color: #333;
    text-align: center;
    color: #fff1ee;
}

.service .impar p, .service .impar h2 {color: #427a82 !important}

.service-text h2{font-size: 21px; text-transform: uppercase; text-align: center; font-weight: 700; color: #fff1ee}

.service .service-item:hover .service-text h3,
.service .service-item:hover .service-text p {
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .service .service-text h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    .service .service-text p {
        font-size: 12px;
    }

    .about .skill-name {
        margin-top: 10px !important;
        font-size: 14px;
    }

    .service-text h2 {
        font-size: 18px;
        margin-top: 10px;
    }

    .service .service-item{
        min-height: 290px;
        padding: 15px 0;
    }

}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0 15px 0;
}

.portfolio #portfolio-filter {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-filter li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #e2b0a6;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #e2b0a6;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}

.portfolio #portfolio-filter li:hover,
.portfolio #portfolio-filter li.filter-active {
    color: #e2b0a6;
    background: transparent;
    box-shadow: inset 0 0 0 0 #e2b0a6;
    border-color: #e2b0a6;
}

.portfolio .portfolio-item {
    position: relative;
}

.portfolio .portfolio-wrap {
    position: relative;
    width: 100%;
}

.portfolio .portfolio-img {
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-img img {
    position: relative;
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    transform: scale(1.1);
    transition: .5s;
}

.portfolio .portfolio-item:hover img {
    margin-left: 15px;
}

.portfolio .portfolio-text {
    position: relative;
    height: 60px;
    width: calc(100% - 30px);
    margin: -30px 15px 30px 15px;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .12);
}

.portfolio .portfolio-text h3 {
    width: calc(100% - 70px);
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0 15px;
    white-space: nowrap;
    overflow: hidden;
}

.portfolio .portfolio-text a.btn {
    width: 50px;
    height: 50px;
    padding: 0 0 2px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-weight: 100;
}

.portfolio .portfolio-item:hover a.btn {
    color: #e2b0a6;
    background: transparent;
    box-shadow: inset 0 0 0 0 #e2b0a6;
    border-color: #e2b0a6;
}


/*******************************/
/********* Banner CSS **********/
/*******************************/
.banner {
    position: relative;
    width: 100%;
    margin: 45px 0;
    padding: 90px 0;
    background: #e2b0a6;
}

.banner .container {
    max-width: 750px;
    text-align: center;
}

.banner .section-header {
    margin-bottom: 20px;
}

.banner .section-header p {
    color: #414141;
    background: transparent;
}

.banner .section-header p::after {
    display: none;
}

.banner .section-header h2 {
    color: #ffffff;
}

.banner .section-header h2 span {
    color: #414141;
    font-size: 50px;
}

.banner .banner-text p {
    font-size: 18px;
    color: #ffffff;
}

.banner .banner-text .btn {
    margin-top: 15px;
    color: #e2b0a6;
    background: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
}

.banner .banner-text .btn:hover {
    color: #ffffff;
    background: transparent;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-color: #ffffff;
}


/*******************************/
/********* Pricing CSS *********/
/*******************************/
.price {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.price .row {
    padding: 0 15px;
}

.price .col-md-4 {
    padding: 0;
}

.price .price-item {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
}

.price .featured-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    z-index: 1;
}

.price .price-header,
.price .price-body,
.price .price-footer {
    position: relative;
    text-align: center;
}

.price .price-header {
    padding: 45px 0 30px 0;
    color: #414141;
}

.price .price-item.featured-item .price-header {
    color: #e2b0a6;
}

.price .price-title h2 {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}

.price .price-prices h2 {
    font-size: 45px;
    font-weight: 700;
    margin-left: 10px;
}

.price .price-prices h2 small {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    margin-top: 9px;
    margin-left: -12px;
}

.price .price-prices h2 span {
    margin-left: 1px;
    font-size: 18px;
    font-weight: 400;
}

.price .price-item.featured-item h2 {
    color: #e2b0a6;
}

.price .price-body {
    padding: 0 0 20px 0;
}

.price .price-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price .price-description ul li {
    padding: 0 0 20px 0;
}

.price .price-item .price-action {
    padding-bottom: 45px;
}

.price .price-item .price-action .btn {
    color: #ffffff;
    background: #414141;
    box-shadow: inset 0 0 0 50px #414141;
}

.price .price-item .price-action .btn:hover {
    color: #414141;
    background: transparent;
    box-shadow: inset 0 0 0 0 #414141;
    border-color: #414141;
}

.price .price-item.featured-item .price-action .btn {
    color: #ffffff;
    background: #e2b0a6;
    box-shadow: inset 0 0 0 50px #e2b0a6;
}

.price .price-item.featured-item .price-action .btn:hover {
    color: #e2b0a6;
    background: transparent;
    box-shadow: inset 0 0 0 0 #e2b0a6;
    border-color: #e2b0a6;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 25px 0 15px 0;
}

.team .team-item {
    position: relative;
    background: #ffffff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: inset 0 0 0 0 transparent;
    transition: ease-out 0.5s;
}

.team .team-img {
    position: relative;
    width: 50%;

}

.team .team-img img {
    position: relative;
    width: 100%;
    transition: .5s;
    border-radius: 20px;
}

.team .team-text {
    position: relative;
    width: 50%;
    padding: 0 30px;
}

.team .team-text h2 {
    color: #e2b0a6;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: 1s;
}

.team .team-text h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    transition: 1s;
}

.team .team-text p {
    margin-bottom: 20px;
    transition: 1s;
    line-height: 32px;
    font-size: 18px;
    color: #363636;
}

.team .team-social {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.team .team-social a.btn {
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
    border-radius: 8px;
}


.team .team-item:hover .team-social a.btn:hover {
    border-color: #ffffff;
}

@media(max-width: 575.98px) {
    .team .team-text {
        padding: 0 15px;
    }

    .about {
        margin: 35px 0  0;
    }

    .service .service-text {
        width: calc(100% - 10px) !important;
        padding: 0 !important;
    }

    .team-img, .team .team-text{width: 100% !important}
    
    .team .team-text h2 {
        font-size: 16px;
        margin-bottom: 0;
    }


    .team .team-item{display: block;}

    .team .team-img{margin-bottom: 20px;}

    .team .team-img, .team .team-text{padding: 0 !important}

    .team .team-text h4 {
        margin-bottom: 5px;
    }

    .team .team-text p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 12px;
        text-align: justify;
    }

    .team .team-text p.anti-text{font-size: 14px !important}

    .team h1 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 32px;
    margin-bottom: 15px;
}

.team .team-text h2.text-img, .team .team-text h2 p
 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
}

.team h3 {
    font-size: 14px !important;
}

.porque h2 {
    margin: 0px 0 25px 0;
}

.testimonial{margin: 0 !important}

.testimonial h2 {
    font-size: 14px;
}

#perguntas p {
    font-size: 12px;
    padding: 10px 0;
}

h2.text-down {
    font-size: 22px;
    margin: 50px 0 60px;
}

.testimonial p {
    font-size: 21px;
}

h2.text-down p {
    font-size: 12px;
    padding: 0 10px;
}

}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    margin: 45px 0;
    padding: 30px 0;
    background: #ebf5f5;
    z-index: 0;
}

.testimonial h2{color: #e12454; font-size: 17px; font-weight: 500; text-transform: uppercase; margin-bottom: 0}

.testimonial p{font-size: 25px; color: #242424; font-weight: 600}


.testimonial .testimonial-icon {
    margin-bottom: 20px;
    text-align: center;
}


.testimonial .testimonial-icon i {
    font-size: 36px;
    color: rgba(256, 256, 256, .5);
}

.testimonial .testimonial-item {
    position: relative;
    margin: 0 15px;
    text-align: center;
}

.testimonial .testimonial-img {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.align-footer{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.testimonial .testimonial-item img {
    margin: 0 auto;
    width: 120px;
    padding: 10px;
    border: 5px dotted #ffffff;
    border-radius: 100px;
}

.testimonial .testimonial-item p {
    font-size: 16px;
    font-style: italic;
    color: #242424;
}

.testimonial .testimonial-text h3 {
    color: #edb5c2;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Caveat", cursive;
}

.testimonial .testimonial-text h4 {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
}

.testimonial .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(256, 256, 256, .5);
}

.testimonial .owl-dot.active {
    background: #ffffff;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    margin: 0;
}

.contact .container-fluid {
    background: url(../img/contact.jpg) left center no-repeat;
    background-size: contain;
}

.contact .contact-form {
    position: relative;
    padding: 90px 0 90px 45px;
    background: #e2b0a6;
}

.contact .contact-form input {
    color: #ffffff;
    padding: 15px 0;
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(256, 256, 256, .5);
}

.contact .contact-form textarea {
    color: #ffffff;
    height: 90px;
    padding: 15px 0;
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(256, 256, 256, .5);
}

.contact .contact-form .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}

.contact .contact-form .form-control:-ms-input-placeholder,
.contact .contact-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.contact .contact-form .btn {
    margin-top: 35px;
    color: #e2b0a6;
    background: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
}

.contact .contact-form .btn:hover {
    color: #ffffff;
    background: transparent;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-color: #ffffff;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    font-style: italic;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .contact .container-fluid {
        background: none;
    }

  .tarja .container-fluid {
    padding: 0 12px 4px;
  }

    .tarja .endereco {
      font-size: 10px;
    }
    
    .contact .contact-form {
        padding: 90px 0;
    }
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.blog .blog-item {
    position: relative;
    margin-bottom: 30px;
}

.blog .blog-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.blog .blog-img img {
    width: 100%;
    transition: .5s;
}

.blog .blog-item:hover img {
    transform: scale(1.1);
}

.blog .blog-text {
    position: relative;
    padding: 30px;
    border-right: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-left: 1px solid rgba(0, 0, 0, .07);
}

.blog .blog-text h2 {
    font-size: 25px;
    font-weight: 600;
}

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    margin-top: 10px;
    padding: 8px 15px;
}

.blog .blog-item a.btn i {
    margin-left: 5px;
}

.blog .blog-meta {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

.blog .blog-meta p {
    margin: 0 10px 0 0;
    font-size: 13px;
}

.blog .blog-meta i {
    color: #414141;
    margin-right: 5px;
}

.blog .blog-meta p:last-child {
    margin: 0;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 0;
    background: #e2b0a6;
}

.footer .hero-btn .btn{
    margin-top: 0;
}

.footer .container-fluid {
    padding: 60px 0 0 0;
}

.footer .footer-info {
    position: relative;
    text-align: center;
    padding: 0;
}

.footer .footer-info h2 {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
}

.footer .footer-info h3 {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.footer .footer-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer .footer-menu p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 15px;
    border-right: 1px solid #ffffff;
}

.footer .footer-menu p:last-child {
    border: none;
}

.footer .footer-social {
    position: relative;
    margin-top: 15px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 20px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #414141;
}

.footer .copyright {
    position: relative;
    text-align: center;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer .copyright::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    top: 0;
    left: 25%;
    background: rgba(256, 256, 256, .2);
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
    font-weight: 600;
}

.footer .copyright p a:hover {
    color: #414141;
}

.politicas{padding-top: 120px}

.accept-cookies:hover, .accept-cookies:active, .accept-cookies:focus{border: none !important; outline: none; background: #e2b0a6; color: #fff}
.accept-cookies{background: #427a82; padding: 6px 8px; 
    border: none;
    margin: 0 !important;
    float: right;   

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;}

.cookie-overlay a{color: #000; text-decoration: underline; font-family: 'Montserrat', sans-serif}

.mr-3 {
    float: left;
    font-size: 14px;
    position: relative;
    top: 6px;
    font-weight: 300;
    width: 100%;
    color: #111 !important;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.3px;
}

.cookie-overlay.is-open{display: block;}

.cookie-overlay {
  display: none;
  position: fixed;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  background: #fff;
  z-index: 2051;
  line-height: 20px;
  font-size: 14px;
  border-radius: 6px;
  padding: 10px;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

  > div:first-child {
    width: 100%;
  }

  .close-cookies {
    cursor: pointer;
  }

  @include media-breakpoint-down(md) {
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;

    > div:first-child {
      width: auto;
    }
  }
}

.politicas p, .politicas li, .politicas s}
.politicas li{margin-left: 15px;}

/* pop up */

@media (max-width: 575.98px) {
    .footer .footer-info h2 {
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: 600;
    }

    .testimonial .testimonial-item p{font-size: 12px !important; height: 80px;}

    .footer .footer-info h3 {
        margin-bottom: 20px;
        font-size: 11px;
    }

    #whatsappForm{margin: 0 auto; text-align: center;}

    iframe {
        height: 260px;
        border-radius: 20px;
        margin-top: 25px;
    }

    .footer .copyright p{font-size: 12px;}

    .footer .footer-menu p {
        font-size: 11px;
        line-height: 16px;
        padding: 0 5px;
    }

    .tarja .btn {
        font-size: 15px !important;
        padding: 0 0 0 1px;
    }
}
