.icon-block-1, .icon-block-28 {
    text-align: center
}
.icon-block-1 .icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    margin-bottom: 10px
}
.icon-block-1 .title, .icon-block-28 .title {
    font-size: 18px;
    font-weight: 500
}

.icon-block-28 .icon {
    width: 120px;
    height: 120px;
    font-size: 48px;
    border:solid 7px #eee !important;
    display: inline-block;
    margin-bottom: 10px
}

/******************/
/**** NOTICIAS ****/
/******************/
/*noticia 1*/
.noticia-1 .copete {
    margin-bottom: 0
}

.noticia-1 .contenido {
    padding: 20px;
    min-height: 210px;
}

.noticia-1 h1, .noticia-1 h2, .noticia-1 h3, .noticia-1 h4, .noticia-1 p {margin-bottom: 0}

.noticia-1 .titulo {
    margin-bottom: 5px;
    min-height: 84px;
    min-height: 90px
}

.noticia-1 .titulo a {
    line-height: 24px;
    font-weight: 600;
    font-size: 18px;
    color: #444;
}
.noticia-1 .contenido {
    min-height: auto;
}
.noticia-1 .bajada {
    margin-top: 10px;
    min-height: 80px
}

/*noticia 2*/
.noticia2 h1, .noticia-2 h2, .noticia-2 h3, .noticia-2 h4, .noticia-2 p {
    margin-bottom: 0;
}
.noticia-2 .titulo {margin-bottom: 5px; min-height: 84px}
.noticia-2 .titulo a {
    color: #444;
    font-weight: 300;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.4;
}
.noticia-2 .contenido {padding: 20px}


/*****************/
/**** BANNERS ****/
/*****************/
/*banner1*/
.banner-1 {
    background-color: #fff !important;
    box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.3);
}
.banner-1 h3 {
    min-height: 40px
}
.banner-1 .content {
    padding: 2.14286rem !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}


/*banner 2*/
.banner-2, .banner-2 a {
    text-align: center;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.banner-2 a:hover {
    text-decoration: none
}
.banner-2 .contenedor-texto {
    padding: 30px 45px;
    font-size: 14;
    background-color: #000;
    color: #555;
}
.banner-2 .title {
    font-size: 21px;
    color: #fff;
}
.banner-2 .bajada {
    font-size: 14px;
    margin-bottom: 20px
}
.banner-2 .cover {
    background-position: center center;
    background-size: cover;
}

/*banner 3*/
.banner-3 {
    text-align: center;
    background-color: #fafafa;
    transition: all .3s ease;
    position: relative;
}
.banner-3 a { text-decoration: none  }
.banner-3:hover {
    /*background-color: #333 !important;*/
}
.banner-3 h3 {
    padding: 2.14286rem 1.42857rem !important;
    margin-bottom: 0 !important;
    letter-spacing: 0.14286rem;
    font-weight: 600 !important;
    margin-top: 0;
}
.banner-3:hover h3 {
    color: #fff;
}

/*banner 4*/
.banner-4, .banner-4 a {
    text-align: center;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.banner-4 a:hover {
    text-decoration: none
}
.banner-4 .contenedor-texto {
    padding: 30px 45px;
    font-size: 14;
    color: #fff;
}
.banner-4 .title {
    font-size: 21px;
    color: #fff;
}
.banner-4 .bajada {
    font-size: 14px;
    margin-bottom: 20px
}
.banner-4 .cover {
    background-position: center center;
    background-size: cover;
}

/*banner 5*/
.banner-5 {
    padding: 60px 20px;
    display: block;
    border: solid 1px transparent;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
}

.banner-5 .h5 {
    color: #fff !important;
}


.banner-5:hover, 
{
    background-color: transparent !important;
    color: #fff;
}

.banner-5 .icon {
    font-size: 36px
}

.banner-5:hover {
    background-color: transparent !important;
    text-decoration: none;
    color: #444;
}

/*banner 6*/
.banner-6 a, .banner-6 a:hover {
    text-decoration: none !important;
    color: #fff !important;
}
.banner-6 {
    background-size: cover;
    background-position: center 0;
    padding: 40px 30px;
    color: #fff !important;
    text-align: center;
}

.banner-6::before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    display: block;
    /*border: 1px solid rgba(255, 255, 255, 0.2);*/
    z-index: 1;
    /*background-color: rgba(0,0,0,0.2);*/
    background-image: linear-gradient(to top, rgba(10, 10, 10, 0.5) 0%, transparent 100%);
    background-repeat: repeat-x;
}

.banner-6 .content {
    margin-top: auto;
    margin-bottom: auto;
    z-index: 2;
    position: relative;
}
.banner-6 .title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.banner-6 .bajada {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px
}

/*media 1*/
.media-1 {
    padding: 10px;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    1px 1px 2px 1px rgba(50, 50, 50, 0.15);
    box-shadow:         1px 1px 2px 1px rgba(50, 50, 50, 0.15);
    background-color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-1 img {
    height: 70px;
    width: 70px;
    position: relative;
    margin-right: 1rem;
}

.media-1 h4 {
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
}

.media-1 p {
    font-size: 11px;
    margin-bottom: 0
}

.media-1 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*********************/
/**** BLOCL ICONS ****/
/*********************/
.block-icon-1 {
    background-color: #fff;
    box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.3);
    border: solid 1px #eee !important;
    padding: 10px 20px
}
.block-icon-1 h3 {
    text-align: center
}
.block-icon-1 .icon {
    text-align: center;
    font-size: 40px;
    color: #777; 
}
.block-icon-1 .divider {
    margin: 20px auto;
    width: 40px;
    border-bottom: solid 1px #999;
}
.block-icon-1 .list-unstyled {
    padding: 0 20px;
}

.block-icon-1 .item {
    padding: 10px 0;
    border-bottom: solid 1px #ddd
}

.block-icon-1 .item:last-child {
    border-bottom: none !important
}

.block-icon-1.bg-1 a,
.block-icon-1.bg-2 a, 
.block-icon-1.bg-3 a, 
.block-icon-1.bg-4 a, 
.block-icon-1.bg-5 a, 
.block-icon-1.bg-6 a, 
.block-icon-1.bg-7 a, 
.block-icon-1.bg-8 a, 
.block-icon-1.bg-9 a, 
.block-icon-1.bg-10 a, 
.block-icon-1.bg-11 {
    color: #fff !important;
}


/*swiper*/
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/**************/
/**** TABS ****/
/**************/
ul.nav-tabs {
    border: none
}

ul.nav-tabs li {
    cursor: pointer;
    float: left;
    font-size: 15px;
    padding: 4px;
    cursor: pointer;
    margin-bottom: 0
}
ul.nav-tabs li:first-child {border-left: 1px solid #ddd}
ul.nav-tabs li.active {background-color: #26c7dc; cursor: auto}

ul.nav-tabs li a {
    border: none;
    background: none;
    cursor: pointer;
    color: #26c7dc;
}

ul.nav-tabs li a.current {
    border: none;
    background: none;
    cursor: default;
}

.tab-content {
    border: none;
    padding: 20px 5px;
    border-top: solid 1px #26c7dc;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #26c7dc;
    border: none !important;
}

.nav-tabs>li>a:hover {
    border-color: transparent !important;
    background-color: transparent
}

/****************/
/**** TABLAS ****/
/****************/
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f3f3f3;
}