
hr.red, h3.informative_sheets-title, .informative_sheets-seemore{
    display: none;
}

.level-content{
    margin-bottom: 2em;
}

.slider-multimedia .flex-control-nav {
    left: 0;
    right: 0;
    margin: 18px 0 0;
    padding: 0;
    list-style-type: none;
}

.slider-multimedia .flex-control-nav li {
    display: inline-block;
}
.slider-multimedia .flex-control-nav li + li {
    margin-left: 6px;
}
.slider-multimedia .flex-control-nav a {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    text-indent: 9999px;
    overflow: hidden;
    background-color: #eee;
}
.slider-multimedia .flex-control-nav a.flex-active {
    background-color: #ccc;
}


.slider-videos-main, .slider-videos-main--menu {
    position: relative;
}
.slider-videos-main .slides > li {
    position: relative;
}
.slider-videos-main .slider-video-play {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent url( '../images/ciberbullying/ico-play.svg' ) no-repeat center center;
    background-size: cover;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0.6;
    transition: opacity 200ms;
}
.slider-videos-main .slider-video-play:hover {
    opacity: 1;
    transition: opacity 200ms;
}
     
.slider-videos-main--menu .slides > li {
    cursor: pointer;
}
.slider-videos-main--menu .slides > li img {
    opacity: 0.5;
    transition: opacity 300ms;
}
.slider-videos-main--menu .slides > li:hover, .slider-videos-main--menu .slides > li.flex-active-slide img {
    opacity: 1;
    transition: opacity 300ms;
}
.slider-videos-main--menu .slides > li.flex-active-slide {
    cursor: default;
}
 
.flex-direction-nav {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
    display: block;
    width: 16px;
    height: 28px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    opacity: 0.6;
    transition: opacity 200ms;
}
.flex-direction-nav .flex-prev:hover {
    opacity: 1;
    transition: opacity 200ms;
}

.flex-direction-nav .flex-next:hover {
    opacity: 1;
    transition: opacity 200ms;
}

.flex-direction-nav .flex-prev {
    background: transparent url( '../images/ciberbullying/arrow-prev.svg' ) no-repeat center center;
    background-size: cover;
    left: 25px;
}
.flex-direction-nav .flex-next {
    background: transparent url( '../images/ciberbullying/arrow-next.svg' ) no-repeat center center;
    background-size: cover;
    right: 25px;
}
.flex-direction-nav .flex-disabled {
    display: none;
}

.flex-control-nav {
    padding: 25px 0;
}
.flex-control-nav li {
    display: inline-block;
}
.flex-control-nav li + li {
    margin-left: 10px;
}
.flex-control-nav a {
    display: block;
    background-color: $bullying_gray;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}
.flex-control-nav a:hover, .flex-control-nav a.flex-active {}
.flex-control-nav a:hover:before {
    content: '';
    display: block;
    background-color: #7A7A7A;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -3px;
    margin-left: -3px;
}

.flex-control-nav a.flex-active:before {
    content: '';
    display: block;
    background-color: #7A7A7A;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -3px;
    margin-left: -3px;
}

/* TEMPLATE */

.template-gobmx {
    
}

.template-gobmx .section-links {
    padding: 65px 0;
    background-color: #EDEFF0;
}

.template-gobmx .section-links .table {
    background-color: white;
    padding: 15px 25px;
    border-radius: 8px;
}

.template-gobmx .section-links .table h3 {
    font-size: 1.2em;
    font-weight: 400;
    padding: 8px 14px;
}

.template-gobmx .section-links .table p {
    font-weight: 300;
    margin: 0;
}

.template-gobmx .section-links .table tbody {
    background-color: #F9FAFA;
}

.template-gobmx .section-links .table tbody tr td, .template-gobmx .section-links .table tbody tr th {
    font-size: 0.8em;
    padding: 20px 35px;
}

.template-gobmx .section-links .list-filters li, .template-gobmx .section-links .list-grid li{
    float: left;
    list-style-type: none;
    margin-bottom: 2em;
    text-align: center;
    padding: 1em;
}

.template-gobmx .section-links .list-filters .ico-filter{
    display: block;
    background-repeat: no-repeat;
    width: 10em;
    height: 10em;
    line-height: 22em;
    padding: 0;
}

.template-gobmx .section-links .list-grid .list-grid-item{
    border: dotted;
    border-width: 1px;
    margin: 0.2em;
    padding: 1em;
    border-radius: 5px;
    width: 30em;
    height: 6em;
}

.template-gobmx .section-links .list-grid .list-grid-item:hover{
    background-color:#FFF;
}

.template-gobmx .banner {
    height: 480px !important;
}

.template-gobmx .list-brand li {
    margin-bottom: 25px;
}

.template-gobmx .list-brand li + li {
    margin-left: 16px;
}
.template-gobmx .list-brand li figure {
    margin: 0 auto;
}

.template-gobmx .list-brand__item-1 figure {
    max-width: 156px;
}

.template-gobmx .list-brand__item-2 figure {
    max-width: 76px;
}

.template-gobmx .list-brand__item-3 figure {
    max-width: 168px;
}

.template-gobmx .list-brand__item-4 figure {
    max-width: 111px;
}

.template-gobmx .list-actions li {
    position: relative;
    margin-bottom: 45px;
}

.template-gobmx .btn-read-more {
    padding: 15px 50px;
    border: 1px solid #F5A623;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    color: #F5A623;
    margin: 12px;
}

/* SECTION INTRO */

.template-gobmx .section-intro {
    position: relative;
    /*background: transparent url( 'https://framework-gb.cdn.gob.mx/templates/imssdigital/bg-imss-header.jpg' ) no-repeat center center;*/
    background-size: cover;
    padding: 60px 0 82px;
    color: white;
}

.template-gobmx .section-intro.banner {}

.template-gobmx .section-intro__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.template-gobmx .section-intro__video .intro-video-play {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    background: transparent url( 'https://framework-gb.cdn.gob.mx/templates/imssdigital/ico-play-sec.svg' ) no-repeat center center;
    background-size: cover;
    margin-left: -25px;
    opacity: 0.6;
    transition: opacity 200ms;
    cursor: pointer;
    z-index: 10;
}
.template-gobmx .section-intro__video .intro-video-play:hover {
    opacity: 1;
    transition: opacity 200ms;
}

/* SECTION DESCRIPTION */

.template-gobmx .section-description {
    padding: 65px 0;
    text-align: center;
}
.template-gobmx .section-description h2 {
    position: relative;
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 28px;
    font-weight: 700;
    color: #F5A623;
}
.template-gobmx .section-description h2 span {
    background-color: white;
}
.template-gobmx .section-description__content {
    margin: 0 auto;
    padding: 25px 0;
}
.template-gobmx .section-description__content p {
    font-size: 18px;
}

/* SECTION INFO */

.template-gobmx .section-info__content {
    margin: 0 auto;
    padding: 25px 0;
}

.template-gobmx .section-info__content {
    text-align: center;
}
.template-gobmx .section-info__content h2 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 26px;
    font-weight: 400;
}
.template-gobmx .section-info__content h2:before {
    content: '';
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto 25px;
}

.template-gobmx .section-info__content p {
    font-size: 18px;
}

.template-gobmx .section-info__content h2:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #F5A623;
    position: absolute;
    bottom: 0;
    left: 25%;
    right: 25%;
}

.template-gobmx .section-info .container {
    margin-top: 100px;
    margin-bottom: 65px;
    padding-top: 35px;
    padding-bottom: 65px;
    border-top: 1px solid #F5A623;
}
.template-gobmx .section-info h2 {
    margin-bottom: 65px;
    font-size: 28px;
    font-weight: 400;
    color: #F5A623;
    text-align: center;
}

.template-gobmx .section-info h3 {
    margin-bottom: 65px;
    font-size: 21px;    
    font-weight: 300;
    /*color: #F5A623;*/
    color: #545454;
}

.template-gobmx .section-info a {
    font-size: 17px;    
    font-weight: 200;
    color: #F5A623;
}

.template-gobmx .section-info figure {
    max-width: 174px;
}
.template-gobmx .section-info .slider-videos-main img {
    width: 100%;
}
.template-gobmx .section-info .slider-videos-main--menu {}


.template-gobmx .section-services {
    padding: 65px 0;
}

.template-gobmx .section-services__item {
    border: 1px solid #F5A623;
    margin-bottom: 25px;
}
.template-gobmx .section-services__item a {
    /*@include clearfix();*/
    display: block;
    min-height: 126px;
    padding: 20px 40px;
}
.template-gobmx .section-services__item a:hover h3 {
    text-decoration: underline;
}

 .template-gobmx .section-services__item h3 {
    float: left;
    width: 50%;
    margin: 14px 0 0;
    font-size: 24px;
    font-weight: 400;
    color: #F5A623;
}
.template-gobmx .section-services__item figure {
    float: left;
}
.template-gobmx .section-services__item-1 figure {
    max-width: 234px;
}

.template-gobmx .section-services__item-2 figure {
    max-width: 156px;
}


/* SECTIONS ACTIONS*/

.template-gobmx .section-actions {
    padding: 65px 0;
    background: transparent url( '../images/imss/bg-imss-actions.jpg' ) no-repeat center center;
    background-size: cover;
    text-align: center;
    color: white;
}

.template-gobmx .section-actions h2 {
    margin-bottom: 65px;
    font-size: 28px;
    font-weight: 700;
}
.template-gobmx .section-actions h3 {
    margin: 45px 0 5px;
    font-size: 21px;
    font-weight: 400;
}
.template-gobmx .section-actions a {
    font-size: 16px;
    font-weight: 600;
    color: white;
    padding-left: 0;
}
.template-gobmx .section-actions a:hover {
    text-decoration: none;
}

.template-gobmx .section-actions__items .container {
    padding: 65px 0;
    position: relative;
}
.template-gobmx .section-actions__items .container:before {
    content: '';
    display: block;
    background-color: #E6E6E6;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.template-gobmx .section-actions__link {
    position: relative;
    display: block;
}

.template-gobmx .section-actions__link:before {
    content: '';
    display: block;
    background-color: black;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: opacity 200ms;
}
.template-gobmx .section-actions__link:hover:before {
    opacity: 0;
    transition: opacity 200ms;
}

@media (min-width: 768px) {

    .template-gobmx h1 {
        font-size: 54px;
    }

    .template-gobmx .slider-videos-main .slider-video-play {
        width: 120px;
        height: 120px;
        margin-left: -60px;
        margin-top: -60px;
    }

    .template-gobmx .list-brand li {
        display: inline-block;
        margin-bottom: 0;
    }

    .template-gobmx .list-actions li {
        display: inline-block;
        margin-bottom: 0;
    }
    .template-gobmx .list-actions li + li {
        margin-left: 110px;
    }
    .template-gobmx .list-actions li + li:before {
        content: '';
        display: block;
        height: 1px;
        width: 110px;
        border-top: 1px dashed white;
        position: absolute;
        bottom: 140px;
        right: 100%;
    }

    .template-gobmx .flex-direction-nav .flex-prev, .template-gobmx .flex-direction-nav .flex-next {
        width: 31px;
        height: 55px;
        margin-top: -27px;
    }

    .template-gobmx .section-actions__info {
        margin-top: -170px;
    }
    .template-gobmx .section-actions__info figure {
        padding: 60px;
        max-width: 340px;
    }

    .template-gobmx .section-intro {
        padding: 265px 0;
    }
    .template-gobmx .section-intro__content {
        max-width: 215px;
    }
    .template-gobmx .banner .section-intro__content {
        max-width: 480px;
        text-align: left;
    }

    .template-gobmx .section-intro h2:before, .template-gobmx .section-intro h2:after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: transparent url( 'https://framework-gb.cdn.gob.mx/templates/imssdigital/ico-circle.svg' ) no-repeat center center;
        background-size: cover;
        position: absolute;
        top: -10px;
    }


    .template-gobmx .section-intro__video .intro-video-play {
        width: 98px;
        height: 98px;
        bottom: 50%;
        left: 50%;
        margin-left: -49px;
        margin-bottom: -49px;
    }
    .template-gobmx .section-description__content {
        max-width: 46%;
    }
    .template-gobmx .section-description h2 {
        margin-bottom: 0;
        border-top: 1px dashed #ccc;
    }

    .template-gobmx .section-description__content {
        max-width: 46%;
    }

    .template-gobmx .section-description h2 span {
        position: relative;
        top: -18px;
        padding: 0 20px;
    }
    .template-gobmx .section-description h2:before, .template-gobmx .section-description h2:after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: transparent url( 'https://framework-gb.cdn.gob.mx/templates/imssdigital/ico-circle.svg' ) no-repeat center center;
        background-size: cover;
        position: absolute;
        top: -10px;
    }
    .template-gobmx .section-description h2:before {
        left: 100%;
    }
    .template-gobmx .section-description h2:after {
        right: 100%;
    }
    .template-gobmx .section-actions {
        padding: 100px 0 125px;
    }

    .section-actions__info {
        margin-top: -170px;
    }
    .section-actions__info figure {
        padding: 60px;
        max-width: 340px;
    }

    .template-gobmx .section-services {
        padding: 100px 0;
    }
    .template-gobmx .section-services__item {
        margin-bottom: 0;
    }
    .template-gobmx .slider-videos-main .slider-video-play {
        width: 120px;
        height: 120px;
        margin-left: -60px;
        margin-top: -60px;
    }
    .template-gobmx .flex-direction-nav .flex-prev, .template-gobmx .flex-direction-nav .flex-next {
        width: 31px;
        height: 55px;
        margin-top: -27px;
    }
    .template-gobmx .section-actions__info {
        margin-top: -170px;
    }
    .template-gobmx .section-actions__info figure {
        padding: 60px;
        max-width: 340px;
    }
}


