@charset "UTF-8";
/*
 Theme Name:   ONG
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Tema base del Consejo general de enfermería ONG.
 Author:       Hiberus Digital Business
 Author URI:   https://www.hiberus.com
 Template:     wp-bootstrap-starter
 Version:      1.0.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Bootstrap 4, CGE, Responsive
 Text Domain:  wp-bootstrap-starter
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700&display=swap");
/* Extra small devsices (phones < 768px) */
/* Small devices (tablets > 768px ) */
/* Medium devices (desktops > 992px) */
/* Large devices (desktops > 1200px) */
:root {
  --color-text: #575757 !important;
  --color-link: #2a7475 !important;
  --color-link-active: #00999b !important;
  --color-primary: #2a7475 !important;
  --color-primary-rgb: 42, 116, 117 !important;
  --color-secondary: #00999b !important;
  --color-secondary-rgb: 0, 153, 155 !important;
}

.yoast-breadcrumbs span a {
  color: var(--color-link) !important;
  max-width: 250px;
  line-height: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-bottom: -3px;
  transition: 0.3s color;
}

.yoast-breadcrumbs span strong {
  max-width: 250px;
  line-height: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-bottom: -3px;
  font-weight: 400 !important;
}

h1, h3, h2, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

p {
  font-size: 1rem;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: var(--color-text);
  line-height: 1.4;
}

body #content {
  padding-top: 140px;
}

@media (max-width: 767px) {
  body #content {
    padding-top: 112px;
  }
}

a {
  color: var(--color-link);
  transition: 0.3s color;
}

a:hover {
  color: var(--color-link-active);
  text-decoration: none;
}

.page .entry-header h1 {
  margin: 0;
  padding: 0;
  height: 0;
  text-indent: -9999em;
}

.owl-carousel .owl-dots {
  margin-top: 30px;
  text-align: center;
  transition: top .3s ease;
}

.owl-carousel .owl-dots button {
  display: inline-block;
  margin: 0 5px;
}

.owl-carousel .owl-dots button span {
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.owl-carousel .owl-dots button.active span, .owl-carousel .owl-dots button:hover span {
  background-color: var(--color-primary);
}

.owl-carousel .owl-nav {
  color: var(--color-primary);
}

.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button i {
  font-size: 1.8rem;
  color: inherit;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -3.125rem;
}

.owl-carousel .owl-nav button.owl-next {
  right: -3.125rem;
}

@media (max-width: 991px) {
  .h1, h1 {
    font-size: 2rem;
  }
  .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
  }
  .owl-carousel .owl-nav button {
    position: relative;
    top: inherit;
    transform: none;
  }
  .owl-carousel .owl-nav button i {
    font-size: 1.8rem;
    color: inherit;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: inherit;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: inherit;
  }
}

::-moz-selection {
  color: #FFF;
  background: var(--color-primary);
}

::selection {
  color: #FFF;
  background: var(--color-primary);
}

p {
  color: var(--color-text);
}

p:empty {
  display: none;
}

iframe,
img {
  max-width: 100%;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
  color: #FFF;
}

.form-control::-moz-placeholder,
::-moz-placeholder {
  color: #FFF;
}

.form-control::-ms-placeholder,
::-ms-placeholder {
  color: #FFF;
}

.form-control::placeholder,
::placeholder {
  color: #FFF;
}

.pagination {
  padding: .3rem 0 5.6rem;
  justify-content: flex-end;
  flex: 0 0 100%;
  max-width: 100%;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .nav-links .page-numbers {
  margin-left: 1.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #DADCDD;
}

.pagination .nav-links .page-numbers.current {
  color: var(--color-primary);
}

.pagination .nav-links .page-numbers.prev i:before, .pagination .nav-links .page-numbers.next i:before {
  color: var(--color-primary);
  font-size: 1.5rem;
}

.pagination .nav-links .page-numbers:first-child {
  margin-left: 0;
}

#cookie-notice {
  max-width: 100%;
  font-size: .875rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-primary) !important;
  font-family: "Montserrat", sans-serif;
}

#cookie-notice .cookie-notice-container {
  padding: 1rem .938rem;
  color: #FFF !important;
  display: flex;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}

#cookie-notice .cookie-notice-container .cn-text-container {
  flex-grow: 1;
  line-height: normal;
  text-align: left;
  margin-bottom: 0 !important;
}

#cookie-notice .cookie-notice-container .cn-buttons-container {
  display: flex;
  padding-left: 1rem;
}

#cookie-notice .cookie-notice-container .cn-buttons-container a {
  margin: 0 0 0 1rem;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  color: #FFF;
  transition: border-color .15s ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  padding: .5rem 1rem;
  box-shadow: none;
  white-space: nowrap;
  text-shadow: none;
  letter-spacing: normal;
  line-height: 1.25rem;
}

#cookie-notice .cookie-notice-container .cn-buttons-container a:hover {
  border-color: #FFF;
}

@media (max-width: 1199px) {
  #cookie-notice .cookie-notice-container {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  #cookie-notice .cookie-notice-container {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  #cookie-notice .cookie-notice-container {
    max-width: 100%;
    padding: 1rem 1.25rem;
  }
}

@media (max-width: 575px) {
  #cookie-notice .cookie-notice-container {
    flex-wrap: wrap;
  }
  #cookie-notice .cookie-notice-container .cn-buttons-container {
    padding-top: .5rem;
    padding-left: 0;
    justify-content: center;
  }
  #cookie-notice .cookie-notice-container .cn-buttons-container a:first-child {
    padding-left: 0;
  }
  #cookie-notice .cookie-notice-container .cn-text-container,
  #cookie-notice .cookie-notice-container .cn-buttons-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

[class*="icon-"]:before,
[class*="cge-icon-"]:before {
  font-family: 'fontello';
  font-size: 3rem;
  color: var(--color-secondary);
  display: inline-block;
  line-height: 1;
}

[class*="icon-"].cge-icon-calendar:before,
[class*="cge-icon-"].cge-icon-calendar:before {
  content: '\e802';
}

[class*="icon-"].cge-icon-phone:before,
[class*="cge-icon-"].cge-icon-phone:before {
  content: '\e804';
}

[class*="icon-"].cge-icon-graduation:before,
[class*="cge-icon-"].cge-icon-graduation:before {
  content: '\e808';
}

[class*="icon-"].cge-icon-place:before,
[class*="cge-icon-"].cge-icon-place:before {
  content: '\e809';
}

[class*="icon-"].cge-icon-clock:before,
[class*="cge-icon-"].cge-icon-clock:before {
  content: '\e810';
}

[class*="icon-"].cge-icon-user:before,
[class*="cge-icon-"].cge-icon-user:before {
  content: '\e812';
}

[class*="icon-"].cge-icon-money:before,
[class*="cge-icon-"].cge-icon-money:before {
  content: '\e80d';
}

[class*="icon-"].cge-icon-learn-more:before,
[class*="cge-icon-"].cge-icon-learn-more:before {
  content: '\e80b';
}

[class*="icon-"].cge-icon-location:before,
[class*="cge-icon-"].cge-icon-location:before {
  content: '\e80e';
}

.go-to-home {
  margin-top: 3.4rem;
}

.go-to-home a {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.go-to-home a:hover {
  color: #FFF;
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .go-to-home {
    margin-top: 1.5rem;
  }
}

.lightbox {
  position: fixed;
  top: 50% !important;
  transform: translateY(-50%);
}

.row-list-sites h2 {
  margin-bottom: 3.4rem !important;
}

.row-list-sites .cge-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
}

.row-list-sites .cge-list .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 2rem;
}

.row-list-sites .cge-list .item img {
  max-width: 100px;
  margin-right: 1rem;
}

.home.site-1 .owl-header-parent:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 100%;
  background: url("/wp-content/themes/cge/assets/images/ola1.png") no-repeat center;
  background-size: 100% auto;
  background-position: bottom;
  z-index: 1;
  pointer-events: none;
}

.home.site-1 .gray {
  background: #F6F4F3;
}

.home.site-1 .wave-gray {
  background: url(assets/images/ola4.png) no-repeat center;
  background-size: cover;
}

.wave-color-background {
  background-color: #f6f4f3;
}

.wave-color-background .breadcrumbs,
.wave-color-background .yoast-breadcrumbs {
  padding-top: 0;
}

.wave-gray-general {
  background: url(assets/images/ola4.png) no-repeat center;
  background-size: 140%;
  background-position: top center;
}

hr {
  border-top: 1px solid rgba(42, 116, 117, 0.45) !important;
  border-bottom: 0 !important;
}

.small-paragraph p, .small-paragraph li, .small-paragraph figcaption {
  font-size: 0.85rem !important;
  line-height: 1.25rem !important;
}

@media (max-width: 991px) {
  .wp-block-cover.is-position-center-center {
    min-height: 250px !important;
    width: calc(100% + 2.6rem);
    margin: 0 -1.4rem;
  }
  .wp-block-spacer.mobile-40 {
    height: 40px !important;
  }
  .wp-block-spacer.mobile-20 {
    height: 20px !important;
  }
  .wp-block-spacer.mobile-0 {
    height: 0 !important;
  }
}

[data-id="pasos-uno-solo"] {
  display: block !important;
}

.card {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.card .image .category {
  text-align: center;
  position: relative;
  bottom: 30px;
  z-index: 10;
}

.card .image .category span {
  background-color: var(--bg-category);
  color: white;
  border-radius: 8px 8px 0 0px;
  padding: 10px;
  font-size: 14px;
}

.card:hover {
  transform: scale(1.05);
}

.card .card-image {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  border-radius: 16px;
}

.card .card-body h4.card-title {
  min-height: auto;
}

.view-cards {
  padding: 25px;
}

.view-cards .card .image .inner {
  height: 200px;
}

.view-cards .card .content {
  padding: 25px;
}

.view-cards a:hover {
  text-decoration: none;
}

.hidden {
  display: none;
}

.page .site-main {
  padding-bottom: 5rem;
}

.page.el-colegio .site-main, .page.home .site-main {
  padding-bottom: 0;
}

.page.page-legal .owl-header-parent:after {
  display: none;
}

.page .entry-content h1.h2 {
  font-size: 1.7rem;
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.page .entry-content h2 {
  font-size: 1.7rem;
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.page .entry-content h3 {
  font-size: 1.125rem;
  color: var(--color-primary);
  font-weight: 500;
  margin-bottom: 1rem;
}

.page .entry-content h4 {
  font-size: 1rem;
  color: var(--color-primary);
  font-weight: 300;
  margin-bottom: .75rem;
}

.page .entry-content p {
  font-weight: 400;
  line-height: 1.5rem;
  font-size: 1rem;
}

.page .entry-content p.default-subtitle {
  padding: 5.9rem 0 3.4rem;
  border-bottom: 1px solid #DADCDD;
  margin-bottom: 3.4rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
}

.page .entry-content p.default-subtitle:empty {
  display: none;
}

.page .entry-content p.default-subtitle:first-child {
  padding-top: 0;
}

.page .entry-content p + h2,
.page .entry-content p + h3,
.page .entry-content p + h4 {
  margin-top: 2rem;
}

.page .entry-content strong {
  font-weight: 600;
}

.page .entry-content ol,
.page .entry-content ul {
  margin: 1rem 0 1rem;
  padding-left: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.page .entry-content ol li,
.page .entry-content ul li {
  margin-bottom: .4rem;
}

.page .entry-content blockquote {
  padding: 3rem 2rem;
  border-left: 0.25rem solid var(--color-primary);
  margin-bottom: 3.4rem;
  margin-top: 2rem;
}

.page .entry-content blockquote p {
  font-size: 1.375rem !important;
  font-weight: 300;
  margin: 0;
}

.page .entry-content blockquote.voluntariado {
  margin: 20px 0 0;
  text-align: center;
  padding: 50px 60px;
  border: 1px solid var(--color-primary);
  border-radius: 0.5rem;
  position: relative;
}

.page .entry-content blockquote.voluntariado:before, .page .entry-content blockquote.voluntariado:after {
  content: '';
  width: 80px;
  height: 50px;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  top: -25px;
  right: calc(50% - 40px);
}

.page .entry-content blockquote.voluntariado:after {
  border: 0;
  color: var(--color-primary);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiCiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiCiAgIHhtbG5zOmlua3NjYXBlPSJodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy9uYW1lc3BhY2VzL2lua3NjYXBlIgogICB3aWR0aD0iMjU3Ljg3ODU3bW0iCiAgIGhlaWdodD0iMjI3LjcxMTU4bW0iCiAgIHZpZXdCb3g9IjAgMCAyNTcuODc4NTcgMjI3LjcxMTU4IgogICB2ZXJzaW9uPSIxLjEiCiAgIGlkPSJzdmc4IgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkyLjUgKDIwNjBlYzFmOWYsIDIwMjAtMDQtMDgpIgogICBzb2RpcG9kaTpkb2NuYW1lPSJxdW90ZXMuc3ZnIj4KICA8ZGVmcwogICAgIGlkPSJkZWZzMiIgLz4KICA8c29kaXBvZGk6bmFtZWR2aWV3CiAgICAgaWQ9ImJhc2UiCiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICAgIGJvcmRlcm9wYWNpdHk9IjEuMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIgogICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgICAgaW5rc2NhcGU6em9vbT0iMC4zNSIKICAgICBpbmtzY2FwZTpjeD0iNzY1LjcxMTk5IgogICAgIGlua3NjYXBlOmN5PSI0NzMuMTc4MjIiCiAgICAgaW5rc2NhcGU6ZG9jdW1lbnQtdW5pdHM9Im1tIgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9Imc3MSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgZml0LW1hcmdpbi1sZWZ0PSItMC4xIgogICAgIGZpdC1tYXJnaW4tdG9wPSIwIgogICAgIGZpdC1tYXJnaW4tcmlnaHQ9IjAiCiAgICAgZml0LW1hcmdpbi1ib3R0b209IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxODQ4IgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMTYiCiAgICAgaW5rc2NhcGU6d2luZG93LXg9IjE5OTIiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjI3IgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNSI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICBpbmtzY2FwZTpsYWJlbD0iQ2FwYSAxIgogICAgIGlua3NjYXBlOmdyb3VwbW9kZT0ibGF5ZXIiCiAgICAgaWQ9ImxheWVyMSIKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNzQuMDMyMTMsLTQ5LjM0MDYzNykiPgogICAgPGcKICAgICAgIGlkPSJnNzEiCiAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjI2NDU4MzMzLDAsMCwwLjI2NDU4MzMzLC0yNzQuMTMxODQsMzQuMjA3MjY0KSI+CiAgICAgIDxnCiAgICAgICAgIGlkPSJnMTQiCiAgICAgICAgIHN0eWxlPSJmaWxsOiMwMDgwODAiPgoJPHBhdGgKICAgaWQ9InBhdGgxMCIKICAgZD0ibSA5MjUuMDM2LDU3LjE5NyBoIC0zMDQgYyAtMjcuNiwwIC01MCwyMi40IC01MCw1MCB2IDMwNCBjIDAsMjcuNjAxIDIyLjQsNTAgNTAsNTAgaCAxNDUuNSBjIC0xLjksNzkuNjAxIC0yMC40LDE0My4zIC01NS40LDE5MS4yIC0yNy42LDM3LjggLTY5LjM5OSw2OS4xIC0xMjUuMyw5My44IC0yNS43LDExLjMgLTM2LjgsNDEuNyAtMjQuOCw2Ny4xMDEgbCAzNiw3NiBjIDExLjYsMjQuMzk5IDQwLjMsMzUuMSA2NS4xLDI0LjM5OSA2Ni4yLC0yOC42IDEyMi4xMDEsLTY0LjggMTY3LjcsLTEwOC44IDU1LjYwMSwtNTMuNyA5My43LC0xMTQuMyAxMTQuMywtMTgxLjkgMjAuNjAxLC02Ny42IDMwLjksLTE1OS44IDMwLjksLTI3Ni44IHYgLTIzOSBjIDAsLTI3LjU5OSAtMjIuNDAxLC01MCAtNTAsLTUwIHoiCiAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiCiAgIHN0eWxlPSJmaWxsOiMwMDgwODAiIC8+CgoJPHBhdGgKICAgaWQ9InBhdGgxMiIKICAgZD0ibSAxMDYuMDM2LDkxMy40OTcgYyA2NS40LC0yOC41IDEyMSwtNjQuNjk5IDE2Ni45LC0xMDguNiA1Ni4xLC01My43IDk0LjQsLTExNC4xIDExNSwtMTgxLjIgMjAuNiwtNjcuMSAzMC44OTksLTE1OS42IDMwLjg5OSwtMjc3LjUgdiAtMjM5IGMgMCwtMjcuNiAtMjIuMzk5LC01MCAtNTAsLTUwIGggLTMwNCBjIC0yNy42LDAgLTUwLDIyLjQgLTUwLDUwIHYgMzA0IGMgMCwyNy42MDEgMjIuNCw1MCA1MCw1MCBoIDE0NS41IGMgLTEuOSw3OS42MDEgLTIwLjQsMTQzLjMgLTU1LjQsMTkxLjIgLTI3LjYsMzcuOCAtNjkuNCw2OS4xIC0xMjUuMyw5My44IC0yNS43LDExLjMgLTM2LjgsNDEuNyAtMjQuOCw2Ny4xMDEgbCAzNS45LDc1LjggYyAxMS42MDEsMjQuMzk5IDQwLjUwMSwzNS4yIDY1LjMwMSwyNC4zOTkgeiIKICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgc3R5bGU9ImZpbGw6IzAwODA4MCIgLz4KCjwvZz4KICAgICAgPGcKICAgICAgICAgaWQ9ImcxNiI+CjwvZz4KICAgICAgPGcKICAgICAgICAgaWQ9ImcxOCI+CjwvZz4KICAgICAgPGcKICAgICAgICAgaWQ9ImcyMCI+CjwvZz4KICAgICAgPGcKICAgICAgICAgaWQ9ImcyMiI+CjwvZz4KICAgICAgPGcKICAgICAgICAgaWQ9ImcyNCI+CjwvZz4KICAgICAgPGcKICAgICAgICAgaWQ9ImcyNiI+CjwvZz4KICAgICAgPGcKICAgICAgICAgaWQ9ImcyOCI+CjwvZz4KICAgICAgPGcKICAgICAgICAgaWQ9ImczMCI+CjwvZz4KICAgICAgPGcKICAgICAgICAgaWQ9ImczMiI+CjwvZz4KICAgICAgPGcKICAgICAgICAgaWQ9ImczNCI+CjwvZz4KICAgICAgPGcKICAgICAgICAgaWQ9ImczNiI+CjwvZz4KICAgICAgPGcKICAgICAgICAgaWQ9ImczOCI+CjwvZz4KICAgICAgPGcKICAgICAgICAgaWQ9Imc0MCI+CjwvZz4KICAgICAgPGcKICAgICAgICAgaWQ9Imc0MiI+CjwvZz4KICAgICAgPGcKICAgICAgICAgaWQ9Imc0NCI+CjwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.page .entry-content blockquote.voluntariado p {
  font-size: 1.375rem !important;
  line-height: 2.1rem;
  font-weight: 500;
  margin: 0;
  color: var(--color-text);
  padding-bottom: 20px;
}

.page .entry-content blockquote.voluntariado p strong {
  font-weight: 600;
}

.page .entry-content blockquote.voluntariado p:last-of-type {
  padding: 0;
}

.page .entry-content blockquote.voluntariado a.wp-block-button__link {
  margin-top: 20px;
  background: var(--color-primary);
  color: #FFF;
}

.page .entry-content blockquote.voluntariado a.wp-block-button__link:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: #fff;
}

.page .entry-content .wp-block-gallery {
  padding: 0;
}

.page .entry-content .wp-block-gallery .blocks-gallery-grid {
  padding: 0;
}

.page .entry-content .wp-block-gallery .blocks-gallery-grid .owl-stage {
  display: flex;
}

.page .entry-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  width: 100%;
  margin: 0;
  height: 100%;
}

.page .entry-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a {
  display: block;
  width: 100%;
}

.page .entry-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure img {
  width: 100%;
  max-height: 400px;
}

.page .entry-content .wp-block-gallery .owl-nav {
  padding: 0;
}

.page .entry-content .wp-block-gallery .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.page .entry-content .wp-block-gallery .owl-nav button.owl-prev {
  left: -2rem;
}

.page .entry-content .wp-block-gallery .owl-nav button.owl-next {
  right: -2rem;
}

.page .entry-content .wp-block-gallery .owl-nav button.disabled {
  cursor: default;
  opacity: .5;
}

.page .entry-content .wp-block-gallery .owl-nav button i:before {
  font-size: 1.8rem;
  color: var(--color-primary);
  margin: 0;
}

.page .entry-content .wp-block-image {
  margin-bottom: 1.5rem;
}

.page .entry-content .wp-block-image figcaption {
  font-size: .75rem;
  font-style: italic;
  text-align: center;
}

.page .entry-content code {
  background: #F6F4F3;
  padding: 1rem 2rem;
  display: block;
  font-size: .875rem;
  color: var(--color-primary);
}

.page .entry-content .wp-block-pullquote blockquote {
  margin: 0;
}

.page .entry-content .wp-block-categories {
  margin: 3.4rem 0 0;
  padding: 2.1rem 0 5rem;
  border-top: 1px solid #DADCDD;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page .entry-content .wp-block-categories li {
  margin-right: 1rem;
  margin-bottom: .6rem;
}

.page .entry-content .wp-block-categories li a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: .875rem;
  color: #FFF;
  background: #DADCDD;
  height: 1.75rem;
  padding: 0 1rem;
}

.page .entry-content .wp-block-search {
  background: #DADCDD;
  height: 4rem;
  display: flex;
  align-items: center;
  padding: 0 .6rem;
  margin-bottom: 1.8rem;
  position: relative;
}

.page .entry-content .wp-block-search label {
  display: none;
}

.page .entry-content .wp-block-search input {
  border: 1px solid #FFF;
  border-radius: 1.25rem;
  background: none;
  height: 2.5rem;
  padding: 0 1.25rem;
  font-style: italic;
  color: #FFF;
  outline: none;
  font-size: .875rem;
  box-shadow: none;
}

.page .entry-content .wp-block-search button {
  font-size: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.page .entry-content .wp-block-search button:before {
  content: '\e80a';
  font-family: 'fontello';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #FFF;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
}

.page .entry-content .schema-how-to p img {
  margin: .5rem 0;
}

.page .entry-content .schema-how-to .schema-how-to-steps .schema-how-to-step {
  margin-bottom: 1.5rem;
}

.page .entry-content .schema-how-to .schema-how-to-steps .schema-how-to-step strong {
  margin-bottom: 1rem;
}

.page .entry-content .wp-block-media-text {
  margin-bottom: 1rem;
  align-items: center;
}

@media (max-width: 767px) {
  .page .entry-content .wp-block-media-text {
    grid-template-columns: 100%;
  }
}

@media (max-width: 767px) {
  .page .entry-content .wp-block-media-text .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
}

.page .entry-content .wp-block-media-text .wp-block-media-text__content {
  padding: 1.5rem 3rem;
  padding-right: 0;
}

@media (max-width: 767px) {
  .page .entry-content .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0;
    grid-column: 1;
    grid-row: 2;
  }
}

.page .entry-content .wp-block-media-text .wp-block-media-text__content p {
  font-size: 1rem;
}

.page .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-right: 3rem;
  padding-left: 0;
}

@media (max-width: 767px) {
  .page .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
  }
}

.page .tnp-profile .tnp-field {
  margin-bottom: 1.25rem;
}

.page .tnp-profile .tnp-field.tnp-field-email input {
  min-width: 50%;
}

.page .tnp-profile .tnp-field.tnp-field-button input {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  border-radius: 0;
  padding: .5rem 2rem;
  font-size: 1rem;
  text-transform: uppercase;
  background: transparent;
  display: inline-block;
  user-select: none;
  cursor: pointer;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page .tnp-profile .tnp-field.tnp-field-button input:hover {
  background: var(--color-primary);
  color: #FFF;
  text-decoration: none;
}

@media (max-width: 991px) {
  .page .site-main {
    padding-bottom: 3rem;
  }
  .page .entry-content p.default-subtitle {
    padding: 3rem 0 2.5rem;
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
  }
  .page .entry-content p.default-subtitle:empty {
    padding-top: 3rem;
  }
  .page .entry-content blockquote {
    padding: 1.5rem 0 1.5rem 1.5rem;
    margin-bottom: 2rem;
  }
  .page .entry-content blockquote p {
    font-size: 1.125rem !important;
  }
  .page .entry-content .wp-block-gallery {
    padding: 2.2rem 0 2rem;
  }
}

@media (max-width: 767px) {
  .page .site-main {
    padding-bottom: 2.5rem;
  }
  .page .entry-content p.default-subtitle {
    padding: 2.5rem 0 2.1rem;
    margin-bottom: 2.1rem;
    font-size: 1.125rem;
  }
  .page .entry-content p.default-subtitle:empty {
    padding-top: 2.5rem;
  }
  .page .entry-content blockquote p {
    font-size: 1rem;
  }
  .page .entry-content blockquote.voluntariado {
    margin: 20px -5px 0;
    padding: 40px 20px;
  }
  .page .entry-content blockquote.voluntariado p {
    font-size: 1.175rem !important;
    line-height: 1.9rem;
    font-weight: 500;
    margin: 0;
    color: var(--color-text);
    padding-bottom: 20px;
  }
  .page .entry-content blockquote.voluntariado p strong {
    font-weight: 600;
  }
  .page .entry-content blockquote.voluntariado p:last-of-type {
    padding: 0;
  }
  .page .entry-content .wp-block-gallery {
    padding: 1.8rem 0;
    margin: 0;
  }
  .page .entry-content .wp-block-image {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    max-width: calc(100% + 2.5rem);
  }
  .page .entry-content .wp-block-image figcaption {
    padding: 0 1.25rem;
  }
  .page .entry-content .wp-block-embed {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.error404 .site-main > .container {
  padding-top: 2.8rem;
  padding-bottom: 5.6rem;
}

.error404 .site-main .page-header .page-title {
  font-size: 2rem;
  font-weight: 400;
  color: var(--color-primary);
  margin-bottom: 3.4rem;
}

.error404 .wrap-search-form {
  background: #fff;
  padding: 0;
}

.error404 .wrap-search-form .form-control::placeholder, .error404 .wrap-search-form ::placeholder {
  color: #495057;
}

.error404 .wrap-search-form .search-form {
  border-color: #ccc;
}

.error404 .wrap-search-form .search-form label input:focus,
.error404 .wrap-search-form .search-form label input {
  color: #495057;
}

.error404 .go-to-home {
  border-top: 1px solid #ccc;
  margin-top: 3rem;
  padding-top: 3rem;
}

.error404 .go-to-home .btn-outline {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .error404 .site-main > .container {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
  .error404 .site-main .page-header .page-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}

.btn-outline,
.wp-block-button__link {
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 0;
  padding: .5rem 2rem;
  font-size: 1rem;
  text-transform: uppercase;
  background: transparent;
  display: inline-block;
  user-select: none;
  cursor: pointer;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-outline:hover,
.wp-block-button__link:hover {
  background: #FFF;
  color: var(--color-primary) !important;
  text-decoration: none;
}

.wp-block-cge-blocks-default .wp-block-buttons .wp-block-button .wp-block-button__link,
.cge-blocks-default .wp-block-buttons .wp-block-button .wp-block-button__link {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.wp-block-cge-blocks-default .wp-block-buttons .wp-block-button .wp-block-button__link:hover,
.cge-blocks-default .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: var(--color-primary);
  color: #FFF;
}

.single .main-container .site-main .wp-block-buttons .wp-block-button .wp-block-button__link {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.single .main-container .site-main .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: var(--color-primary);
  color: #FFF;
}

.row-light {
  padding: 4rem 0;
}

.row-light h2,
.row-light h3 {
  color: var(--color-primary);
  font-weight: 600;
}

.row-light h2 {
  font-size: 1.75rem;
  margin-bottom: 2.5rem;
}

.row-light h3 {
  font-size: 1.5rem;
}

.row-light p {
  margin-bottom: 2.5rem;
  line-height: 1.8;
}

.row-light .btn-outline,
.row-light .wp-block-button__link {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.row-light .btn-outline:hover,
.row-light .wp-block-button__link:hover {
  background: var(--color-primary);
  color: #FFF;
}

.row-light .wp-block-column:first-child {
  padding-right: 10%;
}

.new-title-section-row-home {
  text-transform: uppercase;
  font-size: 1.625rem;
  text-shadow: 1px 1px #888;
  text-align: center;
  color: #fff;
}

.new-button-section-row-home {
  background: var(--color-primary);
  color: #fff !important;
}

.row-sections-home {
  flex-wrap: wrap;
}

.row-sections-home .wp-block-column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 25%;
  max-width: 25%;
  min-height: 300px;
  position: relative;
  margin-left: 0;
}

.row-sections-home .wp-block-column .wp-block-cover {
  padding: 1rem 2rem;
  min-height: inherit;
}

.row-sections-home .wp-block-column .wp-block-cover::before {
  content: '';
  background: var(--color-primary);
  opacity: .75;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.row-sections-home .wp-block-column:nth-child(even) .wp-block-cover::before {
  background: var(--color-secondary);
}

.row-sections-home .wp-block-column * {
  color: #FFF !important;
  text-align: center;
  position: relative;
}

.row-sections-home .wp-block-column .small-title {
  text-transform: uppercase;
  font-size: 1.625rem;
  text-shadow: 1px 1px #888;
}

.row-sections-home .wp-block-column p {
  font-size: 1rem;
}

.row-sections-home .wp-block-column .wp-block-button__link {
  background: var(--color-primary);
  color: #fff !important;
}

.row-sections-home .wp-block-column .wp-block-button__link:hover {
  background: #fff;
  color: var(--color-primary) !important;
}

@media (max-width: 991px) {
  .row-sections-home .wp-block-column {
    flex: 0 0 50% !important;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .row-sections-home .wp-block-column {
    flex: 0 0 100% !important;
    max-width: 100%;
    min-height: auto;
  }
  .row-sections-home .wp-block-column .wp-block-cover {
    padding: 3rem 2rem;
  }
}

.row-press-room-home {
  padding: 0;
}

.row-press-room-home .wp-block-group {
  padding-left: 0;
}

.row-press-room-home .wp-block-group h2 {
  display: none !important;
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 3.4rem;
}

.row-press-room-home .wp-block-columns .wp-block-column {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

.row-press-room-home .wp-block-columns .wp-block-column:first-child {
  padding-right: 7.5rem;
}

.row-press-room-home .wp-block-columns .wp-block-column:last-child {
  margin: 0;
}

.row-press-room-home .wp-block-columns .wp-block-column.counter-2:first-child {
  padding-right: 2.34em;
}

.row-press-room-home .wp-block-columns .wp-block-column.counter-2:last-child {
  padding-left: 2.34em;
}

.row-press-room-home .see-more {
  margin: 3rem 0 0;
  text-align: right;
}

.row-press-room-home .see-more a {
  display: inline-flex;
  align-items: center;
  color: var(--color-primary);
  font-size: 1.125rem;
}

.row-press-room-home .see-more a:after {
  content: "\e800";
  font-family: 'fontello';
  font-size: 1.8rem;
  display: inline-block;
  line-height: 1;
  margin-left: 1rem;
}

.row-press-room-home .see-more a:hover {
  color: #DADCDD;
  text-decoration: none;
}

@media (max-width: 991px) {
  .row-press-room-home {
    margin-right: -1.25rem;
  }
  .row-press-room-home .wp-block-group h2 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
  .row-press-room-home .wp-block-columns .wp-block-column:first-child {
    padding-right: 3.75rem;
  }
  .row-press-room-home .see-more {
    margin: 2rem 0 0;
  }
}

@media (max-width: 767px) {
  .row-press-room-home .wp-block-columns {
    flex-wrap: wrap;
  }
  .row-press-room-home .wp-block-columns .wp-block-column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .row-press-room-home .wp-block-columns .wp-block-column:first-child {
    padding-right: 0;
  }
  .row-press-room-home .wp-block-columns .wp-block-column:last-child {
    margin-top: 2rem;
  }
  .row-press-room-home .wp-block-columns .wp-block-column.counter-2:first-child {
    padding-right: 0;
  }
  .row-press-room-home .wp-block-columns .wp-block-column.counter-2:last-child {
    padding-left: 0;
  }
}

.row-last-post-home {
  background: url("assets/images/background-last-post.png") no-repeat center/cover;
  padding: 4.3rem 0;
  position: relative;
  overflow: hidden;
}

.row-last-post-home:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-primary);
  opacity: 0.7;
}

.row-last-post-home .wp-block-group * {
  color: #FFF;
}

.row-last-post-home .wp-block-group h2 {
  margin-bottom: 3.4rem;
  font-weight: 400;
  color: inherit;
}

.row-last-post-home .wp-block-group .wp-block-group__inner-container {
  position: relative;
  overflow: hidden;
}

.row-last-post-home .wp-block-group .wp-block-group__inner-container > p {
  margin: 3.4rem 0 0;
  text-align: right;
  font-size: 1.25rem;
}

.row-last-post-home .wp-block-group .wp-block-group__inner-container > p a {
  display: inline-flex;
  align-items: center;
}

.row-last-post-home .wp-block-group .wp-block-group__inner-container > p a:after {
  content: "\f344";
  font-family: dashicons;
  font-size: 1.8rem;
  display: inline-block;
  line-height: 1;
  margin-left: 1rem;
}

.row-last-post-home .wp-block-group .wp-block-group__inner-container > p a:hover {
  color: #DADCDD;
  text-decoration: none;
}

.row-last-post-home .owl-dots {
  margin-top: 1.25rem;
}

.row-last-post-home .owl-dots button span {
  border-color: #FFF;
}

.row-last-post-home .owl-dots button.active span, .row-last-post-home .owl-dots button:hover span {
  background-color: #FFF;
}

@media (max-width: 991px) {
  .row-last-post-home {
    padding: 1.8rem 0 1.5rem;
  }
  .row-last-post-home .wp-block-group .wp-block-group__inner-container h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .row-last-post-home .wp-block-group .wp-block-group__inner-container > p {
    margin-top: 1.5rem;
  }
}

.row-nested-news {
  background: url("assets/images/background-last-post.png") no-repeat center/cover;
}

.row-nested-news .inner-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cge-block-news .item {
  display: flex;
  border: 1px solid #DADCDD;
  position: relative;
}

.cge-block-news .item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.cge-block-news .item h3 {
  font-size: 1.25rem;
  color: var(--color-primary);
}

.cge-block-news .item p {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.6;
}

.cge-block-news .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cge-block-news .item h3,
.cge-block-news .item .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cge-block-news .item .content {
  padding: 1.25rem;
  flex: 0 0 70%;
}

.cge-block-news .item .content:after {
  content: "\e800";
  font-family: 'fontello';
  color: var(--color-primary);
  display: block;
  text-align: right;
  font-size: 1.25rem;
  line-height: 1;
}

.cge-block-news .item .image {
  flex: 0 0 30%;
}

.cge-block-news .item .image .inner {
  width: 100%;
  height: 100%;
}

.cge-block-news .item .image .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cge-block-news .item .image .inner:empty {
  background: url(assets/images/logo-default.jpg) no-repeat center;
  background-size: cover !important;
}

.cge-block-featured-news .item .image {
  margin-bottom: 1.5rem;
}

.cge-block-featured-news .item .image .inner {
  width: 100%;
  height: 200px;
}

.cge-block-featured-news .item .image .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cge-block-featured-news .item .image .inner:empty {
  background: url(assets/images/logo-default.jpg) no-repeat center;
  background-size: cover !important;
}

.cge-block-featured-news .item .content h3 {
  font-size: 1.25rem;
  margin-bottom: 3rem;
}

.cge-block-featured-news .item .content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}

.cge-block-featured-news .item .content .wp-block-button__link {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.cge-block-featured-news .item .content .wp-block-button__link:hover {
  color: #FFF;
  background: var(--color-primary);
}

.view-cards {
  padding: 25px;
}

.view-cards p {
  text-align: left;
}

.view-cards .card .image {
  padding: 1rem;
}

.view-cards .card .image .inner {
  height: 200px;
}

.view-cards .card .image .inner .card-image {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  border-radius: 16px;
}

.view-cards .card .image .inner .card-image.no-image {
  background-image: url(/wp-content/themes/ong/assets/images/logo-default.png);
  background-repeat: no-repeat;
  background-position: top;
  border-radius: 18px;
  background-size: contain;
}

.view-cards .card .content {
  padding: 25px;
}

.view-cards .card .content .date i {
  margin-right: 0.5rem;
}

.view-cards .card .content .date p {
  text-align: left;
}

.view-cards .card .content .news-title {
  min-height: 180px;
}

.view-cards .card .content .news-title h3.title {
  color: var(--color-primary);
  font-size: 1.5rem;
  margin-bottom: 0;
}

.view-cards .card .content .news-p {
  text-align: left;
}

.view-cards a:hover {
  text-decoration: none;
}

.view-cards .card:hover {
  transform: scale(1.05);
}

.row-nested-news {
  display: none;
}

.wp-block-latest-posts.columns-3 {
  display: block;
}

.wp-block-latest-posts.columns-3 .owl-stage-outer {
  overflow: visible;
}

.wp-block-latest-posts.columns-3 .owl-stage-outer .owl-stage {
  display: flex;
}

.wp-block-latest-posts.columns-3 .item {
  border: 1px solid #FFF;
  padding: 2.5rem 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.wp-block-latest-posts.columns-3 .item h3 {
  padding: .9rem 3.1rem .9rem 1.25rem;
  background: var(--color-secondary);
  margin-bottom: 2.5rem;
  margin-left: -4.05rem;
  font-size: 1.25rem;
  color: inherit;
}

.wp-block-latest-posts.columns-3 .item .wp-block-latest-posts__post-excerpt {
  margin: 0 0 2.8rem;
}

.wp-block-latest-posts.columns-3 .item a {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  height: 2.8rem;
  border: 1px solid #FFF;
  padding: 0 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wp-block-latest-posts.columns-3 .item a:hover {
  text-decoration: none;
  color: var(--color-primary);
  background: #FFF;
}

@media (max-width: 991px) {
  .wp-block-latest-posts.columns-3 .owl-stage-outer {
    max-width: calc(100% + 1.25rem);
    margin-left: -1.25rem;
    overflow: hidden;
  }
  .wp-block-latest-posts.columns-3 .owl-item {
    padding-left: 1.25rem;
  }
  .wp-block-latest-posts.columns-3 .owl-item .item {
    width: calc(100% + 1.25rem);
    opacity: 0;
  }
  .wp-block-latest-posts.columns-3 .owl-item.active .item {
    opacity: 1;
  }
}

.row-polls {
  background: url(assets/images/background-polls.png) no-repeat center;
  background-size: cover !important;
  padding: 4.6rem 0 5rem;
  position: relative;
}

.row-polls:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(assets/images/ola-poll.png) no-repeat center top;
  background-size: contain;
}

.row-polls > div {
  position: relative;
  z-index: 2;
}

.row-polls .block-polls .polls-title {
  position: relative;
  padding-left: 4.3rem;
  margin-bottom: 3.1rem;
}

.row-polls .block-polls .polls-title h2 {
  font-size: 1.25rem;
  color: var(--color-primary);
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.row-polls .block-polls .polls-title p {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0;
}

.row-polls .block-polls .polls-title:before {
  content: '\e80f';
  font-family: 'fontello';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.25rem;
  height: 3.25rem;
  font-size: 3.25rem;
  line-height: 1;
  color: var(--color-primary);
}

.row-polls .block-polls .item .wp-polls {
  background: #FFF;
  border: 1px solid #DADCDD;
  padding: 1.8rem 2.5rem;
}

.row-polls .block-polls .item .wp-polls .p-poll-header {
  font-size: 1rem;
  color: var(--color-primary);
  text-align: left !important;
  margin-bottom: 1.8rem;
  padding: 0;
  font-weight: 500;
}

.row-polls .block-polls .item .wp-polls .wp-polls-form p .Buttons {
  display: inline-block;
  height: 2.8rem;
  line-height: 2.8rem;
  padding: 0 1.25rem;
  background: var(--color-primary);
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  user-select: none;
  border: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 1rem;
}

.row-polls .block-polls .item .wp-polls .wp-polls-form p .Buttons:hover {
  background: #FFF;
  color: var(--color-primary);
}

.row-polls .block-polls .item .wp-polls .wp-polls-form p:last-child {
  margin-bottom: 0;
}

.row-polls .block-polls .item .wp-polls .wp-polls-ans ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.row-polls .block-polls .item .wp-polls .wp-polls-ans ul li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 300;
}

.row-polls .block-polls .item .wp-polls .wp-polls-ans ul li input {
  opacity: 0;
  position: absolute;
}

.row-polls .block-polls .item .wp-polls .wp-polls-ans ul li input + label {
  display: block;
  position: relative;
  padding-left: 1.8rem;
  font-size: .875rem;
  font-weight: 300;
  cursor: pointer;
}

.row-polls .block-polls .item .wp-polls .wp-polls-ans ul li input + label:before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: #FFF;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: background .3s linear;
}

.row-polls .block-polls .item .wp-polls .wp-polls-ans ul li input:checked + label:before {
  background: var(--color-primary);
}

.row-polls .block-polls .item .wp-polls .wp-polls-ans ul.result li {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-polls .block-polls .item .wp-polls .wp-polls-ans > p {
  margin-top: 2.5rem;
}

.row-polls .block-polls .item .wp-polls .wp-polls-ans > p:last-child {
  margin-top: 1rem;
}

.row-polls .block-polls .item .wp-polls .p-poll-total {
  color: var(--color-primary);
  margin: 0 !important;
  padding: 0;
}

@media (max-width: 767px) {
  .row-polls {
    padding: 3.75rem 0 2.5rem;
  }
  .row-polls .block-polls .polls-title {
    padding-left: 0;
    margin-bottom: 1.5rem;
  }
  .row-polls .block-polls .polls-title h2 {
    position: relative;
    padding-left: 3.4rem;
    min-height: 2.5rem;
    font-size: 1rem;
  }
  .row-polls .block-polls .polls-title h2:before {
    content: '\e80f';
    font-family: 'fontello';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2.5rem;
    line-height: 1;
    color: var(--color-primary);
  }
  .row-polls .block-polls .polls-title p {
    font-size: .8rem;
  }
  .row-polls .block-polls .polls-title:before {
    display: none;
  }
  .row-polls .block-polls .item .wp-polls {
    padding: 1.5rem 1.25rem;
  }
  .row-polls .block-polls .item .wp-polls .p-poll-header {
    margin-bottom: 1.5rem;
  }
  .row-polls .block-polls .item .wp-polls .wp-polls-form p .Buttons {
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .row-polls .block-polls .item .wp-polls .wp-polls-ans ul {
    padding: 0 1.25rem 1.25rem;
  }
  .row-polls .block-polls .item .wp-polls .wp-polls-ans ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .row-polls .block-polls .item .wp-polls .wp-polls-ans > p {
    margin-top: 1.8rem;
  }
  .row-polls .block-polls .item .wp-polls .wp-polls-ans > p:last-child {
    margin-top: 1rem;
  }
}

.row-events-content {
  position: relative;
  padding: 0 0 3.1rem;
}

.row-events-content:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(assets/images/ola-calendar.png) no-repeat center bottom;
  background-size: contain;
}

.row-events-content .empty {
  font-size: 1.5rem;
  text-align: center;
}

.row-events-content > div.container {
  position: relative;
  z-index: 2;
}

.row-events-content > div.container h2 {
  font-size: 1.75rem;
  font-weight: 300;
  color: var(--color-text);
  margin-bottom: 4.6rem;
  text-align: center;
}

.row-events-content > div.container h2 strong {
  font-weight: 600;
  color: var(--color-primary);
}

.row-events-content > div.container .wp-block-button {
  text-align: right;
}

.row-events-content > div.container .wp-block-button a {
  display: inline-flex;
  align-items: center;
  color: var(--color-primary);
  font-size: 1.125rem;
  border: 0;
  padding: 0;
  text-transform: none;
  user-select: inherit;
  transition: none;
}

.row-events-content > div.container .wp-block-button a:hover {
  background: none;
}

.row-events-content > div.container .wp-block-button a:after {
  content: "\e800";
  font-family: 'fontello';
  font-size: 1.8rem;
  display: inline-block;
  line-height: 1;
  margin-left: 1rem;
}

.row-events-content > div.container .wp-block-columns {
  flex-wrap: wrap;
  align-items: center;
}

.row-events-content > div.container .wp-block-columns .wp-block-column:first-child {
  flex: 0 0 60% !important;
  max-width: 60% !important;
  padding-right: 2.188rem;
}

.row-events-content > div.container .wp-block-columns .wp-block-column:last-child {
  flex: 0 0 40% !important;
  max-width: 40% !important;
  padding-left: 2.188rem;
  margin-left: 0;
}

.cge-block-events {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -.9rem;
  margin-right: -.9rem;
}

.cge-block-events .item {
  padding: 0 .9rem;
  margin-bottom: 1.8rem;
  flex: 0 0 50%;
  max-width: 50%;
}

.cge-block-events .item .content {
  border: 1px solid #DADCDD;
  background: #FFF;
  padding: 1.5rem 1.5rem 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cge-block-events .item .content h3 {
  position: relative;
  padding-left: 4.3rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2.5rem;
  font-size: 1.25rem;
}

.cge-block-events .item .content h3:before {
  content: '\e802';
  font-family: 'fontello';
  font-size: 2.5rem;
  color: var(--color-secondary);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.cge-block-events .item .content p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cge-block-events .item .content p.date {
  font-size: .875rem;
  color: var(--color-primary);
  margin-bottom: 0.75rem;
  text-transform: capitalize;
}

.cge-block-events .item .content .see-more {
  margin-top: 0.5rem;
  text-align: right;
}

.cge-block-events .item .content .arrow {
  display: inline-block;
  text-align: right;
  margin-top: auto;
  font-size: 1.25rem;
  color: var(--color-primary);
  display: inline-block;
  line-height: 1;
}

.cge-block-events .item .content .arrow:before {
  font-size: 1.25rem;
}

.cge-block-events-calendar {
  transition: opacity 1s ease;
  background: #FFF;
  border: 1px solid var(--color-secondary);
  padding: 3.4rem 2.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
}

.cge-block-events-calendar.fade-out {
  opacity: 0;
}

.cge-block-events-calendar table {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
}

.cge-block-events-calendar table caption {
  caption-side: top;
  padding: 0 1rem 2.8rem;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-secondary);
  font-weight: 500;
  font-size: 1.25rem;
}

.cge-block-events-calendar table thead tr th {
  color: var(--color-primary);
  border: 0;
  border-bottom: 1px solid var(--color-primary);
  font-weight: 600;
  background: none;
  padding: .5rem;
}

.cge-block-events-calendar table tfoot tr td {
  position: absolute;
  top: .25rem;
  padding: 0;
}

.cge-block-events-calendar table tfoot tr td a {
  font-size: 0;
}

.cge-block-events-calendar table tfoot tr td a:before {
  content: '\e801';
  font-family: 'fontello';
  font-size: 1rem;
  color: var(--color-secondary);
  display: inline-block;
  line-height: 1;
}

.cge-block-events-calendar table tfoot tr td#prev {
  left: 0;
}

.cge-block-events-calendar table tfoot tr td#next {
  right: 0;
}

.cge-block-events-calendar table tfoot tr td#next a:before {
  transform: rotate(180deg);
  transform-origin: center center;
}

.cge-block-events-calendar table tfoot tr td.pad {
  display: none;
}

.cge-block-events-calendar table tbody tr {
  background: none !important;
}

.cge-block-events-calendar table tbody tr td {
  padding: 0.2rem;
  border: 0;
  color: var(--color-primary);
  font-weight: 300;
  background: none;
  vertical-align: middle;
}

.cge-block-events-calendar table tbody tr td span {
  padding: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cge-block-events-calendar table tbody tr td a {
  display: block;
  text-decoration: none !important;
  color: inherit;
}

.cge-block-events-calendar table tbody tr td a span {
  border: 1px solid rgba(var(--color-secondary-rgb), 0.4);
}

.cge-block-events-calendar table tbody tr td span {
  padding: .3rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}

.cge-block-events-calendar table tbody tr td#today span {
  background: rgba(var(--color-secondary-rgb), 0.4);
}

@media (max-width: 1199px) {
  .cge-block-events-calendar {
    padding: 1.7rem 1rem;
  }
}

@media (max-width: 991px) {
  .row-events-content > div.container h2 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
  .row-events-content > div.container .wp-block-columns .wp-block-column:first-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-right: 0;
  }
  .row-events-content > div.container .wp-block-columns .wp-block-column:last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .cge-block-events .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cge-block-events-calendar table tbody tr td span {
    width: 1.5rem;
    height: 1.5rem;
    padding: .2rem;
  }
}

.row-services-home {
  background: #FFF;
  position: relative;
  z-index: 2;
  padding: 2.8rem 0 7.1rem;
}

.row-services-home:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem;
  top: 0;
  background: url(assets/images/ola4.png) no-repeat center;
  background-size: cover;
}

.row-services-home > div {
  position: relative;
  z-index: 1;
}

.row-services-home > div .wp-block-columns .wp-block-column h2 {
  font-size: 1.625rem;
  margin-bottom: 2rem;
}

.row-services-home > div .wp-block-columns .wp-block-column p {
  font-size: 1rem;
  font-weight: 300;
}

.row-services-home > div .wp-block-columns .wp-block-column:first-child {
  flex: 0 0 33.3333% !important;
  max-width: 33.3333%;
  padding-right: 4.375rem;
}

.row-services-home > div .wp-block-columns .wp-block-column:last-child {
  flex: 0 0 66.6666% !important;
  max-width: 66.6666%;
  margin-left: 0;
}

.row-services-home .cge-block-services .owl-stage,
.row-services-home .cge-block-services .owl-item {
  height: 100%;
}

.row-services-home .cge-block-services .item {
  position: relative;
  height: 100%;
  border: 1px solid #DADCDD;
  background: #FFF;
  padding: 1.5rem 1rem;
}

.row-services-home .cge-block-services .item * {
  text-align: center;
}

.row-services-home .cge-block-services .item .content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.row-services-home .cge-block-services .item .content:after {
  content: "\e800";
  font-family: 'fontello';
  color: var(--color-primary);
  display: block;
  text-align: right;
  font-size: 1.25rem;
  line-height: 1;
  margin-top: auto;
}

.row-services-home .cge-block-services .item .content > span {
  width: auto;
  display: inline-block;
  margin: 0 auto 1.5rem;
}

.row-services-home .cge-block-services .item .content h3 {
  font-size: 1.25rem;
  margin: 0 0 1.25rem;
  font-weight: 600;
}

.row-services-home .cge-block-services .item .content p {
  font-size: .875rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.row-services-home .cge-block-services .item .content a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
}

@media (max-width: 991px) {
  .row-services-home > div .wp-block-columns .wp-block-column:first-child {
    padding-right: 2.5rem;
  }
}

@media (max-width: 767px) {
  .row-services-home {
    padding: 2.8rem 0 3.4rem;
  }
  .row-services-home > div .wp-block-columns .wp-block-column h2 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
  .row-services-home > div .wp-block-columns .wp-block-column p {
    margin-bottom: 1.8rem;
  }
  .row-services-home > div .wp-block-columns .wp-block-column:first-child {
    padding-right: 0;
  }
  .row-services-home > div .wp-block-columns .wp-block-column:first-child, .row-services-home > div .wp-block-columns .wp-block-column:last-child {
    flex: 0 0 100% !important;
    max-width: 100%;
  }
  .row-services-home .cge-block-services {
    margin-top: 2.1rem;
  }
  .row-services-home .cge-block-services .owl-stage,
  .row-services-home .cge-block-services .owl-item {
    height: auto;
  }
  .row-services-home .cge-block-services .item {
    height: auto;
    padding: 1.25rem 1.8rem 1.5rem;
  }
  .row-services-home .cge-block-services .item .content:after {
    right: 1.8rem;
  }
  .row-services-home .cge-block-services .item .content img {
    margin-bottom: 1.5rem;
  }
}

.row-nested-post {
  background: url("assets/images/background-post.jpg") no-repeat center/cover;
  padding: 2rem 0;
  position: relative;
  overflow: hidden;
}

.row-nested-post:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-primary);
  opacity: 0.6;
  z-index: 1;
}

.row-nested-post .owl-stage-outer {
  overflow: visible;
}

.row-nested-post .owl-stage-outer .owl-stage {
  display: flex;
}

.row-nested-post .owl-dots {
  margin-top: 1.25rem;
}

.row-nested-post .owl-dots button span {
  border-color: #FFF;
}

.row-nested-post .owl-dots button.active span, .row-nested-post .owl-dots button:hover span {
  background-color: #FFF;
}

.row-nested-post .container {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.row-nested-post .container h2 {
  margin-bottom: 3.4rem;
  font-weight: 300;
  color: #FFF;
  font-size: 1.75rem;
}

.row-nested-post .container .related-posts-content {
  position: relative;
}

.row-nested-post .container .related-posts-content .see-more {
  margin: 3.4rem 0 0;
  text-align: right;
}

.row-nested-post .container .related-posts-content .see-more a {
  display: inline-flex;
  align-items: center;
  color: #FFF;
  font-size: 1.125rem;
}

.row-nested-post .container .related-posts-content .see-more a:after {
  content: "\e800";
  font-family: 'fontello';
  font-size: 1.8rem;
  display: inline-block;
  line-height: 1;
  margin-left: 1rem;
}

.row-nested-post .container .related-posts-content .see-more a:hover {
  color: #DADCDD;
  text-decoration: none;
}

.row-nested-post .container .item {
  border: 1px solid #FFF;
  padding: 2.5rem 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.row-nested-post .container .item h3 {
  padding: .9rem 3.1rem .9rem 1.25rem;
  background: var(--color-secondary);
  margin-bottom: 2.5rem;
  margin-left: -4.05rem;
  font-size: 1.25rem;
  color: #FFF;
  font-weight: 400;
}

.row-nested-post .container .item h3 a {
  color: #fff !important;
}

.row-nested-post .container .item .wp-block-latest-posts__post-excerpt {
  margin: 0 0 2.8rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.row-nested-post .container .item a.wp-block-button__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  height: 2.8rem;
  border: 1px solid #FFF;
  padding: 0 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #FFF;
  font-size: 1rem;
}

.row-nested-post .container .item a.wp-block-button__link:hover {
  text-decoration: none;
  color: var(--color-primary);
  background: #FFF;
}

.home .row-nested-post .container h2 {
  text-align: left;
  margin-bottom: 2rem;
}

.home .row-nested-post .container .related-posts-content {
  position: relative;
}

.home .row-nested-post .container .related-posts-content .see-more {
  margin: 2rem 0 0;
}

@media (max-width: 991px) {
  .row-nested-post .owl-stage-outer {
    width: calc(100% + 2.5rem);
    margin: 0 -1.25rem;
    overflow: hidden;
  }
  .row-nested-post .owl-item {
    padding-left: 1.25rem;
  }
  .row-nested-post .owl-item .item {
    width: calc(100% + 1.25rem);
    opacity: 0;
    height: auto;
    transition: 0.25s opacity;
  }
  .row-nested-post .owl-item.active .item {
    opacity: 1;
  }
}

.wp-block-cge-blocks-downloads-list {
  background: #F6F4F3;
  padding: 2.5rem 0 2.1rem;
}

.wp-block-cge-blocks-downloads-list h2 {
  font-size: 1.1rem;
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.wp-block-cge-blocks-downloads-list .wp-block-file {
  display: inline-flex;
  align-items: center;
  margin-right: 3.4rem;
  margin-bottom: 1rem;
}

.wp-block-cge-blocks-downloads-list .wp-block-file a {
  position: relative;
  padding: 0;
  border: 0;
  color: var(--color-link);
  text-transform: none;
  font-size: .875rem;
  display: inline-flex;
  align-items: center;
}

.wp-block-cge-blocks-downloads-list .wp-block-file a:before {
  content: '\e807';
  font-family: 'fontello';
  font-size: 2.5rem;
  color: var(--color-primary);
  display: block;
  line-height: 1;
  margin-right: 1.5rem;
}

.wp-block-cge-blocks-downloads-list .wp-block-file a:hover {
  background: none;
  color: var(--color-link-active);
}

.wp-block-cge-blocks-downloads-list.hidden {
  display: none;
}

@media (max-width: 767px) {
  .wp-block-cge-blocks-downloads-list {
    padding: 2.1rem 0 .6rem;
  }
  .wp-block-cge-blocks-downloads-list .wp-block-file {
    margin-bottom: 1.25rem;
  }
  .wp-block-cge-blocks-downloads-list .wp-block-file a:before {
    font-size: 1.8rem;
    margin-right: 1rem;
  }
}

.wp-block-tnp-minimal,
.sidebar-newsletter {
  position: relative;
  background: url(assets/images/background-newsletter.jpg) no-repeat center;
  background-size: cover !important;
  padding: 1.5rem 2.5rem !important;
  margin-bottom: 2.5rem;
}

.wp-block-tnp-minimal:before,
.sidebar-newsletter:before {
  content: '';
  background: var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.wp-block-tnp-minimal > p,
.sidebar-newsletter > p {
  color: #FFF;
  position: relative;
  z-index: 2;
  font-size: 1rem;
  font-weight: 600 !important;
}

.wp-block-tnp-minimal .tnp,
.sidebar-newsletter .tnp {
  position: relative;
  z-index: 2;
}

.wp-block-tnp-minimal .tnp form,
.sidebar-newsletter .tnp form {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-tnp-minimal .tnp form > *,
.sidebar-newsletter .tnp form > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.wp-block-tnp-minimal .tnp form .tnp-email,
.sidebar-newsletter .tnp form .tnp-email {
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
  font-size: .875rem;
  background: rgba(255, 255, 255, 0.4);
  border: 0;
  color: #FFF;
  box-shadow: none;
  font-weight: 600;
  margin-bottom: .5rem;
  max-width: 100%;
}

.wp-block-tnp-minimal .tnp form .tnp-submit,
.sidebar-newsletter .tnp form .tnp-submit {
  order: 3;
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 0;
  padding: .5rem 2rem;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  user-select: none;
  display: inline-block;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wp-block-tnp-minimal .tnp form .tnp-submit:hover,
.sidebar-newsletter .tnp form .tnp-submit:hover {
  background: #FFF;
  color: var(--color-primary);
  text-decoration: none;
}

.wp-block-tnp-minimal .tnp form .tnp-submit::placeholder,
.sidebar-newsletter .tnp form .tnp-submit::placeholder {
  color: #FFF;
}

.wp-block-tnp-minimal .tnp form .tnp-privacy-field,
.sidebar-newsletter .tnp form .tnp-privacy-field {
  order: 2;
  margin: 0 0 1.5rem;
}

.wp-block-tnp-minimal .tnp form .tnp-privacy-field label,
.sidebar-newsletter .tnp form .tnp-privacy-field label {
  display: block;
  margin: 0;
  color: #FFF;
  font-size: .75rem;
}

.wp-block-tnp-minimal .tnp form .tnp-privacy-field label input,
.sidebar-newsletter .tnp form .tnp-privacy-field label input {
  vertical-align: middle;
}

.wp-block-tnp-minimal .widget-area,
.sidebar-newsletter .widget-area {
  position: relative;
  z-index: 2;
  margin-top: 1.5rem;
}

.wp-block-tnp-minimal .widget-area .menu,
.sidebar-newsletter .widget-area .menu {
  list-style: none;
  margin: 0 -.7rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wp-block-tnp-minimal .widget-area .menu .menu-item,
.sidebar-newsletter .widget-area .menu .menu-item {
  padding: .2rem .7rem;
}

.wp-block-tnp-minimal .widget-area .menu .menu-item a,
.sidebar-newsletter .widget-area .menu .menu-item a {
  font-size: 0;
  width: 3rem;
  height: 3rem;
  display: block;
  border-radius: 50%;
  border: 2px solid #FFF;
  text-decoration: none !important;
}

.wp-block-tnp-minimal .widget-area .menu .menu-item a:before,
.sidebar-newsletter .widget-area .menu .menu-item a:before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  color: #FFF;
  width: 100%;
  height: 100%;
  line-height: 1;
}

.wp-block-tnp-minimal .widget-area .menu .menu-item.social-facebook a:before,
.sidebar-newsletter .widget-area .menu .menu-item.social-facebook a:before {
  content: "\f39e";
}

.wp-block-tnp-minimal .widget-area .menu .menu-item.social-twitter a:before,
.sidebar-newsletter .widget-area .menu .menu-item.social-twitter a:before {
  content: '\f099';
}

.wp-block-tnp-minimal .widget-area .menu .menu-item.social-youtube a:before,
.sidebar-newsletter .widget-area .menu .menu-item.social-youtube a:before {
  content: '\f167';
}

.wp-block-tnp-minimal .widget-area .menu .menu-item.social-canalenfermero a:before,
.sidebar-newsletter .widget-area .menu .menu-item.social-canalenfermero a:before {
  content: '\f82f';
}

.wp-block-tnp-minimal .widget-area .menu .menu-item.social-diarioenfermero a:before,
.sidebar-newsletter .widget-area .menu .menu-item.social-diarioenfermero a:before {
  content: '\f0f0';
}

.wp-block-tnp-minimal .widget-area .newsletter-social-widget,
.sidebar-newsletter .widget-area .newsletter-social-widget {
  padding: 10px 30px !important;
  text-align: center !important;
}

.wp-block-tnp-minimal .widget-area .newsletter-social-widget .textwidget p a,
.sidebar-newsletter .widget-area .newsletter-social-widget .textwidget p a {
  color: #FFF !important;
}

@media (max-width: 767px) {
  .wp-block-tnp-minimal,
  .sidebar-newsletter {
    margin-bottom: 1.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 1.25rem 2rem !important;
  }
  .wp-block-tnp-minimal .tnp form .tnp-privacy-field,
  .sidebar-newsletter .tnp form .tnp-privacy-field {
    margin-bottom: .8rem;
  }
  .wp-block-tnp-minimal .widget-area .menu .menu-item a,
  .sidebar-newsletter .widget-area .menu .menu-item a {
    width: 2.1rem;
    height: 2.1rem;
  }
  .wp-block-tnp-minimal .widget-area .menu .menu-item a:before,
  .sidebar-newsletter .widget-area .menu .menu-item a:before {
    font-size: .8rem;
  }
}

.wp-block-table table {
  border: 1px solid #DADCDD;
}

.wp-block-table table tr {
  border-bottom: 1px solid #DADCDD;
}

.wp-block-table table tr th,
.wp-block-table table tr td {
  padding: .5rem 1rem;
  border-right: 1px solid #DADCDD;
  font-size: .875rem;
  font-weight: 300;
}

.wp-block-table table tr th:last-child,
.wp-block-table table tr td:last-child {
  border-right: 0;
}

.wp-block-table table tr th {
  font-weight: 600;
}

.wp-block-table table:last-child {
  border-bottom: 0;
}

.wp-block-table table thead tr th {
  background: #F6F4F3;
}

.wp-block-table figcaption {
  padding: .5rem 0;
  color: var(--color-text);
  text-align: center;
  font-weight: 300;
}

.owl-header-parent.cabecera-delegacion {
  position: relative;
  margin-bottom: 132px;
  height: 50vh;
}

.owl-header-parent.cabecera-delegacion:after {
  display: none;
}

.owl-header-parent.cabecera-delegacion .carousel {
  top: 0;
  transform: none;
}

.owl-header-parent.cabecera-delegacion .item {
  height: 50vh;
}

.owl-header-parent.cabecera-delegacion .owl-item {
  margin-bottom: 91px;
}

.owl-header-parent.cabecera-delegacion .main-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 5%;
}

.owl-header-parent.cabecera-delegacion .left-logo-wrapper,
.owl-header-parent.cabecera-delegacion .right-logo-wrapper {
  width: 220px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-header-parent.cabecera-delegacion .left-logo-wrapper img,
.owl-header-parent.cabecera-delegacion .right-logo-wrapper img {
  width: 100%;
  height: auto;
}

.owl-header-parent.cabecera-delegacion .secondary-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}

.owl-header-parent.cabecera-delegacion .secondary-wrapper ul {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.owl-header-parent.cabecera-delegacion .secondary-wrapper ul li {
  margin: 0 15px;
  padding: 0;
  list-style: none;
  width: 132px;
  height: 132px;
  border-radius: 600px;
  border: 4px solid #fff;
  object-fit: cover;
  display: inline-block;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 19px -1px rgba(0, 0, 0, 0.21);
}

@media (max-width: 1199px) {
  .owl-header-parent.cabecera-delegacion {
    margin-bottom: 100px;
  }
  .owl-header-parent.cabecera-delegacion .left-logo-wrapper,
  .owl-header-parent.cabecera-delegacion .right-logo-wrapper {
    width: 180px;
    height: 180px;
  }
  .owl-header-parent.cabecera-delegacion .secondary-wrapper ul li {
    margin: 0 10px;
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 991px) {
  .owl-header-parent.cabecera-delegacion {
    margin-bottom: 65px;
  }
  .owl-header-parent.cabecera-delegacion .left-logo-wrapper,
  .owl-header-parent.cabecera-delegacion .right-logo-wrapper {
    width: 170px;
    height: 170px;
    margin: 0 10px;
  }
  .owl-header-parent.cabecera-delegacion .owl-item {
    margin-bottom: 57.5px;
  }
  .owl-header-parent.cabecera-delegacion .secondary-wrapper ul li {
    margin: 0 8px;
    width: 65px;
    height: 65px;
    border-width: 3px;
    box-shadow: 0 10px 9px -3px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 767px) {
  .owl-header-parent.cabecera-delegacion {
    margin-bottom: 0;
  }
}

.social-facebook a:before {
  content: "\f39e";
}

.site-header .social-twitter a:before {
  height: 15px !important;
  width: 15px !important;
  position: relative;
  top: -5px;
  left: 4px;
  display: inline-block !important;
  content: '';
  -webkit-mask: url(assets/images/cge_new_twitter.svg) no-repeat 50% 50%;
  mask: url(assets/images/cge_new_twitter.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: white;
}

.social-twitter a:before {
  height: 20px !important;
  width: 20px !important;
  position: relative;
  top: 3px;
  left: -3px;
  display: inline-block !important;
  content: '';
  -webkit-mask: url(assets/images/cge_new_twitter.svg) no-repeat 50% 50%;
  mask: url(assets/images/cge_new_twitter.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--color-primary);
}

.social-youtube a:before {
  content: '\f167';
}

.social-instagram a:before {
  content: '\f16d';
}

.social-canalenfermero a:before {
  content: '\f82f';
}

.social-diarioenfermero a:before {
  content: '\f0f0';
}

.social-phone a:before {
  content: '\f87b';
}

.pum .pum-container .happy-holidays {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #00807f;
  padding: 30px 0;
  box-shadow: #26394d 0px 20px 30px -10px;
}

.site-header .header-top {
  background: var(--color-primary);
  padding: .5rem 0;
}

.site-header .header-top > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header .header-top #social-nav {
  margin-left: .5rem;
}

.site-header .header-top #social-nav .navbar-nav > .menu-item:last-child {
  margin-right: 0;
}

.site-header .header-top #social-nav .navbar-nav .menu-item {
  margin: 0 .3rem;
}

.site-header .header-top #social-nav .navbar-nav .menu-item .nav-link {
  border: 1px solid #FFF;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 0;
  transition: 0.3s border-color;
}

.site-header .header-top #social-nav .navbar-nav .menu-item .nav-link:hover, .site-header .header-top #social-nav .navbar-nav .menu-item .nav-link:focus, .site-header .header-top #social-nav .navbar-nav .menu-item .nav-link:active {
  border-color: #DADCDD;
}

.site-header .header-top #social-nav .navbar-nav .menu-item .nav-link:hover:before, .site-header .header-top #social-nav .navbar-nav .menu-item .nav-link:focus:before, .site-header .header-top #social-nav .navbar-nav .menu-item .nav-link:active:before {
  color: #DADCDD;
}

.site-header .header-top #social-nav .navbar-nav .menu-item .nav-link:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  color: #FFF;
  width: 100%;
  height: 100%;
  line-height: 1;
  transition: 0.3s color;
}

.site-header .header-top #header-nav .navbar-nav .menu-item .nav-link {
  padding: 0 1rem;
  border-right: 1px solid #FFF;
  font-size: .875rem;
  transition: 0.3s color;
}

.site-header .header-top #header-nav .navbar-nav .menu-item .nav-link:hover, .site-header .header-top #header-nav .navbar-nav .menu-item .nav-link:focus, .site-header .header-top #header-nav .navbar-nav .menu-item .nav-link:active {
  color: #DADCDD;
}

.site-header .header-top nav {
  position: relative;
}

.site-header .header-top nav > .dropdown-toggle {
  display: block;
  color: #FFF;
}

.site-header .header-top nav > .dropdown-toggle.btn-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #FFF;
  margin-left: 1rem;
}

.site-header .header-top nav > .dropdown-toggle.btn-social::after {
  display: none;
}

.site-header .header-top nav > .dropdown-toggle.btn-menu {
  display: flex;
  align-items: center;
  margin-right: 0.25rem;
  margin-left: 1.5rem;
}

.site-header .header-top nav > .dropdown-toggle.btn-menu:before {
  content: 'Actualidad y contacto';
  font-size: 0.8rem;
  padding-right: 10px;
}

.site-header .header-top nav > .dropdown-toggle.btn-menu + .dropdown-menu {
  right: .313rem;
}

.site-header .header-top nav > .dropdown-toggle .dots {
  display: block;
  width: .313rem;
  position: relative;
  padding: .4rem 0;
}

.site-header .header-top nav > .dropdown-toggle .dots span {
  display: block;
  width: .313rem;
  height: .313rem;
  border-radius: 50%;
  background: #FFF;
}

.site-header .header-top nav > .dropdown-toggle .dots:after {
  content: '';
  display: block;
  width: .313rem;
  height: .313rem;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  top: 0;
}

.site-header .header-top nav > .dropdown-toggle .dots:before {
  content: '';
  display: block;
  width: .313rem;
  height: .313rem;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  bottom: 0;
}

.site-header .header-top nav > .dropdown-menu {
  background: #FFF;
  border-radius: 0;
  border: 0;
  padding: .9rem .7rem;
  transform: none !important;
  top: 100% !important;
  right: -.313rem;
  left: inherit !important;
  margin-top: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  min-width: 0;
}

.site-header .header-top nav > .dropdown-menu:before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background: #FFF;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  top: -.5rem;
  right: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.site-header .header-top nav > .dropdown-menu:after {
  content: '';
  display: block;
  width: 3rem;
  height: .9rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #FFF;
}

.site-header .header-top .header-top-left .search-row .header-widget .hw-title {
  display: none;
}

.site-header .header-top .header-top-left .search-row .header-widget .search-form {
  position: relative;
  border: 0;
}

.site-header .header-top .header-top-left .search-row .header-widget .search-form label input {
  height: 2rem;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 0 .5rem;
}

.site-header .header-top .header-top-left .search-row .header-widget .search-form label input::placeholder {
  color: #FFF;
}

.site-header .header-top .header-top-left .search-row .header-widget .search-form label input:-webkit-autofill, .site-header .header-top .header-top-left .search-row .header-widget .search-form label input:-webkit-autofill:hover, .site-header .header-top .header-top-left .search-row .header-widget .search-form label input:-webkit-autofill:focus {
  background-color: none;
  border: 1px solid #FFF;
  -webkit-text-fill-color: #FFF;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: none;
}

.site-header .header-top .header-top-left .search-row .header-widget .search-form label:before {
  color: #fff;
  font-size: .9rem;
}

.site-header .header-top .header-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 32px;
}

.site-header .header-bottom {
  position: absolute;
  width: 100%;
  z-index: 200;
  background: white;
  padding: 1rem 0;
  -webkit-transition: background 0.2s 0s linear;
  -moz-transition: background 0.2s 0s linear;
  -o-transition: background 0.2s 0s linear;
  transition: background 0.2s 0s linear;
}

.site-header .header-bottom .hrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header .header-bottom .hrow.bottom {
  display: none;
  justify-content: flex-end;
}

.site-header .header-bottom .hrow.bottom .search-row {
  display: none;
}

.site-header .header-bottom .brand-col {
  position: relative;
  overflow: hidden;
}

.site-header .header-bottom .brand-col img {
  height: 110px !important;
  width: auto;
  -webkit-transition: height 0.2s 0s linear;
  -moz-transition: height 0.2s 0s linear;
  -o-transition: height 0.2s 0s linear;
  transition: height 0.2s 0s linear;
}

.site-header .header-bottom .brand-col .brand-hidden {
  position: absolute;
}

.site-header .header-bottom .menu-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site-header .header-bottom .menu-col .wpml-ls-legacy-dropdown-click {
  width: auto;
  margin-left: 1rem;
}

.site-header .header-bottom .menu-col .wpml-ls-legacy-dropdown-click a span {
  display: block;
  font-weight: 600;
}

.site-header .header-bottom .menu-col .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  background: none;
  border: 0;
  color: var(--color-primary);
  padding: 0;
  position: relative;
  padding-right: 1.25rem;
}

.site-header .header-bottom .menu-col .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
  border-bottom: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.site-header .header-bottom .menu-col .wpml-ls-legacy-dropdown-click .wpml-ls-item {
  display: flex;
  align-items: center;
}

.site-header .header-bottom .menu-col .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  background: #FFF;
  border-radius: 0;
  border: 0;
  padding: .9rem .7rem;
  transform: translateX(-50%) !important;
  top: 100% !important;
  right: inherit;
  left: 50% !important;
  margin-top: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.site-header .header-bottom .menu-col .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li {
  margin: 0;
  padding: .6rem 0;
  border-bottom: 1px solid #DADCDD;
}

.site-header .header-bottom .menu-col .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a {
  padding: 0;
  color: var(--color-primary);
  font-size: .9rem;
  font-weight: 500;
  border: 0;
}

.site-header .header-bottom .menu-col .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a:hover {
  background: none;
}

.site-header .header-bottom .menu-col .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.site-header .header-bottom .menu-col .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li:first-child {
  padding-top: 0;
}

.site-header .header-bottom .menu-col .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background: #FFF;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  top: -.5rem;
  left: 50%;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.site-header .header-bottom .menu-col .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after {
  content: '';
  display: block;
  width: 3rem;
  height: .9rem;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.site-header .header-bottom .menu-col .wrap-toggles a {
  outline: 0;
}

.site-header .header-bottom #main-nav .navbar-nav > .menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item {
  padding: 1rem .8rem;
}

@media (max-width: 991px) {
  .site-header .header-bottom #main-nav .navbar-nav .menu-item {
    padding: 0;
  }
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-icon {
  display: inline-block;
  color: inherit;
  padding: 0 10px;
  cursor: pointer;
  margin-right: -20px;
}

@media (max-width: 991px) {
  .site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-icon {
    float: right;
  }
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .nav-link {
  font-size: 1rem;
  display: inline-block;
  color: var(--color-primary);
  font-weight: 600;
  transition: 0.3s color;
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .nav-link:hover, .site-header .header-bottom #main-nav .navbar-nav .menu-item .nav-link:focus, .site-header .header-bottom #main-nav .navbar-nav .menu-item .nav-link:active {
  color: var(--color-link-active);
}

@media (max-width: 991px) {
  .site-header .header-bottom #main-nav .navbar-nav .menu-item .nav-link {
    width: 100%;
  }
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .nav-link.dropdown-toggle {
  position: relative;
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .nav-link.dropdown-toggle:after {
  content: none;
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu {
  position: absolute;
  background: #FFF;
  border-radius: 0;
  border: 0;
  /*padding: .9rem .7rem 0;*/
  transform: translateX(-50%);
  top: 100%;
  right: inherit;
  left: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-top: -0.5rem;
  padding: .3rem 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity;
}

@media (max-width: 991px) {
  .site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu {
    opacity: 1;
    pointer-events: all;
    display: none;
  }
  .site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu.show {
    display: block;
  }
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .menu-item {
  margin: 0;
  padding: 0 .7rem;
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .menu-item .nav-link,
.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .menu-item .dropdown-item {
  padding: .6rem 0;
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 500;
  justify-content: flex-start;
  padding-right: .9rem;
  width: 100%;
  border-bottom: 1px solid #DADCDD;
  transition: 0.15s color;
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .menu-item .nav-link:hover, .site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .menu-item .nav-link:focus, .site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .menu-item .nav-link:active,
.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .menu-item .dropdown-item:hover,
.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .menu-item .dropdown-item:focus,
.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .menu-item .dropdown-item:active {
  color: var(--color-link-active);
  background: none;
}

@media (max-width: 991px) {
  .site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .menu-item .nav-link,
  .site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .menu-item .dropdown-item {
    border-bottom: 0;
  }
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .menu-item .dropdown-icon {
  color: var(--color-primary);
  position: absolute;
  right: 0;
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .menu-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .menu-item.open {
  padding-bottom: 0;
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .menu-item.open .dropdown-toggle::after {
  border-top: 0;
  border-bottom: .3em solid;
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .menu-item.open:last-child {
  margin-bottom: -.9rem;
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu > .menu-item:last-child {
  /*padding-bottom: .3rem;*/
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu > .menu-item:last-child .nav-link,
.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu > .menu-item:last-child .dropdown-item {
  border-bottom: 0;
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu > .menu-item:first-child {
  /*padding-top: .3rem;*/
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu:before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background: #FFF;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  top: -.5rem;
  left: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu:after {
  content: '';
  display: block;
  width: 3rem;
  height: .9rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #FFF;
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .dropdown-menu {
  left: calc(100%);
  transform: translateX(0);
  top: 0;
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .dropdown-menu:after, .site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .dropdown-menu:before {
  display: none;
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .dropdown-menu .dropdown-item {
  white-space: normal;
  padding-right: 0;
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .dropdown-menu .menu-item {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .dropdown-menu .menu-item:last-child {
  padding-bottom: 0;
}

.site-header .header-bottom #main-nav .navbar-nav .menu-item.oculto {
  display: none !important;
}

@media (min-width: 991px) {
  .site-header .header-bottom #main-nav .navbar-nav .menu-item.dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: all;
  }
}

.site-header .toggle-nav {
  display: none;
}

.site-header .toggle-nav:before {
  content: '\e80c';
  font-family: 'fontello';
  display: inline-flex;
  justify-content: center;
  line-height: 2.7;
  color: #FFF;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.site-header .toggle-search {
  display: none;
}

.site-header .toggle-search:before {
  content: '\e80a';
  font-family: 'fontello';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #FFF;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.site-header .navbar-nav {
  align-items: center;
  flex-direction: row;
}

.site-header .navbar-nav .menu-item .nav-link {
  color: #FFF;
}

.site-header .navbar-nav .menu-item .nav-link:hover, .site-header .navbar-nav .menu-item .nav-link:focus, .site-header .navbar-nav .menu-item .nav-link:active {
  color: #DADCDD;
}

.site-header.fixed {
  position: relative;
}

.site-header.fixed .header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
}

.site-header.fixed .header-bottom > .container {
  position: relative;
}

.site-header.fixed .header-bottom .brand-col img {
  height: 83px !important;
  width: auto;
}

.site-header.fixed .header-bottom .menu-col .wrap-toggles {
  margin-left: 1rem;
}

.site-header.fixed .header-bottom .search-row {
  padding-top: 0;
}

.site-header.fixed .header-bottom .search-row .header-widget .search-form {
  display: none;
}

.site-header.fixed .toggle-search {
  display: block;
}

.search-open .site-header.fixed .header-bottom .search-row .header-widget {
  position: absolute;
  right: 1rem;
  left: inherit;
  top: calc(100% + 1rem);
  padding-top: 1rem;
  min-width: 200px;
}

.search-open .site-header.fixed .header-bottom .search-row .header-widget .search-form {
  display: block;
}

.search-open .site-header.fixed .header-bottom .search-row .header-widget .search-form label input {
  background: var(--color-primary);
  border: 0;
}

.search-open .site-header.fixed .toggle-search:before {
  content: '\e803';
}

.back-link {
  color: #fff;
  border: 1px solid #FFF;
  padding: 0 1rem;
  margin-right: 0.5rem;
  font-size: .875rem;
  transition: all 0.3s;
  border-radius: 3px;
  line-height: 30px;
}

.back-link strong {
  font-weight: 600;
}

@media (max-width: 1199px) {
  .back-link {
    font-size: 0;
    display: flex;
    align-items: center;
  }
  .back-link strong,
  .back-link .fas {
    font-size: .8rem;
  }
}

@media (max-width: 767px) {
  .back-link {
    position: absolute;
    left: 1.25rem;
  }
}

.back-link:hover, .back-link:focus {
  background: #fff;
}

.back-link span {
  margin-right: 0.5rem;
}

@media (max-width: 991px) {
  .site-header .dropdown-item {
    white-space: normal !important;
  }
}

@media (min-width: 768px) {
  .site-header .header-top nav > .dropdown-toggle {
    display: none !important;
    color: #FFF;
  }
  .site-header .header-top nav > .dropdown-menu {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    right: inherit;
    transform: none !important;
    display: block;
    min-width: 0;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    border-radius: 0;
    float: none;
    box-shadow: none;
  }
  .site-header .header-top nav > .dropdown-menu:before, .site-header .header-top nav > .dropdown-menu:after {
    display: none;
  }
  .site-header .header-top nav > .menu-visible {
    display: none;
  }
}

@media (max-width: 767px) {
  .site-header .header-top #social-nav {
    margin-left: 0;
  }
  .site-header .header-top #social-nav .navbar-nav {
    display: block;
  }
  .site-header .header-top #social-nav .navbar-nav .menu-item {
    margin: 0 0 .5rem;
  }
  .site-header .header-top #social-nav .navbar-nav .menu-item .nav-link {
    border: 0;
    font-size: .875rem;
    width: auto;
    height: auto;
    border: 0;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
  }
  .site-header .header-top #social-nav .navbar-nav .menu-item .nav-link:before {
    color: var(--color-primary);
    width: 1rem;
    margin-right: .5rem;
    font-size: .875rem;
  }
  .site-header .header-top #social-nav .navbar-nav .menu-item:last-child {
    margin-bottom: 0;
  }
  .site-header .header-top nav {
    display: flex;
    align-items: center;
  }
  .site-header .header-top nav .menu-visible .navbar-nav li {
    display: none;
  }
  .site-header .header-top nav .menu-visible .navbar-nav li:nth-child(2) .nav-link {
    border-right: 0 !important;
  }
  .site-header .header-top nav .dropdown-menu #header-nav .navbar-nav {
    display: block;
  }
  .site-header .header-top nav .dropdown-menu #header-nav .navbar-nav .menu-item {
    margin: 0 0 .5rem;
  }
  .site-header .header-top nav .dropdown-menu #header-nav .navbar-nav .menu-item .nav-link {
    color: var(--color-primary);
    padding: 0;
    border: 0;
  }
  .site-header .header-top nav .dropdown-menu #header-nav .navbar-nav .menu-item:last-child {
    margin-bottom: 0;
  }
  .site-header .header-bottom .mobile-search,
  .site-header .header-bottom .search-row,
  .site-header .header-bottom .mobile-search-wrapper {
    display: block !important;
  }
  .site-header .header-bottom .hw-title {
    display: none;
  }
  .site-header .header-bottom .brand-col img {
    height: 80px !important;
  }
  .site-header .header-top-left .search-row {
    opacity: 0;
  }
  .site-header.fixed .header-bottom .brand-col img {
    height: 60px !important;
    width: auto;
  }
}

#content #primary {
  padding: 0;
}

#content .wp-block-columns {
  margin-bottom: 0;
}

.row-page-header {
  position: relative;
}

.row-page-header .row-menu-tabs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.row-page-header .row-menu-tabs .menu-tabs {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 -1rem;
  list-style: none;
}

.row-page-header .row-menu-tabs .menu-tabs .menu-item {
  padding: 0 1rem;
  margin: 0;
}

.row-page-header .row-menu-tabs .menu-tabs .menu-item:first-child {
  padding-left: 0;
}

.row-page-header .row-menu-tabs .menu-tabs .menu-item a {
  font-size: 1rem;
  color: var(--color-primary);
  font-weight: 600;
  padding: 0 1rem 1.125rem;
  border-bottom: .313rem solid transparent;
  transition: border-color .15s ease-in-out;
  display: block;
  line-height: 1;
}

.row-page-header .row-menu-tabs .menu-tabs .menu-item a.active, .row-page-header .row-menu-tabs .menu-tabs .menu-item a:hover {
  border-bottom-color: var(--color-primary);
}

.row-page-header .row-menu-tabs .mobile {
  display: none;
}

.slider-parent .owl-dots {
  display: none;
}

.slider-parent .item {
  width: 533px !important;
  margin: auto !important;
  max-height: 400px !important;
  background-position: center;
}

.slider-parent .owl-carousel .owl-nav {
  display: block;
}

.slider-parent .owl-carousel .owl-nav button.owl-prev {
  left: calc(50% - 330px) !important;
  font-size: 100px;
  outline: none;
}

.slider-parent .owl-carousel .owl-nav button.owl-next {
  right: calc(50% - 330px) !important;
  font-size: 100px;
  outline: none;
}

.owl-header-parent {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 85vh;
  max-height: 600px;
}

.owl-header-parent:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 100%;
  background: url("assets/images/ola1.png") no-repeat center;
  background-size: 100% auto;
  background-position: bottom;
  z-index: 1;
  pointer-events: none;
}

.owl-header-parent .owl-dots {
  max-width: 1140px;
  padding: 0 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: inherit !important;
  z-index: 100;
  transition: top .3s ease;
  bottom: 128px !important;
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-end;
}

.owl-header-parent .owl-dots {
  transition: top .3s ease;
}

.owl-header-parent .owl-dots button {
  display: inline-block;
  margin: 0 5px;
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-header-parent .owl-dots button span {
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.owl-header-parent .owl-dots button.active span, .owl-header-parent .owl-dots button:hover span {
  background-color: var(--color-primary);
}

.owl-header {
  position: relative;
  top: 40%;
  transform: translateY(-40%);
  left: 0;
  right: 30%;
}

.owl-header .item {
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: cover !important;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 85vh;
  max-height: 600px;
}

.owl-header .item:before {
  content: '';
  background: var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
  z-index: -1;
}

.owl-header .item .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.owl-header .item .content {
  width: 100%;
  max-width: 70%;
  margin-bottom: 10%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.owl-header .item .content * {
  margin: 0 0 .5rem 0;
  color: #FFF;
  line-height: normal;
}

.owl-header .item .content .small-title {
  font-size: .875rem;
  font-weight: 600;
  text-transform: uppercase;
  min-height: 3.5rem;
}

.owl-header .item .content .title * {
  font-size: 2rem;
}

.owl-header .item .content .title p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 300;
}

.owl-header .item .content .title strong {
  font-weight: 600;
}

.owl-header .item .content .btn {
  margin: 0;
  font-size: 1rem;
  margin: 1rem 0 0 0;
}

.owl-header .item .content .btn:hover {
  color: var(--color-primary);
}

.owl-header .item:not(:first-child) {
  display: none;
}

.archive .owl-header-parent:after,
.blog .owl-header-parent:after,
.page-template .owl-header-parent:after,
.search-results .owl-header-parent:after,
.search-no-results .owl-header-parent:after {
  display: none;
}

.archive .owl-header .owl-stage-outer,
.blog .owl-header .owl-stage-outer,
.page-template .owl-header .owl-stage-outer,
.search-results .owl-header .owl-stage-outer,
.search-no-results .owl-header .owl-stage-outer {
  top: 50%;
}

@media (max-width: 1199px) {
  .row-page-header .row-menu-tabs .menu-tabs .menu-item a {
    padding-bottom: .5rem;
  }
  .owl-header .owl-stage-outer {
    top: 45%;
  }
}

@media (max-width: 991px) {
  .owl-header .owl-dots {
    bottom: 60px !important;
  }
  .slider-parent .owl-dots {
    display: block !important;
  }
  .slider-parent .item {
    width: 100% !important;
  }
  .slider-parent .owl-carousel .owl-nav {
    display: none !important;
  }
  .row-page-header .row-menu-tabs .menu-tabs {
    margin: 0 -.5rem;
  }
  .row-page-header .row-menu-tabs .menu-tabs .menu-item {
    padding: 0 .5rem;
  }
  .row-page-header .row-menu-tabs .menu-tabs .menu-item a {
    padding: 0 .5rem .5rem;
    border-bottom-width: .25rem;
    font-size: .938rem;
  }
  .owl-header {
    max-height: 500px;
  }
  .owl-header .owl-item .item {
    padding-top: 0;
  }
  .owl-header .owl-item .item .container .content .title {
    max-height: 101px;
  }
  .owl-header .owl-item .item .container .content .title * {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .row-page-header .breadcrumbs {
    padding: 0.5rem 0 2rem;
  }
  .row-page-header .row-menu-tabs .container {
    position: relative;
  }
  .row-page-header .row-menu-tabs .menu-tabs {
    display: none;
    position: absolute;
    background: #FFF;
    padding: .9rem .7rem;
    top: 100%;
    left: 1.25rem;
    margin-top: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .row-page-header .row-menu-tabs .menu-tabs:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background: #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: -.5rem;
    left: 1.25rem;
    z-index: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .row-page-header .row-menu-tabs .menu-tabs:after {
    content: '';
    display: block;
    width: 3rem;
    height: .9rem;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .row-page-header .row-menu-tabs .menu-tabs .menu-item {
    padding: .6rem 0;
    border-bottom: 1px solid #DADCDD;
  }
  .row-page-header .row-menu-tabs .menu-tabs .menu-item:first-child {
    padding-top: 0;
  }
  .row-page-header .row-menu-tabs .menu-tabs .menu-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .row-page-header .row-menu-tabs .menu-tabs .menu-item a {
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
    border: 0;
    margin: 0;
    line-height: 1.4;
  }
  .row-page-header .row-menu-tabs .mobile {
    display: inline-block;
    color: #FFF;
    font-weight: 600;
    position: relative;
    padding: 0 1.25rem 0 0;
    margin-bottom: .5rem;
    font-size: 1rem;
    cursor: pointer;
  }
  .row-page-header .row-menu-tabs .mobile:before {
    content: '';
    display: block;
    position: absolute;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    border-bottom: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .row-page-header .row-menu-tabs.open .menu-tabs {
    display: block;
  }
  .owl-header-parent {
    height: 40vh;
    overflow: hidden;
  }
  .owl-header-parent:after {
    height: 80px;
    margin: 0 -110px;
  }
  .owl-header {
    top: auto;
    left: auto;
    transform: none;
    right: auto;
  }
  .owl-header .owl-stage-outer {
    right: 0;
  }
  .owl-header .owl-item .item {
    height: 40vh;
    max-height: 600px;
  }
  .owl-header .owl-item .item .container .content {
    max-width: 100%;
    position: relative;
    transform: none;
  }
  .owl-header .owl-item .item .container .content p {
    min-height: auto;
    padding-bottom: 1rem;
  }
  .owl-header .owl-item .item .container .content .title {
    max-height: none;
  }
  .owl-header .owl-item .item .container .content .title p {
    font-size: 2rem !important;
    overflow: initial;
    text-overflow: initial;
    -webkit-line-clamp: initial !important;
  }
  .owl-header .owl-item .item .container .content .title * {
    font-size: 1.2rem;
  }
}

@media (max-width: 575px) {
  .owl-header {
    max-height: 100%;
  }
  .owl-header .title p {
    font-size: 1.9rem !important;
  }
}

.footer-newsletter {
  position: relative;
  padding: 3rem 0;
}

.footer-newsletter:before {
  content: '';
  background: #eee;
  opacity: 1 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.footer-newsletter .tnp {
  display: none !important;
}

.footer-newsletter .tnp form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.footer-newsletter .tnp form .tnp-email {
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  color: var(--color-primary);
  max-width: 100%;
  margin-right: 20px;
  width: calc(68% - 20px);
  font-size: 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
}

.footer-newsletter .tnp form .tnp-email::placeholder {
  color: var(--color-primary) !important;
}

.footer-newsletter .tnp form .tnp-email::-ms-input-placeholder {
  color: var(--color-primary) !important;
}

.footer-newsletter .tnp form .tnp-submit {
  background: transparent;
  border: 1px solid var(--color-primary);
  text-transform: uppercase;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 32%;
  font-size: 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 .5rem;
}

.footer-newsletter .tnp form .tnp-submit:hover {
  background: var(--color-primary);
  color: var(--color-primary);
}

.footer-newsletter .tnp form .tnp-privacy-field {
  width: 100%;
}

.footer-newsletter .tnp form .tnp-privacy-field label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #FFF;
  font-size: .75rem;
  margin-bottom: 0;
}

.footer-newsletter .tnp form .tnp-privacy-field label input {
  margin-right: 10px;
}

.footer-newsletter .ntw-widget .textwidget {
  display: none;
}

.footer-newsletter .container {
  position: relative;
  z-index: 2;
}

.footer-newsletter .container .row {
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 -1.5rem;
}

.footer-newsletter .widget-area {
  padding: 0 1.5rem;
  flex: 0 0 25%;
  max-width: 25%;
}

.footer-newsletter .widget-area.nsw-widget {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 100%;
  max-width: 100%;
}

.footer-newsletter .widget-area.ntw-widget {
  flex: 0 0 35%;
  max-width: 35%;
}

.footer-newsletter .widget-area .newsletter-text-widget h2 {
  color: var(--color-primary);
}

.footer-newsletter .widget-area .newsletter-text-widget p {
  font-size: 1.25rem;
  color: var(--color-primary);
  font-weight: 300;
}

.footer-newsletter .widget-area .newsletter-text-widget p strong {
  font-weight: 600;
}

.footer-newsletter .widget-area .newsletter-social-widget {
  color: var(--color-primary);
  width: 100%;
}

.footer-newsletter .widget-area .newsletter-social-widget .nsw-title {
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
}

.footer-newsletter .widget-area .newsletter-social-widget .textwidget {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-newsletter .widget-area .newsletter-social-widget .textwidget * {
  text-align: center;
}

.footer-newsletter .widget-area .newsletter-social-widget .textwidget p {
  margin-bottom: 0.3rem;
}

.footer-newsletter .widget-area .newsletter-social-widget .textwidget p, .footer-newsletter .widget-area .newsletter-social-widget .textwidget a {
  color: var(--color-primary);
}

.footer-newsletter .widget-area .newsletter-social-widget .textwidget a {
  transition: 0.3s color;
}

.footer-newsletter .widget-area .newsletter-social-widget .textwidget a:hover {
  color: var(--color-link-active);
}

.footer-newsletter .widget-area .newsletter-social-widget h2 {
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
}

.footer-newsletter .widget-area .newsletter-social-widget p {
  color: var(--color-primary);
  text-align: center;
}

.footer-newsletter .widget-area .newsletter-social-widget p a {
  color: var(--color-primary);
}

.footer-newsletter .widget-area .newsletter-social-widget .wp-block-button {
  background: var(--color-primary);
}

.footer-newsletter .widget-area .newsletter-social-widget .menu {
  list-style: none;
  margin: 0 -.7rem;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: row !important;
  min-width: 220px;
}

.footer-newsletter .widget-area .newsletter-social-widget .menu .menu-item {
  padding: .2rem .7rem;
  flex: 0 0 4.4rem;
  max-width: 4.4rem;
}

.footer-newsletter .widget-area .newsletter-social-widget .menu .menu-item a {
  font-size: 0;
  width: 3rem;
  height: 3rem;
  display: block;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  text-decoration: none !important;
  transition: 0.3s border-color;
}

.footer-newsletter .widget-area .newsletter-social-widget .menu .menu-item a:hover, .footer-newsletter .widget-area .newsletter-social-widget .menu .menu-item a:focus {
  border-color: var(--color-link-active);
  background: none;
}

.footer-newsletter .widget-area .newsletter-social-widget .menu .menu-item a:hover:before, .footer-newsletter .widget-area .newsletter-social-widget .menu .menu-item a:focus:before {
  color: var(--color-link-active);
}

.footer-newsletter .widget-area .newsletter-social-widget .menu .menu-item a:before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  color: var(--color-primary);
  width: 100%;
  height: 100%;
  line-height: 1;
  transition: 0.3s color;
}

.footer-sponsors {
  padding: 3rem 0;
}

.footer-sponsors .owl-sponsors .owl-stage {
  display: flex;
}

.footer-sponsors .owl-sponsors .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .5rem;
  height: 100%;
}

.footer-sponsors .owl-sponsors .item img {
  max-height: 80px;
  width: auto;
}

#footer {
  background: var(--color-primary);
}

#footer .site-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .site-info,
#footer .site-info * {
  font-size: .875rem;
  color: #FFF;
  font-weight: 300;
}

#footer .site-info .copy a {
  margin: 0 5px;
}

#footer .site-info .navbar-nav {
  align-items: center;
  flex-direction: row;
}

#footer .site-info .navbar-nav > .menu-item .nav-link {
  color: #FFF;
  padding: 0 .5rem;
  border-right: 1px solid #FFF;
  transition: 0.3s color;
}

#footer .site-info .navbar-nav > .menu-item .nav-link:hover, #footer .site-info .navbar-nav > .menu-item .nav-link:focus {
  color: #DADCDD;
}

#footer .site-info .navbar-nav > .menu-item:last-child .nav-link {
  border-right: 0;
}

@media (max-width: 1199px) {
  .footer-newsletter .tnp {
    padding: 0 .7rem;
  }
  .footer-newsletter .tnp form .tnp-email {
    flex: 0 0 calc(65% - 10px);
    max-width: calc(65% - 10px);
    margin-right: 10px;
  }
  .footer-newsletter .tnp form .tnp-submit {
    flex: 0 0 35%;
    max-width: 35%;
    font-size: .875rem;
  }
  .footer-newsletter .container .row {
    margin: 0 -.7rem;
  }
  .footer-newsletter .widget-area {
    padding: 0 .7rem;
  }
}

@media (max-width: 991px) {
  .footer-newsletter .tnp {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-newsletter .container .row {
    flex-wrap: wrap;
  }
  .footer-newsletter .widget-area.ntw-widget {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-newsletter .widget-area.nsw-widget {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: .5rem;
  }
}

@media (max-width: 767px) {
  .footer-newsletter {
    padding: 1.25rem 0 1rem;
  }
  .footer-newsletter .tnp {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-newsletter .widget-area.ntw-widget, .footer-newsletter .widget-area.nsw-widget {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-newsletter .widget-area .newsletter-social-widget {
    margin-top: 15px;
  }
  .footer-newsletter .widget-area .newsletter-social-widget .menu .menu-item {
    flex: 0 0 3.9rem;
    max-width: 3.9rem;
  }
  .footer-newsletter .widget-area .newsletter-social-widget .menu .menu-item a {
    width: 2.5rem;
    height: 2.5rem;
  }
  #footer .site-info {
    flex-wrap: wrap;
  }
  #footer .site-info .copy {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: .5rem;
  }
  #footer .site-info nav {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #footer .site-info nav .navbar-nav {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  #footer .site-info nav .navbar-nav {
    flex-direction: column;
    margin-top: .5rem;
  }
  #footer .site-info nav .navbar-nav > .menu-item {
    margin-bottom: .5rem;
  }
  #footer .site-info nav .navbar-nav > .menu-item .nav-link {
    border-right: 0;
  }
}

@media (max-width: 991px) {
  .site-header .header-bottom .menu-col .menu-row,
  .site-header .header-bottom .menu-col .search-row {
    display: none;
  }
  .site-header .header-bottom .wrap-toggles {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 1rem;
  }
  .site-header .header-bottom .wrap-toggles .toggle-nav {
    display: inline-block;
    color: #FFF;
    cursor: pointer;
    text-decoration: none !important;
  }
  .site-header .header-bottom .wrap-toggles .toggle-search {
    display: none !important;
  }
  .site-header .header-bottom .search-row {
    display: none;
  }
  .mobile-nav {
    overflow: hidden;
  }
  .mobile-nav .site-header .header-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #FFF;
    padding: 0;
  }
  .mobile-nav .site-header .header-bottom > .container {
    position: relative;
    padding-top: calc(50px + 2rem);
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }
  .mobile-nav .site-header .header-bottom .hrow {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mobile-nav .site-header .header-bottom .hrow.top {
    order: 2;
    height: calc(100% - 5.5rem);
    align-items: flex-start;
  }
  .mobile-nav .site-header .header-bottom .hrow.bottom {
    order: 1;
  }
  .mobile-nav .site-header .header-bottom .brand-col {
    display: none;
  }
  .mobile-nav .site-header .header-bottom .menu-col {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .mobile-nav .site-header .header-bottom .menu-col .wrap-toggles {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    top: 0;
    min-height: 50px;
    margin: 1rem 0;
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mobile-nav .site-header .header-bottom .menu-col .wrap-toggles .toggle-nav:before {
    content: '\e803';
    color: var(--color-secondary);
  }
  .mobile-nav .site-header .header-bottom .menu-col .menu-row {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 1rem;
  }
  .mobile-nav .site-header .header-bottom #main-nav .navbar-nav {
    flex-wrap: wrap;
  }
  .mobile-nav .site-header .header-bottom #main-nav .navbar-nav .menu-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    border-bottom: 1px solid #F6F4F3;
  }
  .mobile-nav .site-header .header-bottom #main-nav .navbar-nav .menu-item .nav-link {
    color: var(--color-secondary);
    /*justify-content: space-between;*/
    padding: 1rem 1rem 1rem 0;
    font-weight: 600;
    font-size: 1.1rem;
  }
  .mobile-nav .site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu {
    position: relative !important;
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 0 1.25rem;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
  .mobile-nav .site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu:after, .mobile-nav .site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu:before {
    display: none;
  }
  .mobile-nav .site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .menu-item {
    border-bottom: 0;
  }
  .mobile-nav .site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .menu-item a {
    font-size: .9rem;
    color: var(--color-secondary);
    padding: .5rem 1.5rem;
  }
  .mobile-nav .site-header .header-bottom #main-nav .navbar-nav .menu-item .dropdown-menu .menu-item a:hover {
    background: none;
  }
  .mobile-nav .site-header .header-bottom #main-nav .navbar-nav .menu-item:last-child {
    border-bottom: 0;
  }
  .mobile-nav .site-header .header-bottom .search-row {
    display: block;
    background: #F6F4F3;
    padding: 1rem 1.25rem;
    margin: 0 -1.25rem 1rem;
    flex: 0 0 calc(100% + 2.5rem);
    max-width: calc(100% + 2.5rem);
  }
  .mobile-nav .site-header .header-bottom .search-row .header-widget .search-form {
    display: block;
  }
  .mobile-nav .site-header .header-bottom .search-row .header-widget .search-form label input {
    color: var(--color-secondary);
    font-weight: 600;
    border-color: var(--color-secondary);
    background: #FFF;
  }
  .mobile-nav .site-header .header-bottom .search-row .header-widget .search-form label input::placeholder {
    color: var(--color-secondary);
  }
  .mobile-nav .site-header .header-bottom .search-row .header-widget .search-form label:before {
    color: var(--color-secondary);
  }
  .mobile-nav.headFixed .site-header .header-bottom {
    top: 0;
  }
}

@media (max-width: 767px) {
  .container-fluid,
  .container {
    max-width: 100%;
    padding: 0 1.25rem;
  }
  .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.breadcrumbs,
.yoast-breadcrumbs {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1rem 0 2rem 0;
  text-align: right;
}

.breadcrumbs p,
.yoast-breadcrumbs p {
  font-weight: 300;
  margin: 0;
}

.breadcrumbs p span a,
.yoast-breadcrumbs p span a {
  color: var(--color-link) !important;
  max-width: 250px;
  line-height: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-bottom: -3px;
  transition: 0.3s color;
}

.breadcrumbs p span a:hover, .breadcrumbs p span a:focus,
.yoast-breadcrumbs p span a:hover,
.yoast-breadcrumbs p span a:focus {
  color: var(--color-link-active) !important;
}

.breadcrumbs p span strong,
.yoast-breadcrumbs p span strong {
  max-width: 250px;
  line-height: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-bottom: -3px;
}

.home .breadcrumbs,
.home .yoast-breadcrumbs {
  display: none;
}

.container .breadcrumbs .container {
  padding: 0;
  text-align: right;
}

@media (max-width: 991px) {
  .breadcrumbs {
    padding: 1.8rem 0 1.5rem;
  }
}

#content .main-container {
  padding-bottom: 3.75rem;
}

#content .main-container > .row {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

#content .main-container > .row > .col-sm-12 {
  padding: 0 1.875rem !important;
}

@media (max-width: 767px) {
  #content .main-container {
    padding-bottom: 0;
  }
  #content .main-container > .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  #content .main-container > .row > .col-sm-12 {
    padding: 0 1.25rem !important;
  }
}

.widget-area .sidebar-search {
  background: #DADCDD;
  height: 4rem;
  display: flex;
  align-items: center;
  padding: 0 .6rem;
  margin-bottom: 1.8rem;
}

.widget-area .widget .widget-title {
  font-size: .875rem;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  font-weight: 300;
}

.widget-area .widget.widget_recent_entries {
  border: 1px solid #DADCDD;
  padding: 1.8rem 1rem;
  margin-bottom: 2.1rem;
}

.widget-area .widget.widget_recent_entries .nav {
  flex-direction: row !important;
}

.widget-area .widget.widget_recent_entries .nav .nav-item {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 2.1rem;
}

.widget-area .widget.widget_recent_entries .nav .nav-item:last-child {
  margin-bottom: 0;
}

.widget-area .widget.widget_recent_entries .nav .nav-item article {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 2rem;
}

.widget-area .widget.widget_recent_entries .nav .nav-item article .post-thumbnail {
  flex: 0 0 5.6rem;
  max-width: 5.6rem;
  height: 5rem;
}

.widget-area .widget.widget_recent_entries .nav .nav-item article .post-thumbnail span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(assets/images/logo-default.jpg) no-repeat center;
  background-size: cover !important;
}

.widget-area .widget.widget_recent_entries .nav .nav-item article .post-content {
  flex: 0 0 calc(100% - 5.6rem);
  max-width: calc(100% - 5.6rem);
  padding-left: .8rem;
}

.widget-area .widget.widget_recent_entries .nav .nav-item article .post-content h4 {
  font-size: .875rem;
  margin: 0 0 .7rem;
  font-weight: 600;
}

.widget-area .widget.widget_recent_entries .nav .nav-item article .post-content h4 a {
  color: var(--color-primary);
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.widget-area .widget.widget_recent_entries .nav .nav-item article .post-content .date {
  font-size: .75rem;
  color: var(--color-secondary);
}

.widget-area .widget.widget_recent_entries .nav .nav-item article .post-content .date span {
  display: flex;
  align-items: center;
}

.widget-area .widget.widget_recent_entries .nav .nav-item article .post-content .date span:before {
  content: '\e802';
  font-family: 'fontello';
  display: inline-block;
  line-height: 1;
  margin-right: .5rem;
}

.widget-area .widget.widget_recent_entries .nav .nav-item article .post-content .arrow-right {
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: none !important;
  padding: 0;
}

.widget-area .widget.widget_recent_entries .nav .nav-item article .post-content .arrow-right i:before {
  font-size: 1.3rem;
  color: var(--color-primary);
}

.widget-area .widget .outstanding {
  position: relative;
  padding: 4.3rem;
  background: url(assets/images/background-outstanding.jpg) no-repeat center;
  background-size: cover !important;
  text-align: center;
  margin-bottom: 2.5rem;
}

.widget-area .widget .outstanding:before {
  content: '';
  background: var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
  z-index: 1;
}

.widget-area .widget .outstanding * {
  position: relative;
  z-index: 2;
  color: #FFF;
}

.widget-area .widget .outstanding h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1.8rem;
}

.widget-area .widget .outstanding p {
  font-size: .875rem;
  line-height: 2;
  margin-bottom: 2.5rem;
}

.widget-area .widget .outstanding .button .btn-outline {
  font-size: 1rem;
  padding: .5rem 1rem;
  font-weight: 500;
}

.widget-area .widget .outstanding .button .btn-outline:hover {
  color: var(--color-primary);
}

.widget-area .widget.widget_tag_cloud {
  border: 1px solid #DADCDD;
  padding: 1.8rem 1.8rem 1rem;
  margin-bottom: 2.1rem;
}

.widget-area .widget.widget_tag_cloud .widget-title {
  margin-bottom: 1.8rem;
}

.widget-area .widget.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.widget-area .widget.widget_tag_cloud .tagcloud .tag-cloud-link {
  display: flex;
  align-items: center;
  background: #DADCDD;
  color: #FFF;
  text-transform: uppercase;
  font-size: .875rem;
  min-height: 1.5rem;
  padding: 0 .8rem;
  margin-right: .6rem;
  margin-bottom: .8rem;
}

@media (max-width: 767px) {
  .widget-area .sidebar-search {
    margin-bottom: 1.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .widget-area .widget.widget_recent_entries {
    margin-bottom: 1.25rem;
  }
  .widget-area .widget .outstanding {
    margin-bottom: 1.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .widget-area .widget.widget_tag_cloud {
    margin-bottom: 1.25rem;
  }
}

.header-clean {
  background-color: #F6F4F3;
}

.header-clean .header-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  height: auto;
  max-height: initial;
  padding: 4.25rem 0;
}

.header-clean .header-content * {
  margin: 0 0 .5rem;
  color: #FFF;
  line-height: normal;
}

.header-clean .header-content .small-title {
  font-size: .875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.header-clean .header-content h1 {
  font-size: 1.25rem;
  color: var(--color-primary);
  font-weight: 500;
  overflow: initial;
  text-overflow: initial;
  margin: 0;
}

.header-clean .header-content h2 {
  color: var(--color-primary);
}

.header-clean .header-content .date {
  font-size: .875rem;
  display: flex;
  align-items: center;
}

.header-clean .header-content .date:before {
  content: '\e802';
  font-family: 'fontello';
  font-size: .9rem;
  line-height: 1;
  display: inline-block;
  margin-right: .5rem;
}

@media (max-width: 991px) {
  .header-clean .header-content {
    padding: 2rem 0;
  }
  .header-clean .header-content h2 {
    font-size: 1.75rem;
    margin: 0;
  }
}

#moove_gdpr_cookie_info_bar {
  max-width: 100%;
  font-size: 16px;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0px !important;
  background: var(--color-primary) !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  color: #FFF !important;
  display: flex;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif !important;
  text-align: left;
  margin-bottom: 0 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.change-settings-button:hover {
  color: #000 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container button.mgbutton {
  background-color: transparent !important;
  font-weight: 400 !important;
  border: 1px solid !important;
  border-radius: 0 !important;
  transition: all .15s ease-in-out;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container button.mgbutton:hover {
  background-color: #FFF !important;
  color: var(--color-primary);
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
  border-radius: 5px !important;
  padding-top: 25px !important;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
  top: 0;
  right: 0;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
  background-color: transparent !important;
  border: none !important;
  color: #000 !important;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
  border-radius: 5px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  background-color: #FFF !important;
  padding-top: 0;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-company-logo-holder img {
  display: none;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
  background-color: #FFF !important;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  border-radius: 0 !important;
  transition: all .15s ease-in-out;
  transform: none !important;
  font-weight: 400 !important;
  font-size: 16px;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover {
  background-color: #FFF !important;
  color: var(--color-primary);
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding-cnt {
  display: none !important;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content #strict-necessary-cookies .moove-gdpr-tab-main-content p {
  margin-right: 60px;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content #privacy_overview .moove-gdpr-tab-main-content p {
  margin-right: 60px;
}

div.lity.lity-opened.lity-inline.moove_gdpr_cookie_modal_open {
  background: rgba(0, 0, 0, 0.7) !important;
}

@media (max-width: 575px) {
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
    background-color: #FFF !important;
    padding-top: 29px !important;
    border-radius: 5px !important;
  }
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
    border-radius: 5px !important;
  }
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content button.mgbutton {
    font-size: 13px !important;
    padding: 10px;
  }
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content {
    max-height: calc(80vh - 70px);
  }
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .moove-gdpr-modal-right-content {
    padding-bottom: 70px;
  }
}

.archive .site-main > .container {
  margin-top: 1.8rem;
}

.archive .site-main .page-header {
  display: none;
}

.archive .site-main article {
  border: 1px solid #DADCDD;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.8rem;
}

.archive .site-main article .post-thumbnail {
  flex: 0 0 330px;
  max-width: 330px;
}

.archive .site-main article .post-thumbnail img {
  max-width: 100%;
}

.archive .site-main article .post-thumbnail span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(assets/images/logo-default.jpg) no-repeat center;
  background-size: cover !important;
}

.archive .site-main article .post-content {
  flex: 0 0 calc(100% - 330px);
  max-width: calc(100% - 330px);
  padding: 1.8rem 3.5rem;
  position: relative;
}

.archive .site-main article .post-content .entry-header {
  display: block;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #DADCDD;
}

.archive .site-main article .post-content .entry-header .entry-title {
  font-size: 1.25rem;
  margin: 0 0 1.8rem;
  font-weight: 600;
}

.archive .site-main article .post-content .entry-header .entry-title a {
  color: var(--color-primary);
}

.archive .site-main article .post-content .entry-header .wrap-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -1.05rem;
  margin-right: -1.05rem;
}

.archive .site-main article .post-content .entry-header .wrap-header > div {
  font-size: .875rem;
  color: var(--color-primary);
  padding: 0 1.05rem;
  flex: 0 0 50%;
  max-width: 50%;
  line-height: 1.6;
}

.archive .site-main article .post-content .entry-header .wrap-header > div span {
  display: flex;
  align-items: center;
}

.archive .site-main article .post-content .entry-header .wrap-header > div span:before {
  margin-right: .8rem;
  font-size: 1.5rem;
  font-family: 'fontello';
  display: inline-block;
  margin-right: .5rem;
  color: var(--color-secondary);
}

.archive .site-main article .post-content .entry-header .wrap-header > div span + span:before {
  content: '' !important;
  width: 1.5rem;
}

.archive .site-main article .post-content .entry-header .wrap-header > div.date span:before {
  content: '\e802';
}

.archive .site-main article .post-content .entry-header .wrap-header > div.author span:before {
  content: '\e812';
}

.archive .site-main article .post-content .entry-header.no-border {
  border: 0;
  margin-bottom: 0;
}

.archive .site-main article .post-content .entry-content h6,
.archive .site-main article .post-content .entry-content h5,
.archive .site-main article .post-content .entry-content h4,
.archive .site-main article .post-content .entry-content h3 {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 1rem;
}

.archive .site-main article .post-content .entry-content p {
  font-weight: 400;
}

.archive .site-main article .post-content .entry-content p:last-child {
  margin-bottom: 0;
}

.archive .site-main article .post-content .entry-content .wp-block-pullquote {
  padding: 1rem 0;
}

.archive .site-main article .post-content .entry-content .wp-block-pullquote blockquote p {
  font-size: 1.125rem;
  line-height: 1.4;
}

.archive .site-main article .post-content .row-tags {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0;
}

.archive .site-main article .post-content .row-tags a {
  display: flex;
  align-items: center;
  background: #DADCDD;
  color: #FFF;
  text-transform: uppercase;
  font-size: .875rem;
  height: 1.5rem;
  padding: 0 .8rem;
  margin-right: .6rem;
  margin-bottom: .8rem;
}

.archive .site-main article .post-content .row-tags:empty {
  display: none;
}

.archive .site-main article .post-content .row-sections-home {
  display: none;
}

.archive .site-main article .post-content .entry-footer {
  display: flex;
  justify-content: flex-end;
}

.archive .site-main article .post-content .entry-footer a {
  text-decoration: none !important;
}

.archive .site-main article .post-content .entry-footer a i {
  display: block;
  line-height: 1;
  margin-left: 0.5rem;
}

.archive .site-main article .post-content .entry-footer a i::before {
  color: var(--color-primary);
  font-size: 1.5rem;
  margin: 0;
}

.archive .site-main .no-results {
  padding-bottom: 5.6rem;
}

.archive .site-main .no-results .page-header {
  display: block;
}

.archive .site-main .no-results .page-header .page-title {
  font-size: 2rem;
  font-weight: 400;
  color: var(--color-primary);
  margin-bottom: 3.4rem;
}

.archive .site-main .no-results .page-content .go-to-home {
  margin-top: 3.4rem;
}

.archive .site-main .no-results .page-content .go-to-home a {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.archive .site-main .no-results .page-content .go-to-home a:hover {
  color: #FFF;
  background-color: var(--color-primary);
}

.archive .useful-links {
  flex: 0 0 100%;
  max-width: 100%;
  background: #F6F4F3;
  padding: 2.5rem 0 2.1rem;
}

.archive .useful-links .useful-links-header h2 {
  font-size: 1.1rem;
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 1.875rem;
}

.archive .useful-links > div .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.archive .useful-links > div .menu .menu-item {
  margin-right: 3.4rem;
  margin-bottom: 1rem;
}

.archive .useful-links > div .menu .menu-item a {
  position: relative;
  color: var(--color-link);
  font-size: .875rem;
  display: inline-flex;
  align-items: center;
}

.archive .useful-links > div .menu .menu-item a:hover {
  color: var(--color-link-active);
}

.archive .useful-links > div .menu .menu-item a:before {
  content: '\e811';
  font-family: 'fontello';
  font-size: 1.875rem;
  color: var(--color-primary);
  display: block;
  line-height: 1;
  margin-right: .625rem;
}

.archive.post-type-archive-event .site-main article, .archive.post-type-archive-job .site-main article, .archive.tax-job_type .site-main article {
  border-left: 0.5rem solid var(--color-secondary);
}

.archive.post-type-archive-event .site-main article .post-content, .archive.post-type-archive-job .site-main article .post-content, .archive.tax-job_type .site-main article .post-content {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 2.5rem;
}

.archive.post-type-archive-event .site-main article .post-content .entry-header .job-type, .archive.post-type-archive-job .site-main article .post-content .entry-header .job-type, .archive.tax-job_type .site-main article .post-content .entry-header .job-type {
  position: absolute;
  right: 0;
  top: 1.8rem;
}

.archive.post-type-archive-event .site-main article .post-content .entry-header .job-type span, .archive.post-type-archive-job .site-main article .post-content .entry-header .job-type span, .archive.tax-job_type .site-main article .post-content .entry-header .job-type span {
  display: inline-block;
  background: var(--color-primary);
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
  color: #FFF;
  min-width: 9.3rem;
  text-align: center;
}

.archive.post-type-archive-event .site-main article .post-content .entry-header .wrap-header > div, .archive.post-type-archive-job .site-main article .post-content .entry-header .wrap-header > div, .archive.tax-job_type .site-main article .post-content .entry-header .wrap-header > div {
  flex: 0 0 20%;
  max-width: 20%;
}

.archive.post-type-archive-event .site-main article .post-content .entry-header .wrap-header > div span, .archive.post-type-archive-job .site-main article .post-content .entry-header .wrap-header > div span, .archive.tax-job_type .site-main article .post-content .entry-header .wrap-header > div span {
  align-items: flex-start;
}

.archive.post-type-archive-event .site-main article .post-content .entry-header.no-border, .archive.post-type-archive-job .site-main article .post-content .entry-header.no-border, .archive.tax-job_type .site-main article .post-content .entry-header.no-border {
  margin-bottom: 0;
  padding-bottom: 0;
}

.archive.post-type-archive-event .site-main article .post-content .entry-content p.desc-title, .archive.post-type-archive-job .site-main article .post-content .entry-content p.desc-title, .archive.tax-job_type .site-main article .post-content .entry-content p.desc-title {
  color: var(--color-primary);
  margin-bottom: 1rem;
}

.archive.post-type-archive-event .site-main article.job_type-type-private .post-content .entry-header .job-type span, .archive.post-type-archive-job .site-main article.job_type-type-private .post-content .entry-header .job-type span, .archive.tax-job_type .site-main article.job_type-type-private .post-content .entry-header .job-type span {
  background: var(--color-secondary);
}

.archive.post-type-archive-event .site-main article.job_type-type-beca .post-content .entry-header .job-type span, .archive.post-type-archive-job .site-main article.job_type-type-beca .post-content .entry-header .job-type span, .archive.tax-job_type .site-main article.job_type-type-beca .post-content .entry-header .job-type span {
  background: #BFBFBF;
}

.archive.post-type-archive-job .site-main article .post-content .entry-header .entry-title, .archive.tax-job_type .site-main article .post-content .entry-header .entry-title {
  max-width: calc(100% - 12rem);
}

.archive.post-type-archive-job .site-main article .post-content .entry-header .job-type span, .archive.tax-job_type .site-main article .post-content .entry-header .job-type span {
  max-width: 12rem;
}

.archive.post-type-archive-courses .site-main > .container > .row > .col.col-12 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  flex: 0 0 calc(100% + 2rem);
  max-width: calc(100% + 2rem);
}

.archive.post-type-archive-courses .site-main .no-results {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 1rem 5.6rem;
}

.archive.post-type-archive-courses .site-main article {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 1rem;
  border: 0;
  margin-bottom: 2.1rem;
}

.archive.post-type-archive-courses .site-main article .post-content {
  flex: 0 0 100%;
  max-width: 100%;
  border: 1px solid #DADCDD;
  padding: 2.5rem 1.5rem 4.3rem;
  position: relative;
}

.archive.post-type-archive-courses .site-main article .post-content .type {
  position: absolute;
  top: .6rem;
  right: .6rem;
  z-index: 2;
}

.archive.post-type-archive-courses .site-main article .post-content .type span {
  display: inline-block;
  background: var(--color-primary);
  width: 7.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 .5rem;
  text-align: center;
  color: #FFF;
}

.archive.post-type-archive-courses .site-main article .post-content .entry-header {
  max-width: calc(100% - 7.5rem);
  margin-bottom: 1.5rem;
  padding-bottom: 0;
  border-bottom: 0;
  position: relative;
  z-index: 2;
}

.archive.post-type-archive-courses .site-main article .post-content .entry-header .entry-title {
  font-size: 1rem;
  margin-bottom: 0;
}

.archive.post-type-archive-courses .site-main article .post-content .entry-header.no-type {
  max-width: 100%;
}

.archive.post-type-archive-courses .site-main article .post-content .entry-content {
  margin-bottom: 1.5rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #DADCDD;
  position: relative;
  z-index: 2;
}

.archive.post-type-archive-courses .site-main article .post-content .details {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -.75rem;
  position: relative;
  z-index: 2;
}

.archive.post-type-archive-courses .site-main article .post-content .details div {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 .75rem;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  color: var(--color-primary);
}

.archive.post-type-archive-courses .site-main article .post-content .details div span {
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}

.archive.post-type-archive-courses .site-main article .post-content .details div span:before {
  margin-right: .8rem;
  font-size: 1.5rem;
}

.archive.post-type-archive-courses .site-main article .post-content .details div.place {
  margin-bottom: 0;
}

.archive.post-type-archive-courses .site-main article .post-content .entry-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background: url(assets/images/ola-pequena.png) no-repeat center;
  background-size: 100% auto;
  background-position: bottom;
  padding: 0 1.5rem;
}

.archive.post-type-archive-courses .site-main article .post-content .entry-footer a {
  height: 4.3rem;
  position: relative;
  bottom: inherit;
  right: inherit;
  font-size: .875rem;
  color: var(--color-primary);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 991px) {
  .archive .site-main article .post-thumbnail {
    flex: 0 0 200px;
    max-width: 200px;
  }
  .archive .site-main article .post-content {
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
  }
  .archive.post-type-archive-event .site-main article .post-content .entry-header .wrap-header > div, .archive.post-type-archive-job .site-main article .post-content .entry-header .wrap-header > div, .archive.tax-job_type .site-main article .post-content .entry-header .wrap-header > div {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-bottom: .5rem;
  }
  .archive.post-type-archive-courses .site-main article {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .archive .site-main article .post-thumbnail {
    flex: 0 0 150px;
    max-width: 150px;
  }
  .archive .site-main article .post-content {
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
    padding: 1.5rem;
  }
  .archive .site-main article .post-content .entry-header .entry-title {
    margin: 0 0 1.5rem;
  }
  .archive .site-main .no-results {
    padding-bottom: 2.5rem;
  }
  .archive .site-main .no-results .page-header .page-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .archive .site-main .no-results .page-content .go-to-home {
    margin-top: 1.5rem;
  }
  .archive .useful-links {
    padding: 2.1rem 0 0;
  }
  .archive.post-type-archive-event .site-main article, .archive.post-type-archive-job .site-main article, .archive.tax-job_type .site-main article {
    border-left: 1px solid #DADCDD;
    border-top: 0.5rem solid var(--color-secondary);
  }
  .archive.post-type-archive-event .site-main article .post-content, .archive.post-type-archive-job .site-main article .post-content, .archive.tax-job_type .site-main article .post-content {
    padding: 4.3rem 1rem 1.5rem;
  }
  .archive.post-type-archive-event .site-main article .post-content .entry-header, .archive.post-type-archive-job .site-main article .post-content .entry-header, .archive.tax-job_type .site-main article .post-content .entry-header {
    margin-bottom: 1.5rem;
    padding-bottom: 0;
  }
  .archive.post-type-archive-event .site-main article .post-content .entry-header .job-type, .archive.post-type-archive-job .site-main article .post-content .entry-header .job-type, .archive.tax-job_type .site-main article .post-content .entry-header .job-type {
    right: .6rem;
    top: .6rem;
  }
  .archive.post-type-archive-event .site-main article .post-content .entry-header .wrap-header > div, .archive.post-type-archive-job .site-main article .post-content .entry-header .wrap-header > div, .archive.tax-job_type .site-main article .post-content .entry-header .wrap-header > div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.25rem;
  }
  .archive.post-type-archive-event .site-main article .post-content .entry-content p.desc-title, .archive.post-type-archive-job .site-main article .post-content .entry-content p.desc-title, .archive.tax-job_type .site-main article .post-content .entry-content p.desc-title {
    margin-bottom: 0;
    position: relative;
    padding-right: 1.5rem;
  }
  .archive.post-type-archive-event .site-main article .post-content .entry-content p.desc-title:before, .archive.post-type-archive-job .site-main article .post-content .entry-content p.desc-title:before, .archive.tax-job_type .site-main article .post-content .entry-content p.desc-title:before {
    content: '\e801';
    font-family: 'fontello';
    display: block;
    line-height: 1;
    font-size: 1.25rem;
    color: var(--color-primary);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
  }
  .archive.post-type-archive-event .site-main article .post-content .entry-content .desc-content, .archive.post-type-archive-job .site-main article .post-content .entry-content .desc-content, .archive.tax-job_type .site-main article .post-content .entry-content .desc-content {
    display: none;
  }
  .archive.post-type-archive-event .site-main article .post-content .entry-content.open p.desc-title, .archive.post-type-archive-job .site-main article .post-content .entry-content.open p.desc-title, .archive.tax-job_type .site-main article .post-content .entry-content.open p.desc-title {
    margin-bottom: 1rem;
  }
  .archive.post-type-archive-event .site-main article .post-content .entry-content.open p.desc-title:before, .archive.post-type-archive-job .site-main article .post-content .entry-content.open p.desc-title:before, .archive.tax-job_type .site-main article .post-content .entry-content.open p.desc-title:before {
    transform: translateY(-50%) rotate(90deg);
  }
  .archive.post-type-archive-event .site-main article .post-content .entry-content.open .desc-content, .archive.post-type-archive-job .site-main article .post-content .entry-content.open .desc-content, .archive.tax-job_type .site-main article .post-content .entry-content.open .desc-content {
    display: block;
  }
  .archive.post-type-archive-event .site-main article .post-content .entry-footer, .archive.post-type-archive-job .site-main article .post-content .entry-footer, .archive.tax-job_type .site-main article .post-content .entry-footer {
    display: none;
  }
  .archive.post-type-archive-job .site-main article .post-content .entry-header .entry-title, .archive.tax-job_type .site-main article .post-content .entry-header .entry-title {
    max-width: 100%;
  }
  .archive.post-type-archive-courses .site-main .no-results {
    padding-bottom: 2.5rem;
  }
  .archive.post-type-archive-courses .site-main article {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .archive.post-type-archive-courses .site-main article .post-content {
    padding: 2.1rem 1.5rem 4.3rem;
  }
  .archive.post-type-archive-courses .site-main article .post-content .type span {
    height: 2.1rem;
    line-height: 2.1rem;
  }
  .archive.post-type-archive-courses .site-main article .post-content .entry-header {
    margin-bottom: 1.25rem;
  }
  .archive.post-type-archive-courses .site-main article .post-content .entry-content {
    padding-bottom: .5rem;
    margin-bottom: 1.25rem;
  }
  .archive.post-type-archive-courses .site-main article .post-content .details div {
    margin-bottom: 1.25rem;
  }
  .archive.post-type-archive-event .site-main article .post-content {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 575px) {
  .archive .site-main article .post-thumbnail {
    flex: 0 0 30%;
  }
  .archive .site-main article .post-content {
    flex: 0 0 70%;
    max-width: 100%;
  }
  .archive .site-main article .post-content .date {
    font-size: 0.85rem;
  }
  .archive .site-main article .post-content .entry-title,
  .archive .site-main article .post-content .entry-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0 1rem;
  }
  .archive .site-main article .post-content .entry-content {
    font-size: 0.85rem;
    -webkit-line-clamp: 4;
  }
  .archive .site-main article .post-content .entry-header {
    padding-bottom: 0.8rem;
  }
  .archive .site-main article .post-content .entry-header .entry-title {
    margin-bottom: 0.8rem;
  }
}

.search-results .site-main .page-header {
  padding: 2.8rem 0 2.1rem;
}

.search-results .site-main .page-header .page-title {
  font-size: .875rem;
  font-weight: 300;
  margin-bottom: 0;
}

.search-results .site-main .page-header .page-title .current {
  font-weight: 500;
  color: var(--color-primary);
}

.search-results .site-main article {
  position: relative;
  border: 1px solid #DADCDD;
  margin-bottom: 1.8rem;
  padding: 1.5rem 3rem 3.75rem;
}

.search-results .site-main article .entry-header {
  display: block;
  border-bottom: 1px solid #DADCDD;
  padding-bottom: 2rem;
}

.search-results .site-main article .entry-header .wrap-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5rem;
}

.search-results .site-main article .entry-header .wrap-header .date {
  flex: 0 0 50%;
  max-width: 50%;
  font-size: .875rem;
  color: var(--color-primary);
}

.search-results .site-main article .entry-header .wrap-header .date span {
  display: flex;
  align-items: center;
}

.search-results .site-main article .entry-header .wrap-header .date span:before {
  content: '\f073';
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  display: inline-block;
  line-height: 1;
  margin-right: .5rem;
  color: var(--color-secondary);
}

.search-results .site-main article .entry-header .wrap-header .type {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: flex-end;
}

.search-results .site-main article .entry-header .wrap-header .type span {
  display: inline-block;
  background: #BFBFBF;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 3rem;
  text-transform: capitalize;
  margin-right: -3rem;
  color: #FFF;
}

.search-results .site-main article .entry-header .entry-title {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 1.25rem;
  margin: 0;
}

.search-results .site-main article .entry-header .entry-title a {
  color: var(--color-primary);
}

.search-results .site-main article .entry-summary {
  padding: 1.5rem 0 0;
}

.search-results .site-main article .entry-summary p {
  margin-bottom: 1rem;
  font-weight: 300;
}

.search-results .site-main article .entry-summary p:last-child {
  margin-bottom: 0;
}

.search-results .site-main article .entry-summary strong {
  font-weight: 600;
}

.search-results .site-main article .entry-footer a {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
  text-decoration: none !important;
}

.search-results .site-main article .entry-footer a i {
  font-size: 1.8rem;
  color: var(--color-primary);
}

.search-no-results .site-main > .container {
  padding-top: 2.8rem;
  padding-bottom: 5.6rem;
}

.search-no-results .site-main .page-header .page-title {
  font-size: 2rem;
  font-weight: 400;
  color: var(--color-primary);
  margin-bottom: 3.4rem;
}

.wrap-search-form {
  background: #DADCDD;
  height: 4rem;
  display: flex;
  align-items: center;
  padding: 0 .6rem;
  margin: 1.8rem 0;
}

.search-form {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
  border: 1px solid #FFF;
  position: relative;
  border-radius: 1.25rem;
}

.search-form label {
  display: block;
  margin: 0;
}

.search-form label input {
  background: none;
  width: 100%;
  height: 2.5rem;
  padding: 0 1.25rem;
  font-style: italic;
  color: #FFF;
  border: 0;
  outline: none;
  font-size: .875rem;
  box-shadow: none;
}

.search-form label input:focus {
  background: none;
  color: #FFF;
  border: 0;
  box-shadow: none;
}

.search-form label input:-webkit-autofill, .search-form label input:-webkit-autofill:hover, .search-form label input:-webkit-autofill:active, .search-form label input:-webkit-autofill:focus {
  background-color: transparent !important;
  border: 0;
  -webkit-text-fill-color: #FFF;
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: none;
  color: #FFF !important;
}

.search-form label:before {
  content: '\e80a';
  font-family: 'fontello';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #FFF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
}

.search-form .search-submit {
  display: block;
  font-size: 0;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: none;
}

.search-form .search-submit::-moz-placeholder {
  color: #FFF;
}

.search-form .search-submit::placeholder {
  color: #FFF;
}

@media (max-width: 767px) {
  .search-results .site-main .page-header {
    padding: 1.8rem 0 1.5rem;
  }
  .search-results .site-main article {
    padding: 2.6rem 1rem 3.75rem;
    margin-bottom: 1rem;
  }
  .search-results .site-main article .entry-header {
    padding-bottom: 1.5rem;
    border: 0;
  }
  .search-results .site-main article .entry-header .wrap-header .type span {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.85rem;
    padding: 0 1.5rem;
    height: 2rem;
    line-height: 2rem;
    font-weight: 500;
  }
  .search-results .site-main article .entry-header .entry-title {
    font-size: 1rem;
  }
  .search-results .site-main article .entry-summary {
    padding: 0;
    font-size: 0.85rem;
  }
  .search-results .site-main article .entry-footer a {
    right: 1rem;
    bottom: 1.25rem;
  }
  .search-results .site-main article .entry-footer a i {
    font-size: 1.5rem;
  }
  .search-results .site-main .pagination {
    padding-bottom: 2.5rem;
  }
  .search-results .site-main .pagination .nav-links .page-numbers {
    font-size: 1rem;
  }
  .search-no-results .site-main > .container {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
  .search-no-results .site-main .page-header .page-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .wrap-search-form {
    margin: 1.25rem 0;
  }
}

.el-colegio .site-main article .entry-content .wp-block-quote {
  padding: 0 0 3.4rem;
  border-bottom: 1px solid #DADCDD;
  margin-bottom: 3.4rem;
  text-align: center;
  margin-top: 0;
  border-top: 0;
}

.el-colegio .site-main article .entry-content .wp-block-quote blockquote {
  margin: 0;
}

.el-colegio .site-main article .entry-content .wp-block-quote p {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
}

.el-colegio .site-main article .entry-content .wp-block-gallery {
  padding: 3.1rem 0 4.3rem;
}

.el-colegio .site-main article .entry-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  width: 100%;
  margin: 0;
}

.el-colegio .site-main article .entry-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure img {
  width: 100%;
}

.el-colegio .site-main article .entry-content .row-background {
  background: url(assets/images/row-background-school.jpg) no-repeat center;
  background-size: cover !important;
  padding: 7.1rem 0 6.5rem;
  position: relative;
}

.el-colegio .site-main article .entry-content .row-background:before {
  content: '';
  background: var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
  z-index: 1;
}

.el-colegio .site-main article .entry-content .row-background > div {
  position: relative;
  z-index: 2;
}

.el-colegio .site-main article .entry-content .row-background * {
  color: #FFF;
}

.el-colegio .site-main article .entry-content .row-background p {
  font-size: .875rem;
  margin-bottom: 2.5rem;
  max-width: 60%;
  font-weight: 300;
}

.el-colegio .site-main article .entry-content .row-background p.small-title {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
}

.el-colegio .site-main article .entry-content .row-background strong {
  font-weight: 600;
}

.el-colegio .site-main article .entry-content .row-background h2 {
  font-size: 1.25rem;
  font-weight: 300;
  max-width: 50%;
  margin: 0 0 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.el-colegio .site-main article .entry-content .row-background h2:after {
  content: '';
  display: block;
  width: 4rem;
  height: .25rem;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.el-colegio .site-main article .entry-content .row-background .wp-block-button .wp-block-button__link:hover {
  color: var(--color-primary);
}

.el-colegio .site-main article .entry-content .wp-block-cge-blocks-downloads-list {
  margin-bottom: 3.75rem;
}

.el-colegio .site-main article .entry-content .row-polls {
  margin-top: 3.75rem;
}

@media (max-width: 991px) {
  .el-colegio .site-main article .entry-content .wp-block-quote {
    padding: 0 0 2.5rem;
    margin-bottom: 2.5rem;
  }
  .el-colegio .site-main article .entry-content .wp-block-quote p {
    font-size: 1.25rem;
  }
  .el-colegio .site-main article .entry-content .wp-block-gallery {
    padding: 2.2rem 0 2rem;
  }
}

@media (max-width: 767px) {
  .el-colegio .site-main article .entry-content .wp-block-quote {
    padding: 0 0 2.1rem;
    margin-bottom: 2.1rem;
  }
  .el-colegio .site-main article .entry-content .wp-block-quote p {
    font-size: 1.125rem;
  }
  .el-colegio .site-main article .entry-content .wp-block-gallery {
    padding: 1.8rem 0;
    margin: 0;
  }
  .el-colegio .site-main article .entry-content .row-background {
    padding: 4.3rem 1rem 3.75rem;
  }
  .el-colegio .site-main article .entry-content .row-background p {
    max-width: 100%;
  }
  .el-colegio .site-main article .entry-content .row-background h2 {
    max-width: 100%;
  }
}

.single .header {
  position: relative;
  width: 100%;
}

.single .header:before {
  content: '';
  background: var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.single .header:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: url(assets/images/ola1.png) no-repeat center;
  background-size: 100% auto;
  background-position: bottom;
}

.single .header .header-content {
  height: 70vh;
  max-height: 600px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  max-width: 70%;
}

.single .header .header-content * {
  margin: 0 0 .5rem;
  color: #FFF;
  line-height: normal;
}

.single .header .header-content .small-title {
  font-size: .875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.single .header .header-content h1 {
  font-size: 2rem;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.single .header .header-content h1 strong {
  font-weight: 600;
}

.single .header .header-content .date {
  font-size: .875rem;
  display: flex;
  align-items: center;
}

.single .header .header-content .date:before {
  content: '\e802';
  font-family: 'fontello';
  font-size: .9rem;
  line-height: 1;
  display: inline-block;
  margin-right: .5rem;
}

.single .site-main .wp-block-cge-blocks-nested-related {
  background: #F6F4F3;
  padding: 5rem 0 6.25rem;
  max-width: 100%;
}

.single .site-main .wp-block-cge-blocks-nested-related h2 {
  font-size: 1.625rem;
  color: var(--color-primary);
  margin-bottom: 1.8rem;
  text-align: center;
  font-weight: 700;
}

.single .site-main .wp-block-cge-blocks-nested-related p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3.1rem;
}

.single .site-main .wp-block-cge-blocks-nested-related > .container > p {
  display: none;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .owl-stage,
.single .site-main .wp-block-cge-blocks-nested-related .related-row .owl-item,
.single .site-main .wp-block-cge-blocks-nested-related .related-row .item {
  height: 100%;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .item {
  background: #FFF;
  border: 1px solid #DADCDD;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .item .image {
  height: 200px;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .item .image.no-img {
  background: url(assets/images/logo-default.jpg) no-repeat center;
  background-size: cover !important;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content {
  padding: 1.8rem 1.8rem 3rem;
  position: relative;
  height: calc(100% - 200px);
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content h3 {
  font-size: 1.125rem;
  color: var(--color-primary);
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content h3 a {
  text-decoration: none;
  color: inherit;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content .header-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -.9rem;
  margin-right: -.9rem;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #DADCDD;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content .header-wrap > span {
  font-size: .875rem;
  color: var(--color-primary);
  padding: 0 .9rem;
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content .header-wrap > span:before {
  content: '';
  font-family: 'fontello';
  display: inline-block;
  line-height: 1;
  margin-right: .8rem;
  font-size: 1.5rem;
  color: var(--color-secondary);
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content .header-wrap > span span:before {
  display: none;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content .header-wrap > span:last-child {
  margin-bottom: 0;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content .header-wrap > span.job-date:before, .single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content .header-wrap > span.courses-date:before, .single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content .header-wrap > span.event-date:before {
  content: '\e802';
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content .header-wrap > span.job-time:before, .single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content .header-wrap > span.courses-schedule:before, .single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content .header-wrap > span.event-schedule:before {
  content: '\e810';
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content .header-wrap > span.job-place:before, .single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content .header-wrap > span.courses-location:before, .single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content .header-wrap > span.event-location:before {
  content: '\e80e';
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content .header-wrap > span.job-phone:before {
  content: '\e804';
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content p {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content .arrow {
  position: absolute;
  bottom: .5rem;
  right: .5rem;
  text-decoration: none;
  color: var(--color-primary);
}

.single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content .arrow i::before {
  font-size: 1.5rem;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-jobs .item .content,
.single .site-main .wp-block-cge-blocks-nested-related .related-courses .item .content,
.single .site-main .wp-block-cge-blocks-nested-related .related-events .item .content {
  height: 100%;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-jobs .item .content,
.single .site-main .wp-block-cge-blocks-nested-related .related-courses .item .content {
  padding-bottom: 4.3rem;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-jobs .item .content h3,
.single .site-main .wp-block-cge-blocks-nested-related .related-courses .item .content h3 {
  max-width: calc(100% - 7.5rem);
}

.single .site-main .wp-block-cge-blocks-nested-related .related-jobs .item .content .type,
.single .site-main .wp-block-cge-blocks-nested-related .related-courses .item .content .type {
  position: absolute;
  top: .6rem;
  right: .6rem;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-jobs .item .content .type span,
.single .site-main .wp-block-cge-blocks-nested-related .related-courses .item .content .type span {
  display: inline-block;
  background: var(--color-primary);
  width: 7.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 .5rem;
  text-align: center;
  color: #FFF;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-jobs .item .content .type span p,
.single .site-main .wp-block-cge-blocks-nested-related .related-courses .item .content .type span p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-jobs .item .content .header-wrap,
.single .site-main .wp-block-cge-blocks-nested-related .related-courses .item .content .header-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  margin-top: 1.8rem;
  padding-top: 2.1rem;
  border-top: 1px solid #DADCDD;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-jobs .item .content .footer,
.single .site-main .wp-block-cge-blocks-nested-related .related-courses .item .content .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 1.8rem;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-jobs .item .content .footer:before,
.single .site-main .wp-block-cge-blocks-nested-related .related-courses .item .content .footer:before {
  content: '';
  background: url(assets/images/ola-pequena.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.single .site-main .wp-block-cge-blocks-nested-related .related-jobs .item .content .footer .arrow,
.single .site-main .wp-block-cge-blocks-nested-related .related-courses .item .content .footer .arrow {
  position: relative;
  bottom: inherit;
  right: inherit;
  min-height: 4.3rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 600;
  width: 100%;
}

.single .site-main .wp-block-cge-blocks-nested-related .see-more {
  text-align: right;
  padding-top: 2.1rem;
}

.single .site-main .wp-block-cge-blocks-nested-related .see-more a {
  font-size: 1.125rem;
  color: var(--color-primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}

.single .site-main .wp-block-cge-blocks-nested-related .see-more a:after {
  content: '\e800';
  font-family: 'fontello';
  font-size: 1.8rem;
  margin-left: 1rem;
  display: block;
  line-height: 1;
}

.single .site-main .row-single-data {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -.5rem;
}

.single .site-main .row-single-data .wp-block-column {
  padding: 0 .5rem;
  flex: 0 0 20%;
  max-width: 20%;
  margin: 0 0 4rem;
}

.single .site-main .row-single-data .wp-block-column .item {
  border: 1px solid #DADCDD;
  padding: 1.8rem;
  text-align: center;
  height: 100%;
}

.single .site-main .row-single-data .wp-block-column .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.8rem;
}

.single .site-main .row-single-data .wp-block-column .item .content p {
  font-weight: 300;
  margin-bottom: 1.25rem;
}

.single .site-main .row-single-data .wp-block-column .item .content p.title {
  font-size: 1.125rem;
  color: var(--color-primary);
  font-weight: 600;
}

.single .site-main .row-single-data .wp-block-column .item .content p.data {
  margin-bottom: 0;
}

.single .site-main .row-single-data .wp-block-column .item .content p.data strong {
  margin-left: .3rem;
  font-weight: 600;
}

.single .site-main .wp-block-gallery {
  padding: 3.1rem 0 4.3rem;
}

.single .site-main .wp-block-gallery .owl-carousel .blocks-gallery-item {
  width: 100%;
  margin: 0;
}

.single .site-main blockquote {
  padding: 3rem 0;
  border-left: 0.25rem solid var(--color-primary);
  margin-bottom: 3.4rem;
  margin-top: 2rem;
  text-align: center;
}

.single .site-main blockquote p {
  font-size: 1.375rem;
  font-weight: 300;
  margin: 0;
}

.single .site-main .wp-block-image {
  margin-bottom: 1.5rem;
}

.single .site-main .wp-block-image img {
  width: 100%;
  height: auto;
}

.single .site-main .wp-block-image figcaption {
  font-size: .75rem;
  font-style: italic;
  text-align: center;
}

.single .site-main code {
  background: #F6F4F3;
  padding: 1rem 2rem;
  display: block;
  font-size: .875rem;
  color: var(--color-primary);
}

.single .site-main .wp-block-pullquote blockquote {
  margin: 0;
}

.single .site-main .wp-block-table table {
  border: 1px solid #F6F4F3;
}

.single .site-main .wp-block-table table tbody tr {
  border-bottom: 1px solid #F6F4F3;
}

.single .site-main .wp-block-table table tbody tr th,
.single .site-main .wp-block-table table tbody tr td {
  padding: .5rem 1rem;
  border-right: 1px solid #F6F4F3;
  font-size: .875rem;
  font-weight: 300;
}

.single .site-main .wp-block-table table tbody tr th:last-child,
.single .site-main .wp-block-table table tbody tr td:last-child {
  border-right: 0;
}

.single .site-main .wp-block-table table tbody tr th {
  font-weight: 600;
}

.single .site-main .wp-block-table table tbody tr:last-child {
  border-bottom: 0;
}

.single .site-main .wp-block-categories {
  margin: 3.4rem 0 0;
  padding: 2.1rem 0 5rem;
  border-top: 1px solid #DADCDD;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.single .site-main .wp-block-categories li {
  margin-right: 1rem;
  margin-bottom: .6rem;
}

.single .site-main .wp-block-categories li a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: .875rem;
  color: #FFF;
  background: #DADCDD;
  height: 1.75rem;
  padding: 0 1rem;
}

.single .site-main .wp-block-search {
  background: #DADCDD;
  height: 4rem;
  display: flex;
  align-items: center;
  padding: 0 .6rem;
  margin-bottom: 1.8rem;
  position: relative;
}

.single .site-main .wp-block-search label {
  display: none;
}

.single .site-main .wp-block-search input {
  border: 1px solid #FFF;
  border-radius: 1.25rem;
  background: none;
  height: 2.5rem;
  padding: 0 1.25rem;
  font-style: italic;
  color: #FFF;
  outline: none;
  font-size: .875rem;
  box-shadow: none;
}

.single .site-main .wp-block-search button {
  font-size: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.single .site-main .wp-block-search button:before {
  content: '\e80a';
  font-family: 'fontello';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #FFF;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
}

.single .site-main .schema-how-to p img {
  margin: .5rem 0;
}

.single .site-main .schema-how-to .schema-how-to-steps .schema-how-to-step {
  margin-bottom: 1.5rem;
}

.single .site-main .schema-how-to .schema-how-to-steps .schema-how-to-step strong {
  margin-bottom: 1rem;
}

.single .site-main .wp-block-media-text {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.single .site-main .wp-block-media-text .wp-block-media-text__media {
  flex: 0 0 50%;
  max-width: 50%;
}

.single .site-main .wp-block-media-text .wp-block-media-text__content {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 1.5rem 3rem;
}

.single .site-main .wp-block-media-text .wp-block-media-text__content p {
  font-size: 1rem;
}

.single-news .site-main p {
  font-weight: 400;
  line-height: 1.5;
}

.single-news .site-main p strong {
  font-weight: 600;
}

.single-news .site-main .news-subtitle {
  padding: 0 0 3.4rem;
  border-bottom: 1px solid #DADCDD;
  margin-bottom: 3.4rem;
  margin-top: 2rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.single-news .site-main .news-subtitle strong {
  color: var(--color-primary);
  font-weight: 600;
}

.single-news .site-main .wp-block-gallery {
  padding: 4.3rem 0 3.75rem;
}

.single-news .site-main .wp-block-gallery .blocks-gallery-grid {
  width: 100%;
}

.single-news .site-main .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  width: 100%;
  margin: 0;
}

.single-news .site-main .row-tags {
  margin-top: 3.4rem;
  padding: 2.1rem 0 5rem;
  border-top: 1px solid #DADCDD;
}

.single-news .site-main .row-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.single-news .site-main .row-tags ul li {
  margin-right: 1rem;
  margin-bottom: .6rem;
}

.single-news .site-main .row-tags ul li a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: .875rem;
  color: #FFF;
  background: #DADCDD;
  height: 1.75rem;
  padding: 0 1rem;
}

.single-news .site-main .row-sections-home {
  display: none;
}

.single-post .site-main .content-header h2 {
  color: var(--color-primary);
  margin-bottom: 1.8rem;
  font-size: 1.125rem;
}

.single-post .site-main .content-header .wrap-header {
  padding-bottom: 1.5rem;
  margin-bottom: 2.8rem;
  border-bottom: 1px solid #DADCDD;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.single-post .site-main .content-header .wrap-header .date,
.single-post .site-main .content-header .wrap-header .author {
  font-size: .875rem;
  color: var(--color-primary);
  margin-right: 4.3rem;
  margin-bottom: 1rem;
}

.single-post .site-main .content-header .wrap-header .date span,
.single-post .site-main .content-header .wrap-header .author span {
  display: flex;
  align-items: center;
}

.single-post .site-main .content-header .wrap-header .date span:before,
.single-post .site-main .content-header .wrap-header .author span:before {
  content: '';
  font-family: 'fontello';
  display: inline-block;
  line-height: 1;
  margin-right: .5rem;
  color: var(--color-secondary);
}

.single-post .site-main .content-header .wrap-header .date span:before {
  content: '\e802';
}

.single-post .site-main .content-header .wrap-header .author {
  margin-right: 0;
}

.single-post .site-main .content-header .wrap-header .author span:before {
  content: '\e812';
}

.single-post .site-main p {
  font-weight: 400;
}

.single-post .site-main a.external-resource-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  height: 2.8rem;
  border: 1px solid var(--color-primary);
  padding: 0 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.single-post .site-main a.external-resource-link:hover {
  text-decoration: none;
  color: var(--color-primary);
  background: #FFF;
}

.single-post .site-main .wp-block-tag-cloud {
  margin-top: 3.4rem;
  padding: 2.1rem 0 5rem;
  border-top: 1px solid #DADCDD;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.single-post .site-main .wp-block-tag-cloud a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: .875rem;
  color: #FFF;
  background: #DADCDD;
  height: 1.75rem;
  padding: 0 1rem;
  margin-right: 1rem;
  margin-bottom: .6rem;
}

.single-event .site-main article .post-thumbnail {
  display: none;
}

.single-event .site-main article .post-content {
  padding-top: 4.6rem;
}

.single-event .site-main article .post-content .entry-content .wp-block-group h2 {
  font-size: 1.25rem;
  color: var(--color-primary);
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #DADCDD;
  font-weight: 600;
}

.single-event .site-main article .post-content .entry-content .wp-block-group p {
  font-weight: 300;
  margin-bottom: 2.5rem;
}

.single-event .site-main article .post-content .entry-content .wp-block-group p + h2 {
  margin-top: 5.3rem;
}

.single-event .site-main article .post-content .entry-content .row-single-data .wp-block-column {
  flex: 0 0 100%;
  max-width: 14.5rem;
}

.single-event .site-main article .post-content .row-tags,
.single-event .site-main article .post-content .entry-footer {
  display: none;
}

.single-job .site-main article .post-thumbnail,
.single-courses .site-main article .post-thumbnail {
  display: none;
}

.single-job .site-main article .post-content .entry-content .wp-block-group h2,
.single-courses .site-main article .post-content .entry-content .wp-block-group h2 {
  font-size: 1.375rem;
  color: var(--color-primary);
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #DADCDD;
  font-weight: 600;
}

.single-job .site-main article .post-content .entry-content .wp-block-group h3,
.single-courses .site-main article .post-content .entry-content .wp-block-group h3 {
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 1.125rem;
  margin: 0 0 1rem;
  font-weight: 500;
}

.single-job .site-main article .post-content .entry-content .wp-block-group p,
.single-courses .site-main article .post-content .entry-content .wp-block-group p {
  font-weight: 300;
  margin-bottom: 2.5rem;
}

.single-job .site-main article .post-content .entry-content .wp-block-group p + h2,
.single-courses .site-main article .post-content .entry-content .wp-block-group p + h2 {
  margin-top: 5.3rem;
}

.single-job .site-main article .post-content .entry-content .wp-block-group ul,
.single-job .site-main article .post-content .entry-content .wp-block-group ol,
.single-courses .site-main article .post-content .entry-content .wp-block-group ul,
.single-courses .site-main article .post-content .entry-content .wp-block-group ol {
  margin-bottom: 2.5rem;
  padding-left: 4.3rem;
  font-weight: 300;
}

.single-job .site-main article .post-content .entry-content .wp-block-group ul li,
.single-job .site-main article .post-content .entry-content .wp-block-group ol li,
.single-courses .site-main article .post-content .entry-content .wp-block-group ul li,
.single-courses .site-main article .post-content .entry-content .wp-block-group ol li {
  margin-bottom: 1rem;
}

.single-job .site-main article .post-content .entry-content .wp-block-cge-blocks-downloads-list,
.single-courses .site-main article .post-content .entry-content .wp-block-cge-blocks-downloads-list {
  margin-bottom: 0;
}

.single-job .site-main article .post-content .entry-footer,
.single-job .site-main article .post-content .row-tags,
.single-courses .site-main article .post-content .entry-footer,
.single-courses .site-main article .post-content .row-tags {
  display: none;
}

@media (max-width: 991px) {
  .single .header .header-content {
    max-height: 500px;
  }
  .single .header .header-content h1 {
    font-size: 1.6rem;
  }
  .single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content .header-wrap span {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single .site-main .row-single-data .wp-block-column {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .single .site-main blockquote {
    padding: 1.5rem 0;
    margin-bottom: 2rem;
  }
  .single .site-main blockquote p {
    font-size: 1.125rem;
  }
  .single .site-main .wp-block-gallery {
    padding: 2.2rem 0 2rem;
  }
  .single-news .site-main .wp-block-pullquote {
    padding: 0 0 2.5rem;
    margin-bottom: 2.5rem;
  }
  .single-news .site-main .wp-block-pullquote blockquote p {
    font-size: 1.3rem;
  }
  .single-news .site-main .wp-block-gallery {
    padding: 2.2rem 0 2rem;
  }
}

@media (max-width: 767px) {
  .single .header .header-content {
    max-height: 400px;
    max-width: 100%;
  }
  .single .header .header-content h1 {
    font-size: 1.2rem;
  }
  .single .site-main .wp-block-cge-blocks-nested-related {
    padding: 2.8rem 0 3.75rem;
  }
  .single .site-main .wp-block-cge-blocks-nested-related h2 {
    font-size: 1.1rem;
    margin-bottom: 1.8rem;
  }
  .single .site-main .wp-block-cge-blocks-nested-related p {
    margin-bottom: 1.8rem;
  }
  .single .site-main .wp-block-cge-blocks-nested-related .related-row .owl-stage,
  .single .site-main .wp-block-cge-blocks-nested-related .related-row .owl-item,
  .single .site-main .wp-block-cge-blocks-nested-related .related-row .item {
    height: auto;
  }
  .single .site-main .wp-block-cge-blocks-nested-related .related-row .item .content h3 {
    margin-bottom: 1.5rem;
  }
  .single .site-main .wp-block-cge-blocks-nested-related .related-courses .item .content,
  .single .site-main .wp-block-cge-blocks-nested-related .related-events .item .content {
    height: auto;
  }
  .single .site-main .wp-block-cge-blocks-nested-related .see-more a {
    font-size: .9rem;
  }
  .single .site-main .wp-block-cge-blocks-nested-related .see-more a:after {
    font-size: 1.5rem;
  }
  .single .site-main .row-single-data .wp-block-column {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1rem;
  }
  .single .site-main .row-single-data .wp-block-column .item {
    padding: 1.25rem 1rem;
  }
  .single .site-main blockquote p {
    font-size: 1rem;
  }
  .single .site-main .wp-block-gallery {
    padding: 1.8rem 0;
    margin: 0;
  }
  .single .site-main .wp-block-image {
    /* margin-left: -1.25rem;
                margin-right: -1.25rem;
                max-width: calc(100% + 2.5rem);*/
  }
  .single .site-main .wp-block-image figcaption {
    padding: 0 1.25rem;
  }
  .single .site-main .wp-block-image img {
    height: auto;
  }
  .single .site-main .wp-block-embed {
    /*margin-left: -1.25rem;
                margin-right: -1.25rem;*/
  }
  .single .site-main .wp-block-media-text .wp-block-media-text__media {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single .site-main .wp-block-media-text .wp-block-media-text__content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .single .site-main .wp-block-media-text .wp-block-media-text__content p {
    font-size: 1rem;
  }
  .single-news .site-main .wp-block-pullquote {
    padding: 0 0 2.1rem;
    margin-bottom: 2.1rem;
  }
  .single-news .site-main .wp-block-pullquote blockquote p {
    font-size: 1.1rem;
  }
  .single-news .site-main .wp-block-gallery {
    padding: 1.8rem 0;
    margin: 0 -1.25rem;
  }
  .single-post .site-main .content-header .wrap-header .date,
  .single-post .site-main .content-header .wrap-header .author {
    margin-right: 2rem;
  }
}

@media (max-width: 575px) {
  .single .header .header-content {
    max-height: 325px;
  }
  .single .site-main .row-single-data .wp-block-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.single-service #main {
  padding-bottom: 0;
}

.contacto .site-main .wp-block-quote {
  padding: 0 0 2.8rem;
  margin-bottom: 3.1rem;
  border-bottom: 1px solid #DADCDD;
  text-align: center;
  margin-top: 0;
  border-top: 0;
}

.contacto .site-main .wp-block-quote p {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
}

.contacto .site-main .wp-block-columns > .wp-block-column {
  flex: 0 0 66.6666% !important;
  max-width: 66.6666%;
}

.contacto .site-main .wp-block-columns > .wp-block-column:last-child {
  flex: 0 0 33.3333% !important;
  max-width: 33.3333%;
  margin-left: 0;
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
}

.contacto .site-main .wp-block-columns > .wp-block-column .wp-block-group {
  margin-bottom: 1.6rem;
  position: relative;
  padding-left: 3rem;
}

.contacto .site-main .wp-block-columns > .wp-block-column .wp-block-group h2 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 1rem;
}

.contacto .site-main .wp-block-columns > .wp-block-column .wp-block-group p {
  font-size: .875rem;
  margin-bottom: .2rem;
  font-weight: 300;
}

.contacto .site-main .wp-block-columns > .wp-block-column .wp-block-group p:last-child {
  margin-bottom: 0;
}

.contacto .site-main .wp-block-columns > .wp-block-column .wp-block-group:before {
  content: '';
  font-family: 'fontello';
  font-size: 1.8rem;
  color: var(--color-primary);
  display: block;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.contacto .site-main .wp-block-columns > .wp-block-column .wp-block-group.ubicacion:before {
  content: '\e80e';
}

.contacto .site-main .wp-block-columns > .wp-block-column .wp-block-group.telefono:before {
  content: '\e804';
}

.contacto .site-main .wp-block-columns > .wp-block-column .wp-block-group.horario:before {
  content: '\e810';
}

.contacto .site-main .wp-block-columns > .wp-block-column .wp-block-group:last-child {
  margin-bottom: 0;
}

.wpcf7 {
  background: url(assets/images/background-form-contacto.jpg) no-repeat center;
  background-size: cover !important;
  padding: 4.3rem 3.1rem;
  position: relative;
}

.wpcf7:before {
  content: '';
  background: var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
  z-index: 1;
}

.wpcf7 .wpcf7-form {
  position: relative;
  z-index: 2;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background-color: var(--color-primary);
  border: 1px solid #fff !important;
  color: #fff;
}

.wpcf7 .wpcf7-form .form-group {
  margin-bottom: 1.5rem;
}

.wpcf7 .wpcf7-form .form-group label {
  display: none;
}

.wpcf7 .wpcf7-form .form-group.con-label label {
  display: block;
  color: #FFF;
  padding-left: 1rem;
}

.wpcf7 .wpcf7-form .form-group select,
.wpcf7 .wpcf7-form .form-group textarea,
.wpcf7 .wpcf7-form .form-group input {
  background: none;
  border: 1px solid #FFF;
  height: 3.4rem;
  line-height: 3.4rem;
  padding: 0 1rem;
  color: #FFF;
  border-radius: 0;
  font-size: 1rem;
}

.wpcf7 .wpcf7-form .form-group select::-webkit-calendar-picker-indicator,
.wpcf7 .wpcf7-form .form-group textarea::-webkit-calendar-picker-indicator,
.wpcf7 .wpcf7-form .form-group input::-webkit-calendar-picker-indicator {
  background-image: url("data:image/png;base64,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");
}

.wpcf7 .wpcf7-form .form-group textarea {
  height: auto;
  line-height: 1.2;
  padding: .5rem 1rem;
  min-height: 8rem;
}

.wpcf7 .wpcf7-form .form-group select option {
  color: var(--color-text);
}

.wpcf7 .wpcf7-form .form-group p, .wpcf7 .wpcf7-form .form-group li {
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.wpcf7 .wpcf7-form .form-group p.first, .wpcf7 .wpcf7-form .form-group li.first {
  margin-top: 15px;
}

.wpcf7 .wpcf7-form .form-group p a, .wpcf7 .wpcf7-form .form-group li a {
  text-decoration: underline;
  color: #fff;
  font-weight: 500;
}

.wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  background-color: darkred;
  color: #fff;
  padding: 3px 1rem;
  font-size: 0.85rem;
  margin-top: -1px;
  border: 1px solid #fff;
  border-top: 0;
}

.wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}

.wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  display: block;
  color: #FFF;
}

.wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1;
  padding: 0;
  border: 0;
}

.wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input + span {
  display: block;
  position: relative;
  padding-left: 1.8rem;
  font-size: .875rem;
  font-weight: 500;
  cursor: pointer;
}

.wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input + span:after {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: transparent;
  border: 1px solid #FFF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: background .3s linear;
}

.wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input:checked + span:after {
  background: #FFF;
}

.wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label a {
  color: #FFF;
  text-decoration: underline;
}

.wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  position: relative;
  padding-left: 1.8rem;
  margin: 0 1.5rem 0 0;
}

.wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input + .wpcf7-list-item-label {
  font-size: .875rem;
  font-weight: 300;
  color: #FFF;
}

.wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input + .wpcf7-list-item-label:after {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: transparent;
  border: 1px solid #FFF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: background .3s linear;
  border-radius: 50%;
}

.wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  background: #FFF;
}

.wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  display: block;
  margin-top: .5rem;
}

.wpcf7 .wpcf7-form .form-group.check {
  margin-bottom: .5rem;
}

.wpcf7 .wpcf7-form .form-group.button {
  text-align: center;
  margin-bottom: 0;
  margin-top: 2rem;
}

.wpcf7 .wpcf7-form .form-group.button input {
  height: 3.1rem;
  line-height: 3.1rem;
  min-width: 15rem;
  text-transform: uppercase;
  font-size: 1rem;
}

.wpcf7 .wpcf7-form .form-group.button input:hover {
  background: #FFF;
  color: var(--color-primary);
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
  background: darkred;
  border: 1px solid #fff !important;
  color: #fff;
}

.wpcf7 .wpcf7-form .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.wpcf7 .wpcf7-form .row .col {
  padding: 0 0.625rem;
}

@media (max-width: 991px) {
  .contacto .site-main .wp-block-quote {
    padding: 0 0 2.5rem;
    margin-bottom: 2.5rem;
  }
  .contacto .site-main .wp-block-quote p {
    font-size: 1.3rem;
  }
  .contacto .site-main .wp-block-columns {
    padding: 0 2rem 7rem 2rem;
  }
  .contacto .site-main .wp-block-columns > .wp-block-column:last-child {
    padding-left: 2rem;
  }
  .wpcf7 {
    padding: 3rem 2rem;
  }
}

@media (max-width: 767px) {
  .contacto .site-main .wp-block-quote p {
    font-size: 1.1rem;
  }
  .contacto .site-main .wp-block-columns {
    padding: 0;
  }
  .contacto .site-main .wp-block-columns > .wp-block-column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .contacto .site-main .wp-block-columns > .wp-block-column:last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 0;
  }
  .contacto .site-main .wp-block-columns > .wp-block-column .wp-block-group {
    margin-bottom: 3.1rem;
  }
  .contacto .site-main .wpcf7 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .wpcf7 {
    margin: 0 0 3.1rem;
    padding: 2.1rem 1.5rem;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: .5rem auto;
  }
}

.contact-block {
  padding: 40px 0;
}

.contact-block.content-center {
  justify-content: center;
  display: flex;
  flex-flow: column;
}

.contact-block .wp-block-group {
  margin-bottom: 1.6rem;
  position: relative;
  padding-left: 3rem;
}

.contact-block .wp-block-group h2 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 1rem;
}

.contact-block .wp-block-group p {
  font-size: .875rem;
  margin-bottom: .2rem;
  font-weight: 300;
}

.contact-block .wp-block-group p:last-child {
  margin-bottom: 0;
}

.contact-block .wp-block-group:before {
  content: '';
  font-family: 'fontello';
  font-size: 1.8rem;
  color: var(--color-primary);
  display: block;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-block .wp-block-group.ubicacion:before {
  content: '\e80e';
}

.contact-block .wp-block-group.telefono:before {
  content: '\e804';
}

.contact-block .wp-block-group.horario:before {
  content: '\e810';
}

.contact-block .wp-block-group:last-child {
  margin-bottom: 0;
}

.google-maps-iframe iframe {
  width: 100%;
  border: 0;
}

.formulario_multistep, .formulario-delegaciones {
  display: flex;
  justify-content: center;
  font-size: 1rem;
}

.formulario_multistep .form-control, .formulario-delegaciones .form-control {
  height: auto;
  border-radius: 0;
  transition: none;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.formulario_multistep .form-control:focus, .formulario-delegaciones .form-control:focus {
  border: 1px solid #ced4da;
  outline: 0;
  box-shadow: none;
}

.formulario_multistep .form-control span label, .formulario-delegaciones .form-control span label {
  margin: 0 !important;
}

.formulario_multistep select, .formulario-delegaciones select {
  appearance: none;
}

.formulario_multistep textarea.form-control, .formulario-delegaciones textarea.form-control {
  height: 50px;
  min-height: 50px;
  max-height: 150px;
}

.formulario_multistep .oculto, .formulario-delegaciones .oculto {
  display: none !important;
}

.formulario_multistep fieldset, .formulario-delegaciones fieldset {
  transition: 0.5s all !important;
}

.formulario_multistep fieldset.cf7mls_back_fs, .formulario-delegaciones fieldset.cf7mls_back_fs {
  top: 0px !important;
}

.formulario_multistep .wpcf7, .formulario-delegaciones .wpcf7 {
  width: 100%;
  background-image: none;
  max-width: 900px;
}

.formulario_multistep .wpcf7:before, .formulario-delegaciones .wpcf7:before {
  background-color: #F6F4F3;
  opacity: 1;
}

.formulario_multistep .fila, .formulario-delegaciones .fila {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .formulario_multistep .fila, .formulario-delegaciones .fila {
    display: block;
    margin: 0 !important;
  }
}

.formulario_multistep .fila.half-column .columna, .formulario-delegaciones .fila.half-column .columna {
  flex: 50%;
}

.formulario_multistep .fila .columna, .formulario-delegaciones .fila .columna {
  margin: 0 5px;
  width: 100%;
}

.formulario_multistep .fila .columna label, .formulario-delegaciones .fila .columna label {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .formulario_multistep .fila .columna, .formulario-delegaciones .fila .columna {
    margin: 0;
  }
}

.formulario_multistep .fila .columna.dos-col .wpcf7-list-item, .formulario-delegaciones .fila .columna.dos-col .wpcf7-list-item {
  flex-basis: 47%;
}

.formulario_multistep .fila .columna .wpcf7-list-item, .formulario-delegaciones .fila .columna .wpcf7-list-item {
  display: flex;
  flex-basis: 100%;
}

.formulario_multistep .fila .columna.checkbox, .formulario-delegaciones .fila .columna.checkbox {
  display: block;
}

@media (min-width: 575px) {
  .formulario_multistep .fila .columna.checkbox.column-2 .form-control, .formulario-delegaciones .fila .columna.checkbox.column-2 .form-control {
    column-count: 2;
  }
  .formulario_multistep .fila .columna.checkbox.column-3 .form-control, .formulario-delegaciones .fila .columna.checkbox.column-3 .form-control {
    column-count: 3;
  }
}

.formulario_multistep .fila .columna.checkbox .form-control, .formulario-delegaciones .fila .columna.checkbox .form-control {
  background-color: transparent;
  border: none;
}

.formulario_multistep .fila .columna.checkbox .wpcf7-list-item, .formulario-delegaciones .fila .columna.checkbox .wpcf7-list-item {
  margin: 0 !important;
  display: block;
  min-width: 300px;
}

.formulario_multistep .fila .columna.checkbox .wpcf7-list-item label input, .formulario-delegaciones .fila .columna.checkbox .wpcf7-list-item label input {
  opacity: 0;
}

.formulario_multistep .fila .columna.checkbox .wpcf7-list-item label input + span, .formulario-delegaciones .fila .columna.checkbox .wpcf7-list-item label input + span {
  padding-left: 1.8rem;
  cursor: pointer;
  position: relative;
}

.formulario_multistep .fila .columna.checkbox .wpcf7-list-item label input + span:before, .formulario-delegaciones .fila .columna.checkbox .wpcf7-list-item label input + span:before {
  display: block;
  width: 14px;
  height: 14px;
  background: var(--color-primary);
  position: absolute;
  top: 0;
  transition: background .3s linear;
  margin: 3px 0px 0px 3px;
  z-index: 10;
  opacity: 0;
  left: 0;
}

.formulario_multistep .fila .columna.checkbox .wpcf7-list-item label input + span:after, .formulario-delegaciones .fila .columna.checkbox .wpcf7-list-item label input + span:after {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid var(--color-primary);
  position: absolute;
  top: 0;
  transition: background .3s linear;
  left: 0;
}

.formulario_multistep .fila .columna.checkbox .wpcf7-list-item label input:checked + span::before, .formulario-delegaciones .fila .columna.checkbox .wpcf7-list-item label input:checked + span::before {
  opacity: 1;
}

.formulario_multistep .fila .columna.radio-button, .formulario-delegaciones .fila .columna.radio-button {
  display: block;
}

.formulario_multistep .fila .columna.radio-button.sino .wpcf7-list-item, .formulario-delegaciones .fila .columna.radio-button.sino .wpcf7-list-item {
  min-width: 80px;
}

.formulario_multistep .fila .columna.radio-button .wpcf7-list-item, .formulario-delegaciones .fila .columna.radio-button .wpcf7-list-item {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .formulario_multistep .fila .columna.radio-button .wpcf7-list-item, .formulario-delegaciones .fila .columna.radio-button .wpcf7-list-item {
    padding-right: 15px;
  }
}

.formulario_multistep .fila .columna.radio-button .wpcf7-list-item label input, .formulario-delegaciones .fila .columna.radio-button .wpcf7-list-item label input {
  opacity: 0;
}

.formulario_multistep .fila .columna.radio-button .wpcf7-list-item label input + span, .formulario-delegaciones .fila .columna.radio-button .wpcf7-list-item label input + span {
  padding-left: 1.8rem;
  cursor: pointer;
  position: relative;
}

.formulario_multistep .fila .columna.radio-button .wpcf7-list-item label input + span:before, .formulario-delegaciones .fila .columna.radio-button .wpcf7-list-item label input + span:before {
  display: block;
  width: 14px;
  height: 14px;
  background: var(--color-primary);
  border-radius: 30px;
  position: absolute;
  top: 0;
  transition: background .3s linear;
  margin: 3px 0px 0px 3px;
  z-index: 10;
  opacity: 0;
  left: 0;
}

.formulario_multistep .fila .columna.radio-button .wpcf7-list-item label input + span:after, .formulario-delegaciones .fila .columna.radio-button .wpcf7-list-item label input + span:after {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  position: absolute;
  top: 0;
  transition: background .3s linear;
  left: 0;
}

.formulario_multistep .fila .columna.radio-button .wpcf7-list-item label input:checked + span::before, .formulario-delegaciones .fila .columna.radio-button .wpcf7-list-item label input:checked + span::before {
  opacity: 1;
}

.formulario_multistep .fila .columna.select span, .formulario-delegaciones .fila .columna.select span {
  display: block;
}

.formulario_multistep .fila .columna.select span:after, .formulario-delegaciones .fila .columna.select span:after {
  width: 10px;
  height: 10px;
  border: solid #555;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  content: '';
  top: 11px;
  right: 17px;
}

.formulario_multistep .fila .columna.select span select, .formulario-delegaciones .fila .columna.select span select {
  padding: .375rem 1.75rem .375rem .75rem;
}

@media (max-width: 767px) {
  .formulario_multistep .fila .columna, .formulario-delegaciones .fila .columna {
    margin-bottom: 30px;
  }
}

.formulario_multistep .button, .formulario-delegaciones .button {
  margin: 0 !important;
}

.formulario_multistep .otro div, .formulario-delegaciones .otro div {
  margin-top: 10px;
}

.formulario_multistep .cf7mls_next, .formulario-delegaciones .cf7mls_next {
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
  text-decoration-thickness: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  border-radius: 0;
  transition: 0.25s all;
  padding: .5rem 2rem !important;
}

@media (max-width: 767px) {
  .formulario_multistep .cf7mls_next, .formulario-delegaciones .cf7mls_next {
    padding: .5rem 1rem !important;
  }
}

.formulario_multistep .cf7mls_next:hover, .formulario-delegaciones .cf7mls_next:hover {
  background-color: transparent !important;
  color: var(--color-primary);
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
  text-decoration-thickness: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  border-radius: 0;
  opacity: 1;
}

.formulario_multistep .cf7mls_back, .formulario-delegaciones .cf7mls_back {
  background-color: transparent !important;
  border: 1px solid var(--color-primary) !important;
  color: var(--color-primary);
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
  text-decoration-thickness: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  border-radius: 0;
  transition: 0.25s all;
  padding: .5rem 2rem !important;
}

@media (max-width: 767px) {
  .formulario_multistep .cf7mls_back, .formulario-delegaciones .cf7mls_back {
    padding: .5rem 1rem !important;
  }
}

.formulario_multistep .cf7mls_back:hover, .formulario-delegaciones .cf7mls_back:hover {
  background-color: var(--color-primary) !important;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
  text-decoration-thickness: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  border-radius: 0;
  opacity: 1;
}

.formulario_multistep .wpcf7-response-output, .formulario-delegaciones .wpcf7-response-output {
  padding: 15px 15px !important;
  margin: 2em 0em 1em !important;
}

.formulario_multistep .wpcf7-icon-warning, .formulario-delegaciones .wpcf7-icon-warning {
  fill: #fff !important;
}

.formulario_multistep .wpcf7-submit, .formulario-delegaciones .wpcf7-submit {
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
  text-decoration-thickness: auto;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 22.4px;
  border-radius: 0;
  transition: 0.25s all;
  padding: .5rem 2rem !important;
  border-radius: 0 !important;
}

@media (max-width: 767px) {
  .formulario_multistep .wpcf7-submit, .formulario-delegaciones .wpcf7-submit {
    padding: .5rem 1rem !important;
    width: auto !important;
  }
}

.formulario_multistep .wpcf7-submit:hover, .formulario-delegaciones .wpcf7-submit:hover {
  background-color: transparent !important;
  color: var(--color-primary);
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
  text-decoration-thickness: auto;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 22.4px;
  border-radius: 0;
  opacity: 1;
}

.formulario_multistep .wpcf7-submit:focus, .formulario-delegaciones .wpcf7-submit:focus {
  outline: none !important;
  box-shadow: 0 0 0 0.2rem rgba(42, 116, 117, 0.25) !important;
}

.formulario_multistep .wpcf7-radio, .formulario-delegaciones .wpcf7-radio {
  display: block;
  margin: 10px 0;
}

@media (max-width: 575px) {
  .formulario_multistep .wpcf7-radio, .formulario-delegaciones .wpcf7-radio {
    display: flex;
    flex-direction: column;
  }
}

.formulario_multistep .wpcf7-not-valid-tip, .formulario-delegaciones .wpcf7-not-valid-tip {
  padding: 10px 2px;
}

.formulario_multistep .wpcf7-spinner, .formulario-delegaciones .wpcf7-spinner {
  display: none;
}

.formulario_multistep .wpcf7-checkbox label input[type="checkbox"], .formulario-delegaciones .wpcf7-checkbox label input[type="checkbox"] {
  display: none;
}

.formulario_multistep .wpcf7-checkbox label input[type="checkbox"] + *::before, .formulario-delegaciones .wpcf7-checkbox label input[type="checkbox"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 1rem;
  height: 1rem;
  border-radius: 10%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: gray;
  position: relative;
  top: -5px;
  margin-right: 5px;
}

.formulario_multistep .wpcf7-checkbox label input[type="checkbox"]:checked + *, .formulario-delegaciones .wpcf7-checkbox label input[type="checkbox"]:checked + * {
  color: var(--color-primary);
}

.formulario_multistep .wpcf7-checkbox label input[type="checkbox"]:checked + *:before, .formulario-delegaciones .wpcf7-checkbox label input[type="checkbox"]:checked + *:before {
  content: "✓";
  color: white;
  text-align: center;
  background: var(--color-primary);
  border-color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.formulario_multistep .barra, .formulario-delegaciones .barra {
  height: 20px;
  position: relative;
  margin: 0px auto 27px;
  display: flex;
}

.formulario_multistep .barra .activo, .formulario-delegaciones .barra .activo {
  background-color: var(--color-primary);
}

.formulario_multistep .barra .base, .formulario-delegaciones .barra .base {
  background-color: white;
}

.formulario_multistep .barra span, .formulario-delegaciones .barra span {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid #F6F4F3;
}

.formulario_multistep .pasos, .formulario-delegaciones .pasos {
  margin: 0px auto 27px;
  display: flex;
  width: fit-content;
}

.formulario_multistep .pasos.un-circulo, .formulario-delegaciones .pasos.un-circulo {
  justify-content: space-evenly;
}

@media (max-width: 575px) {
  .formulario_multistep .pasos.un-circulo, .formulario-delegaciones .pasos.un-circulo {
    margin-bottom: 27px !important;
  }
}

.formulario_multistep .pasos.un-circulo .circulo-paso, .formulario-delegaciones .pasos.un-circulo .circulo-paso {
  display: flex;
  align-items: center;
  justify-content: center;
  --pgPercentage: var(--value);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(closest-side, #F6F4F3 80%, transparent 0 99.9%, #F6F4F3 0), conic-gradient(var(--color-primary) calc(var(--pgPercentage) * 1%), #FFF 0);
  font-size: 25px;
  color: var(--color-primary);
}

@media (max-width: 575px) {
  .formulario_multistep .pasos.un-circulo .circulo-paso, .formulario-delegaciones .pasos.un-circulo .circulo-paso {
    width: 80px;
    height: 80px;
    min-width: 80px;
    font-size: 17px;
  }
}

.formulario_multistep .pasos.un-circulo .nombre-paso, .formulario-delegaciones .pasos.un-circulo .nombre-paso {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-end;
}

.formulario_multistep .pasos.un-circulo .nombre-paso-actual span, .formulario-delegaciones .pasos.un-circulo .nombre-paso-actual span {
  font-size: 25px;
  color: var(--color-primary);
  display: inline-block;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 5px;
}

@media (max-width: 575px) {
  .formulario_multistep .pasos.un-circulo .nombre-paso-actual span, .formulario-delegaciones .pasos.un-circulo .nombre-paso-actual span {
    font-size: 17px;
  }
}

.formulario_multistep .pasos.un-circulo .nombre-paso-siguiente span, .formulario-delegaciones .pasos.un-circulo .nombre-paso-siguiente span {
  color: var(--color-primary);
  display: inline-block;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 5px;
}

@media (max-width: 575px) {
  .formulario_multistep .pasos.un-circulo .nombre-paso-siguiente span, .formulario-delegaciones .pasos.un-circulo .nombre-paso-siguiente span {
    font-size: 12px;
  }
}

.formulario_multistep .pasos.circles, .formulario-delegaciones .pasos.circles {
  justify-content: space-between;
}

.formulario_multistep .pasos.names, .formulario-delegaciones .pasos.names {
  flex-direction: row;
  align-items: flex-end;
}

@media (max-width: 575px) {
  .formulario_multistep .pasos.names, .formulario-delegaciones .pasos.names {
    flex-direction: column;
    align-items: center;
  }
}

.formulario_multistep .pasos.names span, .formulario-delegaciones .pasos.names span {
  color: var(--color-primary);
  display: inline-block;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 5px;
}

.formulario_multistep .pasos.names span.num-pasos, .formulario-delegaciones .pasos.names span.num-pasos {
  font-size: 25px;
}

.formulario_multistep .pasos.names span.nomb-pasos, .formulario-delegaciones .pasos.names span.nomb-pasos {
  padding-bottom: 2px;
}

@media (max-width: 767px) {
  .formulario_multistep .pasos, .formulario-delegaciones .pasos {
    margin: 0 !important;
  }
}

.formulario_multistep .pasos .progressbar, .formulario-delegaciones .pasos .progressbar {
  counter-reset: step;
  padding: 0;
  width: 100%;
}

.formulario_multistep .pasos .progressbar.dos li, .formulario-delegaciones .pasos .progressbar.dos li {
  width: 50%;
}

.formulario_multistep .pasos .progressbar.tres li, .formulario-delegaciones .pasos .progressbar.tres li {
  width: 33.33%;
}

.formulario_multistep .pasos .progressbar.cuatro li, .formulario-delegaciones .pasos .progressbar.cuatro li {
  width: 25%;
}

.formulario_multistep .pasos .progressbar.cinco li, .formulario-delegaciones .pasos .progressbar.cinco li {
  width: 20%;
}

.formulario_multistep .pasos .progressbar.seis li, .formulario-delegaciones .pasos .progressbar.seis li {
  width: 16.66%;
}

.formulario_multistep .pasos .progressbar li, .formulario-delegaciones .pasos .progressbar li {
  list-style-type: none;
  float: left;
  font-size: 14px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
  font-family: "Montserrat", sans-serif;
  min-width: 150px;
  padding: 0 10px;
}

.formulario_multistep .pasos .progressbar li span, .formulario-delegaciones .pasos .progressbar li span {
  max-width: 130px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
  color: #7d7d7d;
}

@media (max-width: 445px) {
  .formulario_multistep .pasos .progressbar li span, .formulario-delegaciones .pasos .progressbar li span {
    font-size: 10px;
  }
}

@media (max-width: 600px) {
  .formulario_multistep .pasos .progressbar li span, .formulario-delegaciones .pasos .progressbar li span {
    display: none;
  }
}

.formulario_multistep .pasos .progressbar li:before, .formulario-delegaciones .pasos .progressbar li:before {
  width: 50px;
  height: 50px;
  content: counter(step);
  counter-increment: step;
  line-height: 48px;
  border: 2px solid #adadad;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
  font-size: 20px;
}

@media (max-width: 767px) {
  .formulario_multistep .pasos .progressbar li:before, .formulario-delegaciones .pasos .progressbar li:before {
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 18px;
  }
}

.formulario_multistep .pasos .progressbar li:after, .formulario-delegaciones .pasos .progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #bdbdbd;
  top: 25px;
  left: -50%;
  z-index: -1;
}

@media (max-width: 767px) {
  .formulario_multistep .pasos .progressbar li:after, .formulario-delegaciones .pasos .progressbar li:after {
    top: 23px;
  }
}

.formulario_multistep .pasos .progressbar li:first-child:after, .formulario-delegaciones .pasos .progressbar li:first-child:after {
  content: none;
}

.formulario_multistep .pasos .progressbar li.activo, .formulario-delegaciones .pasos .progressbar li.activo {
  color: #fff;
  font-weight: bold;
}

.formulario_multistep .pasos .progressbar li.activo span, .formulario-delegaciones .pasos .progressbar li.activo span {
  color: var(--color-primary);
}

.formulario_multistep .pasos .progressbar li.activo:before, .formulario-delegaciones .pasos .progressbar li.activo:before {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .formulario_multistep .pasos .progressbar li.activo:before, .formulario-delegaciones .pasos .progressbar li.activo:before {
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 18px;
  }
}

.formulario_multistep .pasos .progressbar li.realizado span, .formulario-delegaciones .pasos .progressbar li.realizado span {
  color: var(--color-primary);
}

.formulario_multistep .pasos .progressbar li.realizado:before, .formulario-delegaciones .pasos .progressbar li.realizado:before {
  content: '';
  width: 50px;
  height: 50px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjQwIDI0MCIgd2lkdGg9IjI0MHB4IiBoZWlnaHQ9IjI0MHB4Ij4KPGcgaWQ9InN1cmZhY2U1NjczMjQxNCI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMTYuNDcwNTg5JSw0NS40OTAxOTYlLDQ1Ljg4MjM1MyUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAyMDMgNjAuNSBMIDg1IDE3OC41IEwgMzcgMTMwLjUgTCAyMyAxNDUgTCA4NSAyMDYuNSBMIDIxNyA3NC41IFogTSAyMDMgNjAuNSAiLz4KPC9nPgo8L3N2Zz4K);
  color: var(--color-primary);
  background-color: #fff;
  border-color: var(--color-primary);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .formulario_multistep .pasos .progressbar li.realizado:before, .formulario-delegaciones .pasos .progressbar li.realizado:before {
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 18px;
  }
}

.formulario_multistep .pasos .progressbar li.realizado + li:after, .formulario-delegaciones .pasos .progressbar li.realizado + li:after {
  background-color: var(--color-primary);
}

.formulario_multistep .nombre-pasos, .formulario-delegaciones .nombre-pasos {
  display: none;
  text-align: center;
  color: var(--color-primary);
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
  text-decoration-thickness: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  padding-bottom: 10px;
}

.formulario_multistep .nombre-pasos span, .formulario-delegaciones .nombre-pasos span {
  font-weight: bold;
}

@media (max-width: 767px) {
  .formulario_multistep .nombre-pasos, .formulario-delegaciones .nombre-pasos {
    display: block;
  }
}

.formulario_multistep .fieldset-cf7mls-wrapper .mensaje-enviado, .formulario-delegaciones .fieldset-cf7mls-wrapper .mensaje-enviado {
  display: none;
}

.formulario_multistep .wpcf7-form.sent .wpcf7-response-output, .formulario-delegaciones .wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.formulario_multistep .wpcf7-form.sent .mensaje-enviado, .formulario-delegaciones .wpcf7-form.sent .mensaje-enviado {
  display: block;
  text-align: center;
}

.formulario_multistep .wpcf7-form.sent .contenido-ultimo-paso, .formulario-delegaciones .wpcf7-form.sent .contenido-ultimo-paso {
  display: none;
}

.formulario_multistep .wpcf7-form.sent .wpcf7-submit, .formulario-delegaciones .wpcf7-form.sent .wpcf7-submit {
  display: none;
}

.formulario_multistep .wpcf7-form.sent .cf7mls_back, .formulario-delegaciones .wpcf7-form.sent .cf7mls_back {
  display: none;
}

.blog .content-area .site-main header {
  display: none;
}

.blog .content-area .site-main article {
  border: 1px solid #DADCDD;
  margin-bottom: 1.8rem;
}

.blog .content-area .site-main article .post-thumbnail {
  height: 210px;
}

.blog .content-area .site-main article .post-thumbnail span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(assets/images/logo-default.jpg) no-repeat center;
  background-size: cover !important;
}

.blog .content-area .site-main article .post-content {
  padding: 1.8rem;
  position: relative;
}

.blog .content-area .site-main article .post-content .entry-header {
  display: block;
  margin-bottom: .8rem;
}

.blog .content-area .site-main article .post-content .entry-header .entry-title {
  font-size: 1.25rem;
  margin: 0 0 1.8rem;
}

.blog .content-area .site-main article .post-content .entry-header .entry-title a {
  color: var(--color-primary);
}

.blog .content-area .site-main article .post-content .entry-header .wrap-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.blog .content-area .site-main article .post-content .entry-header .wrap-header .date,
.blog .content-area .site-main article .post-content .entry-header .wrap-header .author {
  font-size: .875rem;
  color: var(--color-primary);
  margin-right: 4.3rem;
  margin-bottom: 1rem;
}

.blog .content-area .site-main article .post-content .entry-header .wrap-header .date span,
.blog .content-area .site-main article .post-content .entry-header .wrap-header .author span {
  display: flex;
  align-items: center;
}

.blog .content-area .site-main article .post-content .entry-header .wrap-header .date span:before,
.blog .content-area .site-main article .post-content .entry-header .wrap-header .author span:before {
  content: '';
  font-family: 'fontello';
  display: inline-block;
  line-height: 1;
  margin-right: .5rem;
  color: var(--color-secondary);
}

.blog .content-area .site-main article .post-content .entry-header .wrap-header .date span:before {
  content: '\e802';
}

.blog .content-area .site-main article .post-content .entry-header .wrap-header .author {
  margin-right: 0;
}

.blog .content-area .site-main article .post-content .entry-header .wrap-header .author span:before {
  content: '\e812';
}

.blog .content-area .site-main article .post-content .entry-content {
  margin-bottom: 1.8rem;
}

.blog .content-area .site-main article .post-content .entry-content h6,
.blog .content-area .site-main article .post-content .entry-content h5,
.blog .content-area .site-main article .post-content .entry-content h4,
.blog .content-area .site-main article .post-content .entry-content h3 {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 1rem;
}

.blog .content-area .site-main article .post-content .entry-content p {
  font-weight: 300;
}

.blog .content-area .site-main article .post-content .entry-content p:last-child {
  margin-bottom: 0;
}

.blog .content-area .site-main article .post-content .entry-content .wp-block-pullquote {
  padding: 1rem 0;
}

.blog .content-area .site-main article .post-content .entry-content .wp-block-pullquote blockquote p {
  font-size: 1.125rem;
  line-height: 1.4;
}

.blog .content-area .site-main article .post-content .row-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0;
}

.blog .content-area .site-main article .post-content .row-tags a {
  display: flex;
  align-items: center;
  background: #DADCDD;
  color: #FFF;
  text-transform: uppercase;
  font-size: .875rem;
  height: 1.5rem;
  padding: 0 .8rem;
  margin-right: .6rem;
  margin-bottom: .8rem;
}

.blog .content-area .site-main article .post-content .entry-footer a {
  display: block;
  text-align: right;
  text-decoration: none !important;
}

.blog .content-area .site-main article .post-content .entry-footer a i::before {
  font-size: 1.8rem;
  color: var(--color-primary);
  line-height: 1;
}

@media (max-width: 767px) {
  .blog .content-area .site-main article .post-content .entry-header {
    margin-bottom: .3rem;
  }
  .blog .content-area .site-main article .post-content .entry-header .entry-title {
    margin-bottom: 1rem;
  }
  .blog .content-area .site-main article .post-content .entry-header .wrap-header .date,
  .blog .content-area .site-main article .post-content .entry-header .wrap-header .author {
    margin-right: 2rem;
  }
  .blog .content-area .site-main article .post-content .entry-content {
    margin-bottom: 1.25rem;
  }
  .blog .content-area .site-main article .post-content .entry-footer a i {
    font-size: 1.3rem;
  }
}

#filters-cge {
  background: var(--color-primary);
  padding: 1.25rem 0;
  width: 100%;
  max-width: 100%;
}

#filters-cge .wrap-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

#filters-cge .wrap-filters .content {
  flex: 0 0 calc(100% - 7.8rem);
  max-width: calc(100% - 7.8rem);
}

#filters-cge .wrap-filters .button {
  flex: 0 0 7.8rem;
  max-width: 7.8rem;
  text-align: right;
}

#filters-cge .wrap-filters .button input {
  padding: .4rem 2rem;
}

#filters-cge .group-filter {
  display: flex;
  align-items: center;
}

#filters-cge .group-filter:last-child {
  margin-bottom: 0;
}

#filters-cge .group-filter .filter-title {
  flex: 0 0 10rem;
  max-width: 10rem;
}

#filters-cge .group-filter .filter-title span {
  font-weight: 600;
  font-size: .875rem;
  color: #FFF;
}

#filters-cge .group-filter .filter-content {
  flex: 0 0 calc(100% - 10rem);
  max-width: calc(100% - 10rem);
  display: flex;
  align-items: center;
}

#filters-cge .group-filter .filter-content .date-filter {
  margin-right: 1rem;
}

#filters-cge .group-filter .filter-content .date-filter label {
  color: #FFF;
  font-size: .875rem;
  margin-right: .3rem;
}

#filters-cge .group-filter .filter-content .date-filter input {
  background: none;
  border: 1px solid #FFF;
  padding: .4rem 1rem;
  color: #FFF;
}

#filters-cge .group-filter .filter-content .date-filter input::-webkit-calendar-picker-indicator {
  background-image: url("data:image/png;base64,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");
}

#filters-cge .group-filter .filter-content .date-filter:last-child {
  margin-right: 0;
}

#filters-cge .group-filter .filter-content .radio-filter {
  position: relative;
  margin-right: 1.5rem;
}

#filters-cge .group-filter .filter-content .radio-filter label {
  color: #FFF;
  font-size: .875rem;
  margin: 0;
  margin-right: .3rem;
  position: relative;
  padding-left: 2.5rem;
}

#filters-cge .group-filter .filter-content .radio-filter label:after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#filters-cge .group-filter .filter-content .radio-filter label:before {
  content: '';
  display: block;
  width: .75rem;
  height: .75rem;
  background: none;
  position: absolute;
  left: .375rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

#filters-cge .group-filter .filter-content .radio-filter input {
  opacity: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#filters-cge .group-filter .filter-content .radio-filter input:checked + label:before {
  background: #FFF;
}

#filters-cge .group-filter .filter-content .radio-filter:last-child {
  margin-right: 0;
}

#filters-cge .group-filter .filter-content .select-filter {
  margin-right: 1rem;
}

#filters-cge .group-filter .filter-content .select-filter select {
  background: none;
  border: 1px solid #FFF;
  padding: .4rem 1rem;
  color: #FFF;
}

#filters-cge .group-filter .filter-content .select-filter select option {
  background: var(--color-primary);
}

@media (max-width: 767px) {
  #filters-cge input::-webkit-inner-spin-button,
  #filters-cge input::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
  }
  #filters-cge input:focus, #filters-cge textarea:focus, #filters-cge select:focus {
    outline: none;
  }
  #filters-cge .wrap-filters .content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #filters-cge .wrap-filters .button {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    padding-top: 1.25rem;
  }
  #filters-cge .group-filter {
    flex-wrap: wrap;
  }
  #filters-cge .group-filter .filter-title {
    flex: 0 0 100%;
    max-width: 100%;
    line-height: 1;
    margin-bottom: .8rem;
  }
  #filters-cge .group-filter .filter-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  #filters-cge .group-filter .filter-title {
    text-align: center;
    margin-bottom: 1.4rem;
  }
  #filters-cge .group-filter .filter-content {
    flex-wrap: nowrap;
    display: flex;
  }
  #filters-cge .group-filter .filter-content .date-filter {
    display: block;
    margin: 0;
    width: 50%;
  }
  #filters-cge .group-filter .filter-content .date-filter:first-of-type {
    padding-right: 0.5rem;
  }
  #filters-cge .group-filter .filter-content .date-filter:last-of-type {
    padding-right: 0;
    padding-left: 0.5rem;
  }
  #filters-cge .group-filter .filter-content .date-filter label {
    display: block;
    margin-right: 0;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    font-size: 0.85rem;
  }
  #filters-cge .group-filter .filter-content .date-filter input {
    padding: .4rem;
    width: 100%;
    font-size: 0.8rem;
  }
  #filters-cge .group-filter .filter-content .radio-filter input {
    opacity: 0;
  }
  #filters-cge .group-filter .filter-content .select-filter {
    display: block;
    margin-right: 0;
    margin-bottom: .8rem;
    width: 100%;
  }
  #filters-cge .group-filter .filter-content .select-filter select {
    width: 100%;
    font-size: 0.8rem;
  }
  #filters-cge .wrap-filters .button {
    padding-top: 0.35rem;
    text-align: center;
  }
  #filters-cge .wrap-filters .button input {
    color: var(--color-primary);
    background: #fff;
  }
}
