@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400|Roboto:400,500,700,900&display=swap");

::-moz-selection {
  background: #004900 !important;
  color: #fff !important;
}

::selection {
  background: #004900 !important;
  color: #fff !important;
}

a {
  color: #004900;
}

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #666;
  font-size: 16px;
  line-height: 1.2 !important;
}

.topbar-col2 .social-icons ul,
.columnaLogo .social-icons ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.topbar-col2 .social-icons ul li,
.columnaLogo .social-icons ul li {
  width: auto;
  height: auto;
}
.topbar-col2 .social-icons a,
.columnaLogo .social-icons a {
  opacity: 1;
  margin: 5px 5px 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6b6b6b;
  border-radius: 3px;
  width: 22px;
  height: 22px;
}

.topbar-col2 .social-icons ul li a:hover {
  color: #004900;
}

.topbar-col2 .social-icons a > i,
.columnaLogo .social-icons a > i {
  display: inline-block;
  font-size: 10px;
}
.topbar-col2 .social-icons a > i:before,
.columnaLogo .social-icons a > i:before {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: var(--white);
}
.topbar-col2 .social-icons a:hover,
.columnaLogo .social-icons a:hover {
  color: #fff;
}
.topbar-col2 .social-icons a:hover > i,
.columnaLogo .social-icons a:hover > i {
  border-color: #fff;
}

.topbar-col2 .social-icons a:hover > i:before,
.columnaLogo .social-icons a:hover > i:before {
  color: #000;
}

#topbar {
  background-color: var(--white) !important;
  font-family: "PT Serif", serif;
  font-weight: normal;
  font-size: 14px;
  color: var(--white);
  position: relative;
  z-index: 0;
}

#topbar .sticky-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

#topbar.header-v2 {
  max-width: 1920px;
  margin: 0 auto;
}

.sticky-wrapper #header:not(.stuck) #logo {
  position: relative;
  top: -15px !important;
}

.sticky-wrapper #header.stuck #logo {
  position: relative;
  top: 0px;
}

#topbar .columns {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
#topbar .topbar-col1 {
  float: none;
}
#topbar .topbar-col1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: "PT Serif", serif;
}

#topbar .topbar-col1 ul li:nth-child(2)::before {
  content: "⬤";
  color: #000;
  font-size: 4px;
  padding: 0 10px;
}

#topbar .topbar-col1 ul li:nth-child(2)::after {
  content: "|";
  color: var(--color-muted);
  font-size: 25px;
  font-weight: lighter;
  padding: 0 10px;
}
#topbar .topbar-col1 ul li {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

#topbar .topbar-col1 ul li a {
  color: var(--gray-dark);
  text-decoration: underline;
  font-size: 13px;
}

#topbar .topbar-col1 ul li a:hover {
  color: var(--gray-dark);
  text-decoration: underline;
}
#topbar .topbar-col2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
#header .container .menu-loginmenu-container #menu-loginmenu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  list-style: none;
  margin: 0;
}
#header
  .container
  .menu-loginmenu-container
  #menu-loginmenu
  a.go_to_login_link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 13px 5px 2px;
  background: #f4c353;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  min-height: 36px;
  color: #000;
}
#header
  .container
  .menu-loginmenu-container
  #menu-loginmenu
  a.go_to_login_link:before {
  content: "";
  width: 33px;
  height: 20px;
  display: inline-block;
  background: transparent url(/wp-content/uploads/icono_candado.svg) center
    center no-repeat;
  background-size: 15px;
  /*trocar url*/
}

.header-v1 .header-icons .header-icons-divider {
  display: none;
}

#header.header-v1 {
  height: 110px !important;
  background: #fff !important;
  max-width: 1920px;
  margin: 0 auto;
}

#header
  .container
  .menu-loginmenu-container
  #menu-loginmenu
  a.go_to_login_link {
  font-family: "PT Serif", serif !important;
}

#header
  .container
  .menu-loginmenu-container
  #menu-loginmenu
  a.go_to_login_link:hover {
  color: #000;
  background: #f4c353;
}

#header .logo img {
  height: 110px !important;
}

.wpb_row.vc_row-fluid.standard-section.section.section-no-parallax.bloqueSlider.stretch {
  background-color: #32332e;
} /*bg temp*/

#header {
  box-shadow: none;
}

#header #logo-navigation {
  float: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#header #logo-navigation .logo {
  flex: 1;
  margin-top: 0;
  margin-right: 20px;
}
#header #navigation {
  float: none;
  /* flex: 1; */
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#header #navigation * {
  float: none;
}
#header #navigation .header-icons {
  order: 1;
  margin-left: auto;
  margin-right: 25px;
}
#header #navigation .sub-menu {
  top: 60px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
}

#header #navigation .sub-menu ul {
  left: 210px;
}
#header #navigation .sub-menu li {
  margin: 0;
}
#header #navigation .sub-menu li > a {
  font-family: "PT Serif", serif;
  display: inline-block;
  color: #666;
  border-color: #ddd;
  font-size: 14px;
  background-color: #fff;
  border-left: 5px solid #fff !important;
  padding: 15px;
  width: 100%;
}
#header #navigation .sub-menu li > a:hover {
  background-color: #ededed;
  /* border-left: 5px solid #004900 !important; */
  cursor: pointer;
}
#header #navigation .sub-menu li.current-menu-ancestor > a,
#header #navigation .sub-menu li.current-menu-item > a {
  background-color: #ededed;
  border-left: 5px solid #004900 !important;
  cursor: pointer;
}
#header #navigation > ul {
  float: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#header #navigation > ul > li {
  padding: 0;
  height: auto;
  position: relative;
}
#header #navigation > ul > li > a {
  font-size: 14px;
  line-height: 18.12px;
  color: #000;
  font-family: "PT Serif", serif;
  font-weight: normal;
  display: inline-block;
  padding: 10px 0 10px 15px;
}

#header #navigation > ul > li > a.sf-with-ul:hover {
  color: #004900;
}

#header #navigation > ul > li > a:active,
#header #navigation > ul > li > a:hover {
  text-decoration: underline;
  color: #004900;
}

#header #navigation > ul > li:hover,
#header #navigation > ul > li[class*="current-"] {
  cursor: pointer;
}

#header #navigation > ul > li > .sub-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #fff transparent;
  top: -10px;
  left: 30px;
}
#header #search-btn,
#header #shopping-btn,
#header #close-search-btn {
  color: #000;
}
#header #search-btn:hover,
#header #shopping-btn:hover,
#header #close-search-btn:hover {
  color: #004900;
}
#header #search-top input[type="text"] {
  color: #fff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
#header #search-top input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
#header #search-top input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
#header #search-top input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
#header #search-top input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

#search-btn .icon-minti-search {
  font-size: 30px;
  position: relative;
  top: 6px;
}

body.home #header:not(.stuck) {
  background: var(--white);
}

#nav > li.menu-item-has-children::after {
  content: "▼";
  font-size: 7px;
}

#footer {
  margin-top: 40px;
  position: relative;
  padding-top: 20px;
  background: #545454 !important;
}

body.home #footer {
  margin-top: 0px;
}

#footer:after {
  content: "" !important;
  position: absolute;
  top: -54px;
  left: 0;
  right: 0;
  background: transparent url(../img/curvas-footer.png) center bottom -2px no-repeat;
  background-size: 100% auto;
  display: inline-block !important;
  width: 100%;
  height: 54px !important;
  visibility: visible !important;
  z-index: 10;
}
#footer > .container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#footer > .container .columns {
  margin: 0;
  padding: 0 20px;
}
#footer > .container .primera,
#footer > .container .resto {
  flex: 1 1 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  #footer > .container .primera,
  #footer > .container .resto {
    flex: 1 1 100%;
  }
}
#footer > .container .primera > *,
#footer > .container .resto > * {
  flex: 1 1 33.3%;
}
@media (max-width: 575.98px) {
  #footer > .container .primera > *,
  #footer > .container .resto > * {
    flex: 1 1 100%;
  }
}
#footer > .container .primera .columnaLogo {
  max-width: 33.3%;
  min-width: 180px;
}
@media (max-width: 575.98px) {
  #footer > .container .primera .columnaLogo {
    max-width: 100%;
  }
}
#footer > .container .primera .columnaLogo .logo {
  margin-bottom: 40px;
}
#footer > .container .primera .columnaLogo .logo img.logo_standard {
  display: block;
}
#footer > .container .primera .columnaLogo .social-icons {
  margin-bottom: 40px;
}
#footer > .container .primera .columnaLogo .social-icons ul {
  justify-content: flex-start;
  flex-wrap: wrap;
}
#footer > .container .primera .widget {
  padding: 0 15px;
}
@media (max-width: 575.98px) {
  #footer > .container .primera .widget {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  #footer > .container .primera .widget {
    padding-left: 40px;
  }
}
#footer > .container .widget h3 {
  font-weight: bold !important;
  font-family: "PT Serif", serif !important;
  font-size: 16px !important;
  color: #f1f1f1 !important;
  margin-bottom: 10px !important;
}
#footer > .container .widget ul.menu {
  margin: 0;
}
#footer > .container .widget ul.menu li {
  padding: 0;
}
#footer > .container .widget p,
#footer > .container .widget a {
  color: #ffffff;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.5 !important;
}
#footer > .container .widget a{
  text-decoration: underline;
}
#footer > .container .widget a:hover {
  color: #ffffff;
  text-decoration: none;
}
#footer > .container .widget .custom_html_widget a {
  text-decoration: underline;
}
#footer > .container .widget .custom_html_widget a:hover {
  text-decoration: none;
}

#copyright {
  background: #222 !important;
}
#copyright .copyright-text {
  color: #fff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#copyright .copyright-text a {
  color: #fff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 15px;
}
#copyright .copyright-text a:first-child {
  margin-left: 0;
}
#copyright .copyright-text a:hover {
  text-decoration: underline;
  color: #fff;
}

body.home .headline {
  position: relative !important;
}
body.home .headline:after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  height: 3px;
  width: 60px;
  background: #004900;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

body,
p,
li {
  font-family: Poppins !important;
  font-weight: normal;
  color: #666;
  font-size: 16px;
  line-height: 1.2 !important;
}

div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select {
  padding: 8px 12px !important;
  color: #333 !important;
  line-height: 1.6 !important;
  border-radius: 0 !important;
  border: 1px solid #dddddd !important;
  max-width: none !important;
  font-family: "Poppins" !important;
  font-size: 14px !important;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium,
textarea {
  height: 80px !important;
}

.lectura {
  max-width: 750px !important;
  margin: 0 auto !important;
  padding-bottom: 60px !important;
}

.noMargin {
  margin: 0 !important;
}

.bigText p,
.bigText *,
.bigText {
  font-size: 1.2rem !important;
  color: #000 !important;
  font-weight: normal;
}

.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading {
  border: none;
  border-top: 1px solid #004900 !important;
  border-radius: 0;
  background-color: white !important;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading:hover {
  background-color: #f9f9f9 !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #333 !important;
  margin: 0 !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title:after {
  display: none;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a .vc_tta-title-text {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #333 !important;
  margin: 0 !important;
}

.wpb-js-composer
  .vc_tta.vc_tta-accordion
  .vc_tta-controls-icon-position-left
  .vc_tta-controls-icon {
  color: #004900;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  border: none;
  border-bottom: 1px solid #004900;
  background-color: white !important;
  padding-bottom: 40px;
}

.wpb-js-composer
  .vc_tta.vc_general
  .vc_tta-panels
  .vc_tta-panel:first-child
  .vc_tta-panel-heading {
  border-top: none;
}

.wpb-js-composer
  .vc_tta.vc_general
  .vc_tta-panels
  .vc_tta-panel:last-child
  .vc_tta-panel-heading {
  border-bottom: 1px solid #004900 !important;
}

.mk-datepicker {
  position: relative;
}
.mk-datepicker:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 29px;
  background: transparent url(../img/icono-calendario.png) center center
    no-repeat;
  background-size: 100% auto;
  margin-right: 10px;
  right: 0;
  top: 8px;
  position: absolute;
}

#ui-datepicker-div {
  z-index: 9 !important;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  width: max-content;
}

.ui-datepicker {
  border-radius: 0;
  border: none;
  padding: 0;
  background: white;
  border: 1px solid #cecece;
}

.ui-datepicker-header {
  color: #333;
  font-weight: normal;
  background: white;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  color: white;
}

.ui-datepicker-calendar thead tr th span {
  color: #333;
  font-weight: normal;
  opacity: 0.6;
  margin-bottom: 5px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  background-image: none !important;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  font-weight: normal;
  align-items: center;
  justify-content: center;
}

.ui-datepicker-prev:before {
  content: "‹" !important;
  color: #333;
  font-size: 1.2em;
  margin-top: -2px;
}

.ui-datepicker-next:before {
  content: "›" !important;
  color: #333;
  font-size: 1.2em;
  margin-top: -2px;
}

.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-hover {
  border-radius: 0.275em !important;
  display: block !important;
  text-decoration: none !important;
  color: white !important;
  border: 1px solid #004900 !important;
  background: #004900 !important;
  text-align: center !important;
}
.ui-datepicker-prev.ui-state-hover:before,
.ui-datepicker-next.ui-state-hover:before {
  color: white;
}

.ui-state-default {
  display: block !important;
  text-decoration: none !important;
  color: #333 !important;
  border: 1px solid transparent !important;
  background: none !important;
  text-align: center !important;
}

.ui-state-default:hover {
  border-radius: 0.275em;
  display: block !important;
  text-decoration: none !important;
  color: white !important;
  border: 1px solid #004900 !important;
  background: #004900 !important;
  text-align: center !important;
}

.ui-state-highlight {
  border-radius: 0.375em !important;
  display: block !important;
  text-decoration: none !important;
  color: #333 !important;
  border: 1px solid #004900 !important;
  background: white !important;
  text-align: center !important;
}

.ui-state-active {
  border-radius: 0.275em;
  display: block !important;
  text-decoration: none !important;
  color: white !important;
  border: 1px solid #004900 !important;
  background: #004900 !important;
  text-align: center !important;
}

.ui-datepicker-unselectable .ui-state-default:hover,
.ui-datepicker-unselectable .ui-state-default {
  border-radius: 0.375em !important;
  display: block !important;
  text-decoration: none !important;
  color: #333 !important;
  border: 1px solid #cecece !important;
  background: #cecece !important;
  text-align: center !important;
  opacity: 0.6;
}

.responsiveTable table {
  border: 1px solid #ccc !important;
  border-collapse: collapse !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  table-layout: fixed !important;
}
.responsiveTable table caption {
  font-size: 1.5em !important;
  margin: 0.5em 0 0.75em !important;
}
.responsiveTable table tr {
  /* background-color: #f9f9f9 !important; */
  border: 1px solid #ddd !important;
  padding: 0.35em !important;
}
.responsiveTable table tbody tr:nth-child(even) {
  background-color: #fff !important;
}
.responsiveTable table tbody tr:hover {
  /* background-color: #f6fbe9 !important; */
}
.responsiveTable table th,
.responsiveTable table td {
  padding: 0.625em !important;
  font-size: 14px !important;
  background-color: transparent !important;
}
.responsiveTable table tbody tr td:not(:last-child) {
  /* border-right: 1px solid #ddd !important; */
}
.responsiveTable table th {
  font-weight: 900 !important;
  background-color: #fdf9ed !important;
  border: 0 !important;
  color: #004900 !important;
  font-family: "PT Serif", serif;
  text-align: left !important;
}

.location_listing1 .wpgmp_listing_container {
  border: none !important;
}

#content.demandasEmpleo .responsiveTable table tr,
#content.demandasEmpleo .responsiveTable table,
#content.ofertasEmpleo .responsiveTable table tr,
#content.ofertasEmpleo .responsiveTable table,
#content.farmaciasServicios table tr,
#content.farmaciasServicios table,
#content .farmaciasServicios-page .wpgmp_listing_container,
#content .farmaciasServicios-page .location_listing1 .wpgmp_listing_list .wpgmp_locations  {
  border: 0px !important;
}

@media screen and (max-width: 767px) {
  .responsiveTable table {
    border: 0;
  }
  .responsiveTable table caption {
    font-size: 1.3em;
  }
  .responsiveTable table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .responsiveTable table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .responsiveTable table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }
  .responsiveTable table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .responsiveTable table td:last-child {
    border-bottom: 0;
  }
}

.wpdt-c.wpDataTableContainerSimpleTable.wdtscroll table.wpdtSimpleTable,
.wpdtSimpleTable {
  width: 100% !important;
}

#content.mk-contenido {
  padding-top: 0;
}

.bloqueIframe_16_9 {
  height: 0;
  padding-top: calc(720 / 1200 * 100%);
  position: relative;
}
.bloqueIframe_16_9 * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bloqueIframe_16_9 iframe {
  width: 100% !important;
  height: 100% !important;
}

.bloqueIframe_4_3 {
  height: 0;
  padding-top: calc(960 / 1200 * 100%);
  position: relative;
}
.bloqueIframe_4_3 * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bloqueIframe_4_3 iframe {
  width: 100% !important;
  height: 100% !important;
}

.toggle .toggle-title {
  padding: 0 !important;
  background-color: #fff !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
  color: #666 !important;
  font-size: 16px !important;
}
.toggle .toggle-title i {
  opacity: 1 !important;
  font-size: 20px !important;
  color: #004900 !important;
}
.toggle .toggle-title:hover {
  background-color: #fff !important;
  color: #004900 !important;
}
.toggle .toggle-title:hover i {
  opacity: 1 !important;
  font-size: 20px !important;
  color: #004900 !important;
}
.toggle .toggle-title + .toggle-inner {
  display: none !important;
}
.toggle .toggle-title.active + .toggle-inner {
  margin-top: 15px !important;
  background: #f9f9f9 !important;
  border: #f9f9f9 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.toggle .toggle-title.active + .toggle-inner p {
  margin: 0;
}
.toggle .toggle-title.active + .toggle-inner strong {
  font-size: 14px !important;
  text-transform: uppercase !important;
  color: #004900 !important;
}

.member .member-img img {
  max-width: 150px;
}
.member h4 {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  text-align: left !important;
  font-size: 20px !important;
  color: #333 !important;
  text-transform: none !important;
  font-weight: normal !important;
  position: relative !important;
  margin-bottom: 20px !important;
}
.member h4:after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  height: 3px;
  width: 40px;
  background: #004900;
  left: 0;
}
.member .member-role {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #004900 !important;
  font-size: 13px;
  text-transform: uppercase !important;
  margin-bottom: 0 !important;
}
.member .member-content {
  border: none !important;
  padding: 0 !important;
}
.member .member-content ul {
  margin-top: -30px !important;
}
.member .member-content ul li {
  font-size: 14px !important;
}

.shadowBox,
.boxShadow {
  padding: 30px;
  -webkit-box-shadow: 1px 2px 16px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 16px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 16px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  max-width: 1090px;
  margin: 0 auto 100px auto !important;
  display: block;
  float: none;
}
.shadowBox.miniMargen,
.boxShadow.miniMargen {
  margin-bottom: 20px !important;
}
.shadowBox .column_container.no-padding,
.boxShadow .column_container.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mk-seccion {
  padding-top: 40px;
  padding-bottom: 80px;
}

.posTitle,
.postitle {
  max-width: 768px;
  margin: 0 auto 40px auto !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #666;
  text-align: center;
  font-weight: normal;
}
.posTitle p,
.postitle p {
  font-size: 18px !important;
}

.bloqueCTA .wpb_wrapper {
  margin-top: 40px;
  text-align: center;
}
.bloqueCTA a.button {
  min-width: 212px !important;
  padding: 16px 30px !important;
  font-family: "PT Serif", serif !important;
  font-size: 18px !important;
  text-transform: unset !important;
  color: #000 !important;
  background-color: #f4c353 !important;
  border: 2px solid #f4c353 !important;
  border-radius: 50px !important;
  letter-spacing: 0 !important;
  background-image: unset;
  text-decoration: none !important;
  margin: 0 15px 5px 0;
}
.bloqueCTA a.button:hover {
  background-color: #fff !important;
  border: 2px solid #f4c353 !important;
  color: #000 !important;
  min-width: 212px !important;
  background-image: unset;
}

.bloqueKeypoints
  .vc_column_container
  .wpb_wrapper
  .wpb_content_element.iconbox
  p {
  padding-bottom: 25px !important;
}

.title-h1 {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  text-align: center !important;
  font-size: 30px !important;
  color: #333 !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  position: relative !important;
  margin-bottom: 40px !important;
}
.title-h1:after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  height: 3px;
  width: 60px;
  background: #004900;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.divider1 {
  border-bottom: 1px solid #004900 !important;
}

#fulltitle {
  background: #fff !important;
  border: none !important;
  padding-bottom: 0 !important;
}
#fulltitle .tituloPrincipal h1 {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  text-align: center !important;
  font-size: 30px !important;
  color: #333 !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  position: relative !important;
  margin-bottom: 40px !important;
}
#fulltitle .tituloPrincipal h1:after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  height: 3px;
  width: 60px;
  background: #004900;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#fulltitle .tituloPrincipal h2 {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  text-align: center !important;
  font-size: 30px !important;
  color: #333 !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  position: relative !important;
  margin-bottom: 40px !important;
}
#fulltitle .tituloPrincipal h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  height: 3px;
  width: 60px;
  background: #004900;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#fulltitle .tituloPrincipal h3 {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  text-align: center !important;
  font-size: 30px !important;
  color: #333 !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  position: relative !important;
  margin-bottom: 40px !important;
}
#fulltitle .tituloPrincipal h3:after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  height: 3px;
  width: 60px;
  background: #004900;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#fulltitle .tituloPrincipal h4 {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  text-align: center !important;
  font-size: 30px !important;
  color: #333 !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  position: relative !important;
  margin-bottom: 40px !important;
}
#fulltitle .tituloPrincipal h4:after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  height: 3px;
  width: 60px;
  background: #004900;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#fulltitle .tituloPrincipal h5 {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  text-align: center !important;
  font-size: 30px !important;
  color: #333 !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  position: relative !important;
  margin-bottom: 40px !important;
}
#fulltitle .tituloPrincipal h5:after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  height: 3px;
  width: 60px;
  background: #004900;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#fulltitle .tituloPrincipal h6 {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  text-align: center !important;
  font-size: 30px !important;
  color: #333 !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  position: relative !important;
  margin-bottom: 40px !important;
}
#fulltitle .tituloPrincipal h6:after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  height: 3px;
  width: 60px;
  background: #004900;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#fulltitle .migas {
  margin: 0;
  padding-bottom: 64px;
}
#fulltitle #breadcrumbs,
#fulltitle #breadcrumbs a {
  font-size: 14px;
  font-family: Poppins;
  font-weight: 500;
}
#fulltitle #breadcrumbs {
  color: #333;
}
#fulltitle #breadcrumbs a {
  color: #004900;
}
#fulltitle #breadcrumbs a:hover {
  color: #000;
}

#content p,
#content li {
  font-family: Poppins;
  font-weight: normal;
  color: #000;

  line-height: 1.2 !important;
}
#content p {
  font-size: 14px;
  line-height: 16px;
}
#content p a,
#content li a {
  color: #07887e;
  text-decoration: underline;
}
#content p a:hover,
#content li a:hover {
  text-decoration: none;
}
#content ul,
#content ol {
  margin-top: 0px;
}
#content li {
  margin-bottom: 8px;
}
#content ul {
  list-style: none;
}
#content ul li {
  font-family: Poppins;
  font-weight: normal;
  color: #000;
  font-size: 16px;
  position: relative;
}
#content ul li:before {
  color: #004900;
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
  content: "▣";
  position: absolute;
  left: -7px;
}

#content.columns > .standard-section:last-child {
  padding-bottom: 60px;
}

body:not(.home) small {
  font-size: 14px;
  text-transform: uppercase;
}
/* body:not(.home) h2 {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: #444 !important;
} */
/* body:not(.home) h3 {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  text-align: left !important;
  font-size: 20px !important;
  color: #004900 !important;
  text-transform: none !important;
  font-weight: bold !important;
  margin-bottom: 20px !important;
}
body:not(.home) h4 {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  text-align: left !important;
  font-size: 18px !important;
  color: #333 !important;
  text-transform: none !important;
  font-weight: normal !important;
  position: relative !important;
  margin-bottom: 20px !important;
} */
/* body:not(.home) h4:after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  height: 3px;
  width: 40px;
  background: #004900;
  left: 0;
} */
/* body:not(.home) .h5 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #004900 !important;
  font-size: 16px;
  text-transform: uppercase !important;
  margin-bottom: 0 !important;
}
body:not(.home) .h6 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #005bf3 !important;
  font-size: 16px;
  text-transform: uppercase !important;
  margin-bottom: 0 !important;
} */
/* body:not(.home) .headline {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: #333 !important;
  text-transform: none !important;
  position: relative !important;
} */
body:not(.home) em {
  font-size: 12px;
}

.dataTables_info {
  margin: 30px 0 0 0 !important;
  padding: 0 !important;
}

.dataTables_paginate,
.pt-cv-pagination-wrapper,
#pagination,
.pagination {
  margin: 30px 0 0 0 !important;
  text-align: center;
}
.dataTables_paginate .page-numbers,
.pt-cv-pagination-wrapper .page-numbers,
#pagination .page-numbers,
.pagination .page-numbers {
  font-size: 16px;
  color: #333;
  padding: 6px 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: none;
}
.dataTables_paginate .page-numbers.current,
.pt-cv-pagination-wrapper .page-numbers.current,
#pagination .page-numbers.current,
.pagination .page-numbers.current {
  background-color: rgba(0, 0, 0, 0.1);
}
.dataTables_paginate a.page-numbers:hover,
.pt-cv-pagination-wrapper a.page-numbers:hover,
#pagination a.page-numbers:hover,
.pagination a.page-numbers:hover {
  color: #ffffff;
  background: #444;
}
.dataTables_paginate .dots,
.pt-cv-pagination-wrapper .dots,
#pagination .dots,
.pagination .dots {
  color: #ccc;
}
.dataTables_paginate ul li:before,
.pt-cv-pagination-wrapper ul li:before,
#pagination ul li:before,
.pagination ul li:before {
  display: none !important;
}
.dataTables_paginate ul li a,
.pt-cv-pagination-wrapper ul li a,
#pagination ul li a,
.pagination ul li a {
  font-size: 16px !important;
  color: #333 !important;
  padding: 6px 10px !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: row !important;
  border: none !important;
  background-color: white !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  font-weight: normal !important;
}
.dataTables_paginate ul li a:hover,
.pt-cv-pagination-wrapper ul li a:hover,
#pagination ul li a:hover,
.pagination ul li a:hover {
  color: #ffffff !important;
  background: #444 !important;
}
.dataTables_paginate ul li.active a,
.dataTables_paginate ul li.current a,
.pt-cv-pagination-wrapper ul li.active a,
.pt-cv-pagination-wrapper ul li.current a,
#pagination ul li.active a,
#pagination ul li.current a,
.pagination ul li.active a,
.pagination ul li.current a {
  color: #333 !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  font-weight: normal !important;
  text-decoration: none !important;
}

.bloqueSlider {
  margin-top: -90px !important;
  max-height: calc(465px + 90px);
  position: relative;
}
.bloqueSlider:after {
  content: "" !important;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  background: transparent url(../img/curvas-slider.png) center bottom no-repeat;
  background-size: 100% auto;
  display: inline-block !important;
  width: 100%;
  height: 54px !important;
  visibility: visible !important;
  z-index: 10;
}
.bloqueSlider .sliderTitle {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 900 !important;
  color: #fff;
  font-size: 40px;
  line-height: 1.2 !important;
  text-transform: uppercase;
}
.bloqueSlider .sliderText {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  color: #fff;
  font-size: 18px;
  line-height: 1.2 !important;
}
.bloqueSlider .tp-bullets {
  top: unset !important;
  bottom: 30px !important;
}

.bloqueKeypoints .iconbox.iconbox-style-3 {
  text-align: left;
}
.bloqueKeypoints .iconbox.iconbox-style-3 img {
  max-width: 60px;
}
.bloqueKeypoints .iconbox h1 {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-weight: bold !important;
  color: #333 !important;
  font-size: 18px !important;
}
.bloqueKeypoints .iconbox h2 {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-weight: bold !important;
  color: #333 !important;
  font-size: 18px !important;
}
.bloqueKeypoints .iconbox h3 {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-weight: bold !important;
  color: #333 !important;
  font-size: 18px !important;
}
.bloqueKeypoints .iconbox h4 {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-weight: bold !important;
  color: #333 !important;
  font-size: 18px !important;
}
.bloqueKeypoints .iconbox h5 {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-weight: bold !important;
  color: #333 !important;
  font-size: 18px !important;
}
.bloqueKeypoints .iconbox h6 {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-weight: bold !important;
  color: #f4c353 !important;
  font-size: 16px !important;
  margin: 10px 0;
  padding: 0 15px;
  order: 5;

}
.bloqueKeypoints .iconbox p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #666;
  font-size: 15px !important;
}

.bloqueCursos .owl-dots {
  display: none !important;
}
.bloqueCursos .bloqueCTA .wpb_wrapper {
  margin-top: 0;
  text-align: center;
}

.latest-blog {
  margin-top: 40px;
  float: left;
  width: 100%;
}
.latest-blog .blog-item .blog-pic img {
  width: 100%;
}
.latest-blog .blog-item .blog-pic i {
  color: #004900 !important;
  display: none !important;
}
.latest-blog .blog-item .blog-pic:hover img {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.latest-blog .blog-item .blog-pic:hover .blog-overlay {
  opacity: 1 !important;
}
.latest-blog .blog-item .blog-overlay {
  background: rgba(0, 0, 0, 0.3) !important;
}
.latest-blog .blog-item .blog-item-description {
  padding: 15px 0 !important;
}
.latest-blog .blog-item .blog-item-description h1 {
  font-weight: bold;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  text-align: left;
}
.latest-blog .blog-item .blog-item-description h1 a:hover {
  color: #004900 !important;
}
.latest-blog .blog-item .blog-item-description h2 {
  font-weight: bold;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  text-align: left;
}
.latest-blog .blog-item .blog-item-description h2 a:hover {
  color: #004900 !important;
}
.latest-blog .blog-item .blog-item-description h3 {
  font-weight: bold;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  text-align: left;
}
.latest-blog .blog-item .blog-item-description h3 a:hover {
  color: #004900 !important;
}
.latest-blog .blog-item .blog-item-description h4 {
  font-weight: bold;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  text-align: left;
}
.latest-blog .blog-item .blog-item-description h4 a:hover {
  color: #004900 !important;
}
.latest-blog .blog-item .blog-item-description h5 {
  font-weight: bold;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  text-align: left;
}
.latest-blog .blog-item .blog-item-description h5 a:hover {
  color: #004900 !important;
}
.latest-blog .blog-item .blog-item-description h6 {
  font-weight: bold;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  text-align: left;
}
.latest-blog .blog-item .blog-item-description h6 a:hover {
  color: #004900 !important;
}
.latest-blog .blog-item .blog-item-description div {
  font-weight: normal;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.2;
}
.latest-blog .blog-item .blog-item-description span {
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  color: #004900 !important;
  text-transform: none !important;
  font-size: 14px !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
}
.latest-blog .blog-item .blog-item-description span:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 29px;
  background: transparent url(../img/icono-calendario.png) center center
    no-repeat;
  background-size: 100% auto;
  margin-right: 10px;
}

.bloqueBolsaEmpleo .bloqueOpciones > .wpb_column {
  position: relative;
}
.bloqueBolsaEmpleo .bloqueOpciones > .wpb_column .callout .callout-button {
  margin: 0 !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bloqueBolsaEmpleo .bloqueOpciones .single_image {
  margin-bottom: 20px !important;
  background: #000;
}
.bloqueBolsaEmpleo .bloqueOpciones .single_image img {
  width: 100%;
}
.bloqueBolsaEmpleo .bloqueOpciones h1 {
  font-weight: bold !important;
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-size: 25px !important;
  color: #333 !important;
  margin-bottom: 10px !important;
}
.bloqueBolsaEmpleo .bloqueOpciones h2 {
  font-weight: bold !important;
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-size: 25px !important;
  color: #333 !important;
  margin-bottom: 10px !important;
}
.bloqueBolsaEmpleo .bloqueOpciones h3 {
  font-weight: bold !important;
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-size: 25px !important;
  color: #333 !important;
  margin-bottom: 10px !important;
}
.bloqueBolsaEmpleo .bloqueOpciones h4 {
  font-weight: bold !important;
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-size: 25px !important;
  color: #333 !important;
  margin-bottom: 10px !important;
}
.bloqueBolsaEmpleo .bloqueOpciones h5 {
  font-weight: bold !important;
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-size: 25px !important;
  color: #333 !important;
  margin-bottom: 10px !important;
}
.bloqueBolsaEmpleo .bloqueOpciones h6 {
  font-weight: bold !important;
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-size: 25px !important;
  color: #333 !important;
  margin-bottom: 10px !important;
}
.bloqueBolsaEmpleo .bloqueOpciones > .wpb_column:hover h1 {
  color: #004900 !important;
}
.bloqueBolsaEmpleo .bloqueOpciones > .wpb_column:hover h2 {
  color: #004900 !important;
}
.bloqueBolsaEmpleo .bloqueOpciones > .wpb_column:hover h3 {
  color: #004900 !important;
}
.bloqueBolsaEmpleo .bloqueOpciones > .wpb_column:hover h4 {
  color: #004900 !important;
}
.bloqueBolsaEmpleo .bloqueOpciones > .wpb_column:hover h5 {
  color: #004900 !important;
}
.bloqueBolsaEmpleo .bloqueOpciones > .wpb_column:hover h6 {
  color: #004900 !important;
}

.bloqueBannerApp {
  background: #e7ede0 url(../img/bg-descargaApp.png) center top no-repeat !important;
  background-size: 100% auto !important;
  padding-top: 80px;
  padding-bottom: 0;
}
.bloqueBannerApp > .col {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.bloqueBannerApp h1.headline {
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-weight: 900 !important;
  color: #333 !important;
  font-size: 60px !important;
  text-align: left !important;
  line-height: 1.2 !important;
}
@media (max-width: 1199.98px) {
  .bloqueBannerApp h1.headline {
    font-size: 50px !important;
  }
}
@media (max-width: 991.98px) {
  .bloqueBannerApp h1.headline {
    font-size: 40px !important;
  }
}
.bloqueBannerApp h1.headline strong {
  color: #004900 !important;
}
.bloqueBannerApp h1.headline:after {
  display: none;
}
.bloqueBannerApp h2.headline {
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-weight: 900 !important;
  color: #333 !important;
  font-size: 60px !important;
  text-align: left !important;
  line-height: 1.2 !important;
}
@media (max-width: 1199.98px) {
  .bloqueBannerApp h2.headline {
    font-size: 50px !important;
  }
}
@media (max-width: 991.98px) {
  .bloqueBannerApp h2.headline {
    font-size: 40px !important;
  }
}
.bloqueBannerApp h2.headline strong {
  color: #004900 !important;
}
.bloqueBannerApp h2.headline:after {
  display: none;
}
.bloqueBannerApp h3.headline {
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-weight: 900 !important;
  color: #333 !important;
  font-size: 60px !important;
  text-align: left !important;
  line-height: 1.2 !important;
}
@media (max-width: 1199.98px) {
  .bloqueBannerApp h3.headline {
    font-size: 50px !important;
  }
}
@media (max-width: 991.98px) {
  .bloqueBannerApp h3.headline {
    font-size: 40px !important;
  }
}
.bloqueBannerApp h3.headline strong {
  color: #004900 !important;
}
.bloqueBannerApp h3.headline:after {
  display: none;
}
.bloqueBannerApp h4.headline {
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-weight: 900 !important;
  color: #333 !important;
  font-size: 60px !important;
  text-align: left !important;
  line-height: 1.2 !important;
}
@media (max-width: 1199.98px) {
  .bloqueBannerApp h4.headline {
    font-size: 50px !important;
  }
}
@media (max-width: 991.98px) {
  .bloqueBannerApp h4.headline {
    font-size: 40px !important;
  }
}
.bloqueBannerApp h4.headline strong {
  color: #004900 !important;
}
.bloqueBannerApp h4.headline:after {
  display: none;
}
.bloqueBannerApp h5.headline {
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-weight: 900 !important;
  color: #333 !important;
  font-size: 60px !important;
  text-align: left !important;
  line-height: 1.2 !important;
}
@media (max-width: 1199.98px) {
  .bloqueBannerApp h5.headline {
    font-size: 50px !important;
  }
}
@media (max-width: 991.98px) {
  .bloqueBannerApp h5.headline {
    font-size: 40px !important;
  }
}
.bloqueBannerApp h5.headline strong {
  color: #004900 !important;
}
.bloqueBannerApp h5.headline:after {
  display: none;
}
.bloqueBannerApp h6.headline {
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-weight: 900 !important;
  color: #333 !important;
  font-size: 60px !important;
  text-align: left !important;
  line-height: 1.2 !important;
}
@media (max-width: 1199.98px) {
  .bloqueBannerApp h6.headline {
    font-size: 50px !important;
  }
}
@media (max-width: 991.98px) {
  .bloqueBannerApp h6.headline {
    font-size: 40px !important;
  }
}
.bloqueBannerApp h6.headline strong {
  color: #004900 !important;
}
.bloqueBannerApp h6.headline:after {
  display: none;
}
.bloqueBannerApp .bloqueStores {
  margin-bottom: 40px !important;
}
.bloqueBannerApp .bloqueStores .wpb_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.bloqueBannerApp .bloqueStores .wpb_wrapper .single_image {
  margin: 0 30px 0 0;
}
.bloqueBannerApp .bloqueStores .wpb_wrapper .single_image a {
  display: inline-block;
}

.blog-single.container {
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.blog-single.container #content .sidebar-left {
  width: 70% !important;
  float: left;
}

.blog-single.container #sidebar .sidebar-right {
  width: 30% !important;
  float: right;
}

.blog-single.container > div {
  /* width: 100% !important; */
  padding-top: 0 !important;
  margin: 0 !important;
}
.blog-single.container .entry-meta {
  /* display: inline-flex !important; */
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  color: #004900 !important;
  text-transform: none !important;
  font-size: 14px !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
}
.blog-single.container .entry-meta .meta-date {
  text-align: left;
  color: #004900 !important;
  text-transform: none !important;
  font-size: 14px !important;
  display: inline-block;
}

.blog-single.container .entry-meta .meta-date::before {
  content: none !important;
}
/* .blog-single.container .entry-meta .meta-date:before {
  content: "" !important;
  display: inline-block !important;
  width: 25px !important;
  height: 29px !important;
  background: transparent url(../img/icono-calendario.png) center center
    no-repeat;
  background-size: 100% auto;
  margin-right: 10px;
  position: static !important;
  left: unset !important;
  margin-left: auto !important;
} */

.listadoConsejosSanitarios {
  max-width: 750px !important;
  margin: 0 auto !important;
  padding-bottom: 60px !important;
}
.listadoConsejosSanitarios .headline {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  text-align: left !important;
  color: #444 !important;
}

#content.ofertasEmpleo {
  padding: 0 0 100px 0;
}

#content.farmaciasGuardia .buscador,
#content.farmaciasServicios .buscador,
#content.directorioColegiados .buscador,
#content.ofertasEmpleo .buscador,
#content.demandasEmpleo .buscador {
  margin-bottom: 30px;
}
#content.farmaciasGuardia .buscador > div,
#content.farmaciasServicios .buscador > div,
#content.directorioColegiados .buscador > div,
#content.ofertasEmpleo .buscador > div,
#content.demandasEmpleo .buscador > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
#content.farmaciasGuardia .buscador > div > *,
#content.farmaciasServicios .buscador > div > *,
#content.directorioColegiados .buscador > div > *,
#content.ofertasEmpleo .buscador > div > *,
#content.demandasEmpleo .buscador > div > * {
  flex: 1;
}
#content.farmaciasGuardia .buscador > div > *:last-child,
#content.farmaciasServicios .buscador > div > *:last-child,
#content.directorioColegiados .buscador > div > *:last-child,
#content.ofertasEmpleo .buscador > div > *:last-child,
#content.demandasEmpleo .buscador > div > *:last-child {
  flex: 0;
  max-width: 120px;
}
#content.farmaciasGuardia .buscador .btnBuscar,
#content.farmaciasServicios .buscador .btnBuscar,
#content.directorioColegiados .buscador .btnBuscar,
#content.ofertasEmpleo .buscador .btnBuscar,
#content.demandasEmpleo .buscador .btnBuscar {
  margin: 0;
  background-color: #004900;
  font-family: "PT Serif", serif;
  border-radius: 25px;
  border: transparent;
}
#content.farmaciasGuardia .buscador input[type="text"],
#content.farmaciasGuardia .buscador input[type="password"],
#content.farmaciasGuardia .buscador input[type="email"],
#content.farmaciasGuardia .buscador input[type="tel"],
#content.farmaciasGuardia .buscador input[type="date"],
#content.farmaciasGuardia .buscador textarea,
#content.farmaciasGuardia .buscador select,
#content.farmaciasServicios .buscador input[type="text"],
#content.farmaciasServicios .buscador input[type="password"],
#content.farmaciasServicios .buscador input[type="email"],
#content.farmaciasServicios .buscador input[type="tel"],
#content.farmaciasServicios .buscador input[type="date"],
#content.farmaciasServicios .buscador textarea,
#content.farmaciasServicios .buscador select,
#content.directorioColegiados .buscador input[type="text"],
#content.directorioColegiados .buscador input[type="password"],
#content.directorioColegiados .buscador input[type="email"],
#content.directorioColegiados .buscador input[type="tel"],
#content.directorioColegiados .buscador input[type="date"],
#content.directorioColegiados .buscador textarea,
#content.directorioColegiados .buscador select,
#content.ofertasEmpleo .buscador input[type="text"],
#content.ofertasEmpleo .buscador input[type="password"],
#content.ofertasEmpleo .buscador input[type="email"],
#content.ofertasEmpleo .buscador input[type="tel"],
#content.ofertasEmpleo .buscador input[type="date"],
#content.ofertasEmpleo .buscador textarea,
#content.ofertasEmpleo .buscador select,
#content.demandasEmpleo .buscador input[type="text"],
#content.demandasEmpleo .buscador input[type="password"],
#content.demandasEmpleo .buscador input[type="email"],
#content.demandasEmpleo .buscador input[type="tel"],
#content.demandasEmpleo .buscador input[type="date"],
#content.demandasEmpleo .buscador textarea,
#content.demandasEmpleo .buscador select {
  margin: 0;
  width: 100%;
  border-radius: 25px !important;
  font-family: Poppins !important;
  font-size: 14px !important;
}

#content.farmaciasGuardia .buscador select,
#content.farmaciasServicios .buscador select,
#content.directorioColegiados .buscador select,
#content.ofertasEmpleo .buscador select,
#content.demandasEmpleo .buscador select {
  background-image: url(/wp-content/uploads/arrows-select-1.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px;
  background-position-x: 95%;
}

.mk-datepicker:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 29px;
  background: transparent url(/wp-content/uploads/calendario.svg) center center
    no-repeat;
  background-size: 20px;
  margin-right: 10px;
  right: 0;
  top: 5px;
  position: absolute;
}

#content.farmaciasGuardia .buscador label span,
#content.farmaciasServicios .buscador label span,
#content.directorioColegiados .buscador label span,
#content.ofertasEmpleo .buscador label span,
#content.demandasEmpleo .buscador label span {
  color: #004900;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  font-family: "PT Serif", serif !important;
  font-weight: bold !important;
  font-size: 14px !important;
}

#content.farmaciasGuardia .buscador button .multiselect-selected-text,
#content.farmaciasServicios .buscador button .multiselect-selected-text,
#content.directorioColegiados .buscador button .multiselect-selected-text,
#content.ofertasEmpleo .buscador button .multiselect-selected-text,
#content.demandasEmpleo .buscador button .multiselect-selected-text {
  font-family: Poppins !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

#content.farmaciasGuardia .buscador button,
#content.farmaciasServicios .buscador button,
#content.directorioColegiados .buscador button,
#content.ofertasEmpleo .buscador button,
#content.demandasEmpleo .buscador button {
  background-image: url(/wp-content/uploads/arrows-select-1.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px;
  background-position-x: 95%;
}

#content.farmaciasGuardia .buscador .multiselect-container.dropdown-menu label,
#content.farmaciasServicios
  .buscador
  .multiselect-container.dropdown-menu
  label,
#content.directorioColegiados
  .buscador
  .multiselect-container.dropdown-menu
  label,
#content.ofertasEmpleo .buscador .multiselect-container.dropdown-menu label,
#content.demandasEmpleo .buscador .multiselect-container.dropdown-menu label {
  font-family: Poppins !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

#content.farmaciasGuardia .buscador label > div,
#content.farmaciasServicios .buscador label > div,
#content.directorioColegiados .buscador label > div,
#content.ofertasEmpleo .buscador label > div,
#content.demandasEmpleo .buscador label > div {
  width: 100%;
}
#content.farmaciasGuardia .botonera_acciones_colegiados,
#content.farmaciasServicios .botonera_acciones_colegiados,
#content.directorioColegiados .botonera_acciones_colegiados,
#content.ofertasEmpleo .botonera_acciones_colegiados,
#content.demandasEmpleo .botonera_acciones_colegiados {
  margin-bottom: 30px;
}
#content.farmaciasGuardia .botonera_acciones_colegiados a,
#content.farmaciasServicios .botonera_acciones_colegiados a,
#content.directorioColegiados .botonera_acciones_colegiados a,
#content.ofertasEmpleo .botonera_acciones_colegiados a,
#content.demandasEmpleo .botonera_acciones_colegiados a {
  font-size: 16px;
  color: #005bf3;
  text-decoration: underline;
}
#content.farmaciasGuardia .botonera_acciones_colegiados a:hover,
#content.farmaciasServicios .botonera_acciones_colegiados a:hover,
#content.directorioColegiados .botonera_acciones_colegiados a:hover,
#content.ofertasEmpleo .botonera_acciones_colegiados a:hover,
#content.demandasEmpleo .botonera_acciones_colegiados a:hover {
  text-decoration: none;
}

#content.farmaciasGuardia .horarioComun {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#content.farmaciasGuardia .horarioComun > div {
  margin: 5px 0;
}
#content.farmaciasGuardia .horarioComun > div:last-child {
  margin-left: auto;
}
#content.farmaciasGuardia .responsiveTable {
  margin-bottom: 30px;
}

.formularioDuda {
  padding: 40px 0 60px;
}

.wpcf7-form label,
.wpforms-field-label {
  color: #004900 !important;
  font-weight: normal !important;
  display: block !important;
  margin-bottom: 5px !important;
}

.wpforms-required-label {
  color: #ff0000;
}

.wpforms-submit-container {
  text-align: right;
}

.botonera button,
.wpcf7-form .wpcf7-submit,
div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  font-size: 13px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  font-weight: 700 !important;
  width: auto !important;
  padding: 14px 20px 14px 20px !important;
  margin: 0 5px 5px 0 !important;
  display: inline-block !important;
  text-align: center !important;
  border-radius: 25px !important;
  background: #f4c353 !important;
  color: #000 !important;
}
.botonera button:hover,
.wpcf7-form .wpcf7-submit:hover,
div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  background: #333 !important;
  border-color: #333 !important;
  color: white !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: #ff0000 !important;
  font-size: 0.9rem !important;
}

.wpcf7-form .wpb_row {
  margin-bottom: 20px !important;
}
.wpcf7-form .wpcf7-submit {
  margin: 0 !important;
}
.wpcf7-form .wpforms-submit-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.wpcf7-form .wpforms-submit-container .ajax-loader {
  order: -1;
  margin-right: 8px;
}

.wpcf7-not-valid {
  border: 1px solid #f00 !important;
  border-color: #f00 !important;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
  border-radius: 0 !important;
  background-color: #fde8e8 !important;
  border: 1px solid #f00 !important;
  color: #f00 !important;
  font-size: 16px !important;
  font-weight: normal !important;
}

div.wpcf7-mail-sent-ok {
  border-radius: 0 !important;
  background-color: #e1fec9 !important;
  border-color: #b5d29d !important;
  border: 1px solid #b5d29d !important;
  color: #666 !important;
  font-size: 16px !important;
  font-weight: normal !important;
}

.sharebox ul li {
  margin-right: 5px;
}
.sharebox ul li:before {
  display: none !important;
}
.sharebox ul li a {
  color: white !important;
  text-decoration: none !important;
  padding: 10px !important;
  border-radius: 2px;
}
.sharebox ul li a:hover {
  background-color: #333 !important;
}

.share-facebook {
  background-color: #4867aa !important;
}

.share-twitter {
  background-color: #1da1f2 !important;
}

.share-tumblr {
  background-color: #28425c !important;
}

.share-pinterest {
  background-color: #e60023 !important;
}

.share-google {
  background-color: #e6584c !important;
}

.share-linkedin {
  background-color: #0b65c3 !important;
}

.share-mail {
  background-color: #004900 !important;
}

.listadoNoticias .pt-cv-content-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #004900;
  margin-bottom: 30px;
}
.listadoNoticias .pt-cv-content-item img {
  width: 100%;
}
.listadoNoticias .pt-cv-content-item .pt-cv-title,
.listadoNoticias .pt-cv-content-item .pt-cv-title a {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: #333 !important;
  text-transform: none !important;
  position: relative !important;
}
.listadoNoticias .pt-cv-content-item .pt-cv-title:hover,
.listadoNoticias .pt-cv-content-item .pt-cv-title a:hover {
  color: #004900 !important;
}
.listadoNoticias .pt-cv-content-item .pt-cv-meta-fields {
  font-size: 0 !important;
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.listadoNoticias .pt-cv-content-item .pt-cv-meta-fields .entry-date {
  display: inline-flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  color: #004900 !important;
  font-weight: bold !important;
  text-transform: none !important;
  font-size: 14px !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
}
.listadoNoticias .pt-cv-content-item .pt-cv-meta-fields .entry-date time {
  text-align: left;
  color: #004900 !important;
  font-weight: bold !important;
  text-transform: none !important;
  font-size: 14px !important;
}
.listadoNoticias .pt-cv-content-item .pt-cv-meta-fields .entry-date:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 29px;
  background: transparent url(../img/icono-calendario.png) center center
    no-repeat;
  background-size: 100% auto;
  margin-right: 10px;
}
.listadoNoticias .pt-cv-content-item .pt-cv-meta-fields .terms {
  margin-left: 10px;
}
.listadoNoticias .pt-cv-content-item .pt-cv-meta-fields a {
  font-size: 14px !important;
  color: #005bf3;
  text-decoration: underline !important;
}
.listadoNoticias .pt-cv-content-item .pt-cv-meta-fields a:hover {
  text-decoration: none !important;
}
.listadoNoticias .pt-cv-content-item .pt-cv-content {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #666;
  font-size: 16px;
  line-height: 1.2 !important;
}
.listadoNoticias .pt-cv-content-item .pt-cv-content p,
.listadoNoticias .pt-cv-content-item .pt-cv-content li {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #666;
  font-size: 16px;
  line-height: 1.2 !important;
}
.listadoNoticias .pt-cv-content-item .pt-cv-content p a,
.listadoNoticias .pt-cv-content-item .pt-cv-content li a {
  color: #005bf3;
  text-decoration: underline;
}
.listadoNoticias .pt-cv-content-item .pt-cv-content p a:hover,
.listadoNoticias .pt-cv-content-item .pt-cv-content li a:hover {
  text-decoration: none;
}
.listadoNoticias .pt-cv-content-item .pt-cv-content ul,
.listadoNoticias .pt-cv-content-item .pt-cv-content ol {
  margin-top: 8px;
}
.listadoNoticias .pt-cv-content-item .pt-cv-content li {
  margin-bottom: 8px;
}
.listadoNoticias .pt-cv-content-item .pt-cv-content ul {
  list-style: none;
}
.listadoNoticias .pt-cv-content-item .pt-cv-content ul li {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #666;
  font-size: 16px;
  position: relative;
}
.listadoNoticias .pt-cv-content-item .pt-cv-content ul li:before {
  color: #004900;
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
  content: "▣";
  position: absolute;
  left: -7px;
}
.listadoNoticias .pt-cv-content-item .pt-cv-readmore {
  font-size: 13px;
  line-height: 1 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  width: auto;
  padding: 14px 20px 14px 20px;
  margin: 20px 0 0 0;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  background: #004900;
  color: #ffffff;
  border: 1px solid #004900;
}
.listadoNoticias .pt-cv-content-item .pt-cv-readmore:hover {
  background: #333;
  border: 1px solid #333;
}

ul.slides li:before {
  display: none !important;
}

.galeriaSalas .minti_zooming_slider_item.active .image_wrapper h6 {
  position: initial;
  bottom: unset;
  left: unset;
  right: unset;
  -webkit-transform: none;
  transform: none;
  padding: 10px 20px;
  display: block;
  text-align: center;
}
.galeriaSalas .minti_zooming_slider .flex-control-nav li .nav_title h6 {
  display: none;
}
.galeriaSalas .minti_zooming_slider .flex-control-nav {
  width: auto;
  position: relative;
  bottom: auto;
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
}

.post-wrap.oferta_empleo .entry-title,
.post-wrap.oferta_empleo .entry-meta {
  display: none !important;
}
.post-wrap.oferta_empleo .entry-content .vc_row.wpb_row.vc_inner {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.post-wrap.oferta_empleo .entry-content div.headline {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  text-align: left !important;
  font-size: 18px !important;
  color: #004900 !important;
  text-transform: none !important;
  font-weight: normal !important;
  margin: 0 !important;
}
.post-wrap.oferta_empleo .entry-content .vc_acf {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #666;
  font-size: 16px;
  line-height: 1.2 !important;
}
.post-wrap.oferta_empleo h2 {
  margin-top: 20px !important;
  padding-top: 20px !important;
}

.post-wrap.demanda_de_empleo .entry-title,
.post-wrap.demanda_de_empleo .entry-meta {
  display: none !important;
}
.post-wrap.demanda_de_empleo .entry-content .vc_row.wpb_row.vc_inner {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.post-wrap.demanda_de_empleo .entry-content div.headline {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  text-align: left !important;
  font-size: 18px !important;
  color: #004900 !important;
  text-transform: none !important;
  font-weight: normal !important;
  margin: 0 !important;
}
.post-wrap.demanda_de_empleo .entry-content .vc_acf {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #666;
  font-size: 16px;
  line-height: 1.2 !important;
}
.post-wrap.demanda_de_empleo h2 {
  margin-top: 20px !important;
  padding-top: 20px !important;
}

.datosOfertaEmpleo {
  margin-bottom: 30px;
}
.datosOfertaEmpleo h1 {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  text-align: center !important;
  font-size: 30px !important;
  color: #333 !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  position: relative !important;
  margin-bottom: 40px !important;
}
.datosOfertaEmpleo h1:after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  height: 3px;
  width: 60px;
  background: #004900;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.datosOfertaEmpleo p {
  margin-bottom: 8px;
}
.datosOfertaEmpleo.lista {
  margin-top: 20px !important;
  padding-top: 20px !important;
  border-top: 1px solid #004900 !important;
}

body.single-oferta_empleo .tituloPrincipal,
.ocultar {
  display: none !important;
}

.bloqueMapaInfo {
  padding-bottom: 60px;
}

.pageContactoLocalizacion ul {
  margin-left: 0;
}
.pageContactoLocalizacion ul li:before {
  display: none !important;
}
.pageContactoLocalizacion ul li i {
  width: 20px !important;
  font-size: 20px !important;
  color: #004900 !important;
  margin-right: 10px !important;
  text-align: center;
}
.pageContactoLocalizacion ul li i:before {
  font-size: 20px !important;
  color: #004900 !important;
}

.area_privada a {
  text-decoration: underline;
}

.saludo,
.colegiado-info,
.logout {
  margin: 0 10px;
}
.saludo a:hover,
.colegiado-info a:hover,
.logout a:hover {
  color: #004900 !important;
}

.cart-popup {
  margin: 0 10px;
}

#shopping-btn:hover {
  color: white !important;
}

#header .container,
#topbar .container {
  width: 100%;
}
#topbar ul li a {
  font-family: "PT Serif", serif;
}
#header .container .sixteen.columns,
#topbar .container .sixteen.columns {
  width: calc(100% - 40px);
}

#header .widget_shopping_cart {
  top: 0 !important;
}

.w3eden .row {
  margin-bottom: 20px !important;
}
.w3eden .package-title a {
  color: #333 !important;
}
.w3eden .package-title a:hover {
  color: #004900 !important;
}

.w3eden .form-inline {
  display: initial !important;
}

.w3eden .btn-primary {
  background-color: #004900;
}
.w3eden .btn-primary:hover {
  background-color: #333;
}

.dataTables_length select {
  margin: 0 10px !important;
}

.dataTable {
  border-top: none !important;
}

.dataTable th {
  background-color: gray !important;
  border: solid 1px !important;
  color: #fff !important;
}

.dataTable thead th {
  background-color: #fdf9ed !important;
  border-bottom: 1px solid #f4c353 !important;
  font-size: 14px !important;
  font-family: "PT Serif", serif !important;
  font-weight: 900 !important;
  color: #004900 !important;
}

.dataTables_wrapper {
  font-family: "PT Serif", serif !important;
  font-weight: 900 !important;
}

.dataTable a.wpdm-download-link {
  font-family: "PT Serif", serif !important;
  font-size: 18px !important;
  text-transform: unset !important;
  color: #000 !important;
  background-color: #f4c353;
  border: 2px solid #f4c353;
  border-radius: 50px !important;
  letter-spacing: 0 !important;
  background-image: unset;
  text-decoration: none !important;
  font-weight: 600;
}

.dataTable a.wpdm-download-link:hover {
  background-color: #fff;
  border: 2px solid #f4c353;
  color: #000;
}

#wpdm-all-packages .dataTables_wrapper .row .dataTables_filter input[type="search"] {
  border-radius: 50px !important;
}

.dataTables_paginate .pagination .paginate_button a{
  font-family: "PT Serif", serif !important;
}

.dataTables_paginate .pagination .paginate_button.previous a:hover{
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  background: #f4c353 !important;
}

.dataTables_paginate .pagination .paginate_button.next a:hover{
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  background: #f4c353 !important;
}

body.woocommerce #content {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 60px !important;
  border: none;
}
body.woocommerce ul.products li {
  padding: 10px !important;
}
body.woocommerce ul.products li:before {
  display: none !important;
}
body.woocommerce ul.products li .woocommerce-LoopProduct-link {
  text-decoration: none !important;
  border: 1px solid #f9f9f9;
  padding: 10px;
}
body.woocommerce ul.products li .woocommerce-loop-product__title {
  margin-bottom: 10px;
  color: #004900 !important;
  line-height: 1.2 !important;
}
body.woocommerce ul.products li .woocommerce-loop-product__title:hover {
  color: #333 !important;
}
body.woocommerce ul.products li .tipo {
  margin-bottom: 10px;
}
body.woocommerce ul.products li .tipo span {
  border-radius: 2px;
  background-color: #ddd;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 5px;
  color: #333;
  text-transform: uppercase;
  font-size: 13px;
}
body.woocommerce ul.products li .price {
  text-align: right;
  font-size: 22px;
  font-weight: normal !important;
}
body.woocommerce ul.products li .fila-info {
  padding: 10px;
  background: #f9f9f9;
}
body.woocommerce ul.products li .fila {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 15px;
}
body.woocommerce ul.products li .fila.tres {
  margin-bottom: 0;
}
body.woocommerce ul.products li .duracion {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
body.woocommerce ul.products li .duracion:before {
  flex: 0 0 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background: transparent url(../img/clock.png) center center no-repeat;
  margin-right: 5px;
}
body.woocommerce ul.products li .plazas {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
body.woocommerce ul.products li .plazas:before {
  flex: 0 0 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background: transparent url(../img/user-group.png) center center no-repeat;
  margin-right: 5px;
}
body.woocommerce ul.products li .fecha {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.4;
}
body.woocommerce ul.products li .fecha:before {
  flex: 0 0 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background: transparent url(../img/calendar.png) center center no-repeat;
  margin-right: 5px;
}
body.woocommerce ul.products li .inscripciones {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
}
body.woocommerce ul.products li .inscripciones:before {
  flex: 0 0 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background: transparent url(../img/edit.png) center center no-repeat;
  margin-right: 5px;
}
body.woocommerce ul.products li .onsale {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 13px;
  top: 0;
  right: unset;
  left: 0;
  width: auto;
  margin: 5px;
  padding: 5px;
}
body.woocommerce #content.product-page h2.titulo {
  margin-top: 20px !important;
  border-top: 1px solid #ddd;
  padding-top: 20px !important;
}
body.woocommerce #content.product-page .responsiveTable {
  margin-bottom: 20px;
}
body.woocommerce #content.product-page .product_meta .posted_in {
  color: #666;
}
body.woocommerce #content.product-page .product_meta .posted_in a {
  color: #005bf3 !important;
  text-decoration: underline;
}
body.woocommerce #content.product-page .product_meta .posted_in a:hover {
  text-decoration: none;
}
body.woocommerce #content.product-page .summary form.cart {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
body.woocommerce #content.product-page .summary form.cart .meta_productos {
  flex: 1 1 100%;
  width: 100%;
}
body.woocommerce #content.product-page .price {
  text-align: right;
  font-size: 22px;
  font-weight: normal !important;
  text-align: left;
}
body.woocommerce #content.product-page .price span {
  color: #333 !important;
}
body.woocommerce #content.product-page .selectorTarifa {
  order: -1;
  margin-right: 20px;
  margin-left: auto;
}

.woocommerce-result-count {
  margin-bottom: 0 !important;
}

.woocommerce-ordering {
  margin-bottom: 0 !important;
}

.woocommerce .form-row label {
  font-weight: normal !important;
  color: #004900 !important;
}

.woocommerce .form-row label .required {
  color: #ff0000 !important;
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  background-color: gray;
  color: white;
  padding: 10px;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border-collapse: collapse !important;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td {
  padding: 0.625em !important;
  text-align: center !important;
  font-size: 14px !important;
}
.woocommerce table.shop_table tbody tr td:not(:last-child),
.woocommerce-page table.shop_table tbody tr td:not(:last-child) {
  border-right: 1px solid #ddd !important;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  text-transform: uppercase !important;
  font-weight: 500 !important;
  background-color: gray !important;
  border: solid 1px !important;
  color: #fff !important;
}
.woocommerce table.shop_table tr,
.woocommerce-page table.shop_table tr {
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  padding: 0.35em !important;
}

.cart_totals td {
  border-bottom: 1px solid #ddd !important;
}

.form-row.place-order {
  text-align: center;
}

ul.woocommerce-error li:before {
  display: none !important;
}

.single_add_to_cart_button,
.button[name="update_cart"],
.button#place_order {
  background: #004900 !important;
}
.single_add_to_cart_button:hover,
.button[name="update_cart"]:hover,
.button#place_order:hover {
  background: #333 !important;
}

a.button.wc-backward,
a.button.wc-forward {
  background: white !important;
  color: #004900 !important;
  border: 2px solid #004900 !important;
  text-decoration: none !important;
}
a.button.wc-backward:hover,
a.button.wc-forward:hover {
  background: #333 !important;
  color: white !important;
  border: 2px solid #333 !important;
}

a.checkout-button,
a.button.checkout.wc-forward {
  background: #004900 !important;
  color: white !important;
  border: 2px solid #004900 !important;
  margin: 0 !important;
}
a.checkout-button:hover,
a.button.checkout.wc-forward:hover {
  background: #333 !important;
  color: white !important;
  border: 2px solid #333 !important;
}

.woocommerce-mini-cart__buttons {
  display: flex;
}

#header .widget_shopping_cart a.button {
  font-size: 11px;
}

body.woocommerce-page #content {
  padding-top: 0 !important;
}

.post-wrap.farmacias_y_servicio .entry-title,
.post-wrap.farmacias_y_servicio .entry-meta,
.post-wrap.farmacia_de_guardia .entry-title,
.post-wrap.farmacia_de_guardia .entry-meta {
  display: none !important;
}
.post-wrap.farmacias_y_servicio .entry-content .vc_row.wpb_row.vc_inner,
.post-wrap.farmacia_de_guardia .entry-content .vc_row.wpb_row.vc_inner {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #004900;
}
.post-wrap.farmacias_y_servicio .entry-content div.headline,
.post-wrap.farmacia_de_guardia .entry-content div.headline {
  /* font-family: "Lato", Arial, Helvetica, sans-serif !important;
  text-align: left !important;
  font-size: 18px !important;
  color: #004900 !important;
  text-transform: none !important;
  font-weight: normal !important;
  margin: 0 !important; */
  text-align: left !important;
  font-family: "PT Serif", serif !important;
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 20px!important;
  color: #004900;
  margin:0 0 10px 0 !important;
  padding:0 0 10px 0 !important;
  /* border-bottom:1px solid #ddd; */
}
.post-wrap.farmacias_y_servicio .entry-content .vc_acf,
.post-wrap.farmacia_de_guardia .entry-content .vc_acf {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: normal;
  /* color: #666; */
  font-size: 16px;
  line-height: 20px!important;
  color:#000;
  margin:0 0 10px 0 !important;
  padding:0 0 10px 0 !important;
  /* border-bottom:1px solid #ddd; */
}
.post-wrap.farmacias_y_servicio h2,
.post-wrap.farmacia_de_guardia h2 {
  margin-top: 20px !important;
  padding-top: 20px !important;
  border-top: 1px solid #004900 !important;
}

.farmacia_servicio-item{
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: normal;
  /* color: #666; */
  font-size: 16px;
  line-height: normal !important;
  color: #000;
  margin: 0 0 0 20px !important;
  padding: 0 10px 10px 10px !important;
}
.farmacia_servicio-item:before{
  content: "";
  background: #f4c353;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: -20px;
  margin-right: 10px;
  /* margin-top: -10px; */
  top: -2px;
  position: relative;
}

.colegiacionOnline
  div.wpforms-container-full
  .wpforms-form
  .wpforms-page-indicator.circles {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  border: none;
}
.colegiacionOnline
  div.wpforms-container-full
  .wpforms-form
  .wpforms-page-indicator.circles
  .wpforms-page-indicator-page {
  float: none;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.colegiacionOnline
  div.wpforms-container-full
  .wpforms-form
  .wpforms-page-indicator.circles
  .active
  .wpforms-page-indicator-page-number {
  color: white !important;
  font-size: 26px;
  background-color: #004900 !important;
  margin: 0 0 15px 0;
}
.colegiacionOnline
  div.wpforms-container-full
  .wpforms-form
  .wpforms-page-indicator.circles
  .wpforms-page-indicator-page-number {
  color: #333 !important;
  font-size: 26px;
  background-color: #ddd !important;
  margin: 0 0 15px 0;
}
.colegiacionOnline .wpforms-page-indicator-page-title {
  font-size: 16px !important;
}
.colegiacionOnline .wpforms-field-container {
  padding: 30px !important;
  -webkit-box-shadow: 1px 2px 16px 3px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 1px 2px 16px 3px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 1px 2px 16px 3px rgba(0, 0, 0, 0.1) !important;
  background-color: #fff !important;
  max-width: 1090px !important;
  margin: 0 auto 30px auto !important;
  display: block !important;
  float: none !important;
}
.colegiacionOnline .wpforms-field-container.miniMargen {
  margin-bottom: 20px !important;
}
.colegiacionOnline .wpforms-field-container .column_container.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.colegiacionOnline .wpforms-field-container ul li {
  height: 38px;
  display: flex !important;
  align-items: center;
}
.colegiacionOnline .wpforms-field-container ul li:before {
  display: none !important;
}
.colegiacionOnline .wpforms-field-container .wpforms-field-checkbox ul,
.colegiacionOnline .wpforms-field-container .wpforms-field-radio ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.colegiacionOnline .wpforms-field-container .wpforms-field-checkbox ul li,
.colegiacionOnline .wpforms-field-container .wpforms-field-radio ul li {
  margin-bottom: 5px !important;
}
.colegiacionOnline .wpforms-field-container .wpforms-field-file-upload label {
  display: flex !important;
  align-items: center;
}
.colegiacionOnline .wpforms-field-container .checkboxadd label {
  display: inline !important;
}
.colegiacionOnline .wpforms-field-container h2 {
  margin-bottom: 0 !important;
}
.colegiacionOnline div.wpforms-container-full .wpforms-form ul li:last-of-type {
  margin-bottom: 5px !important;
}
.colegiacionOnline #wpforms-238-field_54-container {
  display: none;
}
.colegiacionOnline div.wpforms-pagebreak-left {
  padding-top: 40px !important;
  text-align: right !important;
}

.teAyudamos {
  padding-top: 100px;
}
.teAyudamos p {
  font-size: 25px !important;
  font-weight: 400 !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  color: #000 !important;
  text-transform: none !important;
}
.teAyudamos a {
  color: #004900 !important;
  text-decoration: none !important;
}
.teAyudamos a:hover {
  text-decoration: underline !important;
  color: #333 !important;
}

#page-wrap.search-page > div {
  float: none;
  display: block;
  margin: 0 auto;
  padding-bottom: 100px;
}

#mobile-navigation form input {
  border: none !important;
  color: white !important;
}

/* RESPONSIVE */

@media only screen and (max-width: 767px) {
  #header .container .sixteen.columns,
  #topbar .container .sixteen.columns {
    width: 100% !important;
    flex-direction: column;
  }

  #content.columns > .standard-section {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body:not(.home) #page-wrap #content {
    padding: 0 20px !important;
  }

  #content.farmaciasGuardia,
  #content.farmaciasServicios,
  #content.directorioColegiados,
  #content.demandasEmpleo,
  #content.ofertasEmpleo {
    padding: 0 20px;
  }
  #content.farmaciasGuardia .buscador > div,
  #content.farmaciasServicios .buscador > div,
  #content.directorioColegiados .buscador > div,
  #content.demandasEmpleo .buscador > div,
  #content.ofertasEmpleo .buscador > div {
    flex-direction: column;
    align-items: flex-start;
  }
  #content.farmaciasGuardia .buscador > div > *,
  #content.farmaciasServicios .buscador > div > *,
  #content.directorioColegiados .buscador > div > *,
  #content.demandasEmpleo .buscador > div > *,
  #content.ofertasEmpleo .buscador > div > * {
    width: 100%;
    margin: 0 0 15px 0;
  }
  #content.farmaciasGuardia .buscador > div > *:last-child,
  #content.farmaciasServicios .buscador > div > *:last-child,
  #content.directorioColegiados .buscador > div > *:last-child,
  #content.demandasEmpleo .buscador > div > *:last-child,
  #content.ofertasEmpleo .buscador > div > *:last-child {
    align-self: flex-end;
  }
  #content.farmaciasGuardia .responsiveTable,
  #content.farmaciasServicios .responsiveTable,
  #content.directorioColegiados .responsiveTable,
  #content.demandasEmpleo .responsiveTable,
  #content.ofertasEmpleo .responsiveTable {
    padding-bottom: 60px;
  }
  #content.farmaciasGuardia .responsiveTable tbody td,
  #content.farmaciasServicios .responsiveTable tbody td,
  #content.directorioColegiados .responsiveTable tbody td,
  #content.demandasEmpleo .responsiveTable tbody td,
  #content.ofertasEmpleo .responsiveTable tbody td {
    min-height: 40px;
    border-right: none !important;
    text-align: right !important;
  }

  .post-wrap.farmacias_y_servicio .entry-content .wpb_row .wpb_column,
  .post-wrap.farmacia_de_guardia .entry-content .wpb_row .wpb_column {
    margin-bottom: 0;
  }

  div.wpforms-container-full .wpforms-form .wpforms-one-half,
  div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
  div.wpforms-container-full .wpforms-form .wpforms-two-fourths,
  div.wpforms-container-full .wpforms-form .wpforms-one-third,
  div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
    width: 100% !important;
    margin: 0 !important;
  }

  #servicios .btn-group,
  #secciones .btn-group {
    max-width: 100% !important;
  }

  .colegiacionOnline .wpforms-page-indicator-page-title {
    display: none;
  }

  .colegiacionOnline
    div.wpforms-container-full
    .wpforms-form
    .wpforms-page-indicator.circles {
    position: relative;
  }

  .colegiacionOnline
    div.wpforms-container-full
    .wpforms-form
    .wpforms-page-indicator.circles
    .active
    .wpforms-page-indicator-page-title {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
  }

  body.parte_area_privada #content {
    padding: 0 !important;
  }

  .w3eden .pagination {
    justify-content: center !important;
  }
}

@media only screen and (max-width: 999px) {

  #content.farmaciasServicios .buscador > div{
    flex-direction: column;
    align-items: flex-start;
  }

  #content.farmaciasServicios .buscador > div > *{
    width: 100%;
    margin: 0 0 15px 0;
  }

  #content.farmaciasServicios .buscador > div > *:last-child {
    align-self: flex-end;
  }


  #content.farmaciasServicios .buscador #servicios .btn-group,
  #content.farmaciasServicios .buscador #secciones .btn-group {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .container {
    width: 100% !important;
  }

  .container .sixteen.columns {
    width: 100% !important;
  }

  #topbar {
    background: #32332e !important;
  }

  #header .container .sixteen.columns,
  #topbar .container .sixteen.columns {
    margin: 0;
  }

  #topbar .social-icons {
    display: none !important;
  }

  #topbar .topbar-col1 {
    width: 100% !important;
    padding: 10px;
  }

  #topbar .topbar-col2 {
    width: 100% !important;
    padding: 10px;
    display: flex !important;
  }
  #topbar .topbar-col2 .cart-popup {
    display: none;
  }

  #topbar .topbar-col2 .menu-loginmenu-container #menu-loginmenu {
    justify-content: flex-end;
  }

  #mobile-logo {
    margin-top: 0 !important;
    margin-right: auto !important;
  }
  #mobile-logo.logo img {
    display: block !important;
  }

  #mobile-logo.logo img.logo_retina {
    display: none !important;
  }

  #mobile-header {
    height: 80px !important;
    padding: 10px;
  }
  #mobile-header .sixteen.columns {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  #mobile-navigation-btn,
  #mobile-cart-btn,
  #mobile-shopping-btn {
    line-height: 1 !important;
  }

  #mobile-navigation-btn {
    order: 2;
  }

  /* body.home #page-wrap > #content {
    margin-top: 80px;
  } */

  body.home .sticky-wrapper #header > .container {
    background-color: #fff !important;
  }

  .bloqueSlider {
    max-height: 60vh;
  }
  .bloqueSlider rs-fullwidth-wrap {
    height: 60vh;
  }
  .bloqueSlider rs-fullwidth-wrap rs-module-wrap,
  .bloqueSlider rs-fullwidth-wrap rs-module {
    height: 100% !important;
    max-height: 100% !important;
  }
  .bloqueSlider rs-fullwidth-wrap rs-layer-wrap {
    top: 0 !important;
    min-width: 100% !important;
    left: 0 !important;
  }
  .bloqueSlider rs-fullwidth-wrap rs-mask-wrap {
    display: flex !important;
    align-items: center !important;
  }
  .bloqueSlider rs-fullwidth-wrap rs-mask-wrap > a {
    width: 80% !important;
    margin: 0 auto !important;
  }
  .bloqueSlider rs-fullwidth-wrap rs-layer-wrap,
  .bloqueSlider rs-fullwidth-wrap rs-loop-wrap,
  .bloqueSlider rs-fullwidth-wrap rs-mask-wrap {
    height: 100% !important;
  }
  .bloqueSlider rs-fullwidth-wrap .tp-leftarrow {
    left: -40px !important;
  }
  .bloqueSlider rs-fullwidth-wrap .tp-rightarrow {
    left: calc(100% + 40px) !important;
  }
  .bloqueSlider .sliderTitle {
    font-size: 30px !important;
  }

  .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -30px !important;
  }

  .owl-theme .owl-controls .owl-nav .owl-next {
    right: -30px !important;
  }

  #mobile-navigation {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body:not(.home) #page-wrap.container {
    padding: 0 20px;
  }

  .container .sixteen.columns,
  #mobile-header .sixteen.columns {
    margin: 0 !important;
  }

  .latest-blog {
    margin: 0 !important;
  }

  .bloqueCursos > div > div.wpb_column {
    padding: 0 40px !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px){
  #content.twelve.alt.sidebar-right{
    padding:0 30px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #mobile-header .container {
    width: 100%;
  }
  #mobile-header .container .sixteen.columns {
    width: 100%;
    margin: 0;
  }

  #mobile-logo {
    margin-top: 0 !important;
    margin-right: auto !important;
  }
  #mobile-logo.logo img {
    display: block !important;
  }

  #mobile-logo.logo img.logo_retina {
    display: none !important;
  }

  #mobile-header {
    height: 80px !important;
    padding: 10px;
  }
  #mobile-header .sixteen.columns {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  #mobile-navigation-btn,
  #mobile-cart-btn,
  #mobile-shopping-btn {
    line-height: 1 !important;
  }

  #mobile-navigation-btn {
    order: 2;
  }

  #mobile-shopping-btn {
    display: none;
  }
}

a.link-fuente {

  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0 15px;
  color: #07887e;
  order: 6;
}

.wpgmp_listing_header *{
  font-weight: bold !important;
}

.farmaciasServicios.listado .responsiveTable{
  overflow-x:auto;
}
.farmaciasServicios.listado .responsiveTable table{
  table-layout: auto !important;
}
.farmaciasServicios.listado table tbody tr td{
  color: #000;
}
.farmaciasServicios.listado table tbody tr td:nth-child(1){
  min-width: 150px;
}
.farmaciasServicios.listado table tbody tr td[data-label="Municipio"]{
  min-width: 150px;
}
.farmaciasServicios.listado table tbody tr td[data-label="Farmacia"]{
  min-width: 200px;
}
.farmaciasServicios.listado table tbody tr td[data-label="Dirección"]{
  min-width: 200px;
}
.farmaciasServicios.listado table tbody tr td:last-child a{
  text-transform: uppercase;
  color: #004900 !important;
  text-decoration: underline;
  display: inline-block;
  min-width: 130px;
}
.farmaciasServicios.listado table tbody tr td:last-child a:hover{
  text-decoration: none;
}
.farmaciasServicios.listado table tbody tr td:last-child a:after{
  content: " ";
  width: 15px;
  text-transform: uppercase;
  color: #004900 !important;
  border: none !important;
  background-color: transparent;
  font-size: 15px;
  font-weight: 400 !important;
  letter-spacing: -1px;
  font-family: Poppins !important;
  background-image: url(/wp-content/uploads/flecha_more.svg) !important;
  background-position: right center !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  padding-right: 26px !important;
  margin-right: 0 !important;
  position: relative;
  top: 0;
  left: 0;
}

@media screen and (max-width:768px){
  .vc_section.farmaciasServicios-page{
    margin-left: 0;
    margin-right: 0;
  }
  .wpgmp_filter_wrappers{
    display: flex;
  }
  .listado-servicios #titles .title__contenido, .listado-servicios .categories_filter [data-container="wpgmp-filters-container"] select{
    width: 100%;
  }
  .listado-servicios #titles .title__contenido{
    padding:20px 0;
  }
  .listado-servicios #titles, .listado-servicios .categories_filter [data-container="wpgmp-filters-container"]{
    flex-direction: column !important;
  }
  div.wpgmp_before_listing{
    max-width: 100px;
  }
}

.product_meta .posted_in {
  display: none !important;
} 
