/*
Theme Name: antonguinea
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

.gutenberg-hb > .porto-block > *:not(.porto-section), 
.gutenberg-hb .porto-section > *:not(.container), 
.gutenberg-hb .porto-section > .container > * {
    margin-right: 0;
}

h1, .h1 {
    font-size: 2rem !important;
    line-height: 1.2;
}

.ag-container,
.ag-container-inner > div,
.error404 .container > div {
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px !important;
    padding-right: 24px !important;
    width: 100%;
    max-width: 1800px;
}

.bg-quaternary {
    background-color: #e5e8e8;
}

.bg-primary > div,
.bg-secondary > div,
.bg-gray > div,
.bg-dark > div,
.bg-blur > div,
.bg-white > div,
.bg-quaternary > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pt-6 {
    padding-top: 6rem;
}

.pb-6 {
    padding-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.justify-content-space-between {
    justify-content: space-between;
}

.mt-6 {
    margin-top: 6rem;
}

.mb-6 {
    margin-bottom: 6rem;
}

.mt-7 {
    margin-top: 16rem;
}

.mb-7 {
    margin-bottom: 16rem;
}

.wp-block-shortcode > div {
    min-width: 900px;
}

@media (min-width: 768px) {
    p.lead, li.lead {
        font-size: 20px !important;
    }
}

@media (min-width: 992px) {
    h1,
    .h1 {
        font-size: calc(2rem + 1.5vw) !important;
    }
}