/*
Theme Name: UBP theme
Theme URI: 
Author: Punto Marketing
Author URI: https://puntomarketing.net/
Description: 
Tags: 
Version: 1.0
License: 
License URI: 
Text Domain: ubp

INDEX
  - STYLES PARA ADAPTAR EL CONTENIDO VIEJO
  - FONTS
  - LAYOUT
  - CUSTOM COLORS
  - WP COLUMNS
  - BACKGROUNDS
  - BUTTONS
  - NAVS
  - TAGS
  - FORMS
  - ALERTS
  - PAGES
  - SINGLE
  - ARCHIVE
  - BLOCKS
  - NOTICIAS
  - ITEMS CONTENT
  - ELEMENTS
  - UBP EN NUMEROS
  - ALIANZAS
  - EVENTS
  - FOOTER
  - WIDGETS
  - SOCIAL
  - PROGRESS
  - SEARCH
  - PMKT-SLIDES
  - MENÚ MULTILEVEL
  - WP MICROELEMENTOS

*/

/*
 * --------------------------------------------------------------------------------------- *
 * STYLES PARA ADAPTAR EL CONTENIDO VIEJO
 * --------------------------------------------------------------------------------------- *
 */
h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
*:not(.nav-link) > img {
  max-width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  margin-left: 20px;
}
img.alignleft {
  float: left;
  margin-right: 20px;
}

/*
 * --------------------------------------------------------------------------------------- *
 * FONTS
 * --------------------------------------------------------------------------------------- *
 */

/*
@font-face {
  font-family: Gotham;
  src: local("Gotham bold"), url(fonts/gotham/GothamBold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: Gotham;
  src: local("Gotham book"), url(fonts/gotham/gotham-book.ttf);
  font-weight: normal;
}
 */

/*
 * --------------------------------------------------------------------------------------- *
 * LAYOUT
 * --------------------------------------------------------------------------------------- *
 */
body {
  font-family: sans-serif;
  color: #000;
  font-size: 14px;
  overflow-x: hidden;
}

h2 {
  font-size: 2.6rem;
}

/* h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-top: 10px;
} */

a {
  color: #a3223a;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
}

p:empty {
  display: block;
  width: 100%;
  height: 20px;
}

figure img {
  height: auto;
  max-width: 100%;
}

@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
}

/* Texts mobile */
@media (max-width: 768px) {
  h2 {
    font-size: 1.6rem;
  }
  .has-large-font-size {
    font-size: 20px;
  }
}

body > header.header {
  background: white;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
}

body.scroll-down > header.header,
body.scroll-up > header.header,
body.scroll-down > nav.nav-header-page,
body.scroll-up > nav.nav-header-page {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

/* body.scroll-down > header.header {
  top: -124px;
}
body.scroll-up > header.header {
  top: 0; */
/* } */
body.scroll-down > nav.nav-header-page {
  top: -250px;
}
body.scroll-up > nav.nav-header-page {
  top: 122px;
}
@media (max-width: 992px) {
  body.scroll-up > nav.nav-header-page {
    top: 70px;
  }
}
@media (max-width: 768px) {
  body.scroll-up > nav.nav-header-page {
    top: 43px;
  }
}

/**
 *
 */
@media (max-width: 768px) {
  .w-100-on-mobile {
    width: 100%;
  }
}

/*
 * --------------------------------------------------------------------------------------- *
 * CUSTOM COLORS
 * Estos selectores responden a los colores custom que se agregaron en el colorpicker de 
 * Gutemberg. 
 * En functions.php se resuelve. Función -> "wpdc_add_custom_gutenberg_color_palette"
 * --------------------------------------------------------------------------------------- *
 */
.has-brown-background-color {
  background-color: #3a3335;
}

.has-brown-color {
  color: #3a3335;
}

.has-ubp-color-background-color {
  background-color: #a3223a;
}
.has-ubp-color-color {
  color: #a3223a;
}
.has-blue-background-color {
  background-color: #00578f;
}
.has-blue-color {
  color: #00578f;
}
.has-light-green-background-color {
  background-color: #a1c037;
}
.has-light-green-color {
  color: #a1c037;
}
.has-green-background-color {
  background-color: #299549;
}
.has-green-color {
  color: #299549;
}
.has-purple-background-color {
  background-color: #80217d;
}
.has-purple-color {
  color: #80217d;
}
.has-light-blue-background-color {
  background-color: #1fa7e5;
}
.has-light-blue-color {
  color: #1fa7e5;
}
.has-yellow-background-color {
  background-color: #eab719;
}
.has-yellow-color {
  color: #eab719;
}
.has-oreange-background-color {
  background-color: #d1651c;
}
.has-oreange-color {
  color: #d1651c;
}
.has-off-blue-background-color {
  background-color: #1269b0;
}
.has-off-blue-color {
  color: #1269b0;
}
.has-white-background-color {
  background-color: #ffffff;
}
.has-white-color {
  color: #ffffff;
}
.has-black-background-color {
  background-color: #000000;
}
.has-black-color {
  color: #000000;
}

/*
 * --------------------------------------------------------------------------------------- *
 * LISTS
 * --------------------------------------------------------------------------------------- *
 */
/* .single ul, .page ul {
  list-style: none;
} 
.single ul li, .page ul li {
  font-family: sans-serif;
  display: flex;
}
.single ul li::before, .page ul li::before {
  content: '>';
  margin-right: 12px;
  color: #83162b;
  font-weight: bold;
} */

/*
 * --------------------------------------------------------------------------------------- *
 * WP COLUMNS
 * --------------------------------------------------------------------------------------- *
 */

/* .wp-block-column {
  display: flex;
} */
@media (max-width: 992px) {
  .wp-block-column.col {
    flex-basis: 100% !important;
  }
}

/*
 * --------------------------------------------------------------------------------------- *
 * BACKGROUNDS
 * --------------------------------------------------------------------------------------- *
 */
.bg-primary,
.bordo {
  background-color: #a3223a !important;
}
.bg-primary a,
.bg-primary .nav-link {
  color: #fff;
}
.bg-light {
  background-color: #e6e6e6 !important;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding-left: 0;
  padding-right: 0;
}
/*
 * --------------------------------------------------------------------------------------- *
 * COLORS
 * --------------------------------------------------------------------------------------- *
 */
.cl-primary {
  color: #a3223a;
}
/*
 * --------------------------------------------------------------------------------------- *
 * IMAGES
 * --------------------------------------------------------------------------------------- *
 */
figure.wp-block-image {
  margin-bottom: 0;
}
figure.size-full > img {
  width: 100%;
}
/*
 * --------------------------------------------------------------------------------------- *
 * BUTTONS
 * --------------------------------------------------------------------------------------- *
 */
.btn,
.wp-block-button__link {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.btn:not(.btn-sm),
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-primary {
  background-color: #a3223a;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #a3223a;
  color: #fff;
}

.btn-light {
  background-color: #fff;
  color: #a3223a;
}

.btn-fondo-gris {
  background-color: #e6e6e6;
  color: #a3223a;
  border: 1px solid #a3223a; 
}


.btn-light:hover,
.btn-light:active,
.btn-light:focus {
  background-color: #fff;
  color: #a3223a;
}

/** Show more **/
a.show-more:hover {
  color: #000 !important;
}
#collapse-show-more + .btn.focus,
#collapse-show-more + .btn:focus {
  box-shadow: none;
}

/*
 * --------------------------------------------------------------------------------------- *
 * NAVS
 * --------------------------------------------------------------------------------------- *
 */
.navbar {
  padding: 0;
}
@media (max-width: 768px) {
  .navbar {
    max-height: 100vh;
    overflow: auto;
  }
}
.navbar .navbar-nav {
  display: flex;
}
.top .navbar-nav .active {
  position: relative;
}
.top .navbar-nav .active > .nav-link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 20px);
  z-index: 100;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 10px solid #a3223a;
}

.navbar .navbar-nav li a {
  white-space: nowrap;
}

/* */
@media (max-width: 768px) {
  .navbar-brand img {
    width: 110px;
  }
}

/* */
.navbar-light .navbar-toggler {
  color: #a3223a;
}
/* */
.navbar-toggler {
  border: 0;
}

@media (min-width: 769px) {
  .dropdown-menu.show {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  }
}

.dropdown-menu.show {
  background-color: #e6e6e6;
  border: 0;
  padding: 0 15px;
}

.dropdown-menu.show li a {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
.dropdown-menu.show li a svg {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu-item-has-children a svg {
  margin-bottom: 3px;
}

.menu-item-has-children.show > a {
  display: flex;
  align-items: center;
  background-color: #ddd;
  padding-left: 10px;
  padding-right: 10px;
}

.menu-item-has-children.show a svg {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 0;
  margin-top: 3px;
}

@media (max-width: 768px) {
  .dropdown-menu {
    font-size: 0.9rem;
  }
  .dropdown-menu.show li a {
    white-space: normal;
  }
  .menu-item > a,
  .nav-item > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.nav-header-page {
  background-color: #d1d2d4;
  position: sticky;
  z-index: 999;
}

/*
 * --------------------------------------------------------------------------------------- *
 * TAGS
 * --------------------------------------------------------------------------------------- *
 */
.tag {
  background-color: #aaa;
  color: #fff;
  display: inline-block;
  padding: 3px 12px;
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  white-space: nowrap;
}

/*
 * --------------------------------------------------------------------------------------- *
 * FORMS
 * --------------------------------------------------------------------------------------- *
 */
.form-control {
  font-size: 0.8rem;
  border-color: white;
  border-radius: 0;
  -webkit-border-radius: 0;
}

/*
 * --------------------------------------------------------------------------------------- *
 * ALERTS
 * --------------------------------------------------------------------------------------- *
 */
.alert {
  font-size: 18px;
}

/*
 * --------------------------------------------------------------------------------------- *
 * PAGES
 * --------------------------------------------------------------------------------------- *
 */
/* main.page {
  padding: 60px 0;
} */
.page .wp-block-column,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * --------------------------------------------------------------------------------------- *
 * SINGLE
 * --------------------------------------------------------------------------------------- *
 */
.single .title {
  position: relative;
  padding-bottom: 12px;
}

.single .title::after {
  content: "";
  background-color: #a3223a;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
}

.single p {
  font-size: 1.1rem;
}

/*
 * --------------------------------------------------------------------------------------- *
 * ARCHIVE
 * --------------------------------------------------------------------------------------- *
 */
.archive .article {
  overflow: hidden;
  display: flex;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  min-height: 400px;
}
@media (min-width: 768px) {
  .archive .article {
    height: 400px;
  }
}
.archive .article img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 769px) {
  .archive .article img {
    width: 100%;
    height: 400px;
  }
}
.archive .article .title {
  font-size: 1.6rem;
}
.archive .nav {
  display: flex;
  justify-content: center;
  color: #a3223a;
}
.archive .nav .next {
  margin-left: 20px;
}

.archive .excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*
 * --------------------------------------------------------------------------------------- *
 * EVENTS
 * --------------------------------------------------------------------------------------- *
 */
.tribe-events-list-event-description .article {
  overflow: hidden;
  display: flex;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  min-height: 400px;
}

.tribe-events-list-event-description .tribe-events-event-image {
  width: 100% !important;
  height: 100% !important;
}
.tribe-events-list-event-description .article img {
  height: 100%;
  object-fit: cover;
}
.tribe-events-list-event-description .tag {
  background-color: #83162b;
  color: #fff;
  padding: 0px 12px;
  margin-right: 10px;
  border-radius: 3px;
  white-space: nowrap;
}

.tribe-events-loop .tribe-events-event-meta {
  background-color: transparent;
  border: 0;
  font-weight: 300;
}
.tribe-events-loop .tribe-events-event-meta strong {
  font-weight: 700;
}
/*
 * --------------------------------------------------------------------------------------- *
 * BLOCKS
 * --------------------------------------------------------------------------------------- *
 */
@media (min-width: 768px) {
  .wp-block-column:not(:first-child) {
    margin-left: 0px;
  }
}

/*
 * --------------------------------------------------------------------------------------- *
 * ITEMS CONTENT
 * --------------------------------------------------------------------------------------- *
 */
.appearance img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.appearance .title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 10px;
}
.appearance .list {
  list-style: none;
}
.appearance .list .list-item::before {
  content: ">";
  color: #a3223a;
  margin-right: 10px;
}
.appearance .list .list-item .list-item-link {
  color: #000;
}

/* A */
.appearance.a .title {
  margin-top: 1.4rem;
}

/* B */
.appearance.b {
}

/* C */
.appearance.c {
}

/* News */
#novedades .title {
  font-size: 2rem;
  text-transform: uppercase;
}
#novedades .item-content .thumb {
  margin-bottom: 20px;
}
#novedades .item-content .title {
  font-size: 1.2rem;
  text-transform: initial;
  margin-bottom: 30px;
}
#novedades .item-content .date {
  margin-bottom: 15px;
}

/*
 * --------------------------------------------------------------------------------------- *
 * ELEMENTS
 * --------------------------------------------------------------------------------------- *
 */

.form-search-carreras {
  display: flex;
  font-size: 0;
  text-transform: uppercase;
  color: #a3223a;
}

/* Micro Block */
/* .micro-block {
  text-align: center;
}
.micro-block .title {
  font-size: 1.5rem;
  font-weight: 800;
}

.wp-block-image {
  margin-bottom: 0;
} */

/*
 * --------------------------------------------------------------------------------------- *
 * UBP EN NUMEROS
 * --------------------------------------------------------------------------------------- *
 */
.numeros-ubp img {
  height: auto;
  width: 100%;
}

/*
 * --------------------------------------------------------------------------------------- *
 * ALIANZAS
 * --------------------------------------------------------------------------------------- *
 */
.alianzas .wp-block-image {
  display: flex;
  align-items: center;
  height: 100%;
}
.alianzas img {
  height: auto;
  width: 100%;
}

/*
 * --------------------------------------------------------------------------------------- *
 * EVENTS
 * --------------------------------------------------------------------------------------- *
 */
.events {
  color: #fff;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.events li {
  flex-basis: 100%;
}
.events li:not(:first-child) {
  margin-top: 20px;
}
.events .event {
  display: flex;
  flex-basis: 100%;
  color: #fff;
}
.events .event > .left {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.events .event > .right {
  flex-basis: 60%;
}
.events .event .title {
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.events .event .day {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
}
.events .event .month {
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 6px solid #f7cf18;
}

.events .event .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 0.7rem;
  margin-bottom: 10px;
}

.tribe-events-single .tribe-events-sub-nav {
  margin-bottom: 40px;
}

.tribe-events-single .tribe-events-event-image img {
  width: 100%;
}

.tribe-events-loop .tribe-events-content {
  padding: 0;
}

.tribe-events-single .tribe-events-meta-group {
  width: 100%;
}

.tribe-event-schedule-details {
  color: #a3223a;
  font-size: 1.6em;
  font-weight: bold;
}

.tribe-events-list .type-tribe_events .tribe-events-list-event-title a {
  color: #444;
  font-weight: 400;
}
.tribe-events-event-cost {
  position: absolute;
  z-index: 9999;
  background: white;
  top: 10px;
  left: 10px;
}

/*
 * --------------------------------------------------------------------------------------- *
 * FOOTER
 * --------------------------------------------------------------------------------------- *
 */
.footer .module {
  padding-left: 40px;
  padding-right: 20px;
}
.footer .module .title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}

.footer .footer-info {
  background-color: #83162b;
}
.footer .footer-info .footer-info-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}

@media (max-width: 768px) {
  .footer .navbar-nav .menu-item a {
    font-size: 0.8rem;
    padding: 4px 0;
  }
}

/*
 * --------------------------------------------------------------------------------------- *
 * WIDGETS
 * --------------------------------------------------------------------------------------- *
 */
.widget .widget-title {
  position: relative;
  padding: 12px;
  border-top: 1px solid #dee2e6;
}
.widget .widget-title::before {
  content: "";
  background-color: #dee2e6;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 3px;
}

.tribe-events-list-widget ol,
.widget_recent_entries ul {
  list-style: none;
  line-height: 2;
  padding: 12px;
}
.tribe-events-list-widget .tribe-events-list-widget-events,
.widget_recent_entries ul li {
  position: relative;
  padding: 0 !important;
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
  border-bottom: 1px dashed #999;
}
.tribe-list-widget {
  padding: 0;
}
.tribe-events-list-widget-events .tribe-event-title a,
.widget_recent_entries ul li a {
  font-size: 1rem;
  color: #a3223a;
  font-weight: bold;
}
.widget_recent_entries ul li .post-date {
  display: block;
}
.tribe-events-widget-link {
  display: none;
}

/* .widget_recent_entries ul li::before {
  content: "\f054"; /* this is your text. You can also use UTF-8 character codes as I do here
  font-family: FontAwesome;
  left: -5px;
  position: absolute;
  top: 0;
} */
.widget_recent_entries ul a {
  color: rgba(0, 0, 0, 0.5);
}

/*
 * --------------------------------------------------------------------------------------- *
 * SOCIAL
 * --------------------------------------------------------------------------------------- *
 */
.social-list .list-inline-item:not(:last-child) {
  margin-right: 0.2rem;
}
.social-list .list-inline-item a {
  background-color: #a3223a;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  line-height: 1;
  border-radius: 12px;
}

.sfsi_widget.sfsi_shortcode_container {
  float: unset;
}

/*
 * --------------------------------------------------------------------------------------- *
 * PROGRESS
 * --------------------------------------------------------------------------------------- *
 */
.progress {
  width: 200px;
  height: 200px;
  line-height: 200px;
  background: none;
  margin: 0;
  box-shadow: none;
  position: relative;
  overflow: unset;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span:not(.arrow) {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress > span.arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  animation: rotate 2.25s linear forwards;
}

.progress > span.arrow:after {
  content: "";
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent transparent #a3223a;
  position: absolute;
  left: 100px;
  top: -7px;
}
@keyframes rotate {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(450deg);
  }
}
.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 160px;
  border-bottom-right-radius: 160px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 160px;
  border-bottom-left-radius: 160px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 0.75s linear forwards 1.5s;
}

.progress .progress-value {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: white;
  font-size: 1.8rem;
  line-height: 100px;
}

.progress.red .progress-bar {
  border-color: #a3223a;
}

.progress.red .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards;
}

/* .progress.yellow .progress-bar {
    border-color: #fdba04;
  }
  
  .progress.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
  }
  
  .progress.pink .progress-bar {
    border-color: #ed687c;
  }
  
  .progress.pink .progress-left .progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s;
  }
  
  .progress.green .progress-bar {
    border-color: #1abc9c;
  } */
/*   
  .progress.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s;
  }
   */
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
/*   
  @keyframes loading-3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
  }
  
  @keyframes loading-4 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(36deg);
      transform: rotate(36deg);
    }
  }
  
  @keyframes loading-5 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(126deg);
      transform: rotate(126deg);
    }
  } */

@media only screen and (max-width: 768px) {
  .progress {
    margin-bottom: 20px;
  }
}

/*
 * --------------------------------------------------------------------------------------- *
 * SEARCH
 * --------------------------------------------------------------------------------------- *
 */
.search-box .container {
  position: relative;
}
.search-box .container::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: 22px;
  transform: rotate(45deg);
  background-color: white;
  border: 1px solid #dee2e6;
}
.search-box .container::after {
  content: "";
  width: 60px;
  height: 20px;
  position: absolute;
  right: 11px;
  top: -21px;
  background-color: #fff;
}

#search > span {
  white-space: nowrap;
}

#search .search-form {
  flex-basis: 100%;
}

#searchform {
  width: 100%;
}
#searchform > div {
  display: flex;
  align-items: center;
  width: 100%;
}
#searchform .screen-reader-text {
  display: none;
}
#searchform input[type="text"],
#searchform input[type="search"] {
  flex-basis: 100%;
  height: 50px;
  border: 1px solid #a3223a;
  box-shadow: none;
  padding-left: 20px;
  padding-right: 20px;
}
#searchform input[type="submit"] {
  height: 50px;
  background-color: #a3223a;
  border: 1px solid #a3223a;
  color: #fff;
}
/*
 * --------------------------------------------------------------------------------------- *
 * PMKT-SLIDES
 * --------------------------------------------------------------------------------------- *
 */
@media (max-width: 768px) {
  .pmkt-slides .item {
    padding: 0 60px;
  }
}

/*
 * --------------------------------------------------------------------------------------- *
 * MENÚ MULTILEVEL
 * --------------------------------------------------------------------------------------- *
 */
ul.dropdown-menu li > ul.dropdown-menu {
  left: 100%;
  top: 0;
}

/* ul.dropdown-menu li:hover > ul.dropdown-menu,
ul.dropdown-menu li:focus > ul.dropdown-menu {
  display: block;
} */

/*
 * --------------------------------------------------------------------------------------- *
 * WP MICROELEMENTOS
 * --------------------------------------------------------------------------------------- *
 */
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 0.5em 2.375em;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}