@import url('../css/iconfont.css');
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OWaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nAkA.ttf) format('truetype');
}
:root {
  --wp-admin-theme-color: #E78b73;
  --wp-admin-theme-color-darker-10: #e06747;
  --wp-admin-theme-color-darker-20: #d04724;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  padding-top: 5px;
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.2;
  color: #231F20;
}
h2 {
  color: #881a1b;
}
h3 {
  color: #231F20;
}
h4,
.uk-h4 {
  color: #000;
}
blockquote {
  font-size: 16px;
  text-align: left;
  border-left: 4px solid #E78b73;
  font-style: italic;
  padding: 10px 20px;
  margin: 0 0 20px;
}
.uk-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.uk-link,
a {
  color: #881a1b;
}
.uk-link:hover,
a:hover {
  color: #881a1b;
}
.page-nav {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #77BAAA;
}
.page-nav .uk-pagination > * > * {
  color: #fff;
}
.page-nav .uk-pagination > * > :focus,
.page-nav .uk-pagination > * > :hover {
  color: #fff;
  text-decoration: none;
}
ul.listicon-check {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
ul.listicon-check li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
ul.listicon-check li:before {
  content: "\e83f";
  font-family: 'feather' !important;
  position: absolute;
  left: 0;
  color: #518145;
}
.columns2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .uk-navbar-center:not(:only-child) {
    transform: translate(-45%, -50%);
  }
}
#video-modal {
  max-width: 700px;
  margin: 0 auto;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#header-site {
  position: fixed;
  z-index: 9;
  width: 100%;
}
#header-site .uk-sticky-fixed {
  background: #fff;
}
#header-site .tm-toolbar {
  background-color: #89191b;
}
#header-site .tm-toolbar .toolbar-menu .menu-item a {
  border: 1px solid white;
  color: #fff;
  font-size: 12px;
  margin: 10px 0;
  min-height: unset;
  padding: 5px;
}
#header-site .tm-toolbar .toolbar-menu .menu-item a:hover {
  background-color: #fff;
  color: #89191b;
}
#header-site .tm-nav {
  background: #fff;
}
#header-site .tm-nav .uk-sticky {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
#header-site .tm-nav #menu-primary-menu {
  gap: 10px !important;
}
#header-site .tm-nav #menu-primary-menu li a {
  color: #000;
  font-size: 16px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 0 10px;
  position: relative;
}
#header-site .tm-nav #menu-primary-menu li .uk-navbar-dropdown {
  width: 230px;
  padding: 25px 10px;
}
#header-site .tm-nav #menu-primary-menu li .uk-navbar-dropdown ul > li {
  padding-bottom: 5px;
}
#header-site .tm-nav #menu-primary-menu li .uk-navbar-dropdown ul > li:hover > a {
  color: #881a1b;
}
#header-site .tm-nav #menu-primary-menu > li.uk-active > a,
#header-site .tm-nav #menu-primary-menu > li:hover > a {
  color: #881a1b;
  position: relative;
}
#header-site .tm-nav #menu-primary-menu > li.uk-active > a:after,
#header-site .tm-nav #menu-primary-menu > li:hover > a:after {
  content: '';
  border-bottom: 1px solid #881a1b;
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: calc(100% - 30px);
  transform: translate(-50%, 0px);
}
#header-site .tm-nav .searchBar a {
  color: #8dc63f;
}
#header-site .tm-nav .searchBar #search {
  background-color: #fff;
  border: 2px solid grey;
  color: #00316c;
  font-family: 'Montserrat';
  font-weight: 600;
  padding: 15px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 30px;
  z-index: 10;
}
#header-site .tm-nav .searchBar #search #searchform {
  text-align: right;
}
#header-site .tm-nav .searchBar #search #searchform input[type="text"] {
  padding: 5px;
}
#header-site .tm-nav .searchBar #search #searchform input[type="submit"] {
  background-color: #8dc63f;
  border: unset;
  border-radius: 5px;
  color: #fff;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 38px;
  margin-top: 5px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
  vertical-align: middle;
}
#header-site .tm-nav .searchBar #search #searchform input[type="submit"]:hover {
  background-color: #567b24;
}
.columns .title,
.columns .tribal-land {
  overflow: hidden;
  margin-left: -1px;
}
.columns .title h2,
.columns .tribal-land h2 {
  color: #881a1b;
  font-weight: bold;
  font-size: 35px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.columns .title h2:after,
.columns .tribal-land h2:after {
  content: '-';
  font-size: 2px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
  height: 4px;
  display: block;
  width: 2000%;
  position: absolute;
  right: -2000%;
  top: 50%;
}
@media only screen and (max-width: 639px) {
  .columns .title h2,
  .columns .tribal-land h2 {
    font-size: 18px !important;
  }
}
.columns .title.title-r,
.columns .tribal-land.title-r {
  text-align: right;
  margin-right: -1px;
}
.columns .title.title-r h2,
.columns .tribal-land.title-r h2 {
  padding-right: 0;
  padding-left: 25px;
}
.columns .title.title-r h2:after,
.columns .tribal-land.title-r h2:after {
  content: '-';
  font-size: 2px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
  height: 4px;
  display: block;
  width: 2000%;
  position: absolute;
  left: -2000%;
  top: 50%;
}
.columns .sidebar {
  background: #fbfbfb;
  padding: 20px;
}
.sidebar .title {
  overflow: hidden;
  margin-left: -1px;
}
.sidebar .title h2 {
  color: #E78b73;
  font-weight: bold;
  font-size: 35px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.sidebar .title h2:after {
  content: '-';
  font-size: 2px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
  height: 4px;
  display: block;
  width: 2000%;
  position: absolute;
  right: -2000%;
  top: 50%;
}
.sidebar .title.title-r {
  text-align: right;
  margin-right: -1px;
}
.sidebar .title.title-r h2 {
  padding-right: 0;
  padding-left: 25px;
}
.sidebar .title.title-r h2:after {
  content: '-';
  font-size: 2px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
  height: 4px;
  display: block;
  width: 2000%;
  position: absolute;
  left: -2000%;
  top: 50%;
}
#editor blockquote strong {
  color: #255aa3;
}
#editor .title-link:hover {
  text-decoration: none;
}
#editor .title-link:hover h2 {
  color: #518145;
}
#header.default {
  height: 650px !important;
}
#header.small {
  height: 140px !important;
}
#header.small h1 {
  font-size: 38px;
}
@media only screen and (max-width: 639px) {
  #header.small h1 {
    font-size: 22px;
  }
}
#header .uk-position-center-left {
  max-width: fit-content !important;
}
#header .uk-position-center-left .ribbon {
  background-color: #e78b72;
  color: #fff;
  padding: 15px 30px;
}
#header h1 {
  color: #fff;
  font-size: 40px;
  text-shadow: 2px 1px 5px #444;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media only screen and (max-width: 639px) {
  #header h1 {
    font-size: 2.3em;
  }
}
#header p {
  color: #e7ebef;
  font-size: 30px;
  line-height: 1.3em;
  text-shadow: 2px 1px 5px #444;
}
@media only screen and (max-width: 639px) {
  #header p {
    font-size: 1em;
  }
}
#slideshow .content h2 {
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  text-shadow: 2px 1px 5px #444;
}
@media only screen and (max-width: 639px) {
  #slideshow .content h2 {
    font-size: 2em;
  }
}
#slideshow .content p {
  color: #fff;
  font-size: 30px;
  line-height: 1.3em;
  text-shadow: 2px 1px 5px #444;
}
@media only screen and (max-width: 639px) {
  #slideshow .content p {
    font-size: 1em;
  }
}
#slideshow .content .uk-button-primary {
  background-color: #e78b72;
  color: #fff;
  font-size: 22px;
  padding: 5px 20px;
  text-shadow: none;
}
#slideshow .content .uk-button-primary:hover {
  background-color: #e06746;
}
@media only screen and (max-width: 639px) {
  #slideshow .content {
    max-width: fit-content !important;
    padding: 15px;
  }
}
#slideshow .uk-slidenav {
  color: #518145;
}
#slideshow .uk-slidenav-previous,
#slideshow .uk-slidenav-next {
  font-size: 35px;
}
#slideshow .uk-slidenav-previous > svg,
#slideshow .uk-slidenav-next > svg {
  display: none;
}
@media only screen and (max-width: 639px) {
  #slideshow .uk-slidenav-previous,
  #slideshow .uk-slidenav-next {
    display: none;
  }
}
#slideshow .uk-slideshow-nav li a {
  border: 1px solid #518145;
}
#slideshow .uk-slideshow-nav li.uk-active a {
  background-color: #518145;
}
#accordion h2 {
  color: #518145;
}
#accordion ul li.uk-open .uk-accordion-title:before {
  content: "\e897";
}
#accordion .uk-accordion-title {
  font-family: 'Montserrat', sans-serif;
  background-color: #f6f6f6;
  padding: 15px;
  color: #E78b73;
  font-weight: bold;
}
#accordion .uk-accordion-title:before {
  content: "\e8b1";
  border-radius: 3px;
  background-color: #8dc63f;
  background-image: none;
  color: #fff;
  font-family: 'feather' !important;
  text-align: center;
}
#accordion .uk-accordion-content {
  margin-top: 0px;
  padding: 10px 20px;
}
#icon-block .image {
  display: inline-block;
  background: #eff1f2;
  border-radius: 50%;
  padding: 30px;
}
#icon-block h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 15px 0;
}
#icon-block .link {
  color: #518145;
}
#icon-block-vertical .item .uk-grid-column-small > *,
#icon-block-vertical .item .uk-grid-small > * {
  padding-left: 25px;
}
#icon-block-vertical .item h2 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 639px) {
  #icon-block-vertical .item h2 {
    font-size: 18px !important;
  }
}
#tabs-horizontal #navHistoryCarousel {
  margin-bottom: 0px;
}
#tabs-horizontal #navHistoryCarousel li a {
  position: relative;
  color: #518145;
  background-color: #FDFEFE;
  padding: 10px 35px;
}
#tabs-horizontal #navHistoryCarousel li.uk-active a {
  background-color: #518145;
  color: #fff;
}
#tabs-horizontal #navHistoryCarousel li.uk-active:not(:last-child) > a:after {
  border-left: 20px solid #518145;
}
#tabs-horizontal #navHistoryCarousel li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#tabs-horizontal #navHistoryCarousel li:not(:last-child) > a {
  margin-right: -10px;
}
#tabs-horizontal #navHistoryCarousel li:not(:last-child) > a:after {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #FDFEFE;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}
#tabs-horizontal #navHistoryCarousel li:not(:first-child) > a:before {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #f2f4f5;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
#tabs-horizontal .switcher-container li div h3 {
  margin-top: 20px;
  padding-top: 0px;
}
.tabs-vertical .tab-nav li {
  text-align: center;
}
.tabs-vertical .tab-nav li a {
  background-color: #b8cee8;
  padding: 10px 16px;
  color: #5086c6;
  border: 1px solid #fff;
}
.tabs-vertical .tab-nav li:not(:first-child) {
  padding-left: 0px;
}
.tabs-vertical .tab-nav li:not(:first-child) a {
  border-left: 0;
}
.tabs-vertical .tab-nav li.uk-active a,
.tabs-vertical .tab-nav li:hover a {
  background-color: #00316c;
}
.tabs-vertical .content h3 {
  color: #000;
  margin-top: 20px;
  padding-top: 0px;
}
.tabs-vertical .content blockquote strong {
  color: #255aa3;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
#progress-bars h5 {
  color: #000;
  margin-bottom: 5px;
}
#progress-bars .uk-progress {
  margin-top: 10px;
  height: 20px;
}
#progress-bars .uk-progress .progress-done {
  color: #fff;
  text-align: center;
  font-size: 13px;
}
#progress-bars .uk-progress .progress-done.progress-bar-striped {
  background-color: #E78b73;
  background-size: 20px 20px;
  background-image: linear-gradient(135deg, rgba(238, 243, 245, 0.05) 25%, transparent 25%, transparent 50%, rgba(238, 243, 245, 0.05) 50%, rgba(238, 243, 245, 0.05) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
#slide-block .item h4.color5 {
  color: #E78b73;
}
#slide-block .item .listicon-check {
  column-count: 3;
}
@media only screen and (max-width: 639px) {
  #slide-block .item .listicon-check {
    column-count: 1;
  }
}
#slide-block .uk-slider-nav li a {
  border: 1px solid #E78b73;
}
#slide-block .uk-slider-nav li.uk-active a {
  background-color: #E78b73;
}
#counter-block .count {
  font-size: 34px;
  font-weight: bold;
  color: #E78b73;
}
#counter-block p {
  color: #E78b73;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
#custom-button {
  background: #E78b73;
  text-transform: capitalize;
  font-size: 16px;
  border-radius: 5px;
}
#custom-button:hover {
  background: #e06747;
}
#custom-button.red {
  background-color: #881a1b;
}
#custom-button.red:hover {
  background-color: #b32223;
}
.intro-text #custom-button {
  background-color: #881a1b;
}
.intro-text #custom-button:hover {
  background-color: #b32223;
}
#button-banner .button {
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#button-banner .button:hover {
  filter: brightness(85%);
}
#banner-image .bg-contrast {
  background-color: #000000c2;
}
#banner-image .content {
  color: #fff;
}
#banner-image .content h2 {
  color: #fff;
  text-transform: uppercase;
}
#banner-image .content a.uk-button {
  background-color: #e78b72;
  border-radius: 5px;
}
#banner-image .content a.uk-button:hover {
  background-color: #d04823;
}
#parallax-banner .background .content h2 {
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  text-shadow: 2px 1px 5px #444;
}
@media only screen and (max-width: 639px) {
  #parallax-banner .background .content h2 {
    font-size: 2em;
  }
}
#parallax-banner .background .content p {
  color: #fff;
  font-size: 30px;
  line-height: 1.3em;
  text-shadow: 2px 1px 5px #444;
}
@media only screen and (max-width: 639px) {
  #parallax-banner .background .content p {
    font-size: 1em;
  }
}
#parallax-banner .background .content .uk-button-primary {
  background-color: #e78b72;
  color: #fff;
  font-size: 22px;
  padding: 5px 20px;
  text-shadow: none;
}
#parallax-banner .background .content .uk-button-primary:hover {
  background-color: #e06746;
}
@media only screen and (max-width: 639px) {
  #parallax-banner .background .content {
    max-width: fit-content !important;
    padding: 15px;
  }
}
#dps-layout h3 {
  line-height: 1.3;
}
#dps-layout h3 a {
  color: #000000;
}
#dps-layout .category {
  color: #518145;
  margin: 15px 0 0px;
  display: block;
}
#dps-layout .view-more {
  color: #518145;
}
#dps-layout .uk-slidenav {
  color: #fff;
  background: #2158a5;
}
@media only screen and (max-width: 639px) {
  #dps-layout .uk-slidenav {
    top: 70px;
  }
}
#dps-layout.campaign ul li h3 {
  display: none;
}
#dps-layout.campaign ul li .category {
  display: none;
}
#dps-layout .uk-slider-nav li a {
  border: 1px solid #E78b73;
}
#dps-layout .uk-slider-nav li.uk-active a {
  background-color: #E78b73;
}
#listing-posts .entry-date {
  color: #518145;
  text-transform: capitalize;
}
#listing-posts h3 a {
  color: #E78b73;
}
#cpt-listing .image img {
  border: 1px solid #E78B72;
}
#introBlock p {
  color: #000;
  font-size: 25px;
  margin-bottom: 30px;
}
#slider-post > h2,
#cat-listing > h2 {
  margin-top: 0px;
  margin-bottom: 20px;
}
#slider-post .post .uk-height-medium,
#cat-listing .post .uk-height-medium {
  height: 120px;
  width: 200px;
  border: 1px solid #cdcdcd;
}
#slider-post .post .content h2,
#cat-listing .post .content h2 {
  padding-top: 0px;
  font-size: 18px;
  margin-bottom: 0px;
}
#slider-post .post .content h2 a,
#cat-listing .post .content h2 a {
  color: #000;
}
#slider-post .post .content p,
#cat-listing .post .content p {
  margin: 10px 0;
}
#slider-post .post .content .date,
#cat-listing .post .content .date {
  color: #255aa3;
}
#slider-post .post .content .date a,
#cat-listing .post .content .date a {
  color: #255aa3;
}
/* single post */
.single-post #header-site {
  position: relative;
}
.single-post .content h1 {
  color: #000;
  font-size: 35px;
  margin-bottom: 10px;
}
.single-post .content h2.subtitle {
  color: #265aa5;
  font-size: 25px;
  padding-top: 0px;
  margin-bottom: 10px;
}
.single-post .content .date {
  margin: 0px 0px 10px;
}
.single-post .sidebar {
  background: #fbfbfb;
  padding: 20px;
}
.category .header-site {
  position: relative;
}
/* shortcodes style */
/* category list + count */
.cat-menu.list-group li a {
  color: #000;
}
.cat-menu.list-group li a span {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1em;
  padding: 6px 8px 6px 8px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #255aa3;
  float: right;
  color: #fff;
}
/* -------------------
Sidebar class apply width 1-3 propotional.
---------------------- */
.sidebar .columns .left {
  width: calc(100% * 2 / 3.001);
}
.sidebar .columns .right {
  width: calc(100% * 1 / 3.001);
}
#tm-footer {
  background: #518145;
  color: #fff;
}
#tm-footer a {
  text-decoration: none;
  color: #8dc63f;
}
#tm-footer a:hover {
  color: #E78b73;
}
#tm-footer h2 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
#tm-footer .uk-iconnav li a {
  color: #fff;
}
#tm-footer .contacto-boton .button {
  background-color: #8dc63f;
  border-radius: 5px;
  color: #fff;
  padding: 10px 30px;
}
#tm-footer .contacto-boton .button:hover {
  background-color: #567b24;
}
#tm-footer .social-media .links a {
  color: #518145;
}
#tm-footer .social-media .links a:hover {
  color: #77BAAA;
}
#tm-footer .center .nav {
  column-count: 2;
  column-gap: 30px;
  list-style: none;
  padding: 0;
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
}
#tm-footer .copyright {
  background: #518145;
  font-size: 14px;
  padding: 0 40px;
}
@media only screen and (max-width: 639px) {
  #tm-footer .copyright {
    font-size: 12px;
    text-align: center;
  }
}
#tm-footer .gform_button {
  background-color: #8dc63f;
  border: unset;
  border-radius: 5px;
  color: #fff;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
}
#tm-footer .gform_button:hover {
  background-color: #567b24;
}
.page-contacto #gform_submit_button_1 {
  background: #2158a5;
  border-radius: 5px;
  border: unset;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  padding: 10px;
}
.page-contacto #gform_submit_button_1:hover {
  background: #518145;
}
.page-empleados-aya #gform_submit_button_1 {
  background: #2158a5;
  border-radius: 5px;
  border: unset;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  padding: 10px;
}
.page-empleados-aya #gform_submit_button_1:hover {
  background: #518145;
}
.search-results .results h3 a {
  color: #000;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
  width: 100% !important;
}
