.toplogo{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #474A54;
    font-size: 14px;
    padding: 0;
    margin-left: 7px;
    margin-top: 2px;
}

.page-header {
    font-size: 36px;
    padding-bottom: 9px;
    margin: 80px 0 20px;
    border-bottom: 1px solid #eee;
}

@media (max-width:980px){
    .toplogo{
        margin-left:0;
    }
}

@media (max-width:350px){
    .toplogo{
        display: none;
    }
}

@media (max-width:425px){
    .toplogocentral{
        display: none;
    }
}

@media (max-width:600px){
    .toplogonombre{
        display: none;
    }
}

.carousel-inner{
    background-image: linear-gradient(#17252f,#3f6985);
}

.carousel-item{
    min-height: 300px;max-height: 450px;
}

.carousel-item > img{
    min-height: 300px;
    /*opacity: 50%;*/
}

.imgcarousel {
    width: 140px;
}

@media (max-width:980px){
    .imgcarousel {
        display: none;
    }
}

.small, small {
    font-size: 85%;
}

.carousel-caption h1{
    text-shadow: 2px 2px 6px #000;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f2f2f2;
    border-radius: 2px;
    border-bottom: 1px solid #a1a1a1;
}

a {
    color: #60a7c5;
    text-decoration: none;
}
a {
    background-color: transparent;
}

.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.breadcrumb > .active {
    color: #777;
}
.breadcrumb {
    list-style: none;
}

.social{
    color: #000;
    font-size: 22px;
}


.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h2, h2 {
    font-size: 35px;
    margin-bottom: 40px;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.widget-title {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    color: #3092ba;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h5, h5 {
    font-size: 14px;
}
.margin-nine {
    margin-top: 9% !important;
    margin-bottom: 9% !important;
}
.text-info {
    color: #31708f !important;
}
.h4, h4 {
    font-size: 18px;
    font-weight: 500;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default > .panel-heading {
    color: #79cee2;
    background-color: #CEE9F0;
    border-color: #79CEE2;
}
.panel-heading {
    padding: 0;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-body {
    padding: 15px;
}

.h3, h3 {
    font-size: 24px;
    margin: 20px 0;
}

.text-primary{
    color: #6cc3eb !important;
}

.btn-filloy{
    color: #fff;
    background-color: #474747;
    border-color: #303030;
    font-size: 14px
}
.btn-filloy:hover{
    color: #b3b3b3;
    background-color: #303030;
}

.scrollToTop {
    display: none;
    font-weight: bold;
    height: auto;
    padding: 0;
    position: fixed;
    right: 45px;
    text-align: center;
    text-decoration: none;
    top: 91%;
    width: auto;
    background-color: #000;
    z-index: 555;
    border-radius: 2px;
}

.scrollToTop:hover {
    opacity: 0.5;
    text-decoration: none;
}

.scrollToTop i {
    font-size: 18px;
    margin: 0 6px;
    color: #fff;
}

.autoridad{
    font-size: 16px;
    color: #31708f !important;
}

