/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 23px;
    float: right;
    margin-bottom: -61px;
    margin-top: 10px;
    margin-right: 10px;
}


/* Hide default HTML checkbox */

.switch input {
    display: none;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.default:checked+.slider {
    background-color: #444;
}

input.primary:checked+.slider {
    background-color: #2196F3;
}

input.success:checked+.slider {
    background-color: #8bc34a;
}

input.info:checked+.slider {
    background-color: #3de0f5;
}

input.warning:checked+.slider {
    background-color: #FFC107;
}

input.danger:checked+.slider {
    background-color: #f44336;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.news .news__content {
    padding: 10px 5px 0 !important;
    height: 150px !important;
    overflow-y: auto;
}

.show {
    display: block !important;
}

.texto-justificado {
    text-align: justify;
    text-justify: inter-word;
}

.imagenWrapper {
    position: relative;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10vh;
}

.box-imagen {
    height: 150px;
    width: 150px;
}

.fondo-img-temp {
    height: 150px;
    width: 150px;
    padding: 4px 4px 4px 1px;
    background-color: #565454;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
}

.centrar-vh {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10vh;
}

.modal-header {
    background: #0597C4;
    padding: 20px !important;
}

.modal-title {
    color: white;
    margin-bottom: 0 !important;
}

.view_preview {
    display: block !important;
    width: 150px;
    height: 150px;
}

.btn-trueke {
    padding: 7px;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 8pt;
    font-weight: bold;
    background-color: #FF6839;
    color: white;
}

.text-color-trueke {
    color: #FF6839;
}

.box-trueke {
    padding: 40px 30px 30px;
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgb(108 111 115 / 10%);
    box-shadow: 0 2px 4px rgb(108 111 115 / 10%);
}

.modal-footer {
    display: block !important;
}

.edit {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.news__thumbnail{
    position: relative;
}
