/*
Theme Name: UP4 Market 2.0
Version: 2.0
Author: hello.digital - Leandro Guedes
Author URI: https://hellodigital.pt/
*/

/* @font-face {
    font-family: 'Campton';
    src: url('fonts/Campton-Light.woff2') format('woff2'),
        url('fonts/Campton-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Campton Book';
    src: url('fonts/Campton-Bold.woff2') format('woff2'),
        url('fonts/Campton-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton';
    src: url('fonts/Campton-Medium.woff2') format('woff2'),
        url('fonts/Campton-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton';
    src: url('fonts/Campton-SemiBold.woff2') format('woff2'),
        url('fonts/Campton-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton Book';
    src: url('fonts/Campton-Book.woff2') format('woff2'),
        url('fonts/Campton-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



:root {
    --black: #242424;
    --red: #F7432D;
    --gray: #565758;
    --brown-light: #C8AD89;

    --e-global-color-accent: var(--red);
    --e-global-color-primary: var(--brown-light);
    --e-global-color-secondary: var(--black);

    --radius: 8px;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    font-size: 16px;
    font-weight: 300;
}


body {
    font-family: 'Campton Book', sans-serif;
    font-weight: normal;
    background-color: white;
    color: var(--gray);
}

strong {
    font-family: 'Campton', sans-serif;
    font-weight: bold;
}

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


a {
    text-decoration: none;
    color: var(--red);
}

    a:hover {
        color: var(--brown-light);
        text-decoration: none;

    }

.logo-space {
    background-color: var(--primary);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

h1.entry-title {
    font-weight: 700;
}

.bg-accent {
    /*background-color: var(--red);*/
    color: #BC3B69;
}

/* Background */
.bg-black {
    background-color: #242424;
}

.bg-light {
    background-color: #F7F7F7 !important;
}

.bg-darkgray {
    background-color: #4D4E4E;
}

.bg-red {
    background-color: #F7432D;
    color: #FFF;
}

.bg-green {
    background-color: #66DDC8;
    color: #FFF;
}

.bg-yellow {
    background-color: #DDB200;
    color: #FFF;
}

.shadow {
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.1) !important;
    border-radius: 8px;

}

/* Forms */
input.form-control, select.form-control {
    height: 52px;
    border: 1px solid #EDEDED;
    font-size: 15px;
}

textarea.form-control {
    border: 1px solid #EDEDED;
    font-size: 15px;
    padding: 10px 15px;
}

.form-select {
    border: 1px solid #EDEDED;
    height: 52px;
    font-size: 15px;
}

.wpcf7-list-item {
    margin: 0;
}

/* Buttons */
.btn {
    border-radius: 4px;
    font-weight: 700;
}

/* Buttons */
.btn-red {
    border-radius: 50px;
    background-color: #F7432D;
    color: #FFF !important;
    font-size: 13px;
    font-weight: 500;

    padding: 5px 20px;
}

    .btn-red:hover {
        background-color: #FFF;
    }

    .btn-red:hover img {
        filter: invert(1);
    }

.btn-green {
    border-radius: 50px;
    background-color: #66DDC8;
    color: #FFF;
    font-size: 13px;
    font-weight: 500;

    padding: 5px 20px;
}

    .btn-green:hover {
        color: #66DDC8 !important;
        background-color: #FFF;
        border: 1px solid #66DDC8;
    }

.btn-outline {
    border: 1px solid #E2E2E2;
    border-radius: 50px;
    color: #565758;
    font-size: 13px;
    font-weight: 500;

    padding: 5px 20px;
}

.btn-outline:hover {
    background-color: #F7432D;
    color: #FFF !important;
}

.btn-blue {
    background-color: #547782;
    border: 1px solid #547782;
}

/* Language Selector */
.lang {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: 1px solid rgba(216, 200, 161, 0.7);
    border-radius: 4px;
}

    .lang a {
        font-size: .8rem;
        font-weight: 700;

        color: white;
        background-color: transparent;

        padding: 10px 10px;
        display: block;
        width: 100%;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .lang a.active, .lang .pt {
        background-color: rgba(216, 200, 161, 0.7);
        /* opacity: .3; */
    }


/* Navigation */
.nav-link:active, .nav-link:focus, .nav-link:hover {
    color: var(--secondary-inverted);
}

ul.nav a {
    color: white;
    font-weight: 500;
}

ul.nav a.dropdown-item {
    color: black;
    font-weight: 500;
    padding: 10px 20px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--secondary-inverted);
    color: var(--primary) !important;
}

.submenu {
    background-color: var(--brown-light);
}

    .submenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .submenu ul li {
        margin-bottom: 20px;
    }

    .submenu ul li a {
        font-size: 20px;
        font-weight: 700;
        color: var(--primary);
    }

    .submenu .lang a {
        color: var(--primary);
    }

    /* Elementor */
    .rating-google .elementor-icon i, .rating-google .elementor-icon svg {
        width: auto;
        height: auto;
    }

.breadcrumb {
    text-transform: lowercase;
    font-size: 13px;
    margin-bottom: 0;
}

.breadcrumb a {
	color: var(--gray);
}

.text {
    font-size: 16px;
    line-height: 28px;
}


    @media (min-width: 992px) {
        .text {
            text-align: justify;
        }
    }

    .text h2, .text h3 {
        font-size: 20px;
        font-weight: 300;
        color: #F7432D;
    }

    .text h3 {
        font-size: 18px;
    }

    

    .text img {
        max-width: 100%;
        height: auto;
    }

    .text a {
        color: #242424;
    }

    .text small {
        text-align: left;
    }

    .text h1, .text h2, .text h3, .text h4 {
        /* text-align: left; */
    }

.content .heading {
    border-bottom: 1px solid #EAEAEA;
}

    .content .heading h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .content .heading .author {
        font-size: 11px;
    }

        .content .heading .author img.avatar {
            width: auto;
            height: 50px;
        }

.content  .share {
    font-size: 11px;
    color: #959595;
}

.sidebar h4 {
    font-size: 18px;
}

.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sidebar ul li {
        padding: 3px 0;
        font-size: 13px;
    }

    .sidebar ul li a {
        color: #848484;
    }

.sidebar .form-control {
    border-radius: 50px;
    border: 1px solid #EDEDED;
    border-right: 0;
    padding: 10px 20px;
    height: 40px;
    font-size: 12px;
}

    .sidebar .input-group .btn {
        background-color: #FFF;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;

        border: 1px solid #EDEDED;
        border-left: 0;
    }

.comments .commenter {
    font-size: 15px;
    font-weight: 600;
}

    .comments .commenter .date {
        font-size: 10px;
        color: #2F2F2F;
        font-weight: 300;
    }



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 6px 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.ad {
    margin: 40px 0;
    border-top: 3px solid #F7432D;
    font-size: 12px;
}

.mid-box {
    padding: 25px;
}

@media (min-width: 992px) {
    .mid-box {
        min-height: 220px;
    }
}

.wpcf7-list-item {
display: block;
margin: 0;
}

.grecaptcha-badge {
display: none;
}

/* News */
.news .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.news h3 {
    font-size: 20px;
}

    .news h3 a {
        color: #565758;
    }

.news img.img-fluid {
    width: 100%;
    height: 200px;
    object-position: center;
    object-fit: cover;
}


.archive-news img.img-fluid {
    width: 100%;
    height: 200px;
    object-position: center;
    object-fit: contain;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0px;
}

.news.ebook img.img-fluid {
    width: auto;
    height: 200px;
}

.news .description {
    border-radius: 4px;
}

@media (min-width: 992px) {
    .news .description {
        min-height: 320px;
    }
}

.news .description .role {
    font-size: 11px;
    font-weight: 300;
}

.services .elementor-image-box-content {
    background: #FFFFFF;
    box-shadow: 0px 17px 22px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 30px;
    padding-top: 50px;
    text-align: left;
}

    .services figure.elementor-image-box-img {
        margin: 0 auto !important;
        margin-bottom: -100px !important;
    }

.services a {
	color: var(--brown-light);
}

.elementor-testimonial .elementor-testimonial__image img {
    height: auto;
    object-fit: contain;
}

.highlights .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
    object-fit: contain;
    padding: 15px;
    background-color: white;
    width: 100%;
}


/* Produtos */
.product {
    border: 1px solid #F1F1F1;
    border-radius: 4px;
}

    .product .product-image {
        height: 320px;
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #F8F8F8;
        background-blend-mode: multiply;
    }

    .product .product-content {
        padding: 25px;
    }

    .product p.product-ncm {
        background-color: #547782;
        color: white;
        border-radius: 6px;
        padding: 5px 10px;
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
    }

    .product h2 {
        color: #565758;
        font-size: 22px;
        font-weight: 700;
    }

/* @media (min-width: 992px) { */
    .gtranslate_wrapper a {
        margin: 0 5px;
    }
/* } */