@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic");

hr.red {
    display: none;
}

/* TEMPLATE */

.template-gobmx {
    background-color: white;
    color: #4E1F89;    
}


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

.template-gobmx .flex-direction-nav .flex-prev {
    background: transparent url( 'https://framework-gb.cdn.gob.mx/happenings/ciberbullying/arrow-prev.svg' ) no-repeat center center;
    background-size: cover;
    left: 25px;
}
.template-gobmx .flex-direction-nav .flex-next {
    background: transparent url( 'https://framework-gb.cdn.gob.mx/happenings/ciberbullying/arrow-next.svg' ) no-repeat center center;
    background-size: cover;
    right: 25px;
}
.template-gobmx .flex-direction-nav .flex-disabled {
    display: none;
}

.template-gobmx .flex-control-nav {
        padding: 25px 0;
    }
.template-gobmx .flex-control-nav li {
    display: inline-block;
}
.template-gobmx .flex-control-nav li + li { margin-left: 10px; } 

.template-gobmx .flex-control-nav a {
    display: block;
    background-color: #E6E6E6;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;         
}

.template-gobmx .section-actions {
    text-align: center;
    color:  white;
}
.template-gobmx .section-actions h2 {
    margin-bottom: 45px;
    font-size: 26px;
    font-weight: 300;
}
.template-gobmx .section-actions img {
    max-width: 100%;
}
.template-gobmx .section-actions__header {
    background: transparent url( 'https://framework-gb.cdn.gob.mx/happenings/ciberbullying/bg-section-1.jpg' ) no-repeat center center;
    background-size: cover;
    padding: 90px 0 300px;
}
.template-gobmx .section-actions__content {
    max-width: 475px;
    margin: 0 auto;
}
.template-gobmx .section-actions__info {
    margin-top: -120px;
    padding-bottom: 65px;
}
.template-gobmx .section-actions__info a {
    font-size: 26px;
    text-decoration: none;
    color: #4E1F89;
}
.template-gobmx .section-actions__info a span {
    display: block;
    margin-top: -25px;
}
.template-gobmx .section-actions__info a span:hover {
    text-decoration: underline;
}
.template-gobmx .section-actions__info figure {
    display: block;
    background-color:  white;
    margin: 0 auto;
    padding: 40px;
    max-width: 240px;
    border-radius: 50%;
}
.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__items .container .row-full > div {
    padding-left: 8px;
    padding-right: 0;
}

.template-gobmx .section-actions__link {
    position: relative;
    display: block;
    padding-left: 0;
}
.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;
}

.flex-control-nav a:hover { 
    content: '';
    display: block;
    background-color: #7A7A7A;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 79%;
    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-gobmx .section-intro {
    background: transparent url( 'https://framework-gb.cdn.gob.mx/happenings/ciberbullying/bg-header.jpg' ) no-repeat center center;
    background-size: cover;
    padding: 265px 0;
    color:  white;
    min-height: 380px;
}

.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: 6em;
    height: 6em;
    position: absolute;
    bottom: 45%;
    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;
}


.template-gobmx .section-intro__content {
    max-width: 550px;
}

.template-gobmx .section-intro__content p {
    color: #545454;
}

.template-gobmx .section.intro_content p {
    color: #545454;
}

.main-theme .section-intro__content {
    max-width: 550px;
}


.template-gobmx .section-description {
    text-align: center;
}
.template-gobmx .section-description h2 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 26px;
    font-weight: 400;
}
.template-gobmx .section-description h2:before {
    content: '';
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto 25px;
}
.template-gobmx .section-description h2:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #4E1F89;
    position: absolute;
    bottom: 0;
    left: 25%;
    right: 25%;
}


.template-gobmx .section-description h2 .title-3__content {
    padding: 25px 0;
}

.template-gobmx .section-participate {
    text-align: center;
}
.template-gobmx .section-participate h2 {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
}
.template-gobmx .section-participate h3 {
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 300;
}
.template-gobmx .section-participate__header {
    margin-bottom: 65px;
}
.template-gobmx .section-participate__header p {
    font-size: 21px;
}

.template-gobmx .section-participate__content {
    margin-bottom: 65px;
}

.template-gobmx .section-description__content h2 .title-1:before {
    background: transparent url( 'https://framework-gb.cdn.gob.mx/happenings/ciberbullying/number-1.svg' ) no-repeat center center;
    background-size: cover;
}
.template-gobmx .section-description__content h2 .title-2:before {
    background: transparent url( 'https://framework-gb.cdn.gob.mx/happenings/ciberbullying/number-2.svg' ) no-repeat center center;
    background-size: cover;
}
.template-gobmx .section-description__content h2 .title-3:before {
    background: transparent url( 'https://framework-gb.cdn.gob.mx/happenings/ciberbullying/number-3.svg' ) no-repeat center center;
    background-size: cover;
}

.template-gobmx .section-participate__percentage {
                position: relative;
            }
.template-gobmx .section-participate__percentage span {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    display: block;
    font-size: 56px;
    font-weight: 400;
    color: #38206C;
}


.template-gobmx .section-actions__header {
    background: transparent url( 'https://framework-gb.cdn.gob.mx/happenings/ciberbullying/bg-section-1.jpg' ) no-repeat center center;
    background-size: cover;
    padding: 90px 0 300px;
}
.template-gobmx .section-actions__content {
    max-width: 475px;
    margin: 0 auto;
}
.template-gobmx .section-actions__info {
    margin-top: -120px;
    padding-bottom: 65px;
}
.template-gobmx .section-actions__info a {
    font-size: 26px;
    text-decoration: none;
    color: #4E1F89;
}
.template-gobmx .section-actions__info a span {
    display: block;
    margin-top: -25px;
}
.template-gobmx .section-actions__info a span:hover {
    text-decoration: underline;
}
.template-gobmx .section-actions__info figure {
    display: block;
    background-color:  white;
    margin: 0 auto;
    padding: 40px;
    max-width: 240px;
    border-radius: 50%;
}
.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;
}

.template-gobmx .section h2 {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-top: 64px;
}
.template-gobmx .section-info h3 {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.4;
}
.template-gobmx .section-info img {
    max-width: 100%;
}
.template-gobmx .section-info a {
    color: #6D6D6D;
    text-decoration: none;
}
.template-gobmx .section-info a:hover h3 {
    text-decoration: underline;
}

.template-gobmx .section-info__title {
    margin-bottom: 65px;
    text-align: center;
}
.template-gobmx .section-info__main {
    margin-bottom: 30px;
}
.template-gobmx .section-info__sec h3 {
    font-size: 22px;
}

.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 h2:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #4E1F89;
    position: absolute;
    bottom: 0;
    left: 25%;
    right: 25%;
}

.template-gobmx .section-bullying-videos {}
.template-gobmx .section .slider-videos-main img {
    width: 100%;
}

.template-gobmx .section .slider-videos-main--menu {}

.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;
}


@media (min-width: 768px) {

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

    .template-gobmx .list-brand li {
        display: inline-block;
        margin-bottom: 0;
        border: 1px solid red;
    }
    
    .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 .banner .section-intro__content {
        max-width: 480px;
        text-align: left;
    }

    .template-gobmx .banner-maxHeight{
        min-height: 700px;
        border: 2px dashed #d9d9d9;
        background-color: #F7F7F7;
        text-align:center;
    }

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

.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;
    color: #4E1F89;
}

.template-gobmx .section-links .list-filters .ico-filter .active{
    border: solid;
    color: #4E1F89;
}

.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;
    color: #4E1F89;
}

.template-gobmx .section-links .list-grid .list-grid-item a{
    color: #4E1F89;
}

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



