/*
	Theme Name: Sicflux
	Theme URL: https://sicflux.com.br
	Author: Kezily Correa | Inovalize
	Author URL: http://inovalize.com.br
	Description: Tema desenvolvido por Inovalize - Design por Agencia 5W
    Text Domain: inzco-theme
	Version: 1.0
*/

/* GERAL */

* {
	border: none;
	margin: 0;
}

body {
	background: #fafafa;
	color: var(--wp--preset--color--light-gray);
	font: 400 15px/1.6 var(--wp--preset--font-family--primary), Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-rendering: optimizeLegibility;
}

.single-produtos {
    background-color: var(--wp--preset--color--white);
}

a {
	color: #364052;
	border: none;
	text-decoration: none;
}

a:hover {
	color: #6d6d6d;
	text-decoration: none;
}

a {
	/* -webkit-transition: all 300ms linear; */
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

img,
iframe,
video {
	vertical-align: bottom;
}

div,
section,
article {
	position: relative;
}

/* FORM */

span.wpcf7-list-item {
	margin-left: 0;
	font-size: 13px;
}

input,
textarea,
select {
	width: 100%;
	padding: 8px 15px;
	margin-bottom: 25px;
	background-color: var(--wp--preset--color--white);
	border: none;
	box-sizing: border-box;
	outline: none;
	border-radius: 3px;
	position: relative;
	z-index: 1;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
}

input:focus,
textarea:focus {
	border-color: var(--wp--preset--color--primary);
}

input[type="radio"],
input[type="checkbox"] {
	width: auto;
	height: auto !important;
	margin: 0 3px 0 0;
	position: relative;
	top: 2px;
}

textarea {
	width: 100%;
	height: 130px;
    padding: 15px;
	margin: 0 0 20px;
	box-sizing: border-box;
	outline: none;
	resize: none;
}

input[type="submit"] {
	width: auto;
	height: auto;
	padding: 10px 30px;
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
	border-radius: 5px;
	font-weight: 700;
	font-size: 1.1em;
	outline: none;
	border: none;
	cursor: pointer;
}

input[type="submit"]:disabled {
    background-color: #484848;
}

input::-webkit-input-placeholder {
	color: #707070;
}

textarea::-webkit-input-placeholder {
	color: #707070;
}

input::-moz-placeholder {
	color: #707070;
}

input:-ms-input-placeholder {
	color: #707070;
}

form select {
	-webkit-appearance: none;
}

.custom-select {
	background: url(images/angle-down.png) no-repeat right .75rem center/10px var(--wp--preset--color--white);
    border: none;
    border-radius: 3px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
}

.wpcf7 form .wpcf7-response-output {
    padding: 12px 15px;
    border-width: 1px;
    font-size: 14px;
}

/* FORMINATOR */

form h3 {
    margin: 40px 0 10px;
    font-weight: 700;
}

form img {
    max-width: 100%;
    height: auto;
    border: 1px solid #f1f1f1;
}

form.forminator-ui label.forminator-label {
    display: none !important;
}

label.forminator-checkbox {
    width: 30px;
    display: inline-block !important;
}

.forminator-checkbox__label {
    display: inline-block;
}

.forminator-checkbox__label a {
    text-decoration: underline;
}

form.forminator-ui.forminator-custom-form[data-design=default] input.forminator-input,
form.forminator-ui.forminator-custom-form[data-design=default] textarea.forminator-textarea,
form.forminator-ui.forminator-custom-form[data-design=default] .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
    padding: 8px 15px;
    border-radius: 3px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 4%) !important;
    resize: none;
}

form.forminator-ui.forminator-custom-form[data-design=default] button.forminator-button-submit {
    padding: 10px 30px;
    font-weight: 700 !important;
    font-size: 1.1em !important;
    border-radius: 5px;
}

.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
    margin-bottom: 20px !important;
}

.forminator-field .row {
    margin-left: -5px;
    margin-right: -5px;
}

.forminator-field .row > div {
    padding-left: 5px;
    padding-right: 5px;
}



@media (max-width: 575px) {
    form h3 {
        font-size: 1.4em;
    }
}

/* GENERAL */

.clear {
	clear: both;
}

/* HEADER */

#header {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/* MAIN NAV */

#main-nav {
	width: 100%;
	margin: 0 auto;
	padding: 20px 25px 0;
	border: none;
	background-color: transparent;
	font-weight: 600;
}

#main-nav h1 {
    margin-bottom: 0;
    line-height: 0;
}

.navbar-brand {
	margin: 0;
	padding: 0;
    line-height: 0;
}

.navbar-brand img {
  width: 100%;
  max-width: 120px;
  height: auto;
}

.navbar-toggler {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

#main-nav .navbar-nav > li > a {
    padding: 1rem 0.5rem;
    position: relative;
    display: block;
    border-bottom: 1px solid #ededed;
}

#main-nav .navbar-nav > li:last-child > a {
    border: none;
}

#main-nav .navbar-nav > li > a > small {
    display: block;
    line-height: 1;
}

.dropdown-toggle::after {
	content: "\f107";
	margin-left: 7px;
	font-family: 'FontAwesome';
	line-height: 1;
	border: none;
	position: absolute;
	right: 15px;
	top: 15px;
}

#main-nav .navbar-nav > li.dropdown:not(.menu-item-has-children) {
	position: static;
}

#main-nav ul>li>.dropdown-menu {
    width: 100%;
    max-width: 250px;
    padding: 10px 20px;
    margin: 0;
    background-color: var(--wp--preset--color--white);
    border-radius: 0;
    border: none;
    top: 100%;
}

#main-nav ul>li>.dropdown-menu.mgm-wrapper {
    max-width: 100%;
    padding: 15px 0;
    left: 0;
    right: 0;
    justify-content: center;
    flex-wrap: wrap;
}

#main-nav ul>li>.dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#main-nav ul>li>.dropdown-menu li a:not(.btn-action) {
	color: initial;
	font-size: 14px;
	font-weight: 500;
	white-space: initial;
}

#main-nav .navbar-nav > li.menu-item-has-children > ul > li a {
    display: block;
    padding: 7px 0;
}

#main-nav .navbar-nav > li.menu-item-has-children > ul > li a:hover {
    text-decoration: underline;
}

@media (max-width: 1199px) {
    #main-nav {
        padding: 15px 25px;
    }

    .navbar-collapse {
        max-width: 400px;
        padding: 45px 20px 20px;
        background-color: var(--wp--preset--color--white);
        position: fixed;
        bottom: 0;
        left: -400px;
        right: 0;
        top: 0;
        z-index: 99;
        transition: all 0.5s;
        box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
        overflow-y: auto;
    }

    .navbar-collapse.show {
        left: 0;
    }

    #main-nav ul>li>.dropdown-menu.mgm-wrapper > .col-xl {
        padding: 0 5px;
    }
}

@media (min-width: 1200px) {
    .navbar-brand img {
        max-width: 150px;
    }

    #main-nav.navbar-expand-xl>.container {
        flex-wrap: wrap;
        align-items: baseline;
    }

    #main-nav.navbar-expand-xl>.container .navbar-brand {
        width: 100%;
        max-width: 400px;
        max-height: 44px;
        position: relative;
        top: -5px;
    }

    #main-nav .navbar-nav > li > a {
        padding: 0.8rem 0.8rem 1.875rem;
        border: none;
    }

    #main-nav .navbar-nav > li:first-child > a {
        padding-left: 0;
    }

    #main-nav .navbar-nav > li:last-child > a {
        padding-right: 0;
    }

    .dropdown-toggle::after {
        position: relative;
        top: 6px;
        right: 0;
    }

    #main-nav ul>li>.dropdown-menu {
        box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    }

    #main-nav ul > li.dropdown:hover > .dropdown-menu {
		display: block;
	}

    #main-nav ul>li>.dropdown-menu.mgm-wrapper {
        padding: 15px;
    }

    #main-nav .navbar-nav>li>ul.dropdown-menu:not(.mgm-wrapper) {
        width: 200px;
    }
}

/* MEGA MENU */

.menu__title {
	color: var(--wp--preset--color--secundary);
    font-size: 1em;
}

.menu__title:not(:first-child) {
    margin-top: 1rem;
}

.menu__title > span {
    width: 100%;
    padding: 0.5rem 0;
    cursor: pointer;
    display: block;
    position: relative;
}

.menu__title > span:after {
    content: "+";
    width: 30px;
    height: 30px;
    line-height: 1;
    position: absolute;
    right: -1.2rem;
    top: 0.5rem;
}

.menu__title.submenu-active > span:after {
    content: "-";
    font-size: 1.4rem;
}

.menu__item {
    padding: 10px 0 !important;
}

.menu__item li {
    position: static;
}

.menu__item li > a {
	padding: 5px 20px 5px 0;
	display: block;
	position: relative;
}

.menu__item li a:hover {
	background-color: var(--wp--preset--color--white);
}

.menu__item li > .dropdown-toggle::after {
	color: #c0c0c0;
	position: absolute;
	right: 10px;
}

.menu__item li > a:hover:after {
	color: var(--wp--preset--color--primary);
}

.menu__item li ul.menu__sub-menu {
	padding-bottom: 75px !important;
	font-size: 13px;
	display: none;
	align-content: baseline;
    position: relative;
}

.menu__item > li > ul > li:hover > ul.menu__sub-menu {
	display: flex;
}

.menu__sub-parent {
    display: none;
}

.submenu-active .menu__sub-parent {
    display: block;
}

.menu__product {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.menu__product span {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    display: block;
}

.menu__product img {
    max-width: 90%;
    margin-bottom: 10px;
}

.menu__btn {
    margin-top: 20px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 20px;
}

.menu__btn .btn-action {
	display: block;
}

@media (max-width: 1199px) {
    .row.menu__sub-menu {
        margin: 0 -15px !important;
    }

    .menu__product {
        padding: 0 5px;
    }
}

@media (min-width: 1200px) {
    .menu__item {
        width: 280px;
        min-height: 630px;
        padding: 10px 0 !important;
        margin: -15px -30px !important;
        background-color: #f7f7f7;
    }

    .menu__title {
        font-size: 1.1em;
        padding: 2px 25px;
    }

    .menu__sub-menu.row {
        padding-left: 8px !important;
    }

    .menu__product {
        padding: 0 7px;
    }

    .menu__item li:not(.menu__product) > a {
        padding: 3px 25px;
        margin: 0 -25px;
    }

    .menu__item li > .dropdown-toggle::after {
        content: "\f105";
    }

    .menu__item li ul.menu__sub-menu {
        width: calc(100% - 265px);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 265px;
    }

    .menu__btn {
        margin: 0;
        bottom: 35px;
        left: 30px;
        right: auto;
    }
}

/* MAIN NAV - Actions */

.header__actions {
    display: flex;
    justify-content: end;
    gap: 0.5rem;
    z-index: 2;
}

.header__actions button {
    min-width: 95px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    border-radius: 5px;
    outline: none;
}

.header__actions button:focus {
    outline: none;
}

.swatch-lang {
	background-color: #f0f0f0;
    display: none;
}

.swatch-lang:hover,
.swatch-lang.active {
	background-color: var(--wp--preset--color--white);
	color: var(--wp--preset--color--primary);
	z-index: 1;
}

.swatch-lang-box {
    width: 230px;
    padding: 25px;
    background-color: var(--wp--preset--color--white);
    position: absolute;
    top: 0px;
    right: 0;
    border-radius: 5px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    display: none;
}

.swatch-lang-box small {
    display: block;
    margin-bottom: 30px;
}

.swatch-lang-box label {
    font-weight: 700;
}

.swatch-lang-box select {
	border: 1px solid #d9d9d9;
    font-size: 14px;
}

.swatch-lang-box input[type=submit] {
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
}

@media (max-width: 575px) {
    .header__actions {
        gap: 0;
    }
    
    .header__actions button {
        width: 100%;
        border-radius: 0;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .header__actions {
        padding: 10px 0;
        border-bottom: 1px solid #c3c3c3;
    }
}

@media (min-width: 1200px) {
    .header__actions {
        width: 95px;
        position: absolute;
        right: 15px;
        top: 0.6rem;
    }
}

/* HEADER - LANGUAGE SWITCHER */

.langswitcher {
    padding: 0 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
}

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

.pll-parent-menu-item > a {
    padding-right: 1rem;
}

.pll-parent-menu-item a {
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

.pll-parent-menu-item > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 13px;
}

.pll-parent-menu-item ul.sub-menu {
    margin-left: -1rem;
    display: none;
    padding: 0.5rem 2rem 0 1rem;
    position: absolute;
    top: 100%;
}

.pll-parent-menu-item:hover ul.sub-menu {
    background-color: var(--wp--preset--color--white);
    display: block;
    z-index: 1;
}

.pll-parent-menu-item ul.sub-menu li {
    padding-bottom: 0.5rem;
}

.pll-parent-menu-item img {
    max-width: 24px;
    height: auto;
    border-radius: 30px;
}

@media (max-width: 575px) {
    .langswitcher {
        position: absolute;
        bottom: -6.5rem;
        right: 0;
    }

    .pll-parent-menu-item ul.sub-menu {
        padding: 0.5rem 1.1rem 0 0.5rem;
        margin-left: 0;
        margin-top: -0.2rem;
        right: -0.02rem;
        border-top-right-radius: 0;
    }
}


/* CLOSE BUTTON */

.close-icon {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.close-icon:before,
.close-icon:after {
	content:'';
	position:absolute;
    background-color: var(--wp--preset--color--primary);
	width: 26px;
	height: 3px;
	top: 16px;
}

.close-icon:before {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
	left:2px;
}
.close-icon:after {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
	right:2px;
}

#main-nav .close-menu,
#filter-nav .close-filter {
    position: absolute;
    top: 10px;
    right: 24px;
    z-index: 9;
}

/* BREADCRUMBS */

.breadcrumb {
    padding: 0;
    margin: 0 0 20px;
    background-color: transparent;
    font-size: 11px;
}

.breadcrumb,
.breadcrumb a {
    color: #939699;
}

/* ENTRY */

.entry {
	max-width: 100%;
	height: auto;
	word-wrap: break-word;
	z-index: 1;
}

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

.entry p {
	margin-bottom: 25px;
}

.entry blockquote {
  font-size: inherit;
}

.entry iframe {
	width: 100%;
	height: 550px;
	margin: 0 auto 40px;
	display: block;
    border-radius: 5px;
}

.entry > h2:not(.intitle),
.entry > h3:not(.intitle),
.entry > h4:not(.intitle) {
    margin: 40px 0 20px;
    font-weight: 700;
}

.wp-block-image img {
	height: auto;
}

@media (max-width: 575px) {
    .entry iframe {
        height: 240px;
    }
}

/* BUTTONS - SINGLE */

@media (max-width: 575px) {
    .single-produtos .wp-block-buttons>.wp-block-button {
        margin-bottom: 15px;
    }
    
    .single-produtos .wp-block-buttons>.wp-block-button,
    .single-produtos .wp-block-buttons>.wp-block-button a {
        width: 100%;
    }
}

/* TABLE */

.wp-block-table {
    line-height: 1.3;
}

.wp-block-table table {
    background: #e2f3fb;
    overflow: hidden;
    text-align: center;
}

.wp-block-table tbody tr {
    padding-bottom: 10px;
}

.wp-block-table thead {
    background: #008db8;
    color: var(--wp--preset--color--white);
}

.wp-block-table th {
    text-transform: uppercase;
}

.wp-block-table td,
.wp-block-table th {
    padding: 5px;
    vertical-align: baseline;
    border: 1px solid var(--wp--preset--color--white);
}

.wp-block-table td {
    color: #000;   
}

.wp-block-table a {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .wp-block-table table {
        width:100%;
    }

    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table {
        font-size: 12px;
    }

    .wp-block-table thead {
        display: none;
    }

	.wp-block-table tbody tr {
		padding: 10px 0;
		display: block;
	}

    .wp-block-table tbody td {
        display: block;
        text-align: left !important;
        padding: 10px 15px;
    }

    .wp-block-table tbody td:before {
        content: attr(data-title)':';
        margin-bottom: 5px;
        display: block;
        color: var(--wp--preset--color--primary);
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .wp-block-table tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }
}

/* NEWSLETTER */

.newsletter input[type="submit"] {
    margin-top: 30px;
    background-color: var(--wp--preset--color--dark-gray);
    color: var(--wp--preset--color--white);
}

/* SIDEBAR */

.show-filter.btn-action {
    max-width: 110px;
    margin-bottom: 40px;
    background-color: var(--wp--preset--color--light-gray);
    display: none;
}

.search-form-filter input[type=search] {
    margin-bottom: 10px;
    padding-right: 25px;
    background: url(images/search.png) 97% no-repeat #f7f7f7;
    background-size: 20px;
    border: 1px solid #c8c8c8;
    box-shadow: none;
}

.search-form-filter input[type=submit] {
    width: 100%;
}

.sidebar-filter {
    padding: 20px 25px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
    border-radius: 5px;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.sidebar-filter .sidebar:not(.sidebar:last-of-type) {
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}

.sidebar-filter .sidebar h2 {
    margin-bottom: 30px;
    color: var(--wp--preset--color--primary);
    font-size: 1.3em;
    font-weight: 700;
}

.sidebar-actions {
    display: flex;
    justify-content: space-between;
    gap: 0.2rem;
}

.wp-block-cover .sidebar-filter {
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    display: block;
    position: relative;
    top: 0;
}

.wp-block-cover .sidebar-filter input[type=submit] {
    margin: 0;
    background-color: var(--wp--preset--color--dark-gray);
}

.wp-block-cover .sidebar-filter input[type=submit]:hover {
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--primary);
}

.wp-block-cover .sidebar-filter,
.wp-block-cover .sidebar-filter .sidebar h2,
.wp-block-cover .sidebar-filter .filter-items li.has-child span,
.wp-block-cover .sidebar-filter .filter-items li.has-child span.active .fa:before {
    color: var(--wp--preset--color--white);
}

.wp-block-cover .sidebar-filter .custom-check label:before {
    border-color: var(--wp--preset--color--white);
}

@media (max-width: 991px) {
    .show-filter.btn-action {
        width: 100%;
        max-width: 40%;
        display: block;
        padding: 15px 10px;
        line-height: 2.5;
    }

    .sidebar-filter {
        display: none;
        margin: -25px 0 50px;
    }
}

/* FILTER */

.filter-form label.parent {
    font-weight: 700;
}

.filter-form label {
	margin-bottom: 12px;
}

.filter-form li:last-child label {
    margin-bottom: 0;
}

.filter-form input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 4px;
}

.filter-form input[type=submit] {
    width: 100%;
}

.filter-items ul {
    padding: 0;
    list-style: none;
}

.filter-items .has-child ul {
    padding-left: 22px;
    margin-bottom: 20px;
    margin-right: -18px;display: none;
}

.filter-items ul li {
    padding-right: 18px;
    position: relative;
}

.filter-items li.has-child span {
    width: 18px;color: var(--wp--preset--color--primary);
    line-height: 0;
    position: absolute;
    right: 0;
    top: 3px;
    cursor: pointer;
    display: block;
    text-align: right;
}

.filter-items li.has-child span.active .fa:before {
    content: "\f068";
    color: var(--wp--preset--color--secundary);
}

.filter-form span.child {
    padding-left: 20px;
}

.filter-form::-webkit-scrollbar {
    width: 6px;
}
  
.filter-form::-webkit-scrollbar-track {
    background: var(--wp--preset--color--white); 
}

.filter-form::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 100px;
}

.filter-form::-webkit-scrollbar-thumb:hover { 
    background: var(--wp--preset--color--primary); 
}

/* CUSTOM CHECKBOX */

.custom-check input {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
}

.custom-check label {
    padding-left: 25px;
    cursor: pointer;
    position: relative;
}

.custom-check label:before {
    content: "";
    width: 17px;
    height: 17px;
    border: 1.5px solid #ADB5BD;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 3px;
}

.custom-check input:checked + label:before {
    background: url(images/checkmark.png) center 2px no-repeat var(--wp--preset--color--secundary);
    background-size: 10px;
    border-color: var(--wp--preset--color--secundary);
}

@media (max-width: 575px) {
    .custom-check label:before {
        top: 1px;
    }
}

/* WP-PAGENAVI */

nav.pagination {
	display: block;
	font-size: 15px;
	text-align: center;
	clear: both;
}

nav.pagination .total-pages {
    margin: 0 15px;
    display: inline-block;
    color: #858585;
}

/* SEARCH */

.search-form__toggle {
    width: 27px;
    height: 27px;
    background: url(images/search-top.png) center no-repeat;
    background-size: 26px;
    cursor: pointer;
    display: block;
}

.search-form__toggle.active {
    background: url(images/close.png) center no-repeat;
    background-size: 26px;
}

.search-form__fields {
    width: 240px;
    background-color: var(--wp--preset--color--white);
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    display: none;
    overflow: hidden;
    position: absolute;
    top: -0.4rem;
    right: 3rem;
    z-index: 1;
}

.search-form input[type="search"] {
  width: calc(100% - 40px);
  height: 40px;
  padding: 10px;
  margin: 0;
  background: transparent;
  font-size: 12px;
  float: left;
  border: none;
}

.search-form input[type="submit"] {
  min-width: auto;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  background: url(images/search.png) center no-repeat #f7f7f7;
  background-size: 20px;
  float: right;
  border-radius: 0;
}

.gdpr_lightbox.gdpr_lightbox-opened {
    background-color: rgba(0,0,0,0.5);
}

@media (min-width: 1200px) {
    .search-form {
        position: relative;
        top: 1.2rem;
    }    
}

/* MODAL */

.modal-content {
    background-color: #f7f7f7;
    border-radius: 5px;
    border: none;
}

.modal-dialog {
    width: 95%;
    max-width: 550px;
}

.modal-body {
    padding: 25px;
}

#video-item .modal-body {
	padding: 5px;
}

#video-item .modal-dialog {
	max-width: 800px;
}

#video-item iframe {
	width: 100%;
	height: 300px;
    border-radius: 10px;
}

.modal button.close {
    width: 35px;
    height: 35px;
    padding: 0;
    color: var(--wp--preset--color--primary);
    background-color: var(--wp--preset--color--white);
    font-size: 35px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 1;
    border-radius: 10px;
}

.modal-backdrop.show {
    opacity: 0.9;
    background: #0a6e93;
}

@media (min-width: 768px) {
	#video-item iframe {
		height: 500px;
	}
}

/* HELPERS */

.row-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.row-1 > div {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

/* MENU GENERAL */

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

.menu li {
    display: block;
    padding: 5px 0;
}

/* SOCIAL */

.block-social .fa {
    width: 35px;
    height: 35px;
    margin-left: 10px;
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    font-size: 1.5em;
    line-height: 35px;
    text-align: center;
    border-radius: 30px;
}

.block-social .fa:hover {
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--primary);
}

#header .nav-top {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8rem;
}

#header .nav-top .navbar-nav > li > a {
    padding: 6px 10px;
    background-color: var(--wp--preset--color--primary);
    border-radius: 5px;
    color: var(--wp--preset--color--white);
    display: block;
    line-height: 1;
}

#header .nav-top .navbar-nav > li > a:hover {
    background-color: var(--wp--preset--color--secundary);
}

@media (max-width: 991px) {
    #header .block-social .fa {
        margin: 0 5px 0 0;
    }
}

@media (min-width: 1200px) {
    #header .nav-top {
        margin: 0;
        justify-content: flex-end;
        position: absolute;
        right: 5rem;
        top: -3.1rem;
    }

    #header .block-social .fa {
        width: 28px;
        height: 28px;
        font-size: 15px;
        line-height: 28px;
        margin-left: 5px;
    }
}

/* ALERTS */

.alert {
    max-width: 1150px;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin: 50px auto;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

/* CUSTOM SCROLL */

.custom-scroll::-webkit-scrollbar {
    width: 4px;
}
  
.custom-scroll::-webkit-scrollbar-track {
    background: #c9c9c9; 
}
   
.custom-scroll::-webkit-scrollbar-thumb {
    background: var(--wp--preset--color--light-gray); 
    border-radius: 100px; 
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: var(--wp--preset--color--light-gray); 
}

:where(.wp-block-group.has-background) {
    padding: 0;
}

/* FOOTER */

.footer {
	width: 100%;
    padding-top: 40px;
    background: url(images/footer-sicflux.jpg) center no-repeat var(--wp--preset--color--dark-gray);
    background-size: cover;
    font-size: 15px;
	position: relative;
	bottom: 0;
}

.footer p:empty {
    display: none;
}

.footer,
.footer a {
    color: var(--wp--preset--color--white);
}

.footer a:hover {
    text-decoration: underline;
}

.footer img {
    max-width: 150px;
    height: auto;
}

.footer h2 {
    color: #c2d0d5;
    font-size: 1.2em;
    font-weight: 700;
}

.footer h2.bigger {
    max-width: 300px;
}

.footer__top {
    padding-bottom: 30px;
}

.footer__btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer__btn h2 {
    margin-right: 20px;
}

.footer__links {
    padding: 60px 0 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.footer__links > div {
    margin: 0 0 30px;
}

.footer__links form .forminator-row {
    width: calc(100% - 55px);
    display: inline-block;
    margin: 0;
}

.footer__links form .forminator-row-last {
	width: 50px;
	margin: 0 0 0 5px;
	display: inline-block;
}

.footer__links .forminator-ui.forminator-custom-form[data-design=default] input {
	height: 40px;
}

.footer__links .forminator-ui.forminator-custom-form[data-design=default] .forminator-button {
	min-width: 50px;
    height: 40px;
    padding: 0;
    background: url(images/angle-right.png) center no-repeat var(--wp--preset--color--secundary);
    border: 1px solid var(--wp--preset--color--secundary);
    color: transparent !important;
}

.footer__links form {
	margin-top: 20px;
}

.footer__links .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
}

.footer__links .menu li {
    display: block;
    padding: 5px 0;
}

.footer__bottom {
    padding: 40px 0 20px;
    font-size: 12px;
    align-items: center;
}

@media (max-width: 575px) {
    .footer {
        text-align: center;
    }

    .footer__btn h2 {
        margin: 20px 0;
    }
}

@media (max-width: 767px) {
    .footer h2.bigger br {
        display: none;
    }

    .footer__btn {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .footer h2.bigger {
        font-size: 1.5em;
        font-weight: 500;
        letter-spacing: -0.5px;
    }
}

/* MEDIA QUERIES */

@media (max-width: 575px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}
