﻿/*****fin*/



.wrapper {
    max-width: 1200px;
    margin: auto;
    /*centra*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 2%;
    /*centra*/
  
}

/*+++++++++++ BOTON DE MAS CONTENIDO *****/


#loadMore {
    width: 200px;
    color: #636569;
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: #C2BA98;
    transition: .3s;
}

    #loadMore:hover {
        color: #636569;
        background-color: #fff;
        border: 1px;
        border-style: solid;
        border-color: #636569;
        text-decoration: none;
    }

a {
    text-decoration: none;
}

/*+++++++++++ BOTON DE MAS CONTENIDO *****/



/* *******************************
//------------------------------
*************
TRANSPARENCIA PRINCIPAL 
*/


.flex-container {
    flex-wrap: wrap;
    text-align: center;
    background-color: #C2BA98;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-item-left {
    padding: 10px;
    flex: 33%;
    height: auto;
    overflow: hidden;
}

.flex-item-center {
    padding: 10px;
    flex: 33%;
    height: auto;
    overflow: hidden;
}

.flex-item-right {
    padding: 10px;
    flex: 33%;
    height: auto;
    overflow: hidden;
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
    .flex-item-right, .flex-item-left {
        flex: 100%;
    }
}


/*
*************
//------------------------------
***********************************/

.responsive_ima {
    width: 100%;
    max-width: 230px;
    height: auto;
}


.transp_tit {
    font-size: 1.1rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 8px;
    color: #636569;
    text-transform: uppercase;
}

@media (min-width: 640px) {
    .transp_tit {
        font-size: 1.2rem;
    }
}

/***************FOOTER*/


/************
//-----------------------------
// REDES SOCIAL
//-----------------------------
************/

.sbuttons {
    bottom: 11%;
    position: fixed;
    margin: 0.8em;
    right: 10px;
    z-index: 3;
}



    .sbutton {
        display: block;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        text-align: center;
        color: white; 
        margin: 20px auto 0;
        box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
        cursor: pointer;
        -webkit-transition: all .1s ease-out;
        transition: all .1s ease-out;
        position: relative;
    }

        .sbutton > i {
            font-size: 38px;
            line-height: 60px;
            transition: all .2s ease-in-out;
            transition-delay: 2s;
        }

        .sbutton:active,
        .sbutton:focus,
        .sbutton:hover {
            box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
        }

        .sbutton:not(:last-child) {
            width: 60px;
            height: 60px;
            margin: 20px auto 0;
            opacity: 0;
        }

            .sbutton:not(:last-child) > i {
                font-size: 25px;
                line-height: 60px;
                transition: all .3s ease-in-out;
            }

    .sbuttons:hover .sbutton:not(:last-child) {
        opacity: 1;
        width: 60px;
        height: 60px;
        margin: 15px auto 0;
    }

    .sbutton:nth-last-child(1) {
        -webkit-transition-delay: 25ms;
        transition-delay: 25ms;
    }

    .sbutton:not(:last-child):nth-last-child(2) {
        -webkit-transition-delay: 20ms;
        transition-delay: 20ms;
    }

    .sbutton:not(:last-child):nth-last-child(3) {
        -webkit-transition-delay: 40ms;
        transition-delay: 40ms;
    }

    .sbutton:not(:last-child):nth-last-child(4) {
        -webkit-transition-delay: 60ms;
        transition-delay: 60ms;
    }

    .sbutton:not(:last-child):nth-last-child(5) {
        -webkit-transition-delay: 80ms;
        transition-delay: 80ms;
    }

    .sbutton:not(:last-child):nth-last-child(6) {
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    [tooltip]:before {
        font-family: 'Roboto';
        font-weight: 600;
        border-radius: 2px;
        background-color: #585858;
        color: #fff;
        content: attr(tooltip);
        font-size: 12px;
        visibility: hidden;
        opacity: 0;
        padding: 5px 7px;
        margin-right: 10px;
        position: absolute;
        right: 100%;
        bottom: 20%;
        white-space: nowrap;
    }

    [tooltip]:hover:before,
    [tooltip]:hover:after {
        visibility: visible;
        opacity: 1;
    }

    .sbutton.mainsbutton {
        background: #2ab1ce;
    }



.sbutton.you {
    background: #c4302b;
}

.sbutton.ig {
    background: #C13584;
}

.sbutton.twitt {
    background: #000000;
    background-image: url("https://soapama.gob.mx/img/Twitter.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

    .sbutton.fb {
        background: #3F51B5;
    }

    .sbutton.whatsapp {
        background: #00e676;
    }







    /*
.whatsapp {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 130px;
    right: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp-icon {
    padding: 12px 20px;
    bottom: 20px;
    right: 20px;
}


.facebook {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 190px;
    right: 25px;
    background-color: #4267B2;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.facebook-icon {
    margin-top: 13px;
}


.twitter {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 250px;
    right: 25px;
    background-color: #1DA1F2;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.twitter-icon {
    margin-top: 13px;
}

.instagram {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 310px;
    right: 25px;
    background-color: #C13584;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.instagram-icon {
    margin-top: 13px;
}

.youtube {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 370px;
    right: 25px;
    background-color: #FF0000;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.youtube-icon {
    margin-top: 13px;
}
*/

    /************
//-----------------------------
// REDES SOCIAL
//-----------------------------
************/


    /************
//-----------------------------
//INICIO NOTICIAS
//-----------------------------
************/

    .post-embed {
        overflow: hidden;
        border-radius: 1px;
        box-shadow: 0 4px 32px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.005);
        margin: 0 auto;
        user-select: none;
        max-width: 820px;
        padding: 18px;
        -webkit-font-smoothing: antialiased;
        box-sizing: border-box;
    }



    .post-embed__container {
        align-items: center;
        display: flex;
        flex-direction: column;
        text-decoration: none;
    }

    @media (min-width: 480px) {
        .post-embed__container {
            flex-direction: row;
        }
    }

    .post-embed__body {
        padding: 32px;
    }

    @media (min-width: 640px) {
        .post-embed__body {
            padding: 48px;
        }
    }
    /*1er imagen*/
    .post-embed__thumbnail {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @media (min-width: 480px) {
        .post-embed__thumbnail {
            width: 160px;
            order: 0;
        }
    }

    @media (min-width: 640px) {
        .post-embed__thumbnail {
            width: 196px;
        }
    }

    .post-embed__thumbnail::before {
        content: "";
        padding-top: 50%;
        display: block;
    }

    @media (min-width: 480px) {
        .post-embed__thumbnail::before {
            padding-top: 100%;
        }
    }

    /*2da imagen*/
    .post-embed__thumbnail_2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @media (min-width: 480px) {
        .post-embed__thumbnail_2 {
            width: 160px;
            order: 0;
        }
    }

    @media (min-width: 640px) {
        .post-embed__thumbnail_2 {
            width: 196px;
        }
    }

    .post-embed__thumbnail_2::before {
        content: "";
        padding-top: 50%;
        display: block;
    }

    @media (min-width: 480px) {
        .post-embed__thumbnail_2::before {
            padding-top: 100%;
        }
    }

    /* 3er imagen*/

    .post-embed__thumbnail_3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @media (min-width: 480px) {
        .post-embed__thumbnail_3 {
            width: 160px;
            order: 0;
        }
    }

    @media (min-width: 640px) {
        .post-embed__thumbnail_3 {
            width: 196px;
        }
    }

    .post-embed__thumbnail_3::before {
        content: "";
        padding-top: 50%;
        display: block;
    }

    @media (min-width: 480px) {
        .post-embed__thumbnail_3::before {
            padding-top: 100%;
        }
    }

    /*fin 3ra imagen*/

    .post-embed__title {
        font-size: 1.1rem;
        line-height: 1.25;
        margin-top: 0;
        margin-bottom: 8px;
        color: #636569;
    }

    @media (min-width: 640px) {
        .post-embed__title {
            font-size: 1.2rem;
        }
    }

    .post-embed__excerpt {
        margin: 0;
        font-size: 0.9px;
        color: #737373;
        line-height: 1.5;
        max-height: 3em;
        overflow: hidden;
        position: relative;
    }

    @media (min-width: 640px) {
        .post-embed__excerpt {
            font-size: 1.1rem;
        }
    }

    .post-embed__excerpt::after {
        content: "";
        position: absolute;
        top: 1.5em;
        left: 0;
        right: 0;
        pointer-events: none;
        height: 1.5em;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    }

    .post-embed__source {
        margin-top: 16px;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 0.025em;
        font-size: 0.8rem;
        color: #bfbfbf;
    }




    /************
//-----------------------------
//FIN NOTICIAS
//-----------------------------
************/