* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.button-cb{
    color:black;
    font-size:11px;
    padding:2px 8px 4px 8px;
    border-radius:3px;
    cursor: pointer;
}

.button-cb-gray {
    background-color: #809593;
}

.button-cb-gray:hover {
    background-color: #6c817f;
    color:black;
}

.button-cb-disabled {
    color:white;
    background-color: #d5d5d5;
}

.button-cb-disabled:hover {
    color:white;
    cursor: default;
}

.button-cb-leer {
    background-color: #00c37c;
}

.button-cb-leer:hover {
    background-color: #00824c;
    color:white;
}

.button-cb-edit {
    background-color: #1D958D;
}

.button-cb-edit:hover {
    background-color: #1e837b;
    color:black;
}

.button-cb-send {
    background-color: #657cff;
}

.button-cb-send:hover {
    background-color: #4951a3;
    color:white;
}

.button-lector {
    color:white;
    font-size:11px;
    padding:2px 8px 4px 8px;
    border-radius:3px;
    background-color: #8e8e8e;
}

.button-escritor {
    color:white;
    font-size:11px;
    padding:2px 8px 4px 8px;
    border-radius:3px;
    background-color: #009d60;
}

.btn-success-cli{
    color:black;
    background-color: #06BFB3;
}

.btn-success-cli:hover{
    color:black;
    background-color: #069e92;
}

.header-modal{
    background-color: #D5E3E2;
}

.btn-outline-success-cli:hover{
    background-color: #06877b;
    border-color: #06877b;
    color: white;
}

.btn-outline-success-cli{
    background-color: #06BFB3;
    border-color: #06BFB3;
    color: black;
}


.tableFixHead {
    overflow: auto;
    height: 100px;
}

.tableFixHead thead {
    position: sticky;
    top: 0;
    z-index:1;
}

.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:550px){
    .toplogo{
        display: none;
    }
}

@media (max-width:770px){
    .toplogocentral{
        display: none;
    }
}

@media (max-width:800px){
    .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: 4px;
    border-bottom: 2px solid #a1a1a1;
}

a {
    color: #555;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #717171;
}

.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-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-body {
    padding-top: 0;
    padding-bottom: 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;
}

{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea, select, input, button {
    outline: none;
}
:focus {
    outline-color: transparent;
    outline-style: none;
}

.btn-paciente{
    background-color: #5dbaa1;
    color: white;
}

.btn-paciente:hover {
    background-color: #478e75;
    color: white;
}

.btn-medico{
    background-color: #ffd58d;
}

.btn-medico-hover:hover {
    background-color: #fff2cb;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    /*color: #414c64;*/
    font-size: 14px;
    background: #D5E3E2;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fafafc;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #777777;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ffc107;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #ffc107;
}

#footer .footer-newsletter {
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #e1e4ec;
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #ffc107;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #ffce3a;
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #e1e4ec;
    color: #5f6f92;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #ffce3a;
    text-decoration: none;
}

.lupa{
    margin-left: -25px;
    font-size: 20px;
    color: #c1c1c1;
    cursor: pointer;
}

.lupa:hover{
    color: #626262;
}

.navbar-light .navbar-nav .nav-link{
    color: #afafaf;
}

.bi{
    color: #929292;
}

.button {
    padding: 5px 20px;
    text-align:center;
    background-color:#00adef;
    color:#ffffff;
    text-decoration:none;
    cursor:pointer;
    float:left;
    border: 0;
    border-radius: 5px;
}

.button:hover{
    background-color:#0080ac;
    color:#ffffff;
}

.button:active{
    background-color:#02678E;
    color:#ffffff;
}

.buttonenviar {
    padding: 5px 20px;
    text-align:center;
    background-color:#db3533;
    color:#ffffff;
    text-decoration:none;
    cursor:pointer;
    float:left;
    border: 0;
    border-radius: 5px;
    margin-top: 8px;
    margin-left: 15px;
    font-size: 14px;
}

.buttonenviar:hover{
    background-color:#aa302e;
}

.buttonenviar:active{
    background-color:#782220;
}

.buttondato {
    padding: 0 10px;
    /*height: 22px;*/
    vertical-align: middle;
    vert-align: middle;
    text-align:center;
    background-color:#00bc9a;
    color:#ffffff;
    text-decoration:none;
    cursor:pointer;
    float:left;
    border: 0;
    border-radius: 5px;
    line-height:22px;
}

.buttondato:hover{
    background-color:#009472;
    color:#ffffff;
}

.buttondato:active{
    background-color:#007556;
    color:#ffffff;
}

.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    /* Also define standard property for compatibility */
    background-clip: text;
    -webkit-text-fill-color: transparent;
}