﻿.c-form__check p {
    text-align: justify;
}
.legal {
    max-width: 420px;
}

.c-form__check {
    padding: 10px 0 !important;
}

.c-form__text {
    min-height:65px;
}

.field-validation-error span {
    color: red !important;
    font-weight: normal;
    font-size: 0.8em;
}

.swal-button {
    outline: none !important;
    cursor: pointer !important;
    color: #FFF !important;
    font-family: 'Work Sans',sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.0625rem !important;
    line-height: 0.6875rem !important;
    text-align: center !important;
    background-color: #19BECD !important;
    border-radius: 20px !important;
    height: 40px !important;
    width: 190px !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    transition: all .3s !important;
}

.filepond--drop-label {
    color: #4c4e53;
}

.filepond--label-action {
    text-decoration-color: #babdc0;
}

.filepond--panel-root {
    background-color: #edf0f4;
}

.filepond--drop-label.filepond--drop-label label {
    background: #eee;
    opacity: 0.7;
    font-weight:bold;
    color:#000;
}

.filepond--root {
    width: 120px !important;
    height: 120px !important;
    background-color: #ebd8d8 !important;
    border: none !important;
}

.ajaxloader {
    width: 60px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.ajaxloader img {
    width: 30px;
    height: 30px;
    display: none;
}

.star, .c-detail__star {
    cursor: pointer;
}

.starInactive {
    color: #FFF !important;
}

.c-form__text select {
    border-radius: 0;
    background-color: #fff;
    border: none;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    display: block;
    padding: 0;
    width: 100%;
    height: 40px;
    margin: 0;
    color: #194146;
    font-family: Work Sans,sans-serif;
    font-size: .875rem;
    line-height: 1.5rem;
    border-bottom: 1px solid hsla(24,25%,61%,.5);
}

.morep {
    color:#000 !important;
}

.morep:hover {
    color: #05DCDC !important;
}

.c-min {min-height:360px;}

.swal-modal { padding:40px;}

@media (min-width: 768px) {
    .c-detail-sponsor > .c-card-thumb {
        height: 300px;
    }
}

.c-footer__share .btn-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #fff;
    color: #4EBABA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.btn-icon {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.c-footer__share .btn-icon svg {
    width: 12px;
    height: 12px;
}

.btn-icon svg {
    fill: #4EBABA;
    width: 12px;
    height: 12px;
}

.btn-icon span {
    display: none;
}

@media (min-width: 768px) {
    .anima {
        background-image: url(/Content/wn2020/img/data/1050_animacion_bg_home-min.gif?v=2)
    }

    .anima1920 {
        background-image: url(/Content/wn2020/img/data/1920_bg.png)
    }
}

.social {
    margin-top:15px;
}

.social a {
    display:inline-block !important;
}

.checkPart {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: #4EBABA;
    font-family: 'Work Sans',sans-serif;
}

.speaker .live:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #DE0000;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
    margin-left: 0px;
    animation: bullet 1s infinite;
}