<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* *****************************************************************
Theme Name: Agenda VCM
Theme URI: agendavcm.udlaqa.cl
Description: Theme provisorio de agenda VCM de UDLA
Author: Cron
Author URI: https://www.cron.cl
Version: 2024.12.17
****************************************************************** */
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
/* COMMON STYLES */
a {
  transition: all 0.3s ease;
  text-decoration: none;
}

a:hover,
a:focus {
  transition: all 0.3s ease;
  text-decoration: none;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
}

section#contenido {
  flex: 1;
}

/* MENU A */
header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  top: 0;
}

header .top a img {
  width: 100%;
  height: auto;
}

header .top a.navbar-brand {
  width: 175px;
  display: inline-block;
}

header .top .banner-top h3 {
  color: #e65c09;
  font-family: robotoregular;
  font-size: 23px;
  margin: 0px;
  position: relative;
  text-align: right;
  display: inline-block;
}

header .top .banner-top h3 a {
  color: #e65c09;
  font-family: Robotoregular;
  padding: 5px 18px;
  border: 1px solid #ededed;
  border-radius: 30px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  overflow: hidden;
  padding-right: 60px;
  margin-bottom: -10px;
}

header .top .banner-top h3 a b {
  font-family: Robotobold;
}

header .top .banner-top h3 a:hover span {
  background-color: #e65c09;
}

header .banner-top {
  display: inline-block;
  text-align: right;
  width: calc(100% - 218px);
  position: relative;
  top: 2px;
  padding-right: 50px;
}

header .buscador-head {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 1px;
}

header .buscador-head a.idioma {
  font-family: RobotoLight;
  color: #000;
  font-size: 20px;
}

header .buscador-head button#buscador {
  background-color: transparent;
  border: 0px;
  padding: 0px;
  outline: none;
}

header .buscador-head button#buscador svg {
  width: 25px;
}

header .buscador-head button#buscador:hover path {
  fill: #e65c09;
}

header .buscador-head button#buscador path {
  transition: 0.3s ease;
}

header .menu-top {
  background-color: #fff;
  padding: 0px;
  border: 1px solid #f4f3f8;
}

header .menu-top ul#menu-mi-udla li a {
  color: #fff;
  font-family: RobotoRegular;
  font-size: 14px;
  border-right: 2px solid #fff;
  padding: 0px 10px;
}

header .menu-top div#menu-a .navbar-nav {
  padding: 10px 0px;
}

header .menu-top ul#menu-mi-udla li:last-child a {
  border-right: 0px;
}

header .menu-top ul#menu-mi-udla li a:hover {
  color: #e65c09;
}

header .menu-top ul#menu-mi-udla li a span {
  color: #e65c09;
}

header .buscador-head button#buscador:hover .buscador-hover {
  display: block;
}

header .top .banner-top h3 a span {
  width: 55px;
  display: block;
  height: calc(100% + 15px);
  background-color: #000;
  position: absolute;
  right: -3px;
  top: -3px;
  transform: skew(-25deg);
  transition: 0.3s ease;
}

header .top .banner-top h3 a span:before {
  content: url(../img/mas.svg);
  width: 16px;
  display: block;
  transform: skew(24deg);
  position: relative;
  top: 9px;
  left: 16px;
}

.buscador-hover {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 35px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 4px 8px -6px #777;
  display: none;
}

.buscador-hover input#search {
  border: 1px solid #dadada;
  border-radius: 20px;
  outline: none;
  padding: 5px 10px;
  font-size: 13px;
  width: 225px;
  font-family: RobotoRegular;
  padding-right: 33px;
}

.buscador-hover .space {
  position: absolute;
  width: 100%;
  height: 38px;
  top: -30px;
  left: 0px;
}

.buscador-hover input#searchsubmit {
  background-color: transparent;
  border: 0px;
  color: transparent;
  background-image: url(../img/lupa.png);
  width: 17px;
  height: 17px;
  position: absolute;
  right: 26px;
  top: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}

.buscador-hover input#searchsubmit:hover {
  background-image: url(../img/lupa-hover.png);
}

#menu-b ul li.dropdown .dropdown-menu a.active {
  background-color: #000;
}

#menu-b ul li.dropdown .dropdown-menu a:focus {
  background-color: #000;
}

div#menu-b #menu-menu-inferior li a {
  font-family: robotobold;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  padding: 11px 10px;
}

div#menu-b #menu-menu-inferior li a:hover {
  color: #e65c09;
}

button.navbar-toggler {
  display: none;
}

header .menu-top .navbar {
  padding: 0px;
}

.menu-top .navbar .navbar-collapse li a {
  font-family: RobotoBold;
  font-size: 14px;
  color: #040404;
  text-transform: uppercase;
}

li#menu-item-312 a:before {
  content: "Mi UDLA";
  color: #e65c09;
}

.menu-top .navbar .navbar-collapse li a {
  padding: 13px 65px 13px 40px;
  position: relative;
}

.menu-top .navbar .navbar-collapse li a:hover {
  color: #e65c04;
}

.menu-bottom nav.navbar .menu-b {
  padding: 15px 0px;
}

.menu-bottom nav.navbar ul.navbar-nav li a {
  font-family: RobotoBold;
  text-transform: uppercase;
  color: #333;
  padding: 18px 35px;
  font-size: 13px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.menu-bottom nav.navbar ul.navbar-nav li a:hover {
  color: #e65c09;
}

.menu-bottom nav.navbar ul.navbar-nav li:first-child a {
  padding-left: 0px;
}

header .menu-top .navbar ul#menu-menu-inferior li:last-child a {
  border-right: 0px;
}

header .menu-top .navbar ul#menu-menu-inferior li a.active {
  color: #e65c04;
}

button.navbar-toggler span.barra {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #e65c09;
  margin: 5px 0px;
  transition: 0.3s ease;
}

header .buscador-head {
  position: absolute;
  right: 54px;
  top: 17px;
}

.top.container {
  position: relative;
  padding: 14px 15px;
}

button.navbar-toggler {
  position: absolute;
  right: 14px;
  top: 14px;
  outline: none;
  padding: 5px 4px;
}

.menus .menu-bottom .navbar {
  padding: 0px;
  position: relative;
}

button.navbar-toggler.collapsed span.barra {
  background-color: #000000;
}

header .menu-bottom .navbar {
  background-color: #e65c09;
}

.menu-top .navbar .navbar-collapse li:last-child:after {
  display: none;
}

header .top .banner-top p {
  display: inline-block;
  margin: 0px;
  position: relative;
  top: 20px;
}

header .top .banner-top p a.diagnostico-ingreso {
  font-family: robotobold;
  font-size: 14px;
  color: #000;
  border: 1px solid #000;
  padding: 7px 12px;
}

header .top .banner-top p a.diagnostico-ingreso:hover {
  background-color: #000;
  color: #fff;
}

.menus .wp-megamenu-wrap .wp-megamenu ul.wp-megamenu-sub-menu li a {
  font-family: robotobold !important;
}

.menu-udla-desktop .navbar .menu-item-mobile {
  width: 100%;
  top: 0;
}

.menu-udla-desktop .navbar .menu-item-mobile a.nav-link {
  color: #000;
  display: block;
  width: 100%;
  padding: 0 !important;
  font-family: robotobold !important;
  font-size: 15px;
  line-height: 25px;
}

.menu-udla-desktop .navbar .menu-item-mobile li {
  display: block;
  width: 100%;
}

.menu-udla-desktop .navbar .menu-item-mobile ul {
  width: 100%;
  display: block;
  text-align: left;
}

.menu-udla-desktop .navbar .menu-item-mobile ul li {
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 5px 0px;
}

.menu-udla-desktop .navbar .menu-item-mobile a.nav-link:hover {
  background-color: transparent;
  color: #e65c09;
}

.menu-udla-desktop .navbar .menu-item-mobile ul li:after {
  display: none;
}

@media (max-width: 991px) {
  .menu-udla-desktop {
    max-height: calc(100vh - 96px);
    overflow: auto;
  }
}
@media (max-width: 768px) {
  .menu-udla-desktop {
    max-height: calc(100vh - 70px);
    overflow: auto;
  }
}
.single-actividad .wrapper .item .contenido p {
  margin-bottom: 1.5em;
}

/* ESTILO PARA FORZAR COLORES */
#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap .wp-megamenu &gt; li &gt; ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover &gt; a,
#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap .wp-megamenu &gt; li .wpmm-strees-row-container &gt; ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover &gt; a,
#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap .wp-megamenu &gt; li .wpmm-strees-row-and-content-container &gt; ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover &gt; a {
  color: #000;
}

#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap ul.wp-megamenu &gt; li:hover &gt; a,
#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap ul.wp-megamenu &gt; li.current-menu-ancestor &gt; a,
#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap ul.wp-megamenu &gt; li.active &gt; a {
  color: #e65c09 !important;
}

#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap .wp-megamenu &gt; li &gt; ul.wp-megamenu-sub-menu li.wpmm-type-widget &gt; a,
#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap .wp-megamenu &gt; li .wpmm-strees-row-container &gt; ul.wp-megamenu-sub-menu li.wpmm-type-widget &gt; a,
#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap .wp-megamenu &gt; li .wpmm-strees-row-and-content-container &gt; ul.wp-megamenu-sub-menu li.wpmm-type-widget &gt; a,
#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap .wp-megamenu &gt; li &gt; ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover &gt; a,
#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap .wp-megamenu &gt; li .wpmm-strees-row-container &gt; ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover &gt; a,
#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap .wp-megamenu &gt; li .wpmm-strees-row-and-content-container &gt; ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover &gt; a {
  font-family: robotolight !important;
  font-weight: 100 !important;
  margin: 0;
  line-height: 16px;
}

#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap ul.wp-megamenu &gt; li ul.wp-megamenu-sub-menu li:hover &gt; a,
#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap ul.wp-megamenu &gt; li ul.wp-megamenu-sub-menu li.current-menu-ancestor &gt; a,
#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap ul.wp-megamenu &gt; li ul.wp-megamenu-sub-menu li.active &gt; a,
.wpmm-woo-product-category ul li.cat-list a:hover,
.wpmm-woo-product-category.layout_2 ul li a:hover {
  color: #e65c09;
}

#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap ul.wp-megamenu &gt; li ul.wp-megamenu-sub-menu li:hover &gt; a,
#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap ul.wp-megamenu &gt; li ul.wp-megamenu-sub-menu li.current-menu-ancestor &gt; a,
#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap ul.wp-megamenu &gt; li ul.wp-megamenu-sub-menu li.active &gt; a,
.wpmm-woo-product-category ul li.cat-list a:hover,
.wpmm-woo-product-category.layout_2 ul li a:hover {
  color: #e65c09 !important;
}

li.wpmm-row ul.wp-megamenu-sub-menu li.wpmm-col:first-child {
  padding-left: 0px !important;
}

li.wpmm-row ul.wp-megamenu-sub-menu li.wpmm-col ul.wp-megamenu-sub-menu {
  height: 100%;
}

li.wpmm-row ul.wp-megamenu-sub-menu li.wpmm-col ul.wp-megamenu-sub-menu .menu-item {
  padding: 0px;
}

.wp-megamenu .menu-item-has-children ul.wp-megamenu-sub-menu .wpmm-row {
  padding: 0px !important;
}

/* HOVER MENU */
.dropdown:hover &gt; .dropdown-menu {
  max-height: 600px !important;
}

@media (max-width: 1199px) {
  .menu-bottom nav.navbar ul.navbar-nav li a {
    text-align: center;
  }
}
@media (max-width: 991px) {
  button.navbar-toggler {
    display: block;
  }
  header .top a.navbar-brand {
    padding: 15px 0px;
  }
  header .buscador-head {
    top: 50%;
    transform: translateY(-50%);
  }
  button.navbar-toggler {
    top: 33px;
  }
  header .menu-top .navbar ul#menu-menu-inferior li:last-child a {
    border-bottom: 0px;
  }
  header .menu-top div#menu-a #menu-menu-inferior {
    padding: 5px 15px;
  }
  .menu-bottom ul.navbar-nav {
    padding: 5px 15px;
  }
  .menu-bottom nav.navbar ul.navbar-nav li a {
    padding: 8px 15px;
    font-size: 16px;
    text-align: left;
    font-size: 14px;
  }
  header .menu-bottom {
    margin-bottom: 0px;
  }
  .menu-udla-desktop {
    position: relative !important;
  }
  header .menu-top .navbar {
    background-color: #fff;
  }
  .menu-udla-desktop .container {
    padding: 0px 15px;
  }
  .menu-top ul.navbar-nav li.menu-item a {
    color: #fff;
    font-family: RobotoBold;
    text-transform: uppercase;
    padding-right: 40px !important;
  }
  .menu-bottom ul.navbar-nav li.menu-item {
    border-bottom: 1px solid #fff;
  }
  ul#menu-menu-principal li.menu-item:last-child {
    border-bottom: 0px;
  }
  ul#menu-menu-principal {
    padding: 2px;
  }
  .navbar div#menu-a ul li.menu-item:last-child {
    border-bottom: 0px;
  }
  .menu-udla-desktop ul.navbar-nav li a.dropdown-toggle::after {
    right: 15px !important;
  }
  .menu-top li.dropdown .dropdown-menu {
    padding: 10px 20px !important;
  }
  .menu-udla-desktop ul.navbar-nav li a.dropdown-toggle::after {
    content: url(../img/submenu-udla-blanco.png) !important;
  }
  .menu-top .navbar .navbar-collapse li:after {
    display: none !important;
  }
  .menu-top .navbar .navbar-collapse li a:hover {
    color: #fff;
  }
  .menu-bottom ul.navbar-nav li.menu-item:last-child {
    border: 0px;
  }
  .menu-bottom nav.navbar ul.navbar-nav li:first-child a {
    padding: 8px 8px;
  }
}
@media (max-width: 768px) {
  header .top a.navbar-brand {
    width: 140px;
    padding-top: 0;
  }
  header .buscador-head {
    top: 50%;
  }
  button.navbar-toggler {
    top: 14px;
  }
}
/* SUB MENUS */
#menu-b ul li.dropdown {
  position: inherit;
}

#menu-b ul li.dropdown .dropdown-menu {
  display: block !important;
  width: auto;
  border-radius: 0px;
  border: 0px;
  text-align: center;
  top: calc(100% - 2px);
  background-color: #e65c09;
  padding: 0px;
  max-height: 0px;
  overflow: hidden;
  margin: 0px;
  transition: 0.3s ease;
  left: auto;
  z-index: 10;
}

#menu-b ul li.dropdown .dropdown-menu a {
  display: block;
  width: auto;
  color: #fff !important;
  font-size: 13px;
  text-align: left;
}

#menu-b ul li.dropdown .dropdown-menu.show {
  max-height: 630px;
}

#menu-b ul li.dropdown .dropdown-menu a:hover {
  background-color: #000;
}

.menu-bottom nav.navbar ul#menu-menu-principal li:first-child .dropdown-menu a {
  padding-left: 10px;
}

.menu-top ul.navbar-nav li.show a.dropdown-toggle::after {
  transform: rotate(90deg);
}

@media (max-width: 991px) {
  #menu-b ul li.dropdown .dropdown-menu a {
    display: block;
    text-align: left;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 11px !important;
  }
}
/* MENU UDLA */
button.navbar-toggler.desktop-menu-a {
  display: block;
  margin-top: 10px;
}

.menu-udla-desktop {
  right: 0px;
  z-index: 10;
}

.menu-top .navbar .navbar-collapse {
  padding: 0px 1px;
}

.menu-udla-desktop ul.navbar-nav li a.dropdown-toggle::after {
  border: 0px;
  content: url(../img/submenu-udla-naranja.png);
  position: absolute;
  right: 40px;
  transition: 0.3s ease;
}

.menu-top .container {
  padding: 0px;
}

.menu-top .navbar .navbar-collapse li.dropdown .dropdown-menu {
  border: 0px;
  border-radius: 0px;
  background-color: #828282;
  padding: 0px;
}

.menu-top .navbar .navbar-collapse li.dropdown .dropdown-menu a {
  font-family: RobotoRegular !important;
  text-transform: none !important;
  border-bottom: 1px solid #a9a8ac;
  padding: 10px 0px !important;
  color: #fff !important;
  font-size: 13px !important;
}

header .menu-udla-desktop .menu-top li.dropdown .dropdown-menu a:last-child {
  border-bottom: 0px;
}

.menu-top .navbar .navbar-collapse li.dropdown .dropdown-menu {
  padding: 10px 40px;
}

header .menu-udla-desktop .menu-top li.dropdown .dropdown-menu a:hover {
  background-color: transparent;
  color: #000000 !important;
}

.menu-top .navbar .navbar-collapse .contacto-udla {
  background-color: #e65c09;
}

.menu-udla-desktop .contacto-udla .wrapper {
  display: table;
  width: 100%;
  padding: 20px 18px;
}

.menu-udla-desktop .contacto-udla .wrapper .logo {
  display: table-cell;
  width: 130px;
  vertical-align: middle;
  padding-right: 15px;
}

.menu-udla-desktop .contacto-udla .wrapper .txt {
  display: table-cell;
  vertical-align: middle;
}

.menu-udla-desktop .contacto-udla .wrapper .txt a {
  display: block;
  color: #fff;
  font-family: RobotoBold;
  font-size: 15px;
}

.menu-udla-desktop .contacto-udla .wrapper .txt a:last-child {
  font-family: RobotoLight;
  margin-top: -5px;
}

.menu-udla-desktop .contacto-udla .wrapper .txt a:last-child b {
  font-family: RobotoBold;
}

.menu-top .navbar .navbar-collapse li:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #f4f3f8;
  margin-left: 40px;
  margin-right: 40px;
}

header .menu-top .navbar ul#menu-menu-inferior li:last-child:after {
  display: none;
}

/* ADICIONAL MENU 12 02 2020 */
ul#menu-menu-principal li .wrapper-m {
  display: table;
  height: 100%;
}

ul#menu-menu-principal li .wrapper-m .align-m {
  display: table-cell;
  vertical-align: middle;
}

ul#menu-menu-principal li .wrapper-m .align-m a {
  white-space: normal;
  position: relative;
  line-height: 15px;
}

ul#menu-menu-principal li .wrapper-m .align-m a.dropdown-toggle::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* MENU SUPERIOR */
ul#menu-menu-top {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0px;
  position: relative;
  top: -4px;
}

ul#menu-menu-top li {
  display: inline-block;
  font-size: 13px;
  font-family: robotoregular;
}

ul#menu-menu-top li a {
  color: #fff;
  background-color: #e65c09;
  padding: 5px 10px;
  border-radius: 30px;
}

ul#menu-menu-top li a:hover {
  background-color: #000;
}

div#menu-z {
  display: inline-block;
}

.mobile-menu {
  display: none;
}

@media (max-width: 991px) {
  .mobile-menu {
    display: block;
  }
}
/* SOLO PARA UDLA.CL */
#menu-b ul li.dropdown:hover .dropdown-menu {
  max-height: 640px !important;
}

/* MEGAMENU */
section#contenido {
  padding-top: 147px;
}

@media (max-width: 991px) {
  section#contenido {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  section#contenido {
    padding-top: 0;
  }
  .top.container {
    padding-bottom: 0px;
  }
}
header .menu-bottom .navbar {
  background-color: #ffffff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

ul#menu-menu-top li a {
  color: #000;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0px;
}

ul#menu-menu-top li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #e6e6e6;
  position: absolute;
  right: -2px;
  top: 4px;
  transform: rotate(13deg);
}

ul#menu-menu-top li {
  display: inline-block;
  font-family: robotoregular;
  font-size: 13px;
  position: relative;
  padding: 0px 8px;
}

ul#menu-menu-top {
  top: 0;
}

ul#menu-menu-top li:last-child:after {
  display: none;
}

div#menu-z {
  text-align: right;
  padding-right: 50px;
  border: 0px;
  position: relative;
  top: -7px;
}

.menus .wp-megamenu-wrap .wp-megamenu li:first-child a {
  padding-left: 0px !important;
}

li.wpmm-row ul.wp-megamenu-sub-menu li.wpmm-col:last-child li.menu-item {
  height: 100%;
}

li.wpmm-row ul.wp-megamenu-sub-menu li.wpmm-col:last-child li.menu-item .title-table {
  display: table;
  width: 100%;
  height: 100%;
}

li.wpmm-row ul.wp-megamenu-sub-menu li.wpmm-col ul.wp-megamenu-sub-menu li.menu-item .textwidget.custom-html-widget {
  height: 100%;
}

/* NUEVO TOP MENU */
.menu-top-2020 {
  text-align: right;
  border: 0px;
  position: relative;
  top: -7px;
}

.menu-top-2020 .navbar-nav {
  display: inline-block;
}

.menu-top-2020 li {
  display: inline-block;
  font-family: robotobold;
  font-size: 13px;
  position: relative;
  padding: 0px 8px;
}

.menu-top-2020 li a {
  color: #000;
}

.menu-top-2020 li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #e6e6e6;
  position: absolute;
  right: -2px;
  top: 4px;
  transform: rotate(13deg);
}

.menu-top-2020 li:last-child::after {
  display: none;
}

.menu-top-2020 li a:hover {
  color: #e65c09;
}

.menus .wp-megamenu-wrap {
  background: transparent !important;
  padding: 0 !important;
}

.menus .wp-megamenu-wrap .wpmm_brand_logo_wrap {
  display: none;
}

.menus .wp-megamenu-wrap .wpmm-search-wrap {
  display: none;
}

.menus .wp-megamenu-wrap .wp-megamenu li a {
  margin: 0;
  font-family: robotobold !important;
  font-size: 13px !important;
  line-height: 17px;
}

.menus .wp-megamenu-wrap .wp-megamenu li a:hover {
  color: #e65c09 !important;
}

.menus .wp-megamenu-wrap .wp-megamenu li a:hover a {
  color: #000 !important;
}

.wp-megamenu-wrap &gt; .wpmm-nav-wrap ul.wp-megamenu &gt; li:hover &gt; a,
.wp-megamenu-wrap &gt; .wpmm-nav-wrap ul.wp-megamenu &gt; li.current-menu-ancestor &gt; a,
.wp-megamenu-wrap &gt; .wpmm-nav-wrap ul.wp-megamenu &gt; li.active &gt; a {
  color: #000;
}

.wp-megamenu-wrap &gt; .wpmm-nav-wrap ul.wp-megamenu &gt; li ul.wp-megamenu-sub-menu li:hover &gt; a,
.wp-megamenu-wrap &gt; .wpmm-nav-wrap ul.wp-megamenu &gt; li ul.wp-megamenu-sub-menu li.current-menu-ancestor &gt; a,
.wp-megamenu-wrap &gt; .wpmm-nav-wrap ul.wp-megamenu &gt; li ul.wp-megamenu-sub-menu li.active &gt; a,
.wpmm-woo-product-category ul li.cat-list a:hover,
.wpmm-woo-product-category.layout_2 ul li a:hover {
  color: #000 !important;
}

span.title {
  font-family: robotolight;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 27px;
  border-left: 2px solid #e65c09;
  display: inline-block;
  padding-left: 16px;
  display: table-cell;
  vertical-align: middle;
}

.wp-megamenu-wrap &gt; .wpmm-nav-wrap ul.wp-megamenu &gt; li ul.wp-megamenu-sub-menu li a,
.wp-megamenu-wrap &gt; .wpmm-nav-wrap ul.wp-megamenu &gt; li ul.wp-megamenu-sub-menu li,
.wp-megamenu-wrap &gt; .wpmm-nav-wrap ul.wp-megamenu h1,
.wp-megamenu-wrap &gt; .wpmm-nav-wrap ul.wp-megamenu h2,
.wp-megamenu-wrap &gt; .wpmm-nav-wrap ul.wp-megamenu h3,
.wp-megamenu-wrap &gt; .wpmm-nav-wrap ul.wp-megamenu h4,
.wp-megamenu-wrap &gt; .wpmm-nav-wrap ul.wp-megamenu h5,
.wp-megamenu-wrap &gt; .wpmm-nav-wrap ul.wp-megamenu h6 {
  font-family: robotoregular !important;
  font-weight: 100 !important;
  font-size: 14px !important;
  text-transform: inherit !important;
  padding: 2px 5px;
}

@media (max-width: 1199px) {
  span.title {
    font-size: 30px !important;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  span.title {
    font-size: 20px !important;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  nav.wp-megamenu-wrap {
    display: none;
  }
}
header .menu-top {
  border: 0;
}

.breadcrumb {
  display: none;
}

@media (max-width: 991px) {
  header {
    position: relative;
  }
}
@media (max-width: 768px) {
  header {
    position: relative;
  }
}
.wpmm-strees-row-container {
  background-color: #fff !important;
}

#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap &gt; ul.wp-megamenu &gt; li.wpmm_mega_menu &gt; .wpmm-strees-row-container &gt; ul.wp-megamenu-sub-menu,
#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap &gt; ul.wp-megamenu &gt; li.wpmm_mega_menu &gt; .wpmm-strees-row-and-content-container-container &gt; ul.wp-megamenu-sub-menu,
#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap &gt; ul &gt; li.wpmm-strees-row .wpmm-strees-row-container &gt; .wp-megamenu-sub-menu:before,
#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap &gt; ul &gt; li.wpmm-strees-row .wpmm-strees-row-container &gt; .wp-megamenu-sub-menu:after,
#wp-megamenu-menu-megamenu &gt; .wpmm-nav-wrap &gt; ul.wp-megamenu &gt; li.wpmm_mega_menu &gt; .wpmm-strees-row-and-content-container &gt; ul.wp-megamenu-sub-menu {
  background-color: #fff;
  z-index: 40;
}

.menus .menu-bottom .navbar .search {
  width: 37%;
}

.menus .menu-bottom .navbar .search form#searchform label.screen-reader-text {
  clip: initial !important;
  font-family: "robotomedium";
  font-size: 14px;
  top: 5px !important;
}

.menus .menu-bottom .navbar .search form#searchform input#s {
  border: 1px solid #e6e6e6;
  outline: none;
  padding: 7px 15px;
  font-family: robotolight;
  color: #000000;
  font-size: 14px;
  width: calc(100% - 52px);
}

.menus .menu-bottom .navbar .search form#searchform input#searchsubmit {
  display: none;
}

.menus .menu-bottom .navbar .boton-search {
  display: none;
}

@media (max-width: 991px) {
  .menus .menu-bottom .navbar .search {
    width: 100% !important;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    padding: 5px 15px;
    left: 0;
    transition: 0.3s ease;
    z-index: -1;
  }
  .menu-bottom nav.navbar ul.navbar-nav li a {
    font-size: 12px;
  }
  .menus .menu-bottom .navbar .search form#searchform input#searchsubmit {
    display: inline-flex;
    background-color: #e65c09;
    border: 0;
    color: #fff;
    font-family: "robotomedium";
    font-size: 14px;
    padding: 8px 10px;
  }
  .menus .menu-bottom .navbar .search form#searchform input#s {
    width: 100%;
    margin-right: -5px;
  }
  .menus .menu-bottom .navbar .search form#searchform div {
    display: flex;
  }
  .menus .menu-bottom .navbar .search form#searchform label.screen-reader-text {
    display: none;
  }
  .menus .menu-bottom .navbar .boton-search {
    padding: 0px 0px;
    margin-right: 15px;
    display: block;
  }
  .menus .menu-bottom .navbar .boton-search button#search-button {
    padding: 0;
    border: 0;
    background-color: transparent;
  }
  .menus .menu-bottom .navbar .search.active {
    left: 0;
    bottom: -48px;
  }
  .menus .menu-bottom .navbar .boton-search button#search-button.active path {
    fill: #e65c09;
  }
}
.banner-head {
  background-color: #f4f3f8;
}

.banner-head .wrapper {
  display: flex;
}

.banner-head .wrapper .textos {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
}

.banner-head .wrapper .textos .wrapper-texts {
  margin-right: -23%;
}

.banner-head .wrapper .textos .wrapper-texts h2 {
  font-family: "robotolight";
  color: #545455;
  font-size: 30px;
  margin-bottom: 10px;
}

.banner-head .wrapper .textos .wrapper-texts p {
  margin: 0;
  color: #545455;
  font-family: "robotoregular";
  font-size: 16px;
  line-height: 20px;
}

.banner-head .wrapper .textos .wrapper-texts h2 strong {
  font-weight: unset;
  font-family: "robotomedium";
}

.banner-head .wrapper .imagen {
  width: 70%;
}

.banner-head .wrapper .imagen img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .banner-head .wrapper .textos .wrapper-texts h2 {
    font-size: 18px;
  }
  .banner-head .wrapper .textos .wrapper-texts p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .banner-head .container {
    max-width: 100%;
    padding: 0;
  }
  .banner-head .wrapper {
    display: block;
    position: relative;
  }
  .banner-head .wrapper .textos {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
  }
  .banner-head .wrapper .imagen {
    width: 100%;
  }
  .banner-head .wrapper .textos .wrapper-texts {
    margin-right: 15px;
    margin-left: 15px;
    width: 65%;
  }
  .banner-head .wrapper .textos .wrapper-texts h2 {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  .banner-head .wrapper .textos .wrapper-texts h2 {
    font-size: 20px;
  }
}
.selects-agenda {
  padding: 35px 0px;
  margin-bottom: 30px;
}

.selects-agenda .wrapper {
  display: flex;
}

.selects-agenda .wrapper .textos {
  width: 50%;
  align-items: center;
}

.selects-agenda .wrapper .textos p {
  margin: 0;
  font-family: "robotobold";
  color: #22252a;
  font-size: 20px;
}

.selects-agenda .wrapper .textos span {
  font-family: "robotolight";
  color: #545455;
  font-size: 18px;
}

.selects-agenda .wrapper .selects {
  width: 50%;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.selects-agenda .wrapper .selects .categoria {
  width: 70%;
}

.selects-agenda .wrapper .selects .categoria select {
  width: 100%;
  font-family: "robotomedium";
  color: #000;
  font-size: 16px;
  border: 1px solid rgba(124, 124, 125, 0.4);
  border-radius: 0;
  padding: 7px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(img/flecha-bottom.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
  padding-right: 50px;
  cursor: pointer;
  outline: none;
}

.selects-agenda .wrapper .selects .dia {
  width: 30%;
}

.selects-agenda .wrapper .selects .dia select {
  width: 100%;
  font-family: "robotomedium";
  color: #000;
  font-size: 16px;
  border: 1px solid rgba(124, 124, 125, 0.4);
  border-radius: 0;
  padding: 7px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(img/flecha-bottom.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
  padding-right: 50px;
  cursor: pointer;
  outline: none;
}

@media (max-width: 767px) {
  .selects-agenda .wrapper .textos {
    width: 100%;
    padding-bottom: 15px;
  }
  .selects-agenda {
    padding: 15px 0px;
  }
  .selects-agenda .wrapper .selects {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  .selects-agenda .wrapper .selects .categoria {
    width: 100%;
    margin-bottom: 10px;
  }
  .selects-agenda .wrapper .selects .dia {
    width: 100%;
  }
  .selects-agenda .wrapper {
    flex-direction: column;
  }
}
.listado-vcm .wrapper {
  display: flex;
}

.listado-vcm .wrapper .margen-left {
  width: 10%;
}

.listado-vcm .wrapper .content {
  width: 90%;
}

.listado-vcm .wrapper .content .boton-ver-mas a {
  background-color: #545455;
  color: #fff;
  font-family: "robotomedium";
  font-size: 14px;
  padding: 6px 15px;
}

.listado-vcm .wrapper .content .boton-ver-mas a:hover {
  background-color: #000;
}

.listado-vcm .wrapper .content .boton-ver-mas {
  text-align: right;
  margin-top: -20px;
}

.listado-vcm .wrapper .content .item {
  background-color: #f3f3f7;
  display: flex;
  margin-bottom: 45px;
}

.listado-vcm .wrapper .content .item .informacion {
  width: 65%;
}

.listado-vcm .wrapper .content .item .informacion .info-top {
  padding: 20px 30px;
  padding-bottom: 10px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos {
  border-bottom: 1px solid rgba(112, 112, 112, 0.19);
  min-height: 140px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos h4 {
  font-family: "robotomedium";
  color: #000;
  font-size: 22px;
  margin-bottom: 15px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos p {
  color: #545455;
  font-family: "robotoregular";
  font-size: 16px;
  margin-bottom: 10px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos p strong {
  font-weight: initial;
  font-family: "robotobold";
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  flex-wrap: wrap;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .fechas {
  display: flex;
  gap: 5px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .fechas .fecha {
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 9px 7px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .fechas .fecha h5 {
  margin: 0;
  color: #000000;
  font-family: "robotobold";
  font-size: 18px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .fechas .fecha p {
  margin: 0;
  font-family: "robotoregular";
  color: #000000;
  font-size: 13px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .fechas .fecha p strong {
  font-family: "robotobold";
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .fechas .fecha.intervalo {
  padding: 9px 15px;
  text-align: right;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .fechas .fecha.intervalo h5 span {
  font-size: 14px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-boton {
  width: 54%;
  display: flex;
  align-items: center;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-boton .hora {
  color: #000000;
  font-family: "robotomedium";
  font-size: 14px;
  width: 50%;
  text-align: right;
  padding-right: 15px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-boton .boton {
  width: 50%;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-boton .boton a {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  font-family: "robotomedium";
  font-size: 12px;
  text-align: center;
  width: 100%;
  padding: 10px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-tipo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 15px;
  min-width: 132px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-tipo .tipo {
  display: flex;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-tipo .tipo span svg {
  width: 16px;
  height: auto;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-tipo .tipo p {
  margin: 0;
  margin-left: 4px;
  font-family: "robotobold";
  font-size: 14px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-tipo .tipo span {
  display: flex;
  justify-content: center;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-tipo .hora {
  font-family: "robotomedium";
  font-size: 14px;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom {
  background-color: #e65c09;
  display: flex;
  align-items: center;
  justify-content: center;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom.no-button {
  width: 100%;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom.no-button .registrate {
  display: none;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom.no-button .botones-bottom {
  width: 100%;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom.no-button .botones-bottom .mas-info a {
  margin-left: auto;
  margin-right: 2px;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .tipo {
  width: 50%;
  font-size: 14px;
  font-family: "robotomedium";
  color: #fff;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .tipo span {
  display: inline-block;
  margin-right: 5px;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom span svg {
  width: 20px;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom span svg path {
  fill: #f3f3f7;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .agregar-agenda {
  width: 100%;
  text-align: center;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .agregar-agenda a {
  color: #fff;
  font-size: 14px;
  font-family: "robotomedium";
  text-decoration: underline;
  display: inline-block;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .agregar-agenda a span {
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .compartir {
  width: 60%;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .compartir button {
  color: #fff;
  font-size: 14px;
  font-family: "robotomedium";
  text-decoration: underline;
  display: inline-block;
  background-color: transparent;
  border: 0;
  outline: none;
  position: relative;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .compartir button span {
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: -2px;
}

.listado-vcm .wrapper .content .item .imagen {
  width: 35%;
  background-size: cover;
  background-position: center;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-boton .boton a:hover {
  background-color: #e65c09;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .agregar-agenda a:hover {
  text-decoration: none;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .compartir button:hover {
  text-decoration: none;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .botones-bottom {
  width: 70%;
  display: flex;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .botones-bottom .mas-info {
  width: 40%;
  text-align: center;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .registrate {
  width: 30%;
  text-align: center;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .botones-bottom .mas-info a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "robotomedium";
  font-size: 12px;
  border: 1px solid white;
  padding: 6px;
  max-width: 175px;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .registrate a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  font-family: "robotomedium";
  font-size: 12px;
  padding: 9px;
  margin-left: 2px;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .botones-bottom .mas-info a:hover {
  background-color: #000;
}

@media (max-width: 1199px) {
  .listado-vcm .wrapper .margen-left {
    width: 0;
  }
  .listado-vcm .wrapper .content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .listado-vcm .wrapper .content .item {
    flex-direction: column-reverse;
  }
  .listado-vcm .wrapper .content .item .informacion {
    width: 100%;
  }
  .listado-vcm .wrapper .content .item .imagen {
    width: 100%;
    padding-top: 35%;
  }
}
@media (max-width: 767px) {
  .listado-vcm .wrapper .content .item .informacion .info-top {
    padding: 15px;
  }
  .listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .fechas {
    padding-bottom: 0;
  }
  .listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom {
    flex-direction: row;
  }
  .listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-boton {
    width: 100%;
  }
  .listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-boton .hora {
    text-align: left;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom {
    flex-direction: column;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .botones-bottom {
    width: 100%;
    padding-right: 3px;
    order: 2;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .compartir {
    width: auto;
    min-width: 105px;
    width: 45%;
    text-align: center;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .botones-bottom .mas-info {
    width: 100%;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .registrate {
    width: 100%;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .registrate a {
    margin-left: 0;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .botones-bottom .mas-info a {
    margin-right: 0;
    margin-left: auto;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom.no-button .botones-bottom .mas-info a {
    margin-right: 0px;
  }
}
@media (max-width: 450px) {
  .listado-vcm .wrapper .content .item .informacion .info-bottom .tipo span {
    text-align: center;
    display: block;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .tipo {
    text-align: center;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .agregar-agenda a span {
    display: block;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .compartir {
    text-align: center;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .compartir button span {
    top: 0;
    margin-right: 0;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .agregar-agenda a {
    font-size: 12px;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .compartir button {
    font-size: 12px;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom span {
    height: 22px;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .botones-bottom {
    padding-left: 0;
  }
}
@media (max-width: 413px) {
  .listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-tipo {
    width: 100%;
  }
}
.banner-single-vcm {
  background-color: #f3f3f7;
  position: relative;
}

.banner-single-vcm .textos {
  display: flex;
  flex-direction: column;
  width: 43%;
  min-height: 315px;
  position: relative;
}

.banner-single-vcm .textos .wrapper {
  flex: 1;
  padding-top: 40px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.banner-single-vcm .textos .wrapper h2 {
  color: #000000;
  font-family: "robotomedium";
  font-size: 26px;
}

.banner-single-vcm .fechas {
  display: flex;
  padding: 20px 0px;
  justify-content: flex-end;
}

.banner-single-vcm .fechas .wrapper-fechas {
  display: flex;
  gap: 5px;
}

.banner-single-vcm .fechas .wrapper-fechas .fecha {
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 9px 7px;
}

.banner-single-vcm .fechas .wrapper-fechas .fecha h5 {
  margin: 0;
  color: #000000;
  font-family: "robotobold";
  font-size: 18px;
}

.banner-single-vcm .fechas .wrapper-fechas .fecha p {
  margin: 0;
  font-family: "robotoregular";
  color: #000000;
  font-size: 13px;
}

.banner-single-vcm .fechas .horas {
  width: auto;
  display: flex;
  padding-right: 15px;
  flex-direction: column;
  justify-content: center;
}

.banner-single-vcm .fechas .horas .hora {
  color: #000000;
  font-family: "robotomedium";
  font-size: 14px;
}

.banner-single-vcm .bg {
  width: 53%;
  height: 100%;
  position: absolute;
  right: 0;
  background-position: center;
  background-size: cover;
}

.banner-single-vcm .bg:after {
  content: "";
  display: block;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgb(243, 243, 247);
  background: linear-gradient(90deg, rgb(243, 243, 247) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f7", endColorstr="#ffffff", GradientType=1);
}

.barra-datos {
  background-color: #e65c09;
}

.barra-datos .wrapper {
  display: flex;
  width: 100%;
}

.barra-datos .wrapper .info-bottom {
  width: 60%;
  display: flex;
  min-height: 45px;
}

.barra-datos .wrapper .info-bottom .tipo {
  width: 60%;
  display: flex;
  font-family: "robotomedium";
  color: #fff;
  font-size: 14px;
  align-items: center;
}

.barra-datos .wrapper .info-bottom span {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

.barra-datos .wrapper .info-bottom span svg path {
  fill: #f3f3f7;
}

.barra-datos .wrapper .info-bottom .agregar-agenda {
  width: 100%;
  display: flex;
  font-family: "robotomedium";
  color: #fff;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.barra-datos .wrapper .info-bottom .agregar-agenda a {
  color: #fff;
  text-decoration: underline;
}

.barra-datos .wrapper .info-bottom .compartir {
  width: 100%;
  display: flex;
  font-family: "robotomedium";
  color: #fff;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.barra-datos .wrapper .info-bottom .compartir a {
  color: #fff;
  text-decoration: underline;
}

.barra-datos .wrapper .inscripciones {
  width: 40%;
  background-color: #000;
  color: #fff;
  font-family: "robotomedium";
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.barra-datos .wrapper .info-bottom .compartir a:hover {
  text-decoration: none;
}

.barra-datos .wrapper .info-bottom .agregar-agenda a:hover {
  text-decoration: none;
}

.banner-single-vcm .fechas .horas .tipo span {
  display: flex;
  align-items: center;
}

.banner-single-vcm .fechas .horas .tipo span svg {
  width: 16px;
  margin-right: 5px;
}

.banner-single-vcm .fechas .horas .tipo span p {
  margin: 0;
  font-family: "robotobold";
  font-size: 15px;
}

@media (max-width: 767px) {
  .banner-single-vcm .bg {
    display: none;
  }
  .banner-single-vcm .image-mobile img {
    max-width: 100%;
    height: auto;
  }
  .banner-single-vcm .textos {
    width: 100%;
    min-height: 235px;
  }
  .banner-single-vcm .textos .wrapper {
    padding-top: 20px;
  }
  .banner-single-vcm .textos .wrapper h2 {
    font-size: 18px;
  }
  .banner-single-vcm .fechas .wrapper-fechas {
    flex-wrap: wrap;
  }
  .barra-datos .wrapper {
    flex-direction: row;
  }
  .barra-datos .wrapper .info-bottom {
    width: 60%;
  }
  .barra-datos .wrapper .inscripciones {
    width: 50%;
    padding: 12px;
  }
  .barra-datos .wrapper .info-bottom .tipo {
    width: 100%;
  }
  .barra-datos .wrapper .info-bottom .agregar-agenda {
    width: 201%;
  }
  .barra-datos .wrapper .info-bottom .compartir {
    justify-content: center;
  }
  .inscripciones-mobile .inscripciones {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-family: "robotomedium";
    font-size: 18px;
    padding: 10px;
    margin-top: 5px;
  }
}
@media (max-width: 450px) {
  .barra-datos .wrapper .info-bottom .tipo {
    flex-direction: column;
    justify-content: center;
  }
  .barra-datos .wrapper .info-bottom .agregar-agenda a {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .barra-datos .wrapper .info-bottom .compartir a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.single-actividad {
  position: relative;
  overflow: hidden;
}

.single-actividad .detalle-1 {
  width: 100%;
  max-width: 17%;
  position: absolute;
  left: 0%;
  top: 14%;
  z-index: -1;
}

.single-actividad .detalle-2 {
  position: absolute;
  max-width: 17%;
  width: 100%;
  height: auto;
  right: 0%;
  top: 1%;
  z-index: -1;
}

.single-actividad .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}

.single-actividad .wrapper .item {
  display: flex;
  margin-bottom: 60px;
  min-height: 60px;
}

.single-actividad .wrapper .item .titular {
  width: 30%;
  text-align: right;
  padding-right: 30px;
  border-right: 1px solid #707070;
  margin-right: 49px;
}

.single-actividad .wrapper .item .titular h3 {
  color: #000;
  margin: 0;
  font-family: "robotomedium";
  font-size: 28px;
}

.single-actividad .wrapper .item .contenido {
  width: 70%;
}

.single-actividad .wrapper .item .contenido p {
  color: #7c7c7d;
  font-family: "robotoregular";
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 0px;
}

.single-actividad .wrapper .item .contenido p strong {
  font-weight: normal;
  font-family: "robotobold";
}

.single-actividad .wrapper .item .contenido ul,
.single-actividad .wrapper .item .contenido ol {
  color: #7c7c7d;
  font-family: "robotoregular";
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 0px;
}

.single-actividad .wrapper .item .contenido p a {
  color: #e65c09;
  text-decoration: underline;
}

.single-actividad .wrapper .item .contenido p a:hover {
  color: #000;
}

.single-actividad .wrapper .item .titular.middle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.single-actividad .wrapper .item .contenido.middle {
  display: flex;
  align-items: center;
}

.single-actividad .wrapper .item .contenido .boton {
  display: block;
}

.single-actividad .wrapper .item .contenido .boton a {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  font-family: "robotomedium";
  font-size: 12px;
  text-align: center;
  width: auto;
  padding: 10px;
  min-width: 170px;
}

.single-actividad .wrapper .item .contenido .wrapper-caluga {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.single-actividad .wrapper .item .contenido .wrapper-caluga .caluga {
  width: 31.2%;
}

.single-actividad .wrapper .item .contenido .wrapper-caluga .caluga figure {
  margin-bottom: 20px;
}

.single-actividad .wrapper .item .contenido .wrapper-caluga .caluga figure img {
  max-width: 100%;
  height: auto;
}

.single-actividad .wrapper .item .contenido .wrapper-caluga .caluga h5 {
  color: #e65c0a;
  font-family: "robotomedium";
  font-size: 18px;
  margin-bottom: 15px;
}

.single-actividad .wrapper .item .contenido .wrapper-caluga .caluga p {
  font-size: 12px;
  line-height: 17px;
}

.single-actividad .wrapper .item.boton {
  margin-top: -25px;
}

.single-actividad .wrapper .item.boton a {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  font-family: "robotomedium";
  font-size: 12px;
  text-align: center;
  width: auto;
  padding: 10px;
  min-width: 190px;
}

.single-actividad .wrapper .item.boton a:hover {
  background-color: #e65c09;
}

.single-actividad .wrapper .item.boton .titular {
  border: 0;
}

.barra-datos .wrapper .inscripciones a {
  color: #fff;
}

@media (max-width: 1450px) {
  .single-actividad .detalle-2 {
    right: -4%;
  }
}
@media (max-width: 1300px) {
  .single-actividad .detalle-2 {
    right: -12%;
  }
}
@media (max-width: 1199px) {
  .single-actividad .wrapper .item .contenido .wrapper-caluga .caluga {
    width: 31%;
  }
}
@media (max-width: 991px) {
  .single-actividad .wrapper .item .contenido .wrapper-caluga .caluga {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .single-actividad .detalle-1 {
    display: none;
  }
  .single-actividad .detalle-2 {
    right: 5px;
    top: 5px;
  }
  .single-actividad .wrapper .item {
    flex-direction: column;
  }
  .single-actividad .wrapper .item .titular {
    width: initial;
    text-align: left;
    font-size: 15px;
    margin-right: 0;
    padding-right: 0;
    display: block;
    border: 0;
    margin-bottom: 25px;
  }
  .single-actividad .wrapper .item .titular h3 {
    display: inline-block;
    border-right: 1px solid;
    padding-right: 15px;
  }
  .single-actividad .wrapper .item .titular h3 {
    font-size: 20px;
  }
  .single-actividad .wrapper .item .contenido {
    width: 100%;
  }
  .single-actividad .wrapper .item .contenido p {
    line-height: 30px;
  }
  .single-actividad .wrapper .item .titular.middle {
    justify-content: flex-start;
  }
  .single-actividad .wrapper .item.boton a {
    width: 100%;
  }
  .single-actividad .wrapper .item.boton {
    margin-top: -55px;
  }
}
@media (max-width: 375px) {
  .single-actividad .wrapper .item .contenido .wrapper-caluga .caluga {
    width: 100%;
  }
}
.otras-actividades {
  background-color: #f3f3f7;
  padding-top: 50px;
  padding-bottom: 75px;
  background-image: url(img/detalle-3vcm.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.otras-actividades .wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.otras-actividades .wrapper h3 {
  color: #000;
  margin: 0;
  font-family: "robotomedium";
  font-size: 28px;
  margin-bottom: 40px;
}

.otras-actividades .wrapper .carrusel-actividades {
  padding: 0px 50px;
  position: relative;
}

.otras-actividades .wrapper .carrusel-actividades .item {
  background-color: #fff;
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top {
  display: flex;
  flex-direction: column;
  padding: 20px 20px;
  flex: 1;
  flex-grow: 1;
  padding-bottom: 15px;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top .textos {
  min-height: 85px;
  flex: 1;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 15px;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top .textos h4 {
  font-family: "robotomedium";
  color: #000;
  font-size: 18px;
  margin-bottom: 0;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top .fecha-hora {
  padding: 15px 0px;
  display: flex;
  padding-bottom: 0;
  align-items: center;
  justify-content: flex-end;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top .fecha-hora .fechas {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-end;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top .fecha-hora .fechas .fecha {
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 9px 7px;
  display: inline-flex;
  flex-direction: column;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top .fecha-hora .fechas .fecha h5 {
  margin: 0;
  color: #000000;
  font-family: "robotobold";
  font-size: 18px;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top .fecha-hora .fechas .fecha p {
  margin: 0;
  font-family: "robotoregular";
  color: #000000;
  font-size: 13px;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom {
  display: flex;
  padding: 0;
  background-color: #e65c09;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom .tipo {
  width: 100%;
  display: flex;
  align-items: center;
  font-family: "robotomedium";
  color: #fff;
  font-size: 12px;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom span path {
  fill: #ffffff;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom .agregar-agenda {
  width: 155%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom .agregar-agenda a {
  font-family: "robotomedium";
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom .compartir {
  width: 100%;
  align-items: center;
  display: flex;
  place-content: center;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom .compartir button {
  font-family: "robotomedium";
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  position: relative;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top .fecha-hora .fechas .hora {
  width: 40%;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top .fecha-hora .hora {
  display: flex;
  align-items: flex-start;
  width: auto;
  flex-direction: column;
  margin-right: 15px;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top .fecha-hora .hora .hora-text {
  color: #000000;
  font-family: "robotomedium";
  font-size: 14px;
  text-align: right;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top .fecha-hora .hora .tipo {
  flex-direction: row;
  display: flex;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top .fecha-hora .hora .tipo span svg {
  width: 16px;
  height: auto;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top .fecha-hora .hora .tipo p {
  margin: 0;
  font-family: "robotobold";
  font-size: 16px;
  margin-left: 3px;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top .fecha-hora .hora .hora-text p {
  margin: 0;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom span svg {
  width: 20px;
  margin-right: 5px;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom .agregar-agenda a:hover {
  text-decoration: none;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom .compartir a:hover {
  text-decoration: none;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom .mas-informacion {
  width: 100%;
  padding: 3px;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom .mas-informacion a {
  font-size: 12px;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  font-family: "robotomedium";
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 5px;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .registrate-boton {
  width: 55%;
  text-align: center;
  display: flex;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .registrate-boton a {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  font-family: "robotomedium";
  font-size: 12px;
  justify-content: center;
  align-items: center;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom .mas-informacion a:hover {
  background-color: #000;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .registrate-boton a:hover {
  background-color: #e65c0a;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom .botones-bottom {
  width: 100%;
  display: flex;
}

.otras-actividades .wrapper .carrusel-actividades .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.3s ease;
  outline: none;
  margin-top: -35px;
}

.otras-actividades .wrapper .carrusel-actividades .owl-nav button.owl-prev {
  left: 0;
}

.otras-actividades .wrapper .carrusel-actividades .owl-nav button.owl-next {
  right: 0;
}

.otras-actividades .wrapper .carrusel-actividades .owl-nav button svg {
  width: 100%;
  height: auto;
}

.otras-actividades .wrapper .carrusel-actividades .owl-nav button:hover {
  opacity: 0.6;
}

.otras-actividades .wrapper .carrusel-actividades .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.otras-actividades .wrapper .carrusel-actividades .owl-dots button.owl-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #7c7c7d;
  border-radius: 100%;
  margin: 0px 4px;
  outline: none;
}

.otras-actividades .wrapper .carrusel-actividades .owl-dots button.owl-dot.active {
  background-color: #e65c0a;
}

@media (max-width: 768px) {
  .otras-actividades .wrapper h3 {
    font-size: 20px;
  }
  .otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top .textos h4 {
    font-size: 16px;
  }
  .otras-actividades .wrapper .carrusel-actividades .owl-nav button {
    bottom: 0;
    top: auto;
    transform: translateY(0);
    width: 15px;
  }
  .otras-actividades .wrapper .carrusel-actividades {
    padding: 0;
  }
  .otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top .fecha-hora .hora {
    margin-right: 15px;
  }
}
@media (max-width: 374px) {
  .otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top .fecha-hora .hora .hora-text {
    font-size: 12px;
  }
  .otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top .fecha-hora .fechas .fecha h5 {
    font-size: 14px;
  }
  .otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .top .fecha-hora .fechas .fecha p {
    font-size: 11px;
  }
  .otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom .tipo {
    flex-direction: column;
  }
  .otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom .agregar-agenda a {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom .compartir a {
    display: flex;
    flex-direction: row;
    text-align: center;
  }
  .otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom .botones-bottom {
    order: 2;
    display: flex;
  }
  .otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .registrate-boton {
    order: 1;
    width: 100%;
  }
  .otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom {
    display: flex;
    flex-direction: column;
  }
  .otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .registrate-boton a {
    padding: 10px;
  }
}
.agendas-anteriores {
  padding-top: 70px;
  padding-bottom: 80px;
}

.agendas-anteriores .wrapper {
  max-width: 970px;
  margin: 0 auto;
}

.agendas-anteriores .wrapper .titular {
  margin-bottom: 35px;
}

.agendas-anteriores .wrapper .titular h3 {
  margin: 0;
  font-family: "robotobold";
  color: #22252a;
  font-size: 20px;
}

.agendas-anteriores .wrapper .titular span {
  font-family: "robotolight";
  color: #545455;
  font-size: 18px;
}

.agendas-anteriores .wrapper div#agendas .card {
  border: 0;
}

.agendas-anteriores .wrapper div#agendas .card .card-header {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.agendas-anteriores .wrapper div#agendas .card .card-header button {
  width: 100%;
  border: 1px solid rgba(124, 124, 125, 0.4);
  text-align: left;
  border-radius: 40px;
  position: relative;
  padding: 15px 25px;
  outline: none;
  box-shadow: none;
  margin-bottom: 5px;
  padding-right: 60px;
  text-decoration: none;
}

.agendas-anteriores .wrapper div#agendas .card .card-header button h5 {
  color: #000000;
  font-family: "robotobold";
  font-size: 16px;
  text-decoration: none;
}

.agendas-anteriores .wrapper div#agendas .card .card-header button span.arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

.agendas-anteriores .wrapper div#agendas .card .card-body {
  padding: 15px 30px;
  padding-bottom: 45px;
}

.agendas-anteriores .wrapper div#agendas .card .card-body .wrapper-fechas {
  display: flex;
  flex-direction: column;
}

.agendas-anteriores .wrapper div#agendas .card .card-body .wrapper-fechas .header {
  display: flex;
  align-items: center;
  padding: 15px 0px;
  border-bottom: 1px solid #cbcbcb;
}

.agendas-anteriores .wrapper div#agendas .card .card-body .wrapper-fechas .header .fecha {
  width: 180px;
  color: #e65c0a;
  font-family: "robotomedium";
  font-size: 14px;
  padding-right: 15px;
}

.agendas-anteriores .wrapper div#agendas .card .card-body .wrapper-fechas .header .fecha svg {
  max-width: 30px;
  margin-right: 5px;
}

.agendas-anteriores .wrapper div#agendas .card .card-body .wrapper-fechas .header .textos {
  width: calc(100% - 180px);
}

.agendas-anteriores .wrapper div#agendas .card .card-body .wrapper-fechas .header .textos p {
  margin: 0;
  color: #e65c0a;
  font-family: "robotomedium";
  font-size: 14px;
}

.agendas-anteriores .wrapper div#agendas .card .card-header button:hover {
  text-decoration: none;
  outline: none;
}

.agendas-anteriores .wrapper div#agendas .card .card-header button.collapsed span.arrow {
  transform: translateY(-50%) rotate(90deg);
}

.agendas-anteriores .wrapper div#agendas .card .card-body .wrapper-fechas .item {
  display: flex;
  align-items: center;
  padding: 15px 0px;
  border-bottom: 1px solid #cbcbcb;
}

.agendas-anteriores .wrapper div#agendas .card .card-body .wrapper-fechas .item .fecha {
  width: 180px;
  color: #545455;
  font-family: "robotobold";
  font-size: 14px;
  padding-right: 15px;
}

.agendas-anteriores .wrapper div#agendas .card .card-body .wrapper-fechas .item .fecha p {
  margin: 0;
}

.agendas-anteriores .wrapper div#agendas .card .card-body .wrapper-fechas .item .textos {
  width: calc(100% - 180px);
}

.agendas-anteriores .wrapper div#agendas .card .card-body .wrapper-fechas .item .textos p {
  margin: 0;
  color: #545455;
  font-family: "robotoregular";
  font-size: 14px;
}

@media (max-width: 768px) {
  .agendas-anteriores .wrapper div#agendas .card .card-body .wrapper-fechas .header .fecha {
    width: 120px;
  }
  .agendas-anteriores .wrapper div#agendas .card .card-body .wrapper-fechas .header .textos {
    width: calc(100% - 120px);
  }
  .agendas-anteriores .wrapper div#agendas .card .card-body .wrapper-fechas .item .fecha {
    width: 120px;
  }
  .agendas-anteriores .wrapper div#agendas .card .card-body .wrapper-fechas .item .textos {
    width: calc(100% - 120px);
  }
}
@media (max-width: 374px) {
  .agendas-anteriores .wrapper div#agendas .card .card-body {
    padding: 0;
  }
}
.sin-resultados {
  text-align: center;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sin-resultados h2 {
  font-family: "robotomedium";
  text-transform: uppercase;
  color: #545455;
  font-size: 30px;
  margin-bottom: 0;
}

.sin-resultados h3 {
  color: #545455;
  font-family: "robotoregular";
  font-size: 16px;
  margin-top: 5px;
}

.sin-resultados form#searchform label.screen-reader-text {
  clip: initial !important;
  font-family: "robotomedium";
  font-size: 14px;
  top: 5px !important;
  display: none;
}

.sin-resultados form#searchform input#s {
  border: 1px solid #e6e6e6;
  outline: none;
  padding: 7px 15px;
  font-family: robotolight;
  color: #000000;
  font-size: 14px;
  width: 100%;
  max-width: 370px;
  margin-top: 30px;
}

.sin-resultados form#searchform input#searchsubmit {
  display: none;
}

@media (max-width: 768px) {
  .sin-resultados h2 {
    font-size: 18px;
  }
  .sin-resultados h3 {
    font-size: 14px;
  }
}
.error-404 {
  text-align: center;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.error-404 h1 {
  text-transform: uppercase;
  font-family: robotoblack;
  color: #e65c09;
  font-size: 60px;
  margin-bottom: 15px;
}

.error-404 p {
  margin-bottom: 0px;
  font-family: robotoregular;
  font-size: 14px;
  color: #7a7a7b;
}

.error-404 a {
  color: #e65c09;
}

.error-404 a:hover {
  color: #000;
}

@media (max-width: 768px) {
  .error-404 h1 {
    font-size: 30px;
  }
  .error-404 {
    margin: 30px 0px;
  }
}
.barra-datos .wrapper .info-bottom .compartir #compartir {
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
  border: 0;
  position: relative;
  text-transform: uppercase;
}

.barra-datos .wrapper .info-bottom .compartir #compartir .ventana-compartir {
  background-color: #fff;
  padding: 11px 15px 6px;
  border-radius: 15px;
  position: absolute;
  min-width: 215px;
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.1215686275);
  top: -60px;
  left: 0;
  visibility: hidden;
  transition: 0.3s ease;
  opacity: 0;
}

.barra-datos .wrapper .info-bottom .compartir #compartir .ventana-compartir:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 49px;
  bottom: -10px;
}

.barra-datos .wrapper .info-bottom .compartir #compartir .ventana-compartir.active {
  opacity: 1;
  visibility: visible;
  top: -64px;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom .compartir button .ventana-compartir-otros {
  background-color: #fff;
  padding: 11px 15px 6px;
  border-radius: 15px;
  position: absolute;
  min-width: 215px;
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.1215686275);
  top: -60px;
  left: 0;
  visibility: hidden;
  transition: 0.3s ease;
  opacity: 0;
  z-index: 2;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom .compartir button:hover .ventana-compartir-otros {
  visibility: visible;
  opacity: 1;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom .compartir button:hover .ventana-compartir-otros:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 49px;
  bottom: -10px;
}

.otras-actividades .wrapper .carrusel-actividades .item .wrapper-interior .info-bottom .compartir button .ventana-compartir-otros span svg {
  width: 100%;
}

.a2a_svg {
  height: auto !important;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .compartir button .ventana-compartir-otros {
  background-color: #fff;
  padding: 11px 15px 6px;
  border-radius: 15px;
  position: absolute;
  min-width: 215px;
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.1215686275);
  top: -60px;
  left: 0;
  visibility: hidden;
  transition: 0.3s ease;
  opacity: 0;
  z-index: 2;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .compartir button .ventana-compartir-otros:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 49px;
  bottom: -10px;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .compartir button:hover .ventana-compartir-otros {
  visibility: visible;
  opacity: 1;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .compartir button .ventana-compartir-otros svg {
  width: 100%;
}

.listado-vcm .wrapper .content .paginador {
  text-align: center;
}

.listado-vcm .wrapper .content .paginador a {
  display: inline-block;
  background-color: #e65c09;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "robotomedium";
  font-size: 12px;
  border: 1px solid white;
  padding: 6px;
  max-width: 175px;
  text-transform: uppercase;
}

.listado-vcm .wrapper .content .paginador a:hover {
  background-color: #000;
}

.ambito-programa {
  display: inline-flex;
  flex-direction: column;
  margin: 50px 0px;
}

.ambito-programa .top h4 {
  color: #fff;
  font-family: "robotobold";
  font-size: 18px;
  margin: 0;
  padding: 13px 30px;
}

.ambito-programa .bottom {
  margin-top: 15px;
  display: flex;
}

.ambito-programa .bottom span {
  width: 4px;
}

.ambito-programa .bottom p {
  margin: 0;
  color: #000000;
  font-family: "robotobold";
  font-size: 16px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 9px;
}

@media (max-width: 768px) {
  .ambito-programa {
    display: flex;
  }
}
.single-actividad .wrapper .item .contenido .btn-inscripciones {
  margin-top: 30px;
  text-align: right;
}/*# sourceMappingURL=style.css.map */</pre></body></html>