@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 16, ../sass/screen.scss */
body {
  background: #f5f5f5 !important;
  font-family: 'Roboto', sans-serif !important;
  margin: o auto;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
@media (max-width: 768px) {
  /* line 16, ../sass/screen.scss */
  body {
    margin-bottom: 350px;
  }
}

/* line 28, ../sass/screen.scss */
h2 {
  color: #025d5a;
  font-weight: 900;
}

/* line 32, ../sass/screen.scss */
h3 {
  color: #025d5a;
}

/* line 35, ../sass/screen.scss */
h5 {
  color: #212529;
  font-size: 13pt !important;
}

/* line 39, ../sass/screen.scss */
p {
  font-size: 11pt !important;
}

/* line 42, ../sass/screen.scss */
strong {
  color: #038687;
}

/* line 46, ../sass/screen.scss */
form a {
  color: #038687;
}

/* line 52, ../sass/screen.scss */
.btn-primary {
  background-color: #038687 !important;
  border-color: #038687 !important;
}
/* line 56, ../sass/screen.scss */
.btn-primary:hover {
  background-color: rgba(3, 134, 135, 0.9) !important;
  border-color: rgba(3, 134, 135, 0.1) !important;
}

/* line 62, ../sass/screen.scss */
.close {
  font-weight: 200 !important;
  color: #ffffff !important;
  opacity: .8 !important;
}
/* line 67, ../sass/screen.scss */
.close:hover {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* bootstrap addons */
/* .dropdown .dropdown-menu {
	-webkit-transition: margin-top 0.3s, max-height 0.3s, opacity 0.3s;
	-moz-transition: margin-top 0.3s, max-height 0.3s, opacity 0.3s;
	-ms-transition: margin-top 0.3s, max-height 0.3s, opacity 0.3s;
	-o-transition: margin-top 0.3s, max-height 0.3s, opacity 0.3s;
	transition: margin-top 0.3s, max-height 0.3s, opacity 0.3s;

	max-height: 0;
	margin-top: -20px;
	display: block;
	overflow: hidden !important;
	visibility: hidden;
	opacity: 0;
}

.dropdown.show .dropdown-menu {
	max-height: 100vh !important;
	margin-top: 0px;
	visibility: visible;
	opacity: 1;
}*/
/* line 97, ../sass/screen.scss */
.pagination li a,
.pagination li span {
  color: #038687;
}

/* line 101, ../sass/screen.scss */
.pagination li.active .page-link {
  background: #038687;
  border: 1px solid #038687;
  color: #ffffff;
}
/* line 106, ../sass/screen.scss */
.pagination li.active .page-link:hover {
  color: #ffffff;
}

/* line 110, ../sass/screen.scss */
.pagination li .page-link:hover {
  color: #038687;
}

/* line 114, ../sass/screen.scss */
.alert {
  padding: 20px !important;
}
/* line 117, ../sass/screen.scss */
.alert p:last-child {
  margin-bottom: 0;
}

/* botones block responsive */
@media (max-width: 767px) {
  /* line 125, ../sass/screen.scss */
  .btn-xs-block {
    display: block;
    width: 100%;
  }

  /* line 129, ../sass/screen.scss */
  input[type="submit"].btn-xs-block,
  input[type="reset"].btn-xs-block,
  input[type="button"].btn-xs-block {
    width: 100%;
  }

  /* line 134, ../sass/screen.scss */
  .btn-block + .btn-xs-block,
  .btn-xs-block + .btn-block,
  .btn-xs-block + .btn-xs-block {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 141, ../sass/screen.scss */
  .btn-sm-block {
    display: block;
    width: 100%;
  }

  /* line 145, ../sass/screen.scss */
  input[type="submit"].btn-sm-block,
  input[type="reset"].btn-sm-block,
  input[type="button"].btn-sm-block {
    width: 100%;
  }

  /* line 150, ../sass/screen.scss */
  .btn-block + .btn-sm-block,
  .btn-sm-block + .btn-block,
  .btn-sm-block + .btn-sm-block {
    margin-top: 0.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 157, ../sass/screen.scss */
  .btn-md-block {
    display: block;
    width: 100%;
  }

  /* line 161, ../sass/screen.scss */
  input[type="submit"].btn-md-block,
  input[type="reset"].btn-md-block,
  input[type="button"].btn-md-block {
    width: 100%;
  }

  /* line 166, ../sass/screen.scss */
  .btn-block + .btn-md-block,
  .btn-md-block + .btn-block,
  .btn-md-block + .btn-md-block {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1199px) {
  /* line 173, ../sass/screen.scss */
  .btn-lg-block {
    display: block;
    width: 100%;
  }

  /* line 177, ../sass/screen.scss */
  input[type="submit"].btn-lg-block,
  input[type="reset"].btn-lg-block,
  input[type="button"].btn-lg-block {
    width: 100%;
  }

  /* line 182, ../sass/screen.scss */
  .btn-block + .btn-lg-block,
  .btn-lg-block + .btn-block,
  .btn-lg-block + .btn-lg-block {
    margin-top: 0.5rem;
  }
}
/* background cover para rotador */
/* line 194, ../sass/screen.scss */
.carousel-item {
  height: 100%;
}

/* line 197, ../sass/screen.scss */
.carousel-item, .card {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
}

/* line 203, ../sass/screen.scss */
.card {
  min-height: 193px !important;
}

/* elimina recuadro azul en focus */
/* line 209, ../sass/screen.scss */
.nav-link:focus {
  border-color: none !important;
  box-shadow: 0 !important;
  outline: 0 none !important;
}

/* corrección de tamaño tooltip*/
/* line 216, ../sass/screen.scss */
.tooltip-inner {
  font-size: 8pt;
}

/* fix tablas responsivas */
@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  /* line 224, ../sass/screen.scss */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  /* line 234, ../sass/screen.scss */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /* line 240, ../sass/screen.scss */
  tr {
    border: 1px solid #ccc;
  }

  /* line 242, ../sass/screen.scss */
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
    white-space: normal;
    text-align: left;
  }

  /* line 252, ../sass/screen.scss */
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  /*
  Label the data
  */
  /* line 268, ../sass/screen.scss */
  td:before {
    content: attr(data-title);
  }
}
@media (max-width: 768px) {
  /* line 273, ../sass/screen.scss */
  .carousel {
    display: none;
  }
}
/* line 278, ../sass/screen.scss */
#topMovil {
  display: none;
  overflow: hidden;
}
/* line 282, ../sass/screen.scss */
#topMovil img {
  width: 100%;
}
@media (max-width: 768px) {
  /* line 278, ../sass/screen.scss */
  #topMovil {
    display: block;
  }
}

/* line 290, ../sass/screen.scss */
.listado-actividades {
  margin-top: 20px;
}
/* line 293, ../sass/screen.scss */
.listado-actividades li {
  padding: 8px 0;
}
/* line 296, ../sass/screen.scss */
.listado-actividades li h4 {
  padding: 10px 0;
  font-size: 15pt;
  color: #025d5a;
  border-bottom: 1px solid rgba(79, 79, 79, 0.3);
}
/* line 303, ../sass/screen.scss */
.listado-actividades li .item {
  padding-left: 30px;
  border-bottom: 1px solid rgba(79, 79, 79, 0.1);
  font-size: 20px;
}
/* line 308, ../sass/screen.scss */
.listado-actividades li .item p {
  font-size: 17px;
}
/* line 311, ../sass/screen.scss */
.listado-actividades li .item p:last-child {
  margin-bottom: 0;
}
/* line 316, ../sass/screen.scss */
.listado-actividades li a {
  float: left;
  color: #038687;
}
/* line 320, ../sass/screen.scss */
.listado-actividades li i {
  margin-left: -30px;
  margin-top: 6px;
  float: left;
  color: rgba(79, 79, 79, 0.6);
}

/* line 329, ../sass/screen.scss */
header {
  background: #038687;
  position: relative;
  /* header - menu desplegable */
  /* reset bootstrap */
}
/* line 333, ../sass/screen.scss */
header #barra-saval {
  background-color: #ededed;
  width: 100%;
  line-height: 140%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
/* line 342, ../sass/screen.scss */
header #barra-saval .boton {
  border-radius: 4px;
  color: #fff;
  font-size: 11px !important;
  padding: 5px 10px;
  margin: 5px 4px 5px 0;
  display: inline-block;
  border-radius: 4px;
}
/* line 351, ../sass/screen.scss */
header #barra-saval .boton.registro {
  background: #025d5a;
}
/* line 355, ../sass/screen.scss */
header #barra-saval .boton.entrar {
  background: #038687;
}
/* line 359, ../sass/screen.scss */
header #barra-saval .boton:hover {
  opacity: .9;
  text-decoration: none;
}
@media (max-width: 1199px) {
  /* line 333, ../sass/screen.scss */
  header #barra-saval {
    height: 0;
  }
}
/* line 369, ../sass/screen.scss */
header #barra-saval .menu-sitios-saval {
  list-style: none;
  margin-bottom: 0;
  text-align: right;
  padding-right: 0;
}
@media only screen and (max-width: 1199px) {
  /* line 369, ../sass/screen.scss */
  header #barra-saval .menu-sitios-saval {
    display: none;
  }
}
/* line 379, ../sass/screen.scss */
header #barra-saval .menu-sitios-saval li {
  display: inline-block;
}
/* line 382, ../sass/screen.scss */
header #barra-saval .menu-sitios-saval li a {
  color: #353a3d;
  padding: 0 15px 0 15px;
  line-height: 35px;
  font-size: 12px;
  border-left: 1px solid #038687;
}
/* line 389, ../sass/screen.scss */
header #barra-saval .menu-sitios-saval li a:hover {
  text-decoration: none;
}
/* line 395, ../sass/screen.scss */
header #barra-saval .menu-sitios-saval li:first-child a {
  border-left: none;
}
/* line 434, ../sass/screen.scss */
header #barra-saval-responsiva {
  display: none;
}
@media (max-width: 1199px) {
  /* line 434, ../sass/screen.scss */
  header #barra-saval-responsiva {
    display: block;
  }
}
/* line 445, ../sass/screen.scss */
header #login {
  float: left;
}
/* line 448, ../sass/screen.scss */
header #login form {
  padding: 30px;
  display: block;
  text-align: center;
}
/* line 457, ../sass/screen.scss */
header #login .popupContainer form input[type="text"],
header #login .popupContainer form input[type="password"],
header #login .popupContainer form button {
  width: 100%;
  margin: 10px 0 5px 0;
}
/* line 464, ../sass/screen.scss */
header #login .popupContainer form span {
  text-align: center;
  display: block;
  margin: 20px 0;
}
/* line 471, ../sass/screen.scss */
header #login .popupContainer .encabezado {
  background: #038687;
  width: 100%;
  padding: 5px 20px;
  position: relative;
}
/* line 477, ../sass/screen.scss */
header #login .popupContainer .encabezado h3 {
  text-align: left;
  font-size: 18pt;
  padding: 10px 5px 5px 5px;
  color: #ffffff;
}
/* line 484, ../sass/screen.scss */
header #login .popupContainer .encabezado .boton-cerrar {
  top: 10px;
  right: 15px;
}
/* line 491, ../sass/screen.scss */
header #login .modal_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 15px;
  cursor: pointer;
  color: gray;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  /* line 504, ../sass/screen.scss */
  header .modal_trigger {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 6px;
    right: 9px;
    background: url(../images/ico-usuario.png) !important;
    background-size: 34px auto !important;
    z-index: 50;
    text-indent: -9999px;
    overflow: hidden;
  }
}
/* line 520, ../sass/screen.scss */
header .usuario {
  width: 30%;
  margin-left: 15px;
}
@media only screen and (max-width: 1199px) {
  /* line 520, ../sass/screen.scss */
  header .usuario {
    width: 100%;
  }
}
/* line 528, ../sass/screen.scss */
header .usuario .nombre {
  color: #4f4f4f;
  display: block;
  float: left;
  font-size: 10pt;
  line-height: 35px;
  padding: 0 10px;
}
@media only screen and (max-width: 1199px) {
  /* line 528, ../sass/screen.scss */
  header .usuario .nombre {
    width: 40px;
    margin-left: -35px;
    text-indent: -9999px;
    overflow: hidden;
    color: transparent;
  }
}
/* line 545, ../sass/screen.scss */
header .usuario .menu-usuario {
  width: 35px;
  height: 35px;
  padding-left: 35px;
  position: relative;
  float: left;
  background: url(../images/ico-usuario-on-dsktp.png);
  background-size: 35px 35px;
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  /* line 545, ../sass/screen.scss */
  header .usuario .menu-usuario {
    width: 35px;
    height: 35px;
    background: url(../images/ico-usuario-on.png);
    background-size: 35px auto;
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 15px;
  }
  /* line 565, ../sass/screen.scss */
  header .usuario .menu-usuario .menu-dropdown.show {
    right: -26px !important;
    transform: translate3d(-127px, 35px, 0px) !important;
  }
}
/* line 573, ../sass/screen.scss */
header #menu-saval {
  background: #025d5a;
  height: 40px;
}
@media (max-width: 1199px) {
  /* line 573, ../sass/screen.scss */
  header #menu-saval {
    height: auto;
  }
}
/* line 583, ../sass/screen.scss */
header #menu a {
  cursor: pointer;
}
@media (max-width: 1199px) {
  /* line 582, ../sass/screen.scss */
  header #menu {
    width: 100%;
    display: none;
  }
}
/* line 592, ../sass/screen.scss */
header .login-box {
  display: none;
  position: absolute;
  background: #038687;
  width: 300px;
  z-index: 900;
  color: #ffffff;
  top: 70px;
  right: 15px;
  padding: 15px;
  box-shadow: 0 -6px 0 transparent, 0 1px 6px rgba(0, 0, 0, 0.35);
}
/* line 604, ../sass/screen.scss */
header .login-box:after {
  bottom: 100%;
  right: 27px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #038687;
  border-width: 10px;
  margin-left: -10px;
}
/* line 619, ../sass/screen.scss */
header .login-box a {
  color: #ffffff;
}
@media (max-width: 1199px) {
  /* line 592, ../sass/screen.scss */
  header .login-box {
    top: 105px;
    width: 100%;
    left: 0;
  }
  /* line 628, ../sass/screen.scss */
  header .login-box:after {
    left: 50px;
  }
}
/* line 634, ../sass/screen.scss */
header .navbar-brand {
  width: 265px;
  background: url("../images/emc-cyc-logo.png") 0 no-repeat;
  background-size: auto 55px;
  background-position: -10px;
  padding-right: 140px !important;
  margin: 20px 0;
  text-indent: -9999px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  /* line 634, ../sass/screen.scss */
  header .navbar-brand {
    margin: 10px 0;
    background-size: auto 45px;
  }
}
@media (max-width: 768px) {
  /* line 634, ../sass/screen.scss */
  header .navbar-brand {
    margin: 0;
    background-size: auto 35px;
    background-position-x: -8px;
  }
}
/* line 656, ../sass/screen.scss */
header .dropdown-menu {
  margin-top: -3px;
}
/* line 661, ../sass/screen.scss */
header .logo-saval img {
  position: absolute;
  top: 23px;
  right: 10px;
  width: 200px;
}
@media (max-width: 1199px) {
  /* line 661, ../sass/screen.scss */
  header .logo-saval img {
    width: 150px;
    top: 20px;
  }
}
@media (max-width: 768px) {
  /* line 661, ../sass/screen.scss */
  header .logo-saval img {
    width: 120px;
    top: 13px;
  }
}
/* line 685, ../sass/screen.scss */
header .navbar-toggler {
  height: 35px;
  border: 0 !important;
  margin-top: 4px;
  padding-right: 0 !important;
}
/* line 692, ../sass/screen.scss */
header .hamburger-menu,
header .hamburger-menu:after,
header .hamburger-menu:before {
  width: 35px;
  height: 3.5px;
}
/* line 699, ../sass/screen.scss */
header .hamburger-menu {
  position: relative;
  transform: translateY(10px);
  background: #ffffff;
  transition: all 0ms 300ms;
  cursor: pointer;
}
@media (max-width: 575px) {
  /* line 699, ../sass/screen.scss */
  header .hamburger-menu {
    right: 0px;
  }
}
/* line 710, ../sass/screen.scss */
header .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
/* line 714, ../sass/screen.scss */
header .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #ffffff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 723, ../sass/screen.scss */
header .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #ffffff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 732, ../sass/screen.scss */
header .hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 738, ../sass/screen.scss */
header .hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 746, ../sass/screen.scss */
#buscador-home {
  background: #038687;
  color: #ffffff;
}
/* line 750, ../sass/screen.scss */
#buscador-home .btn {
  background-color: #025d5a !important;
  border: 1px solid #025d5a !important;
}
/* line 754, ../sass/screen.scss */
#buscador-home .btn:hover {
  background-color: rgba(2, 93, 90, 0.7) !important;
}
@media (max-width: 992px) {
  /* line 760, ../sass/screen.scss */
  #buscador-home .campo {
    margin-bottom: 10px;
  }
  /* line 763, ../sass/screen.scss */
  #buscador-home .campo:last-child {
    margin-bottom: 5px;
  }
}

/* line 770, ../sass/screen.scss */
footer {
  background: #ffffff;
  color: #4f4f4f;
  flex: 1;
  border-top: 10px solid #038687;
}
/* line 776, ../sass/screen.scss */
footer .img-fluid {
  width: 58px;
  margin-bottom: 15px;
}
/* line 781, ../sass/screen.scss */
footer a {
  color: #038687;
}
/* line 784, ../sass/screen.scss */
footer a:hover {
  color: #025d5a;
  text-decoration: underline;
}
/* line 790, ../sass/screen.scss */
footer .certificaciones {
  background: #f5f5f5;
}
/* line 796, ../sass/screen.scss */
footer .redes ul li {
  float: left;
  font-size: 30pt;
  margin-left: 5px;
}
/* line 803, ../sass/screen.scss */
footer .redes .ico-fb a {
  color: #3A5795;
}
/* line 806, ../sass/screen.scss */
footer .redes .ico-tw a {
  color: #5EA9DD;
}
/* line 809, ../sass/screen.scss */
footer .redes .ico-rss a {
  color: #f26522;
}

/* line 815, ../sass/screen.scss */
.mini-footer {
  background: #025d5a;
}

/* listados */
/* line 821, ../sass/screen.scss */
#home .list-group {
  max-height: 458px;
}

/* line 825, ../sass/screen.scss */
.list-group {
  max-height: 370px;
  margin-bottom: 10px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1199px) {
  /* line 825, ../sass/screen.scss */
  .list-group {
    max-height: 307px;
  }
}
@media (max-width: 768px) {
  /* line 825, ../sass/screen.scss */
  .list-group {
    max-height: 1000px;
    overflow: visible;
    display: contents !important;
  }
}

/* line 875, ../sass/screen.scss */
#Actividades-Destacadas h5 {
  color: #038687;
}

/* tarjetas */
/* line 881, ../sass/screen.scss */
.card {
  min-height: 240px !important;
}

/* line 885, ../sass/screen.scss */
.card-img-overlay {
  background: rgba(3, 134, 135, 0.9);
  bottom: 0 !important;
  top: unset !important;
}
/* line 890, ../sass/screen.scss */
.card-img-overlay h5 {
  color: #ffffff;
  font-size: 16px !important;
  font-weight: 400;
}

/* tabs */
/* line 899, ../sass/screen.scss */
.nav-tabs .nav-link {
  color: #038687 !important;
}

/* line 906, ../sass/screen.scss */
.list-group .list-group-item.active {
  background-color: #038687;
  border: 1px solid #038687;
}
/* line 910, ../sass/screen.scss */
.list-group .list-group-item.active h5 {
  color: #ffffff;
}

/* line 917, ../sass/screen.scss */
.tabs-responsive {
  display: none;
  color: #038687 !important;
}

/* line 926, ../sass/screen.scss */
.tab-content .list-group .list-group-item small {
  color: #038687;
}
/* line 929, ../sass/screen.scss */
.tab-content .list-group .list-group-item.active small {
  color: #ffffff;
}
/* line 935, ../sass/screen.scss */
.tab-content .list-group.curso .salon h5 {
  padding-right: 0;
}
/* line 939, ../sass/screen.scss */
.tab-content .list-group.curso h5 {
  padding-right: 50px;
}
/* line 945, ../sass/screen.scss */
.tab-content .fecha {
  position: absolute;
  right: 20px;
}
/* line 949, ../sass/screen.scss */
.tab-content small {
  width: 60px;
  font-size: 9pt;
  margin: 2px -8px 0 0;
  text-align: center;
  font-style: italic;
  display: block;
}
/* line 958, ../sass/screen.scss */
.tab-content .fa-eye {
  width: 100%;
  font-size: 12pt;
  text-align: center;
}
/* line 962, ../sass/screen.scss */
.tab-content .fa-eye.seen {
  color: #038687;
}
/* line 965, ../sass/screen.scss */
.tab-content .fa-eye.unseen {
  color: rgba(79, 79, 79, 0.4);
}
/* line 970, ../sass/screen.scss */
.tab-content .salon {
  background: #038787;
  background: -moz-linear-gradient(top, #038787 0%, #038787 36%, #007070 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #038787), color-stop(36%, #038787), color-stop(100%, #007070));
  background: -webkit-linear-gradient(top, #038787 0%, #038787 36%, #007070 100%);
  background: -o-linear-gradient(top, #038787 0%, #038787 36%, #007070 100%);
  background: -ms-linear-gradient(top, #038787 0%, #038787 36%, #007070 100%);
  background: linear-gradient(to bottom, #038787 0%, #038787 36%, #007070 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#038787', endColorstr='#007070', GradientType=0 );
}

/* line 982, ../sass/screen.scss */
.featured-title {
  background: #038687;
  padding: 8px 20px;
  font-size: 14pt;
  margin-bottom: 0;
  color: #ffffff;
}

/* line 990, ../sass/screen.scss */
.class-title {
  border-left: 6px solid #038687;
  margin-left: 8px;
  padding-left: 10px;
}
/* line 995, ../sass/screen.scss */
.class-title h5, .class-title p {
  margin-bottom: 0;
}

/* line 1000, ../sass/screen.scss */
.afiche {
  border: 1px solid rgba(79, 79, 79, 0.3);
}

/* line 1004, ../sass/screen.scss */
.destacado, .evento {
  transition: all .5s;
  background-size: 100%;
  webkit-transition: background-size 100ms ease-in-out;
  -moz-transition: background-size 100 ease-in-out;
  -o-transition: background-size 100 ease-in-out;
  -ms-transition: background-size 100ms ease-in-out;
  transition: background-size 100ms ease-in-out;
}
/* line 1013, ../sass/screen.scss */
.destacado:hover, .evento:hover {
  background-size: 105%;
}

/* line 1018, ../sass/screen.scss */
.documento {
  min-height: 70px !important;
}
/* line 1020, ../sass/screen.scss */
.documento .card-title {
  margin-bottom: 0.25rem;
}
/* line 1023, ../sass/screen.scss */
.documento .card-text {
  color: rgba(79, 79, 79, 0.6);
}

/* line 1029, ../sass/screen.scss */
.direccion p {
  padding-left: 15px;
  margin-top: 10px;
  border-left: 4px solid #038687;
}
@media (max-width: 767px) {
  /* line 1029, ../sass/screen.scss */
  .direccion p {
    padding-top: 15px;
    padding-left: 0;
    margin-top: 10px;
    border-top: 4px solid #038687;
    border-left: 0;
  }
}

@media (max-width: 1199px) {
  /* line 1045, ../sass/screen.scss */
  .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  /* line 1048, ../sass/screen.scss */
  .dropdown.show .dropdown-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
  /* line 1053, ../sass/screen.scss */
  .dropdown.show .dropdown-menu a {
    color: #ffffff;
  }
  /* line 1056, ../sass/screen.scss */
  .dropdown.show .dropdown-menu a:hover {
    background: transparent;
  }
  /* line 1061, ../sass/screen.scss */
  .dropdown.show .dropdown-menu.shadow-sm {
    box-shadow: none !important;
  }

  /* line 1066, ../sass/screen.scss */
  .dropdown-toggle:after {
    position: absolute;
    top: 15px;
    right: 0 !important;
  }

  /* line 1073, ../sass/screen.scss */
  .tabs-responsive {
    display: block;
  }

  /* line 1076, ../sass/screen.scss */
  .tabs-salones {
    display: none !important;
  }
}
