﻿/**
 * @name * Rocket
 * @file * style.css
 * @author * Paper Plane Design Studio® <http://www.paperplane.com.br>
 * @description * css for Rocket Theme by Paper Plane;
 * @version * 1.0
 * @license * Todos os direitos reservados - Paper Plane Design Studio®
 */

.ui__display--none {
    display: none !important;
}

.ui__display--block {
    display: block !important;
}

.ui__btn {
    border-radius: 50px;
    font-weight: 600;
    line-height: 40px;
    width: 100%;
    border: none;
    transition: background-color .2s, color .2s;
}

button,
input {
    border-radius: 0;
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: auto;
}

.searchform_campos {
    border: 1px solid #a9a9a9;
    padding: 5px;
    border-radius: 5px;
}

#searchsubmit {
    background: url('../svg/search.svg') center no-repeat;
    width: 20px;
    float: right;
    color: var(--color-primary);
}

body {
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
    overflow-x: hidden;
    /* overflow-y: scroll; */
}

p {
    margin: 0 !important;
}

h1 {
    font-size: 18px;
    color: var(--color-secondary);
}


/* = main
   ========================================================================== */

main {
    width: 100%;
    height: auto;
    min-height: 800px;
    padding-bottom: 60px;
    background: #eee;
}

.body__index main {
    padding-bottom: 220px;
}

.body__sou-cliente main {
    padding-bottom: 255px;
    background: #EAEAEE;
}


/* = container
   ========================================================================== */

#comments {
    background: #fff;
    padding: 30px;
}

fieldset {
    border: 0;
}

label {
    font-weight: bold;
    color: var(--color-primary);
    margin-top: 15px;
}

.comments-field {
    border: #CCCCCC 1px solid;
    padding: 5px;
    border-radius: 5px;
}

.commentsubmit {
    width: 100%;
    height: 40px;
    margin-top: 15px;
    color: #fff;
    background-color: var(--color-secondary);
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border: 0em;
}

.commentsubmit:hover {
    background: var(--color-primary);
}

.blog__header {
    height: 150px;
    background: url(../img/header.jpg);
    margin-bottom: 30px;
}

.blog__header h1 {
    color: #fff;
}


/* = blog
   ========================================================================== */

.blog-index,
.content-area {
    font-family: var(--font-family);
}

.blog__card {
    font-size: 14px;
}

.blog__card-thumb {
    width: 100%;
    height: 190px;
    background: rgba(var(--color-tertiary-rgb), 0.1);
    margin-bottom: 20px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.blog__card-thumb::after {
    content: "";
    width: 100%;
    height: 190px;
    background: rgba(var(--color-primary-rgb), 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity .3s;
    z-index: 2;
    border: var(--color-primary) 3px solid;
}

.blog__card-thumb:hover::after {
    opacity: 1;
}

.blog__card-thumb img {
    width: 100%;
}

.blog__card-date {
    font-size: 12px;
    color: var(--color-tertiary);
}

.blog__card-title {
    color: var(--color-secondary);
    font-size: 14px;
    font-weight: 700;
}

.blog__card-excerpt {
    color: var(--color-tertiary);
    margin-bottom: 30px;
}

.blog__card-more {}

.blog__search {}

.blog__aside {}

.navigation {
    width: 100%;
    text-align: center;
}

.page-numbers.current {
    background: var(--color-primary);
    color: #fff;
    text-align: center;
}

.page-numbers:hover {
    background: var(--color-secondary);
    color: #fff;
}

.page-numbers {
    min-width: 30px;
    height: 30px;
    display: inline-block;
    border: #ccc 1px solid;
    line-height: 30px;
    margin-right: 15px;
    text-align: center;
    padding: 0 5px;
    border-radius: 5px;
}

.screen-reader-text {
    display: none;
}

.blog--sidebar {
    background: #fff;
    border-radius: 7px;
    padding: 30px;
}

.blog--sidebar-categorias {
    margin-bottom: 30px;
}

.blog--titulo {
    color: var(--color-secondary);
    border-bottom: #ccc 1px solid;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 16px;
}

.blog__article--content {
    margin-bottom: 30px;
}

.blog__voltar {
    background: var(--color-primary);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    margin: 0 10px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

.blog__article--view-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #ccc 1px solid;
}

.blog__article_image img {
    width: 100% !important;
    margin-bottom: 30px;
    height: auto;
}


/* ==========================================================================
   = breakpoint xl ( 1340px - 1600px )
   ========================================================================== */

@media (max-width: 1600px) {
    /* display */
    .ui__display--xl-none {
        display: none !important;
    }
    .ui__display--xl-block {
        display: block !important;
    }
}


/* ==========================================================================
   = breakpoint lg ( 1080px - 1340px )
   ========================================================================== */

@media (max-width: 1340px) {
    /* display */
    .ui__display--lg-none {
        display: none !important;
    }
    .ui__display--lg-block {
        display: block !important;
    }
    .header__social-container {
        display: none;
    }
    .nav__content {
        padding-top: calc(14% - 40px);
        padding-bottom: 14%;
    }
}


/* ==========================================================================
   = breakpoint md ( 820px - 1080px )
   ========================================================================== */

@media screen and (max-width: 1080px) {
    /* = ui
       ========================================================================== */
    /* display */
    .ui__display--md-none {
        display: none !important;
    }
    .ui__display--md-block {
        display: block !important;
    }
}


/* ==========================================================================
   = breakpoint sm ( 567px - 820px )
   ========================================================================== */

@media screen and (max-width: 820px) {
    /* display */
    .ui__display--sm-none {
        display: none !important;
    }
    .ui__display--sm-block {
        display: block !important;
    }
}


/* ==========================================================================
   = breakpoint xs ( 0px - 567px )
   ========================================================================== */

@media screen and (max-width: 567px) {
    /* = animation
       ========================================================================== */
    /* = ui
       ========================================================================== */
    /* display */
    .ui__display--xs-none {
        display: none !important;
    }
    .ui__display--xs-block {
        display: block !important;
    }
}