/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

html {
    color: #222222;
    font-size: 14px;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

body {
    padding-top: 60px;
}

@media (min-width: 768px) {
    body {
        padding-top: 114px;
    }
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover {
        color: #fff;
        background-color: #09C;
        border-color: #ccc;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.blog-container {
    margin: 0px 25px 0px 25px;
}

.block-info {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 4px;
}
/*.block-info:hover {
        background-color: #dddddd;
    }*/

.panel-default:hover {
    color: #fff;
    background-color: #09C;    
}

.list-group-item:hover{
    color: #fff;
    background-color: #09C;    
}

/* ====================
0.Carousel Section
==================== */

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption.dark {
    color: #000000;
}

.carousel-indicators li.dark {
    background-color: #000000;
}

.portfolio-item {
    margin-bottom: 30px;
}

img.logo {
    height: 48px;
    width: 140px;
}

h1 span {
    color: #76afec;
    font-weight: bolder;
    text-shadow: 2px 2px #666666;
}

/* ====================
1.Header Section
==================== */
.fixed-top {
    border-bottom: solid 5px #45494e;
}

@media (min-width: 992px) {
    .fixed-top {
        height: 90px;
    }
}

.navbar-dark {
    background-color: #000;
}

.bg-dark {
    background-color: #000 !important;
}

.bg-blueocean {
    background-color: #09c !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 1.1rem;
}

.navbar-dark .navbar-nav .nav-item {
    margin: 0px 5px 0px 5px;
}

.navbar-dark .navbar-nav .nav-link.social {
    color: #76afec;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ed9708;
    background-color: #263238;
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: #ed9708;
    background-color: #263238;
}

/* ====================
2. Footer Section
==================== */
footer {
    background: #263238;
    padding: 80px 0 75px;
}

    footer .findus h4 {
        color: #dddddd;
        text-transform: uppercase;
        margin-bottom: 27px;
    }

    footer .findus p {
        font-size: 15px;
        color: #8D8E92;
        line-height: 28px;
        margin-bottom: 15px;
    }

    footer .findus ul li {
        color: #8D8E92;
        margin-bottom: 12px;
    }

        footer .findus ul li i {
            font-size: 15px;
            color: #00a3c8;
            width: 35px;
        }

    footer .qlink h4 {
        color: #dddddd;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    footer .qlink ul li {
        margin-bottom: 10px;
    }

        footer .qlink ul li i {
            font-size: 14px;
            color: #00a3c8;
            margin-right: 20px;
        }

        footer .qlink ul li a {
            font-size: 15px;
            color: #8D8E92;
        }

            footer .qlink ul li a:hover {
                color: #00a3c8;
            }

    footer .tpost h4 {
        color: #dddddd;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    footer .tpost ul li {
        color: #8D8E92;
        line-height: 24px;
        margin-bottom: 20px;
    }

        footer .tpost ul li i {
            font-size: 32px;
            color: #666666;
            display: inline-block;
            margin-right: 10px;
            float: left;
            height: 42px;
        }

        footer .tpost ul li a {
            color: #00a3c8;
        }

            footer .tpost ul li a:hover {
                text-decoration: underline;
            }

    footer .newsletter h4 {
        color: #dddddd;
        text-transform: uppercase;
        margin-bottom: 38px;
    }

    footer .newsletter form input {
        width: 100%;
        height: 40px;
        border: 1px solid #666666;
        margin-bottom: 20px;
        background: transparent;
        color: #eeeeee;
        padding-left: 15px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
    }

        footer .newsletter form input:focus {
            border-color: #00a3c8;
        }

    footer .newsletter form button {
        font-size: 15px;
        color: #eeeeee;
        background: #00a3c8;
        width: 100%;
        height: 40px;
        font-weight: 600;
        border: none;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
    }

        footer .newsletter form button:hover {
            background: #008FD5;
        }

    footer .f-menu {
        margin-top: 60px;
        border-top: 1px solid #555555;
        padding-top: 65px;
    }

        footer .f-menu ul.menu {
            margin-bottom: 20px;
        }

            footer .f-menu ul.menu li a {
                font-size: 15px;
                color: #8D8E92;
                text-transform: uppercase;
                font-weight: 600;
                margin: 0 10px;
            }

                footer .f-menu ul.menu li a:hover {
                    color: #00a3c8;
                }

        footer .f-menu p {
            font-size: 15px;
            color: #666666;
            margin-bottom: 20px;
        }

            footer .f-menu p i {
                color: #00a3c8;
                margin: 0 2px;
            }

            footer .f-menu p a {
                color: #00a3c8;
            }

                footer .f-menu p a:hover {
                    text-decoration: underline;
                }

        footer .f-menu ul.social li a i {
            font-size: 13px;
            color: #666666;
            border: 1px solid #666666;
            width: 28px;
            height: 28px;
            padding-top: 6px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

            footer .f-menu ul.social li a i:hover {
                background: #666666;
                color: #00a3c8;
            }

    footer .back-to-top a {
        background: #00a3c8;
        position: fixed;
        width: 45px;
        height: 45px;
        cursor: pointer;
        bottom: 80px;
        right: 40px;
        padding-top: 11px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        display: none;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
        z-index: 1;
    }

        footer .back-to-top a:hover {
            background: #008FD5;
        }

/* =================
3. Card Items
================= */
.card-header-dark {
    background-color: #343a40 !important;
    color: #ed9708;
    /*border-bottom: solid 1px #343a40;*/
}

.card-footer-dark {
    background-color: #343a40 !important;
    color: #ed9708;
}

.card-dark {
    box-shadow: 2px 2px #566573;
}

.card-img-top-dark {
    border-bottom: solid 1px #343a40;
}

.card-img-center-dark {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.card > a {
    background-color: #21618C;
}

.card:hover {
    border: 1px solid #343a40 !important;
    box-shadow: 2px 2px #dddddd;
    color: #fff;
    background-color: #09C;
}
    .card:hover > a {
        background-color: #ffffff;
    }

    .card:hover > a > img {
        border: 1px solid #666666;
    }

    .card:hover a {
        color: #fff;
    }

    .card:hover .card-header-dark {
        color: #000;
        background-color: #f5f5f5 !important; 
    }

    .card:hover .card-footer-dark {
        color: #000;
        background-color: #f5f5f5 !important; 
    }

    .card:hover p {
        color: #fff;
        background-color: #09C; 
    }

    .card:hover h2 {
        color: #fff;
        background-color: #09C;
    }

    .card:hover ul li {
        color: #fff;
        background-color: #09C; 
    }

    
.big-icon {
    width: 65px;
    height: 65px;
    position: relative;
    display: inline-block;
}

    .big-icon .img-show {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }

    .card:hover .big-icon .img-show {
        display: inline;
    }

.related-projects {
    color: #666666;
}

    .related-projects:hover {
        border: 1px solid #343a40 !important;
        background-color: #eeeeee;
        box-shadow: 2px 2px #dddddd;
        color: #008FD5;
    }
/* ====================
04. Top Bar
==================== */
@media only screen and (max-width: 768px) {
    .top-bar {
        display: none;
    }
}

@media (min-width: 768px) {
    .top-bar {
        height: 45px;
        border-bottom: 1px solid #eeeeee;
        background-color: #ffffff;
    }

        .top-bar .bar-content {
            margin-top: 12px;
        }

            .top-bar .bar-content ul li {
                color: #666666;
                margin-right: 30px;
            }

                .top-bar .bar-content ul li img {
                    margin-right: 8px;
                    vertical-align: sub;
                }

        .top-bar .top-social {
            margin-top: 5px;
        }

            .top-bar .top-social ul li a i {
                font-size: 13px;
                color: #969696;
                padding-left: 5px;
            }

                .top-bar .top-social ul li a i:hover {
                    color: #00a3c8;
                }

            .top-bar .top-social ul li:last-child {
                margin-left: 20px;
            }

                .top-bar .top-social ul li:last-child span button {
                    color: #fff;
                    background: #00a3c8;
                    padding: 7px 20px;
                    border: none;
                    -webkit-border-radius: 25px;
                    -moz-border-radius: 25px;
                    -ms-border-radius: 25px;
                    border-radius: 25px;
                }

                    .top-bar .top-social ul li:last-child span button:hover {
                        background: #008FD5;
                    }
}

/* ====================
05. Panel
==================== */

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    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: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.panel img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.container-ofisalud {
    color: #ffffff;
    background: url("../images/bg-pattern.png"), #7b4397;
    background: url("../images/bg-pattern.png"), linear-gradient(to left, #0062cc, #adb5bd);
}

.device-container {
    width:325px;
}

h1.ofisalud span {
    color: #00a3c8;
    font-weight: bold;
    text-shadow: 1px 2px #000000;
}

.ofisalud-service {
    margin-top: 20px;    
}
    .ofisalud-service li {
        font-size: 16px;
        font-weight: bold;
    }

.play-button-outer {
    margin: 10px 10px 10px 50px;
    width: 110px;
    height: 90px;    
    cursor: pointer;
}

.play-button {
    margin: 0 auto;
    top: 10px;
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5em 0 2.5em 5em;
    border-color: transparent transparent transparent #fff;
    opacity: .75;
}

.play-button-outer:hover {
    background-color: rgba(0, 0, 0, .5);
}

    .play-button-outer:hover .play-button {
        opacity: 1;
    }