.min-h-250 {
  min-height: 251px; }

.p0 {
  padding: 0px !important; }

.centrado-absoluto, .main-image-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.x-edit {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 18px;
  color: #737373; }
  .x-edit:hover, .x-edit:focus {
    cursor: pointer; }

.btn-round {
  font-size: 12px;
  border-radius: 50%;
  padding: 6px !important; }

.separe {
  padding-top: 40px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e3e3e3;
  margin-bottom: 20px; }
  .separe.p0 {
    padding: 0 !important;
    margin-bottom: 30px;
    margin-top: 15px; }
  .separe span {
    font-size: 20px;
    color: #2266af; }

.mb-10 {
  margin-bottom: 10px; }

.mt-20 {
  margin-top: 20px; }

@media (max-width: 767px) {
  .mb-res {
    margin-bottom: 26px; } }

.po-r {
  position: relative; }

.btn-rounded {
  padding: 6px !important;
  border-radius: 50% !important; }

.separe-left {
  padding-left: 150px; }
  @media (max-width: 479px) {
    .separe-left {
      padding-left: 60px; } }

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-border {
  border: none !important; }

.flex-center, .box-noticia .box-img, .box-eventos .box-img-evento, .list-news-item-img {
  display: flex;
  justify-content: center;
  align-items: center; }

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #136169;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white; }

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.btn {
  border-style: solid !important; }

body {
  font-family: 'Roboto', sans-serif !important; }

.btn-social {
  display: inline-block;
  padding: 8px;
  border: solid 1px #d9d9d9;
  border-radius: 50%;
  text-align: center;
  height: 54px;
  width: 54px;
  float: right; }
  .btn-social img {
    height: 36px; }
  .btn-social i {
    line-height: 36px;
    font-size: 24px;
    color: #bb3255; }

.btn-line {
  border: solid 1px #fff;
  background: transparent;
  border-radius: 5px;
  color: #fff;
  width: 110px;
  text-align: center;
  font-weight: bold; }

.btn-send {
  background: #bb3255;
  border: none;
  padding: 10px;
  width: 160px;
  font-size: 16px;
  font-weight: 100;
  color: #fff; }
  .btn-send i {
    margin-right: 6px; }

.btn-i-circle {
  width: 50px;
  height: 50px;
  background: #bb3255;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  color: #fff; }

.box-form {
  margin-bottom: 40px; }
  .box-form label {
    font-weight: 400; }

.item-contact {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px; }
  .item-contact .btn-i-circle {
    position: absolute;
    left: 0;
    top: 0; }
  .item-contact .box-text {
    padding-left: 16px; }
    .item-contact .box-text h5 {
      margin: 0 0 6px 0;
      font-size: 22px; }

.box-noticia {
  margin-bottom: 50px; }
  .box-noticia .box-title {
    margin-bottom: 20px; }
    .box-noticia .box-title h3 {
      font-weight: lighter;
      background: #a13555;
      padding: 16px 0;
      margin: 0;
      text-align: center;
      color: #fff;
      border-radius: 3px; }
  .box-noticia .box-img {
    height: 200px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px; }
    .box-noticia .box-img img {
      width: 100%; }
  .box-noticia .box-fuente span {
    font-style: italic; }

.box-eventos {
  margin-bottom: 50px; }
  .box-eventos .box-title-evento {
    margin-bottom: 40px;
    background: #a13555;
    padding: 16px 0 16px 140px;
    border-radius: 3px;
    position: relative;
    color: #fff; }
    .box-eventos .box-title-evento .box-fecha {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 130px;
      text-align: center;
      border-right: solid 4px #fff; }
      .box-eventos .box-title-evento .box-fecha .dia {
        font-size: 40px; }
      .box-eventos .box-title-evento .box-fecha .mes {
        font-size: 22px;
        letter-spacing: 6px;
        display: inline-block;
        margin-bottom: 0px; }
    .box-eventos .box-title-evento h3 {
      font-weight: lighter;
      background: #a13555;
      margin: 0;
      text-align: center;
      color: #fff; }
  .box-eventos .box-img-evento {
    height: 200px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px; }
    .box-eventos .box-img-evento img {
      width: 100%; }

.list-news {
  display: block;
  width: 100%; }

.list-news-item {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 250px;
  margin-bottom: 40px;
  color: #333;
  height: 200px;
  transition: all 0.3s; }
  .list-news-item:hover {
    background: #FAFAFA;
    text-decoration: none !important;
    color: #333;
    box-shadow: 0px 0px 4px 0px #525252; }

.list-news-item-img {
  width: 250px;
  height: 200px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0; }
  .list-news-item-img img {
    height: 100%; }

.list-news-item-txt {
  padding-left: 16px;
  padding-top: 10px; }
  .list-news-item-txt:after {
    content: "";
    height: 2px;
    width: 80px;
    background: #47a5ae;
    display: block;
    margin-top: 10px; }
  .list-news-item-txt .title {
    font-size: 26px;
    margin-bottom: 14px; }
  .list-news-item-txt .fecha {
    margin-bottom: 10px; }
    .list-news-item-txt .fecha i {
      color: #a13555;
      font-size: 26px;
      line-height: 26px;
      margin-right: 14px; }

.nav-wrapper {
  background: #47a5ae; }

.brand-logo {
  width: 280px;
  margin: 0;
  line-height: 60px;
  padding: 0 10px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 6px;
  font-size: 26px;
  text-shadow: 2px 2px 1px #f47920;
  text-align: center; }
  .brand-logo:hover, .brand-logo:focus {
    text-shadow: 2px 2px 10px #f47920;
    color: #ffffff; }

.menu-iconic {
  height: 60px;
  position: relative; }

.menu-iconic-item {
  height: 60px;
  line-height: 60px;
  border-left: solid 2px #fff;
  padding-right: 10px;
  min-width: 185px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .menu-iconic-item:hover, .menu-iconic-item:focus {
    border-left: solid 8px #fff; }
    .menu-iconic-item:hover .menu-iconic-text, .menu-iconic-item:focus .menu-iconic-text {
      font-weight: bold; }
  .menu-iconic-item.active {
    background: #136169; }
  .menu-iconic-item a {
    color: #fff;
    display: block;
    width: 100%; }

.menu-iconic-icon {
  height: 60px;
  background: #136169;
  margin-right: 8px;
  display: inline-block;
  padding: 0 6px;
  float: left;
  width: 40px !important; }

.menu-iconic-icon--user {
  height: 30px !important;
  width: 30px !important; }

.menu-iconic-text {
  text-transform: uppercase;
  line-height: 60px;
  display: inline-block;
  float: left;
  font-size: 14px;
  min-width: 125px;
  text-align: center;
  transition: 0.2s all; }

.menu-iconic-user .btn-group {
  height: 60px; }
.menu-iconic-user .btn {
  border-radius: 0; }

.sidebar {
  background: #17a2b8;
  min-height: 100vh;
  padding: none !important;
  width: 300px;
  padding: 10px;
  float: left; }

.sidebar-menu {
  padding: none; }
  .sidebar-menu li {
    position: relative;
    height: 42px;
    margin: 10px 0 30px; }

.sidebar-menu-btn {
  background: transparent;
  border: none;
  padding: 12px 4px;
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  border: solid 2px;
  height: 42px;
  border-radius: 4px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .sidebar-menu-btn:hover, .sidebar-menu-btn:focus {
    color: #17a2b8;
    background: #fff;
    cursor: pointer; }

.sidebar-menu-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 100%;
  padding: 0 4px;
  width: 30px !important;
  color: #85b7bb; }

.card-base {
  border-radius: 5px;
  box-shadow: 0 0 5px 1px #a2a2a2;
  margin: 20px 0;
  width: 100%; }

.card-base-title {
  background: #136169;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 16px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  width: 100%; }

.card-base-content {
  padding: 20px 16px;
  display: block; }

.card-base-element {
  padding: 10px 16px;
  display: block; }

.hightlight-1 {
  background: #EEEEEE;
  border: none;
  margin-bottom: 20px;
  padding: 10px;
  display: block;
  margin-top: 20px;
  width: 100%;
  border-left: solid 6px #17a2b8; }

.text-up {
  font-weight: bold;
  font-size: 18px; }

.title-hl-1 {
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 4px;
  border-bottom: solid 3px #17a2b8; }
  .title-hl-1.separe {
    margin: 20px 0 10px; }

.title-hl-2 {
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 6px 10px;
  background: #E0E0E0;
  border-radius: 3px; }
  .title-hl-2.separe {
    margin: 20px 0 10px; }

.title-hl-3 {
  background: #17a2b8;
  color: #fff;
  padding: 5px 10px; }
  .title-hl-3.size {
    display: block;
    font-size: 22px; }

.bg-sky {
  display: block;
  background: #17a2b8;
  padding: 4px 10px;
  color: #fff;
  border-radius: 4px; }

.sidebar-title-hl {
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  background: #ffffff45;
  padding: 6px 00; }

.sidebar-element-hl2 {
  font-weight: bold;
  background: #13616975;
  text-align: center;
  display: block; }

.sidebar-element-hl {
  display: inline-block;
  font-weight: bold;
  background: #ffffff42;
  width: 100%;
  text-align: center; }

.sidebar-table {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border: solid 1px #fff;
  padding: 8px;
  display: block;
  margin: 10px 0; }

.bg-darkgreen {
  background: #136169;
  color: #fff; }

.note {
  color: #5a5a5a;
  font-style: italic;
  font-size: 16px; }
  .note.bg-note {
    display: block;
    background: #EEEEEE;
    padding: 1em; }

.min-150 {
  min-width: 150px; }

.card-base-btn-content {
  display: block;
  height: 40px; }
  .card-base-btn-content .btn {
    float: right; }

.table-head-hl {
  background: #e0e0e0;
  font-weight: bold; }

.size-12 {
  font-size: 11px !important; }

.bg-light {
  background: #eeeeee; }

.cards-content li {
  display: flex;
  flex: 1;
  padding: 10px; }

.card-item {
  background: #f47920;
  border-radius: 4px;
  color: #ffffff;
  width: 100%;
  display: block;
  box-shadow: 0 0 3px 1px #ccc;
  padding: 10px;
  transition: 0.2s all; }
  .card-item:hover, .card-item:focus {
    color: #ffffff;
    background: #d46719;
    box-shadow: 0 0 10px 1px #737373;
    text-decoration: none; }
  .card-item .icon-card {
    display: block;
    width: 100%;
    height: 45px; }
  .card-item span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 10px 0 0 0; }

.content-title-in {
  padding-left: 10px;
  display: block;
  padding-top: 20px;
  font-size: 38px; }

.wrapper-sidebar {
  padding-left: 300px; }

.sidebar {
  position: fixed;
  left: 0;
  top: 0; }

.copy {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background: #1c94a0;
  left: 0;
  color: #fff; }
  .copy .ver {
    display: block;
    text-align: center;
    font-size: 12px; }
  .copy .by {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    text-shadow: 2px 2px 2px #136169; }

.main-image-content {
  width: 100%;
  min-height: 600px;
  position: relative;
  margin-top: 60px;
  display: block;
  background: #F5F5F5;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 0px #ffffff; }
  .main-image-content h3 {
    width: 100%;
    text-align: center;
    padding-top: 80px;
    font-size: 38px;
    color: #17a2b8;
    border-bottom: solid 4px;
    padding-bottom: 30px; }
  .main-image-content .direccion_rh {
    font-size: 20px;
    position: absolute;
    bottom: 100px;
    display: block;
    width: 100%;
    color: #17a2b8;
    text-align: center; }

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none; }
  .carousel-showmanymoveone .carousel-control.left {
    margin-left: 15px; }
  .carousel-showmanymoveone .carousel-control.right {
    margin-right: 15px; }
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none; }
@media all and (min-width: 769px) and (transform-3d), all and (min-width: 769px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    transform: translate3d(50%, 0, 0);
    left: 0; }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    transform: translate3d(-50%, 0, 0);
    left: 0; }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0; } }
@media all and (min-width: 769px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%; }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%; }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0; }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block; } }
@media all and (max-width: 769px) and (transform-3d), all and (max-width: 769px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    transform: translate3d(50%, 0, 0);
    left: 0; }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    transform: translate3d(-50%, 0, 0);
    left: 0; }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0; } }
@media all and (max-width: 769px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%; }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%; }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0; }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block; } }
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    transform: translate3d(25%, 0, 0);
    left: 0; }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    transform: translate3d(-25%, 0, 0);
    left: 0; }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0; } }
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%; }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%; }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0; }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block; } }

.sidebar .nav li .dropdown a {
  color: #FFFFFF;
  margin: 5px 15px;
  opacity: .86;
  border-radius: 4px;
  display: block;
  padding: 10px 15px;
  position: relative; }
  .sidebar .nav li .dropdown a:hover, .sidebar .nav li .dropdown a:focus, .sidebar .nav li .dropdown a:active {
    color: #FFFFFF;
    opacity: 1;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.23); }
  .sidebar .nav li .dropdown a .caret {
    top: 10px; }

.sidebar .logo img {
  height: 50px; }
.sidebar .active .dropdown a {
  color: #FFFFFF;
  opacity: 1;
  background: rgba(255, 255, 255, 0.23); }
.sidebar .dropdown-menu {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none;
  left: 40px; }

/*# sourceMappingURL=main.css.map */
