@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@400;700&display=swap");
body {
  font-family: "Almarai", sans-serif;
  font-size: 15px;
  background: #D7D7D7;
  margin: 0;
  padding: 0;
  color: #454545;
  font-weight: 400;
}
body:before {
  display: none !important;
}
body:after {
  display: none !important;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
  text-decoration: none;
}

a {
  color: #B9B9B9;
  transition: 0.4s ease color, 0.4s ease background, 0.4s ease opacity;
  box-shadow: none;
}

a:hover,
a:focus,
a:active,
a.active {
  color: #868686;
}

.text-right {
  text-align: right;
}

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

.margin-top {
  margin-top: 40px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.spacer {
  height: 50px;
}

.site-header {
  padding: 20px;
  background: white;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
}
@media (min-width: 910px) {
  .site-header {
    padding: 10px 30px;
  }
}
.site-header .site-branding {
  margin-top: 0;
  margin-bottom: 0;
}
.site-header .site-branding .site-title {
  margin: 0;
}
.site-header .site-branding .site-title .custom-logo {
  max-width: 180px;
}
@media (min-width: 910px) {
  .site-header .site-branding .site-title .custom-logo {
    max-width: 150px;
  }
}
@media (min-width: 1200px) {
  .site-header .site-branding .site-title .custom-logo {
    max-width: 200px;
  }
}
.site-header .site-header-menu {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1250px) {
  .site-header .site-header-menu {
    display: flex;
    align-items: center;
  }
}
.site-header .site-header-menu .social-menu {
  padding: 1rem 0 0;
  list-style: none;
  display: flex;
  margin: -3px 0 0;
}
@media (min-width: 910px) and (max-width: 1309px) {
  .site-header .site-header-menu .social-menu {
    display: none;
    margin: -10px 0 0;
  }
}
@media (min-width: 1250px) {
  .site-header .site-header-menu .social-menu {
    padding: 0;
    margin-left: 1rem;
  }
}
.site-header .site-header-menu .social-menu li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #B9B9B9;
  border: 1px solid #179ECB;
  border-radius: 25px;
  line-height: 30px;
  font-size: 1.1rem;
  margin: 0 13px 0 0;
}
@media (min-width: 910px) {
  .site-header .site-header-menu .social-menu li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1.3rem;
    margin: 0 10px 0 0;
  }
}
.site-header .site-header-menu .social-menu li a:hover, .site-header .site-header-menu .social-menu li a:focus {
  background: #179ECB;
  color: white;
}

#masthead {
  background: #B9B9B9;
}
#masthead .site-header-main {
  max-width: 1170px;
  margin: auto;
  position: relative;
}
@media (min-width: 1200px) {
  #masthead .site-header-main {
    align-items: flex-end;
  }
}
#masthead .menu-toggle {
  border: 1px solid #454545;
  color: #454545;
}
#masthead .menu-toggle.toggled-on {
  background: transparent;
}
#masthead .dropdown-toggle {
  color: #454545;
  height: 40px;
}
#masthead .dropdown-toggle::after {
  border: none;
}

@media (min-width: 910px) {
  .primary-menu > li > a {
    font-size: 15px;
  }
}
@media (min-width: 910px) and (min-width: 910px) {
  .primary-menu > li > a {
    font-size: 13px;
  }
}
@media (min-width: 910px) and (min-width: 1200px) {
  .primary-menu > li > a {
    font-size: 15px;
    padding-left: 0.8em !important;
    padding-right: 0.8em !important;
  }
}
@media (min-width: 910px) and (min-width: 910px) and (max-width: 990px) {
  .primary-menu > li > a {
    padding-left: 0.4em !important;
    padding-right: 0.4em !important;
  }
}
@media (min-width: 910px) {
  .primary-menu > li > a:hover, .primary-menu > li > a:focus {
    color: #179ECB;
  }
  .primary-menu > li > a:hover:before, .primary-menu > li > a:focus:before {
    height: 4px;
  }
  .primary-menu > li:last-of-type a {
    background: #179ECB;
    color: white;
    transform: skew(-21deg);
    border-radius: 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .primary-menu > li:last-of-type a > span {
    display: inline-block;
    transform: skew(21deg);
  }
  .primary-menu > li:last-of-type a:hover, .primary-menu > li:last-of-type a:focus {
    background: #127a9d;
    color: white;
  }
  .primary-menu > li.current_page_item > a:before {
    height: 4px;
    background: #FFD200;
  }
}
#menu-menu-principal {
  border: none;
}
#menu-menu-principal > li:last-of-type {
  border: none;
  margin-top: 10px;
}
#menu-menu-principal > li:last-of-type a {
  background: #179ECB;
  color: white;
  text-align: center;
}
@media (max-width: 909px) {
  #menu-menu-principal > li:last-of-type a {
    border-radius: 35px 15px;
  }
}
@media (min-width: 910px) {
  #menu-menu-principal > li:last-of-type {
    margin: 0 0 0 10px;
  }
  #menu-menu-principal > li:last-of-type a:hover, #menu-menu-principal > li:last-of-type a:focus {
    background: #127a9d;
    color: white !important;
  }
}

.main-navigation .primary-menu {
  margin-top: 1rem;
}
.main-navigation a {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Almarai", sans-serif;
  font-size: 15px;
  color: #312A2D;
  padding: 0.65625em 0.5em;
}
.main-navigation a:hover, .main-navigation a:focus {
  color: #179ECB;
}
.main-navigation li {
  border: 1px solid #CCC;
  border-width: 1px 0;
  margin-bottom: -1px;
  padding: 0;
}
@media screen and (min-width: 56.875em) {
  .main-navigation li ul {
    left: auto;
    right: 0;
    display: block;
    margin-top: -1rem;
    transition: 0.3s all ease-in-out;
    pointer-events: none;
    opacity: 0;
  }
  .main-navigation li ul li {
    margin: 0;
  }
  .main-navigation li ul li a {
    color: #454545;
    font-size: 13px;
    width: auto !important;
    white-space: nowrap;
    text-transform: uppercase;
  }
  .main-navigation li:hover > ul, .main-navigation li.focus > ul {
    margin-top: 0;
    pointer-events: auto;
    opacity: 1;
  }
  .main-navigation li.focus > a {
    color: #179ECB !important;
  }
  .main-navigation li:hover > a {
    color: #179ECB !important;
  }
}
.main-navigation ul ul a {
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
}
.main-navigation ul ul a:hover, .main-navigation ul ul a:focus {
  color: #179ECB;
}
.main-navigation .menu-item-has-children a {
  padding-right: 28px !important;
}
.main-navigation .menu-item-has-children a:after {
  transition: all 0.3s ease-in-out;
  top: 8px;
  right: 8px;
}
@media (min-width: 910px) {
  .main-navigation .menu-item-has-children a:after {
    display: none;
  }
}
@media (min-width: 1000px) {
  .main-navigation .menu-item-has-children a:after {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .main-navigation .menu-item-has-children a:after {
    top: 11px;
  }
}
.main-navigation .menu-item-has-children:hover a:after, .main-navigation .menu-item-has-children:focus a:after, .main-navigation .menu-item-has-children:focus-within a:after {
  transform: rotate(-180deg);
}
.main-navigation .menu-item-has-children .sub-menu {
  transition: all 0.3s ease-in-out;
}

.section {
  max-width: 900px;
  margin: 0 15px 40px;
  color: #454545;
  padding: 50px 0 0;
}
.section .section-thumbnail {
  margin: 0 auto 1rem;
}
@media (min-width: 400px) {
  .section .section-thumbnail {
    max-width: 80%;
  }
}
.section.total {
  max-width: 100%;
  margin: 0;
}
.section.total .section-header {
  padding-left: 15px;
  padding-right: 15px;
}
.section.total .section-text {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.section.centered {
  text-align: center;
}
.section.centered .section-text {
  width: 100%;
}
.section.centered .section-text .section-header:after {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 600px) {
  .section {
    display: flex;
    align-items: center;
    /*
    &:nth-child(2n+1) {

    	.section-thumbnail {
    		order:2;
    	}

    	.section-text {
    		order:1;
    	}
    }
    */
  }
  .section .section-thumbnail {
    width: 50%;
    max-width: none;
    padding: 0 1rem;
    margin: 0;
  }
  .section .section-text {
    width: 50%;
    padding: 0 1rem;
  }
}
@media (min-width: 930px) {
  .section {
    margin: 0 auto;
  }
}
.section .section-text .section-header {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 3rem;
  line-height: 1;
  color: #454545;
  text-transform: uppercase;
}
.section .section-text .section-header:after {
  content: "";
  display: block;
  margin: 0.5rem 0 1rem;
  width: 100px;
  height: 5px;
  background: #179ECB;
  border-radius: 3px;
}
.section .section-text p {
  line-height: 1.25;
  margin-bottom: 1rem;
}

.page-title {
  color: #B9B9B9;
  font-weight: 500;
  font-family: "Almarai", sans-serif;
}

#page {
  margin: 0;
  background: transparent;
}
#page .site-main {
  margin-bottom: 0;
}
#page .content-area-full-width {
  width: 100%;
}
#page .container {
  max-width: 1170px;
  margin: auto;
}
#page .post-thumbnail {
  margin: 0 0 15px;
}
#page .post-thumbnail img {
  display: block;
  width: 100%;
}
#page .col-8 .entry-content-boxed {
  margin-left: 0;
  margin-right: 0;
}
#page .justify-content-center {
  display: flex;
  justify-content: center;
}
#page .production-container {
  max-width: 900px;
  margin: 0 15px 40px;
}
@media (min-width: 930px) {
  #page .production-container {
    margin: 0 auto 40px;
  }
}
#page .production-container .production-item {
  border-bottom: 1px solid rgba(69, 69, 69, 0.5);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
#page .production-container .production-item:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}
#page .production-container .production-item h2 {
  line-height: 1.25;
  margin-bottom: 1rem;
}
#page .production-container .production-item p {
  margin: 0;
}
#page .production-container .production-item .more-link {
  color: #179ECB;
  font-weight: bold;
}
#page .production-container .production-item .more-link:hover, #page .production-container .production-item .more-link:focus {
  color: #B9B9B9;
}
#page .production-container .production-item .more-link:after {
  content: " \f30b";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  height: 16px;
  line-height: 16px;
  text-rendering: auto;
  width: 16px;
  -webkit-font-smoothing: antialiased;
}
#page .entry-content-boxed {
  max-width: 750px;
  margin: 0 15px 40px;
  color: #454545;
}
@media (min-width: 1200px) {
  #page .entry-content-boxed.full-width {
    max-width: 1170px;
  }
}
@media (min-width: 930px) {
  #page .entry-content-boxed {
    margin: 0 auto 40px;
  }
}
#page .entry-content-boxed .entry-content {
  float: none;
  width: 100%;
  margin: 0;
}
#page .entry-content-boxed .entry-content a {
  box-shadow: none;
  text-decoration: underline;
  color: #179ECB;
}
#page .entry-content-boxed .entry-content a.btn, #page .entry-content-boxed .entry-content .wpcf7 form a.wpcf7-submit, .wpcf7 form #page .entry-content-boxed .entry-content a.wpcf7-submit, #page .entry-content-boxed .entry-content .dataTables_wrapper a.paginate_button, .dataTables_wrapper #page .entry-content-boxed .entry-content a.paginate_button, #page .entry-content-boxed .entry-content a.wp-block-button__link {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
#page .entry-content-boxed .entry-content .wp-block-button__link {
  text-decoration: none;
  margin: 0.75rem 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
#page .entry-content-boxed h1, #page .entry-content-boxed h2, #page .entry-content-boxed h3, #page .entry-content-boxed h4 {
  margin: 0 0 15px;
  font-weight: 600;
}
#page .entry-content-boxed h2 {
  font-size: 1.5rem;
}
#page .entry-content-boxed h3 {
  font-size: 1.25rem;
}
#page .entry-content-boxed h4 {
  text-transform: none;
  letter-spacing: 0;
}
#page .entry-content-boxed p {
  margin-bottom: 15px;
}
#page .entry-content-boxed ol {
  list-style-position: inside !important;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid) {
  padding-left: 20px;
  margin-bottom: 15px;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).sanfona, #page .entry-content-boxed ul:not(.blocks-gallery-grid).representatives-accordion {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).sanfona > li, #page .entry-content-boxed ul:not(.blocks-gallery-grid).representatives-accordion > li {
  font-size: 18px;
  display: block;
  cursor: pointer;
  border: 1px solid #595959;
  border-width: 1px 0;
  padding: 0.5rem 0;
  margin-bottom: -1px;
  font-weight: bold;
  position: relative;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).sanfona > li .activator, #page .entry-content-boxed ul:not(.blocks-gallery-grid).representatives-accordion > li .activator {
  display: block;
  padding: 0.5rem 0;
  margin: -0.5rem 0;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).sanfona > li:after, #page .entry-content-boxed ul:not(.blocks-gallery-grid).representatives-accordion > li:after {
  content: "\f078";
  position: absolute;
  right: 0;
  top: 7px;
  font-family: "Font Awesome 5 Free";
  color: white;
  background: #454545;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  transition: 0.3s transform ease-in-out;
  pointer-events: none;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).sanfona > li.active:after, #page .entry-content-boxed ul:not(.blocks-gallery-grid).representatives-accordion > li.active:after {
  transform: scaleY(-1);
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).sanfona > li.active > ul, #page .entry-content-boxed ul:not(.blocks-gallery-grid).representatives-accordion > li.active > ul {
  max-height: 1000px;
  transition: all 0.3s ease-in-out;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).sanfona > li > ul, #page .entry-content-boxed ul:not(.blocks-gallery-grid).representatives-accordion > li > ul {
  color: #454545;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  animation-delay: 0s;
  font-weight: normal;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).sanfona > li > ul > li, #page .entry-content-boxed ul:not(.blocks-gallery-grid).representatives-accordion > li > ul > li {
  margin: 0 0 10px;
}
#page .entry-content-boxed .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 15px;
  margin: 0;
  height: 0;
}
#page .entry-content-boxed .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page .site-content-full-width {
  width: 100%;
}
#page .entry-header {
  max-width: 750px;
  margin: 3rem 15px 40px;
}
#page .entry-header .entry-category {
  margin-top: -1rem;
  display: block;
  font-weight: bold;
}
@media (min-width: 1200px) {
  #page .entry-header.full-width {
    max-width: 1170px;
  }
}
@media (min-width: 930px) {
  #page .entry-header {
    margin: 3rem auto 40px;
  }
}
#page .entry-header .entry-title {
  font-family: "Almarai", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #312A2D;
  position: relative;
  text-transform: uppercase;
}
#page .entry-header .entry-title:after {
  content: "";
  background: #179ECB;
  display: block;
  height: 5px;
  width: 100px;
  margin: 0.5rem 0 2rem;
  border-radius: 5px;
}

.emails-container {
  padding-top: 30px;
}
.emails-container h4 {
  color: #B9B9B9;
  text-transform: none;
  letter-spacing: 0;
  font-size: 20px;
  margin: 0 0 15px;
}
.emails-container p {
  margin: 0 0 15px;
}

.table-container {
  overflow: auto;
}

.table {
  background: white;
  min-width: 700px;
}
.table.table-full-width {
  min-width: auto;
  width: 100%;
}
.table.table-invisible {
  border: none;
}
.table.table-invisible a {
  text-decoration: none;
  box-shadow: none;
}
.table.table-invisible td,
.table.table-invisible th {
  border: none;
  padding: 20px 10px;
  font-size: inherit;
  border-top: 1px solid #EAEAEA;
  min-width: 120px;
}
.table.table-invisible td img,
.table.table-invisible th img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.table.table-invisible tr:nth-child(odd) {
  background: transparent;
}
.table.table-invisible tr {
  border-top: 1px solid #EAEAEA;
}
.table tr:nth-child(odd) {
  background: #FAFAFA;
}
.table th,
.table td {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .table th,
  .table td {
    font-size: 14px;
  }
}
.table .text-center {
  text-align: center;
}

.dataTables_wrapper {
  font-size: 0.875rem;
  overflow: auto;
}
.dataTables_wrapper label {
  position: relative;
  top: 5px;
}
.dataTables_wrapper select {
  font-family: "Almarai", sans-serif;
  font-size: 0.875rem;
  border-radius: 0;
  border: 1px solid rgba(69, 69, 69, 0.3);
}
.dataTables_wrapper .paginate_button {
  color: white !important;
  text-decoration: none;
}
.dataTables_wrapper .paginate_button.disabled {
  opacity: 0.4;
}
.dataTables_wrapper .paginate_button:before, .dataTables_wrapper .paginate_button:after {
  display: none;
}
.dataTables_wrapper .dataTables_filter input {
  font-size: 0.875rem;
  font-family: "Almarai", sans-serif;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  background: white;
  margin-bottom: 1rem;
  margin-top: -1rem;
  border: 1px solid rgba(69, 69, 69, 0.3);
}
.dataTables_wrapper .tablepress {
  font-size: 0.875rem;
  min-width: 700px;
  border: 1px solid #EAEAEA;
}
.dataTables_wrapper .tablepress td {
  width: auto;
  border-right: 1px solid #EAEAEA;
}
.dataTables_wrapper .tablepress th {
  background: #FAFAFA;
  color: #454545;
  font-weight: bold;
  border-right: 1px solid #EAEAEA;
  /*

  &:nth-child(3) {
  	max-width:60px !important;
  }

  &:nth-child(4) {
  	max-width:100px !important;
  }

  &:nth-child(6) {
  	max-width:80px !important;
  }
  */
}
.dataTables_wrapper .tablepress th:nth-child(2) {
  max-width: 100px !important;
}
.dataTables_wrapper .tablepress th:hover {
  background: #EAEAEA;
}
.dataTables_wrapper .dataTables_info {
  padding-top: 2rem;
}
.dataTables_wrapper .dataTables_paginate {
  margin-top: 2rem;
}

.list-directors {
  list-style: none;
  padding-top: 40px;
}
.list-directors li {
  margin-bottom: 40px;
}
.list-directors li .thumb {
  float: left;
  width: 164px;
  height: 164px;
  margin-right: 30px;
  overflow: hidden;
  border: 4px solid #B9B9B9;
  border-radius: 82px;
  position: relative;
}
.list-directors li .thumb img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list-directors li .content {
  width: calc(100% - 194px);
  float: left;
}
.list-directors li .content h3 {
  font-size: 28px;
  font-weight: 100;
  font-style: italic;
  color: #B9B9B9;
  margin: 0 0 0;
}
.list-directors li .content h4 {
  font-size: 20px;
  color: #B9B9B9;
  margin: 0 0 8px;
}
.list-directors li:after {
  content: "";
  display: block;
  clear: both;
}

.units-container .container {
  padding: 0;
}

.container {
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}
@media (min-width: 1170px) {
  .container.forced {
    width: 1170px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.btn-top {
  display: block;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #454545;
  color: white;
  font-size: 1.5rem;
  opacity: 0;
  z-index: 1001;
}
.btn-top:hover, .btn-top:focus {
  color: white;
  background: #179ECB;
}
.btn-top.fixed {
  opacity: 1;
}
.btn-top span {
  display: none;
}

.search-field {
  font-family: "Almarai", sans-serif;
}

.footer {
  background: #B9B9B9;
  padding: 0;
}
.footer .search-container {
  padding: 30px;
  margin-bottom: 50px;
  background: #454545;
}
.footer .search-container .search-form {
  max-width: 300px;
  margin: auto;
  position: relative;
}
.footer .search-container .search-form .search-field {
  font-family: "Almarai", sans-serif;
  background: #312A2D;
  border-radius: 20px;
  width: 100%;
  color: white;
  padding-left: 20px;
  border: none;
  transition: background 0.3s ease-in-out;
}
.footer .search-container .search-form .search-field:focus {
  background: #231e20;
}
.footer .search-container .search-form ::-webkit-input-placeholder { /* Edge */
  color: rgba(255, 255, 255, 0.4);
  font-family: "Almarai", sans-serif;
}
.footer .search-container .search-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.4);
  font-family: "Almarai", sans-serif;
}
.footer .search-container .search-form ::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Almarai", sans-serif;
}
.footer .search-container .search-form .search-submit {
  position: absolute;
  background: #5f5f5f !important;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: white;
  transition: background 0.3s ease-in-out;
}
.footer .search-container .search-form .search-submit:hover, .footer .search-container .search-form .search-submit:focus {
  background: #312A2D !important;
}
.footer .container {
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}
.footer .container .row {
  display: block;
}
@media (min-width: 910px) {
  .footer .container .row {
    display: flex;
  }
}
.footer .container .row .col {
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 910px) {
  .footer .container .row .col:nth-child(3) {
    text-align: right;
  }
}
.footer .container .row .col img {
  width: 100%;
  height: auto;
}
.footer .container h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 1rem;
  line-height: 1;
  text-align: left;
  color: #454545;
  text-transform: uppercase;
}
.footer .container h4:after {
  content: "";
  display: block;
  margin: 0.5rem 0 1rem;
  width: 100px;
  height: 5px;
  background: #179ECB;
  border-radius: 3px;
}
.footer .container .brand-footer {
  margin: 0 auto 2rem;
  width: 150px;
}
.footer .container .social-menu {
  padding: 0;
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 2rem;
}
.footer .container .social-menu li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  border: none;
  border-radius: 20px;
  line-height: 40px;
  font-size: 1.25rem;
  margin: 0 0.5rem;
  background: #595959;
  color: white;
}
.footer .container .social-menu li a:hover, .footer .container .social-menu li a:focus {
  background: #312A2D;
  color: white;
}
.footer .container .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
.footer .container .footer-menu li a {
  color: #312A2D;
  display: block;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 0.875rem;
}
@media (min-width: 910px) {
  .footer .container .footer-menu li a {
    text-align: right;
    padding: 0.1rem 0;
  }
}
.footer .container .partner {
  margin: 0 auto 2rem;
  width: 150px;
}
.footer .legal-warning {
  background: #231e20;
  color: white;
  font-size: 12px;
  padding: 20px 30px;
}
.footer .legal-warning p {
  text-align: center;
  margin: 0;
}
.footer .site-info {
  text-align: center;
  color: white;
  padding: 20px 30px;
  margin: 0;
  background: #312A2D;
}
.footer .site-info p {
  margin: 0;
  font-size: 12px;
}
.footer .site-info p a {
  color: white;
  text-decoration: underline;
}

#main-banner {
  color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  width: 100%;
  margin-bottom: 2rem;
}
#main-banner .btn-full {
  display: block;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#main-banner .btn-full span {
  display: none;
}
#main-banner .swiper-slide {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
#main-banner .intro-text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  min-height: 400px;
  padding: 20px 10px;
}
@media (min-width: 768px) {
  #main-banner .intro-text {
    padding: 30px 20px;
    justify-content: center;
    max-width: 50%;
    min-height: 400px;
  }
}
@media (min-width: 1400px) {
  #main-banner .intro-text {
    min-height: 480px;
  }
}
#main-banner .intro-text .intro-lead-in {
  font-size: 1.75rem;
  line-height: 1.5;
  color: white;
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  margin-bottom: 0.5rem;
  width: 100%;
  font-weight: 500;
}
@media (min-width: 768px) {
  #main-banner .intro-text .intro-lead-in {
    font-size: 2rem;
    line-height: 1.25;
  }
}
#main-banner .intro-text .intro-heading {
  font-size: 1.25rem;
  line-height: 1.5;
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  margin-bottom: 20px;
  width: 100%;
  color: white;
}
#main-banner .intro-text .intro-heading a {
  color: white;
}
#main-banner .intro-text .intro-heading a:hover, #main-banner .intro-text .intro-heading a:focus {
  opacity: 0.7;
}
#main-banner .intro-text .btn, #main-banner .intro-text .wpcf7 form .wpcf7-submit, .wpcf7 form #main-banner .intro-text .wpcf7-submit, #main-banner .intro-text #page .entry-content-boxed .entry-content .wp-block-button__link, #page .entry-content-boxed .entry-content #main-banner .intro-text .wp-block-button__link, #main-banner .intro-text .dataTables_wrapper .paginate_button, .dataTables_wrapper #main-banner .intro-text .paginate_button {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  background: white;
  color: #B9B9B9;
  font-weight: normal;
}
#main-banner .intro-text .btn:hover, #main-banner .intro-text .wpcf7 form .wpcf7-submit:hover, .wpcf7 form #main-banner .intro-text .wpcf7-submit:hover, #main-banner .intro-text #page .entry-content-boxed .entry-content .wp-block-button__link:hover, #page .entry-content-boxed .entry-content #main-banner .intro-text .wp-block-button__link:hover, #main-banner .intro-text .dataTables_wrapper .paginate_button:hover, .dataTables_wrapper #main-banner .intro-text .paginate_button:hover, #main-banner .intro-text .btn:focus, #main-banner .intro-text .wpcf7 form .wpcf7-submit:focus, .wpcf7 form #main-banner .intro-text .wpcf7-submit:focus, #main-banner .intro-text #page .entry-content-boxed .entry-content .wp-block-button__link:focus, #page .entry-content-boxed .entry-content #main-banner .intro-text .wp-block-button__link:focus, #main-banner .intro-text .dataTables_wrapper .paginate_button:focus, .dataTables_wrapper #main-banner .intro-text .paginate_button:focus {
  background: #B9B9B9;
  color: white;
}
#main-banner .intro-text .btn-container {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  padding-top: 20px;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
#main-banner .swiper-button-next,
#main-banner .swiper-button-prev {
  width: 14px;
  height: 70px;
  margin-top: -35px;
  background: url("../img/arrow.png");
  display: none;
}
#main-banner .swiper-button-prev {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#main-banner .swiper-pagination {
  right: 0;
  margin: 0;
  padding-right: 10px;
  bottom: 0;
  text-align: right;
  height: 35px;
}
@media (min-width: 768px) {
  #main-banner .swiper-pagination {
    width: 100%;
    text-align: center;
  }
}
#main-banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 10px;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0);
  transition: 0.4s ease All;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#main-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
  border: 1px solid white;
}

.learn-more-container {
  text-align: center;
  padding: 0 15px 15px;
  margin-bottom: 30px;
}

.btn, .wpcf7 form .wpcf7-submit, #page .entry-content-boxed .entry-content .wp-block-button__link, .dataTables_wrapper .paginate_button {
  background: #454545;
  position: relative;
  z-index: 100;
  display: inline-block;
  padding: 10px 20px;
  color: white;
  border-radius: 34px 12px;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0;
}
.btn:focus, .wpcf7 form .wpcf7-submit:focus, #page .entry-content-boxed .entry-content .wp-block-button__link:focus, .dataTables_wrapper .paginate_button:focus, .btn:hover, .wpcf7 form .wpcf7-submit:hover, #page .entry-content-boxed .entry-content .wp-block-button__link:hover, .dataTables_wrapper .paginate_button:hover {
  background: #179ECB;
  color: white;
}
.btn.btn-white, .wpcf7 form .btn-white.wpcf7-submit, #page .entry-content-boxed .entry-content .btn-white.wp-block-button__link, .dataTables_wrapper .btn-white.paginate_button {
  background: white;
  color: #B9B9B9;
}
.btn.btn-white:focus, .wpcf7 form .btn-white.wpcf7-submit:focus, #page .entry-content-boxed .entry-content .btn-white.wp-block-button__link:focus, .dataTables_wrapper .btn-white.paginate_button:focus, .btn.btn-white:hover, .wpcf7 form .btn-white.wpcf7-submit:hover, #page .entry-content-boxed .entry-content .btn-white.wp-block-button__link:hover, .dataTables_wrapper .btn-white.paginate_button:hover {
  background: #B9B9B9;
  color: white;
}
.btn.btn-gray, .wpcf7 form .btn-gray.wpcf7-submit, #page .entry-content-boxed .entry-content .btn-gray.wp-block-button__link, .dataTables_wrapper .btn-gray.paginate_button {
  background: #FFD200;
  color: white;
}
.btn.btn-gray:focus, .wpcf7 form .btn-gray.wpcf7-submit:focus, #page .entry-content-boxed .entry-content .btn-gray.wp-block-button__link:focus, .dataTables_wrapper .btn-gray.paginate_button:focus, .btn.btn-gray:hover, .wpcf7 form .btn-gray.wpcf7-submit:hover, #page .entry-content-boxed .entry-content .btn-gray.wp-block-button__link:hover, .dataTables_wrapper .btn-gray.paginate_button:hover {
  background: #cca800;
  color: white;
}
.btn.btn-sm, .wpcf7 form .btn-sm.wpcf7-submit, #page .entry-content-boxed .entry-content .btn-sm.wp-block-button__link, .dataTables_wrapper .btn-sm.paginate_button {
  font-size: 14px;
}
.btn.btn-xs, .wpcf7 form .btn-xs.wpcf7-submit, #page .entry-content-boxed .entry-content .btn-xs.wp-block-button__link, .dataTables_wrapper .btn-xs.paginate_button {
  font-size: 12px;
  padding: 5px 10px;
  margin-top: 5px;
}

.owl-carousel.single {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.wp-block-image {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.grid {
  min-height: 100px;
}
.grid.carousel {
  padding: 10px;
}
.grid .owl-carousel .item {
  padding: 10px;
}
.grid .container {
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}
.grid .col-4:nth-child(3n+1) {
  clear: both;
}
.grid .grid-item {
  background: white;
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s ease all;
}
.grid .grid-item h3 {
  font-size: 20px;
  margin: 0;
  padding: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #312A2D;
}
.grid .grid-item figure {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease all;
  overflow: hidden;
  background: white;
}
.grid .grid-item figure img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 910px) {
  .grid .grid-item:hover, .grid .grid-item:focus {
    transform: scale(0.98);
  }
  .grid .grid-item:hover figure, .grid .grid-item:focus figure {
    transform: scale(1.03);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}

.row {
  position: relative;
  width: 100%;
}

.row [class^=col] {
  float: left;
  margin: 0 1% 1rem;
  min-height: 0.125rem;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 6.1666666667%;
}

.col-2-sm {
  width: 14.3333333333%;
}

.col-3-sm {
  width: 22.5%;
}

.col-4-sm {
  width: 30.6666666667%;
}

.col-5-sm {
  width: 38.8333333333%;
}

.col-6-sm {
  width: 47%;
}

.col-7-sm {
  width: 55.1666666667%;
}

.col-8-sm {
  width: 63.3333333333%;
}

.col-9-sm {
  width: 71.5%;
}

.col-10-sm {
  width: 79.6666666667%;
}

.col-11-sm {
  width: 87.8333333333%;
}

.col-12-sm {
  width: 96%;
}

@media only screen and (min-width: 45em) {
  .col-1 {
    width: 6.1666666667%;
  }
  .col-2 {
    width: 14.3333333333%;
  }
  .col-3 {
    width: 22.5%;
  }
  .col-4 {
    width: 30.6666666667%;
  }
  .col-5 {
    width: 38.8333333333%;
  }
  .col-6 {
    width: 47%;
  }
  .col-7 {
    width: 55.1666666667%;
  }
  .col-8 {
    width: 63.3333333333%;
  }
  .col-9 {
    width: 71.5%;
  }
  .col-10 {
    width: 79.6666666667%;
  }
  .col-11 {
    width: 87.8333333333%;
  }
  .col-12 {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
}
.error-404 {
  margin: 0;
}

#page .entry-content-boxed .entry-content .article-search {
  padding: 20px 0;
  border-top: 1px solid rgba(185, 185, 185, 0.5);
}
#page .entry-content-boxed .entry-content .article-search .entry-title {
  font-size: 18px;
  font-family: "Almarai", sans-serif;
}
#page .entry-content-boxed .entry-content .article-search .entry-title a {
  text-decoration: none;
  color: #454545;
}
#page .entry-content-boxed .entry-content .article-search .entry-summary {
  padding: 0;
  margin: 0;
}
#page .entry-content-boxed .entry-content .article-search .entry-summary a {
  font-weight: bold;
}

.wpforms-container form .wpforms-field-medium {
  max-width: 100% !important;
}
.wpforms-container form .wpforms-submit {
  background: #B9B9B9 !important;
  border-color: #B9B9B9 !important;
  color: white !important;
  font-family: "Almarai", sans-serif !important;
}

.owl-item figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  padding: 3px 10px;
}

.owl-dots {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  outline: none;
}
.owl-dots .owl-dot span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  opacity: 1;
  border: 1px solid white;
  background: transparent;
  transition: 0.4s ease All;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.owl-dots .owl-dot.active span {
  background: white;
}

.wpcf7 form label {
  font-weight: bold;
}
.wpcf7 form .form-control {
  font-family: "Almarai", sans-serif !important;
  font-weight: normal;
  border-radius: 0;
}
.wpcf7 form .form-control.wpcf7-not-valid {
  border-color: #A00;
}
.wpcf7 form .wpcf7-submit {
  padding: 16px 24px;
  float: right;
}
.wpcf7 form .wpcf7-list-item {
  display: block;
  margin: 0;
  cursor: pointer;
  text-transform: uppercase;
}
.wpcf7 form .wpcf7-list-item.first {
  margin-top: -15px;
}
.wpcf7 form .wpcf7-list-item label {
  font-weight: normal;
}
.wpcf7 form .wpcf7-response-output {
  border-width: 1px;
  margin: 0;
  padding: 1em;
  line-height: 1.25;
}

.wpcf7 form label {
  font-weight: bold;
}
.wpcf7 form .form-control {
  font-family: "Almarai", sans-serif !important;
  border: 1px solid #B9B9B9 !important;
  background: transparent !important;
  display: block;
  padding: 0.625em 0.4375em;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.wpcf7 form .form-control.wpcf7-not-valid {
  border-color: #A00 !important;
}
.wpcf7 form .form-control:focus {
  background: white !important;
  border-color: black !important;
}
.wpcf7 form .wpcf7-response-output {
  border-width: 1px;
  margin: 0;
  padding: 1em;
  line-height: 1.25;
}

.wp-block-image.size-full {
  position: relative;
}
.wp-block-image.size-full img {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.wp-block-image.size-full figcaption {
  font-size: 13px;
  font-style: italic;
  margin-top: 3px;
}

.unit-item,
#page .entry-content-boxed .unit-item {
  margin-bottom: 2rem;
  text-align: left;
}
.unit-item h4,
#page .entry-content-boxed .unit-item h4 {
  font-size: 14px;
  margin: 0;
  color: #179ECB;
}
.unit-item .col-6,
#page .entry-content-boxed .unit-item .col-6 {
  margin-bottom: 0;
}
.unit-item .col-6 h4,
#page .entry-content-boxed .unit-item .col-6 h4 {
  margin-top: 2rem;
}
.unit-item .col-6 .owl-carousel.single,
#page .entry-content-boxed .unit-item .col-6 .owl-carousel.single {
  margin-bottom: 0;
}
.unit-item h2,
#page .entry-content-boxed .unit-item h2 {
  font-size: 18px;
  margin: 0 0 5px;
  color: #454545;
}
.unit-item a,
#page .entry-content-boxed .unit-item a {
  text-decoration: none;
  color: inherit;
}
.unit-item address,
#page .entry-content-boxed .unit-item address {
  font-style: normal;
  margin: 5px 0 5px;
  line-height: 1.25;
}
.unit-item p,
#page .entry-content-boxed .unit-item p {
  margin: 0;
}
.unit-item p.atendimento,
#page .entry-content-boxed .unit-item p.atendimento {
  margin-bottom: 5px;
}

#page .entry-content-boxed .unit-item {
  margin-bottom: 1rem;
}

.footer .unit-item h4 {
  font-size: 14px;
  margin: 0 0 0.25rem;
  line-height: 1;
  text-transform: none;
  color: #179ECB;
}
.footer .unit-item h4:after {
  display: none;
}
.footer .unit-item h2 {
  color: #179ECB;
  margin: 0;
}

.wp-block-separator {
  height: 0;
  border-bottom: none;
}

.pages-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 0 !important;
  list-style: none;
  margin: 0 0 2rem !important;
  flex-wrap: wrap;
}
@media (min-width: 910px) {
  .pages-menu.single-column {
    max-width: 50%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 910px) {
  .pages-menu.single-column li {
    width: 100%;
  }
}
.pages-menu li {
  padding: 0 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 910px) {
  .pages-menu li {
    width: 50%;
  }
}
.pages-menu li a {
  transform: skew(-21deg);
  display: block;
  color: white !important;
  background: #454545;
  text-align: center;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border-radius: 30px 20px;
}
@media (min-width: 910px) {
  .pages-menu li a {
    font-size: 15px;
  }
}
.pages-menu li a:hover, .pages-menu li a:focus {
  background-color: #179ECB;
  color: white;
}
.pages-menu li a > span {
  display: inline-block;
  transform: skew(21deg);
}

.navigation,
.pagination {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.navigation a,
.pagination a {
  color: #454545 !important;
  text-decoration: none !important;
}
.navigation a.prev, .navigation a.next,
.pagination a.prev,
.pagination a.next {
  color: white !important;
}
.navigation .prev:hover,
.navigation .prev:focus,
.navigation .next:hover,
.navigation .next:focus,
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
  color: white !important;
  background: black;
  color: #179ECB !important;
}

.grid-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 3rem;
}
.grid-container .grid-item {
  margin: 0 0 2rem;
  width: 100%;
}
@media (min-width: 600px) {
  .grid-container .grid-item {
    width: 50%;
    padding: 0 0 0 10px;
  }
  .grid-container .grid-item:nth-child(2n+1) {
    padding: 0 10px 0 0;
  }
}
@media (min-width: 910px) {
  .grid-container .grid-item {
    width: 33.3%;
    padding: 0 10px !important;
  }
}
.grid-container .grid-item a {
  display: block;
}
.grid-container .grid-item a figure {
  margin-bottom: 0.5rem;
}
.grid-container .grid-item a figure img {
  display: block;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transition: 0.3s all ease-in-out;
}
.grid-container .grid-item a:hover figure img, .grid-container .grid-item a:focus figure img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.grid-container .grid-item a h3 {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.25;
  font-size: 14px;
  color: #312A2D;
}

ul#menu-idiomas {
  padding: 0;
  list-style: none;
  margin-top: 20px;
  margin-left: 0;
  display: none;
}
ul#menu-idiomas li.current-lang a {
  opacity: 1;
}
ul#menu-idiomas li.lang-item-es a {
  background-image: url("../img/languages/es.png");
}
ul#menu-idiomas li.lang-item-en a {
  background-image: url("../img/languages/en.png");
}
ul#menu-idiomas li a {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/languages/pt_br.png") center center no-repeat;
  background-size: 100% auto;
  margin-left: 5px;
  border-radius: 18px;
  opacity: 0.6;
}
ul#menu-idiomas li a:hover, ul#menu-idiomas li a:focus {
  opacity: 1;
}
ul#menu-idiomas li a img {
  display: none;
}
ul#menu-idiomas.visible {
  display: flex;
}
@media (min-width: 910px) {
  ul#menu-idiomas {
    margin-left: 20px;
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    position: absolute;
    top: 70px;
    right: -15px;
  }
}
@media (min-width: 1200px) {
  ul#menu-idiomas {
    margin: 0;
    position: absolute;
    top: 0;
    right: -15px;
  }
}

#cat-whatsapp {
  display: block;
  position: fixed;
  top: 50%;
  right: 10px;
  text-align: center;
  z-index: 10;
  transform: translateY(-50%) scale(1.2);
  transition: transform 0.3s ease-in-out;
}
#cat-whatsapp:hover, #cat-whatsapp:focus {
  transform: translateY(-50%) scale(1.3);
}
@media (min-width: 1200px) {
  #cat-whatsapp {
    transform: translateY(-50%) scale(1.6);
    right: 30px;
  }
  #cat-whatsapp:hover, #cat-whatsapp:focus {
    transform: translateY(-50%) scale(1.8);
  }
}
#cat-whatsapp i {
  position: relative;
  z-index: 1;
  display: block;
  background: url("../img/whatsapp.svg") no-repeat center center;
  width: 54px;
  height: 54px;
}
#cat-whatsapp i::before {
  display: none;
}
@media (max-width: 909px) {
  #cat-whatsapp i {
    width: 97px;
    height: 40px;
  }
}
#cat-whatsapp::before {
  position: absolute;
  right: 12px;
  top: 7px;
  z-index: 0;
  content: "Solicite orçamento";
  display: block;
  background: #179ECB;
  color: white;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 6px 40px 6px 10px;
  text-align: center;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 909px) {
  #cat-whatsapp::before {
    padding: 6px 10px;
    right: 0;
    top: 34px;
  }
}

@media (max-width: 599px) {
  .wp-block-gallery.certificados .blocks-gallery-item {
    width: 25%;
    max-width: 25%;
    margin-right: 0;
    margin-left: 0;
    padding: 0 0.5em;
  }
  .wp-block-gallery.certificados .blocks-gallery-item:nth-child(4n+1) {
    padding-left: 0;
  }
  .wp-block-gallery.certificados .blocks-gallery-item:nth-child(4n) {
    padding-right: 0;
  }
}

.galeria-escondida {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

@media (max-width: 480px) {
  #sb_instagram #sbi_images .sbi_item {
    width: 100%;
    aspect-ratio: 1/1;
  }
  #sb_instagram #sbi_images .sbi_item:nth-child(n+7) {
    display: none;
  }
  #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap,
  #sb_instagram #sbi_images .sbi_item .sbi_photo {
    height: 100%;
  }
}

header.video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  margin: 0;
}
@media (min-width: 1024px) {
  header.video-container {
    margin: -100px 0 0;
  }
}
@media (min-width: 400px) {
  header.video-container {
    margin: -200px 0 0;
  }
}
header.video-container h1 {
  display: none;
}
header.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-position: center;
  object-fit: cover;
}

#page .entry-content-boxed .representatives > li:first-of-type {
  padding-top: 10px;
}
#page .entry-content-boxed .representatives > li.city h3 {
  color: #179ECB;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0;
  padding-top: 5px;
}
#page .entry-content-boxed .representatives > li.item + .item {
  border-top: 1px solid rgba(69, 69, 69, 0.3);
  padding-top: 10px;
}
#page .entry-content-boxed .representatives > li:not(.city) h4 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0;
}
#page .entry-content-boxed .representatives > li:not(.city) p {
  margin: 0;
}
#page .entry-content-boxed .representatives > li:not(.city) p a {
  color: #454545;
  text-decoration: none;
}

/*# sourceMappingURL=theme.css.map */
