/*******************************************
AJUSTES GENERALES: Estos ajustes debería ser comunes a todas las plantillas
*******************************************/

.logo img {
    max-height: 50px;
}

.page-header,
.page-header h1 {
    margin-top: 0;
}

.page-header h1 {
    line-height: 0.75;
}

.clipped {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.btn-default {
    border: 1px solid #ddd;
    border-bottom: 2px solid #88B6CF;
    border-radius: 0;
}

.btn-default:hover {
    background: #88B6CF;
    border: 1px solid #88B6CF;
    border-bottom: 2px solid #88B6CF;
    color: #fff;
}

.body-innerwrapper>section {
    background-color: #f0f0f0;
}

.body-innerwrapper>section#sp-top-bar {
    background-color: #fff;
}

a {
    color: #88B6CF;
}

a:hover {
    color: rgb(77, 180, 240);
}

.flatcal_main_t {
    width: 100%;
}

.content-category h1,
.page-header h1 {
    background: #88B6CF;
    border-left: 3px solid rgb(52, 93, 116);
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 20px;
}

.content-category h1::before,
.page-header h1::before {
    content: "\f09e";
    font-family: 'FontAwesome';
    padding-right: 10px;
}

.page-header h1 {
    margin-top: 20px;
    line-height: 22px;
}


/******************************************
                AREA SUPERIOR
*******************************************/

#sp-top-bar p {
    margin: 0;
}

#sp-top1,
#sp-top2 {
    margin-top: 13px;
}

#sp-top-bar .fa-paper-plane {
    padding-right: 3px;
}

.social-icons .fa {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 33px;
    border: 1px solid #777;
    color: #777;
    border-radius: 100%;
    font-size: 16px;
    text-align: center;
}

.social-icons .fa:hover {
    border: 1px solid #88B6CF;
    color: #88B6CF;
}

#sp-header {
    border-top: 3px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    height: 50px;
}

.sp-megamenu-parent>li>a,
#offcanvas-toggler {
    line-height: 50px;
}

.sp-megamenu-parent {
    margin-top: -3px;
    float: left;
}

.sp-megamenu-parent>li {
    border-top: 3px solid #ddd;
}

.sp-megamenu-parent>li:hover,
.sp-megamenu-parent>li.active {
    border-top: 3px solid #88B6CF;
}

.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li:hover>a,
#offcanvas-toggler>i:hover {
    color: #88B6CF;
}

.sp-megamenu-parent>li>a {
    text-transform: none;
    font-size: 14px;
}


/*****************************************
            SLIDER Y BANNERS
*****************************************/

.nivo-caption {
    display: none !important;
}

.theme-default .nivo-controlNav {
    position: absolute;
    bottom: 0;
    right: 22px;
    margin: 0 auto;
    z-index: 999;
    padding: 0;
}

.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 20px;
    height: 15px;
    border: 1px solid rgba(118, 153, 12, 0.4);
    background-color: rgba(255, 255, 255, 0.3);
    background-image: none;
}

.theme-default .nivo-controlNav a.active {
    border: 1px solid rgba(118, 153, 12, 1);
    background-color: rgba(255, 255, 255, 0.5);
}

.theme-default .nivoSlider {
    box-shadow: none;
    margin-top: 15px;
    margin-bottom: 0;
}

#sp-slider .container {
    padding: 0;
}

#sp-banner .container {
    background-color: #216b95;
    border-bottom: 3px solid #ddd;
}

#sp-banner .col-xs-3 {
    padding-right: 0;
}

#sp-banner h2 {
    font-size: 24px;
    margin-top: 12px;
}

#sp-banner h2,
#sp-banner p {
    color: #ffffff;
}

#sp-banner a {
    color: #76c6f0;
}

#sp-banner a:after {
    content: "\f178";
    font-family: 'FontAwesome';
    margin-left: 5px;
    font-size: 12px;
    transition: all 0.2s linear;
}

#sp-banner a:hover:after {
    margin-left: 10px;
}


/*****************************************
            CONTENIDOS
****************************************/

#sp-superior .container>.row {
    background-color: #fff;
}

#sp-position1,
#sp-position2 {
    padding-top: 15px;
}

#sp-right {
    border-left: 2px solid #f0f0f0;
}

#sp-left {
    border-right: 2px solid #f0f0f0;
}

#sp-component {
    border-right: 2px solid #f0f0f0;
    border-left: 2px solid #f0f0f0;
}

#sp-position2 {
    border-left: 2px solid #f0f0f0;
}

#sp-position1 {
    border-right: 2px solid #f0f0f0;
}

#sp-component .page-header {
    border: none;
}

#sp-superior h2 {
    margin-top: 0;
}

#sp-superior h2:first-letter {
    color: #88B6CF;
}

#sp-superior .col-xs-8 {
    padding-left: 0;
}

#sp-superior .fa-home,
#sp-superior .fa-camera-retro {
    font-size: 18px;
    padding-right: 3px;
    vertical-align: bottom;
}

#sp-superior .btn {
    margin-top: 0;
}

#sp-position1,
#sp-position2 {
    border-bottom: 3px solid #ddd;
}

#sp-main-body {
    padding: 40px 0;
}

#sp-main-body .container {
    background-color: #fff;
    border-bottom: 3px solid #ddd;
}

#sp-especial {
    position: relative;
}

#sp-position8 {
    position: absolute;
    top: 40px;
    z-index: 1;
}

#sp-position8 h2 {
    background: #88B6CF;
    border-left: 3px solid rgb(52, 93, 116);
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 20px;
    width: 35.6%;
}

#sp-position8 h2::before {
    content: "\f09e";
    font-family: 'FontAwesome';
    padding-right: 10px;
}

.recursos h2,
.enlaces h2 {
    background: #88B6CF;
    border-left: 3px solid rgb(52, 93, 116);
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 20px;
}

.recursos h2:before {
    content: "\f274";
    font-family: 'FontAwesome';
    padding-right: 10px;
}

.enlaces h2:before {
    content: "\f0c1";
    font-family: 'FontAwesome';
    padding-right: 10px;
}

#sp-right .sp-module-title,
#sp-left .sp-module-title {
    border-bottom: 1px solid #444;
    font-size: 18px;
    padding-bottom: 5px;
    color: #444;
}

#sp-right .sp-module-title:first-letter,
#sp-left .sp-module-title:first-letter {
    color: #88B6CF;
}

#sp-right .sp-module,
#sp-left .sp-module {
    margin-top: 30px;
}

#sp-left .sp-module.enlaces,
#sp-right .sp-module.recursos {
    margin-top: 18px;
}


/* .blog-featured.pagina-inicio {
    padding-top: 80px;
} */

.pagina-inicio .clearfix .entry-image {
    width: 100%;
    margin-right: 1%;
    float: left;
}

.pagina-inicio .clearfix .entry-image img {
    max-width: 100%;
    height: auto;
}

.pull-left.entry-image.full-image {
    margin-top: 65px;
}

.pagina-inicio .article-info {
    display: none;
}

.pagina-inicio .entry-header h2 {
    margin: 0;
    font-size: 18px;
}

.pagina-inicio .entry-header {
    margin-bottom: 5px;
}

.pagina-inicio .entry-header h2 a {
    color: #88B6CF;
}

.pagina-inicio .entry-header h2:hover a {
    color: #9ac516;
}

.pagina-inicio .readmore {
    display: none;
}

.pagina-inicio article.item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

article.item.item-page .entry-header h2 {
    background: #88B6CF;
    border-left: 3px solid rgb(52, 93, 116);
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 20px;
}

article td {
    border: 1px solid rgb(52, 93, 116);
    text-align: center;
    padding: 2px 4px;
}

article table {
    width: 100%;
    margin-bottom: 20px;
    background-color: #e5eff5;
}

article .azulo {
    background-color: rgb(52, 93, 116);
    color: #ffffff;
}

article .azulc {
    background-color: #88B6CF;
    color: #ffffff;
}


table .bbottom {
    border-bottom: none;
}

table .btop {
    border-top: none;
}

/**************************************
                PIE
***************************************/

#sp-bottom .sp-module .sp-module-title {
    border-bottom: 1px solid #444;
    font-size: 20px;
    text-transform: uppercase;
}

#sp-bottom .sp-module .sp-module-title:first-letter {
    color: #88B6CF;
}

#sp-footer {
    background-color: #fff;
    color: #88B6CF;
}

.pull-left.entry-image.full-image {
    float: none !important;
}

/**************************************
                PIE
***************************************/

img.jg_photo, .jg_minis a img {
    margin: 0 auto;
}


@media (min-width: 768px) {
    .sp-retina-logo {
        display: none;
    }
}