﻿body {
    font-family: Arial, Helvetica, sans-serif;
}

.contenedor-micro-heder {
    padding: 4% 10% 2% 10%;
}

.slider-conexus {
    padding: 1% 10% 1% 20%;
}

    .slider-conexus .slidermicrositio {
        display: none;
        text-align: center;
    }

    .slider-conexus img {
        vertical-align: middle;
    }

    /* Slideshow container */
    .slider-conexus .slideshow-container {
        max-width: 1000px;
        position: relative;
        margin: auto;
    }

    /* Next & previous buttons */
    .slider-conexus .prev, .slider-conexus .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        /*width: auto;*/
        padding: 16px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    /* Position the "next button" to the right */
    .slider-conexus .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

        /* On hover, add a black background color with a little bit see-through */
        .slider-conexus .prev:hover, .slider-conexus .next:hover {
            background-color: rgba(0,0,0,0.8);
        }

    /* Caption text */
    .slider-conexus .text {
        color: #f2f2f2;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        /*width: 100%;*/
        text-align: center;
    }

    /* Number text (1/3 etc) */
    .slider-conexus .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }

    /* The dots/bullets/indicators */
    .slider-conexus .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

        .slider-conexus .active, .slider-conexus .dot:hover {
            background-color: #717171;
        }

    /* Fading animation */
    .slider-conexus .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 100s;
        animation-name: fade;
        animation-duration: 100s;
    }

@-webkit-keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .slider-conexus .prev, .slider-conexus .next, .slider-conexus .text {
        font-size: 11px
    }
}

.contenedor-micro-heder {
    padding-top: 10px;
    text-align: center !important;
    color: #525ca3;
}

    .contenedor-micro-heder img {
        max-height: 150px;
    }



.div-videos {
    text-align: -webkit-center;
    margin-top: 1px;
}


.tbl-micrositio {
    color: #666;
    margin: auto;
}

    .tbl-micrositio td, .tbl-micrositio th {
        text-align: center;
    }

    .demo-gallery > ul {
    margin-bottom: 0;
    height: 100%;
}

    .demo-gallery > ul > li {
        float: left;
        width: 200px;
        display: grid;
    }

        .demo-gallery > ul > li a {
            border: 3px solid #FFF;
            border-radius: 3px;
            display: block;
            overflow: hidden;
            position: relative;
            float: left;
        }

            .demo-gallery > ul > li a > img {
                -webkit-transition: -webkit-transform 0.15s ease 0s;
                -moz-transition: -moz-transform 0.15s ease 0s;
                -o-transition: -o-transform 0.15s ease 0s;
                transition: transform 0.15s ease 0s;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
                max-height: 200px;
                width: 100%;
            }

            .demo-gallery > ul > li a:hover > img {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
            }

            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
                opacity: 1;
            }

            .demo-gallery > ul > li a .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.1);
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                -webkit-transition: background-color 0.15s ease 0s;
                -o-transition: background-color 0.15s ease 0s;
                transition: background-color 0.15s ease 0s;
            }

                .demo-gallery > ul > li a .demo-gallery-poster > img {
                    left: 50%;
                    margin-left: -10px;
                    margin-top: -10px;
                    opacity: 0;
                    position: absolute;
                    top: 50%;
                    -webkit-transition: opacity 0.3s ease 0s;
                    -o-transition: opacity 0.3s ease 0s;
                    transition: opacity 0.3s ease 0s;
                }

            .demo-gallery > ul > li a:hover .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.5);
            }

.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

    .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}


.dropbtn {
    /*background-color: #4CAF50;*/
    /*color: white;*/
    /*padding: 16px;
    font-size: 16px;
    border: none;*/
}

.dropdown {
    /*position: relative;
    display: inline-block;*/
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #E01C19;
    color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
}

    .dropdown-content a {
        color: #fff;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #d9615f;
            border-radius: 5px;
        }

.dropdown:hover .dropdown-content {
    display: block;
    top: 100%;
}

.dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
}



.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: ">"
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}

.breadcrumb {
    background: 0 0;
    line-height: 1.8rem;
    margin-bottom: 0;
    padding: 0
}

.breadcrumb {
    line-height: 1.5rem
}

.ruta-sys {
    padding-top: 10px;
    padding-left: 13px;
}


.contenedormicro {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #fff;
    text-align: center;
}

.contenedormicroinfo {
    width: 70%;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.heder-micro{
    padding-top: 30px;
    text-align: center !important;
    color: #6b747b;
}

.contenedorinterno p {
    text-align: justify;
    color: #6b747b;
}

.contenedorinterno ol {
    color: #6b747b;
    width: 88%;
    font-family: "Arial", Gadget, sans-serif;
    font-size: 15px;
    text-align: justify;
    line-height: 2;
}

.contenedorinterno ol li {
    margin-top: 1%;
    margin-bottom: 1%;
    line-height: 2;
}

