/* Copyright (C) YOOtheme GmbH, Peacock Idea Inc. */

/* ========================================================================
Use this file to add Layout CSS easily:
    - Grid
    - Panel
    - Block
    - Article
    - Comment
    - Utility
    - Flex
    - Cover
========================================================================== */

/* Headerbar */
.tm-headerbar:after {
    width: 80%;
    height: 1px;
    background-color: #a4a4a4;
    float: right;
    margin-top: -10px;
}

/* Bottom a */
.tm-grey-bg {
    background: #f8f8f8 url("../images/background-bottom-a.jpg") repeat left top;
}
.ubic-box {
    margin: -15px 0 0 15px;
}
.admon-box {
    background: url(../images/pague-su-admon.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 380px;
}
.agenda-box {
    background: url(../images/agendamiento.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 380px;
}

.ubic-box .title, .agenda-box .title, .admon-box .title {
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
}
.ubic-box .title, .ubic-box .title a {
    color: #0682cc;
}
.admon-box .title {
    color: #00428a;
    margin: 0 0 15px 15px;
}
.admon-box .title a {
    color: #00428a;
}
.agenda-box .title {
    color: #2c5da9;
    margin: 0 0 15px 15px;
}
.agenda-box .title a {
    color: #2c5da9;
}
.ubic-box .title:before, .agenda-box .title:before, .admon-box .title:before {
    content: "";
    display: table;
    width: 7px;
    height: 70px;
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
    margin: 0 10px 0 5px;
    padding-bottom: 5px;
}
.ubic-box .title:before {
    background-color: #0682cc;
}
.admon-box .title:before {
    background-color: #00428a;
}
.agenda-box .title:before {
    background-color: #2c5da9;
}
/* Bottom b */
.tm-blue-bg {
    background: #00428a;
    color: #fff;
}
.tm-blue-bg .uk-panel-box {
    color: #fff;
}
.tm-blue-bg .uk-panel-box .uk-panel-title {
    color: #fff;
    text-align: left;
    font-size: 40px;
    line-height: 46px;
    text-transform: none;
}
.tm-blue-bg .uk-panel-title:after {
    width: 0;
    height: 0;
}
/* Footer */
.tm-blue-bg .tm-footer {
    font-size: 14px;
    line-height:18px; 
}

.uk-panel-title {
    text-align: center;
}
.uk-panel-title:after {
    content: "";
    display: table;
    width: 76%;
    height: 2px;
    background-color: #0682cc;
    margin-top: 15px;
    margin-left: 12%;
    margin-right: 12%;
}
/*
 * To-top scroller
 */
.tm-totop-scroller {
  top: 30px;
  right: 10px;
  font-size: 20px;
  color: #fff;
}
.tm-totop-scroller:hover, .tm-totop-scroller:focus {
    color: #bce1ff;
    font-size: 18px;
}

/* ========================================================================
   Responsive
 ========================================================================== */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 767px) {
/* Styles */
    .uk-panel-title {
        font-size: 24px;
        line-height: 28px
    }
    .ubic-box {
        margin: 0px 0 0 15px;
        bottom: 15px;
    }
    .ubic-box .title, .agenda-box .title, .admon-box .title {
        font-size: 26px;
        line-height: 32px;
    }
    .ubic-box .title:before, .agenda-box .title:before, .admon-box .title:before {
        width: 5px;
        height: 60px;
        margin: 0 8px 0 0px;
        padding-bottom: 5px;
    }
    .tm-blue-bg .uk-panel-box .uk-panel-title {
        font-size: 30px;
        line-height: 36px;
    }
}
/* Tablets (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
/* Styles */
    .uk-panel-title {
        font-size: 24px;
        line-height: 28px
    }
    .ubic-box .title, .agenda-box .title, .admon-box .title {
        font-size: 18px;
        line-height: 24px;
    }
    .ubic-box .title:before, .agenda-box .title:before, .admon-box .title:before {
        width: 5px;
        height: 40px;
        margin: 0 8px 0 0px;
        padding-bottom: 5px;
    }
    .tm-blue-bg .uk-panel-box .uk-panel-title {
        font-size: 30px;
        line-height: 36px;
    }

}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1025px) and (max-width : 1223px) {
/* Styles */
    .ubic-box .title, .agenda-box .title, .admon-box .title {
        font-size: 26px;
        line-height: 32px;
    }
    .ubic-box .title:before, .agenda-box .title:before, .admon-box .title:before {
        width: 5px;
        height: 60px;
        margin: 0 8px 0 0px;
        padding-bottom: 5px;
    }
    .tm-blue-bg .uk-panel-box .uk-panel-title {
        font-size: 36px;
        line-height: 42px;
    }
}
