a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

[placeholder]:focus::-webkit-input-placeholder {
    opacity: 0
}

[placeholder]:focus:-ms-input-placeholder {
    opacity: 0
}

[placeholder]:focus::-moz-placeholder {
    opacity: 0
}

[placeholder]:focus::-o-placeholder {
    opacity: 0
}

.hidden {
    display: none
}

.select {
    border: 1px solid #E7E7E7;
    width: 234px;
    overflow: hidden;
    background: url(../img/down.svg) 95% center no-repeat #fff;
    height: 40px
}

.select select {
    padding: 0 20px 0 5px;
    width: 110%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    appearance: none;
    font-size: 16px;
    color: #666
}

.inputfile-box {
    height: 50px
}

.inputfile {
    display: none
}

.container {
    display: inline-block;
    width: 100%
}

.file-box {
    display: inline-block;
    width: 100%;
    padding: 5px 0 5px 5px;
    box-sizing: border-box;
    height: calc(0rem)
}

.file-button {
    width: 172px;
    height: 48px;
    background: #FFE900;
    text-align: center;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    border: 0;
    padding-bottom: 20px;
    margin-right: 8px
}

.file-button i {
    position: relative;
    top: 12px;
    color: #333;
    margin-right: 3px
}

.choose {
    position: relative;
    top: 12px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333
}

.mediavideo {
    height: 150px
}

input[type=date]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background-image: url(../iconos/date.png);
    background-repeat: no-repeat;
    background-size: 80%;
    width: 20px;
    height: 20px;
    border-width: thin
}

.login {
    width: 100%;
    height: 100vh
}

.login .page {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fff
}

.login .page .img-page {
    background: url(../img/image-login.png) center left no-repeat;
    width: 50%;
    height: 100vh;
    background-size: cover
}

.login .page .login-page {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.login .page .login-page .pass {
    width: 450px;
    height: 391px;
    padding-right: 12px;
    box-sizing: border-box
}

.login .page .login-page .pass .img-logo {
    width: 114px;
    margin-bottom: 16px
}

.login .page .login-page .pass .title {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 24px;
    color: #666;
    line-height: 33px;
    padding-bottom: 28px
}

.login .page .login-page .pass .contact-us {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap
}

.login .page .login-page .pass .contact-us .access {
    width: calc(88%);
    height: 36px;
    background: #F5F5F5;
    padding: 16px;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 19px;
    border: 0;
    outline: 0
}

.login .page .login-page .pass .contact-us .accept {
    display: block;
    width: 100%
}

.login .page .login-page .pass .contact-us .accept .think {
    width: calc(44%);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center
}

.login .page .login-page .pass .contact-us .accept .think .accept-text {
    color: #666;
    font-family: 'Open Sans';
    font-size: 12px;
    line-height: 17px
}

.login .page .login-page .pass .contact-us .accept .entry {
    width: calc(44%);
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end
}

.login .page .login-page .pass .contact-us .accept .entry .send {
    width: 155px;
    height: 48px;
    background: #FFE900;
    color: #333;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    border: 0;
    outline: 0;
    cursor: pointer
}

.login .page .login-page .pass .contact-us .accept .entry .accept-text {
    padding-top: 10px;
    width: calc(88%);
    text-align: center
}

.login .page .login-page .pass .contact-us .accept .entry .accept-text a {
    color: #666;
    padding-top: 10px;
    font-family: 'Open Sans';
    font-size: 12px;
    line-height: 17px;
    display: inline-block
}

.login .page .login-page .pass .contact-us .accept .site {
    width: 150px;
    height: 100px;
    float: left;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    border: 1px solid #E7E7E7;
    padding: 2px 10px;
    box-sizing: border-box;
    margin-right: 10px;
    margin-top: 10px;
    text-align: right
}

.login .page .login-page .pass .contact-us .accept .site a {
    text-decoration: none
}

.login .page .login-page .pass .contact-us .accept .site a .languaje {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #84222F
}

.calendar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap
}

.calendar .site-day {
    width: 100%;
    max-width: 1198px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.calendar .site-day .img-logo {
    width: auto
}

.calendar .site-day .user {
    position: relative;
    display: inline-block
}

.calendar .site-day .user .user-clickable {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    cursor: pointer
}

.calendar .site-day .user .user-clickable .accept-text {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #979797;
    line-height: 22px;
    padding-right: 10px;
    padding-top: 13px
}

.calendar .site-day .user .user-clickable .img-user {
    border-radius: 100px;
    border: 3px solid #AAA;
    width: 39px;
    height: 39px
}

.calendar .site-day .user .user-opciones {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 3;
    margin-top: 5px
}

.calendar .site-day .user .user-opciones a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

.calendar .site-day .user .user-opciones a :hover {
    background-color: #ddd
}

.calendar .site-day .user:hover .user-opciones {
    display: block
}

.calendar .account {
    width: 100%;
    max-width: 1198px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding-bottom: 30px
}

.calendar .account .type-count {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #666;
    line-height: 22px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px
}

.calendar .account .type-count .select {
    margin-right: 30px;
    border-radius: 2px
}

.calendar .account .type-count .select .count {
    height: 38px;
    box-sizing: border-box
}

.calendar .account .type-count .select .count:focus {
    outline: 0
}

.calendar .account .type-count .clear {
    background: #E7E7E7;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #666;
    line-height: 22px;
    width: 134px;
    height: 40px;
    border: 0;
    outline: 0;
    cursor: pointer
}

.calendar .date {
    width: 100%;
    max-width: 1198px;
    margin: 0 auto
}

.calendar .date .actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px
}

.calendar .date .actions .left {
    display: flex;
    align-items: center;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 22px
}

.calendar .date .actions .left .mouth {
    width: 62px;
    height: 32px;
    border-radius: 20px;
    outline: 0;
    box-sizing: border-box;
    margin-right: 15px
}

.calendar .date .actions .left .day {
    width: 62px;
    height: 32px;
    border-radius: 20px;
    outline: 0;
    box-sizing: border-box
}

.calendar .date .actions .center {
    width: auto;
    height: 43px;
    display: flex;
    justify-content: center
}

.calendar .date .actions .center .i-left {
    position: relative;
    top: 12px;
    width: 10px
}

.calendar .date .actions .center .year,
.calendar .date .actions .center .year a {
    font-family: 'Open Sans';
    font-size: 32px;
    line-height: 43px;
    color: #666;
    font-weight: 700;
    padding: 0 22px
}

.calendar .date .actions .center .year :hover,
.calendar .date .actions .center .year a :hover {
    text-decoration: none;
    color: #FFE900
}

.calendar .date .actions .center .i-right {
    position: relative;
    top: 12px;
    width: 10px
}

.calendar .date .actions .right {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px
}

.calendar .date .actions .right a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #333;
    width: 172px;
    height: 37px;
    background: #FFE900
}

.calendar .date .actions .right a .botonpost {
    border: 0;
    outline: 0;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    background: #FFE900;
    margin-bottom: 5px
}

.calendar .date .today {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: calc(-200vh)
}

.calendar .date .today .files {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 100%
}

.calendar .date .today .files .week-day {
    width: 14.28%;
    height: 106px;
    position: relative;
    border: .5px solid #E7E7E7;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 5px;
    padding-right: 5px
}

.calendar .date .today .files .week-day.active {
    background: #FAFAFA;
    font-weight: 700
}

.calendar .date .today .files .week-day .number {
    cursor: pointer;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #666;
    line-height: 22px;
    position: absolute;
    top: 5px;
    left: 5px;
    min-width: 52px;
    height: 22px
}

.calendar .date .today .files .week-day .number.end {
    color: #911c2b
}

.calendar .date .today .files .week-day .icon {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-end
}

.calendar .date .today .files .week-day .icon i {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-bottom: 5px
}

.calendar .date .today .files .week-notes {
    width: 14.28%;
    box-sizing: border-box;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 8px
}

.calendar .date .today .files .icon i.purple {
    background-image: url(../iconos/purple.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.calendar .date .today .files .icon i.red {
    background-image: url(../iconos/red.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.calendar .date .today .files .icon i.green {
    background-image: url(../iconos/green.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.calendar .date .today .files .icon i.go {
    background-image: url(../iconos/go.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.calendar .date .today .files .icon i.ok-orange {
    background-image: url(../iconos/ok-orange.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.calendar .date .today .files .icon i.time {
    background-image: url(../iconos/time.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.calendar .date .today .files .icon i.go-pink {
    background-image: url(../iconos/go-pink.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.calendar .date .today .files .icon i.ok {
    background-image: url(../iconos/ok.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.calendar .date .today .files .icon i.instagram {
    background-image: url(../iconos/Instagram.svg);
    background-repeat: no-repeat;
    background-size: 100%
}

.calendar .calendar-footer {
    width: 100%;
    max-width: 1198px;
    margin: 0 auto
}

.calendar .calendar-footer .download-link {
    float: left;
    margin-top: 10px
}

.calendar .calendar-footer .download-link a {
    font-family: 'Open Sans';
    font-size: 12px;
    color: #000;
    background-color: #ffe900;
    padding: 3px;
    line-height: 17px
}

.legend {
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.legend .state {
    font-family: 'Open Sans';
    font-size: 12px;
    color: #333;
    background-color: #FFE900;
    line-height: 17px;
    padding: 3px
}

.icon-day {
    display: flex;
    max-width: 160px;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #E7E7E7;
    width: calc(88%);
    height: 115px;
    padding: 8px 6px 6px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

.icon-day .icon {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start
}

.icon-day .icon i {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-bottom: 5px
}

.icon-day .icon-text {
    font-family: 'Open Sans';
    font-size: 10px;
    width: 140px;
    color: #979797;
    line-height: 12px;
    overflow-y: hidden;
    overflow-x: hidden
}

.icon-day .square {
    display: flex;
    flex-flow: row nowrap;
    width: 100%
}

.icon-day .square .gray {
    width: 33%;
    height: 30px;
    background: #D8D8D8;
    margin-right: 5px
}

.icon-day .square .gray:last-of-type {
    margin-right: 0
}

.social-red {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .25)
}

.social-red .config {
    width: 100%;
    max-width: 1239px;
    height: 888px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    background: #FCFCFC;
    position: relative
}

.social-red .config .close {
    background-image: url(../iconos/cancelar.png);
    background-size: 100%;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 15px;
    right: 12px;
    cursor: pointer
}

.social-red .config .arrow {
    background-image: url(../iconos/Flecha-izq.png);
    background-size: 100%;
    width: 61px;
    height: 134px;
    position: absolute;
    top: calc(-17%);
    left: 56px;
    cursor: pointer
}

.social-red .config .title {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 32px;
    color: #666;
    line-height: 43px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
    bottom: 22px
}

.social-red .config .red {
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 300;
    color: #666;
    line-height: 33px;
    padding-bottom: 18px;
    text-align: center;
    position: relative;
    bottom: 20px
}

.social-red .config .post {
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 300;
    color: #666;
    line-height: 33px;
    text-align: center;
    position: relative;
    bottom: 20px;
    padding-bottom: 28px
}

.social-red .config .socials {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 20px
}

.social-red .config .socials .menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    position: relative;
    width: 380px
}

.social-red .config .socials .menu .item1,
.social-red .config .socials .menu .item2,
.social-red .config .socials .menu .item3,
.social-red .config .socials .menu .item4,
.social-red .config .socials .menu .item5,
.social-red .config .socials .menu .item6,
.social-red .config .socials .menu .item7 {
    display: flex;
    flex-flow: column nowrap;
    margin-right: 7px;
    position: absolute
}

.social-red .config .socials .menu .item1:last-of-type,
.social-red .config .socials .menu .item2:last-of-type,
.social-red .config .socials .menu .item3:last-of-type,
.social-red .config .socials .menu .item4:last-of-type,
.social-red .config .socials .menu .item5:last-of-type,
.social-red .config .socials .menu .item6:last-of-type,
.social-red .config .socials .menu .item7:last-of-type {
    margin-right: 0
}

.social-red .config .socials .menu .item1 i,
.social-red .config .socials .menu .item2 i,
.social-red .config .socials .menu .item3 i,
.social-red .config .socials .menu .item4 i,
.social-red .config .socials .menu .item5 i,
.social-red .config .socials .menu .item6 i,
.social-red .config .socials .menu .item7 i {
    width: 52px;
    height: 51px
}

.social-red .config .socials .menu .item1 i.facebook,
.social-red .config .socials .menu .item2 i.facebook,
.social-red .config .socials .menu .item3 i.facebook,
.social-red .config .socials .menu .item4 i.facebook,
.social-red .config .socials .menu .item5 i.facebook,
.social-red .config .socials .menu .item6 i.facebook,
.social-red .config .socials .menu .item7 i.facebook {
    background-image: url(../iconos/facebook.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.social-red .config .socials .menu .item1 i.facebook:hover,
.social-red .config .socials .menu .item2 i.facebook:hover,
.social-red .config .socials .menu .item3 i.facebook:hover,
.social-red .config .socials .menu .item4 i.facebook:hover,
.social-red .config .socials .menu .item5 i.facebook:hover,
.social-red .config .socials .menu .item6 i.facebook:hover,
.social-red .config .socials .menu .item7 i.facebook:hover {
    background-image: url(../iconos/facebook-a.png)
}

.social-red .config .socials .menu .item1 i.instagram,
.social-red .config .socials .menu .item2 i.instagram,
.social-red .config .socials .menu .item3 i.instagram,
.social-red .config .socials .menu .item4 i.instagram,
.social-red .config .socials .menu .item5 i.instagram,
.social-red .config .socials .menu .item6 i.instagram,
.social-red .config .socials .menu .item7 i.instagram {
    background-image: url(../iconos/instagram.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.social-red .config .socials .menu .item1 i.instagram:hover,
.social-red .config .socials .menu .item2 i.instagram:hover,
.social-red .config .socials .menu .item3 i.instagram:hover,
.social-red .config .socials .menu .item4 i.instagram:hover,
.social-red .config .socials .menu .item5 i.instagram:hover,
.social-red .config .socials .menu .item6 i.instagram:hover,
.social-red .config .socials .menu .item7 i.instagram:hover {
    background-image: url(../iconos/instagram-a.png)
}

.social-red .config .socials .menu .item1 i.linkedin,
.social-red .config .socials .menu .item2 i.linkedin,
.social-red .config .socials .menu .item3 i.linkedin,
.social-red .config .socials .menu .item4 i.linkedin,
.social-red .config .socials .menu .item5 i.linkedin,
.social-red .config .socials .menu .item6 i.linkedin,
.social-red .config .socials .menu .item7 i.linkedin {
    background-image: url(../iconos/linkedin.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.social-red .config .socials .menu .item1 i.linkedin:hover,
.social-red .config .socials .menu .item2 i.linkedin:hover,
.social-red .config .socials .menu .item3 i.linkedin:hover,
.social-red .config .socials .menu .item4 i.linkedin:hover,
.social-red .config .socials .menu .item5 i.linkedin:hover,
.social-red .config .socials .menu .item6 i.linkedin:hover,
.social-red .config .socials .menu .item7 i.linkedin:hover {
    background-image: url(../iconos/linkedin-a.png)
}

.social-red .config .socials .menu .item1 i.youtube,
.social-red .config .socials .menu .item2 i.youtube,
.social-red .config .socials .menu .item3 i.youtube,
.social-red .config .socials .menu .item4 i.youtube,
.social-red .config .socials .menu .item5 i.youtube,
.social-red .config .socials .menu .item6 i.youtube,
.social-red .config .socials .menu .item7 i.youtube {
    background-image: url(../iconos/youtube.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.social-red .config .socials .menu .item1 i.youtube:hover,
.social-red .config .socials .menu .item2 i.youtube:hover,
.social-red .config .socials .menu .item3 i.youtube:hover,
.social-red .config .socials .menu .item4 i.youtube:hover,
.social-red .config .socials .menu .item5 i.youtube:hover,
.social-red .config .socials .menu .item6 i.youtube:hover,
.social-red .config .socials .menu .item7 i.youtube:hover {
    background-image: url(../iconos/youtube-a.png)
}

.social-red .config .socials .menu .item1 i.tiktok,
.social-red .config .socials .menu .item2 i.tiktok,
.social-red .config .socials .menu .item3 i.tiktok,
.social-red .config .socials .menu .item4 i.tiktok,
.social-red .config .socials .menu .item5 i.tiktok,
.social-red .config .socials .menu .item6 i.tiktok,
.social-red .config .socials .menu .item7 i.tiktok {
    background-image: url(../iconos/tiktok.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.social-red .config .socials .menu .item1 i.tiktok:hover,
.social-red .config .socials .menu .item2 i.tiktok:hover,
.social-red .config .socials .menu .item3 i.tiktok:hover,
.social-red .config .socials .menu .item4 i.tiktok:hover,
.social-red .config .socials .menu .item5 i.tiktok:hover,
.social-red .config .socials .menu .item6 i.tiktok:hover,
.social-red .config .socials .menu .item7 i.tiktok:hover {
    background-image: url(../iconos/tiktok-a.png)
}

.social-red .config .socials .menu .item1 i.twitter,
.social-red .config .socials .menu .item2 i.twitter,
.social-red .config .socials .menu .item3 i.twitter,
.social-red .config .socials .menu .item4 i.twitter,
.social-red .config .socials .menu .item5 i.twitter,
.social-red .config .socials .menu .item6 i.twitter,
.social-red .config .socials .menu .item7 i.twitter {
    background-image: url(../iconos/twitter.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.social-red .config .socials .menu .item1 i.twitter:hover,
.social-red .config .socials .menu .item2 i.twitter:hover,
.social-red .config .socials .menu .item3 i.twitter:hover,
.social-red .config .socials .menu .item4 i.twitter:hover,
.social-red .config .socials .menu .item5 i.twitter:hover,
.social-red .config .socials .menu .item6 i.twitter:hover,
.social-red .config .socials .menu .item7 i.twitter:hover {
    background-image: url(../iconos/twitter-a.png)
}

.social-red .config .socials .menu .item1 i.blog,
.social-red .config .socials .menu .item2 i.blog,
.social-red .config .socials .menu .item3 i.blog,
.social-red .config .socials .menu .item4 i.blog,
.social-red .config .socials .menu .item5 i.blog,
.social-red .config .socials .menu .item6 i.blog,
.social-red .config .socials .menu .item7 i.blog {
    background-image: url(../iconos/blog.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.social-red .config .socials .menu .item1 i.blog:hover,
.social-red .config .socials .menu .item2 i.blog:hover,
.social-red .config .socials .menu .item3 i.blog:hover,
.social-red .config .socials .menu .item4 i.blog:hover,
.social-red .config .socials .menu .item5 i.blog:hover,
.social-red .config .socials .menu .item6 i.blog:hover,
.social-red .config .socials .menu .item7 i.blog:hover {
    background-image: url(../iconos/blog-a.png)
}

.social-red .config .socials .menu .item1 i.events,
.social-red .config .socials .menu .item2 i.events,
.social-red .config .socials .menu .item3 i.events,
.social-red .config .socials .menu .item4 i.events,
.social-red .config .socials .menu .item5 i.events,
.social-red .config .socials .menu .item6 i.events,
.social-red .config .socials .menu .item7 i.events {
    background-image: url(../iconos/events.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.social-red .config .socials .menu .item1 i.events:hover,
.social-red .config .socials .menu .item2 i.events:hover,
.social-red .config .socials .menu .item3 i.events:hover,
.social-red .config .socials .menu .item4 i.events:hover,
.social-red .config .socials .menu .item5 i.events:hover,
.social-red .config .socials .menu .item6 i.events:hover,
.social-red .config .socials .menu .item7 i.events:hover {
    background-image: url(../iconos/events-a.png)
}

.social-red .config .socials .menu .item1 i.newsletter,
.social-red .config .socials .menu .item2 i.newsletter,
.social-red .config .socials .menu .item3 i.newsletter,
.social-red .config .socials .menu .item4 i.newsletter,
.social-red .config .socials .menu .item5 i.newsletter,
.social-red .config .socials .menu .item6 i.newsletter,
.social-red .config .socials .menu .item7 i.newsletter {
    background-image: url(../iconos/newsletter.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.social-red .config .socials .menu .item1 i.newsletter:hover,
.social-red .config .socials .menu .item2 i.newsletter:hover,
.social-red .config .socials .menu .item3 i.newsletter:hover,
.social-red .config .socials .menu .item4 i.newsletter:hover,
.social-red .config .socials .menu .item5 i.newsletter:hover,
.social-red .config .socials .menu .item6 i.newsletter:hover,
.social-red .config .socials .menu .item7 i.newsletter:hover {
    background-image: url(../iconos/newsletter-a.png)
}

.social-red .config .socials .menu .item1 i .items,
.social-red .config .socials .menu .item2 i .items,
.social-red .config .socials .menu .item3 i .items,
.social-red .config .socials .menu .item4 i .items,
.social-red .config .socials .menu .item5 i .items,
.social-red .config .socials .menu .item6 i .items,
.social-red .config .socials .menu .item7 i .items {
    visibility: hidden;
    opacity: 0;
    padding-top: 10px;
    width: 200px;
    top: 50px;
    position: relative
}

.social-red .config .socials .menu .item1 i .items .option a,
.social-red .config .socials .menu .item2 i .items .option a,
.social-red .config .socials .menu .item3 i .items .option a,
.social-red .config .socials .menu .item4 i .items .option a,
.social-red .config .socials .menu .item5 i .items .option a,
.social-red .config .socials .menu .item6 i .items .option a,
.social-red .config .socials .menu .item7 i .items .option a {
    font-family: 'Open Sans';
    line-height: 22px;
    text-decoration: none;
    font-size: 16px;
    color: #666;
    font-style: normal
}

.social-red .config .socials .menu .item1 i .items .option a:hover,
.social-red .config .socials .menu .item2 i .items .option a:hover,
.social-red .config .socials .menu .item3 i .items .option a:hover,
.social-red .config .socials .menu .item4 i .items .option a:hover,
.social-red .config .socials .menu .item5 i .items .option a:hover,
.social-red .config .socials .menu .item6 i .items .option a:hover,
.social-red .config .socials .menu .item7 i .items .option a:hover {
    color: #666;
    background-color: #FFE900;
    padding: 3px
}

.social-red .config .socials .menu .item1 i:hover .items,
.social-red .config .socials .menu .item2 i:hover .items,
.social-red .config .socials .menu .item3 i:hover .items,
.social-red .config .socials .menu .item4 i:hover .items,
.social-red .config .socials .menu .item5 i:hover .items,
.social-red .config .socials .menu .item6 i:hover .items,
.social-red .config .socials .menu .item7 i:hover .items {
    visibility: visible;
    opacity: 1
}

.social-red .config .socials .menu .item1 {
    left: 0
}

.social-red .config .socials .menu .item2 {
    left: 60px
}

.social-red .config .socials .menu .item3 {
    left: 120px
}

.social-red .config .socials .menu .item4 {
    left: 180px
}

.social-red .config .socials .menu .item5 {
    left: 240px
}

.social-red .config .socials .menu .item6 {
    left: 300px
}

.social-red .config .socials .menu .item7 {
    left: 360px
}

.social-red .config .menu-option {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 20px;
    padding-bottom: 15px
}

.social-red .config .menu-option .text-option {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    color: #666;
    line-height: 22px;
    padding-left: 10px;
    width: 150px;
    text-transform: uppercase
}

.social-red .config .images-copy {
    width: 800px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}

.social-red .config .images-copy .copy {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
    border: 1px solid #E7E7E7;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #FFF
}

.social-red .config .images-copy .copy .text {
    font-family: 'Open Sans';
    font-size: 12px;
    line-height: 17px;
    color: #666;
    position: absolute;
    bottom: 10px;
    left: 10px
}

.social-red .config .images-copy .copy:nth-of-type(10),
.social-red .config .images-copy .copy:nth-of-type(5) {
    margin-right: 0
}

.social-red .config .images-copy .add_media_button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    cursor: pointer;
    z-index: 4;
    color: #ffe900
}

.social-red .config .images-only {
    width: 331px;
    height: 234px;
    border: 1px solid #E7E7E7;
    background: #FFF
}

.social-red .public {
    width: 100%;
    max-width: 1234px;
    display: flex;
    justify-content: flex-start;
    background: #FCFCFC;
    position: relative
}

.social-red .public .publi-left {
    width: 606px;
    background: #fcfcfc
}

.social-red .public .publi-left .config {
    width: 100%;
    max-width: 1239px;
    height: calc(80%);
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    background: #FCFCFC;
    position: relative
}

.social-red .public .publi-left .config .title {
    font-family: 'Open Sans';
    font-weight: bolder;
    font-size: 32px;
    color: #666;
    line-height: 43px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
    bottom: 22px
}

.social-red .public .publi-left .config .images-copy {
    width: 590px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px
}

.social-red .public .publi-left .config .images-copy .copy {
    width: 107.71px;
    height: 107.71px;
    position: relative;
    border: 1px solid #E7E7E7;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #FFF
}

.social-red .public .publi-left .config .images-copy .copy .text {
    font-family: 'Open Sans';
    font-size: 12px;
    line-height: 17px;
    color: #666;
    position: absolute;
    bottom: 10px;
    left: 10px
}

.social-red .public .publi-left .config .images-copy .copy:nth-of-type(10),
.social-red .public .publi-left .config .images-copy .copy:nth-of-type(5) {
    margin-right: 0
}

.social-red .public .publi-left .config .images-only {
    border: 1px solid #E7E7E7;
    background: #FFF
}

.social-red .public .publi-left .config .datatime {
    width: 490px;
    height: 135px;
    padding-bottom: 18px
}

.social-red .public .publi-left .config .datatime .data-count {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center
}

.social-red .public .publi-left .config .datatime .data-count .top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 18px;
    width: 100%
}

.social-red .public .publi-left .config .datatime .data-count .top .select {
    margin-right: 10px
}

.social-red .public .publi-left .config .datatime .data-count .top .select .count {
    height: 32px;
    padding-left: 8px;
    box-sizing: border-box
}

.social-red .public .publi-left .config .datatime .data-count .top .date {
    position: relative
}

.social-red .public .publi-left .config .datatime .data-count .top .date .dates {
    width: 150px;
    height: 32px;
    border: 1px solid #E7E7E7;
    padding-left: 8px;
    box-sizing: border-box;
    background-image: url(../img/calendar.svg);
    background-position: calc(96%) center;
    background-repeat: no-repeat;
    background-size: 23px;
    font-size: 16px;
    color: #666
}

.social-red .public .publi-left .config .datatime .data-count .top .time {
    margin-left: 10px
}

.social-red .public .publi-left .config .datatime .data-count .top .time .times {
    width: 118px;
    height: 32px;
    border: 1px solid #E7E7E7;
    padding-left: 8px;
    box-sizing: border-box;
    background-image: url(../img/clock.svg);
    background-position: calc(96%) center;
    background-repeat: no-repeat;
    background-size: 23px;
    font-size: 16px;
    color: #666
}

.social-red .public .publi-left .config .datatime .data-count .url {
    padding-bottom: 18px;
    font-family: 'Open Sans';
    font-weight: 400
}

.social-red .public .publi-left .config .datatime .data-count .url .urls {
    width: 490px;
    height: 32px;
    border: 1px solid #E7E7E7;
    padding-left: 8px;
    box-sizing: border-box;
    font-size: 16px
}

.social-red .public .publi-left .config .datatime .data-count .url p {
    text-align: left
}

.social-red .public .publi-left .config .datatime .data-count .number .numbers {
    width: 490px;
    height: 32px;
    border: 1px solid #E7E7E7;
    padding-left: 8px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400
}

.social-red .public .publi-left .config .datatime .data-count .state {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: 57px;
    width: 100%;
    padding-bottom: 50px
}

.social-red .public .publi-left .config .datatime .data-count .state .title-state {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 22px;
    text-align: left;
    padding-bottom: 15px
}

.social-red .public .publi-left .config .datatime .data-count .state .state-think {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%
}

.social-red .public .publi-left .config .datatime .data-count .state .state-think .thinks {
    display: flex;
    justify-content: flex-start
}

.social-red .public .publi-left .config .datatime .data-count .state .state-think .thinks .state-text {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    color: #666;
    line-height: 17px
}

.social-red .public .publi-left .config .datatime .data-count .save {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%
}

.social-red .public .publi-left .config .datatime .data-count .save .download {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    padding-right: 20px
}

.social-red .public .publi-left .config .datatime .data-count .save .download i {
    width: 25.77px;
    height: 23.82px
}

.social-red .public .publi-left .config .datatime .data-count .save .download i.icon-down {
    background-image: url(../iconos/descargar.png);
    background-size: 100%;
    width: 25.77px;
    height: 23.82px;
    position: absolute
}

.social-red .public .publi-left .config .datatime .data-count .save .download .text-down {
    margin-left: 35px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    color: #333;
    background-color: #FFE900;
    padding: 3px;
    line-height: 22px
}

.social-red .public .publi-right {
    width: 628px;
    height: 100%;
    background: #979797
}

.social-red .public .publi-right .close {
    background-size: 100%;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 15px;
    right: 12px;
    cursor: pointer
}

.confirm .choose {
    width: 172px;
    height: 48px;
    position: relative;
    top: 30px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    background: #FFE900;
    text-decoration: none;
    text-align: center;
    padding-top: 12px;
    box-sizing: border-box
}

@media screen and (max-width:1239px) {
    .social-red .config {
        width: 100%;
        max-width: 998px
    }
}

@media screen and (max-width:1198px) {
    .calendar .site-day {
        padding: 0 20px;
        box-sizing: border-box
    }

    .calendar .account {
        padding: 0 20px 40px;
        box-sizing: border-box
    }

    .calendar .account .type-count .select {
        width: 132px;
        margin-right: 20px
    }

    .calendar .account .type-count .clear {
        width: 90px
    }

    .calendar .date {
        padding: 0 20px;
        box-sizing: border-box
    }

    .calendar .date .today .files .week-day .icon {
        justify-content: center
    }

    .calendar .date .today .files .week-day .icon i {
        width: 20px;
        height: 20px
    }

    .calendar .calendar-footer {
        padding: 0 20px;
        box-sizing: border-box
    }

    .social-red .config .arrow {
        left: 25px
    }

    .social-red .config .images-copy .copy {
        width: 125px;
        height: 125px
    }
}

@media screen and (min-height:650px) and (max-height:933px) {
    .calendar {
        height: 100vh;
        justify-content: flex-start;
        align-items: flex-start
    }

    .calendar .site-day {
        padding: 0 20px;
        box-sizing: border-box
    }

    .calendar .site-day .img-logo {
        height: 50px
    }

    .calendar .account {
        padding: 0 20px 5px
    }

    .calendar .date {
        padding: 0 20px;
        box-sizing: border-box
    }

    .calendar .date .actions {
        padding-bottom: 5px
    }

    .calendar .date .actions .left .day,
    .calendar .date .actions .left .mouth {
        height: 25px
    }

    .calendar .date .actions .center {
        font-size: 22px
    }

    .calendar .date .actions .right {
        height: 30px
    }

    .calendar .date .today {
        min-height: calc(-100vh)
    }

    .calendar .date .today .files .week-day {
        height: 80px;
        padding-bottom: 0
    }

    .calendar .date .today .files .week-day .number {
        top: 0
    }

    .calendar .date .legend {
        padding-top: 5px
    }

    .calendar .calendar-footer {
        padding: 0 20px;
        box-sizing: border-box
    }

    .social-red .config {
        max-width: 980px;
        height: calc(0)
    }

    .confirm .config {
        height: calc(50%)
    }
}

.action-day,
.menu .items,
.menu li a {
    transition: all .3s ease-in-out
}

.action-day {
    background-color: rgba(255, 233, 0, .9);
    width: 100%;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.action-day a {
    width: 25px;
    height: 25px;
    text-decoration: none;
    margin-right: 15px
}

.action-day a:last-of-type {
    margin-right: 0
}

.action-day a i {
    width: 25px;
    height: 25px;
    position: absolute
}

.action-day a i.pencil {
    background-image: url(../iconos/pencil.svg);
    background-repeat: no-repeat;
    background-size: 100%
}

.action-day a i.download {
    background-image: url(../iconos/download.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 25.56px;
    height: 23.98px
}

.action-day a i.delete {
    background-image: url(../iconos/delete.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 21.06px;
    height: 23.84px
}

.copy .action-day a {
    margin-right: 10px
}

.copy .action-day a i {
    width: 20px;
    height: 20px
}

.copy .action-day a i.pencil {
    margin-left: 10px
}

.copy .action-day a i.delete {
    height: 23.84px
}

.copy .action-day a i.change {
    background-image: url(../iconos/change.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 23.84px;
    margin-left: 5px
}

.copy .copy-edit {
    background-color: rgba(255, 255, 255, .8);
    width: 100%;
    height: 115px;
    display: none;
    padding: 5px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3
}

.copy .copy-edit p {
    font-family: 'Open Sans';
    font-size: 12px;
    margin-bottom: 5px
}

.copy .copy-edit input {
    width: 87%;
    margin-bottom: 5px
}

.copy .copy-edit button {
    background-color: #FFE900;
    border: 0;
    color: #333;
    float: right;
    margin-right: 10px;
    cursor: pointer
}

input[type=radio],
input[type=checkbox] {
    -webkit-appearance: none;
    border-radius: 2px;
    background-color: #F5F5F5;
    height: 16px;
    width: 16px;
    position: relative;
    margin-right: 10px;
    outline: 0
}

input[type=checkbox]:after,
input[type=checkbox]:before {
    content: "";
    height: 4px;
    position: absolute;
    background-color: green;
    display: none
}

input[type=checkbox]:after {
    transform: rotate(-40deg);
    top: 5px;
    width: 15px;
    right: -4px
}

input[type=checkbox]:before {
    transform: rotate(50deg);
    top: 7px;
    width: 10px
}

input[type=checkbox]:checked:after,
input[type=checkbox]:checked:before {
    display: block
}

.actions .actions--boton {
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #979797;
    color: #979797
}

.actions .actions--boton.active,
.actions .actions--boton:hover {
    border: 1px solid #FFE900;
    border-radius: 20px;
    color: #333;
    background-color: #FFE900
}

.action-day {
    opacity: 0
}

.copy:hover .action-day,
.icon-day:hover .action-day {
    opacity: 1
}

.menu li {
    cursor: pointer
}

.save-all {
    width: 172px;
    height: 48px
}

.icon__button,
.save-all__button {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    background: #FFE900;
    text-decoration: none;
    text-align: center;
    padding-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border: 0;
    cursor: pointer
}

.icon__button {
    padding: 0 20px
}

.icon__button i {
    color: #333
}

.social-red .public {
    flex-flow: column wrap;
    place-content: center;
    align-items: baseline;
    height: calc(0)
}

.social-red .public .publi-left {
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%;
    padding: 0 20px
}

.social-red .public .publi-left .config {
    padding-top: 40px
}

.data-count {
    padding-bottom: 40px
}

.state input[type=radio]:after {
    display: none
}

.state input[type=radio] {
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    cursor: pointer
}

.state input[type=radio]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: invert(100%) sepia(3%) saturate(103%) hue-rotate(210deg) brightness(103%) contrast(73%)
}

.state input[type=radio]:checked:before {
    filter: invert(76%) sepia(95%) saturate(696%) hue-rotate(357deg) brightness(103%) contrast(106%)
}

.state input[type=radio].proyecto:before {
    background-image: url(../iconos/empty.png);
    background-size: cover
}

.state input[type=radio].enrevision:before {
    background-image: url(../iconos/estado_revision.png);
    background-size: cover
}

.state input[type=radio].aprobado:before {
    background-image: url(../iconos/estado_aprobado.png);
    background-size: cover
}

.state input[type=radio].programado:before {
    background-image: url(../iconos/estado_programado.png);
    background-size: cover
}

.state input[type=radio].cambios:before {
    background-image: url(../iconos/estado_cambios.png);
    background-size: cover
}

.social-red .public .publi-left .config .datatime .data-count .state .state-think .thinks {
    align-items: center
}

.social-red--slide--cover {
    width: 100%;
    position: relative
}

.social-red--slide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    align-content: center;
    margin-bottom: 30px;
    width: 100%
}

.social-red--slide li {
    width: 190px;
    height: 190px;
    border-width: 1px;
    border-color: #E7E7E7;
    border-style: solid;
    margin-right: 10px;
    position: relative
}

.config .slick-next,
.config .slick-next:hover,
.config .slick-prev,
.config .slick-prev:hover {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 25px;
    width: 11px;
    background-image: url(../img/ArrowMed.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.config .slick-next:after,
.config .slick-next:before,
.config .slick-prev:after,
.config .slick-prev:before {
    display: none
}

.social-red .social-red--slide--cover .arrow--left {
    left: 50px;
    right: initial
}

.social-red .social-red--slide--cover .arrow--right {
    right: 50px;
    left: initial;
    transform: rotate(180deg)
}

.config .slick-next {
    transform: rotate(180deg)
}

.social-red--slide li .text {
    font-family: 'Open Sans';
    font-size: 12px;
    line-height: 17px;
    color: #666;
    position: absolute;
    bottom: 10px;
    left: 10px
}

.images-only--final {
    margin-bottom: 30px
}

.slick-dotted.slick-slider,
.slick-slide img {
    width: calc(-52%);
    height: 190px
}

.slick-initialized .slick-slide {
    margin-right: 10px;
    background-color: #fff
}

.slick-initialized .slick-slide>div>div {
    border-color: #E7E7E7;
    border-style: solid;
    border-width: 1px
}

.slick-initialized .slick-slide>div>div>img {
    visibility: hidden
}

.slick-dots li button {
    display: none !important
}

.config .slick-dotted.slick-slider {
    margin-bottom: 60px
}

.pseudoSelect {
    font-family: 'Open Sans';
    font-weight: 400;
    width: 182px;
    height: 32px;
    margin-right: 30px;
    position: relative;
    font-size: 16px;
    color: #666
}

.pseudoSelect--select {
    border-style: solid;
    border-color: #E7E7E7;
    border-width: 1px;
    background-color: #fff;
    padding: 7px 27px 0 8px;
    background-image: url(../img/down.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.pseudoSelect--combo {
    position: absolute;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #E7E7E7;
    width: 100%;
    padding: 10px;
    z-index: 1;
    margin-top: -1px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.pseudoSelect--combo li {
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px
}

.pseudoSelect--combo :hover {
    color: #FFE900
}

.pseudoSelect--combo :last-child {
    margin-bottom: 0
}

.pseudoSelect--combo.mostrar {
    opacity: 1;
    visibility: visible
}

.dot {
    width: 16px;
    height: 16px;
    border-radius: 25px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: bottom
}

.dot.dot--platos {
    background-color: #683E5B
}

.dot.dot--pasta {
    background-color: #933E5E
}

.dot.dot--pizza {
    background-color: #CA3F66
}

.dot.dot--postre {
    background-color: #DD674E
}

.dot.dot--experiencia {
    background-color: #EDC74E
}

.dot.dot--blog {
    background-color: #A4CB75
}

.dot.dot--concurso {
    background-color: #7BE2B0
}

.dot.dot--amici {
    background-color: #74C3E0
}

.dot.dot--havisa {
    background-color: #9671E9
}

textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #E7E7E7;
    width: calc(95%) !important;
    resize: none;
    margin-bottom: 20px;
    min-height: 70px;
    font-size: 16px;
    color: #666;
    padding: 10px
}

.social-red .public .publi-left .config .images-only {
    height: 200px;
    width: 280px
}

.social-red .public .publi-right {
    background-color: #fcfcfc;
    position: relative;
    overflow: hidden
}

.social-red .public .publi-right .close {
    background-image: url(../iconos/cancelar.png)
}

.chatWrap * {
    box-sizing: border-box;
    font-family: 'Open Sans'
}

.chatWrap {
    transition-duration: .3s;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    position: absolute;
    top: 50px;
    right: -321px;
    width: 320px;
    border: 1px solid #cecece;
    background-color: #fff;
    z-index: 10
}

.chatWrap.active {
    right: 10px
}

.close__chat {
    width: 35px;
    height: 35px;
    border: none;
    outline: 0;
    cursor: pointer;
    position: absolute;
    left: -35px;
    top: -1px;
    background-color: #68bc71;
    background-image: url(../iconos/bellOff.jpg);
    background-repeat: no-repeat;
    background-position: center
}

.close__chat.active,
.close__chat.bellOn {
    background-color: #68bc71
}

.close__chat.active {
    background-image: url(../iconos/close.png)
}

.close__chat.bellOn {
    background-image: url(../iconos/bellOn.jpg)
}

.chatWrap .chat {
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto
}

.chat .chat__user {
    margin-bottom: 20px
}

.chat .chat__user:last-child {
    margin-bottom: 0
}

.chat .chat__name,
.chat .chat__txt {
    font-size: 14px;
    margin-bottom: 10px;
    display: block
}

.chat .chat__name {
    color: #000;
    font-size: 14px;
    font-weight: 700
}

.chat .chat__txt {
    color: #888;
    line-height: 18px
}

.chat .date {
    color: #000
}

.chat .date * {
    display: block;
    font-size: 12px;
    margin-bottom: 4px
}

.chat .chat__user--right {
    text-align: right
}

.chat .chat__user--right .chat__name,
.chat .chat__user--right .date {
    color: #68bc71
}

.chatWrap .chat__write {
    width: 100% !important;
    background-color: #fafafa;
    border: none;
    border-top: 1px solid #cecece;
    min-height: 100px;
    font-size: 14px;
    color: #666;
    padding: 20px;
    outline: 0;
    resize: none;
    margin: 0
}

.chat__button {
    background-color: #FFE900;
    color: #333;
    border: none;
    min-height: 60px;
    font-size: 16px;
    font-weight: 700;
    outline: 0;
    cursor: pointer
}

.SocialFeed {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

#page-edit-image-detail {
    display: none
}

.postWrap * {
    box-sizing: border-box;
    font-family: Arial
}

.postWrap {
    width: 502px;
    margin: 40px auto;
    background-color: #fff;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid #dcdfe2
}

.postWrap .arrow-images {
    position: absolute;
    top: 315px;
    cursor: pointer
}

.postWrap .arrow-images i {
    font-size: 24px;
    color: #FFE900;
    text-shadow: 0 1px 10px #fff
}

.postWrap #arrow-images-left {
    left: 10px;
    opacity: .3
}

.postWrap #arrow-images-right {
    right: 10px
}

.img_hidden,
.video_hidden {
    display: none
}

.post_title {
    margin-bottom: 12px
}

.post__user {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center
}

.post_title .user {
    font-size: 14px;
    margin-bottom: 6px;
    color: #385a97
}

.post_title p {
    color: #151822;
    display: -webkit-box;
    font-size: 14px;
    line-height: 18px
}

#copy-html {
    display: block
}

.post_title p>a {
    color: #658ff7;
    text-decoration: none
}

.post_title .post__detail {
    font-size: 12px;
    color: #9297a2;
    line-height: inherit
}

.post__txt {
    width: 100%;
    margin-top: 10px;
    display: inline-block
}

.imgWrap {
    width: 40px;
    height: 40px;
    background-color: #dcdde0;
    float: left;
    margin-right: 12px
}

.post__img {
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.postWrap__1 .post__img>img {
    display: inline-block;
    float: left
}

.postWrap__2 .post__img img,
.postWrap__3 img {
    margin-bottom: 4px
}

.postWrap__2 .post__img img:last-child {
    margin: 0
}

.postWrap__3 .post__img .cover {
    width: 100%
}

.postWrap__3 .post__img .cover img {
    width: 49.2%
}

.postWrap__3 .post__img .cover img:last-child,
.postWrap__4 .post__img .cover img:last-child {
    float: right
}

.postWrap__4 .post__img .cover img {
    width: 156px
}

.postWrap__5 .post__img .cover {
    width: 49.4%;
    height: 476px;
    float: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center
}

.postWrap__5 .post__img .cover:last-child {
    float: right
}

.postWrap__video .post__img video {
    width: 100%
}

.postWrap.postWrap__1 {
    z-index: 10
}

.postWrap__2.postWrap--facebook .post__img div {
    width: 237px;
    height: 237px;
    background-size: cover;
    float: left
}

.postWrap__2.postWrap--facebook .post__img .post__img--1 {
    margin-right: 2px
}

.postWrap--instagram .imgWrap,
.postWrap--twitter .imgWrap {
    border-radius: 50%;
    overflow: hidden
}

.postWrap--twitter .post_title .user {
    color: #14171a
}

.postWrap.postWrap--twitter {
    border-radius: 10px
}

.postWrap__2.postWrap--twitter .post__img div {
    width: 237px;
    height: 237px;
    background-size: cover;
    float: left;
    cursor: pointer
}

.postWrap__2.postWrap--twitter .post__img .post__img--1 {
    margin-right: 2px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px
}

.postWrap__2.postWrap--twitter .post__img .post__img--2 {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px
}

.postWrap.postWrap--instagram {
    padding: 0;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    position: relative;
    overflow: hidden
}

.postWrap.postWrap--instagram .post_title {
    padding: 12px 12px 0
}

.postWrap--instagram .post_title .user {
    color: #262626
}

.postWrap.postWrap--instagram .post__img img {
    width: 100%
}

.postWrap.postWrap--instagram .post__img video {
    height: 375px
}

.postWrap.postWrap--instagram .post__txt {
    margin: 0
}

.postWrap.postWrap--instagram .post__txt p span#copy-html {
    display: inline-block
}

.postWrap.postWrap--instagram .post_title p>a {
    color: #003569
}

.postWrap.postWrap__story .post_title {
    position: absolute;
    z-index: 1;
    margin: 0;
    top: 10px
}

.postWrap.postWrap__story .post_title h3,
.postWrap.postWrap__story .post_title p {
    color: #fff
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: rgba(255, 255, 255, .5);
    position: absolute;
    z-index: 2000;
    top: 10px;
    right: 100%;
    width: 100%;
    height: 2px
}

.postWrap__2.postWrap--linkedin .post__img div {
    width: 237px;
    height: 237px;
    background-size: cover;
    float: left
}

.postWrap__2.postWrap--linkedin .post__img .post__img--1 {
    margin-right: 2px
}

.postWrap--linkedin * {
    font-family: Roboto;
    color: #000;
    font-weight: 100
}

.postWrap--linkedin button {
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer
}

.postWrap--linkedin h3 {
    color: #000 !important
}

.postWrap--linkedin a {
    color: #0073b1 !important;
    font-weight: 600
}

.postWrap--linkedin ul {
    padding-top: 2.5px
}

.postWrap--linkedin li {
    float: left
}

.postWrap--linkedin .post__detail br {
    line-height: 17px
}

.postWrap--linkedin #copy-html {
    overflow-x: hidden
}

#formu_clone {
    margin-top: 10px
}

#formu_clone .datatime .date .dates {
    width: 150px;
    height: 32px;
    border: 1px solid #E7E7E7;
    padding-left: 8px;
    box-sizing: border-box;
    background-image: url(../img/calendar.svg);
    background-position: calc(96%) center;
    background-repeat: no-repeat;
    background-size: 23px;
    font-size: 16px;
    color: #666
}

#formu_clone .account-clone {
    float: left
}

#formu_clone .account-clone select {
    width: 150px;
    height: 32px;
    border: 1px solid #E7E7E7;
    padding-left: 8px;
    margin-right: 10px
}

#formu_clone .submit-clone {
    margin-top: 10px
}

#formu_clone .submit-clone input {
    padding: 10px
}

@media (max-height:880px) {
    .social-red .public .publi-left {
        overflow-y: auto
    }
}

@media (max-height:920px) {
    .social-red--scroll.social-red .public .publi-left {
        overflow-y: auto
    }
}

@media (max-height:650px) {
    .social-red .public {
        height: 100% !important
    }
}