﻿.top-nav a {
    color: #898989;
}

.top-nav ul {
    margin-bottom: 5px;
}

.bg1 {
    background: #d3d3d3;
}

img {
    width: 100%;
}

.footer {
    color: #d3d3d3;
}

    .footer a {
        color: #d3d3d3;
    }

.copyright {
    color: #ccc;
}

.fa:hover {
    color: #249e61;
}

/*a {
    color: #898989;
}*/

    a:hover {
        color: #249e61;
    }

.star-icons {
    color: #dd0000;
}

.list-group-item-action:hover {
    background: #249e61;
    color: #fff !important;
}

.carousel-inner img {
    width: 100%;
    max-height: 440px;
}

.carousel-caption {
    color: #ccc;
    top: 130px;
    bottom: auto;
    text-align: left;
}

    .carousel-caption h1 {
        font-size: 22px;
        color: #fff;
    }



/*Menu starts*/
.menu_tab {
    margin: 0 auto;
    justify-content: center;
}

.nav-item {
    display: inline-block;
    text-align: center;
}

.nav-tabs .nav-link {
    transition: .3s;
}

    .nav-tabs .nav-link.active {
        background: #c0392b;
        color: #fff;
        font-weight: 600;
        border: 1px solid #c0392b;
        text-transform: capitalize;
    }

.nav-link {
    color: #f1f1f1;
    font-weight: bold;
   

}

#collapsibleNavbar > ul > li > a {
    color: #f1f1f1;
}

.ajus_logointegrado_caracterizacion {
    width: 600px;
    height: 90px;
    margin-left: 10px;
}

.ajus_logointegrado_caracterizacion_laderito {
    height: 85px;
    width: 100px;
}

.ajus_logointegrado_caracterizacion_red {
    width: 180px;
    height: 92px;
}


.nav-tabs .nav-link:hover {
    background: #c0392b;
    color: #fff;
    border: 1px solid #c0392b;
}

.single_menu {
    position: relative;
    margin-bottom: 20px;
    transition: .3s;
}

    .single_menu:hover img {
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
    }

    .single_menu img {
        width: 20%;
        position: absolute;
        height: 50px;
        -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
        transition: .3s;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

.menu_content {
    padding-left: 115px;
}

    .menu_content h4 {
        font-size: 15px;
        font-weight: 100;
        font-weight: bold;
        border-bottom: 1px dashed #c0392b;
        line-height: 2;
        text-transform: capitalize;
    }

        .menu_content h4 span {
            font-size: 22px;
            font-weight: 700;
            float: right;
            font-style: italic;
            color: #c0392b;
        }

    .menu_content p {
        font-weight: 200;
        font-size: 15px;
        letter-spacing: 0px;
    }

.menu_btn.btn.btn-danger {
    margin: 0 auto;
    display: block;
    width: 140px;
}
/*Menu ends*/
.menu_btn.btn.btn-danger {
    margin: 0 auto;
    display: block;
    width: 140px;
}

.btn.btn-danger {
    background: #c0392b;
    border: 1px solid #c0392b;
    transition: .3s;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    font-weight: 700;
    overflow: hidden;
    padding: 15px 25px;
}

    .btn.btn-danger::before {
        position: absolute;
        content: '';
        background: #e74c3c;
        width: 100%;
        height: 100%;
        left: -100%;
        top: 100%;
        transition: .3s;
        z-index: -1;
    }

    .btn.btn-danger:hover:before {
        top: 0;
        left: 0;
    }


    /*Configuracion botones redes sociales*/

#cont {
    background-color: #002147;
    padding: 100px;
}

.middle {
    text-align: center;
}

.btn2 {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #f1f1f1;
    margin: 5px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -5px #ecf0f1;
    color: #3498db;
    overflow: hidden;
    position: relative;
}

a.btn2:hover {
    transform: scale(1.3);
    color: #f1f1f1;
}

.btn2 i {
    line-height: 40px;
    font-size: 20px;
    transition: 0.2s linear;
}

.btn2:hover i {
    transform: scale(1.3);
    color: #f1f1f1;
}

.fa-facebook-f {
    color: #3c5a99;
}

.fa-twitter {
    color: #1da1f2;
}

.fa-instagram {
    color: #e1306c;
}

.fa-google {
    color: #dd4b39;
}

.fa-youtube {
    color: #ff0000;
}

.btn2::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: #3498db;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.btn2:hover::before {
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
}

@keyframes aaa {
    0% {
        left: -110%;
        top: 90%;
    }

    50% {
        left: 10%;
        top: -30%;
    }

    100% {
        left: -10%;
        top: -10%;
    }
}

/*Lineas de para buscar texto en pagina*/
.resaltarTexto {
    color: #F3AA04;
    background-color: #FFFF96;
}


/******************  News Slider Demo-1 *******************/

.post-slide {
    overflow: hidden;
    margin-right: 15px;
    background-color: #fff !important;
}

    .post-slide .post-img {
     
        width: 100%;
        position: relative;
        margin-right: 30px;
    }

        .post-slide .post-img img {
            width: 100%;
            height: auto;
        }

    .post-slide .post-date {
        background: #ec3c6a;
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        padding: 2% 3%;
        width: 60px;
        height: 60px;
        text-align: center;
        transition: all 0.50s ease;
    }

    .post-slide .date {
        display: block;
        font-size: 20px;
        font-weight: 700;
    }

    .post-slide .month {
        display: block;
        font-size: 11px;
        text-transform: uppercase;
    }

    .post-slide .post-review {
        padding: 5% 3% 1% 0;
        border-top: 3px solid #38cfd8;
    }

    .post-slide:hover .post-review {
        border-top-color: #ec3c6a;
    }

    .post-slide .post-title {
        margin: -20px 0 1px 0;
    }

        .post-slide .post-title a {
            font-size: 14px;
            color: #333;
            text-transform: uppercase;
        }

            .post-slide .post-title a:hover {
                text-decoration: none;
                font-weight: bold;
            }

    .post-slide .post-bar {
        padding: 0;
        list-style: none;
        text-transform: uppercase;
        position: relative;
        margin-bottom: 20px;
    }

        .post-slide .post-bar:after,
        .post-slide .post-bar:before {
            border: 1px solid #38cfd8;
            bottom: -10px;
            content: "";
            display: block;
            position: absolute;
            right: 36%;
            width: 25px;
        }

        .post-slide .post-bar:before {
            border: 1px solid #ec3c6a;
            right: 32%;
        }

        .post-slide .post-bar li {
            color: #555;
            font-size: 10px;
            margin-right: 10px;
            display: inline-block;
        }

            .post-slide .post-bar li a {
                font-size: 13px;
                text-decoration: none;
                text-transform: uppercase;
                color: #ec3c6a;
            }

                .post-slide .post-bar li a:hover {
                    color: #ec3c6a;
                }

            .post-slide .post-bar li i {
                color: #777;
                margin-right: 5px;
            }

    .post-slide .post-description {
        font-size: 12px;
        line-height: 21px;
        color: #444454;
    }

.owl-theme .owl-controls {
    margin-top: 30px;
}

    .owl-theme .owl-controls .owl-page span {
        background: #fff;
        border: 2px solid #37a6a4;
    }

    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        background: #37a6a4;
    }

#UpdatePanel1 > div:nth-child(1) > section > img {
    width: 20%;
}
#UpdatePanel2 > div:nth-child(1) > section > img {
    width: 20%;
}

@media only screen and (max-width: 990px) {
    .post-slide .post-img {
        width: 100%;
    }

    .post-slide .post-review {
        width: 100%;
        border-bottom: 4px solid #ec3c6a;
    }

    .post-slide .post-bar:before {
        left: 0;
    }

    .post-slide .post-bar:after {
        left: 25px;
    }

    #UpdatePanel1 > div:nth-child(1) > section > img {
        width: 40%;
    }

    #UpdatePanel2 > div:nth-child(1) > section > img {
        width: 40%;
    }
}

@media screen and (max-width: 900px) {
    .ajus_diagnostico {
        width: 100%;
    }

    .ajus_logoguardianes {
        width: 100px;
    }

    .ajus_logointegrado {
        width: 100%;
    }

    .ajus_logointegrado_caracterizacion {
        width: 350px;
    }

    .ajus_logointegrado_caracterizacion_laderito {
        width: 60px;
        height: 50px;
        margin-right: -15px;
    }

    .ajus_logointegrado_caracterizacion_red{
        width: 80px;
        height: 50px;
    }


   
}


@media screen and (max-width: 450px) {
    .ajus_logointegrado_caracterizacion {
        width: 180px;
        height: 50px;
    }   
}


/*<%-- Lineas de container abece de resolucion 666-----------------------------------------------------------------------% >*/
.mq-dropdown {
    margin-top: 10px !important;
    padding: 0px !important;
    background-color: #76b9ea;
}


.mq-comment {
    list-style: none;
    margin-bottom: 10px;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.comment li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.mq-comment-img {
    margin-right: 10px;
    width: 40px;
    height:40px;
}

.mq-panel-wrapper {
    height: 500px;
    background-color: #30819c;
    margin: 20px;
    float: left;
    border: 1px solid #30819c;
    box-shadow: 0px 0px 20px 0px #30819c;
    border-radius: 0px 0px 5px 5px;
    width: 100%;
    margin-left: -2px;
}

.mq-panel-header {
    width: 100%;
    height: 60px;
    background-color: #30819c;
    padding: 10px;
    display: table;
    position: relative;
}

    .mq-panel-header h3 {
        color: #fff;
        font-size: 14pt;
        font-weight: 300;
        letter-spacing: 1px;
        display: table-cell;
        vertical-align: middle;
        font-weight: bold;
    }

.mq-panel-body {
    width: 100%;
    max-height: 434px;
    overflow-y: scroll;
    padding: 10px;
    background-color: #f7f7f7;
    border-radius: 0px 0px 5px 5px;
}
/*<%-- Fin Lineas de container abece de resolucion 666-----------------------------------------------------------------------% >*/

/**Classic Tabs Wrap**/

.classic-tab-wrap .tab-wrap {
}

    .classic-tab-wrap .tab-wrap .nav-tabs li {
        margin: 0;
    }

        .classic-tab-wrap .tab-wrap .nav-tabs li a {
            font-weight: 500;
            font-size: 18px;
            color: #8a8a8a;
            border: none;
            border-bottom: 2px solid transparent;
            padding-left: 35px;
            padding-right: 35px;
        }

            .classic-tab-wrap .tab-wrap .nav-tabs li a.active {
                color: #495057;
                background: transparent;
                border-color: #495ab7;
            }

            .classic-tab-wrap .tab-wrap .nav-tabs li a i {
                margin-right: 6px;
            }

    .classic-tab-wrap .tab-wrap .tab-pane {
        /*padding: 20px;*/
    }

.viewBtn {
    padding-left: 20px;
    padding-right: 20px;
    outline: none !important;
    box-shadow: none !important;
}


.made-with-mk {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    z-index: 555;
    bottom: 10px;
    right: 10px;
    border-radius: 30px;
    background-color: rgba(27, 143, 128, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px 12px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    -moz-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    -o-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
}

    .made-with-mk:hover, .made-with-mk:active, .made-with-mk:focus {
        width: 227px;
        color: #FFFFFF;
        transition-duration: .55s;
        padding: 10px 19px;
    }

        .made-with-mk:hover .made-with, .made-with-mk:active .made-with, .made-with-mk:focus .made-with {
            opacity: 1;
        }

        .made-with-mk:hover .brand, .made-with-mk:active .brand, .made-with-mk:focus .brand {
            left: 0;
        }

    .made-with-mk .brand,
    .made-with-mk .made-with {
        float: left;
    }

    .made-with-mk .brand {
        position: relative;
        top: 4px;
        left: -1px;
        letter-spacing: 1px;
        vertical-align: middle;
        font-size: 16px;
        font-weight: 600;
    }

    .made-with-mk .made-with {
        color: rgba(255, 255, 255, 0.6);
        position: absolute;
        left: 58px;
        top: 14px;
        opacity: 0;
        margin: 0;
        -webkit-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
        -moz-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
        -o-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
        transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    }

        .made-with-mk .made-with strong {
            font-weight: 400;
            color: rgba(255, 255, 255, 0.9);
        }